﻿table.table thead tr th {
    border-color: var(--color-two);
}

.table-responsive table.table {
    background: var(--color-two);
}

.header_menu {
    display: none;
}

table.table {
    margin-bottom: 0px;
}

.table > .new_header > tr > th {
    border-color: #fff !important;
}

.back_font, .back_font span {
    font-size: 18px !important;
    font-style: normal;
    color: var(--all-text-main) !important;
    font-weight: 400 !important;
    font-family: 'Markazi Text', serif;
}

.hotel_detil_desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}

button.read_more_detail {
    display: flex;
    color: var(--active-menu);
    line-height: normal;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    background: transparent;
    border: none;
    margin-bottom: 10px;
    padding: 0;
}

.Modify_Search, .room_modify {
    max-width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    flex: 1;
}

.room_search_box {
    display: flex;
    align-items: center;
    gap: 90px;
}

.change_date_title {
    max-width: 220px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.room_out_side {
    padding: 16px;
    border-radius: 8px;
    background: var(--Background-bg-gray2, #F6F8FA);
}

.panel_row {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}

.n_d_div {
    flex: 1;
    position: relative;
}

.date_div {
    position: relative;
    flex: 1;
}

.lbl_up {
    font-size: 14px;
    position: absolute;
    color: #777E90;
    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;
}

.drop_icon {
    width: 22px;
    height: 22px;
    pointer-events: none;
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 1;
}

.Child_unit_age .room_child_arrow {
    top: 5px;
    background-position: -133px -1px;
    right: 5px;
    height: 15px;
    width: 15px;
}

.down_location {
    background-position: -362px -109px;
}

.country_location {
    background-position: -401px -107px;
}

.down_checkin {
    background-position: -107px -98px;
}

.night_div .down_moon {
    background-position: -76px -89px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 5px;
}

.down_room {
    background-position: -109px -88px;
}
.supplier_name {
    color: var(--all-text-main);
    line-height: normal;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}
.down_arrow {
    right: 10px;
    left: auto;
    top: 18px;
    position: absolute;
    width: 15px;
    height: 15px;
    background-position: -667px -197px;
}

.typevisicon {
    background-position: -524px -106px;
}

.down_nationalty {
    background-position: -486px -110px;
}

.search_input {
    height: 55px;
    width: 100%;
    color: #9C9C9C;
    padding: 15px 15px 0px 15px;
    font-size: 20px;
    cursor: pointer;
    outline: none;
    appearance: none;
    background: #fff;
    box-sizing: border-box;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 35px;
    border-radius: 5px;
    border: 1px solid #E7E7E7;
}


.search_button {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: var(--btn-bg);
    border-radius: 8px;
    transition: all 0.3s;
    border: none;
    color: var(--color);
    justify-content: center;
    font-size: 20px;
    column-gap: 10px;
    position: relative;
    max-width: 180px;
    margin-left: 0px;
    font-weight: 600;
    line-height: 14px;
}

.room_search_box .change_search {
    max-width: 158px;
}

.hotel_date_p {
    display: flex;
}

.night_div {
    max-width: 100px;
    display: none;
}

    .night_div select {
        padding-top: 15px;
    }

.br_left_r {
    border-left: none;
    border-radius: 0px 8px 8px 0px;
}

.br_right_r {
    border-right: none;
    border-radius: 8px 0px 0px 8px;
}



.br_none {
    border: none;
}

.detail_content-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.detail_content {
    position: relative;
    border-bottom: 1px solid var(--border-color);
    background: var(--color-two);
    padding: 30px;
    border-radius: 15px;
}

    .detail_content.AvailabilRooms {
        padding: 0;
    }

.rate_content {
    border-bottom: 0;
    background: unset;
    padding: 0;
}

.disc_typed ul {
    list-style-type: disc;
    padding-left: 20px;
}

    .disc_typed ul li::marker {
        color: var(--btn-two-bg);
        font-size: 19px;
    }
/*image gellery*/
.detail_div_row {
    display: flex;
    column-gap: 30px;
}

.detail_left_div, .detail_right_div {
    flex: 1;
}

.image_gallery {
    display: flex;
    gap: 15px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    width: 100%;
}

.big_image {
    flex: 0 0 50%;
    max-width: 48%;
    position: relative;
}

.image_gallery .big_image_block {
    flex: 1.5;
}

    .image_gallery .big_image_block img {
        height: 500px;
        width: 100%;
        object-fit: cover;
    }

.small_image {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 15px;
    overflow: hidden;
    flex: 1;
}

.full-width {
    flex: 2;
}

.small_image img {
    height: 242PX;
    object-fit: cover;
    width: 100%;
    background-color: var(--other-bg-light);
}

    .small_image img.full-height {
        height: 100%;
    }

.big_image img {
    height: 370px;
    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;
}

.see_all_image {
    position: absolute;
    z-index: 1;
    display: block;
    color: var(--color-two);
    line-height: 30px;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    right: 175px;
    bottom: 90px;
}

ul.tourmenu1 {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-bottom: 0;
    overflow: auto;
    position: relative;
    border-radius: 5px;
    border: 1px solid #DECBBA;
    background: #FFF;
}

    ul.tourmenu1 li {
        padding: 0 30px;
        max-width: fit-content;
        flex: 1;
        line-height: 36px;
        color: var(--all-text-main);
        font-weight: 500;
        font-size: 16px;
        border-radius: 8px;
        cursor: pointer;
        display: flex;
        align-items: center;
        column-gap: 5px;
    }

        ul.tourmenu1 li a {
            color: var(--all-text-main);
            font-size: 20px;
            font-weight: 500;
            white-space: nowrap;
            display: flex;
            align-items: center;
            gap: 8px;
            line-height: 48px;
        }

        ul.tourmenu1 li.active a {
            border-bottom: 2px solid var(--active-menu);
        }

.service_icon {
    min-width: 20px;
    height: 20px;
}

.decrip_icon {
    background-position: -454px -74px;
}

.tour_inclu_icon {
    background-position: -665px -75px;
}

.tour_info_icon {
    background-position: -695px -75px;
}

.tour_tearm_icon {
    background-position: -724px -73px;
    height: 25px;
    width: 21px;
}

.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;
}

.tour_facilities ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.tour_facility_icon {
    width: 20px;
    height: 20px;
}

.tour_duration {
    background-position: -338px -107px;
}

.tour_facilities .tour_availability {
    background-position: -338px -137px;
    height: 23px;
}

.tour_Pickup {
    background-position: -338px -169px;
}

.tour_language {
    background-position: -338px -198px;
}

.product_common_block {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
}

.hotel_title_detail {
    display: flex;
    margin: 40px 0;
    align-items: end;
    gap: 15px;
    position: relative;
    justify-content: space-between;
}

.hotel_name {
    color: var(--color-two);
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.96px;
    line-height: 32px;
}

.right_search > div {
    color: var(--all-text-main);
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.fav_icon {
    width: 31px;
    height: 32px;
    background-position: -341px -44px;
    background-color: #F6F8FA;
    border-radius: 6px;
    cursor: pointer;
}

    .fav_icon.active {
        background-position: -540px -28px;
    }

.right_search {
    position: relative;
}

    .right_search > div small {
        color: #353535;
        text-align: right;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

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: #FFCD00;
    font-size: 13px;
    letter-spacing: 3px;
    display: block;
}

.fa-star:before {
    content: "\f005";
}

.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;
}

.adress_icon {
    min-width: 14px;
    height: 17px;
    background-position: -651px -43px;
}

.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: 100%;
    height: 180px;
}

