/* ========== CONATCT FORM CSS ========== */
.contact_form_sec > .container {
  max-width: 1350px;
}
.contact_form_inner_area {
  padding: 40px 0;
}
.contact_form_inner_area > * {
  font-family: "Manrope", sans-serif;
}
.contact_form_box,
.contact_form_filed_box {
  display: flex;
  flex-direction: column;
}
.contact_form_box,
.contact_form_filed_area > .row {
  gap: 32px 0;
}
.contact_form_filed_box_inner .contact_form_title,
.contact_form_box {
  margin-bottom: 32px;
}
.contact_form_filed_box > label {
  display: none;
}
.contact_form_filed_box_inner > label {
  display: block;
}
.contact_form_filed_box > label {
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
  padding: 0 0 10px;
  color: #001871;
  text-transform: capitalize;
  cursor: pointer;
}
.contact_form_title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: #001871;
}
.contact_form_filed_box > input:focus-visible,
.contact_form_filed_box select:focus-visible,
.contact_form_filed_box textarea:focus-visible {
  outline: none;
}
.contact_form_filed_box > input,
.contact_form_filed_box > input::placeholder,
.contact_form_filed_box textarea::placeholder {
  color: #838d95;
}
.contact_form_filed_box > input,
.contact_form_filed_box select,
.contact_form_filed_box textarea {
  width: 100%;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #bbb;
  font: 17px / 1.6 effra, sans-serif;
  background: #fff;
  color: #838d95;
  border-color: #dde1e6;
  box-shadow: 0px 1px 3px 0px #00000014;
}
.contact_form_filed_box select {
  padding: 8px 10px;
  appearance: none;
  background-image: url(https://adare.coaxcloud.com/wp-content/uploads/2024/05/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px 10px;
}
.char_description {
  font-size: 14px;
  padding: 5px 0;
  color: #555;
  font-style: italic;
  display: block;
  line-height: 1.4;
  font-weight: normal;
}
.contact_form_checkbox {
  display: flex;
  align-items: center;
  padding: 13px 10px 10px 0px;
  font-size: 16px;
  cursor: pointer;
  color: #636b75;
}
.contact_form_checkbox .form-check-input {
  background-color: transparent;
  height: 20px;
  width: 20px;
  padding: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin: 5px;
  border-radius: 6px;
  border: 1px solid #0dbfaa;
  box-shadow: 0px 1px 3px 0px #00000014;
}
.contact_form_checkbox .form-check-input:checked {
  background-color: #0dbfaa;
  border-color: #0dbfaa;
}
.contact_form_button {
  border: 0;
  font: bold 16px / 1 effra, sans-serif;
  letter-spacing: 2px;
  line-height: 1;
  display: inline-block;
  padding: 20px 30px;
  width: auto;
  color: #fff;
  background: #0dbfaa;
  border-radius: 6px;
  margin-top: 30px;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  transition: all 0.15s ease;
}

/* ========== RESPONSIVE CSS ========== */
@media (max-width: 1199px) {
  .contact_form_title {
    font-size: 18px;
  }
}
