.form-wizard-module {
  padding: 15px;
  background-color: #FFF;
  display: block;
}
.form-wizard-module .form_progress-steps {
  padding: 30px 0;
  background-color: #FFF;
  display: table;
  width: 100%;
}
.form-wizard-module .form_progress-steps .step_progress {
  display: table-cell;
  text-align: center;
  position: relative;
}
.form-wizard-module .form_progress-steps .step_progress.step1:before {
  width: 50%;
  left: 50%;
}
.form-wizard-module .form_progress-steps .step_progress:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  background-color: #ccc;
  height: 4px;
}
.form-wizard-module .form_progress-steps .step_progress.step1.active:after {
  width: 0;
}
.form-wizard-module .form_progress-steps .step_progress.active:after {
  width: 50%;
  transition-delay: 0s;
}
.form-wizard-module .form_progress-steps .step_progress.step1:after {
  left: 50%;
}
.form-wizard-module .form_progress-steps .form_progress-content {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  font-size: 13px;
  margin: 0 auto;
  border: 3px solid #fff;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-wizard-module .form_progress-steps .step_progress.active .form_progress-content {
  background-color: #F65D5D;
  color: #fff;
}
.form-wizard-module .form_progress-steps .step_progress:after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  top: 50%;
  left: 0;
  transition: all 0.3s ease;
} 
.form-wizard-module .form_progress-steps .form_progress-content:before, 
.form-wizard-module .form_progress-steps .step_progress:after {
  background-color: #023e8a;
  color: #fff;
}
.form-wizard-module .form_progress-steps .form_progress-content {
  background-color: #023e8a;
  color: #fff;
}

.form-wizard-module .form_progress-steps .form_progress-content:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  display: inline-block;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  font-size: inherit;
  opacity: 0;
  transition: all 0.3s ease;
  content: "\f00c";
  font-family: FontAwesome;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-wizard-module .form_progress-steps .step_progress.completed .form_progress-content:before {
  opacity: 1;
}
.form-wizard-module .form_progress-steps .step_progress.step1.completed:after {
  width: 50%;
}
.form-wizard-module .form_progress-steps .step_progress.completed:after {
  width: 100%;
}
.form-wizard-module .form_progress-steps .step_progress:last-child:before {
  width: 50%;
}
.form-wizard-module .form_progress-steps .step_progress:last-child:after {
  max-width: 50%;
}
.form-wizard-module .form_stepcontent.step1 {
  display: block;
}
.form-wizard-module .form_stepcontent,
.form-wizard-module .form_stepcontent.step1 .prev_cta,
.form-wizard-module form .hs-richtext.hs-main-font-element,
.form-wizard-module .form_wizard_box .hubspot-link__container.sproket{
  display: none;
}
.form-wizard-module .next_cta {
  float: right;
  text-decoration: none;
}
.form-wizard-module .form_stepcontent input[type="submit"] {
  width: 0!important;
  padding: 0!important;
  font-size: 0!important;
  opacity: 0;
  height: 0;
  border: none!important;
}
.form-wizard-module .form_wizard_box .hbspt-form .submitted-message p {
  text-align: center;
}
/* ---button---- */
{# font-family: 'Font Awesome 5 Free'; #}
/*
.form-wizard-module .sec-btn_area,
.form-wizard-modu .sec-btn_area:active {
background-color: #F65D5D;
border-radius: 5px;
color: #fff;
font-size: 16px;
padding: 15px 25px;
text-transform: uppercase;
display: inline-block;
transition: all .4s ease-in-out;
text-decoration: none;
}
.form-wizard-module .next_cta {
float: right;
text-decoration: none;
}
.cta-primary, 
.cta-primary:active {
background-color: #023e8a;
border-radius: 5px;
color: #fff;
font-size: 16px;
padding: 15px 25px;
text-transform: uppercase;
display: inline-block;
transition: all .4s ease-in-out;
} */
/* ---block--- */

