form {
  margin: 0 auto;
}

.contact-page-form {
  /* width: 900px;
  max-width: 100%; */
  margin: 0 auto;
  padding: 20px;
  line-height: 1.5;
}

.contact-form-item-container {
  width: 100%;
}

.contact-red {
  background-color: #ae0012;
  color: white;
  font-size: 12px !important;
  font-weight: normal;
  padding: 3px;
  text-align: center;
}

.contact-page-form .label {
  display: inline-block;
  font-size: 14px;
}

.contact-label {
  display: flex;
  width: 200px;
  max-width: 100%;
  gap: 10px;
  margin-bottom: 5px;
  margin-top: 20px;
  white-space: nowrap;
}

.contact-page-form contact-input,
.contact-page-form input[type="text"],
.contact-page-form input[type="email"] {
  display: inline-block;
  height: 30px;
  width: 99%;
  max-width: 600px;
  /* background-color: #fafafa; */
}

.contact-page-form contact-select,
.contact-page-form select {
  height: 35px;
  /* background-color: #fafafa; */
  width: 100%;
  max-width: 605px;
}

.contact-page-form contact-textarea,
.contact-page-form textarea {
  width: 100%;
  max-width: 605px;
}

.contact-page-picture {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.contact-page-figure img {
  width: 100%;
}

.contact-page-form contact-radio,
.contact-page-form input[type="radio"] {
  height: 15px;
  width: auto;
  margin-right: 5px;
  vertical-align: middle;
}

.contact-radio-btn-container {
  display: flex;
  flex-direction: row;
}

.contact-page-form input-checkbox {
  height: 15px !important;
  width: 15px !important;
  margin-right: 10px;
}

.contact-radio-btn-container label {
  margin-right: 10px;
}

.contact-policy {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-checkbox {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.contact-page-form contact-button,
.contact-page-form input[type="submit"] {
  max-width: 100%;
  background-color: maroon;
  color: white;
  border: none;
  height: 50px;
  width: 400px;
  margin: 0 auto;
}

.contact-btn {
  margin: 0 auto;
  display: flex;
}

@media screen and (min-width: 768px) {
  .contact-heading {
    padding: 20px;
    text-align: center;
  }
  .contact-container {
    /* max-width: 1000px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .contact-select {
    width: 457px;
  }
  .contact-textarea {
    width: 454px !important;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
