.aplusBlue { color: #73fef6 !important; }
.aplusYellow { color: #fefa5c !important; }
.aplusWhite { color: #ffffff !important; }
.aplusBGGradientOutside { color: #010127 !important;  }
.aplusBGGradientInside { color: #174d60 !important;  }

.sim-gradient-fixed-bg { background: url('../images/sim-gradient-fixed-bg.jpg') no-repeat center center; background-size: cover; background-attachment: fixed; }
.plus-signs-bg { background: url('../images/plus-signs-bg.png') no-repeat center right; }
.dots-bg { background: url('../images/dots-bg-repeat-90.png') center right repeat-x; }

.continueButton { background-color: #296e8b !important; color: #fff !important; }
.continueButton:hover { background-color: #52a9cd !important; }

.py-150 { padding: 150px 0; }
.pt-150 { padding-top: 150px; }
.pb-150 { padding-bottom: 150px; }
.py-200 { padding: 200px 0; }
.pt-200 { padding-top: 200px; }
.pb-200 { padding-bottom: 200px; }

.values-pg-circle-image { width: 95%; }
.values-pg-alternate-row-bg { background-color: rgba(0, 0, 0, 0.3); }
.values-pg h1 { color: #73fef6; }
.values-pg h3 { margin-top: 15px; }
.values-pg p { margin-top: 30px; }

@media (max-width: 767px) {
	.values-pg-circle-image { width: 60%; padding-bottom: 40px; }
	.values-pg-text-area { text-align: center; }
}


.onboarding-form {
  padding:100px 0;
  /* height: calc(100vh - 100px); */
}
.onboarding-form .desktop-steps {
  padding-top: 60px;
}

.onboarding-form .section-title {
  margin: 0;
  text-align: left;
}

.onboarding-form .sub-title {
  margin:20px 0;
  display: block;
}

.onboarding-intro {
  display: flex;
  align-items: center;
  height: calc(100vh - 100px);
} 
.onboarding-intro p {
  color:#ffffff !important;
  margin:30px 0;
}
.onboarding-intro .image-container {
  background-color: #478399;
  padding:40px 0;
  max-width: 450px;
}
.onboarding-intro img {
  width: 100%;
  position: relative;
  right:40px;
}
.onboarding-intro button {
  float: left;
  width: 150px;
}

.step-indicator {
  position: relative;
  padding: 8px 0;
  padding-right: 30px;
    min-height: 1em;
  display: flex;
  gap:20px;
  justify-content: space-between;
  height: 48px;
  cursor:pointer;
}
.step-indicator .circle::after {
  content: ' ';
  position: absolute;
  display: block;
  top: 1px;
  right: 50%;
  bottom: 1px;
  left: 50%;
  height: 100%;
  width: 2px;
  transform: scale(1, 2);
  transform-origin: 50% -100%;
  background-color: #123e53;
  z-index: -1;
}
.step-indicator .circle {
  background: transparent;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 0 3px #5b7c8e;
}
.step-indicator:last-child .circle::after {
  display: none;
}
.step-indicator span {
  color: #5b7c8e !important;
  font-weight: 500;
}
.step-indicator.active span {
  color:#ffffff !important;
}
.step-indicator.active .circle {
  box-shadow: 0 0 0 3px #ffffff;
}
.step-indicator.completed .circle {
  background-color: #4CAF50;
}
.onboarding-form input,
.onboarding-form select,
.onboarding-form textarea {
  padding: 4px;
  border-radius: 0;
  background-color: #a3bdc7;
  border: none;
}
.onboarding-form select {
  padding: 6px;
  width: 100%;
}
.onboarding-form .form-group {
  margin-bottom: 20px;
  text-align:left;
}
.onboarding-form .input-tip {
  color:#ffffff !important;
  margin-bottom: 0.4rem;
}
.customBtn {
  color: #ffffff !important;
  box-shadow: 0 0 3px #166a7d !important;
  background-color: #040528 !important;
  padding: 10px 30px !important;
  font-weight: normal !important;
  border: none !important;
  padding:6px 20px !important;
}
.customBtn:hover {
  box-shadow: 0 0 6px #166a7d !important;
}
.onboarding-form .content-data .sub-section-title {
  color:#03ffff;
  font-size: 20px;
}
.onboarding-form .content-data ul {
  list-style: disc;
  padding-left: 20px;
}
.onboarding-form .form-check-input:disabled {
  opacity: 1 !important;
}
.onboarding-form  .form-check-input:disabled~.form-check-label, .onboarding-form  .form-check-input[disabled]~.form-check-label {
  opacity: 1 !important;
}
.onboarding-form .review-form .section-title {
  font-size: 26px;
}
/* Review Section css */
.review-section label {
  font-weight: bold;
}

.onboarding-form .review-form input,
.onboarding-form .review-form select,
.onboarding-form .review-form textarea {
  background-color: transparent !important;
  color:#ffffff !important;
}
.onboarding-form .review-form .form-check {
  padding-left: 0 !important;
}
.onboarding-form .review-form .form-check .text-check {
  margin: 0 5px;
}
.onboarding-form .review-form .viewIt {
  border: solid 1px #fff;
}
@media screen and (max-width: 768px) {
    .onboarding-intro .image-container {
      max-width: 350px;
      margin: auto;
    }
    .onboarding-intro button {
      float:none;
      margin: 0 auto 20px auto;
    }
    .onboarding-form {
      padding-left: 0 !important;
    }
    .onboarding-form .sub-title {
      text-align: left !important;
    }
    .onboarding-form .content-data {
      text-align: left !important;
    }
}
@media screen and (max-width:991.98px) {
    .desktop-steps {
      display: none;
    }
    .onboarding-form {
      padding:20px;
      height: auto;
    }
    .onboarding-form .w-75 {
      width: 100% !important;
    }
    #hero-11.onboarding {
      margin-top: 20px;
    }
}