.contact_modal input[type=text],
.contact_modal input[type=email],
.contact_modal input[type=tel],
.contact_modal select,
.contact_modal textarea {
  height: 40px !important;
  border: none !important;
  border-radius: 0px !important;
  padding: 0 13px !important;
  background-color: #fff !important;
  color: #222222 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  /* font-family: "SF Pro Display" !important; */
  margin-bottom: 10px !important;
  border-bottom: 1px solid #cfcfd7 !important;
}

.contact_modal input[type=checkbox] {
  border: 1px solid #cfcfd7;
  margin: 20px 0;
}

.contact_modal textarea {
  width: 100%;
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
}

.contact_modal select {
  width: 100%;
  padding: 10px;
  border: 1px solid #cfcfd7
}

.contact_modal input[type=submit] {
  padding: 8px 30px;
  font-size: 14px;
  background: #29619a;
  border: none;
  color: #fff;
  border-radius: 5px;
}

.contact_modal input[type=file] {
  margin: 14px 0px;
  font-size: 14px;
}

.contact_modal input::placeholder {
  color: #676767;
  font-size: 14px;
  font-weight: 400;
}

.contact_modal input:hover {
  border-color: #004192;
  box-shadow: 0px 2px 4px 0px #0041921a inset;
}

.contact_modal input:focus,
.contact_modal select:focus,
.contact_modal textarea:focus {
  box-shadow: none;
  border-bottom: 1px solid #cfcfd7
}

.contact_modal input:focus-visible {
  outline-color: #004192 !important;
}

.contact_modal input:disabled {
  border-color: #eaeaea;
  color: #a7a7a7;
  cursor: no-drop;
}

.contact_modal input:hover {
  box-shadow: unset;
}

.contact_modal input .select2-container {
  display: none !important;
}

.contact_modal label span {
  font-size: 14px;
  font-weight: 500;
  color: red;
}

.submit {
  margin: 20px 0;
}

@media screen and (max-width: 600px) {

  /* .contact_modal input[type=text],
  input[type=email],
  textarea {
    width: auto !important;
  }

  .contact_modal select {
    width: 203px !important;
  } */

}