h1{
text-align: left;
font-weight: bold;
font-family: sans-serif;
}
.contact-header{
 margin-left: 40px;
}
.contact-img{

  margin-left: 100px;
}
.our-contacts{
    margin-top: 10px;
    padding-top: 60px;
    margin-right: 40px;
    padding-left: 40px;
    height: 400px;
    border-radius: 10px;

}
.contact-us{
    list-style-type: none;
    padding-left: 0;
    font-size: 16px;
    line-height: 73px;
   
    
}
.g-recaptcha{
  margin-left: 40px;
}
.contact-form{
    margin-left: 40px;
    margin-top: 60px;
}
.fcf-form-control{
    background: #199A4E;
}
input[type=text], select, textarea {
    width: 60%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  input[type=email], select, textarea {
    width: 60%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  input[type=submit] {
    background-color: #5DADE2;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
  }
  
  #fcf-button{
    border: 1px solid #199A4E;
    border-radius: 5px;
    margin-top: 6px;
    margin-bottom: 50px;
    padding: 5px 15px 5px 15px ;


  }

  @media only screen and (max-width: 600px) {
    .all-contacts{
      display: none;
    }
.social{
  display: none;
}

  
  
 
   
  }
  

  



}