@font-face {
  font-family: 'CircularStd';
  src: url(CircularStd-Bold.ttf);
}

@font-face {
  font-family: 'CircularStdMedium';
  src: url(CircularStd-Medium.ttf);
}

@font-face {
  font-family: 'CircularStdBlack';
  /* Regular */
  src: url(CircularStd-Black.ttf);
}

@font-face {
  font-family: 'CircularStdBook';
  /* mixed / regular*/
  src: url(CircularStd-Book.ttf);
}

body .grow_business .contact__ {
  padding: 3rem 6rem;
}

body .grow_business .contact__ .top-heading h2{
  /* font-family: 'Poppins', sans-serif; */
  font-size: 30.16px;
  font-family: CircularStd;
}

body .grow_business .contact__ .form .form-group{
  margin: 10px 0;
}

body .grow_business .contact__ .form .form-group input{
  background: #efefef;
  border-color: #efefef;
  font-family: CircularStdBook;
}

body .grow_business .contact__ .form .form-group label{
  font-family: CircularStdBook;
  font-size: 18px;
}

body .grow_business .contact__ .form .form-group input:focus{
  outline: none;
  box-shadow: none;
}

body .grow_business .contact__ .form .submit{
  margin-top: 20px;
}

body .grow_business .contact__ .form .submit button{
  font-family: CircularStdBook;
  width: 100%
}

body .grow_business .contact__ .form .contact-img{
  display: flex;
  justify-content: center;
  align-items: center;
}

body .grow_business .contact__ .form .contact-img img{
  width: 85%;
}

body section.grow_business .contacts {
  display: flex;
  justify-content: end;
}

body section.grow_business .contacts .phone-text,
body section.grow_business .contacts .fax-text,
body section.grow_business .contacts .email-text{
  padding-left: 10px;
}

body section.grow_business .contacts .phone-text p,
body section.grow_business .contacts .fax-text p,
body section.grow_business .contacts .email-text p{
  color: #292742;
  font-family: CircularStdMedium;
  margin-bottom: 0;
}

body section.grow_business .contacts .phone-text a,
body section.grow_business .contacts .fax-text a,
body section.grow_business .contacts .email-text a{
color: #292742;
font-family: CircularStdMedium;
text-decoration: none;
font-size: 12px;
}

body section.grow_business .contacts img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(75%) saturate(700%) hue-rotate(210deg);
  width: 40px;
}

body section.grow_business .contact__right{
  display: flex;
      flex-direction: column;
      justify-content: center;
}
