.banner-wrapper.contact-us-banner .banner-content {
  max-width: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-wrapper.contact-us-banner .banner-content .banner-title {
  margin-bottom: 15px;
  text-align: center;
}
.banner-wrapper.contact-us-banner .banner-content .banner-subtitle {
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .banner-wrapper.contact-us-banner .banner-content .banner-subtitle {
    font-size: 15px;
  }
}

.banner-wrapper.thank-you-banner .banner-content {
  max-width: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 992px) {
  .banner-wrapper.thank-you-banner .banner-content {
    max-width: 100%;
  }
}
.banner-wrapper.thank-you-banner .banner-content .banner-title {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .banner-wrapper.thank-you-banner .banner-content .banner-title {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
.banner-wrapper.thank-you-banner .banner-content .banner-subtitle {
  font-size: 22px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 28px;
}
@media screen and (max-width: 992px) {
  .banner-wrapper.thank-you-banner .banner-content .banner-subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 22px;
  }
}
.banner-wrapper.thank-you-banner .banner-content .banner-subtitle1 {
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .banner-wrapper.thank-you-banner .banner-content .banner-subtitle1 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 22px;
  }
}
.banner-wrapper.thank-you-banner .banner-content .banner-subtitle1 a {
  color: #67ff64;
  text-decoration: none;
}
.banner-wrapper.thank-you-banner .banner-content .executive-info {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #ffffff;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .banner-wrapper.thank-you-banner .banner-content .executive-info {
    font-size: 14px;
  }
}
.banner-wrapper.thank-you-banner .banner-content .executive-info a {
  color: #ffffff;
  text-decoration: none;
}

.contact-us-content .contactus-form {
  box-shadow: 0px 27px 40px #07070724;
  padding: 60px 0 120px 0;
}
.contact-us-content .contactus-form .form-fields {
  width: 90%;
  max-width: 880px;
  margin: 0px auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4d7fe+0,cdeffc+23,d2edfc+50,cdeffc+79,f1d9fe+100 */
  background: #f4d7fe;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f4d7fe 0%, #cdeffc 23%, #d2edfc 50%, #cdeffc 79%, #f1d9fe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f4d7fe 0%, #cdeffc 23%, #d2edfc 50%, #cdeffc 79%, #f1d9fe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f4d7fe 0%, #cdeffc 23%, #d2edfc 50%, #cdeffc 79%, #f1d9fe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f4d7fe", endColorstr="#f1d9fe",GradientType=1 );
  /* IE6-9 */
  padding: 30px;
  border-radius: 5px;
}
.contact-us-content .contactus-form .form-fields .w_table_row {
  margin-bottom: 15px;
}
.contact-us-content .contactus-form .form-fields .w_table_row > div {
  vertical-align: middle;
}
.contact-us-content .contactus-form .form-fields .w_table_row > div:first-child {
  width: 240px;
}
@media screen and (max-width: 992px) {
  .contact-us-content .contactus-form .form-fields .w_table_row > div {
    float: left;
    width: 100%;
  }
}
.contact-us-content .contactus-form .form-fields label {
  font-size: 21px;
  font-family: "gothammedium";
  color: #000000;
}
@media screen and (max-width: 992px) {
  .contact-us-content .contactus-form .form-fields label {
    display: block;
    margin-bottom: 10px;
  }
}
.contact-us-content .contactus-form .form-fields input[type=text] {
  height: 44px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  font-size: 21px;
  font-family: "gothambook";
  padding: 0 20px;
}
.contact-us-content .contactus-form .form-fields input[type=text]::-webkit-input-placeholder {
  /* Edge */
  color: #a8a8a8;
}
.contact-us-content .contactus-form .form-fields input[type=text]:-ms-input-placeholder {
  /* Internet Explorer */
  color: #a8a8a8;
}
.contact-us-content .contactus-form .form-fields input[type=text]::placeholder {
  color: #a8a8a8;
}
.contact-us-content .contactus-form .form-fields input[type=text].error {
  border-color: #ff0000;
}
.contact-us-content .contactus-form .contactus-btn {
  text-align: center;
  padding-top: 40px;
}
.contact-us-content .contactus-form .contactus-btn button {
  background: #1B66BF;
  width: 150px;
  border: none;
  border-radius: 24px;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "gothammedium";
  cursor: pointer;
}

/*# sourceMappingURL=contact-us.css.map */
