 
.home-product-img{
   width: 100%;
   height: 200px;
   object-fit: contain;
   border: 1px solid #f4f4f4;
}
.blog-img{
   width: 100%;
   height: 200px;
   object-fit: cover;
}
.page-detail-product-img{
    width:100%;
    height:300px;
    object-fit:cover;
}
table{
    width:100% !important;
}
tbody {
    width: 100% !important;
}
b{
    color:#000 !important;
}
@media(max-width:991px) {
    .services .owl-nav{
   display: none !important;
 }
 .blog-pad{
   padding-top: 0 !important;
 }
 .footer-nav li{
   text-align: left !important;
 }
 .padding{
   padding: 0 !important;
 }
 }
