.photos-grid-container {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 15px;
    align-items: start;
    margin-top: 25px;
}

@media (max-width: 580px) {
    .photos-grid-container {
        grid-template-columns: 1fr;
        margin-top: 15px;
    }
}

.photos-grid-container .img-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    max-height: 170px;
}

    .photos-grid-container .img-box:hover .transparent-box {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .photos-grid-container .img-box:hover .caption {
        transform: translateY(-5px);
    }

.photos-grid-container img {
    max-width: 100%;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.photos-grid-container .caption {
    color: white;
    transition: transform 0.3s, opacity 0.3s;
    font-size: 1.5rem;
}

.photos-grid-container .transparent-box {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    transition: background-color 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .photos-grid-container .transparent-box .caption {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: bold;
    }

.photos-grid-container .main-photo {
    grid-area: 1 / 1;
    height: 100%;
    max-height: 350px;
}

.photos-grid-container .sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

    .photos-grid-container .sub:nth-child(0) {
        grid-area: 1 / 1;
    }

    .photos-grid-container .sub:nth-child(1) {
        grid-area: 1 / 2;
    }

    .photos-grid-container .sub:nth-child(2) {
        grid-area: 2 / 1;
    }

    .photos-grid-container .sub:nth-child(3) {
        grid-area: 2 / 2;
    }

.hide-element {
    border: 0px;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    width: 1px;
}

.detail_tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(233, 233, 233);
    padding: 0px;
    margin: 20px 0px;
}

    .detail_tab ul {
        display: flex;
        margin: 0px;
        list-style: none;
        padding: 0px;
    }

        .detail_tab ul li {
            display: block;
        }

            .detail_tab ul li a {
                text-decoration: none;
                padding: 10px 0px;
                display: block;
                white-space: nowrap;
                color: rgba(50, 50, 50, 0.6);
                font: 600 16px / 18px "Segoe UI";
                margin: 0px 20px;
            }

                .detail_tab ul li a.active, .detail_tab ul li a:hover {
                    border-bottom: 4px solid rgb(246, 36, 89);
                    color: rgb(246, 36, 89);
                }

button.select_roomBtn {
    background: var(--accent-color);
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 10px;
    height: 36px;
    font: 16px / 18px "Segoe UI";
    padding: 0 10px;
    cursor: pointer !important;
}

    button.select_roomBtn:disabled {
        opacity: 0.2;
    }

.hotel-address {
    display: flex;
    justify-content: space-between;
}

.hotel-title {
    display: flex;
    align-items: center;
}

.redirect-wishlist ul {
    display: flex;
    list-style: none;
}

.hotel-title h2 {
    font: 600 24px / 18px "Segoe UI";
}

.heading-2 {
    font: 600 18px / 29px "Segoe UI";
}

.popular-facilities ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0px;
    padding: 0px;
}

    .popular-facilities ul li {
        font: 14px / 18px "Segoe UI";
        color: rgb(34, 34, 34);
        border: 1px solid rgb(235, 235, 235);
        padding: 5px 8px;
        border-radius: 10px;
    }

.popular-facilities {
    padding: 25px 0px;
    border-top: 1px solid rgb(239, 239, 239);
    border-bottom: 1px solid rgb(239, 239, 239);
    margin: 15px 0px;
}

.about-hotel {
    margin: 15px 0px;
    display: flex;
    flex-direction: column;
}

    .about-hotel p {
        color: rgb(34, 34, 34);
        font: 14px / 18px "Segoe UI";
        margin: 10px 0px;
    }

.high-demand {
    background: rgb(255, 237, 242);
    border-radius: 10px;
    padding: 15px;
    text-align: left;
}

    .high-demand h6 {
        margin: 0px;
        font: 600 14px / 29px "Segoe UI";
        color: rgb(246, 36, 89);
        text-align: left;
        padding: 0px;
    }

    .high-demand p {
        margin: 0px;
    }

.hotel_type {
    color: rgb(0, 0, 0);
    font: 600 16px / 22px "Segoe UI";
    padding: 15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    margin: 0px 0px 10px;
}

.hotel-DetailPop .popup-detail {
    padding: 10px;
    height: 90vh;
}

    .hotel-DetailPop .popup-detail .popup-hoteldetailBody {
        height: 75%;
        overflow-y: scroll;
    }

.hotel-DetailPop .popup-detail {
    padding: 10px;
}

.hotel-DetailPop .hotel_type {
    font: 600 22px / 29px "Segoe UI";
    border-bottom: 2px solid rgba(0, 0, 0, 0.04);
    margin: 0px;
}

.popup_select-btn {
    border-top: 2px solid rgba(0, 0, 0, 0.04);
    padding: 10px 0px;
    text-align: right;
}

.roomCard {
    display: flex;
    border: 1px solid rgb(237, 237, 237);
    padding: 10px;
    margin-top: 15px;
    border-radius: 15px;
}

    .roomCard .leftpanel {
        width: 22%;
    }

    .roomCard .rightPanel {
        width: 76%;
        margin-left: 25px;
    }

.rightPanel .rightpanel_header {
    background: rgb(227, 227, 227);
    display: flex;
    border-radius: 10px 10px 0px 0px;
}

.rightPanel .opt_choices, .room_price {
    width: 50%;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.room_price {
    border-right: none;
}

.rightPanel .num_of_guest {
    width: 10%;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    /* padding: 10px 0 0 0; */
}

.room_price .price_details .non-refund p {
    font: 14px / 26px "Segoe UI";
    margin: 0px;
    color: rgb(0, 0, 0);
}

.room_price .price_details .non-refund span {
    font: 10px / 14px "Segoe UI";
    color: rgb(0, 0, 0);
}

.rightPanel .opt_choices, .room_price, .num_of_guest, h6 {
    text-align: center;
    font: 600 14px / 40px "Segoe UI";
    margin: 0px;
    padding: 0px;
}

.room_price_select {
    text-align: center;
    font: 600 14px / 40px "Segoe UI";
    margin: 0px;
    padding: 0px;
    width: 15%;
}

.psg_details-field h6 {
    text-align: left;
    font: 600 16px / 40px "Segoe UI";
    margin: 0px;
    padding: 0px;
}

h4.room-title {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0px 0px 15px;
}

.rightpanel_body {
    display: flex;
    padding: 0px;
}

    .rightpanel_body .date_arriving {
        display: flex;
        align-items: center;
    }

        .rightpanel_body .date_arriving p {
            margin: 0px;
            color: rgb(0, 127, 181);
            font: 14px / 26px "Segoe UI";
        }

        .rightpanel_body .date_arriving span {
            margin-left: 5px;
            color: rgb(34, 34, 34);
            font: 14px / 26px "Segoe UI";
        }

    .rightpanel_body p.f_cancellation {
        background: rgb(208, 241, 255);
        margin: 0px 0px 10px -20px;
        padding: 0px 10px;
        display: inline-block;
        border-radius: 4px;
        color: rgb(0, 127, 181);
        border: 1px solid rgb(0, 127, 181);
        position: relative;
        line-height: 30px;
        font-weight: 400;
        font-size: 14px;
    }

        .rightpanel_body p.f_cancellation::after {
            content: "";
            left: -4px;
            display: inline-block;
            position: absolute;
            bottom: -14px;
            border-right: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 8px solid rgb(11, 166, 223);
            height: 0px;
            width: 0px;
            transform: rotate(90deg);
        }

    .rightpanel_body .opt_choices {
        text-align: left;
        padding: 10px;
    }

.opt_choices .type_list ul {
    list-style: none;
    padding: 0px;
    column-count: 2;
}

    .opt_choices .type_list ul li {
        font: 14px / 26px "Segoe UI";
        color: rgb(60, 60, 60);
        text-transform: capitalize;
    }

        .opt_choices .type_list ul li span {
            margin-right: 5px;
        }

.rightpanel_body .num_of_guest ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .rightpanel_body .num_of_guest ul li {
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 24px;
    }

        .rightpanel_body .num_of_guest ul li span {
            font-size: 12px;
        }

.room_price .price_details {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    padding: 15px;
}

.select_btn button {
    border: 1px solid rgb(246, 36, 89);
    background: transparent;
    font: 500 16px / 18px "Segoe UI";
    border-radius: 10px;
    padding: 10px;
    color: rgb(203, 10, 59);
    /* width: 70%; */
}

button.ng-binding.selected {
    background: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.room_price .price_details .non-refund {
    text-align: left;
}

.price_body .price {
    display: block;
    width: 100%;
    text-align: right;
}

    .price_body .price h5 {
        font: bold 28px / 29px "Segoe UI";
        margin: 0px;
        text-align: center;
    }

        .price_body .price h5 span {
            text-decoration: line-through;
            font: 600 20px / 29px "Segoe UI";
            color: rgb(152, 152, 152);
        }

    .price_body .price p.texes {
        margin: 0px;
        font: 12px / 14px "Segoe UI" !important;
        color: rgb(0, 0, 0) !important;
    }

.price_details .price_body {
    width: 100%;
}

.price_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0px;
    width: 50%;
}

    .price_body .select_btn {
        width: 100%;
        text-align: right;
    }

.overViewRight {
    padding: 0px 15px;
}

.booking-sidebar img {
    border-radius: 15px;
}

.overViewRight ul {
    padding: 0px;
    justify-content: space-between;
}

    .overViewRight ul li {
        color: rgb(0, 0, 0);
        list-style: none;
        font: 14px / 26px "Segoe UI";
        /* width: 50%; */
    }

.hotel_Imges img {
    width: 100%;
    max-height: 150px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 5px;
    margin: 0px !important;
}

.roomCard .rightPanel .right_main {
    border-top: 1px solid rgb(227, 227, 227);
    border-right: 1px solid rgb(227, 227, 227);
    border-left: 1px solid rgb(227, 227, 227);
    border-image: initial;
    border-bottom: none;
    border-radius: 10px;
}

button.show-moreBtn {
    width: 100%;
    border: 1px solid rgb(168, 168, 168);
    font: 14px / 18px "Segoe UI";
    padding: 10px;
    border-radius: 10px;
    background: transparent;
    margin: 15px 0px;
    color: rgb(131, 127, 127);
}

button.details-Btn {
    border: none;
    padding: 8px 25px;
    background: rgb(227, 227, 227);
    font: 600 14px / 18px "Segoe UI";
    border-radius: 10px;
    margin: 15px 0px;
}

.overViewRight button.accordion-button {
    background: transparent;
    box-shadow: none;
    font: 16px / 29px "Segoe UI";
}

    .overViewRight button.accordion-button:focus {
        box-shadow: none;
        border: none;
    }

.overViewRight .accordion {
    border: none;
}

    .overViewRight .accordion .accordion-item {
        border-left: none;
        border-right: none;
        border-top: none;
    }

.overViewRight .location-map {
    border-radius: 10px;
    overflow: hidden;
}

.nearBy h6 {
    font: 600 16px / 29px "Segoe UI";
    text-align: left;
    color: rgb(0, 0, 0);
}

.nearBy ul {
    padding: 0px;
    list-style: none;
}

    .nearBy ul li {
        font: 14px / 24px "Segoe UI";
        color: rgb(0, 0, 0);
    }

.hotel-area h5 {
    font: 600 18px / 24px "Segoe UI";
}

.hotel-area p {
    font: 14px / 24px "Segoe UI";
    color: rgb(34, 34, 34);
}

.hotel_disc {
    padding: 15px;
    border: 1px solid rgb(237, 237, 237);
    border-radius: 15px;
}

.hotel-area {
    border-bottom: 1px solid rgb(237, 237, 237);
    margin-bottom: 15px;
}

ul.rating-type {
    display: flex;
    justify-content: space-between;
    padding: 0px;
}

    ul.rating-type li {
        padding: 0px 20px;
        list-style: none;
        color: rgb(0, 0, 0);
        border-left: 1px solid rgb(237, 237, 237);
    }

        ul.rating-type li p {
            padding: 0px;
            margin: 8px 0px;
            font: 14px / 17px "Segoe UI";
        }

        ul.rating-type li span {
            display: block;
            font-weight: 600;
        }

.review-rating h6 {
    text-align: left;
}

.reviewCard .reviewHeader {
    display: flex;
    justify-content: space-between;
}

.reviewCard .reviewtext {
    background: rgb(242, 242, 242);
    border-radius: 20px;
    padding: 15px;
}

    .reviewCard .reviewtext h6 {
        padding: 0px;
        text-align: left;
    }

    .reviewCard .reviewtext p {
        font: 14px / 20px "Segoe UI";
        color: rgb(34, 34, 34);
        margin: 0px 0px 10px;
    }

    .reviewCard .reviewtext a {
        text-decoration: underline;
        font: 600 14px / 20px "Segoe UI";
    }

.reviewCard .reviewHeader .reviewDate ul {
    justify-content: flex-end;
}

.reviewCard .reviewHeader .reviewDate p {
    font: 12px / 19px "Segoe UI";
    color: rgb(189, 189, 189);
    margin: 0px 0px 5px;
}

.reviewHeader .userIcon {
    display: flex;
}

    .reviewHeader .userIcon img {
        width: 44px;
        height: 44px;
        margin-right: 10px;
    }

.reviewCard {
    padding: 25px 0px;
    border-bottom: 1px solid rgb(233, 233, 233);
}

.room-list {
    margin-bottom: 20px;
    position: relative;
}

.select-room-left {
    width: 73%;
}

.price-summary-right {
    width: 25%;
    float: right;
}

    .price-summary-right .booking-card {
        background: rgb(255, 255, 255);
        border-radius: 8px;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
        padding: 20px;
    }

.booking-card.fixed {
    position: fixed;
    top: 0px;
}

.price-summary-right .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    color: rgb(34, 34, 34);
}

.price-summary-right .price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 6px;
}

