.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-30 {
  font-size: 30px;
}

.font-wt-600 {
  font-weight: 600;
}

.font-wt-400 {
  font-weight: 400;
}

.font-wt-500 {
  font-weight: 500;
}

.w-90 {
  width: 90%;
}

.w-15 {
  width: 15%;
}

.light-font {
  color: #5E5E5E;
}

.input-icon {
  position: absolute;
  font-size: 18px;
  left: 90%;
  top: 0.6rem;
  color: #C3C3C3;
}

.bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden !important;
}

.stepper-bar {
  height: 5rem;
  width: 0.3rem;
  margin-left: 0.8rem;
  margin-top: 0rem;
}

.stepper-label {
  position: absolute;
  margin-left: 3rem;
  margin-top: 0rem;
  font-weight: 600 !important;
}

.font-500 {
  font-weight: 500;
}

.new-btn {
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  background: #5CB8D3;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
}

.text-color1 {
  color: #1B94B7;
}

input::placeholder {
  font: 12px !important;
  color: #9C9C9C !important;
  font-weight: 300 !important;
}

@media (max-width: 767px) {
  .stepper-div {
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  .signup-div {
    display: flex !important;
  }

  .signup-h {
    display: none;
  }

  .stepper-bar {
    height: 0.3rem;
    width: 5rem;
    margin-left: 0rem;
    margin-top: 0.8rem;
  }

  .stepper-label {
    position: absolute;
    margin-top: 3rem;
    margin-left: 0rem;
    width: 3rem;
    font-weight: 600 !important;
  }
}