.contained {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 25px;
}
.contained #saving-icon {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contained header {
  position: relative;
}
.contained header #formlogo {
  width: 100px;
  position: relative;
  top: 0;
}
.contained header .socialLinks {
  color: #fff;
  font-size: 1.5rem;
}
.contained .prog-bar {
  display: flex;
  margin: 40px 0;
}
.contained .prog-bar .step {
  text-align: center;
  width: 100%;
  position: relative;
}
.contained .prog-bar .step p {
  font-size: 8px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
  padding: 0;
  margin: 0;
  transition: 0.2;
}
.contained .prog-bar .step p.active {
  color: #9f7bb4;
}
.contained .prog-bar .step:last-child .bullet:before, .contained .prog-bar .step:last-child .bullet:after {
  display: none;
}
.contained .prog-bar .step .bullet {
  position: relative;
  text-align: left;
}
.contained .prog-bar .step .bullet span {
  position: relative;
  height: 25px;
  width: 25px;
  border: 2px solid #000;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  background-color: white;
  z-index: 999;
}
.contained .prog-bar .step .bullet.active {
  border-color: #9f7bb4;
  background: #9f7bb4;
}
.contained .prog-bar .step .bullet.active span {
  display: none;
}
.contained .prog-bar .step .bullet:before, .contained .prog-bar .step .bullet:after {
  position: absolute;
  content: "";
  height: 0px;
  width: 400%;
  left: 0px;
  bottom: 11px;
  background: #262626;
}
.contained .prog-bar .step .bullet.active:after {
  background: #9f7bb4;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 0.3s linear forwards;
}
.contained .prog-bar .step span {
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.contained .prog-bar .step spanspan.active {
  display: none;
}
.contained .prog-bar .step .check {
  display: none;
  position: absolute;
  left: 50%;
  top: 70%;
  font-size: 15px;
  transform: translate(-50%, -50%);
}
.contained .prog-bar .step .check.active {
  display: block;
  color: #fff;
}
.contained header {
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.contained .form-outer {
  width: 100%;
  overflow: hidden;
}
.contained .form-outer form {
  width: 400%;
}
.contained .form-outer form .formpage {
  padding: 0px 5px;
  width: 25%;
  transition: margin-left 0.3s ease-in-out;
}
.contained .form-outer form .formpage .btns {
  margin-top: 15px !important;
}
.contained .form-outer form .formpage .btns .btn-cust {
  /* Background color */
  background-color: #9f7bb4;
  /* Hover background color */
  transition: background-color 0.2s ease-in-out;
  /* Text color */
  color: #ffffff;
  /* Font weight */
  font-weight: 700;
  /* Padding */
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  /* Border radius */
  border-radius: 0.375rem;
  /* Shadow */
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.contained .form-outer form .formpage .btns .btn-cust :hover {
  background-color: #9f7bb4;
}
.contained .form-outer form .formpage .btns .prev {
  margin-right: 3px;
  font-size: 17px;
}
.contained .form-outer form .formpage .btns .next {
  margin-left: 3px;
}
.contained .form-outer form .formpage .title {
  text-align: left;
  font-size: 25px;
  font-weight: 600;
}
.contained .form-outer form .formpage .field {
  width: 100%;
  margin: 5px 0;
  position: relative;
}
.contained .form-outer form .formpage .field select {
  height: 40px;
  width: 100%;
  padding-left: 10px;
  font-size: 17px;
  font-weight: 600;
}
.contained .form-outer form .formpage .field textarea {
  width: 100%;
  padding-left: 10px;
  font-size: 17px;
  font-weight: 600;
}
.contained .form-outer form .formpage .field .label {
  font-weight: 600;
}
.contained .form-outer form .formpage .field .errorWrap {
  position: absolute;
  bottom: -20px;
  font-weight: 600;
  text-align: left;
}
.contained .form-outer form .formpage .field input {
  height: 40px;
  width: 100%;
  border-radius: 5px;
  font-size: 18px;
  padding-left: 15px;
}
.contained .form-outer form .formpage .field button {
  width: 100%;
  height: calc(100% + 5px);
  margin-top: -20px;
  border: none;
  border-radius: 5px;
  background: #9f7bb4;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
}
.contained .form-outer form .formpage .field button:hover {
  background: #000;
}

@media (min-width: 768px) {
  .contained {
    width: 55%;
    height: 60%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    margin: auto auto;
    padding: 50px 35px 10px 35px;
  }
  .contained .prog-bar {
    width: 80%;
    margin: auto;
  }
  .contained .prog-bar .step p {
    font-size: 18px;
  }
  .contained .prog-bar .bullet {
    height: 45px;
    width: 45px;
  }
  .contained .prog-bar .bullet:before, .contained .prog-bar .bullet:after {
    height: 5px;
    width: 70px;
    right: -80px;
  }
}/*# sourceMappingURL=slideform.css.map */