﻿.dialog-login.search_page_serach {
    justify-content: flex-start;
    margin: 10px 0 20px 0;
    position: relative;
    bottom: auto;
}

.list_back_h {
    display: none;
}
/*filter css*/
.filter_search {
    font-weight: 600;
    font-size: 16px;
    line-height: 45px;
    text-transform: capitalize;
    color: var(--all-text-main);
    padding: 0px;
    overflow: hidden;
}

.Search_Your_Hotel {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    min-width: 280px;
    margin-bottom: 0;
}

    .Search_Your_Hotel input {
        width: 100%;
        padding: 0px 13px;
        border: 1px solid var(--border-color);
        box-sizing: border-box;
        overflow: hidden;
        color: var(--all-text-main);
        height: 42px;
        border-radius: 5px;
        font-size: 14px;
    }

.hotel-sear-panI, .search_cancel {
    font-size: 20px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    text-align: center;
    padding: 0px 14px;
    background: var(--other-bg);
    color: var(--btn-bg);
    cursor: pointer;
    line-height: 42px;
    border-radius: 0px 4px 4px 0px
}

.fa-search:before {
    content: "\f002";
}

.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:first-child {
    border-top: none;
}

.item-filter {
    margin: 10px 0;
    overflow: auto;
    max-height: 300px;
}

.sidebar-item .filter_text {
    font-size: 16px;
    line-height: 35px;
    font-weight: 600;
    display: flex;
    width: 100%;
    color: var(--all-text-main);
    text-transform: capitalize;
    padding: 0px;
    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;
}



/*price slider*/
.ui-slider .ui-slider-range {
    display: block;
    position: absolute;
    z-index: 1;
    border: none;
    background: var(--btn-bg);
    -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: #E6E6E6;
    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: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--btn-bg);
    margin-left: 0;
    top: -6px;
    border: 3px solid var(--btn-bg);
}

.min_height50 {
    min-height: 50px;
    padding-top: 15px;
}

.min_maxprice_justyfy {
    display: flex;
    justify-content: space-between;
}

    .min_maxprice_justyfy div {
        display: flex;
        flex-direction: column;
    }

.min-price-label, .max-price-label {
    padding: 2px 5px;
    border-radius: 2px;
    border: 1px solid #EEE;
    background: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
    color: var(--all-text-main);
}

ul.filters-option, .arrow {
    padding-left: 0px;
    row-gap: 10px;
    display: flex;
    flex-direction: column;
}



.check-square {
    margin-bottom: 0px;
}




ul.filter_short {
    display: flex;
    overflow: auto;
    column-gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    position: relative;
}

    ul.filter_short li {
        flex: 1;
    }

    ul.filter_short .sort_first_li {
        max-width: fit-content;
    }

    ul.filter_short .down_arrow {
        top: 18px;
        position: absolute;
        width: 15px;
        height: 15px;
        background-position: -482px -24px;
        right: 15px;
    }

.sort_text {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    white-space: nowrap;
}



