/*skeltelon*/
.skeleton-container div, .skeleton-container p, .skeleton-container span, .skeleton-container a {
    color: transparent;
    border: none;
    background-color: transparent;
    min-width: 150px;
}

.main-img.skeleton-item {
    min-height: 250px;
    object-fit: cover;
    max-height: 250px;
    border-radius: 5px;
    min-width: 100%;
    background-color: #f3f3f3;
}

.skeleton-item {
    animation: loading 1.5s infinite linear;
    max-width: fit-content;
}
/* Animation */
@keyframes loading {
    0% {
        background-color: #e0e0e0;
    }

    50% {
        background-color: #f0f0f0;
    }

    100% {
        background-color: #e0e0e0;
    }
}
/*end skeleton*/


.list_back_h {
    display: none;
}

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

.room_block {
    margin-top: 7px;
    padding: 10px 10px 30px;
    border-top: 1px solid var(--primary-color);
    min-width: 100%;
}



.map_view {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-weight: 600;
    font-size: 14px;
    color: var(--color);
    justify-content: center;
}

    .map_view span {
        position: relative;
        display: block;
        cursor: pointer;
        font-weight: 700;
        font-size: 14px;
    }

    .map_view img {
        border-radius: 4px;
        object-fit: cover;
        width: 60px;
        height: 50px;
        border: 1px solid var(--border-color);
    }

    .map_view:hover div {
        background: var(--hover);
    }

    .map_view div {
        position: absolute;
        padding: 0px 12px;
        width: 128px;
        margin: 0 auto;
        left: 0;
        right: 0;
        align-items: center;
        display: flex;
        text-align: center;
        cursor: pointer;
        font-weight: 700;
        font-size: 14px;
        line-height: 32px;
        color: var(--color);
        box-sizing: border-box;
        border-radius: 3px;
        background: var(--btn-bg);
        transition: all 0.5s;
        gap: 5px;
    }


/*modify search*/
.breadcrumb_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.modify_button {
    background: var(--btn-bg);
    border-radius: 3px;
    line-height: 40px;
    display: block;
    text-align: center;
    padding: 0 20px;
    font-weight: 600;
    font-size: 18px;
    color: var(--color);
}

.Modify_Search {
    padding: 15px;
    background: var(--other-bg);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    color: var(--color);
}






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

.date_div {
    position: relative;
}


.m_div {
    position: relative;
    flex: 1;
}

.hotel_date_p {
    display: flex;
}

.rating_new {
    padding: 10px 0 0 10px !important;
}

.date_arrow {
    position: absolute;
    height: 13px;
    width: 22px;
    bottom: 15px;
    left: 2px;
    background-position: -152px -57px;
    z-index: 1;
    transform: scale(0.7);
}

.search_input {
    height: 60px;
    width: 100%;
    color: var(--input_text);
    padding: 15px 0px 0px 35px;
    font-size: 15px;
    cursor: pointer;
    outline: none;
    appearance: none;
    background: var(--input_bg);
    box-sizing: border-box;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 50px;
    position: relative;
    border: 1px solid var(--input_border);
    border-radius: 3px;
}

.br_right_r {
    border-radius: 3px 0px 0px 3px;
    border-right: none;
}

.br_left_r {
    border-left: none;
    border-radius: 0px 3px 3px 0px;
}

.br_none {
    border: none;
}

.search_input::-webkit-input-placeholder { /* Edge */
    color: #000;
}

.search_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

.search_input::placeholder {
    color: #000;
}

.lbl_up {
    font-size: 12px;
    position: absolute;
    color: var(--bg1-dark-w);
    z-index: 1;
    white-space: nowrap;
    top: 5px;
    font-weight: 500;
    pointer-events: none;
    background: transparent;
    width: auto;
    max-width: fit-content;
    left: 10px;
    right: 0;
    padding: 0 35px 0px 25px;
    text-align: left;
}

