﻿@import url(../otastyle/themecolor.css);

body {
    font-optical-sizing: auto;
    font-style: normal
}


a.HotelLink,
a.FlightLink {
    min-width: 100%;
    position: absolute;
    height: 100%;
    z-index: 10;
}
.preloadwraping {
    text-align: center;
    z-index: 10000;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all.5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}


.landingpageotaform.flightbg #Hotels.tab-pane {
    display: none;
}
.HotelSectionMain.commonMainSection{
    display:none;
}
.btn:focus, .btn.focus {
    box-shadow: none
}
.hotel_landing_page #coupondisplay {
    display: block !important;
}
.landingpageotaform .trip-search-landing-form .nationalitylist {
    display: none;
}
input::placeholder, span.twitter-typeahead input::placeholder {
    font-size: 16px !important;
    font-weight: 700
}
body.layoutBody.loaderclass .landingpageotaform .trip-search-landing-form {
    padding-top: 58px;
}
.otaservicetabs .header-icon svg{
    height:18px;
}
.otaservicetabs .formLink ul {
    /*flex-direction: row;
    border-radius: 10px;
    padding: 0px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    
    gap: 36px;*/
    margin-top: 30px;
    background: transparent;
    align-items: center;
    display: flex;
    gap: 30px;
    /*overflow-y: scroll;*/
    padding: 0px 0px;
    flex-direction: row;
    scrollbar-width: none;
    margin-bottom: 0;
}

    .otaservicetabs .formLink ul li a {
        display: flex;
        gap: 10px;
        justify-content: center;
        padding: 0;
        color: var(--theme-link-color);
        align-items: center;
        padding-bottom: 10px;
    }

            .otaservicetabs .formLink ul li a:hover {
                color: var(--main-bg-color)
            }

        .otaservicetabs .formLink ul li a.active {
            position: relative;
            border-bottom: 2px solid var(--main-bg-color);
            color: var(--main-bg-color);
        }

            .otaservicetabs .formLink ul li a::before {
                display: none
            }

        .otaservicetabs .formLink ul li a.active::before {
            display: block;
            bottom: -2px;
            height: 2px;
            transform: scale(1,1);
            content: '';
            position: absolute;
            width: 100%;
            background: var(--main-bg-color);
            z-index: 4;
        }

.landingpageotaform .trip-search-landing-form .tab-pane {
    width: 100%
}

.otaservicetabs .header-icon {
    justify-content: center;
    display: flex;
    align-items: center;
    height: 30px
}
.kSearchBtn{
    height:46px;
    line-height:46px;
}
.FlightNav{
    padding-top:0;
}
.landingpageotaform .trip-search-landing-form {
    padding: 80px 30px 30px;
    background: #fff;
    position: relative;
    border-radius:10px;
    margin-top: -66px !important;
    box-shadow: rgb(145 158 171 / .2) 0 0 2px 0,rgb(145 158 171 / .12) 0 12px 24px -4px;
}
.trip-search-landing-form .tab-pane {
    padding: 0 !important;
    padding-top: 12px !important;
}
.otaservicetabs {
    position: relative;
    z-index: 2;
    padding-bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
}

#Hotels .multicentrsaddform {
    display: none
}

.dash-form-group .form-group {
    margin: 0
}

    .dash-form-group .form-group input {
        border: 0;
        padding: 0 !important
    }

        .dash-form-group .form-group input:focus, .dash-form-group .form-group input:focus-visible {
            box-shadow: none !important;
            outline: 0 !important
        }

#Hotels .night-count {
    position: absolute;
    left: 50%;
    background: #fff;
    z-index: 1;
    top: 50%;
    transform: translate(-50%, -50%);
}

    .night-count .form-group {
        display: flex;
        align-items:center;
        justify-items:center;
    }
        .night-count .form-group #txtHNights {
            padding: 0px 5px 0px 0px !important;
            height: auto!important;
            display:inline!important;
        }
        .landingpageotaform .banneradds {
            display: none
        }

.landingpageotaform .trip-searchbtn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    width: 100%
}

.landingpageotaform .kSearchBtn {
    position: relative;
    border-radius: 50px;
    width: auto;
    padding: 0 36px;
    border: 0;
    bottom: 0;
    right: 0
}

.landingpageotaform .night-count .form-group {
    display: flex;
    max-width: 96px;
    align-items: center;
    border: 1px solid #D9D9D9;
    background: #fff;
    height: 24px;
    border-radius: 30px;
    padding: 6px 10px;
    max-width: 100px !important
}

    .landingpageotaform .night-count .form-group input {
        height: 22px;
        display: flex;
        align-items: center;
        vertical-align: middle;
        margin-top: 0;
        text-align: center;
        margin-right: 2px;
        padding: 0 2px !important
    }

.landingpageotaform .to-date, .landingpageotaform .to-date label, .landingpageotaform .to-date input {
    text-align: right !important
}
.landingpageotaform .to-date {
    padding-left: 10px;
}

    .landingpageotaform .hotels-multi-dates::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 1px;
        background: #D9D9D9;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        z-index: 0
    }

.hotels-multi-dates .input-group input {
    background: transparent !important
}

.landingpageotaform .position-initial {
    position: initial
}

.dstn-rslt-wrap#Hotels .dstn-rslt-list li::before, .dstn-rslt-wrap#HotelsResultList .dstn-rslt-list li::before {
    content: '';
    position: absolute;
    z-index: 1;
    background-size: 18px;
    background-repeat: no-repeat;
    background-image: url(../../images/save-more/Icon_hotel_m.png) !important;
    left: 0;
    width: 24px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%)
}

.calendar-table tr td {
    box-sizing: border-box !important;
    cursor: pointer !important;
    text-align: center !important;
    position: relative !important;
    background: #ffffff !important;
    border: 0px !important;
    color: #222222 !important;
    padding: 0px !important;
    width: 48px !important;
    height: 48px !important
}

.calendar .daterangepicker_input {
    display: none
}

.multiCenterSearchDiv .fromToCityexchange {
    display: flex
}

.tocity_txt label, .tocity_txt .input-group input, .return-date-flight, .returndate_txt {
    text-align: end
}

.hmd-book-settings {
    position: relative !important
}

.landingpageotaform .trip-search-landing-form .hmd-book-rooms.allroom {
    padding-bottom: 0px !important
}

.tocity_txt .input-group input {
    padding-left: 10px !important
}

.directionArrow {
    top: 11px
}

.oneway_multi-dates {
    padding: 0px !important
}

.departure_date_group {
    padding: 7px 0 5px 15px
}

.return_date_group {
    padding: 7px 15px 5px 0
}

