.clear{
  clear: both;
}
.box_shadow1{
    box-shadow:0px 8px 21px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0px 8px 21px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:0px 8px 21px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 5px;
}
.p_title{
  padding:5px 0px 15px 0px;
}
.product_content{
  margin-bottom: 20px;
}
.breadcrumb_section{
  padding: 150px 0px 50px 0px;
}
.breadcrumb-list ul{
  margin: 0px;
  padding: 0px;
}
.breadcrumb-list ul li{
  list-style: none;
  display: inline-block;
  padding: 0px 2px;
}
.text_bg{
  margin: 20px 0px;
  box-shadow: 0px 0px 3px #888;
  border-radius: 3px;
  padding: 20px 5px;
}
.pro_title{
  padding-bottom: 15px;
}
.contact_content,
.contact_enq{
  margin-bottom: 50px;
}
.contact_enq input[type="text"],
.contact_enq input[type="email"],
.contact_enq input[type="tel"]{
  width: 100%;
  height: auto;
  padding: 7px 10px;
  border:1px solid #d4d4d4;
  margin-bottom: 10px;
  border-radius: 3px;
}
.contact_enq textarea{
  width: 100%;
  height: 130px;
  resize: none;
  padding: 7px 10px;
  border:1px solid #d4d4d4;
  margin-bottom: 10px;
  border-radius: 3px;
}
.contact_enq button[type="submit"]{
  width: 100%;
  padding: 10px;
  border:1px solid #d4d4d4;
  border-radius: 3px;
  cursor: pointer;
}
.send_title{
  padding-bottom: 10px;
}