.night_div select {
    background: transparent;
    color: var(--btn-two-bg);
    border: none;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.input-group-addon {
    background: none;
    border: 0;
    font-size: 25px;
    color: var(--input_text);
    left: 0px !important;
}

.drop_icon {
    width: 22px;
    height: 22px;
    pointer-events: none;
    position: absolute;
    top: 30px;
    left: 9px;
    z-index: 1;
}



.going_location, .down_location, .from_location {
    background-position: -5px -90px;
}



.down_checkin {
    background-position: -95px -89px;
}




.down_markup {
    background-position: -180px -90px;
}

.down_moon {
    background-position: -132px -5px;
}

.down_nationalty {
    background-position: -52px -90px;
}

.down_room {
    background-position: -138px -89px;
}



.down_arrow {
    background-position: -282px -87px;
    right: 10px;
    left: auto;
}




.search_button {
    width: 100%;
    height: 50px;
    background: var(--btn-bg);
    border-radius: 5px;
    position: relative;
    transition: all 0.3s;
    border: 0;
    font-size: 18px;
    color: var(--color);
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    text-align: center;
    line-height: 50px;
}
/*filter css*/
.filter_search {
    font-weight: 500;
    font-size: 18px;
    line-height: 45px;
    text-transform: capitalize;
    color: var(--all-text-main);
    padding: 0px;
    overflow: hidden;
}

.Search_Your_Hotel {
    position: relative;
    margin: 0px 0 15px 0;
    border-radius: 2px;
    overflow: hidden;
}



    .Search_Your_Hotel input {
        width: 100%;
        padding: 0px 13px;
        border: 1px solid var(--border-color);
        box-sizing: border-box;
        overflow: hidden;
        height: 42px;
        border-radius: 5px;
        color: var(--all-text-main);
    }

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

.fa-search:before {
    content: "\f002";
}

.filter_price {
    border-top: unset !important;
}

.sidebar-item {
    display: block;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    border-top: 1px solid var(--border-color);
    padding: 5px 0px;
}

.filter_div_all .sidebar-item:last-child {
    border-bottom: unset;
}

.item-filter {
    margin: 10px;
    overflow: auto;
    max-height: 300px;
}

.sidebar-item .filter_text {
    font-weight: 600;
    font-size: 15px;
    line-height: 35px;
    display: flex;
    width: 100%;
    color: var(--all-text-main);
    text-transform: capitalize;
    padding: 0 7px;
    align-items: center;
    justify-content: space-between;
}

.fa-angle-up:before {
    content: "\f106";
}

.collapsed .fa-angle-up:before {
    content: "\f107";
}

.sidebar-item a .fa-angle-up {
    font-size: 23px;
    color: #2F2F2D;
}

/*price slider*/
.ui-slider .ui-slider-range {
    display: block;
    position: absolute;
    z-index: 1;
    border: none;
    background: var(--bg1-dark-w);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px;
    height: 100%;
}

.ui-slider.ui-widget-content {
    background: var(--border-color);
    border-radius: 6px;
    height: 4px;
    position: relative;
    text-align: left;
    margin-bottom: 15px;
    width: 94%;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    position: absolute;
    z-index: 1;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--color);
    margin-left: 0;
    top: -4px;
    border: 3px solid var(--bg1-dark-w);
}

.min_height50 {
    min-height: 50px;
    padding-top: 15px;
}

.min-price-label, .max-price-label {
    font-weight: 600;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 2px;
    color: var(--all-text-main);
    border: 1px solid;
    line-height: 16px;
    height: 22px;
}


ul.filters-option, .arrow {
    padding-left: 0px;
    row-gap: 10px;
    display: flex;
    flex-direction: column;
}

.check-square .fa-star {
    color: #FFA800;
    padding: 0 2px;
}

.check-square {
    margin-bottom: 0px;
}

.rating ul {
    display: flex;
    justify-content: flex-start;
    line-height: 20px;
    margin-bottom: 0;
    column-gap: 8px;
    margin-top: 15px;
}

.rating li:not(:checked) > input {
    top: -9999px;
    position: fixed !important;
}

.rating li:not(:checked) > label {
    position: relative;
    cursor: pointer;
    text-transform: none;
    font-size: 15px;
    height: 28px;
    width: 43px;
    background: none;
    margin-bottom: 0;
    border-radius: 2px;
    color: var(--input_text);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    gap: 5px;
    transition: all 0.3s;
}