.ddBoxWrap.open .ddBoxInner .form-group.row {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.fromToCityexchange input::placeholder, .datesecdisabled .return_date_group input::placeholder {
    font-size: 14px !important;
    font-weight: 700
}

.mulbtnwrap.flight-add-rows {
    height: 68px;
    display: flex
}

    .mulbtnwrap.flight-add-rows .donebox {
        height: 100%;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 16px
    }

        .mulbtnwrap.flight-add-rows .donebox .SLI-plus {
            font-size: 24px
        }

.slctd_ecnomy {
    padding: 0 5px 10px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.flight_cls {
    background: #fff0
}

    .flight_cls .dropdown-toggle {
        color: #0B132A
    }

.trip-search-landing-form .flight_cls.dropdown .dropdown-menu.dropdown-menu-left {
    transform: translate3d(0,35px,0) !important;
    width: auto;

}

.flight_cls .dropdown-toggle {
    width: 215px;
    text-align: start
}

    .flight_cls .dropdown-toggle::after {
        display: none
    }

    .flight_cls .dropdown-toggle:before {
        position: absolute;
        content: "";
        top: 16px;
        right: 10px;
        background: url(../../images/ota/svg/down-arrow.png) no-repeat;
        height: 12px;
        width: 14px;
        background-size: 14px;
        transition: 0.3s ease-in-out
    }

.flight_cls.show .dropdown-toggle:before {
    transform: rotate(-180deg);
    top: 12px
}

input::placeholder {
    color: var(--placeholder) !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.5;
    opacity: 1
}

.daterangepicker td.active {
    color: #fff !IMPORTANT
}

.depart_flight_text {
    padding-left: 10px
}

.kTouchspin-travellerdetails .txthtRoom {
    padding-left: 0px !important
}

.landingpageotaform #Activities .form-group {
    padding-left: 0px !important
}

.landingpageotaform #Activities .activities_passanger .form-group {
    align-items: initial
}

.landingpageotaform #Transfers .transfer_time_date, .landingpageotaform #Transfers .transfer_pickupandrop {
    display: flex
}

    .landingpageotaform #Transfers .transfer_time_date .dash-form-group.date {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 0px !important
    }

    .landingpageotaform #Transfers .transfer_time_date .dash-form-group.time {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .landingpageotaform #Transfers .transfer_pickupandrop .dash-form-group.dropoff, .landingpageotaform #Transfers .transfer_pickupandrop .dash-form-group.dropoff.mtryprnterr {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 0px !important
    }

    .landingpageotaform #Transfers .transfer_pickupandrop .dash-form-group.pickup {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

.landingpageotaform #FlightHotels .trvler_txt {
    margin: 0
}

.landingpageotaform #FlightHotels .board_type_div .multiselect {
    padding: 5px 0
}

.landingpageotaform #FlightHotels .recentserch {
    justify-content: end
}

#Flights .connecting-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    top: 0
}

.trip-search-landing-form .hmd-book-rooms.allroom {
    padding-bottom: 12px !important
}

.hotelnationality .input-group.clearTxtWrap, .hotelnationality .input-group .twitter-typeahead, .hotelnationality .input-group .form-control, .transfer_clockpicker, .transfer_time_input {
    position: inherit !important
}

#Hotels .hmd-room-section select, .flighthotel_SearchForm .hmd-room-section select {
    padding: 0 10px
}

#Flights .connecting-arrow .directionArrow {
    position: relative;
    left: 0;
    top: 50%;
    margin: 0;
    border: 0;
    background: #FFFFFF;
    z-index: 19;
    border-radius: 50%;
    border: 0px solid #cecece;
    transform: translateY(-50%);
    overflow:hidden;
}
    #Flights .connecting-arrow .directionArrow::before
    {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        background: var(--main-bg-color);
        z-index: 0;
        opacity: 0.1;
        right: 0;
    }
.directionArrow img{
    max-width:19px;
}
.landingpageotaform .specificwholeMonthselect {
    display: inline-flex;
    flex-direction: column;
    border-bottom: 1px solid #CECECE;
    align-items: self-start;
    padding-bottom: 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 8px !important
}

.specificwholeMonthselect .dateSelectToggle {
    width: 100%;
    justify-content: space-between
}

.trip-search-landing-form .flexibility {
    padding: 5px 0 0 0
}

#months .wholeMonth {
    padding-left: 8px !important;
    padding-right: 8px !important
}

.recentserch {
    height: 100%;
    align-items: end;
    justify-content: start !important;
    padding-bottom: 10px;
    display: none !important
}

.otaservicetabs .formLink .sevname {
    font-size: 16px;
    font-weight: 400;
    opacity: .75
}

.otaservicetabs .formLink .nav-link.active .sevname {
    opacity: 1
}

.otaservicetabs .formLink ul li a.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: var(--main-bg-color);
    bottom: -15px;
    display:none;
}

.flighthotel_SearchForm .ddBox {
    position: initial
}

.flighthotel_SearchForm .kTouchspin-travellerdetails .droupmainbx {
    top: 68px;
    left: auto;
    right: 0;
    transform: translate(0)
}

.slctd_ecnomy .radio-group {
    font-size: 16px
}

.as-home-page-section .carousel-col {
    margin-left: 10px;
    margin-right: 10px
}

.dash-form-group .form-group .transfer_clockpicker.input-group {
    position: initial !important
}


.modal-bg-white .header-content-sec span.rslttsr {
    display:none;
}
    .bodyrendr {
        min-height: 68vh;
        position: relative;
        padding-bottom: 1px
    }
.card-item-wrapper .recommend-city {
    display: none;
}
.as-home-page-section .card-item-wrapper .card-image{
    height:182px;
}
.as-home-page-section .card-item-wrapper .recommend-info-box {
    display: none;
}
.landingpageotaform .trip-search-landing-form .FlightNav {
    height: 40px;
    display: flex !important;
    justify-content: space-around;
    border-radius: 20px;
    align-items: center;
    padding: 4px;
    background: #f3f3f3;
    flex-grow: 0.5;
    max-width: 320px;
}

.landingpageotaform .trip-search-landing-form .FlightNav li {
    width: 100%;
}

    .landingpageotaform .trip-search-landing-form .FlightNav .radio-group {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
    }

        .landingpageotaform .trip-search-landing-form .FlightNav .radio-group label.active {
          
            line-height: 20px;
            color: #fff !important;
            box-shadow: 0px 4px 16px 0px #1a1a1a14;
            border-radius: 16px;
        }

        .landingpageotaform .trip-search-landing-form .FlightNav .radio-group label + input[type=radio] + label {
            border-left: solid 0px #ced4da;
        }

        .landingpageotaform .trip-search-landing-form .FlightNav .radio-group label {
            width: 100%;
            height: 100%;
            font-weight: 600;
            font-size: 14px;
            align-items: center;
            display: flex;
            justify-content: center;
        }

    .landingpageotaform .trip-search-landing-form .FlightNav .radio-group {
        border: 0;
    }
