@charset "UTF-8";

.wrapper {
  width: 100%;
  min-height: calc(100vh - 72px);
  background-image: url("../images/background/bg_0.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.count_clock span {
  width: 200px;
  font-size: 2.24875rem;
  padding-left: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  background: -webkit-linear-gradient(#32429b, #32429b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.count_progress {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: none;
  margin: 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 30px;
  right: 60px;
}

  .count_progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #32429b;
    position: absolute;
    top: 0;
    left: 0;
  }

  .count_progress.clip-1:after {
    clip: rect(0rem, 9.5em, 4em, 4rem);
  }

  .count_progress.clip-2:after {
    clip: rect(0rem, 9.5em, 8em, 3rem);
  }

  .count_progress.clip-3:after {
    clip: rect(0rem, 7.5em, 8em, 2rem);
  }

  .count_progress.clip-4:after {
    clip: rect(0rem, 7.5em, 8em, 0rem);
  }

  .count_progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
  }

  .count_progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 100%;
    background-color: #ffffff;
    font-size: 25px;
    color: #222222;
    line-height: 89px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
    font-weight: 600;
  }

.multisteps_form {
  /*  max-width: 56.25rem;
  min-height: 45.9375rem;*/
  max-width: 85rem;
  min-height: 40rem;
  margin: 5rem auto;
  border-radius: 0.625rem;
  background-image: url("../images/background/rounded-rectangle.png"), url("../images/background/rounded-rectangle-2.png");
  background-repeat: repeat-x;
  background-position: center top, center bottom;
}

.multisteps_form_panel {
  display: none;
}

.question_title {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 18.75rem;
  min-height: 15.75rem !important;
  background-color: #f7f8fa;
}

  .question_title h1 {
    color: #2f3146;
    font-size: 3.125rem;
    padding: 3.8rem 5rem;
    font-weight: 800;
  }

.question_number {
  position: relative;
  bottom: 0px;
}

  .question_number span {
    font-size: 1rem;
    font-weight: 600;
    padding: 0.5rem 1.75rem;
  }

.form_items {
  padding: 2rem;
  /*margin-bottom: 5.5rem !important;*/
}

  .form_items li {
    padding-left: 4.6875rem;
    margin-bottom: 1.875rem;
    margin-top: 1.3rem;
  }

    .form_items li label {
      font-size: 1.375rem;
      color: #636363;
      font-weight: 600;
      cursor: pointer;
    }

    .form_items li input {
      display: none;
    }

    .form_items li:after {
      content: "";
      width: 2.8125rem;
      height: 2.8125rem;
      top: 50%;
      left: 14px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      border-radius: 100%;
      border: 3px solid #e3e3e3;
      cursor: pointer;
    }

    .form_items li:before {
      content: "";
      top: 50%;
      left: 24px;
      font-size: 1.6625rem;
      line-height: 1;
      font-weight: 900;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background: -webkit-linear-gradient(#32429b, #32429b);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      z-index: 1;
      position: absolute;
      font-family: "Font Awesome 5 Free";
      display: none;
    }

    .form_items li.active label {
      background: -webkit-linear-gradient(#32429b, #32429b);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .form_items li.active:before {
      display: block;
      z-index: 2;
    }

    .form_items li.active:after {
      border-color: #32429b;
      -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
      transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }

.next_btn {
  right: 55px;
  bottom: 26px;
  font-size: 14px;
  font-weight: 700;
  padding: 0.5rem 1rem;
  outline: none;
  border: none;
}

.prev_btn {
  color: #2f3146;
  font-size: 14px;
  left: 55px;
  bottom: 26px;
  font-weight: 700;
  padding: 0.5rem 1rem;
  outline: none;
  border: none;
}

body {
  font-weight: 400;
  line-height: 1.65;
  font-style: normal;
  font-display: swap;
  font-family: "Jost", sans-serif;
}

a,
button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

  a:hover,
  button:hover,
  input:hover {
    text-decoration: none;
  }

  a:focus,
  button:focus,
  input:focus {
    outline: none;
  }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

img {
  height: auto;
  max-width: 100%;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-webkit-keyframes rightLeft {
  0% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }

  100% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

@keyframes rightLeft {
  0% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }

  100% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
/* css animations - end
================================================== */
/* transition - start ============================= */
a,
button {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* transition - end ======================= */
.animate_25ms {
  -webkit-animation-delay: 25ms;
  animation-delay: 25ms;
}

.animate_50ms {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
}

.animate_100ms {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

.animate_150ms {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}

.animate_200ms {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.form_btn {
  margin-top: 5rem !important;
}
