.sp-progress-icons,
.sp-tab-content,
.sp-progress-bar {
  margin: 0;
}
#progressbarwizard .nav.sp-progress-icons li.nav-item a.active {
  background: #006747;
  color: white;
}
#progressbarwizard .nav.sp-progress-icons li.nav-item a {
  padding: 15px !important;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  color: black;
  line-height: normal;
  background: #ffffff;
  border-collapse: collapse;
  overflow: hidden;
}
#progressbarwizard .nav.sp-progress-icons li.nav-item a:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 7px;
  background: #ffffff;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  opacity: 0;
}
#progressbarwizard .nav.sp-progress-icons li.nav-item a.active:before {
  opacity: 1;
}
#progressbarwizard .nav.sp-progress-icons li.nav-item a figure {
  margin: 0;
  font-size: inherit;
}
#progressbarwizard .nav.sp-progress-icons li.nav-item a figure i {
  font-size: 20px;
  margin: 0px 0px 10px 0px;
}
#progressbarwizard .nav.sp-progress-icons li.nav-item a span {
  min-height: 30px;
  font-size: 15px;
}
#progressbarwizard .complete-survey-form h2 {
  color: #006747;
  font-size: 30px;
}
#progressbarwizard .complete-survey-form h5 {
  color: #000000;
  font-size: 18px;
}
#progressbarwizard .complete-survey-form h3 {
  font-size: 26px;
  color: #006747;
  text-transform: capitalize;
  font-weight: bold;
}
#progressbarwizard .complete-survey-form .form-group input,
#progressbarwizard .complete-survey-form .select2-selection.form-control,
#progressbarwizard .complete-survey-form .form-group textarea {
  border: 0;
  padding: 12px 10px;
  background: #fcfffe;
  resize: none;
  box-shadow: none;
  border: 1px solid #37674775;
  width: 100%;
}
#progressbarwizard .complete-survey-form .select2-selection.form-control {
  height: 50px;
}
#progressbarwizard .complete-survey-form .select2-selection.form-control span,
#progressbarwizard .complete-survey-form .form-group input::placeholder {
  color: #4b4b4b;
}
#progressbarwizard .complete-survey-form .form-group label,
#progressbarwizard .complete-survey-form .form-group h6 {
  color: #000000;
}
#progressbarwizard .complete-survey-form label.form-check-label {
  color: #232323;
  font-weight: normal;
}
#progressbarwizard .complete-survey-form .iradio_square-green-1_5x {
  border: 1px solid #919191;
  background-image: none;
  border-radius: 50%;
  margin-right: 5px;
  width: 15px;
  height: 15px;
}
#progressbarwizard .complete-survey-form .iradio_square-green-1_5x.checked {
  background: #444444;
  border-color: #444444;
}
#progressbarwizard .signup2-btn2 a {
  background: #006747;
}
#progressbarwizard .signup2-btn1 span:first-child {
  background: transparent;
  color: black;
  padding: 0;
}
#progressbarwizard .signup2-btn1 button {
  background: #006747;
  border: 2px solid transparent;
  display: block;
  margin-left: 0 !important;
  margin-top: 15px !important;
}
#progressbarwizard .signup2-btn1 button:hover {
  background: transparent;
  color: #006747;
  border-color: #006747;
}
#progressbarwizard ul.list-inline.wizard li a {
  width: fit-content;
}
