/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #047aed;
}

a:hover {
  color: #63adff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
}
.container,.my-container{width:100%!important;  max-width:1483px!important;}
/* .my-container{width:100%;  max-width:1483px;} */
.new-product-images{    /* width: 18%; */    float: left;    margin: 2px 4px;}
.new-product-images img{width:279px; height:279px; margin:2px 0 10px 0;}
.new-product-images p a{font:600 16px "Open Sans", sans-serif; color:#444;}
.new-product-images p:hover{color:#047aed;}
.new-product-images a:hover{color:#047aed;}
.new-product-images i{font-size:26px;  vertical-align: middle;}
#gallery-wrap-inner{width:100%;height:auto;}
#business-btn {padding:20px 0 0;}
#business-btn button[type="submit"]:hover {
    background: #d01d3f;
}
#business-btn  button[type="submit"] {
    background: #047aed;
    border: 0;
    padding: 10px 28px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}
#get-business{border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
#our-clients{border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.new-products-box{width:100%; margin:0 auto;max-width:1483px!important;}





@media screen and (max-width:980px){
.new-product-images {
    margin: 2px 2px;
}

.new-product-images {
    /* margin: 2px 2px; */
    width: 50%;
    margin: 0 auto;
    float: left;
    text-align: center;
}

}

@media screen and (max-width:700px){
	
	.new-product-images {
 
    width: 100%;
    margin: 0 auto;
    float: none;
    text-align: center;
}
	
}