

/* ==================== Brawn Color Code =========================*/

/*============ First Light => #fffaf6 ======*/ 
/*============ Middle Light => #bfa181 ======*/ 
/*============ Dark  Light => #664c31 ======*/

/* ==================== Brawn Color Code =========================*/

  
html {
    position: relative;
    min-height: 100%;
}

body {
    /*font-family:// 'Montserrat', 'Verdana', sans-serif !important;*/
    /*font-family: 'Work Sans', sans-serif !important;*/
    /*font-family: 'fonnts.com-brandon_grotesque_regular', sans-serif !important;*/
    font-family: "Nunito", sans-serif !important;
    font-weight: 500 !important;
    font-style: normal;
    color: #0b213b;
    letter-spacing: 0.5px;
}
.calanderoverly{
    display:none;
}

.no-flights-image {
    width: 164px;
}

.no-flights-image {
    margin: auto;
}

.detailDiv {
    display: none;
}

.ftsr {
    text-align: center;
}

.message {
    font-size: 18px;
    color: #444;
    margin-top: 20px;
}

.slider-value {
    margin-bottom: 7px;
    text-align: left;
    margin-top: -13px;
}

hr {
    margin: 0.5rem 0 !important;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}

.accordion-button {
    font-size: 15px !important;
}

.frentlay {
    color: #3d52a0;
    font-size: 22px;
    margin-bottom: 15px;
}
/*
#InfantLapPaxCount {
    width: 12px;
}

#ChildPaxCount {
    width: 12px;
}
*/
.btn_num_ div {
    width: 20px;
    text-align: center;
}

.buttons {
    margin-top: 20px;
}

#clear_Button1 {
    background: white;
}

#clear_Button2 {
    background: white;
}

.buttons button {
    background: #0b213b;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    margin: 10px;
}

/*.buttons button:hover {
        background: #6bd1f1;
    }*/

@media screen and (max-width:1199px) and (min-width:993px) {
    .seach-btn-parent {
        width: 10% !important;
        float: left;
    }

    .w-dr-date {
        width: 40% !important;
        float: left; 
    }

    .search-btn {
        padding: 13px 15px;
    }
}

.interest {
    margin-top: 50px;
    font-size: 18px;
    color: #444;
}

:root {
    /* Colors */
    --bodyBg: #FCF0F3;
    --pinkish: #FCF0F3BF;
    --white: #FFFFFF;
    --whitish: #FFFFFF99;
    --paleWhite: #F3F4F4;
    --softRed: #EE9BAC;
    --mediumRed: #DE8797;
    --activeRed: #E74260;
    --silver: #B1B3B3;
    --textGrey: #707070;
    --textBlack: #231F20;
}

#flightloder {
    height: 500px
}

#flight_loader {
    top: 30%;
    background-color: #FCF0F3BF;
    border-radius: 30px;
    width: 500px;
    height: 150px;
    margin: 0px auto 0;
    position: relative;
    padding: 10px 20px 10px 20px;
}

    #flight_loader .wrapper {
        padding-top: 30px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    #flight_loader span {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        letter-spacing: 2px;
        animation: flash alternate 0.5s infinite;
        font-size: 20px;
        font-weight: 800;
        color: #3d52a0;
        
        font-style: regular;
    }

    #flight_loader .locstart, #flight_loader .locend {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background-color: #FCF0F3;
        border: 8px solid #3d52a0;
        z-index: 2;
    }

    #flight_loader .flightpath {
        height: 1px;
        background: transparent;
        border-top: 2px dashed #3d52a0;
        position: absolute;
        left: 20px;
        right: 20px;
        width: calc( 100% - 40px);
    }

    #flight_loader .airplane {
        width: 64px;
        height: 64px;
        background-size: cover; /* Correct the background size */
        position: absolute;
        animation: flight 2s infinite ease-in-out; /* Animation order improved */
        background-image: url('/images/plane22.png');
    }

@keyframes flight {
    from {
        left: 0;
        transform: translateY(-50%) scale(0.5);
    }

    to {
        left: calc( 100% - (64px) );
        transform: translateY(-50%) scale(0.5);
    }

    10% {
        transform: translateY(-50%) scale(0.5);
    }

    50% {
        transform: translateY(-50%) scale(1.4);
    }

    90% {
        transform: translateY(-50%) scale(0.5);
    }
}

@keyframes flash {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
 
.trip-toggle {
    display: inline-flex;
    background-color: #7091e6;
    border-radius: 30px;
    padding: 6px 0px 7px 0px;
    list-style: none;
}

.add-border {
    border-right: 1px solid #4156a2 !important;
}
 
.trip-toggle li {
    margin: 0;
}

.tripclasstype {
    border: none;
    background-color: transparent;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}

.active-btn {
    background-color: #3557d0;
    color: white;
}

.tripclasstype:not(.active-btn) {
    background-color: transparent;
    color: #333;
}

.tripclasstype:hover {
    background-color: #7091e6;
}

.lined {
    width: 1px;
    height: 32px;
    background-color: #3d52a0;
    margin: 19px 10px;
    left: 145px;
    top: -20px;
    position: absolute;
    /* margin-left: 23px; */
}

.item1 {
    display: inline-block;
    position: relative;
}

.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.hedr {
    margin-top: 5px;
    margin-bottom: 1px;
    color: #0b213b;
}

.elementor-heading-title, .frentlay {
    color: #bfa181;
    font-size: 28px;
    font-weight: 500;
    margin-top: 0px;
    text-transform: capitalize;
}

.accordion-item .accordion-button {
    color: #0b213b;
    font-size: 16px !important;
    font-weight: 500;
    box-shadow: none !important;
    letter-spacing: 0.5px;
    background: #fffaf6!important;
}
 
.accordion-button:not(.collapsed) {
    color: #bfa181 !important;
    box-shadow: none !important;
}
    .accordion-button:not(.collapsed)::after {
        color: #bfa181 !important;
    }
    
    .image-container img {
        display: block;
        width: 100%;
        transition: opacity 0.3s ease;
    }

.image-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 29%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.image-container:hover::after {
    opacity: 1;
}

/* Ensuring the text stays on top and unaffected */
.item1 span, .item1 h5, .item1 p {
    position: relative;
    z-index: 2;
}

.testimonial-name:hover {
    color: #3d52a0;
}

.shadow-effect {
    position: relative;
    overflow: hidden;
}

.img-circle {
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

.shadow-effect::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 29%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.shadow-effect:hover::after {
    opacity: 1;
}
 
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
 
.margin-top {
    margin-top: 50px !important;
}

.relative {
    top: 0;
    position: absolute;
    animation-name: rtlheader;
    animation-duration: 0.5s;
    animation-iteration-count: initial;
}

@keyframes rtlheader {
    0% {
        top: -80px;
    }

    100% {
        top: 0px;
    }
}

/*=========================================== Header Section Start ====================================*/
#autocomplete-list {
    padding: 0px;
    margin: 0px;
    max-height: 380px;
    overflow: auto;
    scrollbar-width: thin;
}

#divautocomplete, #divautocompleteR {
    background-color: #ffffff;
    position: absolute;
    width: 422px;
    text-align: left;
    box-shadow: 0px 2px 5px black;
    z-index: 999;
    margin-top: 0px;
    /*top: 40px;*/
    border-radius: 10px;
    overflow: hidden; 
}