.fa-star:before {
    content: "\f005";
}

#star-filter .rating li:not(:checked) > label {
    width: 100%;
    background: #F0F2F5;
    display: flex;
    align-items: center;
    column-gap: 3px;
    color: #0F294D;
    line-height: 14px;
    border-radius: 2px;
    height: 35px;
}

#star-filter .rating li > input:checked ~ label .fa-star-o, #star-filter .rating li > input:checked ~ label span {
    color: #0F294D;
}

#star-filter .rating li > input:checked ~ label, #star-filter .rating li > label:hover {
    background: #FFC700;
}

#star-filter .rating ul {
    column-gap: 12px;
    margin: 0;
}

.rating li label span {
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.rating li > input:checked ~ label {
    background-color: #FFC700;
}

.fa-star-o:before {
    content: "\f006";
}

.rating li > input:checked ~ label span, .rating li > input:checked ~ label .fa-star-o {
    color: var(--color);
}

.rating_new li:not(:checked) > label:hover {
    background: #FFC700;
}

.rating .filters-option {
    margin-bottom: 0px;
    padding-left: 0px;
    align-items: flex-start;
}

ul.filter_short {
    display: flex;
    padding-left: 0;
    overflow: auto;
    column-gap: 15px;
    align-items: center;
    margin-bottom: 30px;
}

.loadmorehotel {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    box-sizing: border-box;
    display: inline-block;
    background: var(--btn-bg);
    color: var(--color);
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin: 20px 0 0;
}

.sort_text {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    white-space: nowrap;
    color: var(--all-text-main);
}

ul.filter_short > li > a, ul.filter_short > li > select {
    padding: 0 45px;
    cursor: pointer;
    display: block;
    color: var(--all-text-main);
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 30px;
    border-radius: 5px;
    background: var(--color);
    text-transform: capitalize;
    transition: all 0.5s;
    border: 1px solid var(--border-color);
}

    ul.filter_short > li > a.sortby_select, .sortbyfilter:hover, .recom_text_clr.active a {
        background: var(--active-menu);
        color: var(--color);
    }




/*hotel block*/
.hotel_list_block {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
    margin-bottom: 15px;
}

.main_block_li {
    display: flex;
    padding: 0;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    background: var(--color);
    flex-wrap: wrap;
    position: relative;
}

    .main_block_li .main-img img::before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255,255,255,.2);
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
    }



.select_banner {
    border: 1px solid var(--active-menu);
    background: var(--other-bg-light);
}

.image_div {
    position: relative;
    flex: 0 0 22%;
    max-width: 22%;
}

.product_detail {
    row-gap: 9px;
    display: flex;
    overflow: hidden;
    flex: 0 0 78%;
    max-width: 78%;
    align-items: flex-start;
}

.product_sub_d {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 0 0 73%;
    max-width: 73%;
    padding: 10px 10px 15px 15px;
    row-gap: 8px;
}



.trip_reting_block {
    flex: 1 1 0%;
}

.discont_div {
    font-size: 14px;
    background: red;
    display: inline-block;
    color: var(--color);
    padding: 3px 10px;
    border-radius: 3px;
}

.review_div {
    display: flex;
    align-items: center;
    white-space: nowrap;
    column-gap: 10px;
    position: relative;
    float: right;
}

.review_count_trip {
    border-radius: 10px 10px 10px 0px;
    background: #008009;
    width: 49px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color);
    font-size: 20px;
    font-weight: 600;
}

.review_text {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: var(--all-text-main);
}

.total_c_font {
    font-size: 12px;
    line-height: 20px;
    color: var(--input_text);
}

.price_seaction {
    text-align: right;
    display: flex;
    flex-direction: column;
    flex: 0 0 27%;
    max-width: 27%;
    height: 100%;
    background: var(--list-right);
    border-radius: 0px 3px 3px 0px;
    padding: 15px 9px;
    justify-content: end;
}

.main_price {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--input_text);
}

.total_night_div {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: var(--input_text);
}