ul.filter_short li button, .apply_filter {
    background: var(--btn-bg);
    outline: none;
    border: none;
    padding: 0 13px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    line-height: 42px;
    text-transform: capitalize;
    border-radius: 5px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.apply_filter {
    float: right;
}

ul.filter_short li button .filter_iocn {
    width: 27px;
    height: 27px;
    background-position: -478px -4px;
}


ul.filter_short > li > a, ul.filter_short > li > select {
    padding: 0 15px;
    cursor: pointer;
    display: block;
    color: var(--all-text-main);
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    line-height: 42px;
    border: 1px solid var(--border-color);
    text-transform: capitalize;
    border-radius: 5px;
    background: #fff;
    min-width: 281px;
}

    ul.filter_short > li > a.sortby_select, .recom_text_clr.active a {
        background: var(--btn-bg);
        color: #fff;
    }



.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-long-arrow-right {
    margin-right: 5px;
    color: var(--all-text-main);
}

.arrow li a:before {
    display: none;
}
/*hotel block*/
.hotel_list_block {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.main_block_li {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    position: relative;
    width: calc(100%/3 - 14px);
    border-radius: 10px;
    border: 1px solid var(--border-color);
    background: #FFF;
    /* overflow: hidden; */
}

.image_div {
    position: relative;
    width: 100%;
}

.discount_off_div {
    border-radius: 3px;
    background: var(--btn-bg);
    max-width: fit-content;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.Recommended_icon {
    width: 38px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-position: -525px -2px;
}

.Favoriteicon {
    width: 24px;
    height: 22px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-position: -265px -216px;
}

    .Favoriteicon.Favoriteicon_added {
        background-position: -309px -215px;
    }

.stick {
    position: absolute;
    background: var(--other-bg);
    padding: 0 5px;
    color: var(--all-text-main);
    border-radius: 3px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    line-height: 23px;
}

.main-img {
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 10px 10px 0px 0px;
}

    .main-img img {
        height: 190px;
        object-fit: cover;
        width: 100%;
        min-width: 100%;
        background-color: #f3f3f3;
        transition: all 0.5s;
        border-radius: 10px 10px 0px 0px;
    }

    .main-img:hover img {
        transform: scale(1.5);
    }

.product_detail {
    width: 100%;
}

.prodct_name {
    color: var(--all-text-main);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 137.5% */
    margin-bottom: 5px;
}

.duration_div {
    display: flex;
    align-items: center;
    column-gap: 5px;
    color: #262E39;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 15px;
}

.recommended_div {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 0;
}

.recommended_icon {
    min-width: 17px;
    height: 17px;
    position: relative;
    display: inline-block;
    background-position: -456px -163px;
}

.recommended_div span {
    color: #008009;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 100px;
    border: 1px dashed #008009;
    background: #FFF;
    margin-bottom: 15px;
}

.duration_icon {
    min-width: 13px;
    height: 13px;
    background-position: -516px -24px;
}

.main_price_div {
    color: var(--all-text-main);
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 122.222% */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_sub_d {
    padding: 15px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 205px;
}

.property_block {
    color: #888;
    font-size: 14px;
}

.price_seaction {
    border-top: 1px solid var(--border-color);
    padding-top: 12px;
}

    .price_seaction del {
        color: #BC9494;
        font-size: 12px;
        font-weight: 700;
        line-height: normal;
        margin-top: 5px;
        min-height: 15px;
    }

.main_price_div sub {
    color: var(--all-text-main);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    bottom: 0;
}

.main_price_div .per_person {
    color: var(--bg1-dark-h);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.detail_button {
    background: var(--btn-bg);
    padding: 0 10px;
    color: var(--color);
    font-size: 14px;
    border-radius: 5px;
    line-height: 35px;
    min-width: 98px;
    display: block;
    max-width: 100px;
    text-align: center;
    font-weight: 600;
}

.notfound_block {
    background: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid var(--border-color);
    padding-bottom: 20px;
}

    .notfound_block img {
        margin: 0 auto;
    }

.modal-body {
    max-height: 75vh;
}

.trip_reting_block {
    display: inline-block;
    font-size: 15px;
    padding: 2px 5px;
    background: var(--transparent-bg);
    color: #fff;
    border-radius: 4px;
}

.n_d_div {
    max-width: 350px;
}

.lbl_up {
    position: absolute;
    z-index: 1;
    white-space: nowrap;
    top: 5px;
    pointer-events: none;
    background: transparent;
    width: auto;
    max-width: fit-content;
    left: 34px;
    right: 0;
    text-align: left;
    color: #7D7D7D;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.down_location {
    background-position: -374px -22px;
}

.down_checkin {
    background-position: -410px -22px;
    width: 18px;
}

.search_input {
    height: 50px;
    width: 100%;
    color: var(--all-text-main);
    padding: 10px 0px 0px 33px;
    cursor: pointer;
    outline: none;
    appearance: none;
    background: #fff;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}


.down_room {
    background-position: -447px -22px;
}

.drop_icon {
    width: 22px;
    height: 22px;
    pointer-events: none;
    position: absolute;
    top: 21px;
    right: 10px;
    z-index: 1;
}

.product_location {
    background-position: -59px -20px;
}

.down_arrow {
    background-position: -483px -22px;
    right: 10px;
    left: auto;
    top: 20px;
    width: 13px;
    height: 13px;
}

.search_button {
    background-color: var(--other-bg);
    background-position: -243px -8px;
}

.all_filter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-top: 20px;
}

.total_count_block {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.Modify_Search {
    position: relative;
}

.we_chat_icon {
    position: absolute;
    top: 12px;
    background-color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    left: 12px;
    background-position: -735px -68px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}

.inqury_form_title {
    color: #232323;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    border-bottom: 0;
    text-align: center;
    padding: 32px 0 10px 0;
}

.inqury_block_bg {
    background: var(--other-bg-light);
    border-radius: 4px;
    padding: 20px;
}

    .inqury_block_bg .login_input {
        border-radius: 3px;
        border: 1px solid #E9EEFC;
        background: #FFF;
        height: 35px;
        padding-left: 10px;
        color: #232323;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.12px;
    }

    .inqury_block_bg .form-group {
        margin-left: 0;
        margin-right: 0;
    }

.inq_sub_btns {
    height: 34px;
    background-color: var(--btn-bg);
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.12px;
    border-radius: 4px;
    border: 0;
    padding: 0 15px;
}

.inqury_block_bg textarea {
    resize: none;
    padding-top: 5px;
}

.panel_row {
    justify-content: center;
}
/*.chat_exc_icon {
    position: absolute;
    width: 20px;
    height: 26px;
    background-position: -417px -213px;
    top: 10px;
    left: 45px;
}*/
.common_icon.chat_exc_icon::after {
    /* Tooltip text */
    position: absolute;
    bottom: -34px; /* same as your other tooltip rule */
    left: auto;
    background: var(--btn-bg);
    color: #fff;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 9999;
    min-width: fit-content;
    text-align: center;
    white-space: nowrap;
    right: -65px;
    margin: 0 auto;
    align-items: center;
}

.common_icon.Favoriteicon::after {
    position: absolute;
    bottom: -34px; /* same as your other tooltip rule */
    left: -50px;
    background: var(--btn-bg);
    color: #fff;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 9999;
    min-width: fit-content;
    text-align: center;
    white-space: nowrap;
    right: 0;
    margin: 0 auto;
    align-items: center;
}

.common_icon.chat_exc_icon:hover::after,
.common_icon.Favoriteicon:hover::after {
    opacity: 1;
}

.common_icon.chat_exc_icon::after {
    content: "Instant Confirmation";
}

.common_icon.Favoriteicon::after {
    content: "Add to Wishlist";
}


@media (max-width:1199px) {
    .product_sub_d {
        padding: 10px 10px;
    }

    .prodct_name {
        font-size: 14px;
    }

    .duration_div {
        font-size: 12px;
    }
}

@media (max-width:991px) {
    .Modify_Search {
        padding: 10px;
    }

    .panel_row {
        flex-direction: column;
    }

    .b2c_usermenu li {
        padding: 0 10px;
    }

    .profile_menu > li > a, .profile_menu li .link_triger {
        line-height: 33px;
        font-size: 14px;
    }

    .dstinsion {
        flex-direction: column;
        align-items: flex-start;
    }

    .list_back_h {
        display: flex;
        align-items: center;
        background: var(--other-bg);
        line-height: 50px;
        padding: 0 10px;
        column-gap: 10px;
        color: var(--color);
        font-weight: 700;
        font-size: 16px;
    }

    .back_errow_w {
        width: 14px;
        height: 16px;
        background-position: -423px -258px;
        display: block;
        z-index: 1;
        border-radius: 50px;
        filter: brightness(0) invert(1);
    }
}

@media (max-width: 991px) and (min-width:768px) {
    .main_block_li {
        width: calc(100% / 3 - 14px);
    }
}

@media (max-width: 767px) and (min-width:200px) {
    .common_icon.chat_exc_icon::after {
        left: 0;
        right: auto;
        min-width: 100px;
    }

    .common_icon.Favoriteicon::after {
        right: 0;
        left: auto;
        min-width: 100px;
    }

    .main-img img {
        height: 150px;
    }

    .main_price_div {
        font-size: 15px;
    }

    .total_count_block {
        padding-bottom: 15px;
        display: block;
    }

    .n_d_div {
        max-width: 100%;
        width: calc(100% / 1 - 0px);
    }

    .all_filter {
        flex-direction: column;
        row-gap: 10px;
    }

    .filter_div_all {
        border-radius: 0;
        border: none;
        box-shadow: none;
        margin-top: 0;
    }

    .main_block_li {
        width: calc(100%);
    }

    ul.filter_short {
        gap: 10px;
        margin-bottom: 0;
        flex-wrap: wrap;
        margin-top: 10px;
    }

        ul.filter_short > li > a, ul.filter_short > li > select {
            min-width: 100%;
        }

        ul.filter_short li {
            flex: 1;
        }

    .sort_first_li, .filter_search {
        display: none;
    }
}