.mobile_icon_group{
    display:none;
}
.backgroundlayout{
    display:none;
}
.trip-search-landing-form .input-group span.twitter-typeahead .tt-dropdown-menu {
    left: -12px !IMPORTANT;
    margin-left: 0;
}
.trip-search-landing-form .tocity_txt .input-group span.twitter-typeahead .tt-dropdown-menu {
    left: auto !important;
    right: -10px !important;
}
.traveller_container {
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 9px;
    padding-top: 12px;
    display:none;
}
.traveller_heading {
    margin: 0px;
    font-size: 12px;
    color: var(--theme-reg--light-color);
}
.traveller_count{
    font-size:13px;
    font-weight:600;
}

button.slick-arrow.slick-disabled {
    opacity: 0;
}
.promwrapperblock{
    display:block !important;
}
    .promwrapperblock.promwrapper .promcard {
        margin: 0 7px;
    }
.promotionbannersec button.slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(5, 47, 95, 0.04), 0 12px 16px 0 rgba(52, 105, 203, 0.12);
    border-radius: 30px;
    border: 1px solid transparent;
    font-size: 0;
    left: -10px;
    outline: none;
    margin-top: -20px;
}
    .promotionbannersec button.slick-arrow.slick-next {
        cursor: pointer;
        left: auto;
        right: -10px;
        background: #fff center url(../../images/homeImage/right-arrow-angle.svg) no-repeat;
        transform: rotate(0deg);
        background-size: 8px;
    }

    .promotionbannersec button.slick-arrow.slick-prev {
        cursor: pointer;
        left: auto;
        left: -10px;
        background: #fff center url(../../images/homeImage/right-arrow-angle.svg) no-repeat;
        transform: rotate(180deg);
        background-size: 8px;
        z-index: 9;
    }
.traveller_room_heading {
    display: none;
    padding: 15px 15px 7px 15px;
}
#mobile_txtroom,
.mobile_txtpax2 {
    font-weight: 600;
    padding-left: 10px;
}
.traveller_room_heading img{
    opacity:0.5;
    width:18px!important;
}
.mobile_remveicon {
    display: none;
}
.mobile_hmd_add_btn {
    display: none!important;
}
.mobile_confirm_text{
    display:none;
}
.trip-search-landing-form .hmd-room-section.childs span,
.trip-search-landing-form .hmd-room-section.adults span{
    display:none;
}
.official_advantage_slider .official-advantage,
.flight_advantage_slider .official-advantage {
    min-height: 250px;
}
.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    gap:6px;
}
    .slick-dots li{
        font-size:0px;
        width:13px;
        height:13px;
    }
    .slick-dots li button {
        padding: 0px;
        font-size: 0px;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        border: 0px;
        background: #a29e9b;
    }
    .slick-dots li.slick-active button {
        background: #606060;
    }
.official_advantage_slider .slick-arrow.slick-prev,
.official_advantage_slider .slick-next.slick-arrow,
.flight_advantage_slider .slick-arrow.slick-prev,
.flight_advantage_slider .slick-next.slick-arrow {
    display: none !important;
}

.flight_popular_slick-slider .slick-slide img,
.hotel_popular_slick-slider .slick-slide img {
    position: initial !important;
}

   .promoimages img{
        margin: 0 auto;
        display: block;
    }
.loaderclass .landingpageotaform .trip-search-landing-form {
    box-shadow: none;
}

@media (max-width:1366px) {
    .trip-search-landing-form .tab-pane {
            padding: 0 !important
        }

        .mainHeader #ddllanguages li a span {
            font-size: 14px;
        }

        .landingpageotaform .trip-search-landing-form {
            padding: 80px 20px 25px
        }
    }

    @media (max-width:1250px) {
        .sriflighthotelwrapper .main_box_pan_new .includedpack ul li.flightIncluded, .sriflighthotelwrapper .main_box_pan_new .includedpack ul li.boardType {
            margin-bottom: 5px;
        }

        .flighthotelsearchdestination > div + div {
            margin-top: 10px;
        }

        .row {
            margin-left: -7px !important;
            margin-right: -7px !important;
        }

            .row > * {
                padding-left: 7px !important;
                padding-right: 7px !important;
            }

            .row.no-gutters > *, .row.flightresult > * {
                padding-left: 0px !important;
                padding-right: 0px !important;
            }

        .landingpageotaform .mob-search-form-wrap {
            position: relative;
            border: 1px solid var(--theme-border-light-clr);
            background: #fff;
            margin: 40px 0px !important;
            padding: 0 !important
        }

        .filterResultInnerCol {
            white-space: nowrap
        }

        .fltrWrap .cats-title {
            font-size: 14px;
            font-weight: 700 !important
        }

        .landingpageotaform .mob-search-form-wrap .otaservicetabs .page-wrap {
            padding: 0 !important
        }

        .landingpageotaform .mob-search-form-wrap .otaservicetabs .formLink {
            border-bottom: 1px solid var(--theme-border-light-clr);
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            padding: 15px
        }

        .otaservicetabs .formLink .sevname {
            font-size: 14px
        }

        .sidber-box .applybtn {
            padding: 0 7px;
            top: 0
        }

        .otaservicetabs .formLink ul li a.active::after {
            bottom: -16px
        }

        .landingpageotaform .mob-search-form-wrap .otaservicetabs .formLink ul {
            gap: 15px;
            box-shadow: none;
            padding: 0;
            display: table;
            justify-content: start;
        }

        .landingpageotaform .mob-search-form-wrap .trip-search-landing-form {
            margin-top: 0 !important;
            padding-top: 20px;
            border-top: 1px solid #dddddd !important;
        }

        .flexblityform {
            gap: 12px
        }

        .mulbtnwrap.flight-add-rows {
            height: 40px;
            display: flex;
            align-items: center;
            gap: 6px
        }

            .mulbtnwrap.flight-add-rows .donebox {
                font-weight: 700
            }

        .landingpageotaform .mob-search-form-wrap .modify-w-100, .landingpageotaform .mob-search-form-wrap .modify-w-50, .landingpageotaform .mob-search-form-wrap .oneway .modify-w-100, .landingpageotaform .mob-search-form-wrap .roundtrip .modify-w-100, .landingpageotaform .mob-search-form-wrap .mulcrow .modify-w-100, .landingpageotaform .mob-search-form-wrap #Transfers .modify-w-100, .landingpageotaform .mob-search-form-wrap #FlightHotels .modify-w-50 {
            flex: 0 0 50%;
            max-width: 50%
        }

        .landingpageotaform .mob-search-form-wrap .oneway .form-row:first-child .modify-w-100, .landingpageotaform .mob-search-form-wrap .roundtrip .form-row:first-child .modify-w-100, .landingpageotaform .mob-search-form-wrap .mulcrow .form-row:first-child .modify-w-100, .landingpageotaform .mob-search-form-wrap #FlightHotels .modify-w-100 {
            flex: 0 0 100%;
            max-width: 100%
        }

        .otaservicetabs .formLink ul li a {
            white-space: normal;
            background: transparent !important
        }

        .flighthotel_SearchForm .kTouchspin-travellerdetails .droupmainbx {
            left: 0px !important;
            right: auto !important
        }
    }

    .drawerheader {
        display: none;
    }

    .promotionbannersec {
        position: relative;
        display: block;
        width: 100%;
    }

        .promotionbannersec .promwrapper {
            position: relative;
        }

    .promwrapper .promcard {
        overflow: hidden;
        border-radius: 10px;
        cursor: pointer;
    }

    .swiper-container {
        overflow: hidden;
    }

    .noslidercards {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 10px;
    }

        .noslidercards .promcard {
            padding: 0px;
        }

    .promwrapper .promcard.hastext:before {
        content: '';
        display: block;
        z-index: 1;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        pointer-events: none;
    }

    .promotionbannersec .promoimages {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

        .promotionbannersec .promoimages img {
            display: block;
            height: 100%;
            object-fit: fill;
            width: 100%;
            border-radius: 10px;
        }
.landingpageotaform.flightbg,
.landingpageotaform.hotelbg {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

.desktop_form_wrap {
    position: absolute;
    top: 55%;
    z-index: 9;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.desktop_flight_swiper,
.desktop_hotel_swiper,
.desktop_flight_swiper .swiper-slide,
.desktop_hotel_swiper .swiper-slide {
    height: 520px;
    height: 72vh;
}
    .desktop_flight_swiper .desktop_flight_content,
    .desktop_hotel_swiper .desktop_flight_content {
        position: relative;
        z-index: 9;
        color: #fff;
        padding-top: 30px;
    }
    .desktop_flight_swiper .swiper-slide video,
    .desktop_hotel_swiper .swiper-slide video,
    .desktop_flight_swiper .swiper-slide img,
    .desktop_hotel_swiper .swiper-slide img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-position: center;
    }

    .desktop_flight_swiper .swiper-slide:before,
    .desktop_hotel_swiper .swiper-slide:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .3);
        z-index: 1;
    }