.price-summary-right .price-amount {
    font-size: 32px;
    font-weight: 700;
    color: rgb(31, 59, 92);
}

.price-summary-right .price-nights {
    font-size: 14px;
    color: rgb(119, 119, 119);
}

.price-summary-right .price-summary {
    font-size: 13px;
    color: rgb(31, 95, 212);
    cursor: pointer;
    margin-bottom: 16px;
}

.price-summary-right .section {
    border-top: 1px solid rgb(230, 230, 230);
    padding-top: 14px;
    margin-top: 14px;
}

.price-summary-right .section-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: rgb(34, 34, 34);
}

.price-summary-right .item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 6px;
    color: rgb(51, 51, 51);
}

.price-summary-right .dates {
    font-size: 14px;
    color: rgb(51, 51, 51);
}

.price-summary-right .date-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.price-summary-right .reserve-btn {
    margin-top: 20px;
    width: 100%;
    border: none;
    border-radius: 999px;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    background: var(--accent-color);
    color: rgb(255, 255, 255);
    cursor: pointer;
    box-shadow: rgba(255, 59, 92, 0.4) 0px 4px 10px;
}

.reserve-btn:hover {
    background: rgb(230, 50, 81);
}

.amenities .amenities_list {
    display: flex;
    font: 14px / 20px "Segoe UI";
    align-items: baseline;
}

    .amenities .amenities_list .amenities_txt ul li {
        color: rgb(0, 0, 0);
        font: 14px / 24px "Segoe UI";
        list-style: none;
    }

    .amenities .amenities_list .amenities_txt h6 {
        text-align: left;
    }

    .amenities .amenities_list .amenities_txt ul {
        padding: 0px;
    }

    .amenities .amenities_list .amenities_txt {
        margin-left: 15px;
    }

