body.widget-snippet .contact-details {
  padding: 0;
  margin: 30px 0 0;
  max-width:600px;
}
.contact-details {
  padding: 0 80px 0 0;
  margin: 30px 0 0;
}
.contact-details h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin: 0 0 20px;
  font-weight: 600;
  padding: 0;
}
.contact-details h6 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin: 0 0 5px;
  font-weight: 600;
  padding: 0;
}
.contact-details a {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
  margin: 0;
  text-decoration: none;
      -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.contact-details p {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
.contact-details .phone,
.contact-details .fax,
.contact-details .address,
.contact-details .email {
  margin: 0 0 30px;
  position: relative;
  padding: 0 0 0 40px;
}
.contact-details .phone:before,
.contact-details .fax:before,
.contact-details .address:before,
.contact-details .email:before{
  position: absolute;
  content:''; 
  background: url('/template/8ad2c261/images/phone-icon.svg') no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 7px;
}
.contact-details .fax:before{
    background: url('/template/8ad2c261/images/fax-icon.svg') no-repeat;
}
.contact-details .address:before{
    background: url('/template/8ad2c261/images/address-icon.svg') no-repeat;
}
.contact-details .email:before{
    background: url('/template/8ad2c261/images/email-icon.svg') no-repeat;
}
.contact-details a:hover {
    color: #006600;

}
