:root {
  --heading-color: #0A2A40;
  --para-color: #646464;
  --textover-color: #00A0F9;
  --bg-alt: #F5FBFE;
  --white: #fff;
  --black: #000;
  --anchor-color: #2EB7E5;
  --footer-border-color: #DADADA;
  --upper-nav-bg: #003A5A;
  --dropdown-border-color: #F2F2F2;
  --sml-menu-border-color: #EAEAEA ;
}

.contact-us-section .form-long-wrapper h3 {
  font-size: 32px;
  line-height: 38px;
}
.contact-us-section .anchor-wrapper a {
  font-size: 18px;
  line-height: 28px;
  color: var(--anchor-color);
  text-decoration: underline;
  transition: 0.8s ease-in-out;
}
.contact-us-section .anchor-wrapper a:hover {
  opacity: 0.8;
}
.contact-us-section .form-wrapper {
  max-width: 670px;
}
.contact-us-section .form-wrapper h3 {
  line-height: 32.86px;
}
.contact-us-section .form-wrapper select {
  background: transparent;
  background-image: url("../images/icons/select-dropdown.svg");
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  background-size: 16px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.contact-us-section .form-wrapper select,
.contact-us-section .form-wrapper input,
.contact-us-section .form-wrapper textarea {
  border: 1px solid #646464;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  line-height: 16.43px;
  outline: none;
  margin-top: 12px;
}
.contact-us-section .form-wrapper select,
.contact-us-section .form-wrapper input {
  margin-bottom: 28px;
}
.contact-us-section .form-wrapper select {
  color: var(--para-color);
  cursor: pointer;
}
.contact-us-section .form-wrapper textarea {
  margin-bottom: 36px;
  resize: none;
  min-height: 132px;
}
.contact-us-section .form-wrapper .btn-cta {
  display: inline;
  border: none;
  font-size: 16px;
  line-height: 16.43px;
  cursor: pointer;
}
.contact-us-section .form-wrapper .btn-cta .arrow-icon {
  margin-left: 16px;
}

@media (min-width: 992px) {
  .contact-us-section .form-wrapper {
    margin-left: auto;
  }
}