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

.contact-us label {
    display: none;
}

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

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

.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_last_name,
.contact-us #id_phone_number {
    float: right;
}

.contact-us #id_first_name {
    margin-left: 22px;
}

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

.contact-us .send-button:hover {
    color: #ffffff;
    background-color: #002868;
    border-color: #002868;
}

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

input#id_lastname {
    margin-left: 23px;
}

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

.footer .container.pt-3.mt-md-2.mt-lg-3 {
    border-top: 2px solid #eee;
}

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

select#id_you_are {
    float: right;
    margin-top: 20px;
}

input#id_phone_number {
    width: 100%;
}

@media (min-width: 576px) {
  .contact-us  {
      margin: 0 15%;
  }
}

@media (max-width: 575px) {
  .contact-us  {
      margin: 0;
  }
  .contact-us textarea,
  .contact-us input#id_subject {
    width: 100%;
  }

  input#id_lastname {
    margin-left: 0;
  }
  .contact-us .col-md-2 {
    width: 21%;
  }

  .contact-us .col-md-5 {
      width: 38%;
  }
  .contact-us input#id_first_name,
  .contact-us input#id_lastname {
      margin-left: 5px;
  }
  input#id_email, .iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
  }
  input#id_location_city_state_country {
    margin-top: 20px;
  }

}
