.et_pb_contact_submit {
  color: #2ea3f2;
}
.et_pb_contact_reset:hover,
.et_pb_contact_submit:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.et_pb_contact_reset:hover {
  padding: 0.3em 1em;
}
.et_pb_contact
  .et_pb_contact_form
  p.et_contact_error
  .et_pb_contact_field_radio_title,
.et_pb_contact
  .et_pb_contact_form
  p.et_contact_error
  .et_pb_contact_field_radio
  label,
.et_pb_contact
  .et_pb_contact_form
  p.et_contact_error
  input[type="checkbox"]
  + label {
  color: red !important;
}
.et_pb_contact_form p[data-id="et_number"] {
  position: absolute !important;
  -webkit-transform: scale(0.01) !important;
  transform: scale(0.01) !important;
}
.et_pb_contact_form p[data-id="et_number"] input {
  background: transparent !important;
  border: none !important;
}
.et_pb_contact_main_title {
  font-weight: 500;
  padding-bottom: 16px;
  position: relative;
}
h1.et_pb_contact_main_title {
  font-size: 26px;
}
.et-pb-contact-message {
  position: relative;
}
.et_pb_column_1_3 .et_pb_contact_main_title,
.et_pb_column_1_4 .et_pb_contact_main_title,
.et_pb_column_1_5 .et_pb_contact_main_title,
.et_pb_column_1_6 .et_pb_contact_main_title,
.et_pb_column_2_5 .et_pb_contact_main_title {
  font-size: 22px;
}
.et_pb_contact_right {
  display: inline-block;
  min-width: 105px;
  margin: 0;
  text-align: right;
}
.et_pb_contact_right .et_pb_contact_captcha_question {
  vertical-align: middle;
}
.et_pb_contact {
  position: relative;
}
.et_pb_contact .et_pb_contact_field_half {
  width: 50%;
  float: left;
}
.et_pb_contact p input,
.et_pb_contact p textarea {
  -webkit-appearance: none;
  background-color: #eee;
  width: 100%;
  border-width: 0;
  border-radius: 0;
  color: #999;
  font-size: 14px;
  padding: 16px;
}
.et_pb_contact p textarea {
  font-family: inherit;
}
.et_pb_contact p input:-moz-placeholder,
.et_pb_contact p input::-moz-placeholder,
.et_pb_contact p textarea:-moz-placeholder,
.et_pb_contact p textarea::-moz-placeholder {
  opacity: 1;
}
.et_pb_contact_right p input {
  max-width: 50px;
  padding: 16px;
}
.et_pb_contact p input[type="checkbox"],
.et_pb_contact p input[type="radio"] {
  margin: 0;
  width: auto;
  max-width: none;
  padding: 0;
  display: none;
}
.et_pb_contact p input[type="checkbox"] + label,
.et_pb_contact p input[type="radio"] + label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  line-height: 1.7em;
  min-height: 1.7em;
}
.et_pb_contact p input[type="checkbox"] + label i,
.et_pb_contact p input[type="radio"] + label i {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #eee;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 6px;
}
.et_pb_contact p input[type="radio"] + label i {
  border-radius: 50%;
}
.et_pb_contact p input[type="checkbox"]:checked + label i:before,
.et_pb_contact p input[type="radio"]:checked + label i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.et_pb_contact p input[type="checkbox"]:checked + label i:before {
  content: "N";
  font-family: ETmodules;
  color: #2ea3f2;
  width: 17px;
  height: 17px;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
}
.et_pb_contact p input[type="radio"]:checked + label i:before {
  background: #2ea3f2;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.et_pb_contact p input[type="checkbox"] ~ input[type="text"] {
  display: none !important;
}
.et_pb_contact_reset,
.et_pb_contact_submit {
  font-family: inherit;
  display: inline-block;
  margin: 0 0 0 18px;
  cursor: pointer;
}
.et_pb_contact p .et_contact_error,
.et_pb_contact p .error,
{
  border: 1px solid red !important;
}

.et_pb_contact_field .input.error,
.et_pb_contact_field .inpub.et_contact_error {
  border: 1px solid red !important;
}

.crm-form-group.hidden-group {
  display: none;
}

label.error {
  color: red;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}

div.error {
  color: red;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
  padding: 20px;
  border: 1px solid red !important;
}

#crm_lead_form_messages.error {
  color: red;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
  padding: 20px;
  border: 1px solid red !important;
}

