
@media (max-width: 575.98px) {  
    #top-manu .row div:nth-child(2){
        font-size: 16px !important;
        text-align: left !important;
        padding-left: 7%;
    }
    #top-manu .row div:nth-child(1){
        font-size: 16px !important;
    }
    #top-manu .row div:nth-child(3){
        font-size: 16px !important;
        padding-left: 6%;
    }
}
@media (max-width: 450px) {  
    #top-manu .row div:nth-child(1){
        width: 20% !important;
    }
   
}


@media (min-width: 576px) and (max-width: 767.98px) { 

 }


@media (min-width: 768px) and (max-width: 991.98px) {  }


@media (min-width: 992px) and (max-width: 1199.98px) {  }


@media (min-width: 1200px) {  }