@media (max-width: 767.98px) {
    .mx-w-100 {
        max-width: 100% !important;
    }

    .cus-nav-list {
        height: 45px !important;
        padding: 2px !important;
        z-index: 1000;
        
    }
    .cus-nav-list ul{
        background: #000 ;
        
    }
    .cus-nav-list ul li ul{
        background: #f5f0f0 ;
        
    }
}

