﻿.Nationality_tooltip::before {
    content: "";
    right: 0;
    left: 0;
    background: #fff;
    top: -5%;
    height: 12px;
    width: 12px;
    margin: auto;
    transform: rotate(45deg);
    border-left: 1px solid var(--other-bg);
    border-top: 1px solid var(--other-bg);
    position: absolute;
}

.Nationality_tooltip {
    top: 112%;
    left: 0;
    background-color: #fff;
    padding: 8px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
    transition: .5s;
    z-index: 2;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, .1);
    font-size: 13px;
    line-height: 18px;
    border: 1px solid var(--other-bg);
    color: var(--all-text-main);
    font-weight: 600;
    position: absolute;
    text-align: left;
}
.room_block .search_input {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    height: 40px;
    margin-bottom: 0;
    color: var(--all-text-third);
    padding: 0;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    background: #fff;
}

.detail_content-wrap .wraproom_drp {
    right: 0;
    left: auto;
    width: 40px;
    height: 40px;
    font-size: 35px;
}

.detail_content-wrap .drop_errow_rooms {
    left: auto;
    width: 22px;
    height: 11px;
    right: 0;
}

.room_block .form-group {
    margin-bottom: 0;
}

.search_hotel_wrapp {
    padding: 0px;
}

#hotelratebreakup .table-white-space thead > tr > th:last-child, #hotelratebreakup .table-white-space tbody tr > td:last-child {
    width: 120px;
}