#divautocomplete {
    position: absolute;
    width: max-content;
    box-shadow: 0px 2px 5px grey;
}

#divautocompleteR {
    position: absolute;
    width: max-content;
    box-shadow: 0px 2px 5px grey; 
}

#autocomplete-list li span i.fa-plane {
    margin-right: 8px;
    font-size: 18px;
    rotate: -45deg;
    color: #0b213b;
}
#autocomplete-list li:hover span i.fa-plane {
    rotate: 0deg;
    position: relative;
    transition: 0.3s;
}
#autocomplete-list li.selected span i.fa-plane {
    rotate: 0deg;
    position: relative;
    transition: 0.3s;
}

#autocomplete-list li i.fa-arrow-turn-down {
    rotate: 90deg;
    font-size: 20px;
    line-height: 22px;
    transform: scaleY(-1);
    color: #0b213b;
}

#autocomplete-list li {
    list-style: none;
    padding: 10px 8px;
    cursor: pointer;
    display: flex;
    margin: 6px;
    border-radius: 6px;
    gap: 6px;
}
    #autocomplete-list li:hover, #autocomplete-list li:focus{
        background: #ddd;
    }
    #autocomplete-list li.selected {
        background: #ddd;
    }
   
    #autocomplete-list li.child-li {
        padding-left: 35px!important;
    }
    #autocomplete-list li .bottom-arrow {
        margin-right: 5px;
    }
    #autocomplete-list li .details_air {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 280px;
        color: #0b213b;
    }

        #autocomplete-list li:first-child div span.undefineddata {
            font-weight: 600;
        }

        #autocomplete-list li div span.undefineddata {
            line-height: normal;
            margin-right: 6px;
            padding: 2px 6px;
            border: 1px solid #0b213b;
            color: #0b213b;
            border-radius: 6px;
        }

    #autocomplete-list li:hover div span.undefineddata {
        background: #0b213b;
        color: #bfa181;
    }
    #autocomplete-list li.selected div span.undefineddata {
        background: #0b213b;
        color: #bfa181;
    }

        /*#autocomplete-list li:hover .bottom-arrow {
            animation-name: animate;
            animation-iteration-count: 1;*/ /* Ensure animation runs once */
            /*animation-duration: 0.5s;
            animation-fill-mode: forwards;*/ /* Keeps the final state after animation ends */
        /*}*/

/*@keyframes animate {
    0% {
        width: 24px;*/ /* Starting width */
        /*margin-right: 10px;
    }

    100% {
        width: 32px;*/ /* Ending width */
        /*margin-right: 0px;
    }
}*/

#autocomplete-list li div {
    line-height: normal;
    font-size: 14px;
    display: flex;
    align-items: center;
}

#autocomplete-list li .details_air {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 280px;
}
 
.current_Page::after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0;
    height: 2px;
    /* border-bottom: 2px solid red; */
    width: 100%;
    /* background-color: #ffffff; */
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.decoration-text:hover::after {
    width: 100%;
    left: 0;
}

/*    .current_Page {
        color: #ffffff !important;
    }*/

.current_Page::after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0;
    height: 2px;
    width: 100%;
    /* background-color: #ffffff;*/
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.sub_header {
    background: hsl(223.16deg 34.13% 67.25%) !important;
    padding: 0px 0px;
    backdrop-filter: saturate(200%) blur(20px) !important;
    /* background: hsl(223.22deg 70.24% 67.06%) !important; */
    /* padding: 8px 0px; */
    /* backdrop-filter: saturate(200%) blur(20px) !important; */
}

    .sub_header ul li a {
        text-decoration: none;
        font-size: 14px;
        text-transform: capitalize%;
        font-weight: 500;
        line-height: normal;
        color: #eaeaea;
        padding: 2px 0px;
        position: relative;
        top: -3px;
    }

    .sub_header ul li {
        margin: 0px 0px 0px 20px;
        list-style: none;
    }

    .sub_header ul {
        display: flex;
        justify-content: end;
        align-items: center;
        padding: 0px;
        margin-bottom: 0px;
    }

.mainbh {
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    color: #0b213b;
    margin: 20px 0px; 
}

.logo .main_logo img {
    height: 55px;
    width: auto;
    margin: 0px 0px;
}

.logo .small_logo img {
    height: 60px;
    width: auto;
    margin: 3px 15px;
}

.logo .small_logo img {
    display: none;
}
 
    nav ul li a {
        color: #282828;
        text-decoration: none;
        transition: color 0.3s;
        font-size: 15px;
        font-weight: 600;
    }

        nav ul li a:hover {
            color: #3d52a0;
        }

.language-selector button {
    background: none;
    border: none;
    color: #282828;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.language-selector img {
    height: 30px;
    margin-right: 10px;
    background-color: white;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

    .menu-toggle span {
        width: 25px;
        height: 2px;
        background-color: #70318b;
        margin: 4px 0;
    }

/* ============================== Search Wedgit CSS ==================================== */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.banner_image {
    background: #bfa181;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0px 0px 50px 50px;
    padding-top: 120px;
    padding-bottom: 35px;
}

.main-div {
    padding: 20px 15px;
    border-radius: 20px;
    background: #0b213b; /*hsl(213.46deg 37.68% 27.06%) !important;*/
    overflow: visible;
    z-index: 1;
    backdrop-filter: saturate(95%) blur(20px) !important;
}

/*#autocomplete-list li span {
    float: left;
}
*/
.dl-horizontal dt {
    white-space: normal;
}

/*input,
select,
textarea {
    max-width: 280px;
}*/

.t-datepicker-day {
    right: unset !important;
    padding: 5px 0 !important;
    transform: translate(-50%);
}

.t-check-out .t-datepicker-day {
    left: unset !important;
}

.t-datepicker-days {
    width: 600px !important;
}

.t-next, .t-prev, .t-table-condensed td, .t-table-condensed th {
    text-align: center !important;
    padding: 6px !important;
    line-height: normal;
    font-size: 15px;
}

.noUi-handle {
    border: 0px solid #47c7f0 !important;
    background: #47c7f0;
}

.noUi-connect {
    background: #47c7f0;
}


.trip-type .text_wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: max-content;
    display: block;
}

