.text p{
  text-align: justify;
}
.footer_product li{
 width: 50%;
 float: left;
}
.inquiry {
    margin: auto;
    padding: 40px 20px;
    margin-top: 40px;
    margin-bottom: 50px;
    border: 1px solid #01367a;
    border-radius: 10px;
    text-align: center;
}
.inquiry h2 {
    color:#01367a;
    margin-bottom: 20px;
}
.inquiry label {
    text-align: left;
    color: #000000;
    font-size: 16px;
}
.inquirybtn{
	    background-color: #01367a;
    color: #fff;
}
.list-style-one{
 margin-bottom: 20px;
}
.product_img{
  margin-bottom: 15px;
}
.product_img img{
  border:1px solid #9c9a9a;
}
.text p{
  text-align: justify;
}
.img_border{
 border:1px solid #000000;
}
.contact-widget a{
  color: #cccccc
}