@media (max-width: 575.98px) { 



 }

@media (max-width: 767.98px) {


}


@media (max-width: 991.98px) { 
    .navbar{
        margin-top: -30px !important;
    }
    
    .navbar.navbar-light{
        height: auto !important
       }
       .navbar-expand-lg .navbar-nav{
            display: flex;
          flex-direction: column !important;
     
       }

 .navbar-toggler {
    position: relative;
    right: 10px;
    cursor: pointer;
    outline: none;
    }

.navbar-toggler-icon{
    font-size: 23px;
    width: 30px;
margin: 0 0 0 2px;}

.flex{
    display: flex;
    flex-direction: column-reverse;
}



 .About h2{
        margin-top: 0 !important
    }




.products ul li{
    background: none !important;
    padding: 20px !important;
    width: 100px !important;
    height: 0px !important;
    display: inline-block !important;
    margin-bottom: 20px !important;
    text-align: right;
    float: right;
    }

    .products .box {
     margin-left: 0px !important;
    width: 360px !important;}

     .CONTACT_US h3{
        margin-top: 10% !important
    }

 
    .CONTACT_US .container {
    padding-bottom: 40px !important ; 
}




}


@media (max-width: 1199.98px) {

.navbar-light input{
    position: relative;
    top: 40px;
    right: 100px;
    display: none;

}


.About h2{
        margin-top: 70px
    }

    .About p {
        line-height: 2
    }

.products ul li{
    background: #fff;
    padding: 40px;
    width: 200px;
    height: 125px;
    display: block;
    margin-bottom: 0px
    }

    .products .box {
     margin-left: 60px;
    width: 460px;}
    
     .CONTACT_US h3{
        margin-top: 50%
    }

 
    .CONTACT_US .container {
    padding-bottom: 150px;
}

}
