﻿.amenitiesbutton {
    width: 100px;
    height: 30px;
    background-color: var(--active-menu);
    color: var(--bottom-header-text);
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    margin: 15px 0;
}

.container-no-height {
    background-color: var(--bottom-header-text);
}

.container-long-height {
    height: auto;
    background-color: var(--bottom-header-text);
}

.toggle-text {
    display: inline-block;
    color: black;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
}
.notyfy_info {
    border-radius: 3px;
    background: #ECFED8;
    max-width: fit-content;
    padding: 5px;
    color: #353535;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: auto;
}

.Modify_Search, .room_modify {
    max-width: 1330px;
    margin: 0 auto;
    width: calc(100% - 15px);
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 15px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.10);
}

.room_out_side {
    padding: 10px 0px;
    border-radius: 10px;
    background: var(--btn-bg);
}

.panel_row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding: 0px;
}

.n_d_div {
    flex: 1;
    position: relative;
}

.date_div {
    position: relative;
    flex: 1;
}


.lbl_up {
    font-size: 12px;
    position: absolute;
    color: #777E90;
    z-index: 1;
    white-space: nowrap;
    top: 5px;
    font-weight: 400;
    pointer-events: none;
    background: transparent;
    width: auto;
    max-width: fit-content;
    left: 42px;
    right: 0;
    text-align: left;
}

.drop_icon {
    width: 22px;
    height: 22px;
    pointer-events: none;
    position: absolute;
    top: 27px;
    left: 9px;
    z-index: 1;
}

.down_location {
    background-position: -362px -109px;
}

.country_location {
    background-position: -401px -107px;
}

.down_checkin {
    background-position: -43px -90px;
}

.clock_time {
    background-position: -442px -110px;
    background-color: transparent;
    border: none;
    padding: 0;
}

.night_div .down_moon {
    background-position: -76px -89px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 5px;
}

.down_room {
    background-position: -109px -88px;
}

.down_arrow {
    background-position: -1px -11px;
    right: 10px;
    left: auto;
}

.typevisicon {
    background-position: -524px -106px;
}

.down_nationalty {
    background-position: -486px -110px;
}

.search_input {
    height: 56px;
    width: 100%;
    color: var(--all-text-main);
    padding: 17px 0px 0px 42px;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    border: 1px solid #ECECEC;
    appearance: none;
    background: #F5F5F5;
    box-sizing: border-box;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 43px;
    border-radius: 3px;
}

.search_button {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    background-color: var(--btn-two-bg);
    border-radius: 3px;
    transition: all 0.3s;
    border: none;
    color: #fff;
    justify-content: center;
    font-size: 18px;
    column-gap: 10px;
    position: relative;
    max-width: 55px;
    background-position: -127px -72px;
}

    .search_button span {
        display: none;
    }

.hotel_date_p {
    display: flex;
}

.night_div {
    max-width: 100px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
}

.hotel_search .hotel_date_p {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: #f5f5f5;
    border-radius: 3px;
}

.hotel_search .date_div {
    max-width: 140px;
}

.room_max {
    max-width: 313px;
}

.night_div select {
    padding-top: 15px;
}

.br_left_r {
    border-left: none;
    border-radius: 0px 3px 3px 0px;
}

.br_right_r {
    border-radius: 3px 0px 0px 3px;
    border-right: none;
}



.br_none {
    border: none;
}