.content_h5 {
    display: inline-flex;
    width: 45% !important;
    align-items: center;
}

    .content_h5 img {
        height: 20px;
    }

.trip-type .d_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.trip-type {
    border: none;
    font-size: 15px;
    padding: 8px 10px;
    font-weight: 600;
    line-height: inherit;
    width: auto;
    background: none;
    color: #bfa181;
    margin-right: 0px;
}

.form-div {
    display: flex;
    justify-content: center;
    gap: 6px;
    align-items: center;
}

.Flex_div {
    display: flex;
    align-items: center;
    margin: 0px 0px;
    padding: 0px 0px;
}
.icon-class {
    position: absolute;
    left: 0px;
    top: 6px;
    z-index: 9;
    font-size: 16px;
    color: #0b213b;
}

.searchbox ul li {
    position: relative;
}

.main-div form .form-div input::placeholder {
    color: black;
}

.main-div form .form-div input {
    outline: none;
    border: none;
    font-size: 15px;
    padding-right: 20px;
    width: 100%;
    height: 35px;
    position: relative;
    font-weight: 500;
    color: #664c31;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor:pointer;
    background:transparent;
}

.input-parent {
    border: 1px solid #898989;
    padding: 10px 13px;
    border-radius: 12px;
    background: #fffaf6;
}

.checkbx {
    border: 1px solid #3d52a0;
    border-radius: 20px;
    cursor: pointer;
    height: 20px;
    width: 24px;
    vertical-align: sub;
}

    .checkbx:checked {
        background: #3d52a0; /* Change background color when checked */
    }

.mainbhw {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: white;
}


.BpkCheckbox_bpk-checkbox--white__YTliZ {
    color: #fff;
}

.BpkCheckbox_bpk-checkbox__Mzg1Y {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    margin: 0;
    padding-top: 0px;
    margin-top: 10px;
    padding-left: 0px;
}

.input-plane {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: left;
    gap: 10px;
    color: #0b213b;
    border: 1px solid #898989;
    padding: 10px 15px;
    border-radius: 12px;
    background: #fffaf6;
}


.input-switcher {
    position: absolute;
    right: -21px !important;
    top: 12px;
    font-size: 13px;
    background: #bfa181;
    padding: 8px 9px;
    border-radius: 50px;
    cursor: pointer;
    border: 2px solid;
    color: #ffffff;
    z-index: 9;
}
 
.input-plane .fa-circle-xmark:hover {
    background: #e4a5ff;
}

.input-plane .fa-circle-xmark {
    position: absolute;
    right: 14px;
    top: 18px;
    font-size: 20px;
    background: transparent;
    border-radius: 50px;
    color: #bfa181;
    cursor: pointer;
    z-index: 9;
}

.cross-icon .fa-circle-xmark {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    background: transparent;
    border-radius: 50px;
    color: #ebebeb;
    cursor: pointer;
    z-index: 9;
    transition: transform .2s, rotate .2s;
}
 
.flex.w-full {
    display: flex;
    gap: 6px;
}

/*.search-btn:hover {
    background: linear-gradient(0deg, #0b213b 0%, rgb(66 199 241) 100%);
}*/

.search-btn {
    justify-content: center;
    border-radius: 12px !important;
    --tw-bg-opacity: 1;
    background: #bfa181;
    padding: 17px 15px;
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: #0b213b;
    border: none;
    width: 100%;
}

.caunterpax {
    width: 222px; 
}

.hide_div_pass {
    display: none;
    position: absolute;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px #3d3d3d;
    z-index: 9999;
    top: 40px;
    left: unset;
    right: 10px;
}

.child_div_heading {
    text-align: center;
    padding: 6px 15px;
    background: #0b213b;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #f0f0f0;
}

    .child_div_heading h5 {
        margin: 0px;
        font-size: 16px;
        font-weight: 600;
        color: #bfa181;
    }

.body_plus_minus {
    background: white;
    border-radius: 0px 0px 10px 10px;
    padding: 0px 10px 10px 10px;
}

.SelectClass {
    height: 24px;
    width: 19px;
    line-height: normal;
    cursor: pointer;
}

.btn_num_ label {
    vertical-align: super;
    margin-left: -1px;
    cursor: pointer;
}

.btn_num_Cls .SelectClass {
    display: none;
}

.btn_num_Cls label {
    margin: 6px 0px;
    width: 100%;
    cursor: pointer;
    /*transition: transform 0.3s ease;*/
    font-weight: 500;
    text-align: center;
    border-radius: 20px;
    text-align: left;
    padding: 2px 10px;
    color: #664c31;
    margin-bottom: 0px;
}

    .btn_num_Cls label:hover {
        /*transform: scale(1.1);*/
        background-color: #e5d9cd; 
    }

.btn_num_ {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    align-items: center;
}

    .btn_num_ h5 {
        margin: 0px;
        line-height: inherit;
        font-size: 16px;
        font-weight: 500;
        color: #664c31;
    }

    .btn_num_ button {
        padding: 5px 8px;
        line-height: 15px;
        font-size: 17px;
        border-radius: 3px;
        border: 1px solid gray;
        color: #0b213b;
    }

    .btn_num_ div {
        font-size: 16px;
        font-weight: 400;
        color: black
    }
