﻿.modal-content ul.detail_tab li a {
    cursor: context-menu;
}
/* All stepscss */
.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 75%);
    z-index: 9;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.highlight {
    position: absolute;
    width: 390px;
    background-color: #fff; /* Highlight box */
    z-index: 999;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.10), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
    margin-top: 20px;
    white-space: normal;
    text-align: left;
    color: #000;
}



    .highlight .button_mask {
        padding: 10px 25px;
        font-size: 14px;
        margin: 0px 5px;
        cursor: pointer;
        border: none;
        background-color: var(--btn-bg);
        color: var(--color);
        border-radius: 5px;
        font-weight: 700;
        max-width: fit-content;
    }

    .highlight button.skip {
        background-color: #ccc;
        color: #fff;
    }

.step-navigation {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    align-items: center;
}

    .step-navigation b {
        margin-right: auto;
        color: #E73C3E;
        font-size: 14px;
    }

.highlight-target {
    position: relative;
}

.highlight {
    display: none; /* All steps are hidden by default */
}

.step.active_toto > .highlight {
    display: block;
    z-index: 9;
}

.step.active_toto .highlight-target {
    z-index: 99;
}


.highlight h3 {
    font-size: 20px;
    display: flex;
    align-items: center;
    margin: 0;
    gap: 5px;
}

.highlight p {
    font-size: 14px;
    margin: 0;
    color: #272121;
    font-weight: 500;
    margin-top: 5px;
}

.fix_pkg {
    padding-top: 20px;
}

.hotel_title_detail {
    display: flex;
    margin-bottom: 30px;
    gap: 15px;
    position: relative;
    flex-direction: column;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
}

    .hotel_title_detail .pkg_name {
        max-width: 795px;
    }

.hotel_name {
    color: var(--all-text-main);
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.96px;
    line-height: normal;
}

.location_div {
    display: flex;
    align-items: center;
    position: relative;
    color: var(--all-text-sub);
    column-gap: 8px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
}

.detail_content-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.detail_div_row {
    display: flex;
    column-gap: 30px;
}

.detail_left_div, .detail_right_div {
    flex: 1;
}

.image_gallery {
    display: flex;
    gap: 5px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    width: 100%;
}

.detail_content {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 20px;
}

.package_duration_div {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 25px;
}

.Package_info {
    display: flex;
    justify-content: space-between;
}

.tour_facilities {
    display: flex;
    flex-direction: column;
}

.big_image {
    flex: 0 0 55%;
    max-width: 55%;
    position: relative;
}

    .big_image img {
        height: 360px;
        width: 100%;
        object-fit: cover;
        border-radius: 5px;
        background-color: var(--other-bg-light);
    }

.small_image {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 5px;
    overflow: hidden;
    flex: 1;
}

    .small_image img {
        height: 177px;
        object-fit: cover;
        width: 100%;
        border-radius: 5px;
        background-color: var(--other-bg-light);
    }

a.popup-gallery {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.see_all_image {
    position: absolute;
    z-index: 1;
    display: block;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.70);
    color: var(--bottom-header-text);
    line-height: 42px;
    padding: 0 15px;
    border-radius: 2px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    right: 10px;
}

.tour_facilities ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

    .tour_facilities ul li {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        color: var(--all-text-sub);
        display: flex;
        gap: 5px;
        align-items: center;
    }

.max_flex .max_pas_icon {
    background-position: -372px -171px;
}

.total_adult_age {
    padding-left: 30px;
}

.tour_facility_icon {
    width: 20px;
    height: 20px;
}

.number_person_icon {
    background-position: -372px -105px;
    height: 22px;
    width: 22px;
}

.number_room_icon {
    background-position: -560px -152px;
    width: 22px;
}

.tour_duration {
    background-position: -338px -107px;
}

ul.tourmenu1 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    background: #fff;
    overflow: auto;
    border-radius: 8px;
    position: relative;
    flex-wrap: wrap;
}

    ul.tourmenu1 li {
        padding: 0 10px;
        max-width: fit-content;
        flex: 1;
        line-height: 36px;
        color: var(--all-text-main);
        font-weight: 400;
        font-size: 14px;
        border-radius: 8px;
        cursor: pointer;
        display: flex;
        align-items: center;
        column-gap: 5px;
        background: #F6F8FA;
    }

        ul.tourmenu1 li a {
            color: var(--all-text-main);
            font-size: 14px;
            font-weight: 400;
            white-space: nowrap;
            display: flex;
            align-items: center;
            gap: 8px;
        }

.product_title {
    color: var(--all-text-main);
    margin: 0;
    margin-bottom: 15px;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}

.info_text {
    font-size: 14px;
    font-weight: 400;
    color: var(--all-text-main);
}
/***landing-package css*/

.landing_packge_main, .landing_detail_block {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 20px;
}

    .landing_detail_block .landding_day_dis {
        padding-left: 15px;
    }

.landing_o_title {
    padding-left: 10px;
    display: block;
    line-height: 40px;
}

.lan_p_start {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 10px 0;
    gap: 16px;
    padding-bottom: 0;
}

.day_count {
    min-width: 100%;
    background: var(--btn-two-bg);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 15px;
    gap: 16px;
}

