.page-wrapper.hotel_wrapper .section_banner {
    z-index: 9;
}

.page-wrapper.hotel_wrapper .section_banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 316px;
    background: url(../images/inner_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    padding: 0;
}

.hotel_wrapper .main-header {
    position: relative; 
    width: 100%;
    min-height: 90px;
}

.tour_details_leftside_wrapper {
    position: relative;
}

.share_btns {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}


.share_btns a{
    width: 41px;
    min-width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #26377E;
    background-color: #fff;
    border-radius: 5px;
    font-size: 18px;
}


/* Photo Wrapper CSS */

.photos_wrapper  .hotel_img_slide img{
     height: 300px; 
}

.hotel-view-map,
.filter_sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    /* padding: 0; */
}


.h-map-card-box {
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.h-map-card-box-inner {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 1px 17px 0px rgb(0 0 0 / 11%);
    margin-bottom: 15px;
    padding: 10px;
}

@keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.shimmer-animation {
    background-color: #f6f7f8;
    background-image: linear-gradient(to right,
            #f6f7f8 0%,
            #edeef1 20%,
            #f6f7f8 40%,
            #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeholderShimmer;
    animation-timing-function: linear;
}

.loader-shimmer-banner {
    height: 150px;
    border-radius: 5px;
    margin-bottom: 12px;
}

.loader-shimmer-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.loader-shimmer-title {
    height: 20px;
    flex: 0 0 auto;
    width: 50%;
}

.loader-shimmer-price {
    height: 40px;
    flex: 0 0 auto;
    width: 30%;
}

.loader-shimmer-button {
    height: 30px;
    flex: 0 0 auto;
    width: 25%;
    border-radius: 4px;
}

.loader-shimmer-rating {
    height: 20px;
    flex: 0 0 auto;
    width: 15%;
    border-radius: 4px;
}

.loader-shimmer-list {
    height: 20px;
    width: 70%;
    margin-bottom: 5px;

}

.loader-shimmer-list:last-child {
    margin-bottom: 0;
}



.loader-shimmer-refundable {
    height: 20px;
    width: 20%;
    margin-bottom: 5px;
    border-radius: 4px;
}

.loader-shimmer-info {
    height: 20px;
    width: 90%;
    margin-bottom: 5px;
}

.loader-shimmer-info:last-child {
    margin-bottom: 0;
}


.theme_search_form_area .range-slider input[type="range"] {
    margin: 15px 0;
}