.deskfltpromosec1 .swiper-button-next,
.deskfltpromosec1 .swiper-button-prev,
.deskhtlpromosec1 .swiper-button-next,
.deskhtlpromosec1 .swiper-button-prev {
    background: #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin: 0px;
}
    .deskfltpromosec1 .swiper-button-next.swiper-button-disabled,
    .deskfltpromosec1 .swiper-button-prev.swiper-button-disabled,
    .deskhtlpromosec1 .swiper-button-next.swiper-button-disabled,
    .deskhtlpromosec1 .swiper-button-prev.swiper-button-disabled {
        display: none;
    }

    .deskfltpromosec1 .swiper-button-next:after,
    .deskfltpromosec1 .swiper-button-prev:after,
    .deskhtlpromosec1 .swiper-button-next:after,
    .deskhtlpromosec1 .swiper-button-prev:after {
        font-size: 22px;
        color: var(--main-bg-color);
    }
        .deskfltpromosec1 .swiper-button-next,
        .deskhtlpromosec1 .swiper-button-next {
            right: -20px;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        }
        .deskfltpromosec1 .swiper-button-prev,
        .deskhtlpromosec1 .swiper-button-prev {
            left: -20px;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        }
    .menuskeleton_height20 {
        height: 20px;
    }
.menuskeleton_height14 {
    height: 14px;
}
.menuskeleton_width20{
    width:20px;
}
.menuskeleton_radius50{
    border-radius:50px!important;
}
.menuskeleton_width50 {
    width: 50px;
}

.menu_footer_skeleton {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 9px 15px;
    background: #fff;
    border-top: 1px solid #dadada;
}
.menu_footer_skeleton_subdiv{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.menu_footer_skeleton_subdiv .skeleton{
    margin-bottom:6px;
}

@media (max-width:1200px) {
    .tocity_txt label,
    .tocity_txt .input-group input,
    .return-date-flight,
    .returndate_txt {
        text-align: start !important;
    }
    .mobfltpromosec1 .swiper-button-next,
    .mobfltpromosec1 .swiper-button-prev,
    .mobhtlpromosec1 .swiper-button-next,
    .mobhtlpromosec1 .swiper-button-prev {
        display: none;
    }
    .desktop_form_wrap {
        left: 0;
        top: 0;
        position: relative;
        transform: none;
    }
        .desktop_flight_swiper,
        .desktop_hotel_swiper {
            display: none !important;
        }
        .trip-search-landing-form #Hotels #divRooms .hmd-sub {
            border-top: 0px !important;
        }
    .mobcalsearchwrap .drawerheader .drawerhdng {
        margin: 0 auto;
    }
    .multicity_date_container,
    .rounddatebox {
        margin: 0 auto;
        justify-content: center;
    }
    .trip-search-landing-form #Flights .kTouchspin .open .ddMoreToggle {
        background: #fff !important;
    }
    .ddBoxWrap.open {
        overflow-x: auto;
        scrollbar-width: none;
    }
    .open .traveller_room_heading {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 4;
        width: 100%;
    }
    .promotionbannersec {
        margin-bottom: 25px;
    }

        .mobfltpromosec2, .mobhtlpromosec2 {
            padding-bottom: 26px;
        }

        .swiper-horizontal .swiper-pagination-bullet-active {
            background: #585858 !important;
        }

        .swiper-horizontal > .swiper-pagination-bullets, .swiper-horizontal > .swiper-pagination-bullets {
            bottom: 0px !important;
            z-index: 0;
        }

    }

    .home_landing_swiper,
    .flight_landing_swiper {
        display: none;
    }
.desktop_flight_swiper .swiper-pagination-bullet,
.desktop_hotel_swiper .swiper-pagination-bullet {
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
}
    .desktop_flight_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .desktop_hotel_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--main-bg-color);
        border: 0px;
    }