.detail_content-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.detail_content {
    padding: 15px;
    background: #fff;
    position: relative;
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

/*image gellery*/

.image_gallery {
    display: flex;
    gap: 12px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.big_image {
    flex: 0 0 50%;
    max-width: 48%;
    position: relative;
}

.small_image {
    flex: 0 0 26%;
    display: flex;
    flex-wrap: wrap;
    max-width: 25%;
    flex-direction: column;
    row-gap: 10px;
    overflow: hidden;
    margin-left: auto;
}

    .small_image img {
        height: 207px;
        object-fit: cover;
        width: 100%;
        border-radius: 5px;
        background-color: var(--other-bg-light);
    }

.big_image img {
    height: 424px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    background-color: var(--other-bg-light);
}

a.popup-gallery {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

button.video_button {
    border-radius: 2px 0px 0 2px;
    font-style: normal;
    border: none;
    right: 0;
    position: absolute;
    z-index: 1;
    display: block;
    bottom: 10px;
    background: var(--btn-two-bg);
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 50px;
    padding: 0 47px;
    min-width: 196px;
}

.see_all_image {
    right: 0;
    position: absolute;
    z-index: 1;
    display: block;
    bottom: 70px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 50px;
    padding: 0 28px;
    border-radius: 2px 0px 0 2px;
    min-width: 196px;
}
.points_tooltrip {
    border-radius: 3px;
    background: #ECFED8;
    max-width: fit-content;
    padding: 5px;
    color: #353535;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: auto;
}

ul.tourmenu1 {
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin-bottom: 0;
    background: #fff;
    padding: 0 15px;
    overflow: auto;
    border: 1px solid var(--border-color);
    border-radius: 8px;
}

    ul.tourmenu1 li a {
        line-height: 50px;
        color: var(--all-text-main);
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
    }

    ul.tourmenu1 li.active a {
        border-bottom: 2px solid var(--active-menu);
    }


.product_common_block {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
}

.hotel_title_detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: flex-start;
    gap: 15px;
}

.hotel_name {
    color: #353535;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.transfer_img img {
    width: 220px;
    height: 99px;
    );
}

.transfer_img {
    border-radius: 5px;
    background: #FFF;
    border: 1px solid var(--border-color);
}

.right_search > div {
    color: var(--all-text-main);
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.right_search {
    display: flex;
    align-items: center;
    column-gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

    .right_search > div small {
        color: #353535;
        text-align: right;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .right_search .secound_point {
        width: 100%;
        font-size: 13px;
        color: red;
    }

button.btn_scrollnew {
    border-radius: 3px;
    background: #00AAE8;
    border: none;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.place {
    color: #FFA800;
    font-size: 13px;
    letter-spacing: 3px;
    display: block;
    margin: 5px 0;
}

.fa-star:before {
    content: "\f005";
}

.location_div {
    display: flex;
    align-items: center;
    position: relative;
    color: var(--all-text-main);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    column-gap: 8px;
}

.adress_icon {
    min-width: 14px;
    height: 17px;
    background-position: -651px -43px;
}

.duration_icon {
    background-position: -546px -300px;
    width: 15px;
    height: 15px;
}

.car_icon {
    width: 30px;
    height: 13px;
    background-position: -756px -332px;
}

.map_view {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    color: var(--all-text-main);
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    position: relative;
}

.see_map {
    width: 20px;
    height: 20px;
    background-position: -700px -178px;
}

.map_view img {
    border-radius: 3px;
    object-fit: cover;
    width: 190px;
    height: 90px;
}

.map_view > span {
    position: absolute;
    padding: 0px 4px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    line-height: 40px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    background: var(--btn-bg);
    bottom: 25px;
    max-width: 116px;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
}

.review_div {
    display: flex;
    align-items: center;
    white-space: nowrap;
    column-gap: 10px;
    position: relative;
}

.review_count_trip {
    border-radius: 10px 10px 10px 0px;
    background: var(--btn-two-bg);
    width: 49px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.review_text {
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: var(--btn-two-bg);
}

.total_c_font {
    font-size: 12px;
    line-height: normal;
    color: var(--all-text-sub);
}

.product_d_title {
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

.popular_facilities ul, .tour_facilities ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 15px;
    margin: 0;
}

    .popular_facilities ul li, .tour_facilities ul li {
        width: calc(100%/2 - 41px);
        display: flex;
        align-items: center;
        color: var(--all-text-main);
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        column-gap: 5px;
    }

    .tour_facilities ul li {
        width: calc(100%/4 - 41px);
    }

.facility_icon {
    width: 22px;
    height: 22px;
    background-position: -451px -184px;
    min-width: 22px;
}

.FreeWiFi {
    background-position: -6px -708px;
}

.Parkingavailable {
    background-position: -29px -709px;
}

.Bar\/Lounge {
    background-position: -52px -709px;
}

.DiningServices {
    background-position: -75px -709px;
}

.Breakfastincluded {
    background-position: -7px -663px;
}

.FreeCancellation {
    background-position: -75px -709px;
}

.tour_availability {
    background-position: -423px -215px;
}

.tour_duration {
    background-position: -463px -215px;
}

.tour_starttime {
    background-position: -501px -216px;
}

.tour_Pickup {
    background-position: -613px -216px;
}

.tour_Upcoming {
    background-position: -538px -216px;
}

.tour_CancellationName {
    background-position: -575px -215px;
}

.tour_Printed {
    background-position: -687px -216px;
}

.tour_language {
    background-position: -652px -216px;
}

.Surroundings ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 15px;
    margin: 0;
    margin-bottom: 10px;
}

    .Surroundings ul li {
        width: calc(100%);
        display: flex;
        align-items: center;
        color: var(--all-text-main);
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        column-gap: 5px;
        position: relative;
        padding-left: 25px;
    }

.review_detail p {
    margin: 0;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review_detail b {
    color: #353535;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
    display: block;
}

.detail_review {
    width: 265px;
    overflow: hidden;
    display: block;
}

.Surroundings ul li:before {
    position: absolute;
    content: "";
    left: 0px;
    width: 20px;
    height: 20px;
    background-position: -660px -180px;
    top: 0px;
}

.popular_facilities, .review_block, .Surroundings, .tour_facilities {
    position: relative;
    padding-bottom: 20px;
    max-width: 355px;
}

.tour_facilities {
    max-width: 100%;
    padding: 20px;
    background-color: var(--other-bg-light);
    border: 1px solid var(--border-color);
    border-radius: 5px;
}

a.seeall_div {
    display: flex;
    align-items: center;
    color: #8DC94D;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    position: absolute;
    bottom: 0;
    column-gap: 5px;
    align-items: center;
}

    a.seeall_div .seeall_icon {
        width: 15px;
        height: 15px;
        background-position: -736px -180px;
    }

spna.pro_type {
    color: #777E90;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    border-radius: 2px;
    background: #EEEFF0;
    padding: 0 10px;
}

.product_title {
    font-size: 20px;
    font-weight: 600;
    color: var(--all-text-main);
    margin: 0;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.dec_p h3 {
    margin-bottom: 5px;
    font-size: 18px;
}
.aminities_block .amenities {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.aminities_block .amenities li {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    line-height: normal;
    color: var(--all-text-main);
    font-weight: 600;
}
ul.hotel_animitis {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

    ul.hotel_animitis li {
        width: 25%;
        display: flex;
        align-items: center;
    }

.nofacility {
    min-width: 23px;
    height: 20px;
    background-position: -624px -180px;
}
.nofacility_top {
    min-width: 23px;
    height: 20px;
    background-position: -425px -382px;
}


    .back_font ul li {
        display: flex;
        padding-left: 25px;
        position: relative;
    }

        .back_font ul li:before {
            position: absolute;
            content: "";
            width: 15px;
            height: 15px;
            left: 0;
            background-position: -667px -297px;
            top: 4px;
            background-image: url(/assets/project/img/Icon-Strip.svg);
        }

span.way_type {
    border-radius: 3px;
    border: 1px solid #D7F4FE;
    background: #F3FCFF;
    line-height: 24px;
    display: block;
    max-width: fit-content;
    padding: 0 10px;
    margin-left: auto;
}

.transfercancellation {
    border-radius: 3px;
    background: #8DC94D;
    max-width: fit-content;
    padding: 5px;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.transfer_policy {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.transfer_flex {
    justify-content: flex-start;
}

.from_to_de {
    flex: 1;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.passenger_icon {
    background-position: -711px -290px;
}

.time_hour_min {
    background-position: -463px -218px;
}

.bagge_icon {
    background-position: -760px -290px;
}

.air_icon {
    background-position: -718px -326px;
}

.from_to_de .location_icon, .from_to_de .depart_time {
    width: 20px;
    height: 18px;
    background-position: -650px -42px;
    margin-bottom: auto;
}

.from_to_de .depart_time {
    background-position: -463px -218px;
}

.day_wise_block {
    position: relative;
    padding-left: 70px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

    .right_button button {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: var(--btn-bg);
        border: 1px solid var(--btn-bg);
        column-gap: 5px;
        padding: 0 10px;
        cursor: pointer;
        font-size: 13px;
        font-weight: 600;
        white-space: nowrap;
        line-height: 30px;
        border-radius: 5px;
        text-transform: capitalize;
        width: 100%;
    }

button.whatapp_btn {
    background: #25D366;
    border: 1px solid #25D366;
}

.p_whatsapp {
    width: 19px;
    height: 19px;
    background-position: -379px -344px;
}

.p_inq {
    width: 21px;
    height: 21px;
    background-position: -420px -343px;
}

.d_pdf {
    width: 21px;
    height: 21px;
    background-position: -767px -359px;
}

button.down_btn {
    background: transparent;
    color: var(--btn-bg);
}
/*package detail*/

.select_button, .select_button {
    background: var(--btn-two-bg);
    border: none;
    font-size: 14px;
    color: var(--color);
    font-weight: 600;
    line-height: 35px;
    border-radius: 5px;
    padding: 0 25px;
    margin: 0 auto;
}

.selectavl_button {
    border: 1px solid var(--btn-bg);
    color: var(--btn-bg);
    background: transparent;
}

.day_wise_block {
    position: relative;
    padding-left: 70px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.day_count {
    background: var(--btn-bg);
    max-width: fit-content;
    padding: 0 10px;
    width: 95px;
    color: var(--color);
    line-height: 32px;
    border-radius: 3px;
    position: absolute;
    left: 0;
}

.day_wise_block:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #00aae8;
    left: 26px;
    top: 32px;
}

.lan_p_start {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

    .lan_p_start .day_wise_block:last-child:before {
        display: none;
    }

.landing_day_img img {
    width: 180px;
    height: 120px;
    border-radius: 5px;
    object-fit: cover;
}

.it_product_name {
    color: var(--all-text-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
.whatsapp_p_b{
    position:relative;
}
.whattap_pdf {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 100%;
    display: flex;
    min-width: 350px;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.10);
    z-index: 1;
    gap: 10px;
}
.sticky_pos {
    top: -17px !important;
}
.right_button {
    display: flex;
    gap: 10px;
}
#videoModal .video-placeholder iframe {
    border: none;
    width: 100% !important;
}
/**review*/
.tour-reviews .reviews-container {
    display: grid;
    grid-template-columns: repeat(11, minmax(0, 1fr));
    gap: 30px;
}

    .tour-reviews .reviews-container .review-item:nth-of-type(1) {
        grid-column: span 3 / span 3;
        background-color: var(--btn-bg);
        color: var(--color);
        place-content: center;
        text-align: center;
    }

    .tour-reviews .reviews-container .review-item .total-point {
        color: var(--color-white);
        font-family: var(--ff-work-sans);
        font-size: 56px;
        font-weight: 700;
        line-height: 114.286%;
        margin: 0;
    }

    .tour-reviews .reviews-container .review-item .review-catagory {
        color: var(--color-white);
        display: inline-flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        gap: 5px;
    }

    .tour-reviews .reviews-container .review-item:nth-of-type(2) {
        grid-column: span 4 / span 4;
    }

    .tour-reviews .reviews-container .review-item:not(:first-child) {
        padding: 20px 0;
    }

    .tour-reviews .reviews-container .review-item:nth-of-type(3) {
        grid-column: span 4 / span 4;
    }

    .tour-reviews .reviews-container .review-item {
        display: grid;
        align-content: center;
    }

        .tour-reviews .reviews-container .review-item .progress-group span {
            color: #000;
            display: block;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 142.857%;
        }

        .tour-reviews .reviews-container .review-item .progress-wrapper {
            display: flex;
            gap: 12px;
            align-items: center;
            color: #000;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 142.857%;
        }

            .tour-reviews .reviews-container .review-item .progress-wrapper .progress {
                height: 8px;
                flex: 1;
                margin-bottom: 0;
            }
.print-voucher {
    padding: 10px;
    background-color: #00aae800;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

    .print-voucher:hover {
        background-color: #bec8db; /* Light gray on hover */
        cursor: pointer;
    }


@media (max-width:991px) {
    .aminities_block .amenities li {
        font-size: 13px;
    }
    .aminities_block .amenities {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .Modify_Search {
        margin-top: 0px;
        border: none;
        flex-direction: column;
        border-radius: 0px;
        box-shadow: none;
    }

    .panel_row {
        flex-direction: column;
        row-gap: 10px;
    }

    body {
        padding-top: 103px;
    }


    .image_gallery {
        gap: 5px;
    }

    .big_image {
        flex: 0 0 60%;
        max-width: 60%;
    }

        .big_image img, .transfer_img, .transfer_img img {
            height: 250px;
            width: 100%;
            border-radius: 5px;
        }

    .small_image img {
        height: 122px;
    }

    .small_image {
        flex: 0 0 40%;
        max-width: 40%;
        row-gap: 5px;
    }

    .see_all_image {
        bottom: 37px;
        font-weight: 600;
        font-size: 12px;
        line-height: 30px;
        padding: 0 10px;
        border-radius: 3px;
        right: 0;
        min-width: max-content;
    }
    button.video_button {
        bottom: 1px;
        font-weight: 600;
        font-size: 12px;
        line-height: 30px;
        padding: 0 10px;
        border-radius: 3px;
        right: 0;
        min-width: max-content;
    }
    .hotel_title_detail {
        margin-bottom: 15px;
        flex-direction: column;
    }

    .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%;
    }

    .popular_facilities ul {
        column-gap: 15px;
    }

        .popular_facilities ul li, .tour_facilities ul li {
            width: calc(100% / 2 - 8px);
        }

    .product_d_title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .product_common_block, ul.hotel_animitis {
        gap: 15px;
    }

    .tour_facilities {
        padding: 5px
    }

    .detail_content {
        padding: 0px;
        border: none;
        border-radius: 0px;
    }

    ul.hotel_animitis li {
        width: 47%;
    }

    .product_title {
        font-size: 18px;
    }

    ul.tourmenu1 {
        column-gap: 20px;
        padding: 0 0px;
        border: none;
    }

        ul.tourmenu1 li a {
            line-height: normal;
            font-size: 14px;
        }

    .sticky_nav {
        position: relative;
        top: 0px;
        z-index: 0;
    }

    .search_button span {
        display: block;
    }

    .search_button {
        max-width: 100%;
        background-image: none;
    }

    .breadcrumb {
        display: flex;
    }

    .transfer_flex {
        flex-direction: column;
    }
    .tour-reviews .reviews-container .review-item:nth-of-type(2), .tour-reviews .reviews-container .review-item:nth-of-type(3), .tour-reviews .reviews-container .review-item:nth-of-type(1) {
        grid-column: span 12 / span 12;
        padding: 5px 0;
    }

    .tour-reviews .reviews-container .review-item:nth-of-type(1) {
        padding: 30px 0;
    }

    .tour-reviews .reviews-container {
        gap: 15px;
    }
}

@media (max-width:767px) {

    .print-voucher {
        padding: 0;
    }
    .tour-reviews .reviews-container .review-item:nth-of-type(1) {
        padding: 10px 0;
    }

    .tour-reviews .reviews-container .review-item .total-point {
        font-size: 32px;
    }
    .hotel_search .date_div {
        max-width: 122px;
    }
    .lbl_up {
        left: 35px;
    }
    .search_input {
        padding: 17px 0px 0px 35px;
    }
        
    .night_div {
        max-width: 70px;
    }
    .right_button button {
        font-size: 11px;
    }
}
