
:root {
    --main-color: #502a51;
}

#dropdownToggle {
    padding: 0 21px 0 0;
    background-size: 15px;
    cursor: pointer;
    width: 100%;
    position: relative;
    transition: all 1.0s ease;
    font-size: 15px;
}

    #dropdownToggle:after {
        content: "";
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        position: absolute;
        right: 7px;
        display: inline-block;
        width: 6px;
        height: 6px;
        transform: rotate(135deg);
        top: 4px;
    }
.country-select{width:80px;position:relative;}
.country-select .select-tab{ border:1px solid #2e68b1;color:#fff;padding:4px 10px 6px 10px;position:relative;font-size:15px;cursor:pointer;border-radius:4px; margin-top:4px;}
.country-select .select-tab img{width:25px;margin-right:5px;}
.country-select .select-tab:after{content:"";width:8px;height:8px; border-left:2px solid #2e68b1;display:inline-block;border-top:2px solid #2e68b1;transform:rotate(224deg);-webkit-transform:rotate(224deg);-moz-transform:rotate(224deg);-ms-transform:rotate(224deg);-o-transform:rotate(224deg);position:absolute; right:14px; top:12px;}
.country-select .country-list{ width:100%;background:#ffffff;display:none;position:absolute;left:0px;top:41px;padding:8px;border: 1px solid #2e68b1;border-radius: 4px;}
.country-select .country-list ul{padding:10px;}
.country-select .country-list li{margin-bottom:3px 0px;}
.country-select .country-list li a{font-size:15px;line-height:20px;color:#081D59;display:block;align-items:center;font-weight:500;text-align:center;}
.country-select .country-list li img{max-width:30px;margin-right:5px;}
.header-r{width:calc(100% - 200px);padding-left:40px;display:flex; gap:40px; justify-content: space-between; align-items: center;}
.info-h{padding:0px 30px;display:flex;align-items:center;height:100%;}
.info-h ul{display: flex;}
.info-h li{margin:0 15px;}
.info-h li a{font-size:18px;color:#000;font-weight:600;display:flex;}
.info-h li a i{color:#346cb3;font-size:24px; padding-right:10px;}
.info-h li a:hover{color:#346cb3}
.m-div{display:flex;align-items:center;}
.nav-h ul{display:flex;}
.nav-h li{margin:0 15px;}
.nav-h li:last-child{margin-right:0px;}
.nav-h li a{font-size:18px;font-weight:600;position:relative; padding-bottom:4px;}
.nav-h li a:before{content:"";height:3px;background:#94c83d;position:absolute;left:0px;bottom:0px;width:0%;}
.nav-h li a:hover:before,.nav-h li.active a:before{width:100%;}
.whatsup{width:40px; margin-left:20px;}
.m-banner{width:100%;position:relative;}
.m-banner .form{padding-top:200px;width:100%;}
.m-banner .form h1{display:inline-block;font-size:30px;line-height:43px;padding:0px 0px 0px 0px;font-weight:500; margin-bottom: 20px;}
.m-banner .form h1 span{color:#000;}
.m-banner .form .form-b{width:100%;padding-top:15px; display: flex; justify-content: space-between; gap: 30px;}
.m-banner .tab{text-align:left;  display: none;}
.m-banner .tab.active {display: block;}
.m-banner .tab ul{display: flex;flex-flow: column;width: 135px;position: absolute;background: #fff;z-index: 20;box-shadow: 0 3px 6px 0 rgba(25, 32, 36, 0.16), 0 -1px 4px 0 rgba(25, 32, 36, 0.04);transition: all 1.0s ease; z-index: 15; border-radius: 10px;}
ul{opacity: 1;padding: 10px; height: auto; overflow: visible;}
.m-banner .tab li .btn-check{position: absolute;clip: rect(0, 0, 0, 0);pointer-events: none;width:0px;height:0px;}
.m-banner .tab li{margin-right:3px; text-align: center;}
.m-banner .tab li label{background:#f3f3f3;font-size:14px;color:#000;padding:3px 22px;display:block;font-weight:normal;cursor:pointer;border-radius:30px;  border: 1px solid transparent;}
.m-banner .tab li label.active.btn-dark{background:var(--main-color);color:#ffffff;}
.m-banner .white-b {
    padding: 0 27px 28px 27px;
}
.m-banner .white-b .row{display:flex;flex-flow: wrap; position: relative; gap: 10px;}
.m-banner .white-b .row ~ .row{margin-top:12px;}
.m-banner .white-b .col1.border,.m-banner .white-b .col2.border{border-radius:6px;position:relative;flex: 1; display: flex; align-items: center;border: 1px solid #b1b3be;}
.m-banner .white-b .col2{width: calc(50% - 5px);}
.m-banner .white-b .border i{position: absolute; left: 8px;}

.m-banner .white-b .from-in.border i,
.m-banner .white-b .from-to.border i{left: 16px;}
.m-banner .white-b .col2 .click-event{display: flex;  align-items: center;width: 100%;}
.m-banner .white-b label{position:absolute;left:10px;top: -12px;font-size: 15px;background: #fff;display: inline-block;padding: 0 6px;}
.m-banner .white-b .form-control{width:100%; border:none; font-size:15px; padding:14px 15px 14px 35px;text-overflow: ellipsis;white-space: nowrap;border-radius: 6px;}
.m-banner .white-b .form-control:focus-visible{outline: none;}
.m-banner .white-b .form-control::placeholder {color: #242424 !important;opacity: 1;font-size:15px;}
.m-banner .white-b .col1 p,.m-banner .white-b .col2 p{font-size:14px;text-align:left;}
.m-banner .white-b .exchange-box {display: block;width: 26px;height: 26px;border-radius: 50px;position: absolute;z-index: 9;left:50%;top:10px;color: #212121;display: flex;justify-content: center;align-items: center;border:1px solid #b1b3be;cursor: pointer; font-size:15px; background: #fff; margin-left: -13px; font-size: 13px;}
.m-banner .white-b .exchange-box i{transition: all ease 0.5s;}
.m-banner .white-b .exchange-box:hover i{ transform: rotate(270deg);}

.m-banner .white-b .btn-search{background: #346cb3;border: none;box-shadow: none;height: 50px;width: 100%;color: #fff;border-radius: 4px;text-transform: uppercase;cursor: pointer;font-size: 17px;font-weight: bold;height:100%;}
.m-banner .white-b .btn-search:hover{background: #94c83d;color: #fff;}
.m-banner .white-b .col2 .dd-box{display: none;width:100%;background:#fff;width:240px;box-shadow: rgba(0,0,0,0.2) 0px 4px 10px;position:absolute;left:0px;top:48px; border-radius: 0px 0px 10px 10px;}
.m-banner .box{position:relative; z-index: 2; padding: 0 20px;}
.m-banner .white-b .btn{background:none; border: none; cursor: pointer;border: none;box-shadow: none;background:var(--main-color);height:100%;letter-spacing:1px;
width: 100%;color: #fff;font-size: 17px;border-radius: 5px; cursor: pointer;}
.m-banner .white-b .btn i{font-size:24px; color:#212121;}
.top-tabbing .tab#economy-s{margin-left:70px;}
.top-tabbing .tab#economy-s ul{width: 165px;}
.m-banner .tab#direct-s{margin-left:190px;}





.travelers-b{display:flex; justify-content:space-between;padding:20px 15px 10px 15px; width:100%;}
.travelers-b h2{background: #212121;text-transform: uppercase;font-size:17px;color: #fff;line-height: 30px;padding:4px 20px;font-weight: normal;margin-bottom:10px; text-align: center;}
.travelers-b .passengers-col,
.travelers-b .class-col{width:100%;}
.travelers-b .passengers-col li{display:flex;justify-content:space-between;padding-bottom:7px;margin-bottom:7px; border-bottom: 1px solid #d7d7d7; align-items:center;}
.travelers-b .passengers-col li:last-child,.travelers-b .class-col li:last-child{border: none;;}
.travelers-b .passengers-col li .btn-c{width:40%;display:flex;}
.travelers-b .passengers-col li .btn-c input{width:27px; height:27px;text-align:center;font-size:14px;border:none;}
.travelers-b .passengers-col li .btn-c input[type="button"]{background:#f8faff;color:#212121;font-weight:bold;cursor:pointer; border-radius: 4px;  border: 1px solid #ddd;}
.travelers-b .passengers-col li .btn-c input[type="button"]:hover{background:#212121;color:#fff;}
.travelers-b .passengers-col li span{font-size:11px;}
.travelers-b .class-col li{text-align:left;font-size:14px;border-bottom: 1px solid #d7d7d7;cursor:pointer;padding:4px 5px;}
.travelers-b .class-col .dont-btn{background:var(--main-color);color:#fff;cursor:pointer;padding:5px 0px;margin-top:10px; text-align: center;border-radius: 5px;}
.travelers-b .class-col li.active{color:var(--main-color);font-weight:500;}
.travelers-b .passengers-col li .btn-c input:disabled{color: var(--bs-btn-disabled-color);pointer-events: none;opacity:0.6;}
.m-banner .white-b .row2{display:none;}
.m-banner .white-b .row2.active{display:flex;}
.m-banner .white-b .row2 .col1.border,.m-banner .white-b .row2 .col2.border{width:17%;}
.m-banner .white-b .add-flights{background: #346cb3;border: none;box-shadow: none;height: 50px;width: 100%;color: #fff;border-radius: 4px;text-transform: uppercase;cursor: pointer;font-size: 15px;line-height:50px;}
.m-banner .form .form-b .left-col{width:70%;}



.search-new{background:none; padding:30px 0px 10px 0px;}
.search-new.m-banner .form{padding:0px;box-shadow:rgba(0, 0, 0, 0.2) 0px 3px 6px;border-radius: 10px; padding:15px 30px 30px 30px;background: #fff; position: relative;}
.top-tabbing{width:100%; margin-bottom:15px;}
.top-tabbing ul{display: flex; margin-bottom:10px;}
.top-tabbing ul.main-tab{ gap: 20px;align-items:center;margin:0px;margin-left:15px }
.top-tabbing .main-tab li{padding: 0 32px 0 0; background-size: 15px;  cursor: pointer;position: relative;transition: all 1.0s ease; font-size:15px;}
.top-tabbing .main-tab li:after{content:""; border-top:2px solid #000;border-right:2px solid #000;position:absolute;right:16px; display: inline-block; width:6px; height:6px; transform: rotate(135deg); top:4px;}
.top-tabbing .main-tab li.active:after{transform: rotate(-45deg); top:10px;}
.top-tabbing .tab-grid{display: flex; justify-content: space-between; padding: 0 15px;}
.top-tabbing .tab-flight{background:#f2f4f7;padding:10px 15px 0px 15px; margin-bottom: 20px;}
.top-tabbing .tab-flight ul{margin:0px;display:flex; padding-bottom:0px;}
.top-tabbing .tab-flight ul li{padding:0 15px;border-bottom:4px solid #4e1d49;padding-bottom:8px;font-size:18px;font-weight:bold; color:#4e1d49;}
.m-banner .form .form-b .left-col .inner-shadow{box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);border-radius: 5px;}

.search-new.m-banner .form .right-img .col{display: flex;  flex-flow: column; gap: 15px; width:50%; position: relative; top:-30px; right: -15px; }

.search-new.m-banner .form .right-img .col.first ul{animation: scroll var(--speed) linear infinite;}
@keyframes scroll{
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

.search-new.m-banner .form .right-img .col.second ul{animation: scrolls var(--speed) linear infinite;}
@keyframes scrolls{
    0% { transform: translateY(-50%); }
    100% { transform: translateY(0); }
}


.search-new.m-banner .form .right-img .col ul{display: flex; flex-flow: column; gap:15px;}
.search-new.m-banner .form .right-img .col li img{width:100%;}
.search-new.m-banner .form .right-img .col li img:hover{transform: scale(1.1);}
.search-new.m-banner .form .right-img .col img{border-radius: 55px;}
.search-new.m-banner .form .right-img .col:last-child{top:-70px;}
.service-cate li:hover{transform: translateY(-10px);}
.service-cate li:hover .img-icon{background: var(--main-color);}
.service-cate li:hover .img-icon img{filter: invert(1);}
.flight-search-dd{margin-top: 10px;display: none;position: absolute;top: 35px;left:0px;z-index: 99999;background: #fff;border-radius: 12px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);max-height: 250px;overflow-y: auto;width: 260px;}
.flight-search-dd .flight-option {padding: 10px 16px;cursor: pointer;font-size: 14px;transition: background 0.2s;display: flex;align-items: center;gap: 10px;    border-bottom: 1px solid #ececec;}
.flight-search-dd .flight-option:hover {background: #f0f0f0;}
.m-banner .white-b .border .flight-search-dd .flight-option i{position: initial;}
.top-bar-h{width: 100%; background: var(--main-color);}
.top-bar-h ul{display: flex; justify-content: end; gap: 20px;}
.top-bar-h li{font-size:14px; color:#fff;}
.top-bar-h li i{font-size:13px; margin-right:2px;}
.top-bar-h li a{color: #fff; display: inline-block;}
.top-bar-h li a:hover{transform: translateX(5px);}
.header-r .nav{padding-top:10px; padding-left:80px;}
.header-r .nav ul{display: flex; gap: 28px;}
.header-r .nav li a{color:#fff; font-size:18px;}
.header-r .nav li a:hover{color: var(--main-color);}
.header-r .award-l{width:24%;}
.header-r .award-l ul{display: flex; align-items: center;}
.header-r .award-l li{width:45%;}
.header-r .award-l li img{filter: invert(1);}
.header-r .award-l li:first-child img{width: 115px;}

.top-tabbing .tab-grid .checkbtn {display: flex;align-items: center;gap: 10px;position: relative;cursor: pointer;font-size: 14px;color: #000000;}
.top-tabbing .tab-grid .checkbtn input {position: absolute;opacity: 0;cursor: pointer;}
.top-tabbing .tab-grid .checkmark {height: 18px;width: 18px;border: 2px solid #ccc;border-radius: 4px;display: inline-block;position: relative;transition: all 0.3s ease;}
.top-tabbing .tab-grid .checkbtn:hover .checkmark {border-color: #502a51;}
.top-tabbing .tab-grid .checkbtn input:checked ~ .checkmark {background-color: #502a51;border-color: #502a51;}
.top-tabbing .tab-grid .checkmark::after {content: "";position: absolute;display: none;}
.top-tabbing .tab-grid .checkbtn input:checked ~ .checkmark::after {display: block;}
.top-tabbing .tab-grid .checkbtn .checkmark::after {left: 5px;top: 1px;width: 5px;height: 10px;border: solid #fff;border-width: 0 2px 2px 0;transform: rotate(45deg);}
.top-tabbing .tab-grid .checkbtn input:checked ~ .checkmark {transform: scale(1.1);}
.top-tabbing .tab-grid .right-col{display: flex; gap:15px;align-items: center;}
.top-tabbing .tab-grid .right-col .airline-b select{padding: 7px;border-radius: 6px;border: 1px solid #b1b3be;  font-size: 14px;}



.m-banner .white-b .btn:hover i{transform: scale(1.1);}


.heading{font-size:35px;color:#000;line-height:45px;position:relative;text-align:center;padding-bottom:12px;}
/* .heading:before{content:"";width:110px;height:4px;background:#94c83d;display:block;position:absolute;left:50%;transform:translateX(-50%);bottom:0px;font-weight:600;} */
.info-h li a,.nav-h li a,.m-banner .form h1,.m-banner .tab li label,.m-banner .white-b .form-control,body,.input, select, textarea{
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
}

.info-h li a,.nav-h li a:before,.m-banner .white-b .btn-search,.travelers-b .passengers-col li .btn-c input,.destination .owl-prev[type="button"],.destination .owl-next,.footer-top .col2 li a,.footer-top .social li a,.footer-top .address li a,.footer-top .col4 .btn-news,.footer-top .col1 p a,.service-cate li .img-icon,.service-cate li .img-icon img,.m-banner .white-b .btn i,.top-bar-h li a,.header-r .nav li a,.search-new.m-banner .form .right-img .col li img,.holidays-type .col img{transition:all ease 0.5s;}


@media only screen and (max-width:1199px) {
  .top-tabbing .tab-grid{flex-flow: wrap; gap: 10px;}
  .m-banner .form h1{font-size: 26px;}
}
@media only screen and (max-width:1023px) {
  .m-banner .form .form-b .right-img{display: none;}
  .m-banner .form .form-b .left-col{width: 100%;}
  .m-banner .form .form-b{padding-top: 0px;}
}
@media only screen and (max-width:767px) {
  .m-banner .box{padding: 10px;}
  .search-new.m-banner .form{padding: 0px; box-shadow: none;}
  .m-banner .form h1{font-size:16px; line-height:22px; text-align: center; width: 100%; margin-bottom: 10px;}
  .top-tabbing .tab-flight ul{justify-content: center; padding-top: 0px;}
  .top-tabbing .tab-flight ul li{font-size: 14px; border-width:3px;}
  .support .phoneno,.whats-app a{width:35px; height: 35px; line-height:35px;}
  .support .phoneno{background: #ac9145;}
  .top-tabbing .tab-grid .right-col .airline-b{width: 54%;}
    #dropdownToggle {
        padding: 0 0px 0 0;
    }
    .top-tabbing .tab-grid .right-col .airline-b select{width: 100%; font-size: 13px; background: none;}
  .top-tabbing .tab-grid .right-col{gap: 8px;padding-top: 10px; width:100%;margin-right:15px}
  .top-tabbing .tab-grid .right-col .col.checkbx{width:40%;}
  .top-tabbing .tab-grid .checkbtn{font-size: 13px; gap: 6px;}
  .top-tabbing ul.main-tab{gap: 15px;padding:0px;}
  .top-tabbing .main-tab li{font-size:13px; padding: 0 20px 0 0;}
  .top-tabbing .main-tab li:after{width:4px; height: 4px; right:7px;}
  .m-banner .tab li label{font-size:12px;}
  .m-banner .tab ul{gap:5px;}
  .m-banner .white-b .row{flex-flow: column;}
  .m-banner .white-b .col1.border, .m-banner .white-b .col2.border{width: 100%;}
  .m-banner .white-b .form-control::placeholder{font-size:13px;}
  .m-banner .white-b .exchange-box{left: 92%; top:37px;}
  .m-banner .white-b .exchange-box i{transform: rotate(90deg);}
  .m-banner .white-b .col2{width:100%;}
  .m-banner .white-b .btn{padding: 10px;}
  .top-tabbing .main-tab li.active:after{top:6px;}
  .flight-search-dd .flight-option{font-size:13px;}
  .daterangepicker{width: auto !important}
  .search-new{padding-top: 0px;height: 100%;background: #461b42;}
  .top-tabbing{position: relative;}
  .m-banner .tab.active ul{top:80px;}
  .m-banner .tab#direct-s{margin-left:170px;}
    .f1_layovertime {
        font-size: 13px !important;
        font-weight: 600;
    }
}

.from-in, .from-to, .date-in, .passengers-val{
    height:47px;
}

#totalpassenger {
    background-color: #fff;
}

.p-2 {
    padding: 0.2rem !important;
}

.border-secondary {
    --bs-border-opacity: 1;
     border-color:white !important;
}

.airline-dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: #fff;
    width: 175px;
    max-height: 250px;
    overflow-y: auto;
    border: 1px solid #ccc;
    z-index: 1000;
}

    .custom-search-checkbox {
    display: block;
    display: flex;
    align-items: center; /* vertical center alignment */
    gap: 8px; /* space between checkbox and text */
    padding: 4px;
    cursor: pointer;
}

