@media (max-width : 991px) {
    #mainMenu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        min-height: 100vh !important;
        height: 100%;
        background: #000;
        color: #fff;
        padding: 20px 10px 0px 20px;
        transition: 0.4s ease;
        z-index: 9999999;


    }

    

    #mainMenu .menu {
        flex-direction: column;
        gap: 20px;
    }

    #mainMenu.active {
        left: 0;
    }

    .hamburger {
        font-size: 18px;
        cursor: pointer;
        color: #fff;
    }

    .hero-section {
        padding: 50px 0;
         position: relative;
    z-index: -1;
    }

    .hero-content h2 {
        font-size: 38px;
        line-height: 45px;
        text-align: center;
        letter-spacing: 0.1px;
    }

    .hero-content p {
        font-size: 18px;
        text-align: center;
        line-height: 22px;
    }

    .hero-first-bx img {
        width: 170px;
        height: auto;
    }

    .hero-second-bx img {
        width: 200px;
        height: auto;
        display: none;
    }

    .hero-main-picture{
        justify-content: center;
    }

    .trusted-setion{
        padding: 50px 0 0;
        
    }

    .trusted-picture{
        z-index: -2;
    }

    .trusted-setion::after{
        z-index: -10;
     
    }
    
    .hero-section::before{
        /* z-index: -10; */

    }
    .hero-section::after{
        /* z-index: -10; */

    }

    .trusted-content{
        text-align: center;
        padding-top: 40px;
    }

    .trusted-content h3{
        font-size: 32px;
        text-align: center;
        line-height: 30px;
    }
    
    .stant-out-section{
        padding: 50px 0;
        position: relative;
        z-index: 99;
    }

    .faq-section{
        padding: 50px 0;
    }
    
    .get-app-section{
        padding: 50px 0;

    }

    .mobile-feature-crd{
        flex-direction: column;
        justify-content: center
    }

    .mobile-feature-content{
        margin-top: 15px;
    }

    .mobile-feature-crd img{
        width: 150px;
    }

    .accordion-crd{
        padding: 20px;
    }
    .title{
        font-size: 32px;
    }

    .footr-copyright-content p{
        text-align: center;
    }

    .social-list{
        justify-content: center !important;
    }

    .nw-tbn{
    display: block;
}

.view-content h4{
    font-size: 28px;
}

.trusted-title{
    position: relative;
    z-index: -1;
}

.join-meeting-section{
    padding: 50px 0;
}

.modal-title{
    font-size: 24px !important;
}

.nw-future-bx img{
    width: 100%;
}

.trusted-picture::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 50%;
    max-width: 350px;
    width: 100%;
    background: linear-gradient(178.83deg, rgba(19, 113, 36, 0) 15.13%, rgba(27, 164, 52, 0.4) 88.34%, #24D744 161.54%);
    z-index: -1;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    margin: 0 auto;
}

.feature-sub-bx{
    justify-content: center;
}



}

@media (max-width: 768px) {}