#make-clean-slider.swiper {
    position: relative;
    overflow: hidden !important;
}
#make-clean-slider.swiper .carousel-inner.swiper-wrapper {
    display: flex !important;
}
#make-clean-slider.swiper .carousel-inner.swiper-wrapper .item.swiper-slide {
    display: block !important;
}
.swiper-pagination-bullet-custom {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid #fff !important;
    border-radius: 50% !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-custom.active {
    background-color: #fff !important;
}
.hero-slider img {
    width: 100%;
    height: 750px;
    object-fit: cover;
}
@media (max-width: 991px) {
    .hero-slider img {
        height: 500px;
    }
}
@media (max-width: 767px) {
    .hero-slider img {
        height: 350px;
    }
}
