@charset "UTF-8";
/* ====== Table of content Start =====*/
/*
Project Name: Quizo
File        : CSS Base
Version     : 1.0.0
Author      : jthemes (https://themeforest.net/user/jthemes)
*/
/* ====== Table of content End =====*/
/* Default transition start*/
/*Default transition end*/

body {
    color: #1d3470;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

.form_logo {
  top: 87px;
  left: 170px;
  z-index: 2;
}

.steps_area {
  max-width: 30%;
  position: relative;
}

.image_holder img {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.step_items {
  top: 0%;
  right: -40px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  padding-top: 55%;
  padding-bottom: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
}
.step_items:before {
  content: "";
  width: 3px;
  height: 310px;
  top: 0%;
  right: 18px;
  position: absolute;
  background-color: #6AC3DA;
  z-index: 5;
}

.step {
  width: 2.5rem;
  height: 2.5rem;
  color: #e9e9e9;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 5rem;
  z-index: 10;
}
.step:after {
  content: "";
  width: 55px;
  height: 55px;
  top: 50%;
  left: -8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  border-radius: 100%;
  border: 10px solid #e9e9e9;
}
.step:before {
  content: "";
  width: 3px;
  height: 90px;
  top: 230%;
  left: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background-color: #ffffff;
}
.step:last-child:before {
  display: none;
}
.step.active {
  color: #6AC3DA;
}
.step.active:after {
  border-color: #6AC3DA;
}
.step.active:before {
  background-color: #6AC3DA;
}
.step.finish {
  color: #6AC3DA;
}
.step.finish:after {
  border-color: #6AC3DA;
}
.step.finish:before {
  background-color: #6AC3DA;
}

.count_box {
  width: 23rem;
  height: 5.625rem;
  padding-right: 0.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: -webkit-gradient(linear, left top, right top, from(#233164), to(#6AC3DA));
  background: linear-gradient(to right, #233164, #6AC3DA);
  overflow: hidden;
  bottom: 60px;
  left: 50px;
  position: absolute;
}

.count_clock img {
  width: 2.8125rem;
}

.count_title h4 {
  font-size: 1.146875rem;
  font-weight: 800;
  margin-bottom: -0.4rem;
}
.count_title span {
  font-size: 1.146875rem;
  font-weight: 800;
}

.count_number {
  width: 14rem;
  height: 4.5rem;
}

.count_number div {
  min-width: 60px;
  text-align: center;
}

.count_hours h3,
.count_min h3,
.count_sec h3 {
  color: #1d3470;
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: -0.6rem;
}
.count_hours span,
.count_min span,
.count_sec span {
  color: #1d3470;
  font-size: 1rem;
  font-weight: 800;
}
.count_hours:after,
.count_min:after,
.count_sec:after {
  content: "";
  width: 0.1875rem;
  height: 2.5rem;
  top: 50%;
  right: 34%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background-color: #e1e1e1;
}
.count_hours:before,
.count_min:before,
.count_sec:before {
  content: "";
  width: 0.1875rem;
  height: 2.5rem;
  top: 50%;
  left: 34%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background-color: #e1e1e1;
}

.multisteps_form_panel {
  display: none;
}

.step_content h4 {
  color: #1d3470;
  font-size: 2.22rem;
  font-weight: 800;
}
.step_content span {
  color: #e8e8e8;
  font-size: 1.426875rem;
  font-weight: 700;
}

.step_progress_bar {
  width: 100%;
}

.progress {
  background-color: #e9e9e9;
}

.progress-bar {
  background: -webkit-gradient(linear, left top, right top, from(#6AC3DA), to(#233164));
  background: linear-gradient(to right, #6AC3DA, #233164);
}

.question_title h1 {
  font-size: 3.125rem;
  font-weight: 600;
}

.step_1 img, .step_2 img, .step_3 img, .step_4 img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.3;
}
.step_1.active img, .step_2.active img, .step_3.active img, .step_4.active img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}

label {
  padding: 1rem;
  border: 3px solid #efefef;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
label:before {
  content: "";
  top: 13%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  color: #ffb901;
  font-size: 1.3125rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: none;
}
label:after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  top: 12.7%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  border-radius: 100%;
  border: 2px solid #e2e2e2;
}
label.active {
  border: 3px solid #ff980f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
label.active:before {
  display: block;
}
label input {
  display: none;
}

.step_box_icon img {
  padding-top: 2rem;
}

.step_box_text {
  color: #1d3470;
  font-size: 1.5625rem;
  font-weight: 800;
}

.step_box_desc {
  color: #a9a9a9;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
}

.form_btn {
  padding-bottom: 5rem;
}

.prev_btn {
  color: #7c7878;
  font-size: 1.125rem;
  padding: 1rem;
  font-weight: 800;
  border-radius: 0.525rem;
  border: 1px solid #e1e1e1;
}
.prev_btn:hover {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#233164), to(#6AC3DA));
  background: linear-gradient(to right, #233164, #6AC3DA);
}

.next_btn {
  font-size: 1.125rem;
  padding: 1rem;
  font-weight: 800;
  border-radius: 0.525rem;
  border: 1px solid #e1e1e1;
  background: #6AC3DA;
  
}
.next_btn:hover {
  color: #ffffff !important;
  background: #233164;
}

body {
  line-height: 1.65;
  font-display: swap;
  font-family: "Jost", sans-serif;
}

a,
button,
input {
  cursor: pointer;
  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 {
  max-width: 100%;
  height: auto;
}

/* 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 ============================= */
.step_area_fixed {
  position: fixed;
}

.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;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1510px;
  }
}
/* ==================================================
*   01 - media screen and (max-width: 1500px)
*   02 - media screen and (max-width: 1400px)
*   03 - media screen and (max-width: 1200px)
*	04 - media screen and (max-width: 992px)
*	05 - media screen and (max-width: 768px)
*	06 - media screen and (max-width: 576px)
*	07 - media screen and (max-width: 380px)
*   XX-Large devices (larger desktops)
*   No media query since the xxl breakpoint has no upper bound on its width
================================================== */
@media screen and (max-width: 1499.98px) {
  .step_items:before {
    height: 250px;
  }

  .count_box {
    width: 21rem;
  }

  .count_title h4 {
    font-size: 1rem;
  }
  .count_title span {
    font-size: 1rem;
  }

  .count_number div {
    min-width: 50px;
  }

  .count_hours h3,
.count_min h3,
.count_sec h3 {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .count_hours span,
.count_min span,
.count_sec span {
    font-size: 0.8rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 1399.98px) {
  .count_box {
    width: 18rem;
    height: 5rem;
  }

  .count_title h4 {
    font-size: 1rem;
  }
  .count_title span {
    font-size: 1rem;
  }

  .count_number {
    width: 13rem;
    height: 4rem;
  }

  .count_number div {
    min-width: 40px;
  }

  .count_hours h3,
.count_min h3,
.count_sec h3 {
    font-size: 1.3rem;
  }
  .count_hours span,
.count_min span,
.count_sec span {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 1299.98px) {
  .multisteps_form_panel {
    padding-top: 0rem;
  }

  .step_content {
    padding-top: 0rem !important;
  }

  .question_title h1 {
    font-size: 3rem;
    text-align: center;
  }
}
@media screen and (max-width: 1199.98px) {
  .form_logo {
    margin-top: 3rem;
    position: inherit !important;
    text-align: center;
  }

  .count_box {
    top: 20px;
    right: 20px;
    position: inherit;
  }

  .multisteps_form_panel {
    padding-top: 0rem;
  }

  .step_content {
    padding-top: 0rem !important;
  }

  .question_title h1 {
    font-size: 3rem;
    text-align: center;
  }
}
@media screen and (max-width: 991.98px) {
  .question_title h1 {
    font-size: 1.2rem;
  }

  label {
    margin-top: 1rem;
  }

  .step_box_icon img {
    padding-top: 0rem;
  }
}
@media screen and (max-width: 575.98px) {
  .step_content h4 {
    font-size: 1.3rem;
  }
  .step_content span {
    font-size: 0.8rem;
  }

  .question_title {
    padding: 2rem 0rem !important;
  }

  .prev_btn {
    font-size: 0.7rem;
    padding: 0.7rem;
    font-weight: 500;
  }

  .next_btn {
    font-size: 0.7rem;
    padding: 0.7rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 379.98px) {
  .prev_btn {
    font-size: 0.5rem;
    padding: 0.6rem;
  }

  .next_btn {
    font-size: 0.5rem;
    padding: 0.6rem;
  }
}