.main_price_div {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-end;
}

.main-img img {
    min-height: 195px;
    object-fit: cover;
    max-height: 195px;
    width: 100%;
    position: relative;
    background-color: var(--other-bg-light);
    border-radius: 4px 0px 0px 4px;
}



.prodct_name, .prodct_name a {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--all-text-main);
    overflow: hidden;
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.p_name_title {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s;
}

.place {
    display: block;
    color: #FFA800;
    font-size: 13px;
    letter-spacing: 3px;
}

.property_name {
    font-size: 12px;
    font-weight: 600;
    color: var(--all-text-main);
    text-transform: capitalize;
    line-height: 20px;
    border: 1px solid var(--border-color);
    padding: 0 15px;
    border-radius: 3px;
    display: inline-block;
    background-color: var(--other-bg-light);
}

.hotel_Adderss {
    font-weight: 500;
    font-size: 13px;
    color: var(--all-text-main);
    position: relative;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    white-space: nowrap;
    column-gap: 5px;
}

.h_address {
    max-width: calc(100% - 80px);
    overflow: hidden;
    text-overflow: ellipsis;
}

span.common_icon.see_map {
    min-width: 18px;
    height: 17px;
    background-position: -6px -158px;
}

.map_view_h {
    display: flex;
    align-items: center;
    color: var(--active-menu);
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    text-decoration-line: underline;
}

.hotellist_txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: var(--all-text-third);
    overflow: hidden;
}

    .hotellist_txt span, .hotellist_txt p, .hotellist_txt li {
        font-weight: 400 !important;
        font-size: 13px !important;
        line-height: 16px !important;
        color: #3D4F54;
        font-family: 'Montserrat' !important;
    }


.book_button {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    padding: 0px 25px;
    cursor: pointer;
    background: var(--btn-bg);
    border-radius: 3px;
    color: var(--color);
    line-height: 40px;
    transition: all 0.3s;
    min-width: 140px;
    display: block;
    max-width: 200px;
    border: none;
}

a.view_l_detail {
    border: 1px solid var(--all-text-main);
    color: var(--all-text-main);
    padding: 0 10px;
    line-height: 30px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    min-width: 140px;
    display: block;
    max-width: 200px;
    text-align: center;
}

.recomonded_block {
    border: 1px solid #008009;
    box-sizing: border-box;
    border-radius: 2px;
    line-height: 25px;
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    color: #008009;
    text-align: center;
    padding: 0 10px;
    max-width: fit-content;
    white-space: nowrap;
}


.recommended_text {
    font-size: 12px;
    display: flex;
    line-height: 25px;
    position: relative;
    text-transform: capitalize;
    color: #008009;
    align-items: center;
    width: fit-content;
    border: 1px dotted #008009;
    border-radius: 2px;
    padding: 0 5px;
    font-weight: bold;
    float: right;
}

.recommended_icon {
    width: 20px;
    height: 20px;
    background-position: -489px -71px;
}

.service_list {
    display: flex;
    text-align: center;
    margin: 0;
    gap: 10px;
    margin-top: 15px;
}

    .service_list > li {
        padding: 0 10px;
        font-size: 12px;
        color: var(--color);
        cursor: pointer;
        background: var(--bg1-dark-w);
        box-sizing: border-box;
        border-radius: 3px;
        font-weight: 600;
        line-height: 25px;
        text-align: left;
        width: 107px;
        display: flex;
        align-items: center;
        max-width: fit-content;
    }

    .service_list .service_icon {
        width: 19px;
        height: 22px;
        margin-right: 5px;
        display: none;
    }

.decrip_icon {
    background-position: -50px -154px;
}

.facility_icon {
    background-position: -87px -154px;
}

.map_icon_des {
    background-position: -124px -154px;
}

.streeview_icon {
    background-position: -162px -154px;
}

.use_full_icon {
    background-position: -487px -61px;
}

.includ_icon {
    background-position: -451px -61px;
}

.timing_icon {
    background-position: -419px -61px;
}
/*map popup css start*/
.mycontrol.newbox.mapclose {
    width: 340px;
    background: var(--color);
    padding: 10px;
    display: flex;
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 20px;
}

