#shivaymanufacturerblock {
     margin-bottom:70px;
}
@media(max-width: 991px){
     #shivaymanufacturerblock{
          margin-bottom: 30px;
     }
}
#shivaymanufacturerblock .container{
     border: 1px solid var(--brand-primary);
     padding: 15px;
}
@media (max-width:543px){
     #shivaymanufacturerblock .container{
          padding:15px;
     }
}
#shivaymanufacturerblock .home-title {
     display: none;
}

 #shivaymanufacturerblock .manufacturer-main {
     text-align: center;
} 

 #shivaymanufacturerblock .image-container{
     /* padding: 0px 10px; */
     text-align: center;
     cursor: pointer;
     vertical-align: middle;
     -moz-transform: scale(1);
     -webkit-transform: scale(1);
     -o-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
     -webkit-transition: all 0.6s;
     -moz-transition: all 0.6s;
     -o-transition: all 0.6s;
     transition: all 0.6s;
}

 #shivaymanufacturerblock .image-container:hover img {
     moz-transform: scale(0.9);
     -webkit-transform: scale(0.9);
     -o-transform: scale(0.9);
     -ms-transform: scale(0.9);
     transform: scale(0.9);
}
 #shivaymanufacturerblock img {
     width: auto;
     max-width: 100%;
     display: inline-block;
     -moz-transform: scale(1);
     -webkit-transform: scale(1);
     -o-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
     -webkit-transition: all 1s;
     -moz-transition: all 1s;
     -o-transition: all 1s;
     transition: all 1s;
     cursor: pointer;
     cursor: -moz-pointer;
     cursor: -webkit-pointer;
}
 #shivaymanufacturerblock .owl-nav {
     margin-top: 15px;
}
