@media screen and (max-width: 768px) {
    .navbar-nav li {
        flex-direction: column;
        align-items: start;
    }
    .navbar-nav .dropdown-menu {
        border: 0px;
        
    }
    .home-section {
        height: 70%;
    }

    .home-section-text {
        top: 55%;
        width: 96%;
    }

    .home-section-text h1 {
        font-size: 1.8rem;
        text-wrap: nowrap;
    }

    .swiper {
        width: 100%;
        height: 8rem;
    }

    .swiper-slide img {
        height: 3rem;
        margin: auto;

    }

    .swiper-slide p {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .swiper-wrapper {
        height: 75% !important;
    }

    .provide-section-btn {
        justify-content: start;
    }

    .boiler-info .row .col-md-4 div {
        margin: 0rem 0;
    }

    .boiler-farmer-section-right {
        padding: 2rem 0 1rem 1.5rem !important;
    }

    .boiler-farmer-section {
        /* height: 105rem; */
        height: max-content;
    }

    .mobileSlider {
        display: block;
    }

    .services-boxes {
        display: none;
    }


    .service-box {
        background: rgba(217, 217, 217, 1);
        height: 25rem;
    }

    .hero-section {
        margin-top: 4rem;
    }

    .hero-section img {
        margin-top: 1rem;
    }

    .cta-content {
        font-size: small;
        margin: 1px 5px;
        width: 100%;
    }

    .reviews-section p {
        width: 100%;
    }

    .boxes {
        gap: 0px;
        flex-direction: column;
    }

    .box {
        width: 100%;
    }

    .form-section form {
        width: 100%;
    }

    .footer {
        padding: 0;
    }

    .footer-bottom {
        padding-left: 7px;
        font-size: 10px;
    }

    .footer-bottom div {
        gap: 6px;
    }

    .more-products .search-area {
        width: 100%;
    }
}