.wizard_section h1 .wizard_taital {
  font-family: "Sen" sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #232884;
}

.f1-steps {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.f1-progress {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.f1-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #232884;
}

.f1-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  float: left;
  width: 25%;
  padding: 0 5px;
  text-align: center;
}

.f1-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-top: 4px;
  background: #ddd;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
}

.f1-step.activated .f1-step-icon {
  background: #fff;
  border: 1px solid #232884;
  color: #232884;
  line-height: 38px;
}

.f1-step.active .f1-step-icon {
  width: 48px;
  height: 48px;
  background: #232884;
  font-size: 22px;
}

.f1-step p {
  color: #ccc;
}
.f1-step.activated p {
  color: #338056;
}
.f1-step.active p {
  color: #338056;
}

.f1 fieldset {
  display: none;
  text-align: left;
}

.f1-buttons {
  text-align: right;
}

.f1 .input-error {
  border-color: #f35b3f;
}