.mycontrol_pop_icon {
    width: 340px;
    background: var(--color);
    display: flex;
    position: relative;
    z-index: 1;
    left: 0px;
    top: 0px;
}

.gm-ui-hover-effect {
    display: none !important;
}

.map_box_h_name {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    line-height: 17px;
    font-weight: bold;
    font-size: 13px;
}

.imge_map {
    width: 65px;
    overflow: hidden;
    height: 65px;
}

    .imge_map img {
        height: 65px;
        width: 100%;
    }

.map_text_name {
    margin-left: 10px;
    width: 190px;
    font-size: 15px;
}

.price_map {
    width: 100px;
    font-size: 17px;
    font-weight: bold;
    text-align: right;
    color: #070003;
}


.mapwait_page {
    display: none;
}

.mapclose .close::before, .small_box_close:before {
    background: var(--all-text-main);
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    top: -10px;
    z-index: 10000;
    opacity: 1 !important;
    color: var(--color);
    border: 2px solid var(--all-text-main);
    height: 22px;
    width: 22px;
    margin: 16px 0 0 -28px;
    border-radius: 20px;
    text-align: center;
    line-height: 17px;
    right: 7px;
    cursor: pointer;
}

.small_box_close:before {
    top: -25px;
    right: -10px;
}

.mapmodal-content {
    background-color: #fefefe;
    border: 8px solid var(--primary-color);
    height: 100vh;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0%;
}

.mapset {
    height: 100%;
    position: absolute;
    width: 100%;
}

.loading-message, .sk-spinner-double-bounce.sk-spinner {
    left: 50%;
    transform: translate(-50%,-50%);
    transition: height .4s ease-in-out;
}

.mappop {
    background-color: #000;
    height: 100%;
    position: relative;
    opacity: .8;
    z-index: 999;
}

.loading-message {
    position: absolute;
    top: 57%;
    color: var(--color);
}

.sk-spinner-double-bounce.sk-spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
}

.sk-spinner-double-bounce .sk-double-bounce1, .sk-spinner-double-bounce .sk-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--color);
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-spinner-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-doubleBounce {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.span-box {
    position: absolute;
    z-index: 100;
    margin-top: 17px;
    opacity: 1;
    transition: visibility 0s,opacity 1s linear;
}

.right_box {
    float: right !important;
}

.span-box span {
    border: 2px solid rgba(0,0,0,.53);
    background: rgba(0,0,0,.53);
    width: 178px;
    padding: 5px 20px;
    color: var(--color);
    font-weight: 700;
    text-align: center;
}
/*map popup css end*/
.Favourite_add {
    width: 30px;
    height: 27px;
    pointer-events: none;
    position: relative;
    background-position: -552px -2px;
    float: left;
    z-index: 9;
}

.Favoriteicon_added .Favourite_add {
    background-position: -583px -2px;
}

.Favoriteicon {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 0;
    float: left;
    display: block;
    cursor: pointer;
}

    .Favoriteicon .hoteltooltip_info {
        min-width: 200px;
        left: -5px;
        margin-bottom: 0px;
    }

.hoteltooltip_info {
    background: var(--other-bg);
    bottom: 100%;
    color: var(--color);
    display: block;
    border-radius: 12px;
    left: 10px;
    opacity: 0;
    max-width: 197px;
    padding: 6px;
    z-index: 1;
    position: absolute;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    font-size: 12px;
    line-height: 14px;
    pointer-events: none;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
}

.hotel_tooltip_min:hover .hoteltooltip_info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}


.stick {
    z-index: 1;
    position: absolute;
    background: var(--btn-bg);
    padding: 0 5px;
    color: var(--color);
    border-radius: 3px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 10px;
    left: 10px;
    font-size: 12px;
    line-height: 23px;
}





.notfound_block {
    background: var(--color);
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 2px;
    padding: 5px;
}

    .notfound_block img {
        margin: 0 auto;
        height: 200px;
        border-radius: 3px;
    }

    .notfound_block h2 {
        font-weight: 500;
        font-size: 30px;
        line-height: 52px;
        color: var(--all-text-main);
    }



