@media (max-width: 600px) {
    .sld_img {
        width: 100%;
        height: 300px;
    }

    .carousel-caption h1 {
        font-size: 18px;
        font-weight: 800 !important;
        width: 95%;
        margin: 0 auto;
    }

    /* .bg-about, .bg-contact, .bg-service {
        overflow-x: hidden;
    } */

    .pl-30 {
        padding-left: 0rem;
    }
    
    .pl-50 {
        padding-left: 0rem;
    }
    
    .pr-50 {
        padding-right: 0rem;
    }

    .bg-custom-ft-abt::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.4;
        background-image: url(../img/newimg/ft-abt-bg1.png);
        background-size: cover;
        background-position-y: -110px;
    }

    .whatsapp-float img {
        width: 75px;
        position: fixed;
        bottom: 30px;
        left: 20px;
        border-radius: 10px;
        z-index: 1;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 2rem;
        height: 2rem;
    }
}