.crearConfirm{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.close_and_confirm {
    padding: 2px 10px;
    width: 80px;
    margin-top: 20px;
    border-radius: 20px;
    border: 1px solid #0b213b;
    background: #0b213b;
    color: #bfa181;
    position: relative;
    letter-spacing: 0.8px;
    font-size: 15px;
}
.btn_num_Cls {
    padding: 0px 6px;
}

.closeheader {
    background-color: #0b213b;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 6px;
}

.typepadding {
    padding: 0px 0px;
    width: 125px;
    overflow: hidden;
    border: 1px solid white;
}
.activeli {
    background: #e5d9cd;
}
.close_clear {
    padding: 2px 10px;
    width: 80px;
    margin-top: 20px;
    border-radius: 20px;
    border: 1px solid #bfa181;
    background: #fffaf6;
    color: #664c31;
    position: relative;
    letter-spacing: 0.8px;
    font-size: 15px;
}
.closeclass-parent {
    text-align: center;
    padding: 0px 6px 10px;
    margin-top: 15px;
}
.closeclass {
    border-radius: 20px;
    border: 1px solid #bfa181;
    background: #fffaf6;
    color: #664c31;
    position: relative;
    letter-spacing: 0.8px;
    font-size: 15px;
    width: 100%;
    padding: 1px 10px;
}
.hide_div_pass .fa-circle-xmark {
    font-size: 18px;
    color: #bfa181;
    /*  right: 6px;
    left: unset;
    top: 6px;
    position: absolute;
    z-index: 3;*/
    cursor: pointer;
}
    .hide_div_pass .fa-circle-xmark:hover{
        color: #0b213b;
    }
    .button-parent {
        position: relative;
        width: 50%;
        display: flex;
        gap: 10px;
        align-items: center;
    }
.top_btns .button-parent:last-child {
    justify-content: right;
}


.body_classtype label {
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
}

.body_classtype {
    display: none;
    background: white;
    border-radius: 10px;
    padding: 10px 15px;
    position: absolute;
    right: 0px;
    box-shadow: 0px 4px 10px #3d3d3d;
    width: max-content;
    margin-top: 5px;
}

.top_btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.w-depart {
    width: 33%;
    float: left;
    position:relative;
}

.w-arrival {
    width: 33%;
    float: left;
    position: relative;
}

.w-dr-date {
    width: 36%; 
    float: left;
}
.parentdate {
    background: #ffffff00;
    cursor: pointer;
    padding: 7px 0px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.flexdate {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    width: 100%;
    font-size: 15px;
}
    .flexdate div{
        width:49%; 
    }
        .flexdate div i {
            margin-right: 5px;
        }
.flexdate .brdr {
    width: 2%;
    border-right: 1px solid gray;
    height: 22px;
}
    .seach-btn-parent {
        width: 8%;
        float: left;
    }

/*=========================== Body CSS Start ================================*/

/*.container {
    max-width: 1200px;
    margin: 0 auto;
}
*/
.cards04 .scard h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 3px;
    line-height: normal;
    text-align: center;
    color: #0b213b;
    margin-top:0px;
}

 .cards04 .scard p {
    font-size: 10px;
    font-weight: 500;
    color: #303030;
    margin-bottom: 0px;
    /*line-height: normal;*/
}

.heading_h1 {
    text-align: left;
    margin-bottom: 22px;
    color: #333;
    font-size: 26px;
    text-transform: uppercase;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}

.card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.2s;
}

    .card:hover img {
        box-shadow: 0px 2px 4px;
    }

    .card:hover {
        transform: scale(1.05);
    }

    .card img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 0px 0px 8px 8px;
    }

.card-content {
    padding: 15px;
}

    .card-content p {
        margin: 5px 0;
        color: #666;
    }

        .card-content p strong {
            color: #333;
        }

.price {
    font-size: 18px;
    color: #0b213b;
}

.discounted-price {
    font-size: 24px;
    color: #70318b;
    margin-left: 10px;
    text-decoration: line-through;
}

.prime {
    font-size: 12px;
    color: #f39c12;
    margin-top: 5px;
}

.cards04 {
    display: flex !important;
    gap: 12px;
    margin-bottom: 50px;
    z-index: -1 !important;
}

.accordion.accordion-flush {
    border: 1px solid lightgray;
    border-radius: 20px;
    padding: 15px;
}
hr { 
    border-top: 1px solid #bfa181!important;
}
.scard img {
    height: 60px !important;
    display: block !important;
    padding: 3px 0px 3px 2px;
    border-radius: 6px;
    width: auto !important;
}

.scard:hover {
    border: 1px solid #3d52a0;
}

.scard {
    height: 100px !important;
    border: 1px solid #e5d9cd;
    border-radius: 8px;
    width: 25%;
    box-shadow: 0 2px 4px rgb(191 161 129 / 27%);
    padding: 8px;
    display: flex;
    background: #e5d9cd;
}
.owl-stage-outer .owl-stage .owl-item .scard {
    width: 100%;
}

.flex-content {
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    height: 100%;
    width: 100%;
}

.scard h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    line-height: normal;
    margin-top: 15px;
}

/*======================  Airline Section CSS =======================*/
.interlinkingGeneral {
    margin: 40px auto;
}

    .interlinkingGeneral h2 {
        color: #bfa181;
        font-size: 28px;
        font-weight: 500;
        margin-top: 0px;
    }
.asked-question {
    margin: 40px auto;
}
.interlinkingGeneral-floating-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 4%;
    margin: 15px 0;
    row-gap: 16px;
}

.interlinkingGeneral-connector-1:checked ~ .interlinkingGeneral-floating-tabs > .interlinkingGeneral-connector-1 {
    background-color: #fff7f3 !important;
    border-color: #f60 !important;
    color: #f60 !important;
}

.filter, .filter__fit, .interlinkingGeneral-floating-tab {
    align-items: center;
    background-color: transparent;
    border: 1px solid #0b213b;
    border-radius: 5px;
    color: #0b213b;
    cursor: pointer;
    /**/
    font-weight: 500;
    gap: 6px;
    justify-content: center;
    min-width: 200px;
    padding: 8px 0px;
    text-align: center;
}

.interlinkingGeneral-box {
    background-color: transparent;
    border-radius: 8px;
    box-sizing: border-box;
    flex-flow: row wrap;
    gap: 15px; 
    padding:0px;
}

#seoInterlinkingCity_content {
    display: flex;
}

#seoInterlinkingCityState_content {
    display: none;
}

.interlinkingGeneral-box > * {
    width: calc(25% - 15px);
}

.interlinkingGeneral-box-link a {
    color: #0b213b;
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 3px;
}
.interlinkingGeneral-box-link a:hover {
    color: #bfa181;
}

.price-section {
    padding-right: 0px !important;
}