.roomType_tab .select_btn button {
    width: auto;
    padding: 7px 15px;
    border: 1px solid rgb(242, 242, 242);
    color: rgb(34, 34, 34);
    font: 14px / 18px "Segoe UI";
    margin-right: 10px;
}

    .roomType_tab .select_btn button.active {
        border: 1px solid rgb(0, 0, 0);
    }

.hotel_Policies .policy-sec h6 {
    text-align: left;
    font: 600 14px / 17px "Segoe UI";
    margin: 8px 0px;
}

.hotel_Policies .policy-sec p {
    font: 14px / 26px "Segoe UI";
    color: rgb(0, 0, 0);
    margin: 0px;
}

.hotel_Policies .policy-sec ul {
    color: rgba(34, 34, 34, 0.83);
    padding: 0px 0px 0px 20px;
}

    .hotel_Policies .policy-sec ul li {
        font: 300 14px / 24px "Segoe UI";
        margin: 5px 0px;
    }

.hotel_Policies .policy-sec .child-bed {
    border-radius: 10px;
    background: rgb(242, 242, 242);
    padding: 2px 10px 12px;
}

    .hotel_Policies .policy-sec .child-bed h6 {
        font: 600 14px / 17px "Segoe UI";
    }

    .hotel_Policies .policy-sec .child-bed strong {
        color: rgb(0, 0, 0);
    }

        .hotel_Policies .policy-sec .child-bed strong span {
            color: rgb(72, 197, 181);
        }

.hotel-DetailPop {
    position: fixed;
    z-index: 9999;
    margin: 0px auto;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    top: 0px;
    left: 0px;
}

    .hotel-DetailPop .container {
        width: 1160px;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        position: absolute;
        border-radius: 25px;
        height: 80vh;
    }

    .hotel-DetailPop .row {
        background: rgb(255, 255, 255);
        border-radius: 15px;
        height: 100%;
    }

    .hotel-DetailPop .popupHeader {
        display: flex;
        justify-content: space-between;
        color: rgb(255, 255, 255);
    }

        .hotel-DetailPop .popupHeader h6 {
            color: rgb(255, 255, 255);
        }

        .hotel-DetailPop .popupHeader button {
            background: transparent;
            border: none;
            color: rgb(255, 255, 255);
            font-size: 26px;
        }

    .hotel-DetailPop .gallery {
        position: relative;
    }