.hotel_list_block .detail_in_block {
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 0px;
    padding: 10px;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.fa-tag:before {
    content: "\f02b";
}

.priceline {
    display: block;
    color: var(--primary-color);
}

.box-check {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
    padding: 10px;
    border: 1px solid var(--border-color);
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.search_hotel_wrapp .HotelDetails_Room1_Card:last-child {
    margin-bottom: 0px;
}

.hotel-sear-panI, .search_cancel {
    font-size: 20px;
    position: absolute;
    right: 1px;
    top: 1px;
    text-align: center;
    background: var(--other-bg);
    color: var(--color);
    cursor: pointer;
    line-height: 40px;
    border-radius: 0px 2px 2px 0px;
    width: 45px;
}

.drop_icon_right {
    right: 1px;
    left: auto;
    top: 1px;
    width: 45px;
    height: 38px;
    font-size: 40px;
}

.down_search {
    background-position: -217px -43px;
    background-color: var(--other-bg);
}

.room_search_icon {
    background-position: -148px -32px;
    background-color: var(--btn-bg);
    pointer-events: visible !important;
}

.angle_down {
    background-position: -54px -9px;
    height: 14px;
    width: 14px;
    top: 14px;
    right: 10px;
}

.room_repet_block {
    display: flex;
    width: 100%;
    border: 1px solid var(--border-color);
    justify-content: space-between;
}

.rmeal_icon {
    height: 40px;
    width: 40px;
    display: none;
}

.board_room {
    background-position: -56px -188px;
}

.board_breakfast {
    background-position: -2px -149px;
}

.board_halfboard {
    background-position: -124px -151px;
}

.board_fullboard {
    background-position: -61px -151px;
}

.board_non {
    background-position: -2px -149px;
}

.board_wifi {
    background-position: -235px -152px;
}

.board_nomeals {
    background-position: -280px -152px;
}

.board_all {
    background-position: -61px -151px;
}

.room_img {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .room_img img {
        width: 100%;
        height: 85px;
        object-fit: cover;
    }

    .room_img .see_all_room {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgb(0 0 0 / 44%);
        text-align: center;
        color: #fff;
        padding: 5px 0;
        font-size: 12px;
        font-weight: 600;
    }

.room_guest {
    padding: 5px;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    background: #fff;
    row-gap: 0;
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    align-items: center;
    justify-content: center;
}

.room_type_block {
    padding: 5px;
    flex-basis: 30%;
    max-width: 30%;
}

.room_type_detail {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    row-gap: 5px;
}

.guest_repet > div, .essential_i {
    display: flex;
    padding-left: 15px;
    position: relative;
    align-items: center;
    white-space: nowrap;
    min-width: 75px;
}

.essential_i {
    color: #1DAC08;
    font-size: 13px;
    font-weight: 400;
}

.guest_repet {
    font-size: 12px;
    line-height: 15px;
    display: flex;
    column-gap: 15px;
    margin-bottom: 5px;
    color: #2F2F2D;
    font-weight: 500;
}

.guest_icon {
    width: 14px;
    height: 12px;
}

.essen_icon {
    background-position: -54px -9px;
}

.room_name_with_show .essen_icon {
    background-position: -303px -10px;
}

.room_icon {
    background-position: -12px -242px;
}

.adult_icon {
    background-position: -46px -242px;
}

.child_icon {
    background-position: -81px -242px;
}

.infunt_icon {
    background-position: -427px -156px;
}

.policy_block a {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: var(--all-text-main);
}

.room_price {
    padding: 5px;
    border-right: 0;
    position: relative;
    display: flex;
    align-items: center;
}

.book_room_btn {
    padding: 5px;
    display: flex;
    align-items: center;
}

.total_price {
    font-weight: 600;
    font-size: 18px;
    color: var(--all-text-main);
    display: flex;
    gap: 5px;
    align-items: flex-start;
    line-height: 20px;
    flex-direction: column;
}

    .total_price div {
        display: flex;
        gap: 5px;
    }

.total_for_text {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: var(--all-text-third);
    white-space: nowrap;
}

.rate_mark {
    height: 15px;
    width: 16px;
    background-position: -114px -238px;
}

.rate_breakdown {
    font-size: 12px;
    color: #FF0000;
    text-align: right;
    font-weight: 600;
}

.book_btn {
    font-weight: 600;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    width: 100%;
    border: none;
    background: var(--btn-bg);
    color: var(--btn-color);
    border-radius: 3px;
    max-width: fit-content;
    padding: 0 8px;
    transition: all 0.3s;
}

.fa-caret-down:before {
    content: "\f0d7";
}

.view_policy_text {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: var(--all-text-main);
}

.check_policy {
    color: var(--color-offwhite);
}

.red_policy {
    color: #F45624 !important;
}

.green_policy {
    color: #1DAC08 !important;
}

.with_flex .guest_icon {
    position: relative;
    display: inline-block;
    left: 5px;
}

.show_more_btn {
    line-height: 35px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: var(--all-text-main);
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: 10px;
    transition: all 0.5s;
}

.room_d_arrow {
    width: 25px;
    height: 20px;
    background-position: -43px -217px;
    filter: invert(1);
}

.room_u_arrow {
    width: 25px;
    height: 20px;
    background-position: -46px -217px;
    transform: rotate(180deg);
    filter: invert(1);
}
/*rate breakup start*/
.rate_price {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.rate_price_availbale {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
}

.green-available {
    background: #00a651;
    padding: 5px 12px;
    color: #fff;
}

.orange-onRequest {
    background: #f7941d;
    padding: 5px 12px;
    color: #fff;
    margin-left: 5px;
}

.avlbl-bg {
    background: #00a651;
    color: #fff;
}

.on-req-bg {
    background: #f7941d;
    color: #fff;
}

.text-bold {
    font-weight: 700;
}

.available_block {
    display: flex;
    float: right;
}

/*rate breakup end*/
span.offer_hover {
    visibility: hidden;
    position: absolute;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    z-index: 9;
    transition: all 0.5s;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
    opacity: 0;
    margin-left: 20px;
    font-size: 13px;
    font-weight: 400;
}

span.offertext {
    display: flex;
    align-items: center;
    column-gap: 5px;
    cursor: context-menu;
    font-weight: bold;
}

.offer_icon {
    width: 18px;
    height: 18px;
    background-position: -195px -241px;
}

span.offertext:hover .offer_hover {
    visibility: visible;
    opacity: 1;
}

.HotelDetails_Room1_Card {
    border: 1px solid var(--border-color);
    margin-top: 20px;
}

.room_name {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    background: var(--other-bg-light);
    padding: 10px 20px;
    color: var(--all-text-main);
}

.room_name_with_show {
    display: flex;
    align-items: center;
    gap: 10px;
}

span.show_more_h {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

.transfer_add_hotel {
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

.room_detail_main {
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    background-color: #fff;
}

.room_left_detail {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.room_right_detail {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    background: #fff;
    row-gap: 15px;
}

.room_details_info {
    color: var(--all-text-main);
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    font-weight: 400;
}

.room_image {
    position: relative;
    overflow: hidden;
    border: 1px solid #EEEEEE;
    padding: 5px;
    display: block;
}

    .room_image img {
        width: 248px;
        height: 157px;
        object-fit: cover;
    }

.room_amenities_block {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

    .room_amenities_block div {
        color: var(--all-text-main);
        font-size: 13px;
        font-weight: 500;
        display: flex;
        gap: 5px;
    }

.amenitie_icon {
    width: 20px;
    height: 18px;
}

.wifi_icon {
    background-position: -61px -307px;
}

.parking_icon {
    background-position: -61px -328px;
}

.bar_icon {
    background-position: -60px -348px;
}

.dining_icon {
    background-position: -60px -375px;
}

.more_info a {
    background: var(--bg1-dark-h);
    box-sizing: border-box;
    border-radius: 2px;
    line-height: 23px;
    padding: 0 7px;
    color: var(--color);
    font-weight: 600;
    font-size: 11px;
    display: inline-block;
    cursor: pointer;
}

.amenites_t {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    color: var(--all-text-main);
    font-weight: 600;
}

ul.room_menities {
    display: flex;
    align-items: center;
    column-gap: 0;
    flex-wrap: wrap;
    row-gap: 10px;
    list-style-position: inside;
}

.room_menities li img {
    margin-right: 10px;
}

ul.room_menities li {
    flex-basis: 50%;
    color: var(--all-text-third);
}

.room_board {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: var(--all-text-third);
    display: flex;
    gap: 5px;
    align-items: center;
}

.quotation_image {
    display: flex;
    gap: 10px;
}

.qt_room .room_detail_main {
    flex-direction: column;
}
.offer_tag {
    width: 20px;
    height: 20px;
    background-position: -248px -155px;
    border: none;
    background-color: #fff;
    padding: 0;
}

.offer_room_div {
    max-width: 50px;
    padding: 5px;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    background: #fff;
    row-gap: 0;
    border-right: 1px solid var(--border-color);
    align-items: center;
    justify-content: center;
}
@media (max-width:1199px) {
    .room_name {
        font-size: 15px;
        padding: 10px 10px;
    }
}

@media (max-width:991px) {

    .book_btn {
        font-size: 15px;
    }

    .room_name {
        font-size: 15px;
        padding: 5px;
    }

    .room_detail_main {
        padding: 5px;
    }

    .total_price {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width:999px) {
    .qt_room .room_left_detail {
        width: auto;
    }

    .room_detail_main {
        flex-direction: column;
    }

    .room_left_detail {
        width: 100%;
        flex-direction: row;
        border-bottom: 1px solid #B7E4EC;
        gap: 10px;
    }

    .room_type_block {
        flex-basis: 30%;
        max-width: 30%;
    }

    .room_guest {
        flex-basis: 32%;
        max-width: 32%;
    }
}

@media (max-width:767px) {

    .room_details_info {
        -webkit-line-clamp: 3;
    }

    .quotation_image {
        flex-direction: column;
    }

    .room_image img {
        width: 100%;
        height: 125px;
    }

    .room_block .search_input {
        font-size: 13px;
    }

    .HotelDetails_Room1_Card {
        margin-top: 5px;
    }

    .room_block .form-group {
        margin-bottom: 10px;
    }

    .room_detail_main {
        flex-direction: column;
        align-items: flex-start;
    }

    .rmeal_icon {
        transform: scale(0.8);
    }

    .room_repet_block {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        row-gap: 5px;
        border: 0;
        border-top: 1px solid #B7E4EC;
        padding-top: 5px;
    }

    .room_left_detail {
        width: 100%;
        border-bottom: 1px solid #B7E4EC;
        padding-bottom: 10px;
        row-gap: 10px;
    }

    .room_right_detail {
        width: 100%;
        row-gap: 10px;
    }

    .room_type_block, .room_guest, .policy_block {
        padding: 0px;
        flex-basis: 100%;
        max-width: 100%;
        border: 0;
    }

        .policy_block a {
            text-align: left;
        }

    .total_price {
        font-weight: 600;
        font-size: 17px;
        color: var(--all-text-main);
    }

    .room_price {
        border-right: none;
    }
}