.interlinkingGeneral-box-link a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: #0b213b;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.interlinkingGeneral-box-link a:hover::after {
    width: 100%;
    left: 0;
}

.popular_toggle_btn {
    background: #0b213b;
    color: #bfa181;
}

type_of_trip div {
    margin-bottom: 10px;
}

.type_of_trip {
    background: white;
    display: none;
    padding: 15px;
    border-radius: 10px;
    position: absolute;
    width: max-content;
}

/*========================== Footer Section CSS ================================*/
.footer_bg {
    background: #0b213b;
}

.ftheading {
    font-size: 20px;
    font-weight: 500;
    color: #bfa181;
    margin-bottom: 25px;
    line-height: normal;
    text-transform: uppercase;
}

.ctr_content {
    padding: 20px 0px;
}

.usefull_links p, .usefull_links a {
    color: #bfa181;
    margin-bottom: 12px;
    font-size: 14px;
}

.usefull_links ul {
    list-style: none;
    color: white;
    padding: 0px;
    margin: 0px;
}

    .usefull_links ul li {
        margin-bottom: 12px;
        line-height: normal;
    }

        .usefull_links ul li a {
            list-style: none;
            color: #ebebeb;
            text-decoration: none;
            font-size: 14px;
        }
.social_icons ul, .footer-model .social-md ul {
    list-style: none;
    display: flex;
    padding: 0px;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin: 15px 0px;
}
    .social_icons ul li, .footer-model .social-md ul li {
        overflow: hidden;
        padding: 5px 2px;
    }
        .social_icons ul li a img {
            height: 36px;
            width: auto;
            overflow: visible;
            border-radius: 50px;
        }
.scrolling-image {
    transition: transform 1s ease-in-out;
}
.scrolling-image {
    transition: transform 1s ease-in-out;
}

.animated-text {
    position: relative;
    padding-bottom: 3px;
}

    .animated-text::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        height: 2px;
        width: 0;
        background-color: #ffffff;
        transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
    }

    .animated-text:hover::after {
        width: 100%;
        left: 0;
    }

.accept_cards {
    text-align: center;
    margin-top: 15px;
}

    .accept_cards p {
        color: #ebebeb;
        font-size: 14px;
        font-weight: 500;
    }

    .accept_cards ul {
        list-style: none;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: row wrap;
        gap: 15px 0px;
    }

        .accept_cards ul li {
            padding: 0px 15px;
            border-right: 1px solid #bfa181;
            line-height: normal;
        }

            .accept_cards ul li a {
                text-decoration: none;
                color: #bfa181;
                font-size: 14px;
            }

            .accept_cards ul li:last-child {
                border-right: none;
            }

    .accept_cards img {
        height: 35px;
    }

.subheader-2 {
    display: none;
}

.dels {
    cursor: pointer;
    position: relative;
}

.delss {
    position: relative;
}

.sub_head_tool div img {
    width: auto;
    height: 50px;
    border: 3px solid #c3c3c3;
    padding: 3px;
    border-radius: 8px;
}

sub_head_tool .price_tool {
    font-size: 24px;
    color: #2b4274;
    font-weight: 600;
}

.sub_head_tool {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    position: relative;
    margin: 8px 0px;
}

    .sub_head_tool .price_tool {
        font-weight: 600;
        font-size: 22px;
        color: #0b213b
    }

    .sub_head_tool .icon_tool {
        font-size: 25px;
        cursor: pointer;
        transform: translate(-20px, 0px);
        animation-name: aorrwright;
        animation-duration: 1.2s;
        animation-iteration-count: infinite;
    }
 
    .showhide-model::-webkit-scrollbar {
        width: 18px;
        height: 8px;
        background-color: #f1f1f1; /* or add it to the track */
    }

    .showhide-model::-webkit-scrollbar-thumb {
        background: #c1c1c1;
    }

.input-box {
    min-width: 100%;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 5px;
    padding: 10px 10px;
}
  
    .tab-btn-wrap .dlrsmbl {
        opacity: 1;
        font-weight: 600;
        font-size: 14px;
        margin-left: 3px;
    }

.price_and_cabin .dlrsmbl {
    opacity: 1;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
}

#hfStops .dlrsmbl, #hfAirlines .dlrsmbl {
    opacity: 1;
    font-weight: 700;
    font-size: 11px;
    line-height: normal;
}

.switches-container {
    width: 180px;
    position: relative;
    display: flex;
    background: #bfa181;
    line-height: 29px;
    border-radius: 0.5rem;
    padding: 4px 0px;
}

    .switches-container input {
        visibility: hidden;
        position: absolute;
        top: 0;
    }

.check_box_maindiv input {
    height: 16px;
    width: 16px;
    border-radius: 0px;
    margin: 2px 0 0;
    cursor: pointer;
}

.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    color: #0b213b;
    margin: 0px 0px;
}

.main-section {
    margin-top: 60px;
}

.check_box_maindiv label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 500;
    margin-left: 0px;
    margin-top: 0px;
    line-height: inherit;
    cursor:pointer;
}

.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 2px;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}

.switch {
    border-radius: 0.5rem;
    background: #0b213b;
    height: 100%;
}

    .switch div {
        width: 100%;
        text-align: center;
        opacity: 0;
        display: block;
        color: #bfa181;
        transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
        will-change: opacity;
        position: absolute;
        top: 0;
        left: 0;
        padding: 3px 0px;
        font-size: 13px;
        font-weight: 500;
        cursor: pointer;
    }

.switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
    transform: translateX(0%);
}

.switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
    transform: translateX(100%);
}

.switches-container input:nth-of-type(1):checked ~ .switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

.switches-container input:nth-of-type(2):checked ~ .switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}
.close_model_div { 
    display:none;
}