.detailGallery {
    width: 100%;
    max-width: 620px;
    overflow: hidden;
    margin: 30px auto;
    position: relative;
}

.hotelDetails {
    width: 100%;
    height: auto;
    margin: 0px 0px 10px;
    border-radius: 30px;
    overflow: hidden;
}

    .hotelDetails .swiper-slide {
        width: auto;
        height: 400px;
    }

        .hotelDetails .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            margin: 0px auto;
            object-fit: cover;
        }

.detailGallery .swiper-button-prev, .swiper-button-next {
    background: rgb(255, 255, 255);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: 50%;
}

    .detailGallery .swiper-button-prev::after, .swiper-button-next::after {
        font-size: 14px;
        color: var(--default-color);
        font-weight: bold;
    }

.hotelDetails-thumb {
    width: 100%;
    padding: 0px;
    overflow: hidden;
}

    .hotelDetails-thumb .swiper-slide {
        width: 100px;
        height: 50px;
        text-align: center;
        overflow: hidden;
        opacity: 0.1;
        border-radius: 15px;
    }

    .hotelDetails-thumb .swiper-slide-active {
        opacity: 1;
    }

    .hotelDetails-thumb .swiper-slide img {
        width: 100%;
    }

.room-detail-login {
    color: rgb(122, 122, 122);
    font: 14px / 19px "Segoe UI";
    border: 1px solid rgb(227, 227, 227);
    padding: 16px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

    .room-detail-login span {
        color: rgb(246, 36, 89);
    }

.room-detail-card .room-title h4 {
    font: 20px / 24px "Segoe UI";
}

.room-detail-card .room-title p.no_psg {
    color: rgb(34, 34, 34);
    font: 12px / 14px "Segoe UI";
    margin: 0px;
}

    .room-detail-card .room-title p.no_psg span {
        margin: 0px 8px 0px 0px;
    }

.room-detail-card .hotel-amenities {
    border-top: 1px solid rgb(205, 205, 205);
    border-bottom: 1px solid rgb(205, 205, 205);
    padding: 8px 0px;
}

.psg_details-field input {
    padding: 10px;
}

.psg_details-field span.text-danger {
    font-size: 12px;
}

.customer-detail-field .form-control {
    padding: 11px;
}

.customer-detail-field select:focus {
    box-shadow: none;
    padding: 10px;
    border-color: rgb(219 219 219);
}

.customer-detail-field .text-danger {
    font-size: 12px;
}

.psg_details-field input:focus {
    box-shadow: none;
    border-color: rgb(177, 177, 177);
}

.psg_details-field label {
    color: rgb(34, 34, 34);
    font: 14px / 26px "Segoe UI";
}

.psg_details-field {
    padding: 20px 0px 0px;
}

.room-detail-card {
    border: 1px solid rgb(237, 237, 237);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

.list_price {
    display: flex;
}

.special-request ul li {
    display: flex;
    background: rgb(249, 249, 249);
    border-radius: 20px;
    padding: 15px;
    align-items: center;
    margin: 15px 0px;
}

    .special-request ul li .list_price {
        width: 100%;
        column-gap: 10px;
        justify-content: flex-end;
        align-items: center;
    }

        .special-request ul li .list_price .disc_price {
            font: 600 18px / 19px "Segoe UI";
            color: rgb(161, 161, 161);
        }

.price {
    font: 600 24px / 14px "Segoe UI";
    color: rgb(34, 34, 34);
    text-align: right;
}

    .price p {
        margin-right: 20px;
        margin-bottom: 0px;
        font: 18px / 19px "Segoe UI" !important;
        color: rgb(72, 197, 181) !important;
    }

.requestList {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 15px;
}

.list_price button {
    border: 1px solid rgb(203, 10, 59);
    border-radius: 9px;
    font: 16px / 18px "Segoe UI";
    padding: 8px 25px;
}

.requestList h6 {
    text-align: left;
    margin: 0px;
    padding: 0px;
    font: 600 16px / 26px "Segoe UI";
}

.requestList p {
    font: 14px / 18px "Segoe UI";
    color: rgb(161, 161, 161);
    padding: 0px;
    margin: 0px;
}

.special-request ul {
    margin: 0px;
    padding: 0px;
}

.price span {
    font: 600 12px / 19px "Segoe UI";
}

.requestList h6 span {
    background: rgb(34, 34, 34);
    font: 13px / 18px "Segoe UI";
    border-radius: 15px;
    color: rgb(255, 255, 255);
    padding: 2px 10px;
}

.roomDetailRightcard .hotel-title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    /* border-bottom: 1px solid rgb(239, 239, 239); */
    padding-bottom: 10px;
    justify-content: space-between;
}

    .roomDetailRightcard .hotel-title h2 {
        font: 600 18px / 22px "Segoe UI";
        margin: 0px;
    }

.tripad_rating p {
    font: 600 14px / 17px "Segoe UI";
    border-top: 1px solid rgb(220, 220, 220);
    border-bottom: 1px solid rgb(220, 220, 220);
    color: rgb(0, 0, 0);
}

    .tripad_rating p img {
        width: 100px;
        margin-right: 10px;
    }

    .tripad_rating p span {
        color: rgb(91, 91, 91);
    }

.time_summary ul {
    display: flex;
    padding: 0px;
    flex-wrap: wrap;
}

    .time_summary ul li {
        width: 50%;
        line-height: 22px;
    }

.overViewRight ul li span {
    color: rgb(163, 163, 163);
}

.overViewRight ul li p {
    padding: 0px;
    margin: 0px;
    font-weight: 600;
}

.roomDetailRightcard {
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 10px;
    border-radius: 10px;
    margin-bottom: 25px;
}

    .roomDetailRightcard .numofpsg_price {
        display: flex;
        justify-content: space-between;
        font: 16px / 19px "Segoe UI";
        color: rgb(0, 0, 0);
        border-bottom: 1px solid rgb(239, 239, 239);
    }

    .roomDetailRightcard .total_price {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .roomDetailRightcard .total_price h5 {
            font-weight: 700;
        }

    .roomDetailRightcard .addChar h6 {
        text-align: left;
        line-height: normal;
    }

    .roomDetailRightcard .addChargeList {
        display: flex;
        justify-content: space-between;
        color: rgb(0, 0, 0);
        align-items: center;
        padding: 0px;
        margin: 5px 0px;
    }

    .roomDetailRightcard .addChar .addChargeList p {
        padding: 0px;
        margin: 0px;
        font-size: 14px;
    }

.addChar {
    border-bottom: 1px solid rgb(239, 239, 239);
    padding: 10px 0px;
}

.what-y-need h5 {
    text-align: left;
    font: 600 16px / 26px "Segoe UI";
    margin: 0px;
}

.what-y-need p {
    font: 14px / 18px "Segoe UI";
    color: rgb(34, 34, 34);
}

.preference {
    background: rgb(245, 245, 245);
    padding: 15px;
    border-radius: 10px;
}

    .preference h6 {
        font: 14px / 26px "Segoe UI";
        text-align: left;
    }

.basic-container {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    flex-direction: column;
}

    .basic-container input[type="radio"]:checked {
        border-color: rgb(72, 197, 181);
        background-color: rgb(255, 255, 255);
    }

        .basic-container input[type="radio"]:checked::after {
            content: "";
            position: absolute;
            width: 11px;
            height: 11px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            background-color: rgb(0, 188, 212);
        }

    .basic-container input[type="radio"] {
        appearance: none;
        width: 21px;
        height: 21px;
        border: 2px solid rgb(72, 197, 181);
        border-radius: 50%;
        margin-right: 0px;
        position: relative;
        cursor: pointer;
        vertical-align: middle;
        transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .basic-container input[type="checkbox"] {
        appearance: none;
        width: 21px;
        height: 21px;
        border: 2px solid rgb(72, 197, 181);
        border-radius: 5px;
        margin-right: 0px;
        position: relative;
        cursor: pointer;
        vertical-align: middle;
        transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .basic-container label {
        font: 14px / 18px "Segoe UI";
        color: rgb(161, 161, 161);
        cursor: pointer;
        padding-left: 5px;
        transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        margin-bottom: 10px;
    }

.personal_request {
    margin: 20px 0px;
    padding: 10px 0px;
    border-top: 1px solid rgb(231, 231, 231);
    border-bottom: 1px solid rgb(231, 231, 231);
}

textarea {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(205, 205, 205);
    border-radius: 6px;
    margin: 10px 0px;
    height: 70px;
    width: 100%;
    resize: none;
    font-family: monospace;
}

    textarea::placeholder {
        color: rgba(0, 0, 0, 0.4);
    }

    textarea:focus {
        outline: none;
    }

        textarea:focus::placeholder {
            color: transparent;
        }

.toggle_request {
    color: rgb(41, 160, 255);
    margin: 15px 0px 20px;
    font: 14px / 26px "Segoe UI";
}

.special-request h5 {
    font: 600 14px / 26px "Segoe UI";
    color: rgb(91, 91, 91);
    margin: 0px;
}

.special-request {
    margin: 0px 0px 15px;
}

    .special-request p {
        font: 12px / 18px "Segoe UI";
        color: rgb(148, 148, 148);
    }

.arriving_dropp select {
    background-color: rgb(255, 255, 255);
    color: rgb(58, 18, 18);
    padding: 12px;
    width: 250px;
    appearance: button;
    outline: none;
    border: 1px solid rgb(205, 205, 205);
    font: 300 16px / 26px "Segoe UI";
    border-radius: 5px;
}

.arriving_dropp:hover::before {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.2);
}

.arriving_dropp select option {
    padding: 30px;
}

.promo_code h6 {
    text-align: left;
    margin: 0px 0px 10px;
    padding: 0px;
    font: 16px / 19px "Segoe UI";
}

.promo_code input {
    border: 1px solid rgb(205, 205, 205);
    width: 80%;
    padding: 7px 0px;
    border-radius: 10px 0px 0px 10px;
}

.promo_code button {
    background: linear-gradient(rgb(246, 36, 89) 0%, rgb(203, 10, 59) 100%) 0% 0% no-repeat padding-box padding-box transparent;
    color: rgb(255, 255, 255);
    border: moccasin;
    padding: 8px;
    border-radius: 0px 10px 10px 0px;
    width: 20%;
}

.promo_code {
    margin: 10px 0px 0px;
}

    .promo_code p {
        font: 12px / 17px "Segoe UI";
        color: rgb(148, 148, 148);
        border-top: 1px solid rgb(239, 239, 239);
        margin-top: 15px;
        padding: 15px 0px 0px;
    }

.hotel-details-title {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-bottom: 1px solid rgb(235, 235, 235);
}

.refund-nonref {
    text-align: right;
}

    .refund-nonref .form-check.form-switch {
        padding: 0px 0px 0px 10px;
        display: flex;
        justify-content: end;
        align-items: center;
    }

        .refund-nonref .form-check.form-switch label {
            color: rgb(34, 34, 34);
            font-size: 14px;
        }

        .refund-nonref .form-check.form-switch input {
            padding: 10px;
            width: 3rem;
            margin: 0px 0px 0px 10px;
            border: 1px solid rgb(72, 197, 181);
        }

.free-cancellation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .free-cancellation a {
        font: 14px / 26px "Segoe UI";
        color: rgb(72, 197, 181);
        margin-right: 10px;
    }

    .free-cancellation p {
        margin: 0px;
        font-size: 12px;
        color: rgb(34, 34, 34);
    }

.guest_details p {
    font-size: 14px;
    color: rgb(34, 34, 34);
    padding: 0px;
    margin: 0px;
}

.special-request.guest_details {
    padding: 15px 0px;
}

.room-detail-card ul.protech-stay {
    margin: 15px 0px 0px;
    padding: 0px 20px;
    display: flex;
    gap: 20px;
}

    .room-detail-card ul.protech-stay li {
        list-style: none;
        padding: 20px 15px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
        border: 1px solid rgb(237, 237, 237);
        border-radius: 10px;
        width: 25%;
    }

        .room-detail-card ul.protech-stay li p {
            color: rgb(34, 34, 34);
            font: 14px / 20px "Segoe UI";
            padding: 0px;
            margin: 10px 0px 0px;
        }

        .room-detail-card ul.protech-stay li span {
            color: rgb(72, 197, 181);
            border: 1px solid rgb(72, 197, 181);
            width: 50px;
            height: 50px;
            display: block;
            border-radius: 50%;
            font-size: 20px;
            line-height: 50px;
            text-align: center;
        }

.payment-title h4 {
    font: 600 20px / 24px "Segoe UI";
}

.payment-box .basic-container label {
    color: rgb(0, 0, 0);
    font: 600 14px / 24px "Segoe UI";
}

.payment-box .basic-container {
    margin: 0px;
    gap: 20px;
}

.bg-light-green {
    background: rgb(241, 248, 241);
    padding: 11px 17px;
    border-radius: 10px;
}

.bg-light-text {
    color: rgb(101, 185, 103);
}

.bg-light-green .requestList p {
    color: rgb(0, 0, 0);
    font: 13px / 18px "Segoe UI";
}

.text-lists ul {
    display: flex;
    list-style: none;
    flex-flow: wrap;
    margin: 15px 0px 0px;
    padding: 0px;
}

    .text-lists ul li {
        margin-right: 10px;
        font: 14px / 26px "Segoe UI";
        color: rgb(34, 34, 34);
    }

        .text-lists ul li img {
            margin-right: 10px;
        }

.customer-detail-field label.form-label {
    font: 14px / 26px "Segoe UI";
    color: rgb(0, 0, 0);
    margin: 0px;
}

ul.payment-step-nav {
    display: flex;
    list-style: none;
    margin: 0px;
}

    ul.payment-step-nav li {
        width: 35%;
        text-align: center;
        font: 14px / 17px "Segoe UI";
        color: rgb(161, 161, 161);
        padding: 0px 0px 10px;
        border-bottom: 2px solid rgb(227, 227, 227);
    }

.holding-price {
    display: flex;
    text-align: center;
    justify-content: center;
    background: rgb(249, 249, 249);
    padding: 10px 0px;
    color: rgb(34, 34, 34);
    margin-bottom: 30px;
}

    .holding-price p {
        padding: 0px;
        margin: 0px;
        font: 600 14px / 18px "Segoe UI";
    }

ul.payment-step-nav li.active {
    color: rgb(246, 36, 89);
    position: relative;
    border-bottom: 2px solid rgb(246, 36, 89);
}

    ul.payment-step-nav li.active::after {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 8px solid rgb(246, 36, 89);
        position: absolute;
        content: "";
        bottom: -7px;
        left: 50%;
        transform: rotate(270deg);
    }

.confirmation_header {
    background: rgb(241, 248, 241);
}

    .confirmation_header p {
        margin: 0px;
        padding: 0px;
        color: rgb(34, 34, 34);
        font: 13px / 18px "Segoe UI";
    }

    .confirmation_header h6 {
        font: 600 20px / 22px "Segoe UI";
        color: rgb(101, 185, 103);
        padding: 5px 0px;
    }

.confirmation_header {
    padding: 30px 0px;
    margin-bottom: 25px;
}

.hotel_overview {
    display: flex;
}

    .hotel_overview.roomDetailRightcard .hotel-title {
        border: none;
    }

    .hotel_overview .hotelLocation {
        padding: 5px 0px;
    }

        .hotel_overview .hotelLocation img {
            margin-right: 10px;
        }

    .hotel_overview.roomDetailRightcard {
        box-shadow: none;
        margin: 0px;
        border-bottom: 1px solid rgb(219, 219, 219);
        border-radius: 0px;
        padding: 15px 15px 0px;
    }

.confirmation-amen.hotel-amenities {
    background: rgb(249, 249, 249);
    border-radius: 10px;
    text-align: left;
    padding: 10px;
    margin-top: 15px;
}

.confirmation-amen h6 {
    text-align: left;
}

.confirm-nog {
    display: flex;
    justify-content: space-around;
}

h6.confirm-room-detail {
    text-align: left;
    color: rgb(246, 36, 89);
}

.confirm_pageImg img {
    max-height: 110px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.confirm-room-title {
    background: rgb(249, 249, 249);
}

    .confirm-room-title h6 {
        text-align: left;
        font: 600 14px / 18px "Segoe UI";
        padding: 10px 0px;
    }

span.recommended {
    background: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
    border: rgb(34, 34, 34);
    border-radius: 100px;
    padding: 2px 10px;
    line-height: normal;
    font-size: 13px;
    margin-right: 10px;
}

.list ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 10px;
}

    .list ul li {
        font: 14px / 26px "Segoe UI";
        color: rgb(34, 34, 34);
    }

.confirmfooterList h5 {
    font: 20px / 24px "Segoe UI";
}

.confirmfooterList p {
    font: 14px / 18px "Segoe UI";
}

.confirmfooterList span {
    font: 600 24px / 30px "Segoe UI";
}

.overViewRight .section-divider {
    border-top: 1px solid rgb(238, 238, 238);
    margin: 12px 0px;
}

.overViewRight .text-xs {
    font: 16px / 24px "Segoe UI";
}

.overViewRight .text-muted {
    font: 14px / 22px "Segoe UI";
}

.right-tick {
    width: 30px;
    height: 30px;
    background: rgb(101, 185, 103);
    margin: 0px auto;
    line-height: 22px;
    border-radius: 50%;
}

.print-btn {
    text-align: right;
    font-size: 12px;
}

    .print-btn button {
        border: 1px solid rgb(210, 210, 210);
        border-radius: 6px;
        padding: 5px 8px;
        margin-left: 5px;
        background: transparent;
    }

.ref_num {
    display: flex;
    font-size: 14px;
}

    .ref_num p {
        padding: 0px;
        margin: 0px 10px 0px 0px;
        color: rgb(161, 161, 161);
    }

        .ref_num p span {
            color: rgb(0, 0, 0);
            font: 600 14px / 26px "Segoe UI";
        }

.toggle-btn {
    display: none;
}

.booking-info {
    display: none;
}

@media (max-width: 768px) {
    .overViewRight ul li {
        line-height: normal;
    }

    .select-room-left {
        width: 100%;
    }

    .roomCard {
        flex-wrap: wrap;
    }

    .photos-grid-container .sub {
        display: grid;
        grid-template-rows: auto;
        gap: 5px;
        grid-template-columns: repeat(4, 1fr);
    }

    .photos-grid-container .img-box {
        border-radius: 10px;
    }

    .photos-grid-container .transparent-box .caption {
        font-size: 12px;
    }

    .roomCard .leftpanel {
        width: 100%;
    }

    .roomCard .rightPanel {
        width: 100%;
        margin: 0px;
    }

    .popular-facilities ul {
        display: flex;
        padding: 0px;
        border: none;
        flex-flow: wrap;
        white-space: normal;
        overflow: auto;
        width: 100%;
        gap: 0px;
    }

    .popular-facilities {
        padding: 10px 0px;
    }

        .popular-facilities ul li {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            white-space: nowrap;
            font-size: 12px;
        }

    .numOf-room {
        flex-direction: row;
        white-space: nowrap;
        overflow: overlay;
        display: flex;
        gap: 15px;
    }

        .numOf-room::-webkit-scrollbar {
            display: none;
        }

    .rightpanel_body {
        flex-direction: column;
        margin-bottom: 10px;
        border: 1px solid rgb(237, 237, 237);
        border-radius: 20px;
    }

    .roomCard .rightPanel .right_main {
        border: none;
    }

    .rightPanel .opt_choices, .room_price {
        width: 100%;
        border-right: none;
    }

    .room_price {
        width: 100%;
        border-right: none;
        border-bottom: none;
    }

    .rightPanel .num_of_guest {
        display: none;
    }

    .room_price .price_details .non-refund {
        display: none;
    }

    .price_body {
        width: 100%;
        display: flex;
        flex-direction: row;
    }

        .price_body .price {
            width: 50%;
            text-align: left;
        }

        .price_body .select_btn {
            width: 50%;
        }

    .select_btn button {
        background: linear-gradient(rgb(246, 36, 89) 0%, rgb(203, 10, 59) 100%) 0% 0% no-repeat padding-box padding-box transparent;
        color: rgb(255, 255, 255);
    }

    .rightpanel_body p.f_cancellation {
        margin-left: 0px;
        font-size: 12px;
    }

        .rightpanel_body p.f_cancellation::after {
            background: transparent;
            border: none;
        }

    .roomType_tab .select_btn button {
        background: transparent;
        padding: 5px;
    }

    ul.rating-type {
        display: flex;
        justify-content: space-between;
        padding: 0px;
        flex-wrap: wrap;
    }

        ul.rating-type li {
            padding: 20px;
            list-style: none;
            color: rgb(0, 0, 0);
            width: 33%;
            text-align: center;
            border-bottom: 1px solid rgb(237, 237, 237);
        }

            ul.rating-type li:nth-child(1) {
                border-left: none;
            }

            ul.rating-type li:nth-child(4) {
                border-bottom: none;
                border-left: none;
            }

            ul.rating-type li:nth-child(5) {
                border-bottom: none;
            }

            ul.rating-type li:nth-child(6) {
                border-bottom: none;
            }

    .rightPanel .rightpanel_header {
        display: none;
    }

    .opt_choices .type_list ul {
        column-count: 1;
        margin: 0px;
    }

    .overViewRight {
        padding: 0px;
    }

    .accordion-body {
        padding: 0px;
    }

        .accordion-body ul {
            margin: 10px 0px;
        }

    .overViewRight button.accordion-button {
        padding: 10px 0px;
    }

    button.details-Btn {
        margin: 10px 0px;
    }

    .hotel_type {
        padding: 10px 0px;
        margin: 0px;
    }

    .hotel-DetailPop .container {
        width: 95%;
        height: 95vh;
        overflow: scroll;
    }

    .hotelDetails .swiper-slide {
        height: auto;
    }

    .detailGallery {
        margin: 15px 0px 0px;
    }

    .hotel-DetailPop .popup-detail {
        height: auto;
        padding: 0px;
        overflow: scroll;
    }

    .hotel-DetailPop .row {
        height: auto;
    }

    .room_price .select_btn button {
        color: rgb(255, 255, 255);
        font-weight: normal;
    }

    .detail_tab {
        display: none;
    }

    .header {
        position: relative;
        width: 100%;
        z-index: 99;
        padding: 5px 0px;
    }

    .hotel_service-popup {
        display: none;
        border-radius: 0px;
        bottom: 0px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
        padding: 0px;
        overflow: scroll;
        position: fixed;
        z-index: 999;
        margin: 0px auto;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        height: 100vh;
        top: 0px;
        left: 0px;
    }

        .hotel_service-popup .container {
            background: rgb(255, 255, 255);
            border-radius: 30px 30px 0px 0px;
            height: 90vh;
            bottom: 0px;
            top: auto;
            position: absolute;
            padding: 15px;
            overflow: scroll;
        }

        .hotel_service-popup .heading-2 {
            text-align: center;
            border-bottom: 1px solid rgb(227, 227, 227);
            padding-bottom: 10px;
        }

    #text.collapsed {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0px;
    }

    .toggle-btn {
        display: inline-block;
        background: none;
        border: none;
        color: var(--bs-red);
        font-size: 14px;
        cursor: pointer;
        padding: 0px;
        margin: 0px 0px 10px;
    }

    ul.payment-step-nav {
        padding: 0px;
    }

        ul.payment-step-nav li {
            padding: 10px 0px 15px;
        }

    .floating-booking-bar {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        background: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.12) 0px -4px 16px;
        padding: 12px 20px;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 16px;
        z-index: 1000;
        transform: translateY(0px);
        transition: transform 0.3s;
    }

    .booking-info {
        display: flex;
        flex-direction: column;
        font-size: 14px;
    }

        .booking-info span {
            color: rgb(0, 0, 0);
            font-size: 12px;
        }

        .booking-info strong {
            font-size: 24px;
            color: rgb(0, 0, 0);
        }

    .holding-price {
        margin-bottom: 20px;
    }

    .rightPanel .opt_choices, .room_price, .num_of_guest, h6 {
        text-align: left;
    }

    .hotel-details-title {
        flex-direction: column;
        padding: 0px;
    }

    .free-cancellation {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        justify-content: space-between;
    }

    .refund-nonref {
        display: flex;
    }

    .free-cancellation a {
        font: 12px / 20px "Segoe UI";
    }

    .refund-nonref {
        font-size: 15px;
        column-gap: 0px;
        justify-content: space-between;
        align-items: baseline;
        margin: 10px 0px;
    }

        .refund-nonref .form-check.form-switch input {
            width: 2.8rem;
        }

    .room-detail-card {
        padding: 10px;
    }

    .psg_details-field {
        padding: 0px;
    }

    .psg_details-field {
        padding: 0px;
    }

    .preference {
        margin: 0px 0px 10px;
        padding: 10px;
    }

    .room-detail-card ul.protech-stay {
        flex-direction: column;
        padding: 0px 10px;
    }

        .room-detail-card ul.protech-stay li {
            width: 100%;
            display: flex;
            align-items: center;
            padding: 15px;
        }

            .room-detail-card ul.protech-stay li span {
                float: left;
                width: 40px;
                height: 40px;
                line-height: 40px;
            }

            .room-detail-card ul.protech-stay li p {
                float: right;
                width: 80%;
                margin-left: 10px;
                margin-top: 0px;
            }
}

.more-facilities {
    cursor: pointer;
    color: rgb(0, 123, 255);
    font-weight: 500;
}

    .more-facilities:hover {
        text-decoration: underline;
    }

.more-facilities1 {
    cursor: pointer;
    color: rgb(0, 123, 255);
    font-weight: 500;
}

    .more-facilities1:hover {
        text-decoration: underline;
    }

.popular-facilities-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.popular-facility-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.details-Btn {
    margin-top: 10px;
    cursor: pointer;
}

.price-summary-right {
    position: static;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s;
}

    .price-summary-right.is-floating {
        top: 80px;
        right: auto;
    }

    .price-summary-right.is-hidden {
        opacity: 0;
        visibility: hidden;
    }

@media (max-width: 768px) {
    .price-summary-right.is-floating {
        position: fixed;
        top: auto;
        right: 0px;
        opacity: 1;
        visibility: visible;
        bottom: 0px;
        width: 100%;
        z-index: 999;
    }

    .price-summary-right .booking-card {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px 0px;
    }

    .price-summary-right .section {
        display: none;
    }

    .price-summary-right .title {
        font-size: 12px;
        font-weight: 400;
        margin: 8px 0px;
    }

    .price-summary-right .price-amount {
        font-size: 24px;
    }

    .price-summary-right .price {
        gap: 5px;
        align-items: center;
    }

    .price-summary-right .reserve-btn {
        width: 40%;
    }

    .ref_num {
        flex-flow: column wrap;
    }

    .hotel_overview.roomDetailRightcard {
        flex-wrap: wrap;
        padding: 0px;
    }

    .hotel_Imges {
        width: 100%;
        height: 100%;
        margin-right: 10px;
    }

        .hotel_Imges img {
            height: 100%;
            object-fit: cover;
            width: 100%;
            margin-right: 10px;
        }

    .confirm-nog {
        justify-content: flex-start;
    }

    .guest_details p {
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .confirmation_header h6 {
        text-align: center;
    }

    .ref_num p {
        font-size: 12px;
    }

        .ref_num p span {
            font-size: 12px;
        }

    .print-btn button {
        padding: 5px;
    }

        .print-btn button span {
            display: none;
        }

    .glightbox-clean .gprev {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 40px;
        height: 50px;
    }

    .glightbox-clean .gnext {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 40px;
        height: 50px;
        left: 50px;
    }

    .price_body .price h5 {
        font: bold 22px / 29px "Segoe UI";
        margin: 0px;
    }

    button.show-moreBtn {
        font: 12px / 18px "Segoe UI";
    }

    .hotel-address {
        margin-top: 20px;
    }

    .hotel-title h2 {
        font: 600 18px / 18px "Segoe UI";
    }
}


.booking-summary .price {
    display: flex;
    justify-content: space-between;
}

    .booking-summary .price p {
        font-weight: 700;
        color: #000 !important;
        font-size: 14px !important;
        margin: 0;
    }

    .booking-summary .price h5 {
        font-weight: 700;
        color: #000 !important;
        font-size: 16px !important;
        margin: 0;
    }

.rightPanel .room_price {
    width: 25%;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.rightPanel .price_details {
    width: 25%;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.rightPanel .noOfselectRoom {
    width: 15%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

    .rightPanel .noOfselectRoom select.room-select-dropdown {
        text-align: center;
        margin: 0 auto;
        margin: 10px 0 0 15px;
    }
