:root {
  --milenis-beige: #f8f7f2;
  --milenis-white: #fff;
  --milenis-brown: #5b432b;
  --round5: 5px;
  --milenis-black: #000;
  --milenis-rouge: #e72732;
  --milenis-rouge-trans: #e727321a;
  --milenis-blue: #05a1ad;
}

.top {
  background-color: var(--milenis-beige);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.content {
  background-color: var(--milenis-beige);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.wrapper {
  background-color: var(--milenis-beige);
  flex-flow: column;
  min-height: 100vh;
  font-family: PT Sans, sans-serif;
  display: flex;
}

.contentin {
  color: var(--milenis-white);
  width: 700px;
  min-height: 100px;
  font-size: 19px;
}

.h1 {
  color: var(--milenis-brown);
  margin-top: 0;
}

.p {
  color: var(--milenis-brown);
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 24px;
}

.p._2 {
  border-radius: var(--round5);
  background-color: #ead4bb;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
}

.ul {
  color: var(--milenis-black);
  width: 50%;
  margin-top: 15px;
  padding-left: 20px;
  line-height: 25px;
}

._2 {
  font-size: 21px;
  font-weight: 700;
}

.formblk {
  width: 100%;
  margin-top: 40px;
}

.bold-text {
  font-size: 23px;
}

.top-logo {
  width: 230px;
}

.navcon {
  justify-content: space-between;
  align-items: center;
  width: 87%;
  margin-top: 20px;
  display: flex;
}

.navcon.first {
  justify-content: flex-end;
}

.separator30 {
  width: 100%;
  height: 50px;
}

.lp-input-con {
  justify-content: space-between;
  align-items: center;
  width: 87%;
  display: flex;
}

.lp-input-con.v {
  flex-flow: column;
  align-items: stretch;
}

.step {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: auto;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
}

.nav-prev {
  color: #000;
  text-transform: uppercase;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: 50px;
  font-size: 16px;
  text-decoration: underline;
  display: flex;
}

.nav-next {
  border-radius: var(--round5);
  background-color: var(--milenis-rouge);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 47%;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.lp-input {
  border-radius: var(--round5);
  color: #000;
  border: 1px solid #b4b4b4;
  width: 47%;
  height: 55px;
  margin-bottom: 15px;
  padding-right: 20px;
  font-size: 17px;
}

.lp-input.valid {
  background-image: url('../images/check-green.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 21px;
}

.lp-input.error {
  color: #e02831;
  border-color: #e02831;
}

.lp-input.xl {
  background-color: #fff;
  width: 100%;
}

.p1 {
  color: var(--milenis-black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 23px;
}

.p1.alert {
  border-radius: var(--round5);
  background-color: #e6f4ff;
  margin-top: 20px;
  padding: 14px;
}

.lp-t3 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.lp-button-radio {
  border: 1px solid #b4b4b4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  padding: 2px;
  display: flex;
}

.lp-button-radio.active {
  border-color: var(--milenis-rouge);
}

.lp-button-con {
  justify-content: space-between;
  align-items: center;
  width: 87%;
  margin-bottom: 20px;
  display: flex;
}

.lp-button-radio-in {
  border-radius: 100px;
  width: 100%;
  height: 100%;
}

.lp-button-radio-in.active {
  background-color: var(--milenis-rouge);
}

.lp-button {
  border-radius: var(--round5);
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  height: 50px;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.lp-button.active {
  border-width: 2px;
  border-color: var(--milenis-rouge);
  background-color: var(--milenis-rouge-trans);
  margin-right: 0;
}

.li {
  background-image: url('../images/check-yellow.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 31px;
}

.submit-next {
  border-radius: var(--round5);
  background-color: var(--milenis-rouge);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.lp-buttonupload {
  border-radius: var(--round5);
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.lp-buttonupload.progress {
  border-color: var(--milenis-rouge);
  background-image: url('../images/uploadbg.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 2%;
}

.lp-buttonupload-icon {
  width: 31px;
  margin-right: 15px;
}

.lp-buttonupload-con {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.lp-file-con {
  color: var(--milenis-black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 17px;
  display: flex;
}

.delete-file {
  border-radius: var(--round5);
  background-color: var(--milenis-rouge);
  color: var(--milenis-white);
  text-transform: uppercase;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.lp-upload-blk {
  border-radius: var(--round5);
  background-color: #ebd4bb47;
  width: 87%;
  margin-bottom: 20px;
  padding: 19px;
}

@media screen and (max-width: 991px) {
  .top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .step {
    text-align: justify;
  }

  .lp-input {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contentin {
    width: 100%;
  }

  .h1 {
    text-align: center;
  }

  .ul {
    width: 80%;
  }

  .formblk {
    width: 100%;
  }

  .bold-text {
    text-align: center;
  }

  .navcon, .lp-input-con {
    width: 100%;
  }

  .step {
    width: 100%;
    padding: 20px;
  }

  .lp-input {
    height: 50px;
  }

  .p1 {
    font-size: 17px;
  }

  .lp-t3 {
    font-size: 24px;
  }

  .lp-button-con {
    flex-flow: column;
    width: 100%;
  }

  .lp-button {
    width: 100%;
    margin-bottom: 20px;
  }

  .lp-buttonupload, .lp-buttonupload-con, .lp-upload-blk {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .top {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1 {
    font-size: 26px;
    line-height: 28px;
  }

  .p {
    text-align: center;
    font-size: 17px;
  }

  .ul {
    width: 95%;
    font-size: 17px;
    line-height: 23px;
  }

  ._2 {
    font-size: 19px;
  }

  .top-logo {
    width: 120px;
  }

  .navcon {
    flex-flow: column-reverse wrap;
  }

  .separator30 {
    height: 20px;
  }

  .lp-input-con {
    flex-flow: column;
  }

  .step {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-prev {
    text-align: left;
    width: 100%;
    padding-left: 0;
    font-size: 14px;
  }

  .nav-next {
    width: 100%;
    font-size: 15px;
  }

  .lp-input {
    width: 100%;
    height: 50px;
  }

  .p1 {
    font-size: 16px;
    line-height: 19px;
  }

  .lp-t3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .lp-button-con {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .lp-button {
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
  }

  .submit-next {
    width: 100%;
    font-size: 15px;
  }

  .lp-buttonupload {
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
  }

  .lp-buttonupload-con {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .lp-upload-blk {
    padding: 15px;
  }
}


