#content-account-register .top-hero {
  --top-hero-min-height: 497px;
  --top-hero-height: 497px;
}
@media (min-width: 768px) {
  #content-account-register .hero-subheading {
    text-shadow: 0px 1px 16.7px rgba(0, 0, 0, 0.6), 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 768px) {
  #content-account-register .after-hero-heading-section h2 span {
    display: inline-block;
  }
}
#content-account-register .reason-list-form-section {
  margin-top: 51px;
}
#content-account-register .reason-list-form-section .register-form {
  margin-top: 30px;
  padding-left: 30px;
}
#content-account-register .reason-list-form-section .register-form label {
  padding-left: 17px;
}
#content-account-register .reason-list-form-section .register-form .form-label {
  color: #333333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  #content-account-register .reason-list-form-section .register-form {
    margin-top: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  #content-account-register .reason-list-form-section .register-form .alert-danger {
    margin-top: -30px;
    margin-bottom: 30px;
  }
}
#content-account-register .reason-list-form-section .register-form .file-container {
  width: 100%;
  height: 46px;
  border-radius: 10px;
  border: 1px dashed #BFBFBF;
  background: #F6F6F6;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  color: #898989;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  cursor: pointer;
}
#content-account-register .reason-list-form-section .register-form .dec-file-up-ctrl,
#content-account-register .reason-list-form-section .register-form .filename-loader {
  display: none;
}
#content-account-register .reason-list-form-section .register-form .filename-loader {
  margin-top: -12px;
  margin-bottom: 10px;
}
#content-account-register .reason-list-form-section .register-form .filename-loader p {
  display: inline;
  word-break: break-word;
  font-size: 12px;
}
#content-account-register .reason-list-form-section .register-form .filename-loader .ajax-loader {
  width: 20px;
  height: 20px;
}
#content-account-register .reason-list-form-section .register-btn {
  margin-top: 51px;
}
@media (max-width: 768px) {
  #content-account-register .reason-list-form-section .register-btn {
    margin-top: 31px;
  }
}
#content-account-register .reason-list-mobile-section {
  background-color: #FBFBFB;
}
@media (max-width: 768px) {
  #content-account-register .reason-list-mobile-section {
    margin-top: 51px;
  }
}
#content-account-register .section-end {
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  #content-account-register .section-end {
    margin-bottom: 78px;
  }
}
#content-account-register .consent-box {
  display: flex;
  flex-direction: row;
}
#content-account-register .sms-container {
  margin-top: 0px;
}
@media (min-width: 1100px) and (max-width: 1300px) {
  #content-account-register .sms-container {
    margin-left: -8px;
  }
}
@media (min-width: 1301px) {
  #content-account-register .sms-container {
    margin-left: -20px;
  }
}
#content-account-register .sms-consent-text {
  font-size: 12px !important;
  text-align: left;
  display: block;
  line-height: 1.4;
}
@media (min-width: 1100px) {
  #content-account-register .sms-consent-text {
    margin-top: 6px;
  }
}
#content-account-register .no-up {
  text-transform: none !important;
  letter-spacing: normal !important;
}
#content-account-register .phone-error-message {
  margin-top: 7px !important;
  font-size: 0.9em !important;
  color: red !important;
}
