﻿.box {max-width: 1300px;margin: 0 auto;}
li {list-style: none;}
ul, p {padding: 0px;margin: 0px;}
body {font-family:Roboto, sans-serif !important; padding-top:88px;}
:root {
    --primary-color: #582c4f;
    --secondary-color: #5ce0e6;
    --goldo-color: rgb(33,37,41, 0.4);
    --black-color: #ffffff;
    --blackbg-color: #fff;
    --white-color: #ffffff;
    --gold-color: #582c4f;
}
.logo-n{max-width:200px;transition:all ease 0.5s;}
.header-n {width: 100%;padding:5px 0px;position: fixed;top: 0;z-index:9999999;background:url(../images/header-bg.jpg) left center no-repeat #ffffff;background-size:300px 100%; transition:all ease 0.5s; height:90px;}
.header-n.fixed{height:80px;}
.header-n.fixed .logo-n{max-width:170px;margin:0px 0px 0px 40px}
.header-n .box {max-width: 100%;padding: 0 20px;}
.header-n .box {display: flex;justify-content: space-between;align-items: center;}
.header-n .cta-no {background:#fbfbfb;padding: 7px 20px;font-size: 18px;font-weight: bold;color: #081d59;border-radius: 21px;display: inline-block;margin: 0 6px;}
.header-n .cta-no.email {padding: 5px 20px 9px 20px;}
.header-n .cta-no i {font-size: 25px;padding-right: 2px;position: relative;top: 3px;color:#b5934f}
.right-side {display: flex;align-items: center;}
.support {display: flex;align-items: center;}
.support .icon-img {margin-right: 10px;position: relative;}
.support .icon-img .dot {width: 8px;height: 8px;background:#b5934f;position: absolute;top: 8px;right:1px;
border-radius: 100%;animation: blink-animation 1s steps(5, start) infinite;-webkit-animation: blink-animation 1s steps(5, start) infinite;z-index:9;}
.support .icon-img img{max-width:50px;transition: all ease 0.5s;}
.support .icon-img .mob{display:none;}

@keyframes blink-animation {
to {visibility: hidden;}
}
@-webkit-keyframes blink-animation {
to {visibility: hidden;}
}

.support .text span {font-size:13.7px;line-height: 24px;color: #2d2d2d;display: block;font-weight:500;transition: all ease 0.5s;}
.support .text a {font-size: 26px;color: #2d2d2d;font-weight: 600;line-height:26px;transition: all ease 0.5s;}
.support .text a:hover {text-decoration: none;}
.support .text a:hover {color: #2d2d2d;}
.header-n .cta-no:hover {background: #b5934f;text-decoration: none;color: #fff;}
.header-n .cta-no:hover i{color:#fff;}
.header-n .icon-us {width: 40px;margin-right: 10px;}
.banner {height:calc(100vh - 88px);background-size: cover; width:100%;}
.banner .imgb{width:100%; height:calc(100vh - 88px);margin-bottom:0px;position:absolute;left:0px;top:0px;overflow:hidden;}
.banner .imgb:after{content:"";width:100%; height:calc(100vh - 88px); background:url(../images/img-banner.jpg) left center no-repeat;background-size:cover; margin-bottom:0px;position:absolute;left:0px;top:0px;animation: zoomIn 15s infinite alternate;}

@keyframes zoomIn {
0% {
transform: scale(1);
}
50% {
transform: scale(1.10);
}
100% {
transform: scale(1);
}
}



.SearchEngContent {text-align: left;width: 100%;max-width: 100%;margin:auto auto 50px;padding: 10px 0px;border-radius: 6px;}
.SearchEngContent h1 {margin: 0;color: var(--black-color);font-weight: 800;font-size: 60px; line-height:85px; margin-bottom:30px;}
.SearchEngContent h1 span {display: block;font-size: 24px;font-weight: 400;color: var(--black-color);text-shadow: none;margin-top: 2px;line-height: 50px;letter-spacing: 4px;}
.SearchEngContent a{background-color:#582c4f;padding:17px 15px 17px 35px;border-radius: 50px;font-size: 18px;color: #fff;display: inline-block;border: 2px solid rgb(255, 255, 255, 0.6);}
.SearchEngContent a:hover{background-color:#2d2d2d;}
.SearchEngContent a:hover{color:#fff;text-decoration:none;}
.SearchEngContent a img{transform: rotate(-90deg);position: relative;right: 10px;  -webkit-animation: moveRightLeft 3s linear infinite;
  animation: moveRightLeft 3s linear infinite;margin-left: 35px;}
@-webkit-keyframes moveRightLeft {
    0% {
        right: 25px;
    }
    50% {
        right: 15px;
    }
    100% {
        right: 25px;
    }
}

@keyframes moveRightLeft {
    0% {
        right: 25px;
    }
    50% {
        right: 15px;
    }
    100% {
        right: 25px;
    }
}

.moveRightLeft {
    animation: moveRightLeft 3s ease-in-out infinite;
    -webkit-animation: moveRightLeft 3s ease-in-out infinite;
}

.searchfromab {position: absolute;transform: translateX(-50%);left: 50%;width: 100%;bottom: 30px;z-index: 99;top:auto; padding:0 50px;}

.search_widget{background: rgba(255, 255, 255, 0.5);border: 1.5px solid rgb(255, 255, 255); padding:28px;}
.gat-top {margin-top: 20px;}
.airline-box {position: relative;}
.pre-air {background: var(--secondary-color);padding:5px 20px 4px 20px;font-size: 16px;font-weight: normal;
color: #081d59;border-radius: 21px;display: inline-block;margin: 0 6px;cursor: pointer;}
.air-popup {position: absolute;background: #fff;padding: 10px;top: 0px;display: none;}
.air-popup .close {position: absolute;right: -15px;top: -10px;width: 23px;height: 23px;z-index: 9;text-align: center;line-height: 23px;font-size:10px;background: #502547;color: #fff;opacity: 1;border-radius: 100%; cursor:pointer;}
.air-popup .text-truncate {margin-bottom: 10px;}
.btn-done {background:#af8c4f;border: none;box-shadow: none;height: 40px;width: 100%;color: #fff;border-radius: 4px;text-transform: uppercase;cursor: pointer;font-size: 14px;font-weight: bold;}
.btn-done:hover {background: linear-gradient(90deg, rgba(88, 44, 79, 1) 0%, rgba(194, 50, 165) 100%);color: #fff;}
.pre-air:hover {background: linear-gradient(90deg, rgba(88, 44, 79, 1) 0%, rgba(194, 50, 165) 100%);color: #fff;}
.footer-n {width: 100%;padding:0px 30px 35px 30px;background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 32%, rgba(181,147,79,0.6687675070028012) 100%);;background-size:100%;}
.result-popup .load-in-call {background: #5ce0e6;padding: 7px 20px;font-size: 18px;font-weight: bold;color: #081d59;border-radius: 21px;display: inline-block;margin: 10px 0 0 0;}
.result-popup .load-in-call:hover {text-decoration: none;background: #081d59;color: #5ce0e6;}
.footer-n .footer-logo a {display: inline-block;width: 190px;}
.footer-n .footer-link, .footer-n .footer-link ul {width: 100%;}
.footer-t {display: flex;border-bottom: 1px solid #572b4e;padding-bottom: 20px;margin-bottom: 10px;padding-top:25px;}
.footer-t .col-01{width:20%;}
.footer-t .col-01:last-child{width:24%;}
.footer-t .col-01:last-child .add{margin-bottom:0px;}
.footer-t .col-01 h5{font-size:18px;color:#582c4f;line-height:24px;padding-bottom:7px;text-transform:uppercase; font-weight:500;position:relative;margin-bottom:10px;}
.footer-t .col-01 h5:before{content:""; width:50px;height:4px;background:#582c4f;position:absolute;left:0px;bottom:0px;}
.footer-t .col-01 li{color:#582c4f; font-size:16px;padding:5px 0px 0px 0px;font-family: Roboto, sans-serif;}
.footer-t .col-01 li a{color:#582c4f; font-size:16px;position:relative;padding-left:12px;}
.footer-t .col-01 li a:before{content:"\f0da";font-family: "FontAwesome";position:absolute;left:0px;}
.footer-t .col-01:last-child li a{padding-left:0px;}
.footer-t .col-01:last-child li a:before{display:none;}
.footer-t .col-01 li a:hover,.footer-t .col-01 li a:hover:before{color: #b5934f;}
.footer-t .follow{width:100%;}
.footer-t .follow h5{margin-bottom:10px;padding-bottom:10px;}
.footer-t .follow ul{display:flex;gap:15px;margin-bottom:0px;}
.footer-t .follow li a{font-size:20px;}
.footer-t .add li{position:relative;padding:0 0 15px 32px;font-size:15px;line-height:20px;}
.footer-t .add li a{font-size:16px;line-height:20px;}
.footer-t .add li i{position:absolute;left:0;top:0px;font-size: 22px;}
.partner{width:100%;padding-top:25px;}
.partner ul{display:flex;justify-content:center;gap:20px;color:#fff;box-shadow:rgba(0,0,0,0.5) 0px 0px 10px;-webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 10px;-moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 10px;-o-box-shadow:rgba(0,0,0,0.5) 0px 0px 10px;padding:20px;margin-bottom:20px;align-items:center;}

.footer-n .footer-link ul {display: flex;margin: 0px;justify-content: end;}
.footer-n .footer-link li {margin: 0px 10px;list-style: none;}
.footer-n .footer-link li a {color: #fff;font-size: 15px;}
.footer-n .footer-link li a:hover {text-decoration: none;color:#b5934f;}
.footer-b {width: 100%;}
.footer-logo {width: 25%;}
.footer-n .footer-link {width: 75%;}
.footer-b h5 {font-size: 15px;color: #fff;margin-bottom: 10px;font-weight: 500;text-transform: uppercase;}
.footer-b {width: 100%;display: flex;}
.footer-b .col-n-3 {width: 33.33%;padding: 0 10px;text-align: right;}
.footer-b .col-n-6 {width: 66.66%;padding: 0 10px;}
.footer-b ul {display: flex;align-items: center;margin-bottom: 0px;}
.footer-b li {margin-right: 10px;}
.footer-b li img {max-height: 45px;}
.footer-b .col-n-3 li {margin-left: 20px;}
.footer-b li a i {font-size: 20px;color: #fff;}
.footer-b li a:hover i {color:#b5934f;}
.footer-b .col-n-3 ul {float: right;}
.container-n {width: 100%;padding: 0;}
.service {width: 100%;padding: 30px 0px;}
.service ul {width: 80%;}
.service li {display: -webkit-box;display: -ms-flexbox;display: flex;text-align: left;padding: 0 20px;
margin-bottom: 40px;}
.service li .icon-b {width: 70px;margin-right: 10px;background: var(--secondary-color);height: 70px;
padding: 10px;border-radius: 100%;}
.service li .text-b {width: calc(100% - 60px);}
.service li .text-b h4 {font-size: 16px;line-height: 20px;margin-bottom: 0px;}
.service li .text-b p {font-size: 18px;line-height: 28px;}
.service li img {max-width: 100%;margin-bottom: 20px;}
.service li h3 {font-size: 20px;color: #081D59;font-weight: 600;}
.service li p {font-size: 16px;line-height: 26px;}
.service .box {display: flex;align-items: center;}
.service .imgb {width: 40%;}
.service .right-col {width: 60%;padding-left: 5%;}
.site-copy {width: 100%;padding: 5px 0px;text-align:left;font-size: 15px;line-height: 24px;}
.site-copy p {margin-bottom: 0px; color:#000;}
.site-copy a {font-weight: 600;color:#582c4f;}
.site-copy .disclaim {text-align: left;font-size: 15px;line-height: 22px;padding-top: 10px;}
.our-customer {width: 100%;text-align: center;margin-bottom: 50px;}
.our-customer img {margin-bottom: 20px;}
.our-customer p img {width: 80px;margin: 0px;}
.our-customer p a {color: #000;}
.clas-flgt {padding-right: 16px;position: relative;cursor: pointer;line-height: 20px;font-size: 15px;
text-transform: uppercase;color: #000;font-weight: 600;display: inline-block;}
.clas-flgt:after {content: "";border: solid black;border-width: 0 3px 3px 0;display: inline-block;padding: 3px;
transform: rotate(45deg);-webkit-transform: rotate(45deg);position: absolute;right: 0px;top: 3px;}
.economy-div {display: inline-block;position: relative;}
.dd-cl {position: absolute;z-index: 9;background: #ffffff;padding: 10px 13px;width: 200px;border-radius: 5px;
display: none;}
.dd-cl li {font-size: 14px;cursor: pointer;color: #081d59;text-align: center;padding: 8px 0px;}
.dd-cl li ~ li {border-top: 1px solid #cccccc;}
.dd-cl li.active {font-weight: bold;}



.pagetitle {width: 100%;background:url(../images/bg-title.jpg) left top no-repeat #2F354B;text-align: center;padding: 10px 0px;min-height:120px;background-size:cover;position:relative;display:flex;flex-flow:column;justify-content:center;}
.pagetitle:before{content:"";width:100%;height:100%;background:rgba(0,0,0,0.6);position:absolute;left:0px;top:0px;}
.pagetitle h2 {font-size: 30px;line-height: 36px;color: #fff;margin-bottom: 10px;position:relative;z-index:2;}
.pagetitle p {font-size: 17px;line-height: 25px;color: #fff;position:relative;z-index:2;}
.contact-us-n {width: 100%;padding:50px 0px 50px 0px;background:url(../images/bg-form.jpg) left center no-repeat; background-size:cover;}
.contact-us-n .box{display: flex;justify-content: space-between;}
.contact-us-n .address {width: 40%;background: #F4F4F4;padding: 30px;}
.contact-us-n .address h4{margin-bottom:20px;}
.contact-us-n .form-cont {width: 58%;background: #eff6ff;padding:30px;border-radius:20px;}
.contact-us-n .form-cont h3{font-size:18px;margin-bottom:20px;}
.contact-us-n .add li{position:relative;padding-left:35px;margin-bottom:20px;font-size:18px;line-height:28px;}
.contact-us-n .add li i{position:absolute;left:0px; top:0px;font-size:24px;color:#000;}
.contact-us-n .add li a{color:#000;}
.contact-us-n .add li a:hover{color:#b5934f;text-decoration:none;}
.contact-us-n .address .follow ul{display:flex;gap:20px;}
.contact-us-n .address .follow li i{font-size:22px;}
.contact-us-n .address .follow li a{color:#000;}
.contact-us-n .address .follow li a:hover{color:#b5934f;}
.contact-us-n .btn-block{width:30%;}

.contact-us-n .form-cont .form-control{height:50px;font-size:14px;border-radius:5px;}
.contact-us-n .form-cont .form-control.textarea{height:120px;}
.contact-us-n .form-cont .btn-center{width:100%;text-align:center;margin-bottom:0px !important}
.contact-us-n .form-cont .btn-center .sbmt{background:#5a2e4f;border: none !important;padding:10px 25px;  font-size:18px; width:auto;display:inline-block;font-size:18px;font-weight:500;color:#fff; margin-top:10px;}
.contact-us-n .form-cont .form-control.date-icon{background:url(../images/icon-calender.jpg) right 13px center no-repeat #fff; background-size:20px;}

.contact-us-n .error-b{border-color:#e5392d}
.contact-us-n .error-b:focus{border-color:#e5392d;box-shadow: 0 0 0 .2rem rgba(229, 57, 45, .25);}

.btn-danger {
    background: linear-gradient(90deg, rgba(88, 44, 79, 1) 0%, rgba(194, 50, 165) 100%) !important;
    border: none !important;
    padding: 6px 10px;
}

.btn:hover, .btn-danger:focus, .fare-btn:hover {background-color: #000 !important;color: #fff !important;}
.btn-danger:hover{background:#876831 !important;color:#fff;}
.modify-search h4 {background: #b5934f;padding: 5px 20px;font-size: 18px;font-weight: bold;color: #fff !important;
border-radius: 5px;display: inline-block;margin: 0 15px 0 0 !important;text-shadow: none;}
.modify-search h4:hover{background:linear-gradient(90deg, rgba(88, 44, 79, 1) 0%, rgba(194, 50, 165) 100%); color:#fff;}
.modify-search-b {display: none;margin-bottom: 15px;}
.modify-column {width: 100%;}
.modify-column .col-n {width: calc(33% - 10px);margin: 0px 5px;}
.modify-column .top-row {display: flex;align-items: end;margin-bottom: 10px;}
.modify-column .search-box label {margin-bottom: 0px;}
.info-popup {position: relative;}
.info-popup .icon {width: 30px;}
.info-popup .info {background:#582c4f;padding: 10px;border-radius: 10px;position: absolute;bottom: 50px;width: 90px;display: none;right: 0px;z-index: 99;text-align: center;}
.info-popup .info:after {content: "";width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 12px solid #582c4f;position: absolute;right: 14px;bottom: -10px;}
.info-popup:hover .info {display: block;}
.info-popup .info p {font-size: 13px;line-height: 17px;color: #fff;margin: 0px;padding-bottom: 10px;}
.f1_resultboxleft .info-popup .info p {padding-bottom: 0px;}
.waiting-b {background: #fff;max-width:700px;text-align: center;padding:20px;border-radius: 5px;}
.waiting-b .logo {width: 200px;display: inline-block;margin-bottom:10px;}
.processing {width: 100%;margin-bottom: 10px;}
.processing p {font-size: 20px;line-height: 30px;padding-bottom: 10px;margin-bottom:0px;}
.processing .progress {background: #b5934f;justify-content: flex-start;align-items: center;
position: relative;display: flex;height:8px;max-width: 500px;background: #777777;margin: 0 auto;}
.processing .progress-value {animation: load 5s normal infinite;background: linear-gradient(90deg, rgba(88, 44, 79, 1) 0%, rgba(194, 50, 165) 100%);height: 10px;width: 0;}
.back_cntd.form_area .form-group:last-child{text-align:center;margin-bottom:0px;}
.back_cntd.form_area .btn:not(:disabled):not(.disabled){width:30%;display:inline-block;}

/* input type="number" arrow hide */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type=number] {-moz-appearance: textfield;appearance: textfield;}
.my_video {width: 100%;float: left;padding-top: 50px;}
.form_area {background: #fff;width: 100%;float: left;padding: 20px;border: 2px solid #ddd;}
.floating_label {width: 100%;float: left;margin:0;position: relative;}
.floating_label input,.floating_label textarea,.floating_label select {background-color: #fff;width: 100%;
height: 45px;float: left;padding: 5px 10px;line-height: 33px;font-size: 18px;color: #000;border: none;outline: none;border: 1px solid #000;}
.floating_label input::placeholder,
.floating_label textarea::placeholder {opacity: 0;}
.floating_label .fl_text {font-size: 16px;color: #000;padding: 0 5px;position: absolute;top: 0;left: 5px;
transform: translateY(10px);transition-duration: 300ms;}
.floating_label input:focus {border-color: #f00;}
.floating_label:focus-within > .fl_text,
input:not(:placeholder-shown) + .fl_text,
textarea:not(:placeholder-shown) + .fl_text,
select:not(:placeholder-shown) + .fl_text {background: #fff;font-size: 14px;color: #582c4f;transform: translateY(-12px);}
.floating_label textarea {min-height: 100px;line-height: 22px;padding-top: 15px;}
.with_left_icon .lft_img {background: #eee;width: 45px;position: absolute;left: 1px;top: 1px;bottom: 1px;
display: flex;align-items: center;justify-content: center;}
.with_left_icon input {padding-left: 55px;}
.with_left_icon .fl_text {left: 50px;}
.with_left_icon:focus-within input::placeholder {opacity: .5;}
.floating_label.label_top > .fl_text {background: #fff;font-size: 14px;color: #f00;transform: translateY(-12px);
}
.floating_label.label_top input::placeholder {opacity: .5;}
.floating_label.with_place input::placeholder {opacity: 0;}
.floating_label.with_place:focus-within input::placeholder {opacity: .5;}
@keyframes load {
0% {width: 0;}
50% {width: 100%;}
}

.waiting-b h4 {font-size: 18px;line-height: 25px;color: #582c4f;margin-bottom: 10px;}
.waiting-b .service-w {width: 100%;margin-bottom: 10px;}
.waiting-b .service-w ul {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;justify-content: center;border-top: 2px solid #8c99a1;border-bottom: 2px solid #8c99a1;padding: 10px 0px;margin-bottom:10px;}
.waiting-b .service-w li {display: -webkit-box;display: -ms-flexbox;display: flex;text-align: left;width:33.33%;
padding: 0 1.5%;}
.waiting-b .service-w li .icon-b {width: 40px;margin-right: 10px;}
.waiting-b .service-w li .text-b {width: calc(100% - 50px);}
.waiting-b .service-w li .text-b h4 {font-size: 16px;line-height: 20px;margin-bottom: 0px;}
.waiting-b .service-w li .text-b p {font-size: 13px;line-height: 20px;margin-bottom:0px;}
.waiting-b h5 {font-size: 20px;line-height: 28px;margin-bottom: 15px;color: #582c4f;}
.waiting-b .call-btn {background: linear-gradient(90deg, rgba(88, 44, 79, 1) 0%, rgba(194, 50, 165) 100%);font-size: 18px;font-weight: bold;color: #fff;padding:6px 20px;
display: inline-block;border-radius: 20px;box-shadow: rgba(0,0,0, 0.4) 0px 4px 3px;transition: all ease 0.5s;}
.waiting-b .call-btn:hover {background: #b5934f;color: #fff;text-decoration: none;}
a:hover {text-decoration: none;}
.top-title-info {width: 100%;padding: 10px 10px 0px 10px;}
.top-title-info p {font-size: 14px;line-height: 18px;color: #000;margin: 0px;}
.common-text{width: 100%;padding:30px 0px 30px 0px;}
.top-tittle {font-size: 40px;text-transform: uppercase;margin-bottom: 40px;text-align: center;}
.common-text h3 {font-size: 22px;line-height: 30px;margin-bottom: 8px;color:#333333;position:relative;padding-bottom:0px; font-weight:500;}
/*.common-text h3:before{content:"";height:4px;width:40px;background:#582c4f;position:absolute;left:0px;bottom:0px;}*/
.common-text h4 {font-size: 20px;line-height: 28px;margin-bottom: 5px;color:#582c4f;}
.common-text p, .common-text li {font-size: 15px;line-height: 25px;color: #333;}
.common-text a{ color:#582c4f; font-weight:500;}
.common-text a:hover{color:#b5934f;text-decoration:none;}
.common-text .list-dot, .common-text .list-no {padding-left: 20px;}
.common-text .list-dot li {list-style: disc;margin-bottom: 10px;}
.common-text .list-no li {list-style: auto;margin-bottom: 10px;}
.common-text .table{border:2px solid #bfbfbf;}
.common-text .table .row{margin:0px;}
.common-text .table .row .col-3,
.common-text .table .row .col-9{padding:5px 15px;}
.common-text .table .row ~ .row{ border-top:2px solid #bfbfbf;}
.common-text .table .row .col-9{border-left:2px solid #bfbfbf;}
.common-text .table a{padding:0px;color:#582c4f;}
.common-text .accordion{width:100%;border-left:4px solid #582c4f;margin-bottom:10px;background:#ffe9fb;}
.common-text .accordion .acc-tab{position:relative;cursor:pointer;padding:10px 13px;font-size:16px;font-weight:600;}
.common-text .accordion .acc-tab:after{content:"\f067";font-family:FontAwesome;position:absolute;right:15px;top:50%;transform:translateY(-50%);}
.common-text .accordion .acc-tab.active:after{transform:rotate(45deg) translate(-8px, -5px);}
.common-text .acc-content{display:none;padding-top:10px;padding:10px 13px;}
.common-text .acc-content p{margin-bottom:0px;line-height:26px;}


.pfdetailsbook-tan {width: 100%;background: #e1e1e1;color: #000;font-size: 18px;line-height: 24px;padding:10px 10px 10px 10px;display: flex;justify-content: space-between;align-content: center;}
.pfdetailsbook-tan h4 {margin-bottom: 0px;font-size: 24px;color: #000;}
.pfdetailsbook-tan .flght-d {padding-right: 25px;position: relative;cursor: pointer;transition: all ease 0.5s;}
.pfdetailsbook-tan .flght-d:after {content: "\f107";font-size: 24px;color: #000;font-family: FontAwesome;
position: absolute;right: 0px;}
.pfdetailsbook-tan .flght-d.active:after {transform: rotate(180deg);}
.pfdetailsbook-tan .flght-d:hover {color: #000;}
.term-text, .term-box {width: 100%;padding: 0 25px;}
.term-box {padding-top: 20px;}
.term-text {display: none;}
.term-text.active {display: block;}
.term-text .common-text {border: 1px solid #ccc;padding: 17px;height: 170px;overflow-y: scroll;}
.term-text .common-text h3 {margin-bottom: 5px;font-size: 22px;}
.term-text .common-text .top-tittle {text-align: left;margin-bottom: 6px;font-size: 26px;}
.term-text .common-text p, .term-text .common-text li {font-size: 14px;line-height: 20px;color: #000;margin-bottom: 10px;}
.person-detail {width: 100%;padding: 20px 25px 20px 25px;}
.person-detail .contectpax_box {padding: 0px;}
.person-detail p {font-size: 12.5px;font-weight: 600;color: #535353;margin-bottom: 0;}
.person-detail .contectpax_box .contpax_item:first-child {padding-left: 0px;}
.term-box .paxatol_som {padding-left: 24px;position: relative;}
.term-box .paxatol_som .form-check-input{background-color:#fff;border-color:#582c4f;}
.term-box .form-check-input {left: 0;margin-left: 0px;}
.term-box .paxatol_som label {display: inline-block;padding-bottom: 10px;font-size: 13px;line-height: 20px;}
.term-box .paxatol_som label a{color:#582c4f;font-weight:600;}
.right-payment.stick {position: fixed;top: 0px;}
.steps {width: 100%;padding: 20px 0px;}
.steps ul {display: flex;}
.steps li {width: 33.33%;border-bottom: 4px solid #7d8aaf;padding-bottom: 10px;font-size: 16px;}
.steps li span {display: inline-block;width: 30px;height: 30px;border: 1px solid #000;background: #ececec;border-radius: 100%;-webkit-border-radius: 100%;-moz-border-radius: 100%;-ms-border-radius: 100%;-o-border-radius: 100%;text-align: center;line-height: 28px;margin-right: 10px;}
.steps li.before-active {color: #6588ea;border-color: #6588ea;}
.steps li.before-active span {background: #6588ea;border: 3px solid #6588ea;color: #ffff;line-height: 24px;}
.steps li.active {color: #081D59;border-color: #011da2}
.steps li.active span {background: #011da2;border: 3px solid #b6dbff;color: #ffff;line-height: 24px;}
.flex-div {display: flex;}
.pbook-right .right-payment, .rightSecConf .right-payment, .div-sticky .right-payment {position: sticky;top: 90px;}
.table > :not(:first-child){border:none;}
.cookies {width: 320px;position: fixed;right: 10px;bottom: 10px;border: 2px solid #dfe9fd;background: #fff;z-index: 999999;}
.cookies h3 {background: #081d59;color: #fff;padding: 6px 15px;margin-bottom: 0px;font-size: 20px;}
.cookies .text p {margin-bottom: 0px;padding-bottom: 15px;}
.cookies h3 span {float: right;cursor: pointer;}
.cookies .text {width: 100%;padding: 15px;}
.cookies .continue {background: #081d59;width: 100%;text-align: center;color: #fff;font-size: 16px;font-weight: bold;padding: 7px 0px;cursor: pointer;}
section.f_procsec {z-index: 9999;}

.search_widget form .widget_destInput input, .search_widget form .widget_datePicker input, .search_widget form .widget_datePicker select{background:var(--blackbg-color); color:#000 !important;}
.custom_input i{color:var(--gold-color)}
.custom_input.m-loca label.demo-label.input-has-value{background:var(--gold-color);color:#fff;}
.pax_dropdown input{background:var(--blackbg-color) !important; color:#fff !important;}
.banner:after {content: "";background: rgba(0,0,0,0.3);width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;}
.custom-control-label{color:#fff;}
.search_widget form .sw_btn input,.pre-air{background-color:#582c4f;color:#fff;}
.search_widget form .sw_btn input:hover{background-color:#2d2d2d;color:#fff;}
.chat-h{display:flex;align-items:center;}
.chat-h img{width:60px;}
.chat-h p{color:#fff;font-size:15px;line-height:20px;font-weight:600;padding-left:5px;margin:0px;}
.nav ul{ display:flex;gap:30px;margin:0px;  }
.nav ul li a{font-size:17px; color:#0d0d0c;text-decoration:none;transition: all ease 0.5s;}
.nav ul li a:hover{color:#b5934f;}
.header-n{box-shadow: rgb(0, 0, 0, 0.3) 0px 0px 5px;}
.header-n.fixed .nav ul li a{font-size:16px;}

.benefit{width:100%;padding:100px 0 50px 0;}
.benefit ul{display:flex;gap:10px;justify-content:center;}
.benefit li{text-align:center;border:1px solid #582c4f;padding:15px 10px;width:25%;background:#f6f5f5;border-radius:3px;}
.benefit li h3{font-size:15px;line-height:20px;color: #582c4f; font-weight:700;}
.benefit li p{font-size:14px;line-height:18px;}
.benefit li .icon{width:100px;height:100px;line-height:100px;display:inline-block; background:#9f814d;border-radius:100%;box-shadow:rgba(0,0,0,0.5) 0px 0px 4px;position:relative; top:-70px;margin-bottom:-80px;}
.benefit li .icon::before {content: "";background: transparent;top: 1px;left: 1px;bottom: 1px;right: 1px;position: absolute;-webkit-border-radius: 50%;border-radius: 50%;border: 4px solid #fff;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.benefit li .icon img{max-width:50px;}
.benefit li:hover .icon img{transform:rotate(360deg);}
.instal-pay{width:100%;margin-top:30px;}
.instal-pay .innerb a{background:#582c4f;padding:10px 15px; display:flex;justify-content:space-between;align-items:center;border-radius:6px;}
.instal-pay .innerb p{ font-size:20px;color:#fff;line-height:26px;}
.instal-pay .innerb a:hover{background:#000}
.instal-pay .flynow{width:120px;}
.best-deal{width:100%;margin-bottom:50px;}
.best-deal .column{width:100%;display:flex;gap:25px;}
.best-deal .col{padding:0px;position:relative;overflow:hidden;}
.heading-m{font-size:30px;color:#582c4f;text-align:center;padding-bottom:20px;line-height:28px;position:relative;margin-bottom:30px;}
.heading-m:before{content:""; width:100px;height:6px;background:#582c4f;position:absolute;left:50%;transform:translateX(-50%);bottom:0px;}
.best-deal .col .textb {position: absolute;top: 100%;height: 100%;background: rgba(0,0,0,0.6);width: 100%;padding:20px;}
.best-deal .col .textb li{padding:5px 0px; border-bottom:1px solid #b5934f;}
.best-deal .col .textb li a{display:flex;justify-content:space-between; color:#fff;}
.best-deal .col h4{position:absolute; bottom:0px;width:100%;background: rgba(0,0,0,0.6); color:#fff;padding:15px;z-index:9;margin:0px;text-align:center;font-size:24px;}
.best-deal .col:hover .textb{top:0px;}
.best-deal .col:hover h4{bottom:-100%;}
.whats-app{margin-right:20px;}
.whats-app img{max-width:50px;transition: all ease 0.5s;}
.whats-app.vote img{max-width:60px;transition: all ease 0.5s;}
.footer-t .whats-f{border:1px solid #000000;padding:5px 10px;margin-top:10px;}
.footer-t .whats-f img{max-width:40px;padding-right:5px;}
.footer-t .whats-f a{font-size:20px;color:#582c4f; font-weight:500;}
.footer-t .whats-f a:hover{text-decoration:underline;}
.whats-app.award{width:80px;transition: all ease 0.5s;}
.whats-app.award img{max-width:100%;width:100%;background:#fff;border-radius:3px;}
.whats-app .mob-w{display:none;}


.header-n.fixed .whats-app img{max-width: 40px;}
.header-n.fixed .support .icon-img img{max-width: 40px;}
.header-n.fixed .whats-app.award{width:70px;}
.header-n.fixed .whats-app.award img{max-width:100%;}
.header-n.fixed .support .text a{font-size:22px;}
.header-n.fixed .support .text span{font-size:11.4px;line-height:18px;}


.search_widget form .widget_destInput input::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1;
}
.search_widget form .widget_datePicker .datess input::-webkit-input-placeholder {color: #fff !important;opacity: 1;}
.search_widget form .widget_destInput input,.search_widget form .widget_datePicker .datess input:-moz-placeholder {color: #fff!important;opacity: 1;}
.search_widget form .widget_destInput input,.search_widget form .widget_datePicker .datess input::-moz-placeholder {color: #fff!important;opacity: 1;}
.search_widget form .widget_destInput input,.search_widget form .widget_datePicker .datess input:-ms-input-placeholder {color: #fff!important;}
.search_widget form .widget_destInput input,.search_widget form .widget_datePicker .datess input::-ms-input-placeholder {color: #fff!important;}
.search_widget form .widget_destInput input,.search_widget form .widget_datePicker .datess input::placeholder {color: #000!important;}


.header-n .cta-no, .footer-n .footer-link li a, .footer-b li a i, .service li, .nav ul li a, .benefit li .icon img, .instal-pay .innerb a, .best-deal .col .textb, .best-deal .col h4, .common-text .accordion .acc-tab:after, .filter-row li.active .dd-btn:after, .btn, .footer-t .col-01 h5:after {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}



.country-select{width:230px;position:relative;}
.country-select .select-tab{border:1px solid #fff;color:#fff;padding:8px 10px 8px 10px;position:relative;font-size:15px;cursor:pointer;}
.country-select .select-tab:after{content:"";width:10px;height:10px; border-left:2px solid #fff;display:inline-block;border-top:2px solid #fff;transform:rotate(224deg);-webkit-transform:rotate(224deg);-moz-transform:rotate(224deg);-ms-transform:rotate(224deg);-o-transform:rotate(224deg);position:absolute; right:14px; top:14px;}
.country-select .country-list{ width:100%;background:#5ce0e6;display:none;position:absolute;left:0px;top:41px;}
.country-select .country-list ul{padding:10px;}
.country-select .country-list li a{font-size:15px;line-height:20px;color:#081D59;display:flex;padding:8px 0px;align-items:center;font-weight:500;}
.country-select .country-list li img{max-width:30px;margin-right:12px;}
.cat-flight{width:100%;}
.cat-flight ul {box-shadow: rgba(0,0,0,0.2) 0px 0px 5px;-webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 5px;
-moz-box-shadow: rgba(0,0,0,0.3) 0px 0px 5px;-o-box-shadow: rgba(0,0,0,0.3) 0px 0px 5px;padding:13px;display:flex;}
.cat-flight ul li{width:33.33%;text-align:center;font-size:16px;}

.cat-flight ul li ~ li{border-left:1px solid #cfcaca;}
.cat-flight ul li strong{display:block;}
.cat-flight ul li a,.cat-flight ul li span strong{display:inline-block;color:#b5934f;font-weight:600;border-bottom:3px solid #b5934f;cursor:pointer;}
.cat-flight ul li a:hover,.cat-flight ul li span strong:hover{color:#582c4f;text-decoration:none;border-color:#582c4f;}
.filter-row{display:flex;align-items:center;margin-bottom:15px;}
.filter-row h3{margin:0 15px 0 0;font-size:22px;}
.filter-row ul{display:flex;width:100%;margin:0px;}
.filter-row li{width:20%;margin:0 4px;position:relative;}
.filter-row li .dd-btn{border:1px solid #582c4f;padding:5px 15px 5px 15px; border-radius:5px;font-size:14px;cursor:pointer;font-weight: 500;color:#582c4f;}
.filter-row li .dd-btn:after{content:""; width:7px;height:7px;border-width:2px;border-style:solid; border-color:transparent #000 #000 transparent;float:right;transform:rotate(45deg);position:relative; top:4px;}
.filter-row li .dd-show{width:100%;min-height:150px;background:#fff;position:absolute;left:0px;top:40px; border:1px solid #582c4f;z-index:9;border-radius:10px;display:none;padding:15px;}
.filter-row li .dd-show:before{content:""; width:12px;height:12px; border-style:solid; border-width:1px;border-color:#000 #000 transparent transparent;display:inline-block;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);position:absolute;left:30px;top:-6px;background:#fff;}
.filter-row li.active .dd-show{display:block;}
.filter-row li.active .dd-btn{background:#582c4f;color:#fff;}
.filter-row li.active .dd-btn:after{border-color:transparent #fff #fff transparent;transform:rotate(-135deg); top:9px;}
.filter-row li .dd-show.price{min-height:90px;}
.filter-row li .dd-show.stop{min-height:80px;}
.filter-row li.active .dd-show .f1_directflight{padding:0px;}
.filter-row li .dd-show .f1_directflight{flex-flow:column;}
.filter-row li .dd-show .f1_directflight li{margin-bottom:5px;}
.filter-row li .dd-show.time{width:550px;}
.filter-row li .dd-show.time .innerb{display:flex;}
.filter-row li .dd-show.time .innerb .f1_fitlerab{width:50%;padding:0 5px;}
.filter-row li .dd-show.time .innerb .f1_fitlerab .pd-lr12{padding:0 23px; font-size:14px;}

.filter-row li .dd-show.airline li{margin:0 0 5px 0;}
.filter-row li .dd-show.airline .f1_directa input{left:0px;}
.filter-row li .dd-show.airline{width:300px;}
.filter-row li .dd-show.airline .f1_fitlerab{max-height: 300px;overflow: auto;}
.filter-row li .dd-show.airline .f1_directflight{padding:10px 10px 10px 0;}
.filter-row li .dd-show.baggage ul{flex-flow:column;}
.filter-row li .dd-show.baggage li{width:100%; font-size:14px;margin-bottom:5px;}
.filter-row li .dd-show.baggage li label{margin:0px;padding-left:4px;}
.filter-row li .dd-show.baggage .btn-reset{background:#582c4f;color:#fff;padding:5px 15px;float:right;font-size:13px;border-radius:20px;cursor:pointer;}
.filter-row li .dd-show.baggage .btn-reset:hover{background:#000; color:#fff;}
.filter-row li .dd-show.baggage{min-height:100px;}


.filter-row .ui-state-default, .filter-row .ui-widget-content .ui-state-default {
    border-radius: 100%;
    border: 1px solid #000 !important;
}
.filter-row .ui-widget.ui-widget-content{height:7px;}
.filter-row .ui-slider-horizontal .ui-slider-range{height:6px !important;}
.filter-row .ui-slider-horizontal .ui-slider-handle{top:-6px !important;}
.filter-row .ui-widget-header{background:#582c4f !important;}
.filter-row .rangefilter .outbound{font-size:13px;}
.tab-time{width:100%; border-bottom:1px solid #000;padding-bottom:15px;margin-bottom:15px;}
.tab-time ul{display:flex;}
.tab-time ul li{width:auto;background:#582c4f;color:#fff;padding:4px 14px; font-size:14px; border-radius:4px;cursor:pointer;}
.tab-time ul li.actives{background:#b5934f;color:#fff;}
.dpt-time{width:100%;display:none;}
.dpt-time ul{flex-flow:wrap;}
.dpt-time li{width:calc(50% - 8px);}
.dpt-time li:nth-child(2) ~ li{margin-top:10px;}
.dpt-time li h4{font-size:16px; font-weight:600;margin-bottom:2px;}
.dpt-time li label{font-size:14px;}
.dpt-time li label input{margin-right:5px;}

.toptravel-info{width:100%;padding:15px 20px;}
.toptravel-info .last{border-bottom:1px solid #ced4da;padding-bottom:15px;margin-bottom:15px;}
.toptravel-info p{font-size:13px;line-height:17px;border-bottom:1px solid #ced4da;padding-bottom:15px;margin-bottom:15px;}
.toptravel-info label{display:block;font-size: 13px;color: #353535;font-weight: 600;}
.toptravel-info label span{color:#f00;}
.toptravel-info .row{margin-bottom:20px;}
.toptravel-info .input{font-size:14px;}
.toptravel-info .purple{color:#582c4f;}
.toptravel-info .chkinput{position:relative; top:2px;}
.paxdetail-new .box-wborder{border:1px solid #ced4da;margin:0px 20px; border-radius:10px;}
.paxdetail-new .box-wborder .paxdetas_head.info-d{border:none;}
.paxdetail-new .box-wborder .paxdetas_head .paxlead{background: #fff;position: relative;top: -18px;padding:4px 20px 4px 10px;margin-bottom:-25px;}
.paxdetail-new .preference{padding:20px 20px;}
.paxdetail-new .box-wborder .paxdetas_head{border:none;}
.outbond-n{display:inline-block;color:red;}
.sitemap{width:100%;display:flex;text-align:center;}
.sitemap .col{width:calc(33.33% - 20px);margin:0 10px;border:1px solid #c5c0c0;padding:0px;}
.sitemap .col h4{background:#b5934f; color:#fff;padding:6px 0px;}
.sitemap .col li{margin-bottom:5px;}
.m-menu{width:30px;height:30px;cursor:pointer;display:none;}
.m-menu .close{display:none;}

.slick-list{width:100%;overflow:hidden;}
.best-deal .col{float:left;}
.slick-dots{position:absolute;width:100%;display:none !important;bottom:0px;}
.slick-track{display:flex; gap:25px;}

.in-footer{width:100%;float:left;text-align:center;padding:20px 0px;background:linear-gradient(180deg, rgba(255,255,255,1) 32%, rgba(181,147,79,0.6687675070028012) 100%)}
.in-footer p{text-align:center;margin-bottom:0px;}
.in-footer ul{display:flex; justify-content:center;gap:10px;}
.in-footer li a{font-size:15px;color:#000;}

.flynow-in{background:#582c4f;width:100%;text-align:center;padding:20px;display:flex;justify-content:center;align-items:center;margin-top:30px;}
.flynow-in p{margin-bottom:0px;font-size:20px;line-height:30px;color:#fff;padding-left:30px;}
.flynow-in img{max-width:120px;margin-bottom:15px;}
.enjoy-trip{width:100%;padding:50px 0 30px 0;}
.enjoy-trip .top-text{text-align:center;}
.enjoy-trip ul{width:100%;display:flex;flex-flow:wrap;gap:20px;}
.enjoy-trip li{width:calc(50% - 10px);padding:20px;background:#ececec;text-align:center;}
.enjoy-trip li .heading-m{font-size:25px;padding-bottom:15px;margin-bottom:15px;}
.heading-m:before{height:3px;}
.check-eligibility{width:100%;padding:0 0 30px 0;}
.check-eligibility p{text-align:center;}
.check-eligibility ul{width:100%;display:flex;flex-flow:wrap;gap:10px;}
.check-eligibility li{width:calc(25% - 8px);padding:20px;background:#582c4f;text-align:center;}
.check-eligibility li p{margin-bottom:0px;color:#fff;}
.check-eligibility li h4{font-size:20px;color:#fff;}

.frow1 {
    margin-bottom: 10px;
}
.frow1 a{background:#582c4f;color:#fff;text-decoration:none;display:inline-block;font-size:13px;padding:3px 10px; border-radius:4px; cursor:pointer;}
.frow1 a:hover{text-decoration:none;color:#fff;background:#000;}
.term-text-shadow{background: #ffffff;margin-bottom: 20px;box-shadow: 3px 3px 10px 1px #0000001a;}
.term-text-shadow .term-text{padding:10px;}
.term-text-shadow .term-text .common-text{padding:0 20px 0 0; border:none;}
.paxatol_som.active .form-check-label{color:#f00;}

.bta-vote{width:100%;padding:20px 0px 0px 0px;}
.bta-vote ul{display:flex;justify-content:space-between;gap:20px;background: #582c4f;padding: 10px 20px;border-radius:10px;align-items:center;}
.bta-vote li img{max-width:90px;border-radius:100%;}

.glow-on-hover {height: 50px;border: none;outline: none;color: #fff;background: #111;cursor: pointer;position: relative;z-index: 0;border-radius: 10px;
display: inline-block;text-align: center;line-height: 50px;font-size: 18px;text-transform: uppercase;padding: 0 15px;transition:all ease 0.5s;}
.glow-on-hover:before {content: '';background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
position: absolute;top: -2px;left:-2px;background-size: 400%;z-index: -1;filter: blur(5px);width: calc(100% + 4px);height: calc(100% + 4px);
animation: glowing 20s linear infinite;transition: opacity .3s ease-in-out;border-radius: 10px;}
.glow-on-hover:hover{color:#b5934f;}
.glow-on-hover:active {color: #000}
.glow-on-hover:active:after {background: transparent;}
.glow-on-hover:hover:before {opacity: 1;}
.glow-on-hover:after {z-index: -1;content: '';position: absolute;width: 100%;height: 100%;background: #111;left: 0;top: 0;border-radius: 10px;}
@keyframes glowing {
0% { background-position: 0 0; }
50% { background-position: 400% 0; }
100% { background-position: 0 0; }
}

.bta-vote-n{width:100%;padding:20px 0px 0px 0px;}
.bta-vote-n ul {display: flex;justify-content: space-between;gap: 20px;padding: 10px 20px;border-radius: 10px;align-items: center;background: url(../images/bg-british.jpg) left center no-repeat #582c4f;background-size:100%;}
.bta-vote-n li img{max-width:90px;border-radius:100%;}
.bta-vote-n li:nth-child(3) {width:300px;}
.bta-vote-n li p{ color:#fff;text-align:center;}
.bta-vote-n li .animated-text{width:100%;}

.animated-text span {
    animation: scaleText 2s infinite;display:inline-block;
}

@keyframes scaleText {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}



.bta-popup{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.6);left:0px; top:0px;z-index:9999;}
.bta-popup .inner-b{width:400px;background:#582c4f;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;padding:20px;border-radius:10px;}
.bta-popup .inner-b img{max-width:200px;}
.bta-popup .inner-b h3{font-size:23px;color:#fff;padding:20px 0px;margin:0px;text-transform:uppercase;}
.bta-popup .inner-b h3 span{ display:block;}
.bta-popup .inner-b p{font-size:16px;color:#fff;padding:0px 0px 20px 0px;margin:0px;line-height:22px;}
.bta-popup .inner-b .bta-btn{background: #af8c4f;border: none;box-shadow: none;height: 45px;line-height: 45px;width: 100%;color: #fff;border-radius: 4px;text-transform: uppercase;cursor: pointer;font-size: 16px;font-weight: bold;display:inline-block;transition:all ease 0.5s;}
.bta-popup .inner-b .bta-btn:hover{background:linear-gradient(90deg, rgba(194, 50, 165, 0.5) 0%, rgba(194, 50, 165) 100%);color:#fff;}
.bta-popup .inner-b .close-p{width:30px;height:30px; font-size:16px;color:#fff;border-radius:100%;border:2px solid #fff;display:inline-block;position:absolute;right:15px;top:15px;cursor:pointer;line-height:28px;transition:all ease 0.5s;}
.bta-popup .inner-b .close-p:hover{background:#b5934f;}

.british-award .c-btn {border: none;box-shadow: none;height: 45px;line-height: 35px;color: #fff;border-radius: 4px;text-transform: uppercase;
cursor: pointer;font-size: 18px;font-weight: bold;background:#af8c4f;display:inline-block;padding:5px 15px;text-decoration:none;}
.british-award .c-btn:hover{background:linear-gradient(90deg, rgba(88, 44, 79, 1) 0%, rgba(194, 50, 165) 100%);color:#fff;}
.british-award .btn-row{width:100%;text-align:center;display: flex;flex-flow: column;align-items: center;}
.british-award .imgb{width:100%;margin-bottom:20px;}
.british-award .iframe,.british-award .iframe iframe{width:100%;}
.british-award .iframe iframe{min-height:875px;}
.british-award li{list-style:disc;list-style-position:inside;margin:7px 0px;}
.british-award .btn-row img{width:130px;margin-bottom:20px;}

.iframe #background{height:700px;}

.bta-btn{width:70px;margin-right:20px;}

.f1_pricetable p:last-child{display:none;}


.count-down{margin-right:20px;}
.timer {margin-bottom:10px;display:flex;font-size:16px;gap:5px;color: #2d2d2d;}
.progress-bar-wrapper {width: 100%;height: 5px;background-color: #e0e0e0;border-radius: 10px;}
#progress-bar {width: 100%;height: 100%;background-color: green;border-radius: 10px;}
.count-down{display:flex;align-items:center;color: #fff;}
.count-down .icon-c{width:50px;margin-right:10px;}
.count-down .icon-c img{width:100%;}

.destination .column{display:flex;justify-content:space-between;padding-bottom:60px;position:relative;}
.destination .column .col{width:100%;position:relative;padding:0px;}
.destination .column .col .imgb{width:100%;}
.destination .column .col .imgb img{border:10px;border-radius:10px 10px 0px 0px;}
.destination .column .col .caption{box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 10px;padding: 20px 15px 20px 15px;text-align: center;width: 100%;border-radius: 0px 0px 10px 10px;z-index: 9;background: #fff;margin-bottom:12px;}
.destination .column .col .caption h3{font-size:28px;font-weight:600;margin-bottom:0;}
.destination .column .col .caption p{font-size:17px;display:flex;justify-content:center;align-items:center;}
.destination .column .col .caption p strong{font-size:26px;background:var(--bs-pink);padding:8px 10px;border-radius:6px; color:#fff;font-weight:600;margin-left:15px;}
.destination{position:relative;}
.destination .owl-prev{position: absolute;left:0px;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);border:none;background:var(--bs-pink);width:48px;height:48px;border-radius:5px;cursor:pointer;}
.destination .owl-next{position: absolute;right:0px;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);border:none;background:var(--bs-pink);width:48px;height:48px;border-radius:5px;cursor:pointer;}
.destination .owl-nav span{font-size:45px;line-height:50px;color:#fff;position:relative;top:-5px;}
.destination .owl-prev:hover,
.destination .owl-next:hover{background:#000;}
.destination .owl-dots{width:100%;position:absolute;bottom:0px;text-align:center;}
.destination .owl-dots .owl-dot{width:14px;height:14px;display:inline-block;margin:0 4px;border: none;border-radius:100%;background:#000;cursor:pointer;}
.destination .owl-dots .owl-dot.active{background:var(--bs-pink);}
.slick-slider .slick-prev{text-indent:-9999px;width:30px;height:30px;position:relative;left:0px;background:#572b4e;border:none;border-radius: 4px;}
.slick-slider .slick-prev:before{content:"";width:15px;height:15px; border-width:3px;border-style:solid;border-color:#fff #fff transparent transparent;float:left;position:absolute;left:10px; top:8px;transform:rotate(-132deg);}
.slick-slider .slick-next{text-indent:-9999px;width:30px;height:30px;position:relative;right:0px;background:#572b4e;border:none;border-radius: 4px;}
.slick-slider .slick-next:before{content:"";width:15px;height:15px; border-width:3px;border-style:solid;border-color:#fff #fff transparent transparent;float:left;position:absolute;left:1px; top:8px;transform:rotate(45deg);}
.destination .slick-next,.destination .slick-prev{position:absolute;top:50%;z-index:999999;margin-top:-15px;}
.destination .slick-prev{left:-17px;}

.multicity-content{width:calc(100% - 25px);}
.multicity-content .btn-row{width:100%;}
.multicity-content .btn-row .add-flight{background:#000000;border-color:#000000;}
.multicity-content .row{position:relative;}
.multicity-content .row .col-md-4{padding-right:0px;}
.multicity-content .row .close-div {position: absolute;right: -40px;top: 3px;width: auto;background: #000;min-height: 43px;line-height: 43px;
border-radius: 5px;cursor: pointer;color:#fff;z-index:99;}
.multicity-content .form-control{color:#000;}

.multicity-content .btn-row .add-flight.disabled{ pointer-events: none;opacity: 0.5;}
/*======Responsive ===========*/
img {
    max-width: 100%;
}
.flex-div.manage-pos {flex-direction: row-reverse;}

.error-msg {width: 100%;padding: 15px;margin-bottom: 15px;border: 1px solid #ffb4af;border-radius: 5px;background: #e5392d;text-align:center;}
.error-msg h4{margin:0px 0px 8px 0px;font-size: 17px;line-height: 25px;color: #fff;}
.error-msg h4 img{max-width: 25px;margin-right:5px;border: 2px solid #fff;border-radius: 100%;}
.error-msg p{margin:0px;font-size: 18px;color: #fff;}

.refund-b{padding:15px;}
.refund-b .refund-title{display:flex; justify-content:space-between;font-size:16px; font-weight:600; align-items:center;}
.refund-b .refund-title p{margin:0px;text-transform:uppercase;font-size:18px;font-weight:bold;}
.refund-b .refund-title p i{padding-right:7px; font-size:20px;}
.refund-b .refund-title span{background: #55294c;color: #fff;padding: 5px 10px;border-radius: 3px;font-size: 18px;font-weight: 700;margin-left:10px;}
.refund-b .refund-title p span{background:#a20b28;}
.refund-b .radion-btn{width:100%;padding-top: 10px;}
.refund-b .radion-btn .terms-select-box {font-weight: 600;width: 100%;border-radius: 4px;padding: 10px 0px;margin: 0px 0px 10px 0px;font-size: 13px;display: flex;gap:10px;margin-bottom:0px;}
.refund-b .radion-btn .terms-select-box .recomend {background: #555;width: 120px;border-radius: 15px;text-align: center;font-size: 12px;font-weight: bold;padding: 3px 15px 5px 15px;color: #fff;}
.refund-b .radion-btn .terms-label {display: flex;cursor: pointer;font-weight: 500;position: relative;overflow: hidden;margin-bottom: 0px;}
.refund-b .radion-btn .terms-label input {position: absolute;left: -9999px;}
.refund-b .radion-btn .terms-label input:checked + span:before {box-shadow: inset 0 0 0 4px #55294c;}
.refund-b .radion-btn .terms-label span {display: flex;align-items: center;margin-top:0px;border-radius: 99em;transition: 0.25s ease;margin-right: 7px;}
.refund-b .radion-btn .terms-label span:hover {background-color: #d6d6e5;}
.refund-b .radion-btn .terms-label span:before {display: flex;flex-shrink: 0;content: "";background-color: #fff;width: 16px;height: 16px;border-radius: 50%;transition: 0.25s ease;box-shadow: inset 0 0 0 0.125em #55294c;}
.refund-b .radion-btn .terms-select-box p{margin:0px;}
.refund-b .listing-p{width:100%;}
.refund-b .listing-p ul{display:flex; flex-flow:wrap;margin-bottom:0px;}
.refund-b .listing-p li{width:50%;font-size:14px;margin-bottom: 5px;}
.refund-b .listing-p li i{font-size:14px;padding-right: 3px;color: #a13b8b;}
.refund-b .listing-p a{font-weight:700;}
.refund-b .term-c{background:#f7f7f7; padding:10px;font-size:15px; margin:10px 0;}
.refund-b .term-c p{margin:0px;}
.refund-b .term-c p a{font-weight:700;}
.refund-b .non-refundable{font-size:16px;}
.refund-b .non-refundable span{color:red; font-weight:600;}
.refund-b .unexpected-situations{background-color:#FFEEE2;padding:15px;margin-top:15px; border-radius:5px; font-size:15px; font-weight:700; color:#f00;}
.refund-b .unexpected-situations img{max-width:30px;margin-right:5px;}
.refund-b .radio-btn-column{display:flex; gap:10px;}
.refund-b .unexpected-situations.refund-check{background-color: #f00;padding: 8px;margin-top: 0;border-radius: 5px;font-size: 15px;font-weight: 700;
color: #ffffff; margin-top:5px;}


.c-checkb.radion-btn{width:100%;}
.c-checkb.radion-btn .terms-select-box {font-weight: 600;width: 100%;border-radius: 4px;padding: 10px 0px;margin: 0px 0px 10px 0px;font-size: 13px;display: flex;gap:10px;margin-bottom:0px;}
.c-checkb.radion-btn .terms-select-box .recomend {background: #555;width: 120px;border-radius: 15px;text-align: center;font-size: 12px;font-weight: bold;padding: 3px 15px 5px 15px;color: #fff;}
.c-checkb.radion-btn .terms-label {display: flex;cursor: pointer;font-weight: 500;position: relative;overflow: hidden;margin-bottom: 0px;}
.c-checkb.radion-btn .terms-label input {position: absolute;left: -9999px;}
.c-checkb.radion-btn .terms-label input:checked + span:before {box-shadow: inset 0 0 0 4px #55294c;}
.c-checkb.radion-btn .terms-label span {display: flex;align-items: center;margin-top:0px;border-radius: 99em;transition: 0.25s ease;margin-right: 7px;}
.c-checkb.radion-btn .terms-label span:hover {background-color: #d6d6e5;}
.c-checkb.radion-btn .terms-label span:before {display: flex;flex-shrink: 0;content: "";background-color: #fff;width: 16px;height: 16px;border-radius: 50%;transition: 0.25s ease;box-shadow: inset 0 0 0 0.125em #55294c;}
.c-checkb.radion-btn .terms-select-box p{margin:0px;}

.paxdetails_box.flightgurd{padding:15px;}




.refund-popup {position: fixed;z-index: 1;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgba(0, 0, 0, 0.5);}
.refund-popup .innerb{background-color: #fff;padding: 20px;border: 1px solid #888;width: 80%;/* min-height: 300px; */max-width: 600px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);text-align: center;border-radius:6px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);border: 5px solid #522749;}
.refund-popup .innerb p{margin:0px;line-height: 28px;font-size: 17px;font-weight: 500;}

.refund-popup .innerb .close {position: absolute;right: 32px;top: 32px;width: 26px;height: 26px;cursor:pointer;background: #ffffff;opacity:1;padding:3px 5px 5px 5px;border-radius:4px;}
.refund-popup .innerb .close:before, .refund-popup .innerb .close:after {position: absolute;left: 12px;content: ' ';height: 20px;width: 2px;background-color: #502548;}
.refund-popup .innerb .close:before {transform: rotate(45deg);}
.refund-popup .innerb .close:after {transform: rotate(-45deg);}
.refund-popup .innerb .close:before {transform: rotate(45deg);}
.refund-popup .innerb .close:not(:disabled):not(.disabled):focus, .refund-popup .innerb .close:before {transform: rotate(45deg);}
.refund-popup .innerb .close:not(:disabled):not(.disabled):hover {opacity: .75; }
.refund-popup .innerb .ok-btn {background: #502548;padding:7px 25px;font-size: 18px;color: #fff;border-radius: 5px;border: none;margin:20px 0px;}
.refund-popup .innerb .ok-btn:hover{background:#555;}
.refund-popup h4{background: #502548;font-size: 22px;padding: 10px 10px;color: #ffffff;line-height: 30px;display: flex;align-items: center;gap: 10px;justify-content: center; border-radius:3px;}
.refund-popup h4 img{max-width:30px;}
.refund-popup h5{font-size:26px;font-weight:600;}
.refund-popup .red{background:#ff0000; color:#fff;display:inline-block; padding:0 15px;}

.trustpiot-sec {display: flex;flex-flow: wrap;align-items: center;padding:15px 10px;position:relative; gap:15px;}
.trustpiot-sec:before {content: "";width: 1px;height: 146px;background: #c0c0c0;position: absolute;left: 54%;}
.trustpiot-sec .trustpiot-col,.trustpiot-sec .award{width:calc(50% - 8px);}
.trustpiot-sec .award{width: 43%;}
.trustpiot-sec .trustpiot-col{width: 52%;}
.c-banner{display:none;}

.payment-mathod{width:100%;background:#582c50;padding:15px 0px;background-size:cover;}
.payment-mathod .top-head{width:100%;text-align:center;padding-bottom:60px;}
.payment-mathod .top-head h3{font-size:37px; color:#fff;font-weight:800;}
.payment-mathod .top-head p{font-size:24px;color:#fff;font-weight:300;}
.payment-mathod ul{display:flex;gap:20px; justify-content:center;margin:0px;}
.payment-mathod li {opacity: 0;transform: translateY(50px);transition: all 0.6s ease;width:85px;}
.payment-mathod li.animate {opacity: 1;transform: translateY(0);}
.payment-mathod li.award{border: 3px solid #dbc536;border-radius: 100%;}
.payment-mathod li.award img{background: #fff;border-radius: 100%;padding: 3px;margin: 4px;}


@-webkit-keyframes gradient {
    0% {
        background-position: -5000px 0;
    }

    100% {
        background-position: 5000px 0;
    }
}

@keyframes gradient {
    0% {
        background-position: -5000px 0;
    }

    100% {
        background-position: 5000px 0;
    }
}

/*.animation_white_line {
    -webkit-animation: gradient 80s linear infinite;
    animation: gradient 80s linear infinite;
    background: linear-gradient( 121.19deg, rgba(255, 255, 255, 0) 25.73%, rgba(255, 255, 255, 0.3) 45.27%, rgba(255, 255, 255, 0) 62.27% );
}
.animation_white_line2 {
    -webkit-animation: gradient 80s linear infinite;
    animation: gradient 280s linear infinite;
    background: linear-gradient( 121.19deg, rgba(255, 255, 255, 0) 25.73%, rgba(255, 255, 255, 0.3) 45.27%, rgba(255, 255, 255, 0) 62.27% );
}*/

.explore-service{width:100%; padding:80px 0px 60px 0px; overflow:hidden;}
.explore-service .box{display:flex;gap:50px;}
.explore-service .imgb{width:40%;}
.explore-service .textb{width:60%;}
.explore-service .textb h3{font-size:55px;font-weight:800;line-height:70px;}
.explore-service .textb p{font-size:18px;line-height:28px; padding-right:25%;}
.explore-service .textb ul{display:flex; flex-flow:wrap; gap:30px; padding-top:25px; padding-right:10%;}
.explore-service .textb li {width: calc(50% - 15px);display: flex;flex-direction: column;align-items: center;justify-content: center;text-align:center;}
.explore-service .textb li p{padding:0px;margin:0px;font-size:16px;line-height:26px;}
.explore-service .textb li .icon{background:#582c4f; width:80px;height:80px;align-items:center;display:flex; justify-content:center; border-radius:7px;}
.explore-service .textb li .icon img{width:50px;}
.explore-service .textb li h4{margin-top:15px; font-size:20px;margin-bottom:5px;}
.choose-place{width:100%;background:#f4f5f8;padding:80px 0px;}
.title-top{width:100%;}
.title-top span{font-size:14px;text-transform:uppercase;letter-spacing:2px;}
.title-top h3{font-size:50px;color:#2d2d2d;line-height:60px;text-transform:uppercase;}


.choose-place ul{display:flex; gap: 22px; flex-flow:wrap;}
.choose-place li{margin-bottom:0px;position:relative;overflow:hidden;width:calc(33% - 15px);}
.choose-place li:before{background: rgba(255, 255, 255, 0.5);content: "";height: 0;left: 0;opacity: 1;pointer-events: none;position: absolute;top: 0;width: 100%;z-index: 9;}
.choose-place li:hover:before {height: 100%;opacity: 0;-webkit-transition: all .4s linear;transition: all .4s linear;}
.choose-place li img {width: 100%;-webkit-transform: scale(1);transform: scale(1);-webkit-transition: .8s ease-in-out;
transition: .8s ease-in-out;}
.choose-place li:hover img{-webkit-transform: scale(1.2);transform: scale(1.2);}
.choose-place li h4{font-size:30px;color:#fff; position:absolute;bottom:10px;left:25px;width:100%;z-index:9; background:url(../images/bg-heading.png) left bottom no-repeat; padding-bottom:7px;}
.choose-place li:after{content: '';background: linear-gradient(180deg, rgba(0, 0, 0, 0) 82.19%, #000000 103%);position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 0;}
.choose-place li:first-child{width:calc(66.5% - 15px);}
.choose-place li .mob{display:none;}
.blog-sec{width:100%;padding:60px 0px;}
.blog-sec .title-top{margin-bottom:30px;}
.blog-sec ul{display:flex;gap:50px;}
.blog-sec li{width:calc(33.33% - 25px);position:relative;overflow:hidden;padding-bottom:8px;}
.blog-sec li img {width: 100%;-webkit-transform: scale(1);transform: scale(1);-webkit-transition: .8s ease-in-out;
transition: .8s ease-in-out;}
.blog-sec li:hover img{-webkit-transform: scale(1.2);transform: scale(1.2);}
.blog-sec li .textb{width:90%;background:#fff;padding:20px;text-align:center;position:relative;z-index:2;margin:-60px 0px 0px 5%;    box-shadow: rgb(0, 0, 0, 0.15) 0px 0px 10px;}
.blog-sec li .textb p{font-size:15px;line-height:25px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;
text-overflow: ellipsis;}
.blog-sec li .textb h3{font-size:22px;margin-bottom:5px;}
.blog-sec li .textb span{font-size: 14px;text-transform: uppercase;letter-spacing: 2px;}
.blog-sec li .date{background:#582c4f;color:#fff;position:absolute;left:18px;top:30px;z-index:2;text-align:center;font-size:23px;line-height:23px;padding:10px 10px;}
.blog-sec li .date span{display:block;font-size:13px;}
.blog-sec li:before{background: rgba(255, 255, 255, 0.5);content: "";height: 0;left: 0;opacity: 1;pointer-events: none;position: absolute;top: 0;width: 100%;z-index: 9;}
.blog-sec li:hover:before {height: 100%;opacity: 0;-webkit-transition: all .4s linear;transition: all .4s linear;}
.blog-sec li .imgb{overflow:hidden;}

.testimonila-n{width:100%;padding:0px 0px 50px 0px;}
.testimonila-n .title-top{text-align:center;margin-bottom:40px;}
.testimonila-n .slider-test{width:100%;}
.testimonila-n .slider-test ul{display:flex; flex-flow:wrap;gap:50px;}
.testimonila-n .slider-test li{background:#fff3fd; width:calc(33.33% - 34px);padding:30px; border-radius:20px; position:relative;margin-top:50px;}
.testimonila-n .slider-test li .top-bar{width:100%;display:flex; justify-content:space-between;margin-bottom:15px;}
.testimonila-n .slider-test li .top-bar .traveller{display:flex; gap:15px;align-items:center;}
.testimonila-n .slider-test li .top-bar .traveller .icon{width:60px;height:60px;background:#582c4f;color:#fff;text-align:center;line-height:60px;font-size:20px;border-radius:100%;}
.testimonila-n .slider-test li .top-bar .traveller h4{font-size:20px; margin-bottom:0px;}
.testimonila-n .slider-test li .top-bar .group-star i{font-size:18px;color:#ffa944;}
.title-top h3{font-size:40px;line-height:50px;}
.testimonila-n .slider-test li p{font-size:15px;line-height:25px;display: -webkit-box;-webkit-line-clamp: 7;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.testimonila-n .slider-test li .quotes{position:absolute;left:50%;width:50px;height:50px;line-height:50px;font-size:17px;border:2px solid #582c4f;text-align:center; border-radius:100%; margin-left:-25px;background:#fff;bottom:-25px;}
.testimonila-n .slider-test li:nth-child(2){margin-top:0px;margin-bottom:50px;}
.testimonila-n .slider-test li .quotes.active{background:#582c4f;color:#fff;}

.footer-latest{width:100%; background:#fff; padding:30px 0px;background-size:cover;}
.footer-latest .contact-info{width:100%; border:1px solid rgba(0, 0, 0, 0.1);padding:20px; margin-bottom:20px;border-radius: 5px;}
.footer-latest .contact-info ul{display:flex; margin:0px;}
.footer-latest .contact-info li{width:33.33%; display:flex; align-items:center;position:relative;}
.footer-latest .contact-info li .icon {width: 65px;max-height: 65px;min-height: 65px;min-width: 65px;background-color: #5a2e4f;color: #fff;
font-size: 35px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center; justify-content:center;margin-right:15px; border-radius:6px;}
.footer-latest .contact-info li h6{font-size:22px;color:#2d2d2d;font-weight:500;margin-bottom:5px;}
.footer-latest .contact-info li p,.footer-latest .contact-info li a{font-size:16px; color:#2d2d2d;line-height:24px;margin:0px; }
.footer-latest .contact-info li ~ li:after{content:""; width:1px;position:absolute;background:rgba(0, 0, 0, 0.1);height:100%;left:-70px;}
.footer-latest .contact-info li a:hover{text-decoration:none;}


.footer-latest .links-row{width:100%;display:flex;gap:20px;padding-bottom:15px;border-bottom:1px solid #727777; align-items:center;}
.footer-latest .links-row .import-link{width:70%;}
.footer-latest .links-row .newsletter2{width:30%;}
.footer-latest .links-row .import-link h5,.footer-latest .links-row .newsletter2 h5{font-size:18px;color:#2d2d2d;font-weight:500; display:inline-block;border-bottom:3px solid #2d2d2d;padding-bottom:2px; margin-bottom: 10px;}
.footer-latest .links-row .import-link ul{width:100%; display:flex; gap:20px;margin:0px;}
.footer-latest .links-row .import-link li a{font-size:15px;color:#2d2d2d; transition:all ease 0.5s;}
.footer-latest .links-row .import-link li a:hover{text-decoration:none;color:#b5934f;}

.footer-latest .links-row .newsletter2 form{background:#fff; border:1px solid #d4d5d5;padding:6px; display:flex;border-radius: 5px;}
.footer-latest .links-row .newsletter2 form .input{width:calc(100% - 106px);border:none;font-size:14px; color:#2d2d2d;padding-left:10px;}
.footer-latest .links-row .newsletter2 form .btn{width:106px;height:45px;line-height:34px; background-color:#582c4f;color:#fff;}
.footer-text{width:100%;padding:15px 0px 0px 0px;border-bottom:1px solid #727777;}
.footer-text p{font-size:13px;line-height:20px;color:#000;}

.footer-btm{width:100%;display:flex;justify-content:space-between;align-items:center;}
.footer-btm .social ul{display:flex;padding-top:20px;gap:10px; margin:0px;}
.footer-btm .social li a {height: 40px;width: 40px;font-size: 15px;display: inline-block;text-align: center;line-height:42px;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;color:#fff;background:#592d4e;border-radius:100%;padding:0px;}
.footer-btm .social li a:before{display:none;}
.footer-btm .social li a:hover{background:#2d2d2d;}
.footer-btm p{font-size:14px;line-height:20px;margin:0px;}

.mobile-menu {position: fixed;height: 100%;width: 70%;padding: 12px;right:-100%;z-index: 9999999;background:#d3e5e7;top: 0px;transition: all 0.35s ease-out;-webkit-transition: all 0.35s ease-out;
-moz-transition: all 0.35s ease-out;opacity: 0;visibility: hidden;}
.mobile-menu .top-menu {width: 100%;margin-bottom:7px;overflow: hidden;}
.mobile-menu .top-menu .home {border: solid 1px #080808;font-size: 14px;float: left;border-radius:3px;}
.mobile-menu .top-menu .home i {padding-right: 0.2em;font-size: 15px;}
.mobile-menu .top-menu .home a {color: #080808;text-decoration: none;padding:5px 12px;display: block;}
.mobile-menu .top-menu .closes {border: solid 1px #080808;padding:5px 12px;font-size: 14px;color: #080808;float: right;cursor: pointer;display: block;border-radius:3px;}
.mobile-menu .top-menu .home a:hover,.mobile-menu .top-menu .closes:hover {color: #333;text-decoration: none;display: block;padding: 5px 12px;background: #555; color:#fff}
.m-nav {width:100%;margin-bottom:30px;}
.m-nav li{border-bottom:1px solid #bed7da;width: 100%;font-size: 14px;padding:8px 0px;}
.m-nav li a{color:#080808;position:relative}

.email-m{display:flex;align-items:center;margin:12px 0px;color: #080808;}
.email-m .text{font-size:13px;font-weight: 600;}
.email-m i{display: inline-block;font-size: 44px;color: #5b3654;padding-right: 10px;}
.email-m i.fa-envelope {font-size: 40px;}
.email-m .number {font-size: 15px;font-weight: 400; line-height:20px; color:#fff;}
.email-m .number a{color: #080808;}
.overlay-m {background-color: #000;top: 0;left: 0;position: fixed;opacity: 0.5;z-index: 9999999;width:100%;height:100%;display:none;
-webkit-transition: background-color 500ms ease-out 1s;-moz-transition: background-color 500ms ease-out 1s;-o-transition: background-color 500ms ease-out 1s;transition: background-color 500ms ease-out 1s;}
.overlay-m.active{display:block;}
.mobile-menu{width:320px;transition: all 0.50s ease-out;-webkit-transition: all 0.50s ease-out;-moz-transition: all 0.50s ease-out;opacity: 1;visibility: visible;overflow:scroll;}
.mobile-menu.active{right:0px;transition: all 0.50s ease-out;-webkit-transition: all 0.50s ease-out;-moz-transition: all 0.50s ease-out;opacity: 1;visibility: visible;}
.menu-btn {width: 35px;line-height: 35px;font-size: 20px;height: 35px;color: #fff;border-radius: 4px;background: #582c50; text-align:center;margin-left:10px;display:none;}

.common-banner{width:100%;background:url(../images/bg-banner.jpg) left top no-repeat;min-height:280px;}
.common-banner .caption{width: 100%;min-height:280px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.common-banner .caption ul{margin:0px;  display:flex;align-items:center;gap:12px;}
.common-banner .caption h2{font-size:42px; line-height:45px;color:#fff;font-weight:500; letter-spacing:2px;}
.common-banner .caption li,.common-banner .caption li a{font-size:15px;font-weight:400;color:#fff;}
.common-banner .caption li a:hover{text-decoration:none;color:#c8c8c8;}
.about-us img{float:left;max-width:600px; margin-right:30px;}
.common-banner .caption li i{font-size:12px;}




.contact-info2{width:100%;padding:50px 0px;}
.contact-info2 .title{width:100%;text-align:center; margin-bottom:40px;}
.contact-info2 .title span{font-size: 14px;text-transform: uppercase;letter-spacing: 2px;}
.contact-info2 .title h3{font-size:34px;color:#1a1818;line-height:46px;}
.contact-info2 ul{display:flex; gap:20px;}
.contact-info2 li{border:1px solid #e1e4e6; border-radius:10px;padding:15px;display:flex;gap:20px;align-items:center; width:calc(33.33% - 10px)}
.contact-info2 li .icon{padding:6px;border-radius:100%;width:91px;--borderWidth: 3px;
  background: #ffffff;  position: relative;  border-radius: var(--borderWidth);  border-radius:100%;}
.contact-info2 li .icon span{width:80px;height:80px;display:flex;justify-content:center;align-items:center;background:#5a2e4f; border-radius:100%;}
.contact-info2 li h4{font-size:22px; margin-bottom:0px;}
.contact-info2 li p{font-size:15px;line-height:22px;color:#2d2d2d; margin:0px;}
.contact-info2 li p a{color:#2d2d2d;font-size:16px;}
.contact-info2 li p a:hover{text-decoration:none;}
.contact-info2 li .icon img{width:40px;}
.contact-info2 li .icon:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;  border-radius:100%;
}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.contact-us-n .form-cont .form-group{margin-bottom:10px;padding:0 7px;}

.map-sec{width:100%;background:#eff6ff;padding:45px 0px;}
.map-sec .innerb{width:100%;background:#fff;display:flex;gap:35px;padding:40px;align-items:center; justify-content:space-between;position:relative; border-radius:25px;}
.map-sec h3{font-size:28px;}
.map-sec p{color:#717075;font-size:18px;line-height:28px;}
.map-sec p strong,.map-sec p span{display:block;}
.map-sec .img-map{max-width:600px;position:relative;z-index:2;border-radius:30px;}
.map-sec .img-map img{border-radius:30px;}
.map-sec .innerb:after{content:""; position:absolute;right:0px;top:0px;height:100%;width:300px;background:#582c4f; border-radius:0px 25px 25px 0px;}
.map-sec .innerb .textb{padding-left:5%;}

.visa-form{background:url(../images/bg-visa-form.jpg) left top no-repeat;background-size:cover;overflow:hidden;position:relative;}
.visa-form:after{content:"";width:100%;height:100%;position:absolute;left:0px;top:0px; background:rgb(0,0,0,0.2);}
.contact-us-n.visa-form .form-cont{position:relative;z-index:10;}

.common-banner.visa-b,.common-banner.visa-b .caption{background:#f1dded;min-height:180px;}
.common-banner.visa-b h2{color: #2d2d2d;}
.common-banner.visa-b .caption li a,.common-banner.visa-b .caption li{color:#2d2d2d;}
.visa-form .error-msg {
padding: 6px 6px 6px 13px;
font-size: 12px;
color: #fff;
margin: 0px;
text-align: left;
line-height: 22px;
}


.payment-method{width:100%;}
.payment-method .control {display: inline-flex;align-items: center;gap: 8px;cursor: pointer;user-select: none;}
.payment-method .checkbox {appearance: none;-webkit-appearance: none;-moz-appearance: none;width: 22px;height: 22px;border-radius: 7px;border: 2px solid #334155;display: grid;place-content: center;position: relative;transition: border-color .2s, background-color .2s, box-shadow .2s, transform .1s;}
.payment-method .checkbox::before {content: "";width: 10px;height: 18px;border-right: 4px solid #582c50;border-bottom: 4px solid #582c50;transform: scale(0) rotate(45deg);transform-origin: center;transition: transform .15s ease-in-out;}
.payment-method .checkbox:checked::before {transform: scale(0.6) rotate(45deg);}





@media only screen and (max-width:1399px) { /*1300*/
    .SearchEngContent h1{font-size:52px;line-height:70px;}
.SearchEngContent h1 span {font-size:22px;line-height:30px; font-weight:400;letter-spacing:4px;}
.SearchEngContent a{padding:13px 15px 14px 30px;font-size:16px;}
.SearchEngContent a img{width:20px;}
.search_widget{padding:20px;}
.box{max-width:1200px;}
.explore-service .textb h3{font-size:50px;line-height:60px;}
.explore-service .textb ul{padding-right:5%;}
.choose-place{padding:40px 0px;}
.about-us .box{padding:0 20px;}
}

@media only screen and (max-width:1299px) { /*1200 - 1024 */
.waiting-b {padding: 30px;}
.waiting-b .logo {width: 200px;margin-bottom: 10px}
.processing {margin-bottom: 10px;}
.processing p {padding-bottom: 0px;margin-bottom: 10px;font-size: 16px;line-height: 20px;}
.waiting-b h4 {font-size: 18px;line-height: 24px;margin-bottom: 10px;}
.waiting-b .service-w li {width: 33.33%;}
.waiting-b .service-w li .text-b p {margin-bottom: 0px;line-height: 16px;}
.waiting-b .service-w li .icon-b {width: 40px;}
.waiting-b .service-w li .text-b {width: calc(100% - 50px);}
.waiting-b h5 {font-size: 18px;line-height: 24px;margin-bottom: 10px;}
.waiting-b .call-btn {font-size: 18px;padding: 6px 20px;}
section.f_procsec {z-index: 999;}
.waiting-b .logo img {width: auto;}
.refund-b .refund-title p{font-size:16px;}
.refund-b .unexpected-situations{font-size:14px;}
.refund-b .unexpected-situations img{max-width:24px;}
.refund-b .radion-btn .terms-label span{margin-right:6px;}
.refund-b .radion-btn .terms-select-box{padding:0px;}
.refund-b .radion-btn .terms-label{font-size:13px;}
.whats-app.award{width:70px}
.whats-app img{max-width:45px;}
.support .icon-img img{max-width:45px;}
.header-n{height:78px;}
.searchfromab{padding:0 30px;}
.SearchEngContent{margin-bottom:20px;}
.explore-service .textb p{padding-right:0px;font-size:16px;line-height:26px;}
.explore-service .textb h3{font-size:42px;}
.title-top h3{font-size:36px;}
.testimonila-n .title-top{margin-bottom:25px;}
.testimonila-n .slider-test li{padding:20px;}
.testimonila-n .slider-test li .top-bar .traveller .icon{width:50px;height:50px;line-height:50px;font-size:15px;}
.testimonila-n .slider-test li .top-bar .traveller{font-size:14px;}
.testimonila-n .slider-test li .top-bar .traveller h4{font-size:18px;}
.testimonila-n .slider-test li .top-bar .group-star i{font-size:14px;}
.testimonila-n .slider-test li p{font-size:14px;line-height:24px;}
.footer-latest .contact-info li ~ li:after{left:-20px;}
.footer-latest .contact-info li .icon {width: 55px;max-height: 55px;min-height: 55px;min-width: 55px;font-size:30px;}
.footer-latest .contact-info li p, .footer-latest .contact-info li a{font-size:14px;line-height:24px;}
.footer-latest .links-row .import-link{width:60%;}
.footer-latest .links-row .newsletter2{width:40%;}
.payment-mathod li{width:75px;}
.testimonila-n .slider-test ul{gap:30px;}
.testimonila-n .slider-test li{width: calc(33.33% - 20px);}
.choose-place li h4{font-size:24px;}
.blog-sec ul{gap:30px;}
.blog-sec li{width:33.33%;}
.footer-latest{padding-bottom:10px;}

body{padding-top:78px;}
.banner{height: calc(100vh - 78px);}
.banner .imgb{height: calc(100vh - 78px);}
.banner .imgb:after{height: calc(100vh - 78px);}
.banner:after{height: calc(100vh - 78px);}
.common-banner{background-position:center top;}
.common-banner,.common-banner .caption{min-height:300px;}
.about-us img{max-width:450px;}
}

@media only screen and (max-width:1199px) { /*1024 */
.box {padding: 0 20px;}
.search_widget {top: 0px;}
.search_widget form {flex-direction: column;flex-flow: row wrap;}
.search_widget form .widget_destInput {width: 100%;margin-bottom: 10px;}
.search_widget form .widget_datePicker {width: 80%;}
.search_widget form .sw_btn {width: 20%;padding-right: 5px;}
.search-box label {font-size: 12px !important;margin: 8px 0 2px 0;}
.form-control {font-size: 13px;}
.header-n .cta-no {font-size: 17px;}
.custom-control-label {font-size: 15px;}
.common-text {padding: 40px 0px;}
.top-tittle {font-size: 32px;margin-bottom: 20px;}
.filter-row li .dd-show.price,.filter-row li .dd-show.stop{width:200px;}
.filter-row li .dd-show.time{left:-40px;}
.filter-row li .dd-show.time:before{left:130px;}
.logo-n{width:150px;}
.nav ul li a{font-size:14px;}
.nav ul{gap:15px;}
.support .text{display:none;}
.trustpiot-sec .trustpiot-col{width:50%;}
.refund-b .refund-title span{font-size:15px;}
.search_widget form .sw_btn input{height:58px;}
.contact-info2 li{flex-direction:column;text-align:center;}
.contact-us-n .form-cont h3{font-size:14px;margin-bottom:10px;}
.map-sec .img-map{max-width:540px;}
.contact-info2 li h4{font-size:18px;margin-bottom:3px;}
.contact-us-n .form-cont .form-control{font-size:13px;}
.map-sec h3{font-size:25px;}
.map-sec p{font-size:17px; margin-bottom:0px;}
.contact-info2 li .icon span{width:70px;height:70px;}
.contact-info2 li .icon{width:81px;}
.contact-info2 li .icon img{width:32px;}
.contact-info2 .title{margin-bottom:20px;}
.contact-info2 .title h3{font-size:32px;line-height:40px;}
.menu-btn{width: 40px;line-height: 40px;height: 40px;}

}

@media only screen and (max-width:1023px) { /*768*/
.box {padding: 0 20px;}
.header-n .box {padding: 0 20px;}
.header-n .cta-no {font-size: 16px;}
.header-n .cta-no i {font-size: 20px;}
.header-n .cta-no.email {padding: 5px 10px 8px 10px;font-size: 13px;width: 240px;}
.footer-b .col-n-3 li {margin-right: 15px;}
.header-n .icon-us {margin-left: 10px;width: 30px;}
.search-box label {font-size: 12px;}
.pd-lr12 {font-size: 12px;}
.support {width: auto;}
.support .text span {font-size: 13px;}
.support .text a {font-size: 20px;}
.banner {min-height: 450px;}
.service ul {width: 100%;}
.service li h3 {margin-bottom: 0px;}
.service li .text-b p {font-size: 16px;line-height: 24px;}
.waiting-b .service-w li .text-b h4 {font-size: 14px;line-height: 18px;margin-bottom: 5px;}
.waiting-b .service-w ul {margin-bottom: 10px;}
.waiting-b h4 {font-size: 16px;line-height: 22px;}
.waiting-b .service-w li {text-align: center;flex-flow: column;}
.waiting-b .service-w li .icon-b, .waiting-b .service-w li .text-b {width: 100%;}
.waiting-b .service-w li .icon-b img {max-width: 50px;}
.main_li_summry li {font-size: 14px;}
.info-popup .icon {width: 25px; margin-right:5px;}
.steps li {font-size: 15px; margin-right:5px;}
.flex-div {flex-flow: wrap;}
.term-box p {font-size: 14px;line-height: 22px;}
.term-text .common-text .top-tittle{font-size:24px;line-height:32px;}
.term-text .common-text h3{font-size:20px;}
.common-text {padding: 35px 0px;}
.box{padding:0 15px;}
.top-tittle {font-size: 28px;margin-bottom: 20px;}
.common-text p,.common-text li{font-size:14px;line-height:25px;margin-bottom:10px;}
.contact-us-n .address{padding:20px;}
.contact-us-n .address h4, .contact-us-n .form-cont h3 {font-size: 20px;}
.form-cont .form-control{font-size:14px;padding:5px 10px;}
.contact-us-n .address p {font-size: 14px;line-height: 19px;}
.nav{position: fixed;left: 0px;background: #582c4f;width: 100%;padding: 15px;top: 65px;display:none !important;}
.nav.active{display:block !important;}
.nav ul{justify-content:center;width: 100%;}
.m-menu{display:block;}
.m-menu.active .open{display:none;}
.m-menu.active .close{display: block;opacity:1;}


.benefit li .icon{width:90px;height:90px;line-height:90px;top:-60px;}
.heading-m{font-size:26px;margin-bottom:20px;}
.support .icon-img img{max-width:30px;}
.best-deal .col h4{font-size:18px;padding:10px 15px;}
.best-deal .col .textb{padding:10px;}
.best-deal .col .textb li{font-size:13px;}
.best-deal .column{gap:15px;}
.partner{padding-top:0;}
.support{margin-left:0px;}
.whats-app{margin-right:10px;}
.footer-n{padding:15px;}
.footer-t .col-01 h5{font-size:15px;line-height:20px;}
.footer-t .col-01 li a{font-size:13px;padding-left:10px;}
.footer-t .add li{font-size:14px;}
.footer-t .col-01:last-child li a{font-size:14px;}
.footer-t .follow ul li a{font-size:20px !important;}
.site-copy,.site-copy .disclaim{font-size:13px;line-height:20px;}
.footer-t .add li i{font-size:18px;top:2px;}
.benefit{padding:80px 0 50px 0;}
.main_li_summry li:last-child{padding-top:10px;padding-bottom:10px;}
.container{max-width:750px !important;}
.filter-row h3{font-size:16px;}
.filter-row li .dd-btn{padding:5px 10px;font-size:13px;}
.filter-row li .dd-show.price,
.filter-row li .dd-show.stop{width:210px;}
.filter-row li .dd-show.time{left:-180px;}
.filter-row li .dd-show.time:before{left:240px;}
.filter-row li .dd-show.airline{left:-50px;}
.filter-row li .dd-show.airline:before{left:120px;}
.common-text .acc-content{padding:10px 31px 10px 13px;}
.benefit li{width:33.33%;}
.search_widget .container{max-width: 900px !important;}

.multicity-content .row .close-div{padding: 0px;width: 25px;text-align: center;right: -27px;}

.nav{top:100px;}
.error-msg p{font-size:14px;}
.support .icon-img{margin-right:15px;}
.whats-app img{max-width:40px;border-radius: 9px;}
.whats-app{display:flex;gap:10px;color:#fff;font-size:14px;}

.destination .column{padding-bottom:40px;}
.destination .column .col .caption h3{font-size:20px;}
.footer-t .whats-f a{font-size:15px;}
.footer-t {flex-flow:wrap;}
.footer-t .col-01{width:100%;}
.footer-t .col-01 ul{display:none;}
.footer-t .col-01,.footer-t .col-01:last-child{width:100%;}
.footer-t .col-01 h5{padding-bottom:0px;position:relative;margin:0px;border-bottom:1px solid #000;font-size:14px; padding:9px 0px;}
.footer-t .col-01 h5:after{content:"";width:10px;height:10px; border-width:2px;border-style:solid;border-color:#000 #000 transparent transparent;float:left;position:absolute;transform:rotate(135deg); right:7px;top:5px;}
.footer-t .col-01 h5:before{display:none;}
.footer-t .col-01 h5.active{border-color:transparent;}
.footer-t .col-01 ul{ border-bottom:1px solid #555;padding-bottom:7px;}
.trustpiot-sec .trustpiot-col img,
.trustpiot-sec .award img{max-width:150px;}
.trustpiot-sec .award{text-align:right;}

.support .icon-img{margin-right:0px;}
.support .icon-img img{max-width:40px;}
.menu-btn{display:block;}
.mobile-menu .whats-app{display:flex;color: #080808;}
.mobile-menu .whats-app .text{font-weight:600;font-size: 13px;}
.whats-app.award{display:block;}
.header-n{background-size: 230px 100%;}
.SearchEngContent h1{font-size:45px;line-height:60px;}
.SearchEngContent h1 span{font-size:20px;}
.SearchEngContent a{padding:13px 8px 14px 22px;font-size:16px;}
.search_widget{padding:15px;}

.explore-service{padding:45px 0px;}
.explore-service .box{gap:20px;}
.explore-service .textb h3{font-size:36px;line-height:46px;}
.explore-service .textb p,.explore-service .textb li p{font-size:14px;line-height:24px;}
.explore-service .textb ul{gap:20px;}
.explore-service .textb li .icon{width:60px;height:60px;}
.explore-service .textb li .icon img{width:35px;}
.explore-service .textb li h4{font-size:18px;}
.header-n.fixed .logo-n{margin:0px;}
.choose-place li:first-child{width:calc(67% - 15px);}
.blog-sec li .textb{padding:15px;}
.blog-sec{padding:40px 0px;}
.blog-sec li .textb p{font-size:14px;line-height:24px;margin-bottom:0px;}
.testimonila-n .slider-test li .top-bar{flex-flow:wrap;}
.testimonila-n .slider-test li .top-bar .traveller{width:100%;}
.testimonila-n .slider-test li .top-bar .group-star{padding-left:55px;}
.testimonila-n .slider-test li .top-bar .group-star i{font-size:13px;}
.testimonila-n .slider-test li .top-bar .traveller h4{font-size:15px;}
.testimonila-n .slider-test li .top-bar .traveller span{font-size:13px;}
.testimonila-n .slider-test li .top-bar .traveller .icon{width:40px;height:40px;line-height:40px;}
.testimonila-n .slider-test li p{font-size:13px;line-height:22px;}
.testimonila-n .slider-test li .quotes{width:40px;height:40px;line-height:40px;font-size:14px;margin-left:-20px;bottom:-20px;}
.title-top h3{font-size:30px;}
.footer-latest .contact-info ul{flex-flow:wrap;}
.footer-latest .contact-info li{flex-flow:wrap;flex-direction:column;}
.footer-latest .contact-info li .text{text-align:center;}
.footer-latest .contact-info li .icon{margin-bottom:10px;}
.footer-latest .contact-info li ~ li:after{left:0px;}
.footer-latest .contact-info li p, .footer-latest .contact-info li a{font-size:13px;line-height:21px;}
.footer-latest .contact-info li h6{font-size:18px;}
.footer-latest .links-row .import-link li a{font-size:13px;}
.footer-latest .links-row .import-link{width:55%;}
.footer-latest .links-row .newsletter2{width:45%;}
.footer-text p{line-height:20px;}
.footer-latest .links-row .import-link h5, .footer-latest .links-row .newsletter2 h5{font-size:16px;border-width:2px;}

.common-banner, .common-banner .caption{min-height:220px;}
.common-banner .caption h2{font-size:28px;line-height:40px;}
.common-banner .caption ul{gap:12px;}
.common-banner .caption li, .common-banner .caption li a{font-size:16px;}
.about-us img{max-width:320px;}
.mobile-menu .b-award{text-align:center;}
.mobile-menu .b-award img{max-width:180px;}

.contact-us-n .form-cont{width:100%;}
.contact-info2 li p a{font-size:15px;}
.map-sec .innerb{flex-flow:wrap;}
.map-sec .innerb .textb{width:100%;}
.map-sec .img-map{width:100%; max-width:100%;}
.map-sec .innerb:after{height:200px;width:100%;border-radius:0px 0px 25px 25px;top:auto;bottom:0px;}
.map-sec .innerb .textb{text-align:center;}

}

@media only screen and (max-width:767px) {
.header-n .box {padding: 0 15px;min-height: 80px;}
.header-n .cta-no span {display: none;}
.header-n .cta-no {width: 35px;height: 35px;text-align: center;line-height: 35px;padding: 0px;}
.right-side{position:initial;}
.logo-n {width: 160px;}
.header-n .cta-no i {font-size: 23px;padding: 0px;top: 2px;}
.searchfromab {padding: 0 15px;}
.SearchEngContent {padding: 5px;}
.SearchEngContent h1 {font-size: 24px;}
.SearchEngContent h1 span {font-size: 14px;line-height: 18px;}
.header-n {border: none; position:relative;}
.check-custom .checkmark:after {left: 50%;top: 50%;transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);}
.checkbox label.check-custom {color: #ffffff;}
.service {padding: 30px 0px;}
.service ul {display: block;}
.service li {width: 100%;margin: 0px;margin-bottom: 15px;padding: 20px 10px;}
.service li p {font-size: 15px;line-height: 21px;}
.our-customer h3 {font-size: 22px;line-height: 28px;}
.footer-t, .footer-b {display: block;}
.footer-logo {margin-bottom: 10px;}
.footer-logo,
.footer-n .footer-link {width: 100%;text-align: center;}
.footer-n .footer-link ul {justify-content: center;flex-flow: wrap;}
.footer-n .footer-link li {margin: 5px 4px;}
.footer-b .col-n-3 {width: 100%;margin-bottom: 25px;padding: 0px;}
.check-custom .checkmark {width: 16px;height: 16px;}
.check-custom .checkmark:after {width: 8px;height: 8px;}
.checkbox label.check-custom {padding-left:22px;font-size: 13px;line-height: 16px; font-weight:500;}
.custom_input i {color: #582c4f;}
.custom_input.m-loca label.demo-label.input-has-value {padding-left: 0px;line-height: 16px;}
.banner {padding:0px;}
.search_widget form .sw_btn {width: 100%;}
.clas-flgt:after {display: none;}
.pax_dropdown.mobi-clas .boxs1.clas-flgt img {display: none;}
.search_widget form .widget_datePicker {width: 100%;}
.header-n .cta-no.email {padding: 0px;}
.header-n .cta-no.email i {top: 0px;font-size: 20px;}
.footer-b .col-n-6 {width: 100%;padding: 0px;border-bottom: 1px solid var(--secondary-color);padding-bottom: 10px;margin-bottom: 10px;}
.footer-b .col-n-6 ul {flex-flow: wrap;justify-content: center;}
.footer-b .col-n-6 li {width: calc(20% - 10px);margin: 10px 5px;text-align: center;}
body {padding-top: 0;}
.f1_bookprice {padding: 0px !important}
.header-n .cta-no.email {width: 35px;height: 35px;line-height: 39px;}
.header-n .cta-no.email span {display: none;}
.nav ul{margin:0px;width:100%;}
.support {width: auto;}
.support .text {display: none;}
.support .icon-img {width: 35px;margin-right: 0px;}
.header-n .icon-us {width: 35px;}
.footer-b h5 {text-align: center;}
.footer-b .col-n-3 ul {width: 100%;justify-content: center;}
.site-copy .disclaim {text-align: justify;font-size: 13px;line-height: 18px;}
.service .box {flex-flow: column;flex-direction: column-reverse;}
.service .imgb, .service .right-col {width: 100%;}
.service .right-col {padding: 0 0 30px 0;}
.service li {padding: 0px;}
.service li .text-b p {font-size: 14px;line-height: 20px;}
.service li h3 {font-size: 18px;margin-bottom: 5px;}
.waiting-b {padding: 20px 10px;width: 90%;}
.processing p {font-size: 14px;line-height: 18px;}
.waiting-b h4 {display: none;}
.waiting-b .service-w {display: none;}
.waiting-b h5 {font-size: 16px;line-height: 22px;}
.processing .progress {height: 7px;}
.processing .progress-value {height: 7px;}
.modify-column .col-n {width: 100%;margin:0px;}
.modify-column .top-row {flex-flow: wrap;gap: 7px 0px;}
.top-title-info {padding: 5px 10px 10px 10px;}
.top-title-info p {font-size: 12px;line-height: 16px;}
.pbook-right .right-payment, .rightSecConf .right-payment, .div-sticky .right-payment {position: initial;
top: 0px;}
.person-detail {padding: 20px 15px 20px 15px;}
.term-box {padding: 0 15px;}
.term-box p {font-size: 12px;line-height: 18px;}
.term-box .paxatol_som label {font-size: 12px;line-height: 18px;}
.leftSecConf {padding-left: 15px !important;}
.term-text, .term-box {padding: 0 15px;}
.term-text .common-text .top-tittle {font-size: 20px;line-height: 24px;}
.term-text .common-text h3 {font-size: 16px;line-height: 20px;}
.term-text .common-text p, .term-text .common-text li {font-size: 12px;line-height: 18px;}
.term-text .common-text {padding: 13px;}
.term-text.active {margin-bottom: 10px;}
.form-control {font-size: 13px !important;padding: 5px 10px !important;}
.footer-n .footer-link li a {font-size: 14px;}
.confirmation_sec .cs_tab-content .fdp_mainContent .fdp_boundInfo .b_baggaeInfo span img {width: 14px;}
.modify-search-b .checkbox {margin-bottom: 10px;margin-top:0px;}
.modify-search-b .checkbox label.check-custom {color: #000;}
.detailContainer .leftSecConf {padding: 0px !important;}
.common-text {padding: 30px 0px;}
.top-tittle {font-size: 24px;margin-bottom: 10px;}
.contact-us-n {padding:0px 0px 30px 0px;}
.contact-us-n .box {display:flex;flex-flow: wrap;padding: 0px;flex-direction: column-reverse;}
.contact-us-n .address {width: 100%;}
.contact-us-n .form-cont {width: 100%;}
.form-cont .form-group {margin-bottom: 10px;padding: 0px;}
.form-cont .back_cntd {padding: 0 15px;}
.pagetitle {padding: 15px;}

.pagetitle h2 {font-size: 24px;margin-bottom: 0px;}
.pagetitle p, .common-text .list-dot li {font-size: 14px;line-height:20px;margin-bottom: 0px;}
.common-text .list-dot li{margin-bottom:5px;}
.common-text h3 {font-size: 18px;margin-bottom: 2px;line-height: 25px;}
.cookies .text{padding:10px;}
.cookies .text p{font-size:14px;}
.form-cont .form-group:last-child{padding-left:0px;}
.common-text .list-no li {font-size: 14px;line-height: 21px;}
.common-text .box{padding:0px;}
.whats-app{margin-right:12px;}
.whats-app img{max-width:40px;}
.support .icon-img img{max-width:20px;animation-name: trin;animation-duration: 1.5s;animation-iteration-count: infinite;animation-timing-function: linear;}
@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }

    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }

    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.nav{top:57px;}

.nav ul li a{font-size:14px;}
.heading-m{font-size:20px;margin-bottom:15px;padding-bottom:10px;}
.heading-m:before{height:4px;}
.best-deal .column{align-items:center;gap:0px;}
.slick-track{gap:0px;}
.slick-slider .slick-prev{text-indent:-9999px;width:30px;height:30px;position:relative;right:8px;background:#572b4e;border:none;border-radius: 4px;}
.slick-slider .slick-prev:before{content:"";width:15px;height:15px; border-width:3px;border-style:solid;border-color:#fff #fff transparent transparent;float:left;position:absolute;left:10px; top:8px;transform:rotate(-132deg);}
.slick-slider .slick-next{text-indent:-9999px;width:30px;height:30px;position:relative;left:8px;background:#572b4e;border:none;border-radius: 4px;}
.slick-slider .slick-next:before{content:"";width:15px;height:15px; border-width:3px;border-style:solid;border-color:#fff #fff transparent transparent;float:left;position:absolute;left:1px; top:8px;transform:rotate(45deg);}
.slick-dots{display:none;}
.site-copy p{text-align:justify;}
.partner ul{padding:10px;flex-flow:wrap;gap:10px;}
.partner ul li{width:22%;}
.partner ul li:nth-child(4) ~ li{width:31%;}
.footer-t .col-01 ul{display:none;}
.footer-t .col-01,.footer-t .col-01:last-child{width:100%;}
.footer-t .col-01 h5{padding-bottom:0px;position:relative;margin:0px;border-bottom:1px solid #000;padding-bottom:3px;margin-bottom:6px;font-size:14px;}
.footer-t .col-01 h5:after{content:"";width:10px;height:10px; border-width:2px;border-style:solid;border-color:#000 #000 transparent transparent;float:left;position:absolute;transform:rotate(135deg); right:7px;top:5px;}
.footer-t .col-01 h5:before{display:none;}
.footer-t{padding:0px;border:none;}
.footer-t .follow li{width:auto;}
.footer-t .follow ul{width:100%;float:left;margin-bottom:15px;}
.footer-t .follow li{float:left;margin-right:15px;}
.footer-t .col-01 ul{margin-bottom:15px;}
.footer-t .col-01 h5.active:after{transform:rotate(-45deg);top:11px;}
.footer-t .add{padding-top:10px;}
.footer-t .add li:last-child{padding-bottom:0px;}
.custom_input.m-loca p{color:#eba35a;}
.search_widget form .widget_destInput input::-webkit-input-placeholder{color:#582c4f !important}
.search_widget form .widget_destInput input, .search_widget form .widget_datePicker .datess input::placeholder{color:#2d2d2d!important;border-bottom:none;}
.search_widget form .widget_datePicker input{color:#333 !important;background: #fff !important;border-radius: 5px;}
.instal-pay .innerb p{font-size:14px;line-height:18px;padding:0 18px;}
.instal-pay .innerb p + img{max-width:25px;}
.cloud.big{width:100px !important;}
.cloud.massive{width:120px !important;}
.cloud.slower.btm{width:120px;}
.cloudes img{width:140px !important}
.search_widget form .sw_btn{text-align:center;padding-top:0px;padding:0px;}
.search_widget form .sw_btn input{width:60%;height:49px;line-height:49px; border-radius:5px;}
.benefit ul{flex-flow:wrap;}
.benefit li{width:100%;}
.benefit li ~ li{margin-top:60px;}
.modify-column .check-custom input:checked ~ .checkmark{border-color:#000 !important}
.filter-row{flex-flow:wrap;}
.filter-row h3{margin:0px;padding:10px 0px;}
.filter-row ul{flex-flow:wrap;}
.filter-row li{width:100%;margin:0 0 10px 0;}
.search_widget{padding-bottom:10px;}
.search_widget .checkbox{margin-top:0px;margin-bottom:15px;}
.m-gat-top{width:100%; float:left;padding-top:5px;}
.m-gat-top .col-6{padding:0 5px;}
.pre-air{padding:5px 14px 4px 14px; font-size:13px; border-radius:4px;}
.air-popup{width:250px;left:-106px;z-index:10;}
.filter-row li .dd-show{position: inherit;top:3px;}
.filter-row li .dd-show.price, .filter-row li .dd-show.stop{width:100%;}
.filter-row li .dd-show.time,.filter-row li .dd-show.airline{left:0px;width:100%;}
.tab-time ul{align-items:start;}
.tab-time li{margin-bottom:0px;}
.tab-time li ~ li{margin:0 0 0 10px;}
.dpt-time li{width:50%;}
.dpt-time li label{font-size: 12px;padding-left: 18px;position: relative;margin:0px;}
.dpt-time li label input{position:absolute;left:0px;top:3px;}
.dpt-time li:nth-child(2) ~ li{margin-top:0px;}
.cat-flight ul li{font-size:13px;}
.cat-flight ul li a{border-width:2px;}
.filter-row li .dd-show.time:before{left:30px;}
.filter-row li .dd-show.airline .f1_fitlerab{max-height:170px;}
.filter-row li .dd-show.airline:before{left:30px;}

.contact-us-n .form-cont{padding-top:20px;}
.form-cont .back_cntd{padding:0;}
.form-cont .back_cntd .row{margin:0px;}
.contact-us-n .form-cont h3{font-size:16px;line-height:22px;}
.back_cntd.form_area .btn:not(:disabled):not(.disabled){width:40%;}
.contact-us-n .form-cont{margin-bottom:30px;}
.contact-us-n .address{padding:15px;}
.contact-us-n .add li{font-size:15px;line-height:24px;}
.contact-us-n .add li i{font-size:19px;top:4px;}
.contact-us-n .add li{font-size:15px;padding-left:30px;}
.map .box{padding:0px;}
.floating_label input, .floating_label textarea, .floating_label select{font-size:15px;height:40px;}
.floating_label .fl_text{transform:translateY(7px);font-size:15px;}
.common-text .table{font-size:14px;line-height:18px;}
.common-text .accordion .acc-tab{padding:10px 35px 10px 13px;font-size:14px;line-height:20px;}
.common-text .acc-content p{line-height:22px;}
.sitemap{display:block;}
.sitemap .col{width:100%;margin:0px 0px 10px 0px;}
.sitemap .col li {font-size:14px;}
.form-cont .back_cntd .col-6,
.contact-us-n .form-cont .form-group{width:100%;max-width:100%; padding:0px;}
.form-cont .back_cntd .row{display:block;}
.in-footer p{font-size:13px;}
.best-deal{margin-bottom:30px;}
.benefit{padding:80px 0 30px 0;}
.term-text h2{font-size:22px;}

.bta-vote ul{flex-flow: wrap;justify-content: center;padding:10px 30px;}
.glow-on-hover{height:40px;line-height:40px;font-size:14px;}
.bta-vote li img{max-width:70px;}

.bta-vote-n ul{flex-flow:wrap;justify-content:center;gap:13px;}
.bta-vote-n li:nth-child(2),.bta-vote-n li:nth-child(3){display:nonse;}
.bta-vote-n li:last-child{width:50%;}
.bta-vote-n li p{font-size:14px;line-height:20px;}

.bta-popup .inner-b{width:90%;}
.bta-popup .inner-b img{max-width:130px;}
.bta-popup .inner-b h3{font-size:18px;padding:12px 0px;}
.bta-popup .inner-b p{font-size:14px;padding-bottom:12px;}
.bta-popup .inner-b .bta-btn{font-size:14px; font-weight:600;padding:0 15px;width:auto;}

.british-award h2{font-size:24px;line-height:28px;}
.british-award ul{padding-left:17px;}
.british-award li{list-style-position:outside;margin:5px 0px;}

.bta-btn{margin-right:10px;width:60px;}
.logo-n{width:170px;}
.nav{top:57px;padding:10px;}
.nav ul{flex-flow:wrap;}
.british-award .iframe iframe{min-height:970px;}
.f1_bookprice .f1_pricetable p:last-child{display:none;}
.footer-n{padding:15px 15px 60px 15px;}
.count-down{position: fixed;bottom: 0;left: 0px;background: #4d2244;width: 100%;padding: 10px;justify-content: center;}
.destination{padding:0 5px;}
.destination .slick-next,.destination .slick-prev{position:absolute !important;top:50%;z-index:999999;margin-top:-15px;}
.destination .slick-prev{left:0px !important;right:auto !important}
.destination .slick-next{right:0px !important;left:auto !important;}
.destination .column .col{padding:10px;}
.destination .column .col .caption{margin-bottom:0px;}
.multicity-content .form-control{font-size: 15px !important;padding: 5px 35px 5px 5px !important;}
.multicity-content{width:100%;}
.multicity-content .row .col-md-4{padding-right:15px;margin-bottom:5px;}
.multicity-content .btn-row{padding-top:15px;}
.search_widget form .widget_destInput{margin-bottom:0px;}
.gat-top .col-lg-2,.gat-top .col-lg-3{width:50%;padding:0px;}
 .gat-top .form-group{margin-bottom:0px;}
 .multicity-content .row.bg-whites{background: rgb(255, 255, 255, 0.2);border-radius:4px;margin-bottom:3px;}
 .multicity-content .row .close-div{height: 25px;min-height: 25px;line-height: 25px;right: -9px;}

/*.search_widget form .widget_destInput .custom_input.m-loca{border-bottom: 1px solid #af8c4f;}*/
.search_widget .widget_destInput{border-bottom:none !important;}
.in-footer li a{font-size:14px;}
.btm-padd .in-footer {margin-bottom:60px;}
.nav{top:89px;}

.refund-popup .innerb p{font-size:14px;}
.refund-b{padding:10px;}
.refund-b .refund-title span{margin-left:0px;display:inline-block; margin:5px 0px;font-weight:600;}
.refund-b .refund-title p{font-size:14px;width: 72%;}
.refund-b .refund-title p span{font-size:14px;font-weight:600;}
.refund-b .term-c p{font-size:13px;}
.refund-b .listing-p li{width:100%;}
.refund-b .listing-p li{font-size:13px;}
.refund-b .listing-p li i{font-size:12px;}
.refund-b .listing-p a{font-weight:600;}
.refund-b .unexpected-situations{font-weight: 400;position: relative;padding: 10px;padding-left: 40px;font-size: 13px;line-height: 16px;}
.refund-b .unexpected-situations img{position: absolute;left: 8px;top: 15px;max-width: 21px;}
.refund-b .radio-btn-column{flex-flow:wrap;margin-bottom: 7px;}

.refund-b .radion-btn ~ .radion-btn{padding-top:0px;}
.error-msg{padding:10px 15px;}
.error-msg p{font-size:13px;}
.btm-padd .in-footer{margin-bottom:60px;}
.refund-popup .innerb{padding:12px;width:97%;max-width:385px;}
.refund-popup h4{font-size:20px;}
.refund-popup h4 img{max-width:24px;}
.refund-popup .innerb .close{right: 20px;top: 24px;}
.refund-popup h5{font-size:22px;}
.refund-popup .innerb p{font-size:14px;line-height:20px;padding-bottom:10px;}
.refund-popup .innerb .ok-btn{margin:10px 0px; font-size:16px;}
.refund-b .radion-btn .terms-label span{align-items:start;}
.refund-b .radion-btn .terms-label span:before{margin-top:2px;}
.whats-app.award{width:75px;position: absolute;left: 50%;transform: translateX(-50%);}
.footer-t .col-01, .footer-t .col-01:last-child h5{border:none;}
.footer-t .col-01 li{font-size:13px;}
.payment-mathod{padding:15px 0px;}
.payment-mathod .top-head{padding-bottom:30px;}
.payment-mathod .top-head h3{font-size:26px;}
.payment-mathod .top-head p{font-size:16px;}
.payment-mathod ul{flex-flow:wrap; justify-content:center;gap:10px;}
.payment-mathod li{width:25%;text-align:center;}
.header-n{background: #4a1c41;}

.menu-btn{background: #E91E63;}
.header-n{height:60px;}
.header-n .box{min-height:50px;}
.b-award{width:100%;text-align:center;border-top: 1px solid #bed7da;padding-top: 15px;}
.b-award li{background: #fff;padding: 5px;border-radius: 5px;}
.b-award img{max-width:140px;}
.m-nav li{font-size:13px;}
.m-nav{margin-bottom:15px;}
.m-nav li a{padding-left:18px;}
.m-nav li a:after {content: "";width: 6px;height: 6px;border-left: 2px solid #080808;display: inline-block;border-top: 2px solid #080808;transform: rotate(130deg);-webkit-transform: rotate(130deg);-moz-transform: rotate(130deg);-ms-transform: rotate(130deg);-o-transform: rotate(130deg);position: absolute;left: 5px;top: 4px;}
.email-m .number{font-size:14px;}
.banner{height:auto;max-height:auto;}
.searchfromab{position: inherit;transform: none;background: #c3b6bd;border-radius:0px;padding-bottom: 10px; left:0px;}
.banner .imgb,.banner:after{display:none;}
.search_widget{background:none;border:none;}
.searchfromab .container{padding:0px;}
.search_widget{padding:0px;position: relative;z-index: 99;}
.searchfromab{bottom:auto;}
.SearchEngContent{margin:0px;}

.custom_input.m-loca p{display:none;}

.whats-app.award,.SearchEngContent h1,.SearchEngContent a{display:none;}
.airline-box{text-align:right;}
.explore-service{padding:35px 0px 25px 0px;}
.explore-service .box{flex-flow:wrap;}
.explore-service .imgb,
.explore-service .textb{width:100%;text-align:center;}
.explore-service .imgb img{max-width:80%;}
.explore-service .textb h3{font-size:24px;line-height:34px;margin-bottom:5px;}
.explore-service .textb p,.explore-service .textb p, .explore-service .textb li p{font-size:13px;line-height:20px;}
.explore-service .textb li h4{font-size:15px;line-height:19px;}
.explore-service .textb ul{padding-right:0px; gap:10px;padding:0px;}
.explore-service .textb li{width: calc(50% - 5px);background: #ece2e7;padding: 10px;border-radius: 5px;}
.explore-service .textb li .icon{width:50px;height:50px;}
.explore-service .textb li .icon img{max-width:30px;}
.choose-place{padding:25px 0px;}
.title-top h3{font-size:22px;line-height:34px;}
.title-top span{font-size:12px;}
.choose-place li .dkt{display:none;}
.choose-place li .mob{display:block;}
.choose-place .scroll-container{width: 100%;overflow-x: auto;display: flex;}
.choose-place ul{flex-flow: nowrap;gap:20px;}
.choose-place ul li,.choose-place li:first-child {width: 300px;}
.choose-place li h4{width:auto;font-size:20px;margin-bottom:0px;left:20px;}
.blog-sec{padding:30px 0px;}
.blog-sec .title-top{margin-bottom:0px;}

.blog-sec .scroll-container,.testimonila-n .slider-test{width: 100%;overflow-x: auto;display: flex;}
.blog-sec ul,.testimonila-n .slider-test ul{flex-flow: nowrap;gap:20px;}
.blog-sec  ul li,.testimonila-n .slider-test li{width: 230px;}
.blog-sec li .date{left: 10px;top: 10px;font-size: 19px;line-height: 18px;padding:5px 7px;}
.blog-sec li .date span{font-size:11px;}
.blog-sec li .textb{padding:10px;}
.blog-sec li .textb span{font-size:12px;}
.blog-sec li .textb h3{font-size:18px;}
.blog-sec li .textb p{font-size:13px;line-height:20px;}
.testimonila-n .slider-test li,.testimonila-n .slider-test li:nth-child(2){margin:0px;}
.testimonila-n .slider-test{padding-bottom:15px;}
.testimonila-n .slider-test li{width:280px;}


.footer-latest{width:100%;margin:0;}
.footer-latest .contact-info{padding:10px;}
.footer-latest .contact-info ul{flex-flow:column;}
.footer-latest .contact-info li{width:100%;margin-bottom:5px;align-items:start;flex-flow:nowrap;flex-direction:row;}
.footer-latest .contact-info li .icon{width: 45px;max-height: 45px;min-height: 45px;min-width: 45px;font-size:25px;}
.footer-latest .contact-info li h6{font-size:14px;font-weight:500;margin-bottom:4px;}
.footer-latest .contact-info li p, .footer-latest .contact-info li a{font-size:13px;line-height:17px;}
.footer-latest .contact-info li:last-child{margin-bottom:0px;}
.footer-latest{padding:30px 0px 0px 0px;}
.footer-latest .contact-info li .text{text-align:left;}

.footer-latest .links-row{flex-flow:column}
.footer-latest .links-row .import-link,
.footer-latest .links-row .newsletter2{width:100%;}
.footer-latest .links-row .import-link ul{gap:9px;}
.footer-text p{font-size:12px;line-height:18px;}
.footer-latest .links-row .newsletter2 form{padding:2px;}
.footer-btm{flex-flow:wrap;justify-content:center;padding: 10px 0px;}
.footer-btm .social ul{padding-top:10px;margin-bottom:0px;}
.footer-btm .social li a{width:35px;height:35px;line-height:35px;}
.searchfromab{background:url(../images/bg-search.jpg) left top no-repeat;background-size:cover;height: calc(100vh - 60px);min-height: 540px;}
.searchfromab:after{content:"";width:100%;height:100%;background:rgb(87, 59, 81,0.8);position:absolute;left:0px;top:0px;border-radius:0px;}
.search_widget form .sw_btn input, .pre-air{background-color: #b5934f;}
.footer-latest .links-row .newsletter2 form .input{font-size:13px;}

.common-text p, .common-text li{font-size:13px;line-height:22px;}
.common-banner .caption h2{font-size:24px;line-height:24px; letter-spacing:1px;}
.common-banner, .common-banner .caption{min-height:105px;}
.common-text .box{padding:0 20px;}
.about-us img{max-width:100%;margin-bottom:30px;}
.support .icon-img img.dest{display:none;}
.support .icon-img .mob{display:flex; width:35px;height:35px; align-items:center;justify-content:center;border-radius:6px;background: #E91E63;}
.menu-btn{width:35px;height:35px;line-height:35px;}
.contact-info2 .title h3{font-size:24px;line-height:34px;}


.mobile-menu .b-award ul{display:flex;gap:7px;justify-content: center;}
.mobile-menu .b-award li{display:flex; width:33.33%; align-items:center; justify-content:center;}
.mobile-menu .b-award li img{width:75px;}
.mobile-menu .b-award li:first-child img{width:90px;}
.whats-app .mob-w{display:flex;}
.whats-app .dest{display:none;}
.whats-app .mob-w{display: flex;width: 35px;height: 35px;align-items: center;justify-content: center;border-radius: 6px;background: #32d852;}
.whats-app .mob-w img{width:20px; border-radius:0;margin-left:1px;}
.explore-service,.choose-place,.blog-sec,.testimonila-n{display:none;}
.home .payment-mathod,.home .footer-latest{display:none;}

.contact-info2 ul{flex-flow:wrap;}
.contact-info2 li{width:100%;}
.contact-info2 li .icon{width:72px;}
.contact-info2 li .icon span{width:60px;height:60px;}
.contact-us-n{padding:15px;}
.contact-us-n .form-cont{padding:15px; margin:0px;}
.contact-us-n .form-cont h3{font-size:14px;text-align: center;}
.contact-us-n .form-cont .form-control{height:40px;}
.contact-us-n .form-cont .form-group{margin-bottom:6px;}
.contact-us-n .form-cont .form-control.textarea{height:90px;}
.contact-us-n .form-cont .btn-center .sbmt{font-size:15px;padding:8px 25px; margin-top:6px;}
.map-sec h3{font-size:22px;}
.map-sec p{font-size:13px;line-height:20px;}
.map-sec .innerb{padding:15px;}
.map-sec .innerb{gap:20px;}
.common-banner.visa-b, .common-banner .caption{min-height:100px;}
.common-banner.visa-b .caption{min-height:120px;}
.common-banner .caption ul{gap:8px;}
.refund-popup h4{font-size:18px;}
.refund-popup h5{font-size:18px;}
.term-text-shadow .common-text .box{padding:0px;}
.contact-info2 li p{font-size:13px;line-height:20px;}
.contact-info2 .title span{font-size:12px;letter-spacing:1px;}

.search_widget form .sw_btn input{font-size:22px;width:100%; letter-spacing:1px;}
.air-popup .btn-done{font-size:16px !important;height:42px !important;line-height:!important;}
.form-group.mx-1,.airline-box{display:none;}

.heading_center{font-size:20px !important;margin-bottom:0px !important;}
.heading_center img{width:80px !important;}
}