@media(max-width:1200px) {
    #Hotels .to-date .from_div {
        text-align:end;
    }
    .multicity .mobcalsearchwrap.multicityselect.multiCenterSearchDiv.multicitydate.open .sercompletebtn {
        display: none !important;
    }

        .landingpageotaform.flightbg .home_landing_swiper,
        .landingpageotaform.hotelbg .flight_landing_swiper {
            display: none;
        }

        .landingpageotaform.flightbg .flight_landing_swiper,
        .landingpageotaform.hotelbg .home_landing_swiper {
            display: block;
        }

        .flight_landing_swiper {
            display: block;
        }

        .slidercontent.hotelbnrtext,
        .slidercontent.flightbnrtext {
            display: none;
        }

        .landingpageotaform.hotelbg,
        .landingpageotaform.flightbg {
            background-image: none !important;
            padding-top: 0px !important;
        }

            .landingpageotaform.hotelbg .page-wrap,
            .landingpageotaform.flightbg .page-wrap {
                padding: 0px !important;
            }

        .home_landing_swiper .slidercontent,
        .flight_landing_swiper .slidercontent {
            position: absolute;
            top: 30%;
            left: 15px;
            display: block;
        }
        .home_landing_swiper .swiper-slide,
        .flight_landing_swiper .swiper-slide{
            height:128px;
        }
            .home_landing_swiper .swiper-slide img,
            .flight_landing_swiper .swiper-slide img,
            .swiper-slide video,
            {
                height: 100%;
                width: 100%;
                object-fit: cover;
            }
        .home_landing_swiper .swiper-slide:before,
        .flight_landing_swiper .swiper-slide:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.3);
        }

        .trip-search-landing-form #Hotels .destination_list.open .form-group {
            padding-left: 30px !important;
        }

        .trip-search-landing-form #Hotels .multicityselect.open .input-group-prepend {
            display: none;
        }

        .trip-search-landing-form #Hotels .multicityselect.open input {
            padding-left: 0 !important;
        }

        .multiCenterSearchDiv .backs,
        .open span.backs {
            position: absolute;
            top: 37px;
            left: 7px;
            z-index: 1;
            background: #ffffff;
        }

        .open .fromToCityexchange .input-group-prepend {
            display: none !important;
        }

        .open .fromToCityexchange input.formcontrol {
            line-height: 28px !important;
        }
        /* .open .fromToCityexchange .tocitycol .input-group-prepend {
        position: absolute;
        top: 40px;
        left: 30px;
        z-index: 1;
    }*/
        .trip-search-landing-form .open .fromToCityexchange .dash-form-group {
            padding-left: 30px !important;
        }

            .trip-search-landing-form .open .fromToCityexchange .dash-form-group label {
                margin-top: 3px;
            }

        .multicity .mobcitysearch > .icon {
            display: none;
        }

        .multicity .multirow:nth-child(1) .mulcremove {
            display: none !important;
        }

        .multicity .multirow .mulcremove {
            visibility: visible !important;
        }

        .multicity .multirow .donebox {
            width: 100%;
            justify-content: center;
            overflow: hidden;
        }

        .multicity .connecting-arrow {
            display: none !important;
        }

        .multicity .flight-add-rows, body #modifyHotelsearchform .mulbtnwrap.flight-add-rows {
            justify-content: space-between;
            margin-bottom: 10px !important;
        }

            .multicity .flight-add-rows .donebox {
                height: 40px;
                border-radius: 40px;
            }

        .form-group.notactive {
            background: #f8f8f8;
            opacity: .7;
        }

        .recentsearch .recentlist {
            display: none;
        }

        .multicity .donebox.btn-outline-primary:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: .05;
        }

        .multicity .mulcremove {
            height: 40px;
            border-radius: 40px;
            padding: 9px;
            border: 1px solid #252525;
        }

        .btn-outline-default svg {
            width: 24px;
            height: 24px;
        }

        .recentsearch.open .recentlist {
            display: flex;
        }

        .recentsearch.open .downarrowicon {
            transform: rotate(180deg);
        }

        .open .drawerheader {
            display: block;
        }

        .recentsearch.open .downarrowicon {
            transform: rotate(180deg);
        }

        .recentlabel label {
            margin-top: 0px;
        }

        .flight-add-rows {
            margin-bottom: 10px;
        }

            .flight-add-rows .donebox {
                margin-left: 0px;
            }

        .room_overflow.layoutBody {
            overflow: hidden !important;
        }

        .trip-search-landing-form #Flights .form-group .ddBoxInner input {
            padding-left: 0px !important;
        }

        .landingpageotaform {
            padding-top: 10px !important;
        }

            .landingpageotaform .trip-search-landing-form {
                border-radius: 0px;
            }

        .otaservicetabs .formLink ul li a {
            padding-bottom: 0px;
        }

        .slick-dots li {
            width: 9px;
            height: 9px;
        }

        .official_advantage_slider .official-advantage,
        .flight_advantage_slider .official-advantage {
            min-height: 140px;
            border-radius: 16px;
        }

        .trip-search-landing-form .hmd-book-rooms.allroom {
            padding: 0px 15px !important;
        }

        #divRooms .hmd-book-wrapper .hmd-book-container {
            max-height: 100vh !important;
        }

        .hmd-ConfirmRoom svg,
        .Desktop_confirm_text {
            display: none !important;
        }

        .mobile_confirm_text {
            display: block;
        }

        .trip-search-landing-form .hmd-book-settings .hmd-sub .btn {
            width: 100%;
            text-align: center;
            justify-content: center;
            border-radius: 20px;
        }

        .trip-search-landing-form #divRooms .hmd-book-rooms .hmd-room {
            border: 1px solid #ddd !important;
            border-radius: 5px;
        }

            .trip-search-landing-form #divRooms .hmd-book-rooms .hmd-room:first-child .remveicon .mobile_remveicon {
                display: none;
            }

        .mobile_hmd_add_btn {
            display: flex !important;
            justify-content: end;
            padding-top: 10px;
        }

            .mobile_hmd_add_btn .hmd-add.btn.btn-primary {
                border: 0px !important;
                font-size: 14px !important;
            }

        .hmd-ConfirmRoom.btn.btn-primary {
            margin-bottom: 5px;
            z-index: 0;
            display: inline-flex !important;
            position: relative;
            height: 40px;
        }

        .trip-search-landing-form .hmd-book-rooms .hmd-room-childs-ages {
            padding: 6px 12px 0px 12px !important;
        }

        .desktop_remveicon,
        .desktop_hmd_add_btn {
            display: none !important;
        }

        .mobile_remveicon {
            display: block;
        }

        .mobile_remveicon {
            width: 13px;
            height: 13px;
        }

        .trip-search-landing-form #divRooms .hmd-room-section.remveicon {
            right: 10px;
            top: 7px;
        }

        .trip-search-landing-form #divRooms .hmd-book-settings .hmd-rooms-panel .hmd-label {
            display: none;
        }

        .traveller_room_heading {
            display: flex;
        }

        .trip-search-landing-form #divRooms .hmd-room-section.name {
            background: #f5f5f5 !important;
            padding: 8px 12px !important;
            margin-bottom: 12px !important;
            border-bottom: 1px solid #ddd;
        }

        .trip-search-landing-form .hmd-room-section.adults,
        .trip-search-landing-form .hmd-room-section.childs {
            padding-left: 12px !important;
            height: 50px !important;
        }


            .trip-search-landing-form .hmd-room-section.childs span,
            .trip-search-landing-form .hmd-room-section.adults span {
                display: block;
                color: #a0a0a0;
                line-height: 1.5;
            }

        .trip-search-landing-form .flight_cls.dropdown .dropdown-menu.dropdown-menu-left {
            margin-top: 16px;
        }

        input.form-control::placeholder,
        input#txtRoundtripFrom::placeholder,
        input#txtRoundtripWayTo::placeholder,
        input#txtOneWayFrom::placeholder,
        input#txtOneWayTo::placeholder,
        input::placeholder {
            font-size: 13px !important;
        }

        .landingpageotaform .trip-search-landing-form .form-control.hotels-inputs-fields#txtDestHotel {
            margin-left: 20px !important;
        }

    .directionArrow {
        height: 37px;
        width: 37px;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, .1);
    }

            .directionArrow img {
                max-width: 16px;
            }

        .mainHeader ul li a {
            padding: 15px 0;
        }

        .landingpageotaform .mob-search-form-wrap .otaservicetabs .formLink {
            padding: 4px 10px;
            border-bottom: 0px;
            overflow-y: scroll;
            scrollbar-width: none;
        }

        .otaservicetabs {
            padding-bottom: 0;
        }

        .otaservicetabs {
            border-bottom: 0;
        }

        .landingpageotaform .trip-search-landing-form {
            box-shadow: none !important;
            border: 0px !important;
        }

        .otaservicetabs .formLink ul {
            margin-top: 0 !important;
        }

        .otaservicetabs .navbar-nav.nav-tabs .nav-item {
            width: auto;
            padding-right: 15px;
        }
            .otaservicetabs .navbar-nav.nav-tabs .nav-item:last-child {
                padding-right:0px!important;
            }

            .otaservicetabs .formLink ul {
                margin-top: 0;
                box-shadow: none;
                background: #fff0;
                width: 100% !important;
                gap: 24px !important;
            }

            .otaservicetabs .formLink ul li a.active::before {
                bottom: -5px;
                display: block !important;
            }

        .as-home-page-section .title-container h3, .as-home-page-section .recommend-city {
            font-size: 16px !important
        }

        .otaservicetabs .formLink ul li {
            border-bottom: none !important;
        }

        body .trip-search-landing-form .dash-form-group .form-control, .otaservicetabs .formLink .sevname {
            font-size: 13px !important;
            font-size: 13px
        }

        .as-home-page-section .card-item-wrapper .card-image {
            height: 175px
        }

        .as-home-page-section {
            margin-bottom: 25px
        }

            .as-home-page-section .title-container {
                margin-bottom: 10px
            }

        .landingpageotaform .mob-search-form-wrap #Activities .modify-w-100 {
            flex: 0 0 100%;
            max-width: 100%
        }

        .landingpageotaform .mob-search-form-wrap #Activities .modify-w-50 {
            flex: 0 0 50%;
            max-width: 50%
        }

        .otaservicetabs .formLink {
            padding: 0
        }

        .landingpageotaform .trip-search-landing-form {
            padding: 10px 10px 16px !important;
            margin-top: 0 !important
        }

        .landingpageotaform .mob-search-form-wrap {
            margin-top: 0px !important;
            margin-bottom: -96px !important;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            border: 0px;
        }

        .landingpageotaform .trip-search-landing-form .FlightNav {
            border-radius: 6px !important;
            padding: 0px !important;
            background: #fff !important;
            max-width: none;
        }

            .landingpageotaform .trip-search-landing-form .FlightNav .radio-group label {
                font-weight: 600;
            }

                .landingpageotaform .trip-search-landing-form .FlightNav .radio-group label.active {
                    border-radius: 0px;
                }

            .landingpageotaform .trip-search-landing-form .FlightNav .radio-group {
                height: 38px !important;
            }

        .trip-search-landing-form .dash-form-group,
        .trip-search-landing-form .dash-form-group {
            padding: 0px !important;
            border: 0px !important;
        }

        .trip-search-landing-form .fromToCityexchange .dash-form-group,
        .trip-search-landing-form .hotels-multi-dates .form-group,
        .trip-search-landing-form .multicityselect.destination_list .form-group,
        .trip-search-landing-form .fromToCityexchange .dash-form-group,
        .trip-search-landing-form .hotels-multi-dates .form-group,
        .trip-search-landing-form .multicityselect.destination_list .form-group,
        .trip-search-landing-form .hotel_traveller_div {
            border: 1px solid !important;
            border-radius: 10px;
            padding: 2px 10px !important;
        }

        .trip-search-landing-form .fromToCityexchange,
        .trip-search-landing-form .hotels-multi-dates .d-flex,
        .trip-search-landing-form .fromToCityexchange,
        .trip-search-landing-form .hotels-multi-dates .d-flex {
            gap: 10px;
        }

        .landingpageotaform .hotels-multi-dates::before,
        .landingpageotaform .hotels-multi-dates::before {
            display: none;
        }

        .trip-search-landing-form .dash-form-group .input-group-prepend {
            width: 20px !important;
        }

        body .trip-search-landing-form .roundtrip .destination_list .form-control.hotels-inputs-fields,
        body .trip-search-landing-form .multicity .destination_list .form-control.hotels-inputs-fields {
            width: auto !important;
        }

        .trip-search-landing-form .trip-searchbtn button {
            width: 100%;
            border-radius: 50px !important;
            margin-bottom: 6px;
        }

        .trip-search-landing-form .multicityselect.destination_list {
            position: initial;
        }

            .trip-search-landing-form .multicityselect.destination_list .ddBoxWrap.open,
            .trip-search-landing-form .multiCenterSearchDiv .input-group .RoomsLayout.open {
                position: fixed;
                top: -1px;
                bottom: 0;
                left: 0;
                right: 0;
                border: 0px;
                box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
                background: #fff;
                border-top-left-radius: 0px;
                border-top-right-radius: 0px;
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;
                z-index: 100999 !important;
            }

        .trip-search-landing-form .multiCenterSearchDiv .input-group .RoomsLayout.open {
            max-width: 100%;
        }

            .trip-search-landing-form .multiCenterSearchDiv .input-group .RoomsLayout.open .hmd-book-container {
                max-width: 100%;
                background: transparent;
            }

        .RoomsLayout.open .hmd-book-settings {
            border-top: 0px !important;
            padding-bottom: 0px;
        }

        .trip-search-landing-form .multicityselect.destination_list .ddBoxWrap.open .ddBoxInner {
            background: transparent;
            display: flex;
            flex-direction: column;
            max-height: initial !important;
            overflow: initial;
            height: auto !important;
        }

        .backgroundlayout.open {
            display: block;
        }

            .backgroundlayout.open:before {
                content: "";
                position: fixed;
                background: rgba(0, 0, 0, 0.5);
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 100990;
                pointer-events: none;
            }

        .traveller_container {
            display: block;
        }

        .trip-search-landing-form .multicityselect.destination_list .ddBoxWrap.open .ddMoreToggle {
            display: flex;
            align-items: center;
            justify-content: center;
            border-top: 0px;
        }

            .trip-search-landing-form .multicityselect.destination_list .ddBoxWrap.open .ddMoreToggle .no-gutters,
            .trip-search-landing-form .multicityselect.destination_list .ddBoxWrap.open .form-group {
                border: 0px !important;
                padding: 0px !important;
            }

        #Flights .ddBoxWrap.open .ddBoxInner .form-group.row.no-gutters {
            margin-bottom: 5px !important;
        }

        .ddBoxInner .no-gutters {
            margin: 5px 0px !important;
        }

        .trip-search-landing-form .multicityselect.destination_list .ddBoxWrap.open .ddMoreToggle .no-gutters .input-group:first-child {
            display: none !important;
        }

        .trip-search-landing-form .multicityselect.destination_list .ddBoxWrap.open .ddMoreToggle .no-gutters .input-group {
            flex: 100%;
            max-width: 100%;
        }

        .trip-search-landing-form .multicityselect.destination_list .ddBoxWrap.open .ddBoxInner .no-gutters .input-group {
            justify-content: end;
        }

            .trip-search-landing-form .multicityselect.destination_list .ddBoxWrap.open .ddBoxInner .no-gutters .input-group .form-control {
                max-width: 30px;
                background: #e5e5e5 !important;
                padding-left: 0px !important;
                height: 30px;
                color: var(--theme-reg-color);
            }

        .trip-search-landing-form .multicityselect.destination_list .ddBoxWrap.open .ddBoxInner .no-gutters .bootstrap-touchspin .btn-default {
            border-radius: 0px !important;
        }
        /*   .trip-search-landing-form .multicityselect.destination_list .ddBoxWrap.open .ddBoxInner .no-gutters .bootstrap-touchspin .input-group-btn:first-child .btn-default {
        border-right: 0px !important;
    }
    .trip-search-landing-form .multicityselect.destination_list .ddBoxWrap.open .ddBoxInner .no-gutters .bootstrap-touchspin .input-group-btn:last-child .btn-default {
        border-left: 0px !important;
    }*/
        .traveller_btn_close {
            font-size: 14px !important;
            border-radius: 20px;
        }
        /*   .night-count{
        top:10px;
    }*/
        .landingpageotaform .night-count .form-group {
            max-width: 90px !important;
        }
    }
