.form__contact_section{
margin-top:-90px;
  padding-bottom:90px;
}
.content_text__contact .description__content{
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 140%;
color: #3E3E3E;
}
.tag__contact{
font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 125.69%;
text-align: center;
letter-spacing: 0.17em;
color: #005A87;
}
.content_text__contact .title__content{
font-family: Roboto;
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 35px;
color: #000000;
}
.content_text__contact{
font-family: Roboto;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 140%;
color: #3E3E3E;
}

.form__contact_section{
max-width:100%;
}
.form__contact_section .img_contact{
  width:100%;
}

.desc__form{
font-family: Roboto;
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 140%;
color: #000000;
padding-top:20px;
  padding-bottom:20px;
}
.form__contact{
background: #FFFFFF;
box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
border-radius: 10px;
  padding-right:35px;
  padding-left:35px;
  padding-bottom:60px;
    padding-top:40px;
  margin-top:-40px;
}

.ccustom__form fieldset {
  max-width: 100%!important;
}
.custom__form input{
  border: none;
  background: transparent;
  color: #007CBA;
  border-bottom: 2px solid #C4C4C4;
  width: 95%;
  margin: 15px 0;
  height: 35px;
}
.custom__form input::placeholder{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #C4C4C4;
  padding: 10px 15px;
  line-height: 24px;
}

.custom__form fieldset.form-columns-2 .input{
  width: 99%;
}
.custom__form input:focus{
  outline: none!important;
}
.custom__form textarea:focus{
  outline: none!important;
}
.custom__form textarea{
  border: none;
  background: transparent;
  color: #007CBA;
  border-bottom: 2px solid #C4C4C4;
  width: 98%!important;
  margin: 15px 0;
  min-height: 75px;
}
.custom__form textarea::placeholder{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #C4C4C4;
  padding: 10px 15px;
  line-height: 24px;
}
.hs-error-msgs{
  list-style: none;
}
.hs-error-msg{
  font-size: 12px;
  color: red;
}
.custom__form input[type="submit" i]{
  border: 1px solid #007CBA;
  background: transparent;
  border-radius: 5px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 25px;
  color: #007CBA;
  width: auto;
  height: auto;
}
.custom__form input[type="submit" i]:hover{
  border: 1px solid #fff;
  background: #007CBA;
  color: #fff;
}
.hs_submit {
  text-align: center;
}
@media (max-width: 540px){
 
  .form__contact_section{
  padding:20px;
  }
    .form__contact{
  margin-top:0;
  } 
  .desc__form{
  font-size;14px!important;
  }
  .content_text__contact .title__content{
  font-size:20px!important;
  }
  .contact__us h1 {
  font-size:50px!important;
  }
}
@media (max-width: 320px){
  .form__contact{
  margin-top:0;
  } 
}

@media (max-width:768px){
  .content_text__contact .description__content{

font-size: 14px;
padding-bottom:15px;
}
 .form__contact_section{
  padding:30px;
  }
   .form__contact{
  margin-top:0;
  } 
  

  .custom__form fieldset{
  max-width:100%!important;
  }
  .content_text__contact {

    text-align: center;
}
}