.Rooftop_Solar {
    overflow: hidden;
    margin-bottom: 5%;
}

.Rooftop_Solar .swiper {
    overflow: visible !important;
}

.slider_wrapper {
    position: relative;
}

.Rooftop_Solar .my_swiper_holder .swiper-slide {
    overflow: visible;
}

.Rooftop_Solar .slider_img_box {
    position: relative;
    transition: transform 0.4s ease-in-out;
    border-radius: 3px;
    z-index: 1;
    overflow: hidden;
    height: 300px;
    width: 100%;
}

/* Hover Effect */
.Rooftop_Solar .slider_img_box:hover {
    transform: translateY(-20px);
}

.Rooftop_Solar .slider_img_box:hover .slider_img {
    transform: scale(1.2);
}


.Rooftop_Solar .slider_img_box .slider_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease-in-out;
}

.Rooftop_Solar .slider_wrapper .swiper-pagination-bullet-active {
    background: #040404;
    width: 10px;
    height: 10px;
}

.Rooftop_Solar .swiper-pagination {
    position: unset !important;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    margin-top: 25px;
}


/* =================== Media Queries ================== */

@media (min-width:0px) and (max-width:574px) {
    .Rooftop_Solar .slider_img_box {
        height: 200px;
    }
}

@media (min-width:575px) and (max-width:767px) {
    .Rooftop_Solar .slider_img_box {
        height: 300px;
    }
}

@media (min-width:768px) and (max-width:1399px) {
    /* .Rooftop_Solar .slider_img_box {
        height: 100%;
    } */
}