/* .page-heading-overlay {
    background: black;
    overflow: hidden;
}

.page-heading-overlay img {
    object-fit: cover;
    opacity: 0.4;
}
.page-heading__inner {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.white {
    color: white;
} */

.slick-prev:before,
.slick-next:before {
    /* color:#eee; */
    font-family: 'slick-icons, sans-serif';
    font-family: 'revicons';
    font-size: 24px;
    z-index: 100000;
    /* background-color: white; */
    /* height: 40px;
    width: 40px;
    text-align: center;
    display: flex;
    align-items: center; */
}

.slick-prev:before,
.slick-next:before {
    color: black;
    z-index: 1000000;
}


.slick-arrow {
    font-size: 0px;
    width:40px;
    height:40px;
    top: calc(50% - 70px) !important;
}

.slick-arrow:hover {
    background-color: black;
    color: white;
    transition: all .3s ease;
    cursor: pointer;
}


.slick-prev:hover::before,
.slick-next:hover::before {
    color: white;
    transition: all .3s ease;
    cursor: pointer;
}




.slick-prev {
    left: -45px;
}

.slick-next {
    right: -45px;

}

@media (max-width: 991px) {
    .slick-prev {
        left: -27px;
    }

    .slick-next {
        right: -27px;
    }

    .slick-arrow {
        width: 25px;
        height: 25px;
        top: calc(50% - 55px) !important;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 18px;
    }
}
.slick-prev:before {
    content : '\e824';
}

.slick-next:before {
    content : '\e825';
}



.slick-slide img {
    display: block;
    object-fit: cover;
    margin: 0 auto;
    /* display: inline; */
}
.slick-prev,
.slick-next {
    font-family: 'revicons';
}

/* @media only screen and (min-width: 1000px) {
    .slider-caption {
    position: absolute;
    top: 15px;
    right: 0px;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    color: rgb(34, 34, 34);;
    background-size: auto;
    line-height: 30px;
    padding-bottom:12px;
    padding-left:20px;
    padding-right:30px;
    padding-top:9px;
    background-color: white;
    min-width:200px;
    text-transform: uppercase;
    }
} */

/* 
    .slider-caption {
    position: relative;
    width: 100%;
    bottom: 15px;
    text-align: right;
    
    font-size: 18px;
    font-weight: 600;
    color: rgb(34, 34, 34);;
    background-size: auto;
    line-height: 30px;
    padding-bottom:12px;
    padding-left:20px;

    padding-top:9px;
    background-color: white;
    min-width:200px;
    text-transform: uppercase;
    } */


.slider-caption {
    position: absolute;
    margin-bottom: 80px;
    /* width: 100%; */
    /* bottom: 15px; */
    text-align: right;
    /* text-shadow: 0 1px 0 black; */
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    color: rgb(34, 34, 34);
    background-size: auto;
    line-height: 30px;
    /* margin-bottom: 12px; */
    /* padding-bottom: 12px; */
    padding-left: 12px;
    padding-right: 20px;
    /* padding-top: 9px; */
    /* background-color: white; */
    /* min-width: 200px; */
    text-transform: uppercase;
    bottom: 0px;
    right: 0;
    color: white;
    transition: ease 1s;
    background-color: rgb(34, 34, 34);
    /* opacity: .4; */

    font-size: 11px;
    position: relative;
    background-color: transparent;
    color: #888;
        letter-spacing: .3em;
        padding: 0px;
}

@media (max-width: 899px) {
    .slider-caption {
        font-size: 11px;
    }
}


.slide-container {
    position: relative;
}

.amenity-slider-container {

}
