.contact-us h1 {
  color: #001641;
  font-size: 80px;
  margin: 40px auto; }

.contact-us .container-fluid {
  padding: 0 100px; }

.contact-us .general-info-card {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: initial;
  padding: 40px;
  text-align: center; }
  .contact-us .general-info-card p {
    color: #fff;
    line-height: 1.35;
    width: 70%; }
    .contact-us .general-info-card p a {
      color: #fff; }

.contact-us .form-contact h3 {
  color: #001641;
  font-size: 30px; }

.contact-us .form-contact p {
  color: #001641;
  margin: 15px auto 0;
  font-family: sans-serif;
  font-weight: 600; }

.contact-us .form-contact span.required {
  color: red; }

.contact-us .form-contact .wpcf7-checkbox {
  border: none;
  padding: 0; }
  .contact-us .form-contact .wpcf7-checkbox .wpcf7-list-item {
    margin: 0 0; }
  .contact-us .form-contact .wpcf7-checkbox .wpcf7-list-item-label {
    color: #001641;
    font-size: 16px; }

.contact-us .form-contact .form-control {
  border-radius: 10px;
  margin: 10px auto; }

.contact-us .form-contact .content-footer-text p {
  color: #001641;
  font-size: 16px; }

.contact-us .form-contact .button-submit-form {
  margin: 60px auto 0;
  text-align: center; }
  .contact-us .form-contact .button-submit-form input {
    background-color: #f5df2f;
    border: none;
    border-radius: 10px;
    color: black;
    font-size: 18px;
    padding: 20px 80px; }

.contact-us .select-box.state-holder {
  margin-right: 8px !important; }

@media (max-width: 1200px) {
  .contact-us h1 {
    font-size: 40px; }
  .contact-us .container-fluid {
    padding: 0 40px; }
  .contact-us .general-info-card {
    height: 380px;
    justify-content: initial;
    padding: 40px 10px; }
    .contact-us .general-info-card h3 {
      font-size: 21px; }
    .contact-us .general-info-card p {
      font-size: 16px;
      line-height: 1.31;
      width: 100%; } }

@media (max-width: 992px) {
  .contact-us .general-info-card {
    height: auto; } }

@media (max-width: 992px) {
  .contact-us .container-fluid {
    padding: 0; }
    .contact-us .container-fluid .row {
      margin: 0 auto; }
      .contact-us .container-fluid .row .col-lg-4 {
        padding: 0; } }
