.main_sec_bottom_form {
  padding: 60px 0px;
/*   background-image: url('https://22068981.fs1.hubspotusercontent-na1.net/hubfs/22068981/need-help-bg-1.jpg') !important; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.main_sec_bottom_form:before {
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
}
.main_sec_bottom_form .container {
  margin: auto;
  max-width: 1170px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.main_sec_bottom_form .form_sec form {
  margin: 40px 0px 0px;
  width: 100%;
  max-width: 100%;
  display: flex;
  padding-bottom: 90px;
  position: relative;
  justify-content: space-between;
}
.main_sec_bottom_form .form_sec form label.hs-error-msg.hs-main-font-element {
  color: #ff0000 !important;
  font-size: 16px !important;
  font-weight: 400;
}
.main_sec_bottom_form .form_heading h3 {
  margin: auto auto auto 0;
  color: #fff;
  font-size: 35px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
  max-width: none;
  text-align: center;
  text-transform: capitalize;
}
.main_sec_bottom_form .form_sec h3 {
    display: none;
}

.main_sec_bottom_form form .hs-form-field label {
  display: block;
  color: #fff;
  font-size: 18px;
  padding-left:9px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
}
.main_sec_bottom_form .form_sec form >div {
    width: 48%;
}
.main_sec_bottom_form .form_sec form .hs_error_rollup {
  position: absolute;
  bottom: 0;
}
.main_sec_bottom_form .form_sec form .hs_submit.hs-submit input {
  padding: 19px 92px;
  text-transform: uppercase;
  background-color: #ff664d;
  border: 0px;
  transition: 0.3s ease-in-out 0s;
  border-radius: 12px;
}
.main_sec_bottom_form .form_sec form .hs_submit.hs-submit input:hover{
 background-color: #000;
}
.main_sec_bottom_form .form_sec form .hs_submit.hs-submit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
}
.main_sec_bottom_form .form_sec form>div .input input {
  border-radius: 12px;
  background-color: #fff;
  border: 0;
}
.main_sec_bottom_form .form_sec form>div .input input:focus {
  outline: none;
}
.main_sec_bottom_form .form_sec form .hs_error_rollup ul li label {
  color: #ff0000 !important;
  font-family: 'Roboto', sans-serif !important;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

/* media query start */
@media(max-width: 767px){
  .main_sec_bottom_form .form_heading h3 {
    font-size: 30px;
  }
  .main_sec_bottom_form .form_sec form .hs_error_rollup {
    bottom: -50px;
  }
}
@media(max-width: 629px){
.main_sec_bottom_form .form_sec form >div {
    width: 100%;
}
.main_sec_bottom_form .form_sec form {
    flex-direction: column;
  padding-bottom: 0px;
}
  .main_sec_bottom_form .form_sec form .hs_submit.hs-submit {
    position: static;
    margin-top: 20px;
}
}
