.form-sec{
  padding:70px 0px;
  position:relative;
  background-attachment:fixed !important;
}
.image-overlay{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
.heading, .form-strip{
  position:relative;
  z-index:1;
}
.hs-form .hs-error-msgs li{
  list-style:none;
}
.form-strip li.hs-form-checkbox, .hs-form-radio{
  display:flex;
}
.form-strip textarea, .form-strip .hs-input{
  width:100% !important;
}
.form-strip textarea{
 height:200px}
}
.form-strip .actions{
  display: flex;
  justify-content: center;
}