﻿
.landing_div .search_button {
    height: 60px;
    display: flex;
    align-items: center;
    background: var(--btn-bg);
    border-radius: 5px;
    transition: all 0.3s;
    border: none;
    color: var(--btn-color);
    justify-content: center;
    font-size: 20px;
    column-gap: 10px;
    position: relative;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    max-width: 180px;
}

.landing_div .panel_row {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    padding: 0px;
    flex-direction: row;
}

.loadinghotel:nth-child(-n+4) {
    display: flex !important;
}

.loadinghotel {
    display: none !important;
}

.landing_page_block .image_s_block {
    min-height: 630px;
    max-height: 630px;
    border-radius: 0;
}

.landing_page_block .carousel-inner {
    min-height: 630px;
    background: var(--btn-color);
}

.landing_page_sticky {
    padding-top: 210px;
}

    .landing_page_sticky.z-index {
        z-index: 999;
        position: relative;
    }

.search_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
}

    .search_content h1 {
        font-size: 30px;
        font-weight: 600;
        color: var(--color);
        margin: 0;
        margin-bottom: 5px;
    }

    .search_content h2 {
        font-size: 18px;
        color: var(--color);
        margin-top: 10px;
    }

    .search_content p {
        font-size: 16px;
        color: var(--color);
        font-weight: 500;
    }

.landing_page_block .service_count_block {
    z-index: 1;
    position: relative;
    padding: 250px 0 15px 0;
}

.landing_div .search_box_area {
    top: 120px;
    padding: 5px;
    z-index: 9;
    bottom: auto;
}

.landing_background_image {
    /* height: 315px; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
}

    .landing_background_image:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgb(96 96 100 / 50%);
    }



.landing_page_block .product_detail .available_room {
    max-width: max-content;
}

.check_availability_btn {
    padding: 0 15px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    background: var(--btn-bg);
    border-radius: 3px;
    color: var(--color);
    line-height: 40px;
    transition: all 0.3s;
    min-width: 100%;
    margin-top: 5px;
    display: block;
    max-width: 100%;
    border: none;
}

.landing_page_block .main-img img {
    min-height: 190px;
    max-height: 190px;
}

.tourtypefilter li a {
    font-size: 14px;
    color: #1d78d5;
    font-weight: 600;
    text-decoration: underline;
}

.list_note {
    font-size: 14px;
    color: var(--all-text-sub);
    font-weight: 500;
    background: var(--other-bg-light);
    margin-top: 15px;
    padding: 5px;
}

.hotel_list_block .main_block_li.style-1 .product_detail .prodct_name {
    position: relative !important;
    margin: 0 !important;
    left: 0 !important;
}

.hotel_list_block .main_block_li.style-1 .product_detail .hotel_Adderss {
    padding-top: 0px !important;
}

.hotel_list_block .main_block_li.style-1 .product_detail .side_block {
    margin-top: 0px !important;
}

.hotel_lan .product_sub_d {
    justify-content: flex-start;
}

.filter_div_all {
    margin-top: 0;
}

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

#star-filter .rating li:not(:checked) > label {
    padding: 0 7px;
    column-gap: 11px;
}
span.common_icon.see_map {
    min-width: 15px;
    height: 17px;
    background-position: -9px -158px;
}
@media (max-width:1199px) and (min-width:992px) {
    .check_availability_btn {
        padding: 0 5px;
        font-size: 15px;
    }
    .search_input {
        line-height: 45px;
        font-size: 13px;
    }
}
 
@media (max-width:991px) {
    .landing_page_block .edit {
        right: 0;
        margin: 0 auto;
        left: 0;
    }
    .main_search_containt {
      
        border-radius: 0;
    }
    .xs_mob_filter {
        display: flex;
        justify-content: space-between;
    }
    .landing_div .search_box_area {
        top: 10px;
        padding: 5px;
        z-index: 9;
        bottom: auto;
        position: relative;
        background: var(--bg1-dark-w);
    }
    .landing_page_block .service_count_block {
       
        padding: 145px 0 15px 0;
    }
    .landing_div .panel_row {
        flex-direction: column;
    }
    .n_d_div {
        max-width: 100%;
    }
    .check_availability_btn {
        padding: 0 5px;
        font-size: 13px;
        line-height: 35px;
        min-width: 132px;
    }

    .div_detail {
        justify-content: center;
    }
   
    .search_content {
        bottom: 40px;
    }

        .search_content h1 {
            font-size: 18px;
        }

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

    .landing_page_sticky {
        padding-top: 120px;
    }
}

@media (max-width:767px) {
    .landing_page_block .price_seaction {
        background: 0;
    }
    .landing_page_block .service_count_block {
        padding: 75px 0 15px 0;
    }
    .search_content h2 {
        font-size: 12px;
        margin-top: 0;
        line-height: normal;
    }

    .search_content h1 {
        font-size: 14px;
    }

    .landing_page_block .main-img img {
        min-height: 220px;
        max-height: 220px;
    }

    .book_button {
        font-size: 13px;
        min-width: 130px;
        max-width: 130px;
        line-height: 30px;
    }

    .list_note {
        font-size: 12px;
        margin-top: 7px;
    }
}
