.banner-overlay{
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
 
    opacity: .2;
    top: 0;
}
.language{
    display: flex;
    align-items: center;
}
 .language a{
    border: 1px solid #f4f4f4;
    height: 20% !important;
 }
 .banner-right-bg{
    background: rgba(62, 125, 182, .3)

 }
.page-product-img{
    widht:100%;
    height:290px !important;
    object-fit:contain;
}
table {
    margin: 0 !important;
    width: 100% !important;
}
.photo-gallery-img{
    width:100%;
    height:250px;
    object-fit:contain;
}

tbody {
    margin: 0 !important;
    width: 100% !important;
}
.sticky-header-active .menu-sticky-a{
    color: #000 !important;
 }
 .about-img{
    height: 370px;
    object-fit: cover;
 }
 .solution-img{
    width: 100%;
    height: 200px;
    object-fit: cover;
 }
 .biz-kimiz-img{
    width: 100%;
    height: 200px;
    object-fit: cover;
 }
 
 .text-product{
   position: relative;
   z-index: 99999999 !important;
 }
 

 @media(max-width:991px){
   .banner-right-bg{
      background: rgba(62, 125, 182, .0);
margin-top: 0 !important;
      padding: 20px;
  
   } 
   .banner-right-bg-2{
      padding: 20px 0px;
      background: rgba(62, 125, 182, .6)
  
   } 
   .owl-dots{
      display: none !important;
   }
   .nav-link{
      color: #000 !important;
   }
   .why-img{
      width: 100%;
   }
 }