/* contact */

.form-body .btn {
  border-radius: 22px;
  border:1px solid #707070;
  background: #707070;
  color:#fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  padding:8px 20px;
  min-width: 180px;
}
.form-body .btn-edit {
  color:#000;
  background: #fff;
  margin-right: 20px;
}

.form .mb-5 {
  margin-bottom: 40px!important;
}
.form .req {
  display: inline-block;
  color:#fff;
  font-size: 14px;
  line-height: 16px;
  padding:1px 8px;
  background: #E23E3E;
  border-radius: 3px;
  margin-left: 8px;
}
.form .form-label {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.form-control,
.form-control:focus {
  border:none;
  background-color:#F8F8F8;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  padding:12px 20px;
}

.custom-wpcf7c-confirmed .form-control,
.custom-wpcf7c-confirmed .form-control:focus {
  background-color: #fff;
}

.form .privacy-agr {
  text-align: center;
}
.form .privacy-agr a {
  text-decoration: underline;
}

.btm-ctrl {
  text-align: center;
}

.btm-note {
  margin-top: 30px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.btm-note a {
  text-decoration: underline;
}

@media (max-width: 992px) {

}
@media (max-width: 767px) {
  .form .form-label {
    font-size: 16px;
    line-height: 24px;
  }
  .form-control, .form-control:focus {
    font-size: 16px;
    padding:10px 16px;
  }
  .form .mb-5 {
    margin-bottom: 30px!important;
  }
}