#hotelratebreakup .sidebar-item a {
    padding: 0;
}

    #hotelratebreakup .sidebar-item a.collapsed:before {
        content: "\f107";
        position: absolute;
        right: 0px;
        font-family: 'FontAwesome';
        font-size: 20px;
    }

    #hotelratebreakup .sidebar-item a:before {
        content: "\f106";
        position: absolute;
        right: 0px;
        font-family: 'FontAwesome';
        font-size: 20px;
    }

.drop_down_field.left-0 ul {
    left: 0;
}


/*side pannel*/
.body_overfl {
    overflow: hidden !important;
}

.cd-panel.is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}

    .cd-panel.is-visible::after {
        background: rgba(0,0,0,.6);
        -webkit-transition: background .3s 0s;
        -moz-transition: background .3s 0s;
        transition: background .3s 0s;
        content: '' !important;
    }

.cd-panel {
    z-index: 999;
    position: fixed;
    visibility: hidden;
    -webkit-transition: visibility 0s .6s;
    -moz-transition: visibility 0s .6s;
    transition: visibility 0s .6s;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.is-visible .cd-panel-container {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.cd-panel-container {
    box-shadow: 0 12px 27px 7px #000;
    width: 70%;
    height: 100%;
    top: 0;
    background: #fff;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
    position: absolute;
    right: 0;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}



.cd-panel::after {
    position: absolute;
    background: 0 0;
    cursor: pointer;
    -webkit-transition: background .3s .3s;
    -moz-transition: background .3s .3s;
    transition: background .3s .3s;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.c_pnl_head {
    display: flex;
    width: 100%;
    font-size: 18px;
    padding: 0px;
    background: var(--other-bg);
    color: #fff;
    position: relative;
    line-height: 40px;
}

.cd-panel-close1 {
    color: var(--all-text-main);
    background: var(--btn-bg);
    font-size: 20px;
    position: relative;
    padding: 0px 18px;
    top: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.c_pnl_head .title_dr {
    padding: 0px 10px;
}

.tab-container.style1 {
    padding: 0px;
    position: relative;
}

ul.listmenu {
    padding: 10px 10px;
    display: flex;
    top: 0;
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 0 19px 22px 0 rgb(53 64 90 / 6%);
    box-shadow: 0 19px 22px 0 rgb(53 64 90 / 6%);
    overflow: auto;
}

    ul.listmenu li a {
        color: var(--all-text-main);
        white-space: nowrap;
        font-weight: 500;
        margin-right: 15px;
    }

    ul.listmenu .active a {
        color: var(--active-menu);
    }


.tabinfodetails {
    height: 100%;
    overflow-y: auto;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px 10px;
    box-shadow: -1px 2px 4px -1px #b7b7b7;
    color: #000;
}


.pnltitlesub {
    font-size: 15px;
    font-weight: 500;
    color: var(--all-text-main);
    background: var(--other-bg-light);
    padding: 5px;
}

.hotel_Description {
    display: table;
    width: 100%;
}

.data_inside {
    padding: 10px;
    min-height: 80vh;
}



.tab_data {
    border: 1px solid #f8f8f8;
    margin-bottom: 15px;
}

.hotel_Description .table-cell {
    display: table-cell;
    vertical-align: top;
    float: none;
    border-bottom: 1px solid #f8f8f8;
    padding: 5px;
    border-right: 1px solid #f8f8f8;
}

.hotel_tooltip_min {
    display: flex;
    line-height: 20px;
    margin-bottom: 15px;
    position: relative;
}

    .hotel_tooltip_min img {
        height: 15px;
        margin-top: 3px;
    }




.title_aminitis {
    margin-left: 10px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

/*side pannel END*/



/****media CSS***/
@media (max-width:1200px) and (min-width:992px) {
    .notfound_block h2 {
        font-size: 20px;
    }




    #star-filter .rating ul {
        column-gap: 11px;
    }

    ul.filter_short > li > a, ul.filter_short > li > select {
        padding: 0 26px;
    }

    .rating ul {
        column-gap: 5px;
    }

    .rating li:not(:checked) > label {
        font-size: 12px;
        width: 37px;
        padding: 0 6px;
        gap: 5px;
    }

    .image_div {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .product_detail {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .product_sub_d {
        flex: 0 0 69%;
        max-width: 69%;
        padding: 10px 10px 15px 8px;
    }

    .price_seaction {
        flex: 0 0 31%;
        max-width: 31%;
    }
}

@media (max-width:991px) {

    .cd-panel-container {
        width: 100%;
    }

    .book_button {
        padding: 0px 10px;
    }

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



    .list_back_h {
        display: flex;
        line-height: 55px;
        padding: 0 10px 0 0px;
        column-gap: 10px;
        color: var(--color);
        font-weight: 600;
    }

    .alplyfilter {
        position: absolute;
        right: 20px;
        color: var(--color);
        padding: 0 10px;
    }

    .back_errow_w {
        width: 15px;
        height: 15px;
        background-position: -346px -90px;
        display: block;
        z-index: 1;
        filter: brightness(0) invert(1);
    }

    .Modify_Search, .filter_div_all {
        padding: 15PX;
        margin-top: 0px;
        border: none;
        flex-direction: column;
        border-radius: 0px;
    }

    .mobile_sort_filter {
        position: fixed;
        bottom: 50px;
        flex-direction: column;
        background: var(--color);
        z-index: 1;
        left: 40px;
        row-gap: 10px;
        padding: 10px !important;
        border-radius: 5px;
        box-shadow: 0 3px 10px 0 rgb(0 0 0 / 20%);
        display: flex !important;
    }

    ul.filter_short {
        column-gap: 15px;
        display: none;
    }


    .m_div {
        width: 100%;
    }
}

@media (max-width:600px) {
    .notfound_block img {
        height: 150px;
    }

    .notfound_block h2 {
        font-size: 18px;
        font-weight: 600;
    }

    .Modify_Search {
        z-index: auto;
    }

    .search_input {
        font-size: 13px;
    }

    .input_redio_box [type=radio] + label {
        font-size: 13px;
    }





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



    .book_button {
        display: block;
        opacity: 0;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        min-width: 100%;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .meal_show {
        display: block;
        margin: 10px 0;
    }

    a.view_l_detail {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        max-width: 100%;
        opacity: 0;
        display: block;
        max-height: 165px;
    }



    .prodct_name, .prodct_name a {
        font-weight: 600;
        font-size: 15px;
        line-height: 22px;
        align-items: flex-start;
        flex-direction: column;
    }

    .main-img img {
        margin-bottom: 0;
        min-height: 150px;
        max-height: 150px;
    }

    ul.filter_short > li > a, ul.filter_short > li > select {
        padding: 0px 15px;
        font-size: 13px;
        line-height: 25px;
    }

    .image_div {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .product_detail {
        flex-direction: column;
        flex: 0 0 67%;
        max-width: 67%;
    }

    .product_sub_d {
        flex: 1 1 0%;
        max-width: 100%;
        row-gap: 2px;
        padding: 0 0px 0 10px;
    }

    .price_seaction {
        width: 100%;
        max-width: 100%;
        flex: 1 1 0%;
        border-left: none;
        padding: 10px
    }

    .main_price {
        font-size: 16px;
    }

    .main_price_div {
        row-gap: 0px;
    }

    .review_div {
        float: left;
        text-align: left;
        flex-direction: row-reverse;
        column-gap: 5px;
        padding-left: 10px;
    }

        .review_div div:first-child {
            display: flex;
            column-gap: 5px;
            font-size: 12px;
        }

    .review_count_trip {
        width: 25px;
        height: 25px;
        font-size: 13px;
        border-radius: 5px 5px 5px 0px;
    }

    .hotel_Adderss {
        font-size: 12px;
    }

    .h_address {
        max-width: calc(100% - 0px);
    }

    .search_input {
        border: 1px solid var(--border-color);
    }

    .sidebar-item.fly_cart_div {
        margin-bottom: 15px;
    }

    .breadcrumb_block {
        justify-content: flex-start;
    }
}