.swiper-pagination-bullet-active,
.FlightSectionMain .swiper-pagination-bullet-active {
    background: var(--main-bg-color);
    border: 1px solid var(--main-bg-color) !important;
}
.FlightSectionMain .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
}
.otaservicetabs .nav-link[act="Package"] svg {
    color: #6E6E6E !important;
}
.desktop_flighthotel_landing_form .select2-container--default .select2-selection--multiple {
    background: transparent !important;
}
.desktop_flighthotel_landing_form #divFHRooms {
    left: -9px;
    transform: initial;
}
#FlightHotels .trip-searchbtn #btnlogin {
    border-radius: 30px;
    border: 0px;
    height: 46px;
    width: 135px;
}
@media(max-width:1366px) {
    .landingpageotaform #FlightHotels .board_type_div .multiselect{
        height:40px;
    }
}
@media (min-width:1201px){
    .specificDate_form_group {
        display: flex;
        justify-content: space-between;
    }

    .specificDate_form_group .specificwholeMonthselect {
        width: 30%;
    }

    .specificDate_form_group .wholeMonth_datepicker {
        width: 70%;
    }

    .wholeMonth_datepicker #wholeMonth #months {
        display: flex;
        overflow: auto;
        white-space: nowrap;
        flex-wrap: initial;
    }

    .desktop_flighthotel_landing_form .specificwholeMonthselect {
        border: 0px;
        padding-right: 20px;
        padding-left: 0px;
    }

    .desktop_flighthotel_landing_form .airport_list .input-group input::placeholder,
    .desktop_flighthotel_landing_form .destination_list .input-group input::placeholder {
        font-size: 18px !important;
    }

    .desktop_flighthotel_landing_form .airport_list .input-group input,
    .desktop_flighthotel_landing_form .destination_list .input-group input,
    .desktop_flighthotel_landing_form .select-star-rating .dropdown-toggle,
    .desktop_flighthotel_landing_form .sriform-star-rating .dropdown-toggle {
        color: var(--theme-reg-color);
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 17px;
        border: none !important;
        height: 34px;
        margin-top: 0px;
    }

    .desktop_flighthotel_landing_form .hmd-ConfirmRoom,
    .desktop_flighthotel_landing_form .hmd-add.btn.btn-primary {
        border-radius: 50px;
    }

    .flighthotel_rating_text,
    .flighthotel_board_text,
    .flighthotel_departure_text,
    .flighthotel_destination_text {
        margin-top: .2rem !important;
        margin-bottom: .3rem !important;
        color: #000 !important;
    }

    .desktop_flighthotel_landing_form #specificDate .datepicktopsec #txtFHFromDate,
    .desktop_flighthotel_landing_form #wholeMonth .datepicktopsec #txtFHFromDate2 {
        font-size: 13px !important;
        cursor:pointer;
    }

    .desktop_flighthotel_landing_form #wholeMonth .wholeMonth.activeMonth {
        border: 1px solid var(--main-bg-color) !important;
        font-size: 13px;
    }
}


