@media screen and (max-width: 575px) {
   .logo{
       width: 210px !important;
   }
}
@media screen and (max-width: 767px) {
    .products-body .row .col-md-6{
        margin-top: 25px;
    }
}
@media screen and (max-width: 991px) {
    .custom-navbar-link ul li a::after{
        display: none;  
    }
    .contact-details{
       padding-top: 25px;
    }
}
@media screen and (max-width: 1178px) {
    .custom-navbar-link ul li{
        padding: 0px !important;        
    }
    .com-pad{
        padding: 0 15px !important;
    }
}
@media screen and (max-width: 1199px) {
    body{
       
    }
}