#crm_lead_form_messages.success {
  color: green;
  background-color: #f0f0f0;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
  padding: 20px;
  border: 1px solid green !important;
}

.et_contact_bottom_container {
  float: right;
  text-align: right;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 981px) and (max-width: 1100px) {
  .et_pb_column_1_4 .et_pb_contact_right,
  .et_pb_column_1_5 .et_pb_contact_right,
  .et_pb_column_1_6 .et_pb_contact_right {
    margin-right: 5px;
  }
}
@media (max-width: 980px) {
  .et_pb_contact_form_container.et_pb_text_align_center-tablet
    .et_pb_contact_field_radio_list,
  .et_pb_contact_form_container.et_pb_text_align_center-tablet
    .et_pb_contact_field_radio_title,
  .et_pb_contact_form_container.et_pb_text_align_justified-tablet
    .et_pb_contact_field_radio_list,
  .et_pb_contact_form_container.et_pb_text_align_justified-tablet
    .et_pb_contact_field_radio_title,
  .et_pb_contact_form_container.et_pb_text_align_right-tablet
    .et_pb_contact_field_radio_list,
  .et_pb_contact_form_container.et_pb_text_align_right-tablet
    .et_pb_contact_field_radio_title {
    float: none;
  }
  .et_pb_contact_form_container.et_pb_text_align_center-tablet
    .et_pb_contact_field_radio_wrapper,
  .et_pb_contact_form_container.et_pb_text_align_justified-tablet
    .et_pb_contact_field_radio_wrapper,
  .et_pb_contact_form_container.et_pb_text_align_right-tablet
    .et_pb_contact_field_radio_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .et_pb_contact_form_container.et_pb_text_align_center-tablet
    .et_pb_contact_field_radio_wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .et_pb_contact_form_container.et_pb_text_align_right-tablet
    .et_pb_contact_field_radio_wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .et_pb_contact_form_container.et_pb_text_align_justified-tablet
    .et_pb_contact_field_radio_wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .et_pb_contact .et_pb_contact_field_half_tablet {
    width: 50%;
    float: left;
  }
  .et_pb_contact .et_pb_contact_field_last_tablet {
    width: 100%;
  }
}
.et_pb_with_border .et_pb_contact_form .input[type="radio"] + label i,
.et_pb_with_border .et_pb_contact_form input,
.et_pb_with_border .et_pb_contact_form select,
.et_pb_with_border .et_pb_contact_form textarea {
  border: 0 solid #333;
}
.et_pb_contact_main_title {
  word-wrap: break-word;
}
.et_pb_contact_submit {
  color: #2ea3f2;
}
.et_pb_contact_reset:hover,
.et_pb_contact_submit:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.et_pb_contact_reset:hover {
  padding: 0.3em 1em;
}
.et_pb_contact_form [data-conditional-logic] {
  display: none;
}

.crm-form-group,
.container-fluid,
{
  margin-left: auto;
  margin-right: auto;
  /* width: 100%; */
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}

.crm-form-group-header {
  margin-top: 20px;
  margin-bottom: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  box-sizing: border-box;
  font-size: 0;
}
.row > * {
  font-size: 1rem;
}
[class^="col-"],
[class*=" col-"] {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.col-1 {
  width: 8.3333333333%;
}
.col-offset-1 {
  margin-left: 8.3333333333%;
}
.col-2 {
  width: 16.6666666667%;
}
.col-offset-2 {
  margin-left: 16.6666666667%;
}
.col-3 {
  width: 25%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-4 {
  width: 33.3333333333%;
}
.col-offset-4 {
  margin-left: 33.3333333333%;
}
.col-5 {
  width: 41.6666666667%;
}
.col-offset-5 {
  margin-left: 41.6666666667%;
}
.col-6 {
  width: 50%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-7 {
  width: 58.3333333333%;
}
.col-offset-7 {
  margin-left: 58.3333333333%;
}
.col-8 {
  width: 66.6666666667%;
}
.col-offset-8 {
  margin-left: 66.6666666667%;
}
.col-9 {
  width: 75%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-10 {
  width: 83.3333333333%;
}
.col-offset-10 {
  margin-left: 83.3333333333%;
}
.col-11 {
  width: 91.6666666667%;
}
.col-offset-11 {
  margin-left: 91.6666666667%;
}
.col-12 {
  width: 100%;
}
.col-offset-12 {
  margin-left: 100%;
}
@media (min-width: 600px) {
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 900px) {
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
