﻿/*.box {max-width: 1140px;margin: 0 auto;}*/
li {list-style: none;}
ul, p {padding: 0px;margin: 0px;}
body {font-family:Roboto, sans-serif;}
:root {
    --primary-color: #d72026;
    --secondary-color: #5ce0e6;
    --goldo-color: rgb(33,37,41, 0.4);
    --black-color: #ffffff;
    --blackbg-color: #fff;
    --white-color: #ffffff;
    --gold-color: var(--primary-color);
}
.logo-n{max-width:200px;}

.header-n {width: 100%; position:fixed; top:0px;left:0px; z-index:99;}

.header-n.home{/* background: linear-gradient(0deg, rgba(0, 0, 0, 0) -0.16%, rgba(0, 0, 0, 0.6) 50%); */}

/*.header-n.scrolled{background:#023348}*/

body{padding-top:87px;/*font-family: "Tinos", serif !important;*/
  font-weight: 400;}
body.home{padding:0px;}

body.home .header-n{background:none;}

.header-n .box {
    padding: 0 0 0 10px;
}

.header-n .box {display: flex;justify-content: space-between;max-width:100%;padding:15px 0px; align-items:center;}
.logo-h{max-width:400px; margin-left:70px;}
.header-n .cta-no {padding:0px;font-size: 16px;font-weight: 500;color: #242424;border-radius: 21px;display: inline-block;margin: 0 6px;}
.header-n .cta-no.email {padding:0px;}
.header-n .cta-no:hover{color:#b81c2a;}
.header-n .cta-no.phone strong{display:block;font-size:23px;font-weight: 500;letter-spacing: 1px;line-height: 17px;}
.header-n .cta-no.phone{position:relative;font-size: 11px;padding-right:0px;margin-right:0px;transition:all ease 0.5s;}
.header-n .cta-no.phone i {background: #d72026;color: #fff;width: 35px;height: 35px;line-height: 35px;
text-align: center;margin: 0px;padding: 0px;border-radius: 100%;}

.header-n .cta-no.email{position:relative;color:#2d2d2d; display:flex; align-items:center;  font-size:17px;}
.header-n .cta-no.email i {background: #d72026;color: #fff;width: 35px;height: 35px;line-height: 35px;
text-align: center;margin: 0px;padding: 0px;border-radius: 100%;}
.header-n .right-side a{display:flex;gap:10px;align-content:center;justify-content:left;margin-bottom:0;}
.header-n .right-side a:hover{text-decoration:none;}
.header-n .cta-no.email:hover{color:var(--primary-color);}


.logo-n{width:180px;}

.header-n .menu {padding: 28px 55px;border-radius: 100px;background-color: rgba(255, 255, 255, 0.9);border-right: 4px solid rgb(255, 255, 255);border-left: 4px solid rgb(255, 255, 255);}
.header-n .menu ul{display:flex;gap:30px; margin:0px;}
.header-n .menu li a{font-size: 17px;color: #242424;transition:all ease 0.5s;font-weight:500;}
.header-n .menu li a:hover{color:var(--primary-color);}
.header-n .cta-no.phone:hover strong{color:#b81c2a;}
/*.header-n .right-side {padding:17px 30px;border-top-left-radius: 100px;border-bottom-left-radius: 100px;background-color: rgba(255, 255, 255, 0.9);border-left: 4px solid rgb(255, 255, 255);}*/
.header-n .cta-no i {font-size: 19px;padding-right: 7px;position: relative;top: 2px;color: var(--primary-color);}
.header-n .cta-no.email i{font-size:16px;}
.header-n .right-side{padding:0px 70px 0 0;}
.header-n .cta-no.phone span{font-size:15px;color:#2d2d2d;letter-spacing: 1.3px;}
.header-n .cta-no.phone strong{font-weight:800; font-size:29px;letter-spacing:normal;}

body.home .header-n .cta-no.phone span{font-size:15px;color:#fff;letter-spacing: 1.3px;}
body.home .header-n .cta-no.email{color:#fff;}
body.home .nav-top li a{color:#fff;}


.right-side {display: flex;align-items: start; flex-flow:column;}
.support {display: flex;align-items: center;margin-left: 15px;}
.support .icon-img {width: 60px;margin-right: 10px;position: relative;}
.support .icon-img .dot {width: 8px;height: 8px;background: #5ce0e6;position: absolute;top: 8px;right: 0;border-radius: 100%;animation: blink-animation 1s steps(5, start) infinite;-webkit-animation: blink-animation 1s steps(5, start) infinite;}
@keyframes blink-animation {
to {
visibility: hidden;
}
}

@-webkit-keyframes blink-animation {
to {
visibility: hidden;
}
}

.support .text span {font-size: 14px;line-height: 18px;color: #fff;display: block;}
.support .text a {font-size: 22px;color: var(--secondary-color);font-weight: 600;}
.support .text a:hover {text-decoration: none;}
.support .text a:hover {color: #fff;}
.banner {width:100%; height:100vh; background:url(../images/img-banner.jpg?ds) left center no-repeat;background-size:cover; margin-bottom:0px; }
.banner .imgb{width:100%; height:100vh;margin-bottom:0px;position:absolute;left:0px;top:0px;overflow:hidden;}
.banner .imgb:after{content:"";width:100%; height:100vh; background:url(../images/img-banner.jpg) left center no-repeat;background-size:cover; margin-bottom:0px;position:absolute;left:0px;top:0px;animation: zoomIn 25s 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: 600px;margin:0 67px 60px 67px;padding: 10px 0px;border-radius: 6px;}
.SearchEngContent h1 {display: inline-block;font-size: 75px;color: #263a75;line-height:80px;padding:0px;font-weight: 700;text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.2);margin-bottom:15px;}
.SearchEngContent h1 span {font-weight: bold;color: #ff0000;line-height:30px;}
.SearchEngContent h3{color:#fff;text-shadow: 4px 3px 1px rgba(0, 0, 0, 0.2);}
.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: bold;
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 10px 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;}

.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%;}

.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;}
.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%;}
.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:var(--primary-color);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:#F44336;}
.contact-us-n .btn-block{width:30%;}
.btn-danger {background: var(--primary-color) !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:#000 !important;color:#fff;}
.modify-search h4 {background: #ea2b37;padding:8px 20px;font-size: 18px;font-weight: bold;color: #fff !important;
border-radius: 23px;display: inline-block;margin: 0 15px 0 0 !important;text-shadow: none;cursor:pointer;}
.modify-search h4:hover{background:#000; 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;}
.modify-column .form-control{height:45px;}
.modify-column .destpil-icon{right:15px;top:10px;}
.modify-column .fare-btn{height:45px;}



.info-popup {position: relative;}
.info-popup .icon {width: 22px; margin-top:0;}
.info-popup .info {background:#263a75;padding: 10px;border-radius: 20px;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 #263a75;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:30px;border-radius: 25px;border: 5px solid var(--primary-color);}
.waiting-b .logo {width: 300px;display: inline-block;margin-bottom:10px; border-radius:20px;}
.processing {width: 100%;margin-bottom: 10px;}
.processing p {font-size: 17px;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, rgb(191 35 108) 0%, rgb(227 35 110) 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%;}
}

.box {max-width: 1300px;margin: 0 auto;padding: 0 15px;}
.box2 {max-width: 1200px;margin: 0 auto;padding: 0 15px;}

.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: 30px 0px 15px 0px;}
.waiting-b .call-btn {background:var(--primary-color);font-size: 22px;font-weight: bold;color: #fff;padding:10px 30px;
display: inline-block;border-radius: 45px;box-shadow: rgba(0,0,0, 0.4) 0px 4px 3px;transition: all ease 0.5s;}
.waiting-b .call-btn:hover {background: #000;color: #fff;text-decoration: none;}
a:hover {text-decoration: none;color:#000;}
.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 0px 0px;}
.top-tittle {font-size: 40px;text-transform: uppercase;margin-bottom: 40px;text-align: center;}
.common-text h3 {font-size: 20px;line-height: 30px;margin-bottom: 8px;color:#373234;position:relative;padding-bottom:5px; padding-top:3px; font-weight:600;}
.common-text h3:before{content:"";height:3px;width:100px;background:linear-gradient(90deg, #ed0101, transparent);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: 14px;line-height: 22px;color: #000; margin-bottom:15px;}
.common-text a{ color:#000000; font-weight:500;}
.common-text a:hover{color:#000;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 #c82333;margin-bottom: 10px;background: #fad7e5;color: #000;}
.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: #263a75;color: #000;font-size: 18px;line-height: 24px;padding: 10px 20px;display: flex;justify-content: space-between;align-content: center;border-radius: 20px 20px 0px 0px;}
.pfdetailsbook-tan h4 {margin-bottom: 0px;font-size: 19px;color: #fff;}
.pfdetailsbook-tan .flght-d {padding-right: 20px;position: relative;cursor: pointer;transition: all ease 0.5s;  color:#fff;font-size: 16px;}
.pfdetailsbook-tan .flght-d:after {content: "\f107";font-size: 18px;color: #ffffff;font-family: FontAwesome;
position: absolute;right: 0px;}
.pfdetailsbook-tan .flght-d.active:after {transform: rotate(180deg);}
.pfdetailsbook-tan .flght-d:hover {color: #fff;}
.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: 400px;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.manage-css{padding:20px 20px 20px 15px;} 
.person-detail.manage-css p{padding-left:4px;}


.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:#d72329;}
.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 strong{font-weight:500;}
.term-box .paxatol_som label a{color:#000;font-weight:500;}
.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: 100px;
}
.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(--primary-color);color:#fff;}
.pax_dropdown input{background:var(--blackbg-color) !important; color:#fff !important;}
.banner:after {content: "";background: rgba(0,0,0,0.2);width: 100%;height: 100%;position: absolute;left: 0px;
top: 0px; display:none;}
.custom-control-label{color:#fff;}
.search_widget form .sw_btn input,.pre-air{background: var(--primary-color);color:#fff;}
.search_widget form .sw_btn input:hover{background:#000;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:20px;margin:0px;  }
.nav ul li a{font-size:18px; color:#fff;text-decoration:none;}
.nav ul li a:hover{color:#b5934f;}

.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:45px;}



.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:5px;display:flex;}
.cat-flight ul li{width:33.33%;text-align:center;font-size:16px; padding:10px;background:#d72026; cursor:pointer;}
.cat-flight ul li:hover,.cat-flight ul li.active{background:#253874;}
.cat-flight ul li:first-child{border-radius:5px 0px 0px 5px;}
.cat-flight ul li:last-child{border-radius:0px 5px 5px 0px;}
.cat-flight ul li ~ li{border-left:3px solid #cfcaca;}
.cat-flight ul li strong{display:block; color:#fff; font-weight:normal;}
.cat-flight ul li a, .cat-flight ul li span strong {display: inline-block;color: #fff;font-weight: 600;cursor: pointer; font-size:20px;line-height:20px;}
.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:25%;margin:0 4px;position:relative;}
.filter-row li .dd-btn{border:1px solid #000;padding:10px 15px 10px 15px; border-radius:40px;font-size:14px;cursor:pointer;font-weight: 500;color:#000;}
.filter-row li .dd-btn:after{content:""; width:10px;height:10px;border-width:2px;border-style:solid; border-color:transparent #000 #000 transparent;float:right;transform:rotate(45deg);position:relative; top:3px;}
.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:#c82333;color:#fff;border-color:#c82333;}
.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:#c82333;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:#c82333 !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;color: #c82333;}
.paxdetail-new .box-wborder .paxdetas_head{border:none;}
.outbond-n{display:inline-block;}
.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;bottom:0px;}
.slick-track{display:flex; gap:25px;}
.in-footer{width:100%;float:left;text-align:center;padding:20px 0px;background:#394048;}
.in-footer p{text-align:center;margin-bottom:0px; color:#fff;}
.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:#c82333;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:20px;}
.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:16x;gap:5px;}
.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-b{width:100%;margin-bottom:60px;}
.destination-b .title{width:100%; text-align:center; margin-bottom:50px;}
.destination-b .title h6{text-transform:uppercase; color:#f00;letter-spacing:3px; font-size:18px; font-weight:600;}
.destination-b .title h2{font-size:44px;font-weight:800;}
.destination-b .box{max-width:1400px;}
.destination-b ul{columns: 4;gap: 16px;}
.destination-b li{margin-bottom:16px;position:relative;overflow:hidden;border-radius:10px;}
.destination-b li img {width: 100%;border-radius: 10px;-webkit-transform: scale(1);transform: scale(1);-webkit-transition: .8s ease-in-out;
transition: .8s ease-in-out; border-radius:10px;}
.destination-b li:hover img{-webkit-transform: scale(1.2);transform: scale(1.2);}
.destination-b li .textb{position: absolute;bottom: 0px;left: 0;display: flex;text-align: center;flex-direction: column;vertical-align: middle;justify-content: center;width: 100%;color: #fff;align-items: center;padding: 10px;z-index: 1;}
.destination-b li .hover-text{max-height:0px;overflow:hidden;}
.destination-b li:after{content: '';background: linear-gradient(180deg, rgba(0, 0, 0, 0) 85.19%, #000000 100%);position: absolute;left: 0;top: 0;
width: 100%;height: 100%;z-index: 0;border-radius:10px;}
.destination-b li h4{font-size:24px;color:#fff;}
.destination-b li .hover-text strong{color:#fff;}
.destination-b li .hover-text p{color:#fff;padding-bottom:15px;}

.special-offer{width:100%; background:url(../images/bg-offer.jpg) left center no-repeat;padding:60px 0px; position:relative; overflow:hidden; margin-bottom:60px;}
.special-offer:after{content:""; width:100%;height:100%;background:#131315;position:absolute;left:0px;top:0px; opacity:0.87;}
.special-offer .box{position:relative;z-index:10;}
.special-offer .inner-text{padding:0 25%;  color:#fff;}
.special-offer .inner-text h2{font-size:56px; font-weight:900;margin-bottom:20px;}
.special-offer .inner-text p{font-size:18px;line-height:26px; padding-bottom:40px;}
.special-offer .inner-text a{padding: 16px 35px;background-color: transparent;border: 1.5px solid var(--primary-color); position:relative;border-radius: 50px; font-size:18px;color:#fff; overflow:hidden;z-index: 1;position: relative; display:inline-block;}
.special-offer .inner-text a:before {top: 0;right: 0;left: auto;z-index: -1;width:0%;content: "";height: 100%;position: absolute;border-radius: 50px;background-color: var(--primary-color);-webkit-transition: all 500ms ease;transition: all 500ms ease;border-radius: 50px;}
.special-offer .inner-text a:hover:before {left: 0;right: auto;width: 100%;border-radius: 50px;}
.special-offer .inner-text a i{padding-left:8px;}
.special-offer .inner-text img{margin:50px 0 0 100px;display:inline-block;}
.special-offer .inner-text a:hover{text-decoration:none;}

.special-offer .outer-wrap {z-index: 2;position: absolute;right: 50px;top:0px;height: 100%;-webkit-transform: rotate(11deg);transform: rotate(11deg);transform: rotate(11deg);}
.special-offer .outer-wrap .inner-d{  display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;gap: 15px;width: 278px;height: 100%;}
.special-offer .left-gallery{width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;gap: 15px;}
.special-offer .left-gallery.item-1 {-webkit-animation: slideup 20s linear infinite;animation: slideup 20s linear infinite;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.special-offer .left-gallery .img-wrap {width: 278px;height: 330px;-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;overflow: hidden;border-radius: 15px;}
.special-offer .outer-wrap.left{right:auto; left:50px;}

.special-offer .left-gallery.item-2 {-webkit-animation: slidedown 20s linear infinite;animation: slidedown 20s linear infinite;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}


@-webkit-keyframes slideup {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slideup {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@-webkit-keyframes slidedown {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes slidedown {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}


.travel-service{width:100%; background:#f3f3f3;padding:50px 0px; margin-bottom:0px;}
.travel-service .title{width:100%; text-align:center; margin-bottom:50px;}
.travel-service .title h6{text-transform:uppercase; color:var(--primary-color);letter-spacing:3px;font-size:18px; font-weight:600;}
.travel-service .title h2{font-size: 44px;font-weight: 700;margin-bottom: 50px;line-height: 48px;}
.travel-service .box{max-width:1140px;}
.travel-service ul{display:flex;flex-flow:wrap;}
.travel-service li{width:calc(33.33% - 20px);background:#fff;padding:40px 20px; margin:0 10px;text-align:center; display:flex;flex-flow:column;align-items:center;border-radius: 25px;}
.travel-service li .icon{width:75px;height:75px;display:flex;border:1px solid var(--primary-color);justify-content:center;align-items:center; margin-bottom:20px; border-radius:4px;}
.travel-service li .icon img{max-height:50px;}
.travel-service li .icon img.white{display:none;}
.travel-service li h3{font-size:20px; text-transform:uppercase;}
.travel-service li:hover{box-shadow: 0 0 30px #CCCCCC;}
.travel-service li:hover .icon{background:var(--primary-color);}
.travel-service li:hover img.white{display:block;}
.travel-service li:hover img.orange{display:none;}
.hot-deal{width:100%;padding:60px 0px 60px 0px;}
.hot-deal .box{max-width:1400px;}
.hot-deal .column{width:100%;}
.hot-deal .heading{margin-bottom:35px;}
.hot-deal .column ul{display:flex;gap:20px;flex-flow:wrap;}
.hot-deal .column li{width:calc(25% - 15px); border:1px solid #ebebeb; border-radius:10px;}
.hot-deal .column li .textb{width:100%;padding:15px;overflow:hidden;background: #EFEFEF; border-radius:0px 0px 10px 10px;}
.hot-deal .column li .imgb{width:100%;overflow:hidden;border-radius:10px 10px 0px 0px;}
.hot-deal .column li .imgb img{border-radius:10px 10px 0px 0px;-webkit-transition: 1.3s all ease;transition:1.3s all ease;}
.hot-deal .column li .textb h4{margin-bottom:6px;font-size:18px; color:#272424;}
.hot-deal .column li .textb p{font-size:20px;font-weight:600; color:#272424; margin-bottom:0px;}
.hot-deal .column li .textb p span{font-size:14px;font-weight:normal;}
.hot-deal .column li:hover .imgb img {-webkit-transform: scale(1.3);transform: scale(1.3);}
.hot-deal .title{width:100%; text-align:center; margin-bottom:50px;}
.hot-deal .title h6{text-transform:uppercase; color:#f00;letter-spacing:3px;letter-spacing: 3px;font-size: 18px;font-weight: 600;}
.hot-deal .title h2{font-size:44px;font-weight:800;}
.subsscibe-b{width:calc(100% - 150px); text-align:center; padding:60px 0px;background: #f3f3f3; 
background:url(../images/bg-subscribe.jpg) left center no-repeat;min-height:450px; border-radius:30px; margin:0 75px;position:relative;}
.subsscibe-b:after {content: "";width: 100%;height: 100%;background:rgb(0,0,0,0.4);position: absolute;left: 0px;top: 0px;border-radius: 30px;}

.subsscibe-b .box{padding:40px 18% 0 18%; position:relative;z-index:9;}
.subsscibe-b h6{text-transform:uppercase; color:#ff5358;letter-spacing:3px;font-size:18px; font-weight:700;}
.subsscibe-b h3 {font-size: 46px;font-weight: 700;margin-bottom: 50px;line-height: 48px; color:#fff;}
.subsscibe-b h3 span{display:block;}
.subsscibe-b form{position:relative;}
.subsscibe-b .input::-webkit-input-placeholder{color:#000;}
.subsscibe-b .input{height: 72px;line-height: 72px;padding:0 230px 0 45px;margin-bottom: 0px;color: #000;width: 100%;border-radius: 36px;  border:none; border:1px solid var(--primary-color);background: rgba(255, 255, 255, 0.9);}
.subsscibe-b form{display:flex; width:700px;margin:0 auto;}
.subsscibe-b form i.fa-envelope{position: absolute;left: 20px;top: 27px;font-size: 17px; color:var(--primary-color);}
.subsscibe-b .c-btn{width: 30%;background: var(--primary-color);color: #fff;position: absolute;right: 6px;min-height: 60px;border-radius: 30px;top: 6px; border:none;}
.subsscibe-b .c-btn i{padding-left:7px;}
.subsscibe-b .c-btn:hover{background:#000;}
.subsscibe-b .video-b{display:none;}
.subsscibe-b.video-sec{position:relative;padding:0px;margin-top:60px;}
.subsscibe-b.video-sec .video-b {width: 100%;height: 500px;overflow: hidden;position: relative;display:block;}
.subsscibe-b.video-sec .video-b video{width: 100%;height: 100%;object-fit: cover;}
.subsscibe-b.video-sec .box{padding: 0 18%;position: absolute;top: 50%;z-index: 999;width: 100%;left: 50%;transform: translate(-50%, -50%);}
.subsscibe-b.video-sec:after {content: "";width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;background: rgba(0, 0, 0, 0.4);}
.subsscibe-b.video-sec h3{color:#fff;}
.subsscibe-b.video-sec .input{background:rgba(255,255,255,0.7); border-color:#7c7a7a;}
.footer-latest{width:100%;background:#2D2D2D; padding:60px 0px 130px 0px;position:relative;}

.footer-latest:after{content: "";background: url(../images/bg-footer.png) center bottom repeat-x;width: 100%;position: absolute;left: 0px;
bottom: 0px;background-size:50% 20%;left: 0px;z-index: 1;height: 100%;opacity: 0.3;}
.footer-latest .box{position:relative;z-index:2;}


.footer-latest .footer-top{width:100%;display:flex;gap:20px;}
.footer-latest .left-c{width:30%;}
.footer-latest .left-c #logo{margin-bottom:20px; width:280px;}
.footer-latest .left-c p{font-size:16px;line-height:26px;color:#fff;padding-bottom:20px; margin-bottom:0px;}
.footer-latest .left-c .social ul{display:flex;padding-top:10px;gap:15px;}
.footer-latest .left-c .social li a {height: 45px;width: 45px;font-size:18px;display: inline-block;text-align: center;line-height: 47px;color: #2c3138; background:#ffffff; border-radius:100%;}
.footer-latest .social li a:hover{background:var(--primary-color); color:#fff;}
.footer-latest .right-c{width:70%;}
.footer-latest .right-c h5{font-size:170px;color:#4d535b;font-weight:700; text-align:center;line-height:180px;margin-bottom:30px;}
.footer-latest .right-c ul{width:100%;display:flex; color:#fff;padding-left:60px;}
.footer-latest .right-c li{width:33.33%;}   
.footer-latest .right-c li span{display:block;font-size:16px;}
.footer-latest .right-c li a{font-size:18px;color:#fff;font-weight:500;}
.footer-latest .right-c li a:hover{color:var(--primary-color);}
.footer-bottom{width:100%; border-top:2px solid #4d535b;padding-top:30px;margin-top:0px;}
.footer-bottom p{color:#fff;font-size:14px;line-height:24px;text-align:center;}
.footer-bottom p a{color:#fff;}
.footer-bottom .column{width:100%;display:flex;justify-content:space-between;padding-bottom:20px;}
.footer-bottom .column ul{display:flex;gap:15px;}
.footer-bottom .column li a{color:#fff;}
.footer-bottom .column li a:hover{color:var(--primary-color);}
.travel-service li .icon,.travel-service li,.subsscibe-b .c-btn,.footer-latest .left-c .social li a,.footer-latest .right-c li a,.footer-bottom .column li a {transition:all ease 0.5s;-webkit-transition:all ease 0.5s;-moz-transition:all ease 0.5s;}
.flex-div.manage-pos {flex-direction: row-reverse;}


.mobile-menu {position: fixed;height: 100%;width: 70%;padding: 12px;right:-100%;z-index: 10001;background: #253874;top: 0px;transition: all 0.35s ease-out;-webkit-transition: all 0.35s ease-out;
-moz-transition: all 0.35s ease-out;-ms-transition: all 0.35s ease-out;opacity: 0;visibility: hidden;}
.mobile-menu .top-menu {width: 100%;margin-bottom:20px;overflow: hidden;}
.mobile-menu .top-menu .home {border: solid 1px #ffffff;font-size: 13px;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: #ffffff;text-decoration: none;padding: 7px 12px;display: block;}
.mobile-menu .top-menu .closes {border: solid 1px #ffffff;padding: 7px 12px;font-size: 13px;color: #fff;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: 7px 12px;background: #555; color:#fff}
.m-nav {width:100%;margin-bottom:30px;}
.m-nav li{border-bottom: 1px solid #324580;width: 100%;font-size: 13px;padding: 8px 0px;}
.m-nav li a{color:#ffffff}

.email-m{display:flex;align-items:center;margin:15px 0px;color: #fff;}
.email-m .text{font-size:13px;}
.email-m i{display: inline-block;font-size: 40px;color: #ffffff;padding-right: 10px;}
.email-m i.fa-envelope {font-size: 35px;}
.email-m .number {font-size: 18px;font-weight: 500; line-height:20px; color:#fff;}
.email-m .number a{color: #fff;}

.top-destination-n{width:100%; padding:60px 0px 40px 0px; overflow:hidden;position:relative;background: url(../images/bg-destination.png) left center no-repeat;background-size: cover;}
.top-destination-n .title{width:100%; text-align:center; margin-bottom:50px;}
.top-destination-n .title h6{text-transform:uppercase; color:#f00;letter-spacing:3px; font-size:18px; font-weight:600;}
.top-destination-n .title h2{font-size:50px;font-weight:800; color:#2d2d2d;}
.top-destination-n ul{display:flex;}
.top-destination-n li{position: relative;border: 10px solid rgba(255, 255, 255, 0.5);border-radius: 404px;overflow: hidden;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;width:100%;box-shadow: rgb(0, 0, 0, 0.2) 0px 0px 6px; margin:10px 0px;}
.top-destination-n li:after{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;}
.top-destination-n li:hover:after {height: 100%;opacity: 0;-webkit-transition: all .4s linear;transition: all .4s linear;}
.top-destination-n li img{width: 100%;object-fit: cover;-webkit-transition: 1.3s all ease;transition: 1.3s all ease;}
.top-destination-n li:hover img{object-fit: cover;-webkit-transform: scale(1.3);-ms-transform: scale(1.3);transform: scale(1.3) rotate(5deg);}
.top-destination-n .owl-dots.disabled{display:none;}
.top-destination-n li h4{position:absolute;left:0px;bottom:20px;width:100%;font-size:24px;color:#fff;text-align:center; z-index:10;}
.top-destination-n li:before {content: "";position: absolute;inset: 0;background: -webkit-linear-gradient(top, rgba(4, 4, 4, 0) 44.5%, rgba(13, 13, 12, 0.6) 100%);background: linear-gradient(180deg, rgba(4, 4, 4, 0) 44.5%, rgba(13, 13, 12, 0.6) 100%);z-index: 10; }





.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:0px;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:#fff;font-weight:600;cursor:pointer;}
.cat-flight ul li a:hover,.cat-flight ul li span strong:hover{color:#fff;text-decoration:none;border-color:#fff;}
.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:25%;margin:0 4px;position:relative;}
.filter-row li .dd-btn{border:1px solid #2d2d2d;padding:10px 15px; border-radius:40px;font-size:14px;cursor:pointer;font-weight: 500;color:#2d2d2d;}
.filter-row li .dd-btn:after{content:""; width:10px;height:10px;border-width:2px;border-style:solid; border-color:transparent #000 #000 transparent;float:right;transform:rotate(45deg);position:relative; top:3px;}
.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:#253874;color:#fff;border-color: #253874;}
.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:#253874;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:#253874 !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:#394048;}
.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:#fff;}

.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:#253874;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:20px;}
.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:16x;gap:5px;}
.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: #253874;color: #fff;padding: 5px 10px;border-radius: 3px;font-size: 18px;font-weight: 700;margin-left:10px;}
.refund-b .refund-title p span{background:var(--primary-color);}
.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: #253898;}
.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-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:30px 10px 30px 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: 100%; text-align:center;}
.trustpiot-sec .award img{max-width:85%;}
.trustpiot-sec .trustpiot-col{width: 52%;}
.c-banner{display:none;}

/*========= owl-carousel ============*/
.owl-carousel,.owl-carousel .owl-item {-webkit-tap-highlight-color: transparent;position: relative}
.owl-carousel {display: block;width: 100%;z-index: 1;}
.owl-carousel .owl-stage {position: relative;-ms-touch-action: pan-Y;touch-action: manipulation;moz-backface-visibility: hidden;}
.owl-carousel .owl-stage:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel .owl-stage-outer {position: relative;overflow: hidden;}
.owl-carousel .owl-item {min-height: 1px;float: left;-webkit-backface-visibility: hidden;-webkit-touch-callout: none;padding: 0 12px;}
.owl-nav.disabled{display:none;}
.owl-dots{width:100%;text-align:center;}
.owl-dots .owl-dot{width:12px;height:12px;border:none;background:#000;margin:0 3px; border-radius:100%;}
.owl-dots .owl-dot.active{background:var(--pink);}
.owl-nav.disabled{display:block;}
.owl-next,.owl-prev{background: var(--pink);color: #fff;font-size: 30px;line-height: normal;border-color: #fff;width: 35px;height: 35px;border: none;border-radius: 4px;position:absolute;top:50%;margin-top-18px; background:url(../images/left-arrow.svg) center no-repeat var(--primary-color);text-indent:-9999px;}
.owl-next span,.owl-prev span{position: relative;top:-4px;}
.owl-prev{left:0px;}
.owl-next{right:0px;}
.top-destination-n .owl-prev{transform: rotate(90deg);width:55px;height:55px;border-radius:100%;top:50%;left:-20px; margin-top:-28px;}
.top-destination-n .owl-next{transform: rotate(-90deg);width:55px;height:55px;border-radius:100%;top:50%;right:-20px; margin-top:-28px;}
/*========= owl-carousel ============*/

.partner{width:100%;padding:30px 0px;}
.partner ul{display:flex;justify-content:center;gap:20px;color:#fff;align-items:center;}

.partner li img{max-height: 60px;}

.header-n .menu-btn{display:none;}

.header-n{box-shadow: rgb(0, 0, 0, 0.3) 0px 0px 3px;}
.header-n .right-side{flex-flow:wrap;flex-direction: row-reverse;gap:20px;}
body.home .header-n .right-side {flex-flow:column;gap:0px;padding-top:15px;}
.logo-h{max-width:300px;}
body.home .logo-h{max-width:400px;}

body.home .header-n .cta-no.phone{margin-bottom:20px;}
body.home .header-n{box-shadow:none;}
body.home .header-n .nav-top{width:100%;}
body.home .header-n .nav-top ul{padding:15px 7px 0px 0px; }
.nav-top ul{display:flex;gap:20px;padding:5px 7px 0px 0px; margin:0px; justify-content:flex-end;}
.nav-top li a{color:#2d2d2d;font-size:17px;}
.nav-top li a:hover{color:var(--primary-color);}
#div-filter{margin-top:20px;}


.featured-des{width:100%;padding:0px 0px 50px 0px;}
.featured-des .box{max-width:1400px;}
.featured-des .top-text{width:100%;text-align:center;padding:50px 0px 20px 0px;}
.featured-des .top-text h3{font-size:44px;font-weight:800;}
.featured-des .top-text h6{text-transform:uppercase; color:#f00;letter-spacing:3px; font-size:18px; font-weight:600;}
.featured-des .column{width:100%;display:flex;gap:24px;}
.featured-des .column .col {-webkit-box-flex: 100%;-webkit-flex: 100%;-ms-flex: 100%;flex: 100%;box-sizing: border-box;-webkit-transition: all 0.7s linear;transition: all 0.7s linear;padding:0px; overflow:hidden;border-radius:24px;}
.featured-des .column .col .background-image {
position: relative;height: 600px;border-radius: 24px;z-index: 2;-webkit-transition: 0.7s ease-in-out;transition: 0.7s ease-in-out;cursor: pointer;
background-repeat: no-repeat;background-size: cover;background-position: center center;}
.featured-des .column .col .background-image:before{content: "";position: absolute;inset: 0;background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 77.91%);background: linear-gradient(100deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 77.91%);border-radius: 24px;z-index: -1;}
.featured-des .column .col .destination-content{position: absolute;left: 5px;bottom: 70px;-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);transform: rotate(-90deg);}
.featured-des .column .col .destination-content .box-title {font-weight: 600;font-size: 28px;line-height: 40px;letter-spacing: 0.02em;color: #fff;margin-bottom: 0;}
.featured-des .column .col .destination-content .box-title a{color:#fff;}
.featured-des .column .col .th-btn{position: absolute;right: 40px;bottom: 40px;padding: 10px 30px;opacity: 0;visibility: hidden;background-color: transparent;color:#ffffff;border-radius: 50px;font-size: 23px;border:1px solid #fff;}
.featured-des .column .col .th-btn:hover{background-color: #d72026;}
.featured-des .column .col .destination-content .destination-subtitle{color:#fff;}

.featured-des .column .col.active {-webkit-box-flex: 324%;-webkit-flex: 324%;-ms-flex: 324%;flex: 324%;}
.featured-des .column .col.active .destination-content {left: 40px;bottom: 40px;-webkit-transform: none;-ms-transform: none;transform: none;
-webkit-transition: all 0.8s ease-in-out;transition: all 0.8s ease-in-out;}
.featured-des .column .col.active .th-btn {opacity: 1;visibility: visible;}
.featured-des .column .col.active .background-image{transform:scale(1.1)}


.header-n.fixed {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    margin: 0;
    visibility: visible;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    transform: translateY(-200px);
}

.header-n.in-view {
opacity: 1;
visibility: visible;
transition: all .6s ease;
transform: translateY(0);
}

body.home .header-n.in-view{background:#fff; z-index:9999;box-shadow: rgb(0, 0, 0, 0.3) 0px 0px 3px;padding:0px;}
body.home .header-n.in-view .nav-top{display:none;}
body.home .header-n.in-view .box{padding:0px;}
.header-n.in-view .logo-h{width:300px;}
body.home .header-n.in-view .cta-no.phone strong{font-size:24px;}
body.home .header-n.in-view .cta-no.phone span{font-size:12px;}
body.home .header-n.in-view .right-side{flex-flow:row-reverse;}
body.home .header-n.in-view .cta-no.email{color:#2d2d2d;}
body.home .header-n.in-view .cta-no.phone span{color:#2d2d2d;}

#sentences-container {display: flex;justify-content:left;padding-left:12px;}
.sentence {display: flex;flex-wrap: wrap;}
.sentence .letter-slot {width: 18px;height: 36px;overflow: hidden;position: relative;text-align:center;}
.sentence .letter-reel {position: absolute;top: 0;left: 0;transition: top 0.4s ease-in-out;}
.sentence .letter {height: 36px;line-height: 36px;text-align: center;font-size:24px;color:#263a75;font-weight:600;}
.sentence .space {width: 14px;}



.s-popup {position: fixed;z-index: 1;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgba(0, 0, 0, 0.5); display:none;}
.s-popup-content {background-color: #fff; padding: 20px; border: 1px solid #888; width: 80%; max-width: 500px; 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%);}
.s-popup-content .btm-row{width: 100%;}
.s-popup-content .btm-row a{ background:#d72026;color:#fff;text-decoration: none;display:inline-block;padding:7px 25px; border-radius:3px;font-size:18px;margin:0 5px; transition: all ease 0.5s;}
.s-popup-content .btm-row a:hover{background:#263a75;color:#fff;}
.s-popup-content h3{font-size:28px;margin:0px; font-weight: 600;}
.s-popup-content p{font-size: 13px; line-height: 20px;}
.s-popup-content .close-btn{position: absolute; right: 10px; top:10px; cursor: pointer;}


.travel-service-n{padding-top:40px;}
.travel-service-n .box{max-width:1400px;}
.travel-service-n,.travel-service-n ul{width:100%;}
.travel-service-n ul{display:flex;height:500px;}
.travel-service-n li .inner-b{position: relative;height: 100%;background-position-x: center !important;background-size: cover !important;background-repeat: no-repeat !important;}
.travel-service-n li:after {
content: "";
position: absolute;
inset: 0;
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 77.91%);
background: linear-gradient(100deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 77.91%);
z-index: 1;
}
.travel-service-n li {flex-basis: 25%;max-width: 25%;transition: .5s all ease-in-out;height: 100%; position:relative;overflow:hidden;}
.travel-service-n li .imgb{margin-bottom: 0;height: 100%;}
.travel-service-n li .imgb img{width: 100%;height: 100%;object-fit: cover;transition: .3s all ease-in-out;}
.travel-service-n li h3 {position: absolute;top: 16px;left: 30px;padding-bottom: 12px;transition: .3s all ease-in-out;z-index: 9;color: #fff;max-width:280px;
font-size: 24px;padding-right: 15px;line-height: 33px;}
.travel-service-n li h3:after{content: "";bottom: 0;left: 0;height: 2px;background-color: #d90f2a;position: absolute;width: 0;transition: .3s all ease-in-out;}
.travel-service-n li .btm-text{left: 20px;bottom: 30px;position: absolute;opacity: 0;visibility: hidden;width: 350px; z-index:99;}
.travel-service-n li .btm-text p{color: #fff;font-size: 20px;padding-right: 15px;line-height: 30px;max-width: 400px; font-weight:600; padding-bottom:15px;}
.travel-service-n li .btm-text a {color: #fff;padding: 16px 24px;font-weight: 400;font-size: 18px;line-height: 15px;background: #d72026;transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;}
.travel-service-n li:hover{flex-basis: 50%;max-width: 50%;}
.travel-service-n li:hover .imgb img{filter:inherit;}
.travel-service-n li:hover .btm-text{opacity:1;visibility:visible;animation: visibletext .8s linear;
animation-fill-mode: forwards;}
.travel-service-n li:hover h3{left:60px;}   
.travel-service-n li:hover h3:after{width:130px;}
.travel-service-n li:first-child{border-radius:20px 0px 0px 20px;}
.travel-service-n li:last-child{border-radius:0px 20px 20px 0px;}

@keyframes visibletext {
0 {
opacity: 0
}

100% {
opacity: 1;
visibility: visible;
left: 60px
}
}

/*======Responsive ===========*/
img {
    max-width: 100%;
}

@media only screen and (max-width:1399px) { /*1300*/
}

@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;}
.logo-n{max-width:150px;}
.nav ul li a{font-size:14px;}
.timer{font-size:13px;}
.whats-app{margin-right:0px;}
.support .text span{font-size:12px;}
.support .text a{font-size:18px;}
.support .icon-img img{max-width:28px;}
.whats-app img{max-width:40px;}
.nav ul{gap:10px;}
.header-n .box{padding:0 10px;}
.logo-h{margin-left:30px;}
.header-n .right-side{padding-right:30px;}
.SearchEngContent{margin-left:35px;}
.search_widget{max-width: 94%;}
.top-destination-n .box{padding: 35px;}
.special-offer .inner-text{padding:0 32%;}
.special-offer .inner-text img{margin-left:0px;}
.special-offer .inner-text h2{font-size:50px;}
.header-n{padding:15px 0px;}
}

@media only screen and (max-width:1199px) { /*1024 */
.box {padding: 0 20px;}
.searchfromab {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: 100%; margin-bottom:10px;}
.search_widget form .sw_btn {width: 50%;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;}
.search_widget form .widget_datePicker.pax-c{width:50%;}
.banner{height:800px;}
.SearchEngContent h1{font-size:60px;line-height:75px;}
.SearchEngContent{max-width:520px;}
.letter{font-size:20px;}
.logo-h{max-width:360px;}
.travel-service li h3{font-size:17px;}
.travel-service li p{font-size:14px;line-height:22px;}
.special-offer .left-gallery .img-wrap{width:200px;height:200px;}
.special-offer .outer-wrap .inner-d{width:200px;}
.subsscibe-b h3{font-size:40px;}
.subsscibe-b .box{padding:40px 10%;}
.footer-latest .right-c h5{font-size:140px;}
.footer-latest .right-c ul{padding-left:0px;}
.footer-latest .right-c li a{font-size:15px;}
.footer-latest .right-c li p{font-size:14px;}
.footer-latest .left-c p{font-size:15px;line-height:25px;}

}

@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: 238px;}
.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;}
.steps li {font-size: 15px;}
.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:21px;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:34px;}
.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:20px;}
.footer-n{padding:15px;}
.footer-t .col-01 h5{font-size:16px;line-height:20px;}
.footer-t .col-01 li a{font-size:14px;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%;}
.timer{font-size:12px;}
.modify-search-b .form-control{padding:5px;}
.logo-h{max-width:280px;margin:30px 0px 0px 0px;}
body.home .logo-h{max-width:280px;}
.header-n .box{align-items:start;}
.header-n .cta-no.phone strong{font-size:20px;font-weight:700;}
body.home .header-n .cta-no.phone span{font-size:12px;letter-spacing:0px;}
.header-n .cta-no.email{font-weight:normal;padding:5px 0px 8px 0;font-size:14px;}
.nav-top li a{font-size:15px;}
body.home .header-n .cta-no.phone{margin-bottom:10px;}
body.home .header-n .nav-top ul{padding-top:0px;}
body.home .header-n .nav-top ul{justify-content: start;padding:0px 7px 0px 51px;}
.SearchEngContent{margin-left:0px;}
.SearchEngContent h1{font-size:40px;line-height:50px;}
.banner{height:750px;}
.search_widget{max-width:100%;}
.header-n.in-view .logo-h{width:220px;}
body.home .header-n.in-view .cta-no.phone strong{font-size:20px;}
body.home .header-n.in-view .box{padding:0px 15px 15px 15px;}
body.home .header-n.in-view .logo-h{margin-top:20px;}
.featured-des .column .col.active .destination-content{left:15px;}
.featured-des .column .col .th-btn{right:15px;font-size:18px;}
.featured-des .column{gap:10px;}
.featured-des .column .col .destination-content{bottom:40px;}
.featured-des .column .col .destination-content .box-title{font-size:20px;line-height:25px;}
.top-destination-n{padding:0px 0px 20px 0px;}
.featured-des .column .col .background-image{height:450px;}
.top-destination-n .title h2,.featured-des .top-text h3,
.special-offer .inner-text h2{font-size:35px;}
.special-offer .outer-wrap .inner-d{width:150px;}
.special-offer .left-gallery .img-wrap{width:150px;height:150px;}
.special-offer .inner-text{padding:0 28% 0 32%;}
.special-offer .inner-text p{font-size:15px;line-height:23px;padding-bottom:15px;}
.special-offer .inner-text a{padding:10px 25px;}
.special-offer .inner-text img{width:240px;}
.subsscibe-b{width:calc(100% - 30px);margin: 0 15px 40px 15px;padding:110px 0px 60px 0px;}
.subsscibe-b .box{padding:0 25px;}
.subsscibe-b h3{font-size:30px;line-height:35px;}
.subsscibe-b form{width:100%;}
.footer-latest .left-c p{font-size:14px;line-height:22px;}
.footer-latest .left-c .social li a{width:40px;height:40px;line-height:40px;}
.footer-latest .right-c h5{font-size:120px;text-align: left; line-height:110px;}
.footer-latest .right-c ul{flex-flow:wrap;}
.footer-bottom .column li a{font-size:14px;}
.footer-bottom p{font-size:13px;line-height:20px;}
.footer-latest .footer-top{flex-flow:column;}
.footer-latest .left-c,.footer-latest .right-c{width:100%;}

.header-n .menu-btn {
background: var(--primary-color);
display: block;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
color: #fff;
border-radius: 4px;
font-size: 18px;
margin-top: 6px;
}
.header-n .right-side{display:none;}
.overlay-m {background-color: #000;top: 0;left: 0;position: fixed;opacity: 0.5;z-index: 998;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;}
.header-e .box > div.header-r{display:none;}
.mobile-menu{width:300px;transition: all 0.50s ease-out;-webkit-transition: all 0.50s ease-out;-moz-transition: all 0.50s ease-out;opacity: 1;visibility: visible;}
.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;}
.logo-h{margin-top:0px;}
}

@media only screen and (max-width:767px) {
.header-n .box {padding: 0 15px;}
.header-n .cta-no span {display: none;}
.header-n .cta-no {width: 35px;height: 35px;text-align: center;line-height: 35px;padding: 0px;}
.logo-n {width: 160px;}
.header-n .cta-no i {font-size: 23px;padding: 0px;top: 2px;}
.searchfromab {padding:0px; bottom:auto;top:0px;}
.SearchEngContent {padding: 10px;}
.SearchEngContent h1 {font-size: 24px;}
.SearchEngContent h1 span {font-size: 14px;line-height: 18px;}
.header-n {border: none;}
.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%);}
.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; background:none;color:#fff;}
.custom_input i {color: #253874;}
.custom_input.m-loca label.demo-label.input-has-value {padding-left: 0px;line-height: 16px;}
.banner {min-height: auto; height:auto;background:#fff;}
.banner .imgb{display:none;}
.search_widget form .sw_btn {width: 100%; padding:0px;}
.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: 40px;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: center;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: 30px;}
.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;}
.form-cont .form-group:nth-child(even) {padding-left: 10px;}
.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: 20px;margin-bottom: 5px;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:35px;}
.support .icon-img img{max-width:28px;}
.nav{top:57px;}

.nav ul li a{font-size:15px;}
.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:center;}
.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; display:none;}
.search_widget form .widget_destInput input::-webkit-input-placeholder{color:#2d2d2d!important}
.search_widget form .widget_destInput input, .search_widget form .widget_datePicker .datess input::placeholder{color:#2d2d2d!important}
.search_widget form .widget_datePicker input{color:#2d2d2d !important;}
.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-bottom:10px;}
.search_widget form .sw_btn input{width:100%;height:50px;line-height:50px;}
.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; border:none;border-radius:0px;}
.search_widget .checkbox{margin-top:0px;}
.m-gat-top{width:100%; float:left;padding-top:10px;}
.m-gat-top .col-6{padding:0 5px;}
.pre-air{padding:5px 14px 4px 14px; font-size:13px;}
.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;}
.form-cont .form-group:nth-child(even){padding:0px;}
.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{width:100%;max-width:100%;}
.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:120px;}
.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;}


.overlay-m {background-color: #000;top: 0;left: 0;position: fixed;opacity: 0.5;z-index: 998;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;}
.header-e .box > div.header-r{display:none;}
.mobile-menu{width:300px;transition: all 0.50s ease-out;-webkit-transition: all 0.50s ease-out;-moz-transition: all 0.50s ease-out;opacity: 1;visibility: visible;}
.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;}

.header-n .box{padding:10px;}
.SearchEngContent,.header-n .menu,.header-n .right-side{display:none;}
.logo-h{padding:0px; max-width:240px;margin:0px;}
.menu-btn{background: var(--primary-color);}
body.home .logo-h{max-width: 220px;}

.header-n .menu-btn .fa-xmark{display:none;}
body.home .header-n.in-view .box{padding:10px 15px;}
.search_widget form .widget_destInput{margin-bottom:0px;}
.search_widget .checkbox{margin-bottom:10px;}
.pax_dropdown.mobi-clas .boxs1{width:100%;margin-bottom:10px;}
.pax_dropdown.mobi-clas .boxs1.clas-flgt:after {content: "";width: 9px;height: 9px;display: block;border: none;border-bottom: 3px solid #253874;
border-left: 3px solid #253874;transform: rotate(-45deg);position: absolute;right: 13px;top: 21px;}

.header-n{position:relative;}
.email-m .number{font-size:16px;}

.travel-service .title{margin-bottom:20px;}
.travel-service .scroll-container{width: 100%;overflow-x: auto;display: flex;}
.travel-service ul{flex-flow:nowrap;}
.travel-service li{width:300px;margin:15px 5px;padding:25px 15px;}
.travel-service li h3{font-size:16px;margin-bottom:5px;}
.travel-service li p{font-size:13px;line-height:20px;}
.travel-service li .icon{width:65px;height:65px; margin-bottom:15px;}
.travel-service li .icon img{max-height:40px;}
.featured-des .top-text h3{margin-bottom:0px;}

.featured-des .column {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
.featured-des .column .col .background-image{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;max-height: 110px;}
.featured-des .column .col .destination-content {-webkit-transform: rotate(0);-ms-transform: rotate(0);transform: rotate(0);bottom: 20px;
left: 20px;}
.featured-des .column .col.active {max-width: 100%;}
.featured-des .column .col.active .background-image {max-height: 345px;}
.featured-des .column .col.active .destination-content{left:20px;bottom:20px;}
.featured-des .column .col.active .th-btn{right:20px;bottom:20px;}
.featured-des .column .col .th-btn{padding:8px 30px; font-size:20px;}
.featured-des .column .col .destination-content .box-title{font-size:22px;line-height:32px;}
.featured-des .column{gap:15px;}
.featured-des .top-text{padding-bottom:20px;}
.top-destination-n .box{padding:0 35px;}
.top-destination-n .owl-next,.top-destination-n .owl-prev{width:35px;height:35px;background-size:20px;}
.special-offer .outer-wrap{height:200px; width:100%;}


@-webkit-keyframes slideup {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideup {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-webkit-keyframes slidedown {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slidedown {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.special-offer .left-gallery{width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: initial;flex-direction: initial; gap: 15px;}
.special-offer .left-gallery.item-1 {-webkit-animation: slideup 20s linear infinite;animation: slideup 20s linear infinite;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: center;}
.special-offer .inner-text{padding:0px;}
.special-offer .inner-text a{font-size:14px;}
.special-offer .inner-text p{font-size:14px;line-height:22px;}
.special-offer{padding:172px 0px;}
.special-offer .outer-wrap.left{right: auto;left: 50px;top: auto;bottom: -61px;}
.special-offer .inner-text img{margin:25px 0 25px 100px;}
.subsscibe-b{width:100%;margin:0px;min-height: 350px;padding:100px 0px 60px 0px;}
.subsscibe-b h3{font-size:22px;line-height:32px;margin-bottom:15px;}
.subsscibe-b .box{padding:0 15px;}
.subsscibe-b form i.fa-envelope{left: 15px;top: 22px;font-size:14px;}
.subsscibe-b .input{height:55px;line-height:55px;font-size:14px;padding:0 110px 0 37px;}
.subsscibe-b .c-btn{ min-height: 44px;font-size: 12px;}
.subsscibe-b h6{font-size:14px;margin-bottom:0px;}
.partner{padding:25px 0px;}
.partner ul li{width:auto !important;}
.partner li img{max-height: 45px;max-width: 136px;}
.footer-latest{padding:30px 0px 90px 0px;}
.footer-latest .left-c #logo{width:240px;}
.footer-latest .left-c .social ul{gap:10px;}
.footer-latest .left-c .social li a{width:35px;height:35px;line-height:35px;font-size:15px;}
.footer-latest .left-c p{padding-bottom:10px;font-size:13px;line-height:20px;}
.footer-latest .right-c h5{font-size:70px;line-height:70px;margin-bottom:15px;}
.footer-latest .right-c ul{flex-flow:column;}
.footer-latest .right-c li{margin-bottom:15px;width:100%;}
.footer-latest .right-c li span{font-size:13px;}
.footer-latest .right-c li p{margin:0px;}
.footer-bottom .column{flex-flow:column;}
.footer-bottom p{text-align:center;margin:0px;}
.footer-latest:after{background-size: 100% 10%;}
.footer-bottom{padding-top:10px;}
.footer-bottom .column ul{justify-content:center;}
.footer-bottom .column li a{font-size:13px;}
.search_widget form .widget_datePicker{margin-bottom:0px;}


.travel-service,.featured-des .top-text,.top-destination-n{padding:30px 0px;}
.travel-service .title h2,.featured-des .top-text h3,.top-destination-n .title h2{font-size:22px;line-height:26px;margin-bottom:20px;}
.travel-service .title h6,.featured-des .top-text h6{font-size:15px;margin-bottom:5px;}
.top-destination-n .title {margin-bottom:20px;}
.featured-des .top-text h3{margin-bottom:0px;}
.s-popup-content{width:90%;}
.s-popup-content h3{margin-bottom:10px;font-size:22px;}
.s-popup-content .btm-row a{font-size:16px;padding:5px 20px;}
.in-footer ul{gap:7px;margin-bottom:8px; flex-flow:wrap;}
.in-footer li a{font-size:13px;}
.header-n{padding:0px;}
.travel-service-n{padding:40px 15px 0px 15px;}
.travel-service-n .box{max-width: 100%;width: 100%;overflow-x: auto;display: flex;padding:0px;}
.travel-service-n ul{height:350px;flex-flow: nowrap;width:auto;}
.travel-service-n li{width:300px;}
.travel-service-n li:hover{width:300px;flex-basis: 300px;max-width: 300px;}
.travel-service-n li:hover h3{left:30px;}
.travel-service-n li .btm-text{opacity:1; visibility:visible;left:20px;animation:none;width:260px;}
.travel-service-n li h3{left:15px;font-size:20px;}
.travel-service-n li .btm-text p{font-size:15px;line-height:24px;font-weight:400;padding-bottom:0px;}
.travel-service-n li .btm-text a{padding:10px 22px 12px 22px; font-weight:400;font-size:14px; border-radius:5px;}

}