.map_view > span {
    position: absolute;
    width: 100%;
    display: flex;
    margin: 0 auto;
    left: 10px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    bottom: 10px;
    max-width: 87px;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    background: #fff;
    color: var(--all-text-main);
    line-height: 30px;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.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: 20px;
    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 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 15px;
    margin: 0;
}

    .popular_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;
    }

.facility_icon {
    width: 16px;
    height: 16px;
    background-position: -451px -184px;
}

.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;
}

.Surroundings ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 15px;
    margin: 0;
}

    .Surroundings ul li {
        width: calc(100%);
        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;
        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 {
    position: relative;
    padding-bottom: 20px;
    max-width: 355px;
}

.common_facilities_menu {
    display: flex;
    align-items: center;
    gap: 16px;
}

a.seeall_div {
    display: flex;
    color: var(--active-menu);
    line-height: normal;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

    a.seeall_div .seeall_icon {
        width: 20px;
        height: 15px;
        background-position: -635px -36px;
    }

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 {
    color: var(--input_text);
    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;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
}

.rate_content .product_title {
    color: #fff;
}

ul.hotel_animitis {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4,1fr);
    width: 100%;
}

    ul.hotel_animitis li {
        display: flex;
        align-items: center;
        border-radius: 4px;
        padding: 5px;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        color: var(--all-text-sub);
    }

.nofacility {
    min-width: 27px;
    height: 25px;
    background-position: -372px -98px;
    transform: scale(0.80);
}

.room_search_box .drop_down_field .addroom_search_div {
    z-index: 99;
}

.hotel_service_count {
    background: 0;
    padding: 32px 0;
}

/**tour detail option css*/
.tour_data {
    display: flex;
    align-items: center;
    column-gap: 15px;
    border: 1px solid var(--border-color);
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    flex-wrap: wrap;
}

.center_info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 10px;
    flex: 1;
}

