
.preloader {
    display: block;
    margin-top: 5px;
    clear: both;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f4f6f9;
    background: linear-gradient(to right,#eee 8%,#ddd 18%,#eee 33%);
    background-size: 800px 104px;
    position: relative;
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}
.hotel-img .preloader {
    height: 169px;
}
.hotel-name-style .preloader {
    width: 80%;
}
.preloader {
    height: 24px;
}
.hotel-location.preloader {
    max-width: 50%;
}
.preload-board-type {
    width: 20%;
}
.preloader.w-80 {
    width:80%;
}
.preloader.w-60 {
    width: 60%;
}
.preloader.w-40 {
    width: 40%;
}
.preloader.w-10 {
    width: 10%;
}
.preloader.w-20 {
    width: 20%;
}
.review-hotel .preloader{
    float: right;
}
.review-hotel .preloader {
    min-width: 30%;
}
.hide-loader{
    display:none;
}
@media (max-width:991px){
    .skeleton-loader .hotel-card-facilities{
        padding:0 15px;
    }
    .skeleton-loader .align-right.review-hotel {
        display:flex;
    }
    .preloader.w-80,
    .preloader.w-60,
    .preloader.w-40 {
        display:none
    }
    .skeleton-loader .align-right.review-hotel .preloader:last-of-type{
        position:absolute;
        right: 16px;
    }
}
