#form3951 .et_pb_contact_field a {
  color: #ef4a25;
}

#form3951 .et_pb_button::after,
#form3951 .et_pb_button::before {
  margin-top: 2.2px;
}

.elq-form .loader,
.fcsf-success-model .loader {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.LV_invalid_field,
input.LV_invalid_field:active,
input.LV_invalid_field:hover,
textarea.LV_invalid_field:active,
textarea.LV_invalid_field:hover {
  outline: 1px solid #c00;
}

.LV_validation_message {
  font-weight: 700;
  margin: 0 0 0 5px;
}

.LV_valid {
  display: none;
}

.LV_invalid {
  color: #c00;
  font-size: 10px;
}

div.et_pb_contact_field.et_pb_contact_field_last
  + div.et_pb_contact_field.et_pb_contact_field_last,
div.et_pb_contact_field:not(.et_pb_contact_field_last),
div.et_pb_contact_field_half
  + div.et_pb_contact_field_last:not(.et_pb_contact_field_half) {
  clear: both;
}

.elq-form .elq-required {
  color: red !important;
  display: inline;
  float: none;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

div.et_pb_contact_field {
  padding: 0 3% 0 0;
  margin-bottom: 3%;
}

div.et_pb_contact_field input,
div.et_pb_contact_field select,
div.et_pb_contact_field checkbox,
.et_pb_contact p input[type="checkbox"] + label i,
.et_pb_contact p input[type="radio"] + label i,
.et_pb_subscribe .et_pb_contact_field input[type="checkbox"] + label i,
.et_pb_subscribe .et_pb_contact_field input[type="radio"] + label i {
  background-color: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #ac8d8d;
  color: #000;
  border-radius: 7px;
}

.et_pb_contact p input[type="checkbox"]:checked + label i::before,
.et_pb_subscribe
  .et_pb_contact_field
  input[type="checkbox"]:checked
  + label
  i::before {
  color: #ef4a25;
}

.et_pb_contact_submit {
  color: #fff;
  background: #ef4a25;
  border-color: #ef4a25;
  font-weight: bold;
  display: block;
  margin: 37px auto 0;
}

.et_pb_contact_submit:hover {
  color: #ef4a25;
  background: transparent;
  border-color: #ef4a25 !important;
}

p.custom-form-error {
  display: none;
  font-weight: bold;
  color: #c00;
  font-size: 10px;
  margin-top: 10px;
  font-size: 12px;
}

.fcsf-success-model {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 9999;
}

.fcsf-success-model .fcsf-success-model-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.fcsf-success-model .fcsf-success-model-content {
  max-width: 500px;
  margin: auto;
  margin-top: 250px;
  padding: 30px;
  position: relative;
  z-index: 999999;
  text-align: center;
  color: #000;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.fcsf-success-model .fcsf-success-model-content img {
  display: block;
  margin: auto;
  margin-bottom: 30px;
  width: 60px;
}

.fcsf-success-model .fcsf-success-model-content p {
  font-size: 18px;
}

.fcsf-success-model .fcsf-success-model-content p.custom-form-error {
  font-size: 10px;
}

.fcsf-success-model .fcsf-success-model-content .otp-input {
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  letter-spacing: 10px;
  font-size: 18px;
}

.fcsf-success-model .fcsf-success-model-content small.resend-otp {
  display: block;
  margin: auto;
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
}

.fcsf-success-model .fcsf-success-model-content .primary-button {
  display: block;
  width: 100px;
  margin: auto;
  margin-top: 20px;
  background-color: #ef4a25;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  border-width: 0;
}

.et_pb_contact p.contact-message {
  margin-top: 15px;
  text-align: center;
}

#custom_validation_tips {
  margin: 3%;
  margin-left: 0;
  font-weight: bold;
  color: #c00;
  font-size: 12px;
  padding: 15px 15px 0px 15px;
  border: 1px solid #c00;
  clear: both;
}

#custom_validation_tips p:last-child {
  padding-bottom: 12px;
}

#form3951 .g-recaptcha {
  clear: both;
  margin-bottom: 3%;
}

.froala-special-form div.et_pb_contact_field input,
.froala-special-form div.et_pb_contact_field select,
.froala-special-form div.et_pb_contact_field checkbox,
.froala-special-form .et_pb_contact p input[type="checkbox"] + label i,
.froala-special-form .et_pb_contact p input[type="radio"] + label i,
.froala-special-form .et_pb_subscribe
  .et_pb_contact_field
  input[type="checkbox"]
  + label
  i,
.froala-special-form .et_pb_subscribe
  .et_pb_contact_field
  input[type="radio"]
  + label
  i {
  border-color: #0094ff;
}

.froala-special-form .et_pb_contact_submit {
  background: #0094ff;
  border-color: #0094ff;
}

.froala-special-form .et_pb_contact_submit:hover {
  color: #0094ff;
  background: transparent;
  border-color: #0094ff !important;
}