@media (max-width:992px) and (min-width:200px) {
    .searchbox ul::after {
        right: 51%;
    }
    .searchbox ul li {
        width: 47%;
    }
        .searchbox ul li:nth-of-type(2) {
            width: 47%; 
        }
    header .nav-bar-nav {
        display: none;
    }
    .main-div #myForm {
        width: 100%;
    }
    .sub_header ul {
        display: flow;
    }

    .hdtopright {
        display: flow;
    }

    .sub_header {
        display: flex;
        position: absolute;
        right: 0;
        left: 0;
        z-index: 9999;
        display: none;
    }

        .sub_header ul li {
            width: 100%;
            margin-top: 20px;
        }

            .sub_header ul li:first-child {
                margin-top: 10px;
            }

            .sub_header ul li:last-child {
                margin-bottom: 15px;
            }

    .animationCls {
        animation-name: animate;
        animation-duration: 0.3s;
        overflow: hidden;
        display: block;
        /*  height: 100%;*/
        background: #000000d1;
        padding: 0px 0px;
    }

    .head-body {
        background: #8f9fc8;
        height: max-content;
        display: flex;
        color: white;
    }

    @keyframes animate {
        0% {
            opacity: 0;
            margin-top: 150px;
        }

        100% {
            opacity: 1;
            margin-top: 0px;
        }
    }

    .subheader-2 {
        display: flex !important;
    }

    .menu-toggle {
        display: flex;
    }
}

@media screen and (max-width:991px) and (min-width:767px) {
    .w-dr-date, .seach-btn-parent {
        width: 49% !important;
        margin-top: 20px;
    }
    .interlinkingGeneral-box > * {
        width: calc(33.33333% - 15px);
    }
    .t-datepicker-day {
        transform: translate(0%);
    }

    .t-check-out .t-datepicker-day {
        transform: translate(-20%);
    }

    .BpkCheckbox_bpk-checkbox__Mzg1Y {
        left: -327px !important;
        top: 4px !important; 
    }

    .search-btn {
        font-size: 17px !important;
        padding: 17px 15px !important;
        width: 100%;
    }

    .input-switcher {
        right: -23px !important;
        top: 12px;
    }
    .input-plane .fa-circle-xmark {
        right: 14px;
        top: 18px;
    }
    .tooltip-content {
        transform: translate(-24%, -10px) !important;
    }
}

@media screen and (max-width:991px) and (min-width:550px) {
    /*===================== SEarch Widget ====================*/ 
    .banner_image {
        padding-bottom: 30px;
        padding-top: 75px;
        border-radius: 0px 0px 20px 20px;
    }
/*
    .main-div {
        display: flex;
        top: -45px;
    }*/

    .top_btns {
        margin-bottom: 20px;
    }

    .form-div {
        display: flow-root;
    }

    .w-depart {
        margin-right: 1%;
    }

    .w-arrival {
        margin-left: 1%;
    }

    .w-depart, .w-arrival {
        width: 49%;
    }

    .w-dr-date, .seach-btn-parent {
        width: 100%;
        margin-top: 20px;
    }

    .w-dr-date {
        margin-right: 1%;
    }

    .Flex_div {
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .seach-btn-parent {
        margin-left: 1%;
    }

    .search-btn {
        font-size: 15px;
        padding: 15px 15px;
        width: 100%;
    }

    .scard {
        width: 99%;
        float: left;
        margin: 1%;
    }

    .phone_view {
        display: flex;
    }

    .cards04 {
        display: block !important;
        margin-bottom: 0px;
        z-index: 1 !important;
    } 
    .interlinkingGeneral-box {
        padding: 0px;
        gap: 15px;
    }

    .ftheading {
        font-size: 16px;
        margin-bottom: 20px;
        font-weight: 600;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {

    #divautocomplete, #divautocompleteR {
        width: 350px !important;
    }

    #divautocompleteR {
        transform: translate(-12%);
    }

    #autocomplete-list li div {
        display: flex;
    }
    .margin-top { 
        z-index: -99;
        position: relative;
    }
}

@media screen and (min-width:200px) and (max-width:768px) {
    .daterangepicker .drp-selected {
        display: block!important; 
        padding-right: 0px!important;
        margin-bottom: 15px!important;  
    }
    .daterangepicker .drp-calendar.left {
        padding: 8px 8px 8px 8px;
    }
    .w-depart, .w-arrival {
        width: 100%;
        margin-top: 20px;
        position: relative;
    }
    .background_trans #myForm .form-div .w-depart,
    .background_trans #myForm .form-div .w-arrival {
        margin-top: 5px !important;
    }

        .mobile_view .form-div .w-depart, .mobile_view .form-div .w-arrival {
            margin-top: 5px;
        }
        .w-dr-date, .seach-btn-parent {
            width: 100%;
            margin-top: 20px;
        }
    .w-depart {
        margin-right: 0%;
    } 
    .w-arrival {
        margin-left: 0%;
    }
    .seach-btn-parent {
        margin-left: 0%;
    }
    .input-switcher {
        padding: 10px 11px;
        right: 10px !important;
        top: 48px;
        rotate: 90deg;
    }
    .mobile_view {
        position: fixed;
        top: 0px;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 9999999;
        background: white;
        border-radius: 0px;
        overflow: hidden;
        padding: 30px 20px 20px !important;
        display: flex;
        align-items: flex-start;
        height: 100vh;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        justify-content: center;
    }

        .mobile_view #myForm {
            width: 100%;
            height: 100%;
            position: relative;
            top: 0px;
            bottom: 0;
            right: 0;
            left: 0;
            animation-name: zoominpopup;
            animation-duration: 0.3s;
            animation-iteration-count: initial;
            display:none;
        }
        @keyframes zoominpopup {
            0% {
            top: -100% ;
        }
        100% {
            top: 0%;
        }
    }
    .close_model_div {
        display:none;
        text-align: right;
        padding: 10px 0px; 
        align-items: center;
        justify-content: space-between;
    }
    .show_hide_class {
        display: flex;
    }

        .close_model_div i.fa-xmark {
            font-size: 26px;
            font-weight: 600;
            color: black;
            padding: 3px 6px;
        }
    .input_heading_txt {
        margin: 0px;
        font-size: 20px;
        color: #0b213b;
    }
    
    .input-plane i.fa-circle-xmark {
        display: none;
    }
    .input-plane {
        border: 1px solid #898989;
        padding: 10px 10px;
        border-radius: 12px;
        background: white;
        gap: 5px; 
    }
        .input-plane .fa-circle-xmark {
            right: 10px;
            top: 16px;
            font-size: 25px;
        }
    .icon-class {
        left: -5px;
        top: 7px;
    }
    .top_btns {
        margin-bottom: 0px; 
    }
    #divautocomplete, #divautocompleteR {
        width: 100%;
        position: relative;
        top: 0px;
        box-shadow: none;
        border-radius: 0;
    }
    #autocomplete-list {
        max-height: max-content;
        width: 100%;
    }
        #autocomplete-list li {
            margin: 0px;
            padding: 15px 5px;
            border-radius: 0px;
            border-bottom: 1px solid #ddd;
        }
            #autocomplete-list li div { 
                font-size: 14px; 
                width: max-content;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
 /*   .w-dr-date {
        padding: 7px 8px;
    }*/
    .main-div .w-depart .input-plane input,
    .main-div .w-arrival .input-plane input {
        padding-right: 0px;
        min-width: 93%;
    }

        .main-div form .form-div input.right_pd {
            padding-right: 30px;
        }
}