.date_wise {
    font-size: 14px;
    font-weight: 400;
}
.top_day_flex {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.day_count_block {
    min-width: 100%;
    display: flex;
    align-items: flex-start;
    min-height: 50px;
    padding: 12px;
    justify-content: space-between;
    border-radius: 5px 5px 0px 0px;
    background: #F3F9FF;
    color: #001833;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 1px solid var(--border-color);
    border-bottom: 0;
    flex-direction: column;
}

.day_workin_lan {
    align-items: center;
    display: flex;
    text-transform: uppercase;
    color: #001833;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.landing_day_img {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    flex: 0 0 20%;
    max-width: 20%;
    flex-shrink: 0;
}

.itinery_content_detail .transfer_img img {
    object-fit: contain;
}

.itinery_content_detail {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0 0 5px 5px;
    border: 1px solid #E9EEFC;
    background: #FFF;
    border-top: 0;
}

.landding_day_dis {
    flex: 1;
}

.landing_day_img img {
    width: 100%;
    border-radius: 5px;
    height: 168px;
    object-fit: cover;
    object-position: center;
}


.back_font li, .back_font p, .back_font span, .back_font b, .back_font div {
    font-family: Poppins,sans-serif !important;
    word-break: break-word !important;
    text-wrap: initial !important;
    white-space: normal !important;
    font-size: 16px !important;
    color: var(--all-text-main) !important;
    line-height: 26px !important;
}

.transfer_zone span {
    color: var(--all-text-main);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
}
/*read more*/
.lan_p_start .info_data.collapse:not(.in) {
    height: 50px !important;
    min-height: 50px !important;
}

.lan_p_start .info_data {
    line-height: 20px !important;
    min-height: 50px !important;
}

.lan_p_start .info_reedmore {
    line-height: normal;
    top: 5px;
}

.blinking-text {
    animation: blink 1.5s infinite;
    background-color: #00aae8;
    color: white;
}

.info_data.collapse:not(.in) {
    height: 70px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
    width: 100%;
    color: #656565 !important;
    line-height: normal;
}

.info_data {
    font-size: 15px;
    color: #656565;
    line-height: normal;
}

    .info_data.collapsing {
        min-height: 86px !important;
    }

a.info_reedmore.collapsed:after {
    content: '...Read More';
}

a.info_reedmore:not(.collapsed):after {
    content: '...Read Less';
}

.info_reedmore {
    color: var(--active-menu);
    font-weight: 600;
    font-size: 16px;
    position: relative;
    width: 77px;
    right: 0;
    top: 0px;
}

.back_font {
    font-size: 16px;
    font-style: normal;
    color: #000;
    font-weight: 400;
}

.disc_typed ul {
    list-style-type: disc;
    padding-left: 23px;
    margin-bottom: 0;
}

    .disc_typed ul li::marker {
        color: var(--all-text-main);
        font-size: 25px;
    }

ul.hotel_animitis {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
    color: var(--all-text-main);
}

.heigth_div {
    height: 500px;
}

.itinery_content_detail h2 {
    margin: 0;
    color: var(--all-text-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.date_wise {
    font-size: 14px;
    font-weight: 400;
}

.main_itinerary_div {
    position: relative;
    display: inline-block;
    width: 100%;
}

.city_name {
    color: var(--all-text-main);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sub_detail_bold {
    color: var(--all-text-sub);
}

    .sub_detail_bold.adut_drop {
        display: flex;
        gap: 32px;
    }

.transfer_zone {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: var(--all-text-sub);
    display: flex;
    gap: 5px;
    align-items: center;
}

.iti_zone_icon {
    background-position: -674px -15px;
    height: 20px;
    width: 20px;
}

.adut_drop {
    display: flex;
    gap: 5px;
    margin-top: 5px;
    color: var(--all-text-main);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
}

.transfer_max_block {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.left_max_flex {
    flex: 1;
    color: var(--all-text-main);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
}

.max_flex {
    font-weight: 400;
    display: flex;
    gap: 7px;
    align-items: center;
}

.tour_itynery_facilities ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 0;
}

    .tour_itynery_facilities ul li {
        width: calc(100%/2 - 16px);
        color: var(--all-text-main);
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 153.846% */
    }
/*****end itenary*/
.mt_30 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.service_icon {
    min-width: 20px;
    height: 20px;
}

.inclu_icon {
    background-position: -665px -75px;
}

.tour_info_icon {
    background-position: -695px -75px;
}

.ity_icon {
    background-position: -592px -153px;
}

.about_icon {
    background-position: -665px -75px;
}

.can_policy_icon {
    background-position: -665px -75px;
}

.faq_icon {
    background-position: -665px -75px;
}

.detail_left_div {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

ul.download_div {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
    align-items: flex-end;
}

    ul.download_div li a {
        border: 1px solid var(--btn-two-bg);
        width: 100%;
        text-align: center;
        padding: 0 20px;
        border-radius: 5px;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        color: var(--all-text-main);
        height: 40px;
        line-height: 39px;
        display: block;
    }

.down_ity_icon {
    background-position: -616px -151px;
}


.share_what_icon {
    background-position: -641px -152px;
}

.filter_short button {
    border-radius: 8px;
    border: 1px solid var(--border-color);
    background: #fff;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.customize_icon {
    background-position: -499px -226px;
}

.pre_planned_icon {
    background-position: -464px -227px;
}

.pkg_filter_icon {
    width: 22px;
    height: 22px;
}

.right_search {
    position: relative;
}

ul.filter_short {
    margin-bottom: 0;
}

.p_d_d {
    margin-top: 40px;
}

.get_policy a {
    border: 1px solid var(--btn-two-bg);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding: 7px 10px;
    border-radius: 5px;
    color: var(--all-text-main);
}

.detail_right_div {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.main_price_div_stc {
    display: flex;
    justify-content: end;
    gap: 5px;
}

.total_prices {
    color: #001833;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fix_pkg .main_price {
    color: var(--all-text-main);
    display: block;
    text-align: right;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.fix_pkg .book_button {
    padding: 0px 17px;
    cursor: pointer;
    color: var(--top-header);
    line-height: 40px;
    transition: all 0.3s;
    border: none;
    min-width: 160px;
    width: 100%;
    border-radius: 5px;
    background: var(--btn-two-bg);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.cd-panelpkg .book_button {
    padding: 0px 17px;
    background: var(--btn-two-bg);
    color: #fff;
    min-width: 150px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 18px;
}

#changeflight .book_button {
    background: var(--btn-bg);
    color: var(--all-text-main);
}

#changeflight .flight_price {
    align-items: center;
}

#changeflight .pnlshadowpkg {
    width: 80% !important;
}

.loyal_point {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: flex;
    justify-content: end;
    gap: 5px;
}

.loyalty_point_icon {
    width: 25px;
    height: 25px;
    background-position: -579px -184px;
    position: relative;
    left: 0;
}

.select_btnpkg {
    background: var(--btn-two-bg);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    width: 100%;
    border: 0;
    line-height: 46px;
}

.selected_backg {
    background: var(--btn-bg);
    color: var(--all-text-main);
}

.pkg_overview ul {
    padding-left: 18px;
}

.wd_price {
    font-size: 24px;
    font-weight: 600;
}

.room_nmber_icon {
    background-position: -217px -39px;
    width: 20px;
    height: 20px;
    transform: scale(1.2);
}

.hdetailh a {
    color: var(--btn-bg);
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.change_Room {
    display: flex;
    gap: 8px;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    color: var(--btn-bg);
}

a.change_hotel {
    background: var(--btn-two-bg);
    line-height: 35px;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 0 5px;
    white-space: nowrap;
    color: #fff;
}

/***change hotel block css start***/
/**pkg css start*/
.upsaleallpkg .upselltab {
    display: inline-block;
    width: auto;
    position: relative;
    float: right;
    padding: 5px;
    margin-bottom: 0;
}

    .upsaleallpkg .upselltab li {
        float: left;
        width: auto;
        margin-top: 0;
        margin-left: 10px;
    }

        .upsaleallpkg .upselltab li a {
            display: block;
            line-height: 35px;
            color: var(--btn-two-bg);
            padding: 0 10px;
            border-radius: 5px;
            border: 1px solid var(--btn-two-bg);
            text-align: center;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
        }

.day_count_block .upselltab li a {
    background: var(--btn-two-bg);
    color: #fff;
}

.dat_flex {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.count_flex {
    display: flex;
    column-gap: 15px;
}

.dwer {
    overflow-y: scroll;
    height: 100%;
    overflow-x: hidden;
    background: #fff;
    padding: 15px;
    padding-top: 80px;
}

.cd-panelpkg.is-visiblepkg {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}

.cd-panelpkg {
    z-index: 1003;
    position: fixed;
    left: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s .6s;
    -moz-transition: visibility 0s .6s;
    transition: visibility 0s .6s;
}

.from-rightpkg .cd-panel-containerpkg {
    right: 0;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

.is-visiblepkg .cd-panel-containerpkg {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.upsall_titlepkg {
    position: fixed;
    z-index: 99;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    height: 57px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 15px;
    background: #21409A;
}

.closedivpkg {
    padding: 13px 20px;
    font-size: 22px;
    border-right: 1px solid #7e663d;
    background: var(--btn-bg);
}

span.closedivpkg a {
    color: #fff;
}

.cd-panel-containerpkg {
    box-shadow: 0 12px 27px 7px #000;
    position: fixed;
    width: 90%;
    height: 100%;
    top: 0;
    background: #fff;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
    border-radius: 16px 0 0 0;
}

.pnlshadowpkg {
    width: 75% !important;
    box-shadow: 0 0 10px 0 rgba(50,50,50,.3) !important;
}

.cd-panelpkg.is-visiblepkg::after {
    background: rgba(0,0,0,.6);
    -webkit-transition: background .3s 0s;
    -moz-transition: background .3s 0s;
    transition: background .3s 0s;
}

.cd-panelpkg::after {
    position: absolute;
    left: 0;
    background: 0 0;
    -webkit-transition: background .3s .3s;
    -moz-transition: background .3s .3s;
    transition: background .3s .3s;
}

.cd-panelpkg, .cd-panelpkg::after {
    height: 100%;
    top: 0;
    width: 100%;
}

.is-visiblepkg::after {
    content: '' !important;
}

.serch_input ul {
    display: flex;
    column-gap: 5px;
    min-width: 100%;
    align-items: center;
}

.rating ul {
    display: flex;
    justify-content: space-between;
    line-height: 20px;
    margin-bottom: 0;
    column-gap: 5px;
    width: 100%;
}

    .rating ul li {
        list-style: none;
        float: left;
    }

.rating li label i {
    padding-left: 5px;
}

.rating li:not(:checked) > input {
    top: -9999px;
    position: fixed !important;
}

.rating li:not(:checked) > label {
    position: relative;
    cursor: pointer;
    text-transform: none;
    font-size: 16px;
    background: #fff;
    margin-bottom: 0;
    border-radius: 4px;
    border: 1px solid var(--btn-two-bg);
    text-align: center;
    width: 50px;
    height: 35px;
    display: block;
    line-height: 35px;
    color: var(--all-text-main);
}

.rating li label span {
    position: relative;
    z-index: 1;
    color: var(--all-text-main);
    font-size: 16px;
    font-weight: 400;
}

.rating li > input:checked ~ label {
    background: #F7BB15;
}

    .rating li > input:checked ~ label span, .rating li > input:checked ~ label .fa.fa-star {
        color: var(--all-text-main);
    }

.serch_input_pkg .head_price {
    margin-left: auto;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pkgstar {
    font-size: 14px;
    margin-left: 5px;
}

.hotel-sear-panI {
    position: absolute;
    z-index: 1;
    right: 1px;
    top: 2px;
    height: 37px;
    width: 40px;
    text-align: center;
    color: #000;
    line-height: 40px;
}

.search_cancel {
    position: absolute;
    right: 0;
    top: 0;
    color: #000000;
    font-size: 22px;
    line-height: 37px;
    width: 32px;
    margin: 0;
    height: 40px;
    text-align: center;
    background-color: #fdfdfd;
}
/**pkg css end*/
.serch_input_pkg {
    flex: 1;
}

    .serch_input_pkg > ul {
        display: flex;
        gap: 20px;
        margin: 0;
        align-items: center;
    }

.name_star_block {
    display: flex;
    justify-content: space-between;
}


.Search_Your_Hotel {
    position: relative;
}

.search_icon {
    position: absolute;
    height: 40px;
    width: 31px;
    right: 0;
    background-color: var(--btn-bg);
    background-position: -443px -155px;
    border-radius: 0 2px 2px 0;
}

.Search_Your_Hotel input {
    border-radius: 2px;
    border: 1px solid var(--border-color);
    background: #FFF;
    height: 40px;
    padding: 0 10px;
    color: #818181;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    min-width: 240px;
    width: 100%;
}

.hotel_list_block {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
}

.main_block_li {
    display: flex;
    padding: 10px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background: #fff;
    flex-wrap: wrap;
    position: relative;
}

.image_div {
    position: relative;
    flex: 0 0 20%;
    max-width: 20%;
    flex-shrink: 0;
}

.main-img img {
    min-height: 145px;
    object-fit: cover;
    max-height: 145px;
    border-radius: 8px;
    width: 100%;
}

.product_detail {
    row-gap: 9px;
    display: flex;
    flex: 0 0 80%;
    max-width: 80%;
    align-items: flex-start;
}

.itinery_content_detail .product_detail {
    flex: 0 0 80%;
    max-width: 80%;
}

.product_sub_d {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 0 0 80%;
    max-width: 80%;
    padding: 5px 5px 5px 24px;
    row-gap: 10px;
    position: relative;
}

.prodct_name, .prodct_name a {
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    color: var(--all-text-main);
    overflow: hidden;
}

.place {
    color: #FFCD00;
    font-size: 14px;
    letter-spacing: 2px;
    padding-left: 10px;
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.hotel_Adderss {
    font-weight: 400;
    font-size: 14px;
    color: var(--all-text-main);
    position: relative;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    white-space: nowrap;
    column-gap: 5px;
    align-items: center;
    max-width: 500px;
}

.price_seaction {
    text-align: right;
    display: flex;
    flex-direction: column;
    flex: 0 0 20%;
    max-width: 20%;
    height: 100%;
    padding: 0;
    justify-content: flex-end;
    align-items: end;
    border-left: 1px solid var(--border-color);
    padding-left: 10px;
}

.itinery_content_detail .price_seaction {
    justify-content: flex-start;
}

.itinery_content_detail .upselltab {
    flex-direction: column;
    display: flex;
    gap: 8px;
    text-align: center;
}

    .itinery_content_detail .upselltab li a {
        min-width: 155px;
    }

    .itinery_content_detail .upselltab .mare_info_btn {
        background: var(--btn-two-bg);
        color: #fff;
    }

.review_div {
    display: flex;
    align-items: flex-end;
    white-space: nowrap;
    gap: 5px;
    position: relative;
    float: right;
    flex-direction: column;
    justify-content: flex-end;
}

.review_count_trip {
    border-radius: 4px;
    background: #28BF68;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.review_text {
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: var(--btn-two-bg);
    display: none;
}

.total_c_font {
    font-size: 12px;
    line-height: normal;
    color: var(--all-text-sub);
}

.main_price_div {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    align-items: center;
    margin-top: auto;
}

ul.service {
    display: flex;
    gap: 5px;
    position: relative;
    margin: 10px 0 0 0;
    z-index: 1;
}

    ul.service li {
        padding: 0 5px;
        max-width: fit-content;
        flex: 1;
        line-height: 36px;
        color: var(--all-text-main);
        font-weight: 400;
        font-size: 14px;
        border-radius: 8px;
        cursor: pointer;
        display: flex;
        align-items: center;
        column-gap: 5px;
        background: var(--border-color);
        border: 1px solid #DAE4FF;
    }

        ul.service li a {
            display: flex;
            align-items: center;
            gap: 5px;
        }

.decrip_icon {
    background-position: -503px -15px;
}

.facility_icon {
    width: 16px;
    height: 20px;
    background-position: -534px -15px;
}

.map_icon_des {
    background-position: -760px -13px;
}

.streeview_icon {
    background-position: -734px -15px;
}

.detail_min_height {
    padding: 10px;
    border-radius: 5px;
    background-color: #fcfcfc;
    margin-bottom: 15px;
    padding-top: 75px;
    min-height: 500px;
}

    .detail_min_height table {
        overflow: hidden;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

.pnltitlesub {
    font-size: 16px;
    font-weight: 600;
    color: var(--all-text-main);
    text-transform: uppercase;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 8px;
    margin-bottom: 16px;
}

.policy_icon {
    width: 32px;
    height: 28px;
    margin: 0 auto;
    display: inline-block;
    background-position: -160px -205px;
    cursor: pointer;
}

.room_block .down_arrow {
    top: 13px;
}

.fav_icon {
    position: absolute;
    width: 31px;
    height: 32px;
    top: 10px;
    left: 10px;
    background-position: -510px -28px;
    background-color: #fff;
    border-radius: 6px;
    z-index: 1;
    cursor: pointer;
}
/**hotel room block css*/
.filter_wrapp_room {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.availmealfilter_wrapper {
    width: 100%;
    display: flex;
    gap: 15px;
}

.style-input {
    position: relative;
    flex: 1;
    max-width: 200px;
}

.down_arrow {
    right: 10px;
    left: auto;
    top: 18px;
    position: absolute;
    width: 15px;
    height: 15px;
    background-position: -325px -17px;
}

.room_block .search_input {
    height: 40px;
    margin-bottom: 0;
    padding: 0 30px 0 10px;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    line-height: 40px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    background: #fff;
    text-transform: capitalize;
    width: 100%;
    color: var(--all-text-main);
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.box-check {
    position: absolute;
    background: #fff;
    white-space: nowrap;
    padding: 10px;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
    margin: 10px 0;
    z-index: 1;
    left: 0;
    right: 0;
    top: 30px;
    border: 1px solid var(--border-color);
    /* display: none; */
}

.room_block {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    margin: 40px 0 24px;
    position: relative;
    z-index: 11;
}

.room_name {
    color: var(--all-text-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ver_base {
    color: var(--all-text-main);
    line-height: normal;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.hotellist_button {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    width: 100%;
    border-radius: 8px;
    border: 0;
    color: var(--btn-two-bg);
    background: #fff;
    border: 1px solid var(--btn-two-bg);
    max-width: 105px;
}

    .hotellist_button.btn_bg_green {
        background: var(--btn-two-bg);
        color: #fff;
    }

.inclu_table_div {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .inclu_table_div table td.active {
        background: var(--active-menu);
        color: #fff;
    }

.ground_service_icon {
    height: 22px;
    width: 30px;
    display: inline-block;
}

.ground_transfer {
    background-position: -190px -14px;
}

.ground_tour {
    background-position: -149px -15px;
}

.tour_tag {
    display: flex;
    height: 40px;
    padding: 6px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    max-width: fit-content;
    border-radius: 4px;
    margin-top: auto;
}

.tour_tag_icon {
    width: 25px;
    height: 25px;
}

.tour_tag.Comfort {
    background: #FFFCE6;
}

    .tour_tag.Comfort .tour_tag_icon {
        background-position: -454px -116px;
    }

.tour_tag.Smart {
    background: #EDFAF9;
}

    .tour_tag.Smart .tour_tag_icon {
        background-position: -502px -116px;
    }

.tour_tag.Signature {
    background: #FDECEC;
}

    .tour_tag.Signature .tour_tag_icon {
        background-position: -548px -116px;
    }

.select_box select, .select_box input {
    line-height: 40px;
    padding: 0 20px 0 5px;
    border-radius: 3px;
    width: 100%;
    border: 1px solid var(--border-color);
    min-width: 65px;
    color: #001833;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.select_arrow {
    right: 6px;
    left: auto;
    bottom: 11px;
    width: 15px;
    height: 16px;
    pointer-events: none;
    position: absolute;
    background-position: -325px -17px;
}

.select_box {
    position: relative;
}

.optionbox .book_button {
    max-width: 100%;
    line-height: 42px;
    margin-top: 0;
}
/**change transfer css*/
.fix_pkg .Modify_Search {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    position: relative;
}

.fix_pkg .panel_row {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 40px;
}

.n_d_div {
    flex: 1;
    position: relative;
}

.upsaleallpkg .br_right_r {
    /*border-right: none;*/
    /*border-radius: 8px 0px 0px 8px;*/
}

.upsaleallpkg .br_left_r {
    border-left: none;
    border-radius: 0px 8px 8px 0px;
}

.n_d_none {
    border-radius: 8px 0px 0px 8px;
}

.search_button {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    background-color: var(--btn-bg);
    border-radius: 8px;
    transition: all 0.3s;
    border: none;
    color: var(--btn-two-bg);
    justify-content: center;
    font-size: 16px;
    column-gap: 10px;
    position: relative;
    max-width: 115px;
    margin-left: 8px;
    font-weight: 600;
}

.transfer_search_btn {
    margin-top: 20px;
    height: 40px;
    background: var(--btn-two-bg);
    color: #fff;
}

.search_input {
    height: 40px;
    width: 100%;
    color: var(--all-text-main);
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    appearance: none;
    background: #fff;
    box-sizing: border-box;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: normal;
    border-radius: 3px;
    border: 1px solid var(--border-color, #e9eefc);
    max-width: 280px;
}

#changetransfer .search_input {
    max-width: 100%;
}

.lbl_up {
    font-size: 14px;
    position: unset;
    color: #001833;
    z-index: 1;
    white-space: nowrap;
    top: 10px;
    font-weight: 400;
    pointer-events: none;
    background: transparent;
    width: auto;
    max-width: fit-content;
    left: 15px;
    right: 0;
    text-align: left;
}

.transfercancellation {
    border-radius: 8px;
    background: #fff;
    max-width: fit-content;
    padding: 5px;
    color: var(--btn-two-bg);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border: 1px solid var(--btn-two-bg);
    margin-top: 20px;
    z-index: 1;
}

.fa-long-arrow {
    background-position: 156px -14px;
    width: 20px;
    height: 20px;
}

.upwd40px {
    display: flex;
}

.duration_div {
    display: flex;
    align-items: center;
    column-gap: 5px;
    position: relative;
    color: #001833;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.total_pax_icon {
    background-position: -371px -101px;
    width: 24px;
    height: 12px;
}

.total_vehicle_icon {
    width: 20px;
    height: 22px;
    margin-left: 15px;
    background-position: -373px -170px;
}

#design-inovation .flight_block_list {
    padding-bottom: 48px;
}

.total_found_div {
    display: flex;
    align-items: center;
    gap: 32px;
}

.btn_tripf span {
    background: #49C8C0;
    border-radius: 8px;
    border: 0;
    padding: 8px 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
}

.btn_tripf {
    display: flex;
    gap: 10px;
}

.fonud_wrap {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: var(--all-text-main);
}

.main_div_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.exchane_chnge_fli {
    background-position: -406px -171px;
    width: 20px;
    height: 20px;
}

.chnge_filght_zone {
    display: flex;
    align-items: center;
    gap: 12px;
}

#pkg_tour_info table {
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#pkg_hotel_info .tab-content {
    height: calc(100vh - 230px);
}

#pkg_tour_info .tab-content {
    height: calc(100vh - 230px);
}

ul.listmenu, ul.listmenutab_ad {
    display: flex;
    column-gap: 10px;
    position: sticky;
    top: 0;
    background: #fff;
    padding: 10px 0;
    margin: 0;
    z-index: 9;
}

    ul.listmenu li a, ul.listmenutab_ad li a {
        color: var(--all-text-main);
        text-align: center;
        line-height: 30px;
        display: flex;
        align-items: center;
        column-gap: 8px;
        border-radius: 8px;
        background: var(--Background-bg-gray2, #F6F8FA);
        padding: 10px;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        justify-content: center;
    }

    ul.listmenu li.active a .service_icon, ul.listmenutab_ad li.active a .service_icon {
        filter: brightness(0) invert(1);
    }

    ul.listmenu li.active a, ul.listmenutab_ad li.active a {
        background: var(--active-menu);
        color: #fff;
    }

    ul.listmenu li, ul.listmenutab_ad li {
        flex: 1;
    }

.includ_icon {
    background-position: -240px -55px;
}

.timing_icon {
    background-position: -697px -96px;
}

span.timing_icon.common_icon.service_icon {
}

.tab_usefulinfo .useinfo_icon {
    width: 24px;
    height: 24px;
    background-position: -240px -55px;
}

.decrip_icon_tour {
    background-position: -503px -15px;
}

.body_overfl {
    overflow: hidden !important;
}

.inclu_table_div td.inclu_spacing {
    padding: 0;
}

    .inclu_table_div td.inclu_spacing table {
        width: 100%;
        border-collapse: collapse;
    }

.wid_20 {
    width: 20%;
    padding: 16px;
    border-right: 1px solid var(--border-color);
}

.wid_55 {
    width: 55%;
    padding: 16px;
    border-right: 1px solid var(--border-color);
}

.wid_25 {
    width: 25%;
    padding: 16px;
}

.staic_pkg_bg {
    background: #EDF1FE;
    border-radius: 16px;
}

    .staic_pkg_bg img {
        height: auto;
        width: auto;
        margin: 0 auto;
        padding: 45px 0;
    }

#soap-gallery-popup .popup-content {
    padding: 16px;
}

.combine_room {
    padding: 15px;
    border-top: none;
}

    .combine_room:not(:first-child) {
        border-top: 1px solid var(--border-color);
    }

.acco_table_div .table > tbody > tr > td {
    padding: 0;
}

.green-color {
    color: green;
}

.show_more_btn {
    color: var(--btn-two-bg);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
}

.romm_process {
    width: 100%;
    height: 35px;
    margin-bottom: 0;
    box-shadow: none;
    background: #fff;
    border-radius: 0;
    padding-top: 7px !important;
    padding-bottom: 7px;
    position: relative;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    line-height: 20px;
    border-radius: 8px;
    margin-bottom: 11px;
}

.clock_time {
    background-color: transparent;
    border: none;
    padding: 0;
    position: absolute;
    top: 27px;
    background-position: 105px -93px;
    right: 10px;
    left: auto;
}

.mare_info_btn {
    color: var(--btn-bg);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.property_block {
    color: var(--all-text-main);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.h_address {
    color: var(--all-text-main);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dura_icon {
    background-position: -567px -18px;
    width: 14px;
    height: 14px;
}

#changetransfer .main_price_div {
    align-items: flex-end;
}
.tou_s select {
    height: 30px;
    width: auto;
    border: 1px solid var(--all-text-main);
    font-size: 14px;
    color: var(--all-text-main);
    padding: 0 10px;
    margin-left: 15px;
    border-radius: 4px;
}
.day_width {
    max-width: 825px;
}
.dat_flex_date .info_data.collapse:not(.in) {
    height: 30px !important;
    min-height: 30px !important;
}
.sku_div {
    color: var(--all-text-main);
    font-size: 16px;
    font-weight: 400;
}

    .sku_div > div {
        margin-top: 5px;
    }
@media (max-width:1200px) and (min-width:768px) {
    #changeflight .pnlshadowpkg {
        width: 98% !important;
    }

    .pnlshadowpkg {
        width: 98% !important;
    }

    .itinery_content_detail .product_detail {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .transfer_max_block {
        flex-direction: column;
        gap: 10px;
    }

    .product_sub_d {
        flex: 0 0 65%;
        max-width: 65%;
    }

    .price_seaction {
        flex: 0 0 35%;
        max-width: 35%;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .table-responsive {
        min-height: .01%;
        overflow-x: auto;
        border: 1px solid var(--border-color);
    }
}


@media (max-width:991px) {

    .image_gallery {
        gap: 5px;
    }

    .big_image {
        flex: 0 0 60%;
        max-width: 60%;
    }

        .big_image img {
            height: 250px;
            width: 100%;
            border-radius: 5px;
        }

    .small_image img {
        height: 122px;
    }

    .see_all_image {
        bottom: 10px;
        font-weight: 600;
        font-size: 12px;
        line-height: 30px;
        padding: 0 10px;
        border-radius: 3px;
    }

    .detail_div_row {
        column-gap: 30px;
        flex-direction: column;
        gap: 10px;
    }

    .hotel_name {
        font-size: 16px;
        flex-direction: column;
        row-gap: 5px;
    }

    .right_search {
        margin-left: auto;
    }

    .map_div {
        flex: 1;
    }

    .map_view img {
        width: 100%;
    }

    .tour_facilities ul {
        flex-direction: row;
        margin-bottom: 10px;
    }

    .product_title {
        font-size: 20px;
    }

    .staic_pkg_bg img {
        padding: 10px 10px;
    }

    .day_count {
        font-size: 18px;
    }

    .itinery_content_detail h2 {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .sku_div {
        font-size: 15px;
    }
    .room_block .search_input {
        max-width: 100%;
    }

    .Modify_Search {
        margin-top: 0;
        width: calc(100% - 0px);
    }

    .transfer_search_btn {
        margin-top: 5px;
        margin-left: 0;
    }

    .wid_20 {
        padding: 8px;
    }

    .wid_55 {
        padding: 8px;
    }

    .wid_25 {
        padding: 8px;
    }

    body {
        padding-top: 65px;
    }

    .big_image img {
        height: 180px;
    }

    .small_image img {
        height: 87px;
    }

    .see_all_image {
        left: 10px;
        right: auto;
    }

    .Package_info {
        flex-direction: column;
    }

    .detail_content {
        padding: 15px;
    }

    ul.download_div li a {
        padding: 0 15px;
        font-size: 14px;
    }

    .package_duration_div {
        align-items: flex-start;
        margin-bottom: 10px;
        flex-direction: column;
        row-gap: 10px;
    }

    .get_policy a {
        display: inline-block;
    }

    .upsaleallpkg .upselltab {
        padding: 5px 0;
    }

    .flight_logo_selction .owl-nav {
        top: 20%;
    }

        .flight_logo_selction .owl-nav .owl-prev {
            margin-left: -10px;
        }

        .flight_logo_selction .owl-nav .owl-next {
            margin-right: -10px;
        }

    #changeflight .div_detail {
        top: -14px;
    }

    .fix_pkg .main_price {
        font-size: 15px;
    }

    .dynamic_iti_name {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    ul.listmenu, ul.listmenutab_ad {
        white-space: nowrap;
        overflow: auto;
    }

    .closedivpkg {
        right: 10px;
    }

    #changeflight .pnlshadowpkg {
        width: 100% !important;
    }

    .total_found_div {
        gap: 10px;
    }

    .fonud_wrap {
        font-size: 14px;
    }

    .cd-panelpkg .book_button {
        line-height: 40px;
    }

    .serch_input_pkg {
        padding-bottom: 0;
        gap: 15px;
        overflow: auto;
    }

    .name_star_block {
        flex-direction: column;
        gap: 15px;
    }

    .availmealfilter_wrapper {
        flex-direction: column;
    }

    .style-input {
        max-width: 100%;
    }

    div#upselltourwrapPackge {
        margin-bottom: 15px;
    }

    a.change_hotel {
        margin: 10px 0;
    }

    .hotel_title_detail .pkg_name {
        max-width: 172px;
    }

    .upsall_titlepkg {
        border-radius: 0;
        font-size: 16px;
    }

    .main_block_li {
        flex-direction: column;
        padding: 10px;
        row-gap: 10px;
    }

    .main-img img {
        min-height: 200px;
        object-fit: cover;
        max-height: 200px;
        border-radius: 8px;
        width: 100%;
    }

    .itinery_content_detail .upselltab {
        padding: 0;
    }

    .prodct_name, .prodct_name a {
        font-size: 14px;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

    .image_div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product_detail {
        flex-direction: column;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product_sub_d {
        flex: 1 1 0%;
        max-width: 100%;
        row-gap: 2px;
        padding: 10px 0px 0 0px;
    }

    .price_seaction {
        width: 100%;
        max-width: 100%;
        flex: 1 1 0%;
        border-left: none;
    }

    .transfer_zone {
        align-items: flex-start;
        flex-direction: column;
    }

    .day-dish {
        position: relative;
        right: 0;
        top: 0;
    }


    .book_button {
        padding: 0px 5px;
        line-height: 40px;
    }

    .hotellist_button {
        margin: 10px 0;
    }

    .pnlshadowpkg {
        width: 100% !important;
        box-shadow: 0 0 10px 0 rgba(50, 50, 50, .3) !important;
    }

    .tour_facilities ul {
        flex-direction: column;
        gap: 10px;
    }

    .hotel_name {
        font-size: 16px;
        flex-direction: column;
        row-gap: 5px;
    }

    .right_search {
        margin-left: auto;
    }

    .detail_content-wrap {
        row-gap: 15px;
    }

    .detail_div_row {
        flex-direction: column;
    }

    .main_price {
        font-size: 18px;
    }

    .chnage_hotel .main_price {
        justify-content: flex-start;
    }

    .chnage_hotel .slct.wd150px {
        text-align: left !important;
    }

    .product_title {
        font-size: 16px;
        margin-bottom: 5px;
    }


    .location_div {
        font-size: 16px;
    }

    .wd_price {
        font-size: 18px;
    }

    .day_count_block {
        font-size: 12px;
        padding: 5px;
        flex-direction: column;
        align-items: flex-start;
    }

    .date_wise {
        font-size: 12px;
    }

    .day_count {
        font-size: 16px;
    }

    .count_flex {
        gap: 10px;
    }

    .day_workin_lan {
        min-width: 50px;
        font-size: 15px;
    }

    .upsaleallpkg .upselltab li {
        margin-left: 0px;
    }

        .upsaleallpkg .upselltab li a {
            padding: 0 5px;
            font-size: 12px;
            line-height: 22px;
        }

    .itinery_content_detail {
        flex-direction: column;
        gap: 10px;
    }

    .transfer_max_block {
        margin-top: 10px;
        flex-direction: column;
    }

    .itinery_content_detail .product_detail {
        max-width: 100%;
        flex-direction: column;
    }

    .product_sub_d {
        max-width: 100%;
        padding: 0;
    }

    .landing_day_img img {
        height: 150px;
    }

    .itinery_content_detail .price_seaction {
        align-items: flex-start;
        padding-left: 0;
    }

    ul.download_div {
        margin-bottom: 10px;
        row-gap: 10px;
    }

    .landing_day_img {
        max-width: 100%;
    }

    .itinery_content_detail h2 {
        font-size: 15px;
    }

    .back_font li, .back_font p, .back_font span, .back_font b {
        font-size: 14px !important;
    }

    .hotel_title_detail {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .fix_pkg .book_button {
        margin-top: 10px;
        line-height: 40px;
        font-size: 14px;
    }

    .filter_short button {
        font-size: 14px;
    }

    .policy_icon.common_icon.policy_center:before {
        position: absolute;
        content: "Cancellation Policy";
        left: 48px;
        color: var(--btn-two-bg);
        font-size: 13px;
        margin-top: 5px;
    }

    .highlight {
        width: 340px;
    }

    .tab-content.days_block_service .table-responsive {
        overflow: visible;
    }

}
