.contact-us  {
    font-size: 18px;
}

.contact-us label {
    display: none;
}

.contact-us .col-md-2 {
    width: 15%;
}

.contact-us .col-md-5 {
    width: 48%;
}

.contact-us .col-md-6 {
    width: 48%;
}

.contact-us input {
    padding: 10px;
    margin: 10px 0;
    color: #000;
}

.contact-us select {
    padding: 12px;
    margin: 10px 0;
}

.contact-us #id_message {
    padding: 20px;
    height: 170px;
}


.contact-us #id_lastname,
.contact-us #id_phone_number {
    float: right;
}

.contact-us #id_first_name {
    margin-left: 0;
    margin-right: 20px !important;
}

.contact-us .send-button {
    width: 100%;
    padding: 20px;
    color: #fff;
    background-color: #37715d;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-color: #37715d;
}

.contact-us .send-button:hover {
    background-color: #448c74;
}

.contact-us select,
.contact-us input {
  float: left;
}

input#id_lastname {
  float: right;
}

.contact-us textarea {
  margin-bottom: 10px !important;
}


textarea#id_message, input#id_subject, input#id_location_city_state_country, select#id_you_are {
    width: 100%;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 48%;
    margin-left: 36px;
    margin-top: 10px;
}

select#id_you_are {
    width: 48%;
    float: right;
    margin-top: 13px;
}

input#id_location_city_state_country {
    width: 48%;
    float: left;
}

input#id_phone_number {
    width: 100%;
}

.coming-soon-image {
    max-width: 50%;
    max-height: 1055px;
}


@media (max-width: 575px) {

  .iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
  }

    input#id_phone_number {
      max-width: unset;
    }
    input#id_first_name, input#id_lastname, input#id_email {
    width: 100%;
  }
  .header-internal .py-lg-11 {
    padding-top: 3em !important;
    padding-bottom: 1em !important;
    margin-bottom: 25px;
  }
  .row.justify-content-between {
    width: 112%;
  }
  input#id_location_city_state_country {
    min-width: unset;
    margin-top: 20px;
  }
  select#id_you_are {
    margin-top: 20px;
  }

  .coming-soon-image {
    max-width: 100%;
  }

  .contact-us .col-md-6 {
    width: 100%;
  }
  select#id_you_are {
    width: 100%;
  }

}