@media(max-width:1200px){
    #FlightHotels .hmd-book-wrapper .hmd-room-section {
        display: grid;
        grid-template-columns: 50% 50%;
        align-items: center;
        width: 100%;
        padding-left:12px!important;
        padding-right:12px!important;
    }
    #FlightHotels .hmd-book-wrapper .hmd-room-section .hmd-remove {
        position: absolute;
        right: 0px !important;
        top: 9px;
    }
    #FlightHotels .hmd-room-childs-ages .hmd-child-age {
        margin-bottom: 0px !important;
    }
    #FlightHotels .hmd-book-wrapper .hmd-room-childs-ages[style="display: none;"],
    #FlightHotels .hmd-book-wrapper .hmd-room-childs-ages:empty{
        padding-bottom: 0px !important;
    }
    #FlightHotels .hmd-book-wrapper .hmd-room-childs-ages {
        padding-bottom: 15px !important;
    }
       
        .desktop_flighthotel_landing_form #FlightHotels .open .traveller_room_heading {
            gap: 15px;
        }
    body .desktop_flighthotel_landing_form #FlightHotels .dash-form-group {
        border: 1px solid var(--colorEDEDED) !important;
        padding: 10px 16px !important;
    }
    body .desktop_flighthotel_landing_form #FlightHotels .dash-form-group.multicityselect.destination_list.w-100 .form-group {
        border:0px!important;
        padding:0px!important;
    }
    body .desktop_flighthotel_landing_form #FlightHotels .select2-container--default .select2-selection--multiple {
        padding: 0px !important;
    }
    body .desktop_flighthotel_landing_form #FlightHotels .specificwholeMonthselect {
        border: 0px;
        padding: 0px;
        display: flex;
        flex-direction: initial;
        gap: 7px;
        padding-bottom: 10px;
    }
    body .desktop_flighthotel_landing_form #FlightHotels #wholeMonth #months {
        min-width: 480px !important;
    }
 
}
@media(max-width:768px) {
    .deskhtlpromosec2 .promoimages img {
        min-height: 120px !IMPORTANT;
        object-fit: cover;
    }
    #FlightHotels .trip-searchbtn #btnlogin{
        width:100%;
    }
    .specificDate_form_group .datepicktopsec {
        display: grid !important;
        grid-template-columns: 1fr 108px;
    }
    .trip-search-landing-form .select2-selection__choice{
        font-size:12px!important;
    }
    .desktop_flighthotel_landing_form #FlightHotels .clearTxtWrap .select2-selection__rendered,
    .desktop_flighthotel_landing_form #FlightHotels .clearTxtWrap .select2-selection__rendered .select2-search,
    body .desktop_flighthotel_landing_form #FlightHotels .dash-form-group.airport_list.w-100 .flighthotel_departure_text {
        padding-left: 0px !important;
    }
    body .desktop_flighthotel_landing_form #FlightHotels .dash-form-group.airport_list.w-100 {
        padding: 10px 16px !important;
    }

        .noslidercards {
            grid-template-columns: 1fr 1fr;
            grid-gap: 10px;
        }

            .noslidercards .promcard:nth-child(odd) {
                padding-left: 0px;
            }

            .noslidercards .promcard:nth-child(even) {
                padding-right: 0px;
            }

        .mobile_icon_group {
            display: block;
        }

        .trip-search-landing-form .input-group span.twitter-typeahead .tt-dropdown-menu {
            min-width: 300px;
        }

        .deskfcls {
            display: none;
        }

        .mobile-fclass-seclect {
            display: block !important;
            z-index: 0;
        }

            .mobile-fclass-seclect > a {
                margin-top: 0 !important;
                margin-bottom: 10px;
            }

        .landingpageotaform .trip-search-landing-form .FlightNav {
            height: 32px;
        }

            .landingpageotaform .trip-search-landing-form .FlightNav .radio-group {
                height: 30px !important;
            }

        .mainHeader ul#ddlcurrencies li a {
            white-space: pre-wrap;
        }

       

        .landingpageotaform .trip-search-landing-form .FlightNav .radio-group {
            margin-bottom: 0;
        }

        .trip-search-landing-form .dash-form-group {
            padding: 5px 10px 3px;
        }

        .trip-search-landing-form .trip-searchbtn button {
            height: 40px !important;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .trip-search-landing-form .trip-searchbtn {
            margin-top: 0;
        }

        .landingpageotaform .trip-search-landing-form .FlightNav {
            width: 100%;
        }

        .landingpageotaform .trip-search-landing-form a.dropdown-item {
            font-size: 14px !important;
        }

        .landingpageotaform .trip-search-landing-form .slctd_ecnomy {
            flex-direction: column;
        }

        .landingpageotaform .trip-search-landing-form .flight_cls {
            width: 100%;
        }

            .landingpageotaform .trip-search-landing-form .flight_cls .dropdown-toggle {
                height: 36px;
                width: 100%;
                margin-top: 15px;
                font-size: 14px !important;
                position: relative;
            }

        .landingpageotaform .mob-search-form-wrap .modify-w-100 {
            flex: 0 0 100%;
            max-width: 100%
        }
    }

    @media(max-width:610px) {
        .landingpageotaform .mob-search-form-wrap #Transfers .modify-w-100 {
            flex: 0 0 100%;
            max-width: 100%
        }
        .promcard .promoimages img {
            min-height: 254px !IMPORTANT;
            object-fit: cover;
        }
    }

    @media (max-width:576px) {
        .otaservicetabs .formLink ul li a.active::after {
            display: none
        }


        .mainHeader .arrow-angle-toggle .down-arrow {
            right: 0px !important;
        }



        .trip-search-landing-form .hmd-book-settings {
            left: 0;
            right: 0;
            padding-top: 0px !important
        }
    }



    @media(max-width:480px) {
        .landingpageotaform .mob-search-form-wrap #FlightHotels .modify-w-50, .landingpageotaform .mob-search-form-wrap #Activities .modify-w-50, .landingpageotaform .mob-search-form-wrap .modify-w-50 {
            flex: 0 0 100%;
            max-width: 100%
        }

        .landingpageotaform #Transfers .transfer_time_date, .landingpageotaform #Transfers .transfer_pickupandrop {
            display: block
        }

            .landingpageotaform #Transfers .transfer_pickupandrop .dash-form-group.dropoff, .landingpageotaform #Transfers .transfer_pickupandrop .dash-form-group.dropoff.mtryprnterr, .landingpageotaform #Transfers .transfer_time_date .dash-form-group.date {
                border-top-right-radius: 4px !important;
                border-bottom-right-radius: 4px !important;
                border-right: 1px solid var(--theme-border-light-clr) !important
            }

                .landingpageotaform #Transfers .transfer_pickupandrop .dash-form-group.dropoff.mtryprnterr {
                    border-top-right-radius: 4px !important;
                    border-bottom-right-radius: 4px !important;
                    border-right: 1px solid red !important
                }

            .landingpageotaform #Transfers .transfer_pickupandrop .dash-form-group.pickup, .landingpageotaform #Transfers .transfer_time_date .dash-form-group.time {
                border-top-left-radius: 4px !important;
                border-bottom-left-radius: 4px !important
            }
    }
