/* Desktop View */
@media (min-width: 992px) {
    .side-menu {
        position: static;
        height: auto;
        width: auto;
        background: transparent;
        box-shadow: none;
        transform: none !important;
        transition: none;
        padding: 0;
    }
    .side-menu .navbar-nav {
        flex-direction: row;
        margin-top: 0;
    }

    .menu-overlay {
        display: none !important;
    }
}
/* -------- */

@media (max-width: 992px) {
    .section-s1padding {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .hero-section-s1 {
        padding: 55px 0px 100px;
    }
    .hero-title {
        font-size: 2.8rem;
    }
    .hero-subtitle {
        font-size: 1.2rem;
    }
    .section-title-s1 h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0px 15px;
    }
    .change-fs-20px-18px {
        font-size: 18px;
    }
    .w-md-auto{
        width: 100%;
    }
    .section-title-s1 h2 {
        font-size: 28px;
    }
    .section-title-s1 p {
        font-size: 16px;
    }
    .hero-image {
        transform: none;
    }
    .hero-title {
        font-size: 34px;
    }
    .hero-subtitle {
        font-size: 1.1rem;
    }
    .hero-section-s1 .feature-s1icon {
        width: 25px;
        height: 25px;
        min-width: 25px;
        min-height: 25px;
    }
    .see-more-btn {
        font-size: 16px;
    }
    .client-logos {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    /* Start All Rounder */
    .section-s1padding {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .hero-section-s1 {
        padding: 45px 0px 104px;
    }
    .hero-title {
        font-size: 32px;
    }
}