.room_text {
    font-size: 18px;
    font-weight: 600;
    color: #3a3a3a;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

    .room_text .input_check_box label {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        display: inline-flex;
    }

.tour_date_o {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.select_box {
    position: relative;
}

span.tooltip_new {
    display: block;
    position: absolute;
    background: #fff;
    min-width: 200px;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    -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;
    z-index: 99;
    border-radius: 3px;
    box-shadow: var(--box-shadow);
    max-width: fit-content;
    font-size: 13px;
    font-weight: 500;
}

.info_icon_policy {
    position: relative;
    width: 13px;
    height: 12px;
    background-position: -540px -149px;
    margin-left: 5px;
}

    .info_icon_policy:hover .tooltip_new {
        opacity: 1;
        visibility: visible;
        top: 100%;
    }

.select_box label {
    font-size: 12px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 600;
}

.adult_po {
    position: relative;
}

.select_arrow {
    right: 6px;
    left: auto;
    bottom: 11px;
    width: 15px;
    height: 16px;
    pointer-events: none;
    position: absolute;
    background-position: -132px -4px;
}

.cel_icon {
    background-position: -106px -96px;
    right: 7px;
    left: auto;
    bottom: 10px;
    width: 24px;
    height: 24px;
    pointer-events: none;
    position: absolute;
}

.select_box select, .select_box input {
    line-height: 22px;
    padding: 8px;
    font-weight: 400;
    font-size: 20px;
    border-radius: 8px;
    width: 100%;
    border: 1px solid var(--border-color);
    min-width: 65px;
    color: var(--all-text-sub);
}

.price_info {
    margin-left: auto;
}

.total_price {
    line-height: 24px;
    color: var(--all-text-main);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.loyal_point {
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.loyalty_point_icon {
    width: 25px;
    height: 25px;
    background-position: -731px -46px;
    position: absolute;
    left: 0;
}

.loyal_point .points_tooltrip {
    padding-left: 30px;
    display: flex;
    align-items: center;
}

.rate_bre {
    line-height: 40px;
    font-size: 22px;
    background: var(--btn-bg);
    width: 100%;
    display: flex;
    justify-content: center;
    color: var(--color-two);
}

.rate_breakdown {
    font-size: 12px;
    color: #F42424;
    margin-bottom: 5px;
}

.room_text .cd-btn1 {
    color: #3965EE;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.time_slot {
    width: 15px;
    height: 15px;
    background-position: -397px -185px;
}

.point_gold_silver {
    display: none;
}

.boon_touroption {
    text-align: right;
    background: var(--color-two);
    padding: 10px 7px;
}

.book_button {
    text-align: center;
    padding: 0px 5px;
    cursor: pointer;
    background: var(--btn-bg);
    border-radius: 8px;
    color: var(--color);
    line-height: 35px;
    transition: all 0.3s;
    display: block;
    border: none;
    width: calc(100% - 10px);
    margin-left: auto;
    margin-top: 5px;
    min-width: 108px;
    max-width: 108px;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}


/*time slot css start*/
.timemenuwrrap {
    margin-bottom: 20px;
    min-height: 400px;
}

.tourtitlebg {
    display: flex;
    width: 100%;
    font-size: 18px;
    padding: 0px;
    background: var(--btn-bg);
    color: var(--all-text-main);
    position: relative;
    line-height: 40px;
}

.closediv {
    color: var(--color);
    background: var(--all-text-third);
    font-size: 20px;
    position: relative;
    padding: 0px 18px;
    top: 0;
}

.title_dr {
    padding: 0px 10px;
    color: #fff;
}

.tour-clear {
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    background: #F3FCFF;
    border-radius: 5px;
    margin-bottom: 1px;
}

.icondiv {
    margin-right: 5px;
}

.fa-list-ul::before {
    content: "\f0ca";
}

.tourdetTabs .tour-clear {
    background: var(--btn-bg);
    color: var(--color);
    border-bottom: none;
    font-weight: 500;
    margin-bottom: 10px;
}

.tourdetTabs {
    margin-top: 10px;
}

.tour-clear .avaicircle {
    padding: 0px 0px 0px 20px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    width: fit-content;
    position: relative;
    margin-left: 20px;
    float: right;
}

.tour-clear .bggreen_p:before, .tour-clear .bgred_p:before, .tour-clear .bgyellow_p:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 15px;
    border-radius: 50%;
    left: 0;
    top: 5px;
    border: 2px solid #fff;
}

.tour-clear .bggreen_p:before {
    background: #68b331;
}

.tour-clear .bgred_p:before {
    background: red;
}

.tour-clear .bgyellow_p:before {
    background: #fed301;
}

.bggreenactive .leftcir {
    background: #90d153;
}

.bgyellowactive .leftcir {
    background-color: #fed301;
}

    .bggreenactive .leftcir:after, .bgyellowactive .leftcir:after {
        content: "\2713";
        font-size: 12px;
        font-weight: 700;
        padding: 1px 3px;
        color: #fff;
        position: absolute;
    }

.bggreenactive, .bgyellowactive {
    color: #fff;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
    cursor: pointer;
}

.bgred {
    background-color: red;
}

.bggreen {
    background-color: #a4d77f;
}

.bgyellowactive {
    background-color: #fed301;
}

.bgredactive {
    background-color: red;
}

.bggreenactive {
    background-color: #a4d77f;
}

    .bggreenactive .leftcir {
        background: #90d153;
    }

.bggreen, .bggreenactive {
    background-color: #68b331;
}

.slot-scll {
    max-height: 400px;
    overflow-y: auto;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
}

.timeslotwrap1 {
    height: auto;
    width: 110px;
    float: left;
    border-radius: 3px;
}

.leftcir, .rightcir {
    height: 32px;
    width: 100%;
    border-radius: 3px;
    margin-bottom: -30px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.timeslot2 {
    font-size: 14px;
    font-weight: 600;
    min-width: 100px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    overflow: hidden;
}

.burj-pricdiv {
    background: #f2eabc;
    color: #1a1a1c;
    min-width: 100px;
    text-align: center;
    padding: 10px 5px;
    word-break: break-word;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
}

.footerprice.footerpricetop {
    position: sticky;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    z-index: 1;
    color: #000;
}

.main_price_slot {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

.time_slot_text {
    display: inline-block;
}

.from_text {
    font-size: 12px;
}

.booking-information {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
}

.noticketwarpp {
    max-width: 410px;
    box-shadow: var(--box-shadow);
    padding: 20px;
    color: var(--all-text-main);
    width: 100%;
}

.sorrytxt {
    font-size: 25px;
}

.noticketwarpp .common_button {
    margin: 10px auto;
}

/*time slot css end*/
.w316 {
    width: 316px;
}

.w174 {
    width: 174px;
}

.allpopup_border_none thead {
    background: var(--Background-bg-blue, #EDF1FE);
}

.tour_op_data table {
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.p_d_d {
    position: relative;
    display: flex;
    justify-content: end;
    margin-top: 96px;
}

.get_policy a {
    border: 1px solid var(--btn-two-bg);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 8px;
    color: var(--btn-two-bg);
}

#soap-gallery-popup .popup-content {
    padding: 16px;
}

/**map css start***/
.mycontrol_pop_icon .hotel_Adderss {
    font-weight: 500;
    font-size: 12px;
    color: var(--all-text-sub);
    position: relative;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    column-gap: 5px;
    margin-top: 0;
    display: flex;
}


.mycontrol_pop_icon {
    width: 200px;
    background: #fff;
    display: flex;
    position: relative;
    z-index: 1;
    left: 0px;
    top: 0px;
    flex-direction: column;
    row-gap: 5px;
    margin: 0 auto;
}

.gm-ui-hover-effect {
    display: none !important;
}

.map_box_h_name {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    line-height: 17px;
    font-weight: bold;
    font-size: 14px;
}

.imge_map {
    overflow: hidden;
}

    .imge_map img {
        height: 100px;
        width: 100%;
        border-radius: 10px;
        object-fit: cover;
    }

.map_text_name {
    max-width: 200px;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    flex: 1;
}

.price_map {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    color: var(--all-text-main);
}

.mycontrol_pop_icon .Adderss_icon {
    min-width: 20px;
    background-position: -376px -205px;
    height: 30px;
}

.custom-marker {
    background: #f36326;
    color: #fff !important;
    padding: 5px;
    border-radius: 4px;
    margin-top: 65px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

ul#selectedPlaces {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
}

.maps {
    position: relative;
}
/**map css end*/
.min_wid_total {
    min-width: 150px;
}

@media (max-width:1199px) and (min-width:992px) {
    .room_search_box {
        gap: 10px;
    }

        .room_search_box .change_search {
            max-width: 140px;
        }
}

@media (max-width:991px) {
    .hotel_title_detail {
        margin: 10px 0;
    }

    .Modify_Search {
        margin-top: 0px;
        border: none;
        flex-direction: column;
        border-radius: 0px;
        box-shadow: none;
    }

    .room_search_box {
        gap: 10px;
        flex-direction: column;
        align-items: normal;
    }

    .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 {
            height: 250px;
            width: 100%;
            border-radius: 5px;
        }

    .small_image img {
        height: 127px;
    }

    .see_all_image {
        bottom: 50px;
        font-weight: 600;
        font-size: 12px;
        line-height: 30px;
        padding: 0 10px;
        border-radius: 3px;
        right: 59px;
    }

    .detail_div_row {
        column-gap: 30px;
        flex-direction: column;
    }

    .hotel_name {
        font-size: 24px;
        flex-direction: column;
        row-gap: 5px;
        letter-spacing: normal;
    }

    .right_search {
        margin-left: auto;
    }

    .map_div {
        flex: 1;
    }

    .map_view img {
        width: 100%;
    }

    .popular_facilities ul {
        column-gap: 15px;
    }

        .popular_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;
    }

    .detail_content {
        padding: 10px;
        border: none;
    }

    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 {
            font-size: 18px;
            line-height: 40px;
        }

    .sticky_nav {
        position: relative;
        top: 0px;
        z-index: 0;
    }
}

@media (max-width:767px) {
    ul.hotel_animitis {
        grid-template-columns: repeat(2, 1fr);
        white-space: pre;
    }
    .rate_content .tour_op_data .table-responsive {
        border-radius: 10px 10px 0px 0px;
    }
    .image_gallery .big_image_block img {
        height: 260px;
    }

    .p_d_d {
        margin-top: 30px;
    }

    .product_title_detail .product_title {
        font-size: 24px;
    }

    back_font {
        font-size: 14px;
    }

    .tour_facilities ul {
        margin-bottom: 15px;
    }

    .detail_div_row {
        flex-direction: column;
    }

    .small_image {
        flex: 0 0 50%;
        max-width: 50%;
        row-gap: 5px;
    }

    .detail_right_div {
        margin-top: 10px;
    }

    .common_facilities_menu {
        flex-direction: column;
    }

    .br_right_r {
        border-right: 1px solid var(--border-color);
    }

    .hotel_date_p {
        flex-direction: column;
        gap: 10px;
    }

    .search_input {
        border-radius: 8px;
    }

    .br_left_r {
        border-left: 1px solid var(--border-color);
    }

    .detail_content-wrap {
        row-gap: 15px;
    }

    .room_search_box .change_search {
        margin-left: 0;
    }

    .tour_date_o {
        gap: 10px;
        flex-wrap: wrap;
    }

    .select_box {
        max-width: 100%;
    }

        .select_box select, .select_box input {
            min-width: 105px;
        }

    .slot-scll {
        gap: 7px;
    }

    .loyal_point {
        margin-bottom: 5px;
    }

    .total_price {
        font-size: 18px;
    }
}
