.referal-form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  float: none;
  margin-left: 0;
  margin-bottom: 65px;
  padding: 0;
}
.referal-form1 h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
  margin-top: 30px;
}
.referal-form2 {
  width: 100%;
  margin-bottom: 20px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}
.referal-form3 {
  flex-basis: 100%;
}
.referal-form3 .form-title {
  display: inline;
}
.referal-form3 span.hs-form-required{
  color: #206b8f !important;
}
.referal-form3 .hs-form label {
  cursor: pointer;
  margin-bottom: 0;
  color: #206b8f;
  text-transform: uppercase;
}
.referal-form3 input {
  margin-bottom: 0 !important;
  width: 100%!important;
}
.referal-form3 .hs-error-msgs li label {
  font-weight: 700;
  color: #c00 !important;
  text-transform: none !important;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}
.referal-form3 .form-columns-2 input {
  width: 95% !important;
}
.referal-form3 .hs-form .hs-button {
  color: #fff;
  background: #f47721;
  border: 0px solid #ffffff;
  width: 30%; !important;
  display: inline-block;
  margin: 5px 0 10px !important;
}
.referal-form3 .hs-button {
  width: 30% !important;
}
.referal-form3 .hs-button:hover {
  color: #fff;
  background: #1b3356;
  border: 0px solid rgba(255,255,255,0);
}
@media (min-width: 768px){
  .referal-form2 {
    display: inline-block;
    vertical-align: middle;
    flex-basis: 37%;
    order: 3 !important;
    margin-left: calc(100% - (50% + 37%));
  }
  .referal-form3 {
    flex-basis: 50%;
  }
}
@media (max-width: 992px){
  .referal-form {
    display: block;
  }

  .referal-form2 {
    margin-left: 0;
  }
}