@media screen and (min-width:550px) and (max-width:768px) {
    .margin-top { 
        z-index: -99;
        position: relative;
    }
    
    .interlinkingGeneral-box > * {
        width: calc(50% - 15px);
    }
     
    #autocomplete-list li div {
        display: flex;
    }

    .t-datepicker-day {
        width: 320px;
        left: unset !important;
        right: unset !important;
        padding: 5px 0 !important;
    }

    .t-datepicker-day {
        transform: translate(0%);
    }

    .t-check-out .t-datepicker-day {
        transform: translate(-20%);
    }
    .mainbh {
        font-size: 22px;
    }

    .mainbhw {
        font-size: 15px;
    }
    .daterangepicker {
        right: unset !important;
        left: 50% !important;
        transform: translateX(-50%) translateY(10px);
        width: max-content !important;
    }
}

@media screen and (max-width:550px) and (min-width:425px) {
    /*===================== SEarch Widget ====================*/
    .banner_image {
        padding-bottom: 15px;
        padding-top: 65px;
        border-radius: 0px 0px 15px 15px;
    }

    .mainbh {
        font-size: 18px;
    }
    .mainbhw {
        font-size: 14px;
    }
    .model-header h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .SearchControls_DirectFlights__ZmE5Y {
        text-align: center;
    }

    .main-nav {
        justify-content: space-between;
    }

    .margin-top {
        margin-top: 20px !important;
        z-index: -99;
        position: relative;
    }

    .t-datepicker-day {
        transform: translate(-10%);
    }
  
    .t-datepicker-days {
        width: auto !important;
    } 
    .t-datepicker-day {
        width: 300px;
        left: unset !important;
        right: unset !important;
        padding: 5px 0 !important;
    }

    .t-check-out .t-datepicker-day {
        left: unset !important;
        transform: translate(-50%) !important;
    }

    .main-div { 
        /*top: -40px;*/
        padding: 15px 10px;
    }

    .switches-container {
        width: 165px !important;
    }

    .trip-type {
        margin-right: 0px;
        font-size: 14px;
        padding: 0px;
        font-weight: 500;
        width: auto;
    }

    .top_btns {
        margin-bottom: 0px;
        flex-direction: row;
        gap: 10px;
        align-items: center;
    }

    .form-div {
        display: flow-root;
    }
 
    .w-dr-date {
        margin-right: 0%;
    }

    .Flex_div {
        width: 100%;
    }

    .seach-btn-parent {
        margin-left: 0%;
    }

    .search-btn {
        font-size: 15px;
        padding: 15px 15px;
        width: 100%;
    }
    /*=========== footer css =======================*/
    .ctr_content h4 {
        margin-bottom: 15px !important;
        margin-top: 25px;
        font-size: 18px;
        font-weight: 600;
    }

    .ctr_content {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .accept_cards ul {
        margin-top: 20px;
    }
    /*=================== Body CSS ======================*/
    .cards04 {
        margin-bottom: 0px;
        margin-top: 0px;
        z-index: 1 !important;
    }

    .scard {
        width: 100% !important;
        float: left;
        margin: 10px 0px !important;
        height: 200px;
        display: block !important
    }

    .phone_view {
        display: flex;
    }

    .popular_toggle_btn {
        max-width: none;
    }

    .interlinkingGeneral-box {
        gap: 15px;
        padding: 0px;
        justify-content: space-between;
    }

        .interlinkingGeneral-box > * {
            width: calc(50% - 14px);
        }

    .filter, .filter__fit, .interlinkingGeneral-floating-tab {
        min-width: 48%;
    }

    .modal.show .modal-content {
        border-radius: 0px 0px 30px 30px;
        padding-bottom: 15px !important;
    }

    .t-check-in .t-dates:last-child {
        margin-left: 15px !important;
    }

    .t-dates {
        padding: 5px 0px !important;
        margin-right: 0px !important;
    }

    .t-date-check-out {
        padding-left: 15px !important;
    } 
/*
        .input-plane .fa-circle-xmark {
            right: 0px;
            top: 0px;
        }*/
}

@media screen and (max-width:424px) and (min-width:250px) {
    /*===================== SEarch Widget ====================*/
    .caunterpax {
        width: 222px;
        left: unset !important;
    }

    .caunterpax, .hide_div_pass {
        top: 20px;
    }
 
    .mainbh {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 10px;
        padding: 0px 2px;
    }

    .mainbhw {
        display:none;
        font-size: 14px;
    }
    .main-nav {
        justify-content: space-between;
    }
     
    .t-datepicker-day {
        width: 300px;
        left: unset !important;
        right: unset !important;
        padding: 5px 0 !important;
    }

    .model-body .input-box {
        min-width: 70%;
    }

    .t-check-out .t-datepicker-day {
        left: unset !important;
        transform: translate(-50%) !important;
    }

    .t-dates {
        padding: 5px 1px !important;
        margin-right: 0px !important;
    }

    .t-date-check-out {
        padding-left: 10px !important;
    }

    .t-datepicker-day {
        transform: translate(-6%);
    }
     
    .model-style {
        min-width: 95%;
        width: 95%;
    }

    .model-header h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .margin-top {
        margin-top: 15px !important;
        z-index: -99;
        position: relative;
    } 
    .scard {
        display: block !important;
    }

    .banner_image {
        padding-bottom: 15px;
        padding-top: 55px;
        border-radius: 0px 0px 20px 20px;
    }

    .SearchControls_DirectFlights__ZmE5Y {
        text-align: center;
    }

    .trip-type {
        margin-right: 0px;
        font-size: 11px;
        padding: 0px;
        font-weight: 500;
        width: auto;
    }

    .modal.show .modal-content {
        border-radius: 0px 0px 20px 20px ;
        padding-bottom: 15px !important;
    }

    .switches-container {
        width: 155px !important;
        margin: 0px 0px !important;
        height: 30px !important;
        line-height: 24px;
        padding: 3px 0px;
    }

    .switch div {
        font-size: 11px !important;
    }

    .switches-container label {
        font-size: 11px !important;
    }

    .top_btns {
        margin-bottom: 0px;
        flex-direction: row;
        gap: 0px;
        align-items: center;
    }

    .form-div {
        display: flow-root;
    }
 
    .w-dr-date {
        margin-right: 0%;
    }

    .Flex_div {
        width: 100%;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .seach-btn-parent {
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .search-btn {
        font-size: 15px;
        padding: 15px 15px;
        width: 100%;
    }
    /*=========== footer css =======================*/
    .ctr_content h4 {
        margin-bottom: 15px !important;
        margin-top: 25px;
        font-size: 18px;
        font-weight: 600;
    }

    .ctr_content {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .accept_cards ul {
        margin-top: 20px;
    }
    /*=================== Body CSS ======================*/
    .cards04 {
        margin-bottom: 0px;
        margin-top: 0px;
        z-index: 1 !important;
    }

    .scard {
        width: 100% !important;
        float: left;
        margin: 10px 0px !important;
        height: 230px;
    }

    .phone_view {
        display: flex;
    }

    .popular_toggle_btn {
        max-width: none;
    }

    .interlinkingGeneral-box {
        gap: 15px;
        padding: 0px;
        justify-content: space-between;
    }

        .interlinkingGeneral-box > * {
            width: calc(50% - 14px);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .filter, .filter__fit, .interlinkingGeneral-floating-tab {
        min-width: 48%;
    }
}

@media screen and (max-width:370px) and (min-width:250px) {
 
    .daterangepicker {
        right: unset !important;
        left: 50% !important;
        transform: translateX(-50%) translateY(10px); 
    }
    .button-parent {
        text-align: center;
        display: flex;
        gap:5px;
    }

    #autocomplete-list li div {
        display: flex;
    }

    .trip-type {
        margin-right: 0px;
        font-size: 10px;
        padding: 0px;
        font-weight: 500;
        width: auto;
    }

    .BpkCheckbox_bpk-checkbox__Mzg1Y {
        font-size: 13px;
        margin-top: 0px;
    }

    .top_btns {
        margin-bottom: 0px;
    }
}

.check_box_maindiv {
    width: fit-content;
}

@media screen and (min-width:250px) and (max-width:335px) {
    .switch div {
        font-size: 9px !important;
    }
    .flexdate{
        gap:5px!important;
    }
    .switches-container label {
        font-size: 9px !important;
    }

    .t-date-check-out {
        padding-left: 5px !important;
    }

    .trip-type {
        font-size: 10px;
        width: auto;
    }

    .switches-container {
        width: 135px !important;
        margin: 0px 0px !important;
    }

    .top_btns {
        gap: 2px;
    }

    .switches-container label {
        margin: 0px 0px !important;
    }

    .switches-container {
        width: 10rem;
    }

    .main-div {
        padding: 20px 8px;
    }

    .scard {
        height: 250px;
    }
}

.loader {
    width: 100%;
    height: 150px;
    margin: auto;
    display: block;
    position: relative;
    background: #fffaf6;
    box-sizing: border-box;
}

    .loader::after {
        content: '';
        width: calc(100%);
        height: calc(100%);
        top: 0px;
        left: 0px;
        position: absolute;
        background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
        background-repeat: no-repeat;
        background-size: 84px 140px, 56px 56px, 100% 34px, 100% 20px, 100% 56px;
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
        box-sizing: border-box;
        animation: animloader 1s linear infinite;
    }

@keyframes animloader {
    0% {
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
    }

    100% {
        background-position: 150% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
    }
}

/*spntooltiploader*/
.spntooltiploader {
    font-size: 48px;
    color: #5f7cce;
    display: inline-block;/*
    font-family: Arial, Helvetica, sans-serif;*/
    font-weight: 400;
    position: relative;
}

    .spntooltiploader:after {
        content: '';
        height: 4px;
        width: 0%;
        display: block;
        background: #0b213b;
        animation: 5s lineGrow linear infinite;
    }

@keyframes lineGrow {
    to {
        width: 100%;
    }
}

.toolloader {
    background: #ddd;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgcls {
    /*width: 130px;*/
    padding-right: 12px;
    border-right: 1px solid #dfe4e8;
    /*text-align: center;*/
}

.sitename { 
    padding-left: 0px;
    text-align: left;
}

.loader1 {
    height: 4px;
    width: 100%;
    margin-bottom: 10px;
    --c: no-repeat linear-gradient(#0b213b 0 0);
    background: var(--c),var(--c),#bfa181;
    background-size: 60% 100%;
    animation: l16 3s infinite;
}

@keyframes l16 {
    0% {
        background-position: -150% 0,-150% 0
    }

    66% {
        background-position: 250% 0,-150% 0
    }

    100% {
        background-position: 250% 0, 250% 0
    }
}


@keyframes subheader {
    0% {
        top: -80px; /* Start position */
    }

    100% {
        top: 0px; /* End position */
    }
}

.main-navbar.fixed {
    animation-name: subheader;
    animation-iteration-count: 1;
    animation-duration: 0.9s;
}

.main-navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0px 0px;
    width: 100%;
    z-index: 999;
    height: auto;
    background-color: #fff;
    border-bottom: 1px solid #d3d4d9;
}

.slidelogo {
    display: block;
}

.mainlogo {
    display: none;
}

@media screen and (min-width:200px) and (max-width:768px) {
    .switches-container label {
        font-size: 12px;
    }

    .main-section {
        margin-top: 80px;
    }

    #flight_loader {
        width: 96%;
    }

    .switch div {
        font-size: 12px;
    } 
}
 
@media screen and (min-width:992px) and (max-width:1200px) {
    .tooltip-content {
        transform: translate(-24%, -10px) !important;
    }

    #lisearch {
        width: 85% !important;
    }

    .smlogo {
        float: left;
        /*width: 15%!important;*/
    }
}


@media screen and (min-width:200px) and (max-width:500px) {
    .tooltip-content {
        width: 90.7%;
    }
}

.language_ctr {
    border: none;
    border-radius: 20px;
    background: #fffaf6;
    padding: 5px 15px;
    display: flex;
    height: max-content;
}

    .language_ctr span:first-child {
        border-right: 1.5px solid #0b213b;
    }

    .language_ctr span {
        padding: 2px 8px;
    }
