@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 */
@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.wrapper {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(to bottom, #fff 4px, #ED7102 50%, #E6382F);
  margin: 0 auto;
  overflow: hidden;
}
span.step.rounded-pill {
  background-color: transparent;
  border: 3px solid #27388d;
}
.step {
  width: 15rem;
  height: 0.75rem;
  display: inline-block;
}
.step:not(:last-child) {
  margin-right: 3rem;
}
.step.active {
  background-color: #27388d !important;
}
.step.finish {
  background-color: #27388d !important;
}

.multisteps_form_panel {
  display: none;
}

.question_number {
  padding-top: 3rem;
}

span {
  color: #27388d;
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 1rem;
  -webkit-transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
span.question_number.d-flex.justify-content-center.align-items-center {
  color: #ED7102;
}

header img {
  max-width: 200px;
  margin: auto;
  width: 100%;
  text-align: center;
}
header  {
  text-align: center;
  display: block;
}
h1 {
  color: #27388d;
  font-size: 38px;
  font-weight: 800;
  line-height: 42px;
}

.form_items li {
  width: 100%;
  color: #000a38;
  font-size: 19px;
  padding: 10px 50px;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
}
.form_items li:after {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  border-radius: 100%;
  border: 2px solid #e2e2e2;
}
.form_items li:before {
  content: "";
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  color: #27388d;
  font-size: 1.2rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: none;
}
.form_items li label {
  cursor: pointer;
}
.form_items li input {
  display: none;
}
.form_items li.active:before {
  display: block;
}

.f_btn {
  color: #fff;
  font-weight: 400;
  outline: none;
  background-color: #27388d;
  margin-right: 0.625rem;
  margin-bottom: 2rem;
  -webkit-transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  font-size: 16px;
  padding: 15px 30px;
  line-height: 1;
}
.f_btn:hover {
  color: #27388d;
  background-color: #ffffff;
}

body {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  font-style: normal;
  font-display: swap;
  font-family: "Chivo", sans-serif;
  background-color: #ffffff;
}

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

ul > li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Poppins";
  text-transform: uppercase;
}

img {
  max-width: 100%;
  height: auto;
}

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

.animate_250ms {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}
.step:not(:last-child) {
  margin-right: 1rem;
}
.step {
  width: 3rem;
  padding: 0;
  height: 15px;
}
.pt-5 {
  padding-top: 2rem!important;
}
.step.active {
  background-color: #ed7102 !important;
}
.input_container .row{
  width: 100%;
  max-width: 700px;
}
input.invalid,
textarea.invalid {
  border: 2px solid red !important;
}
.input_container {
  width: 100%;
  margin: auto;
  max-width: 700px;
  padding: 0 15px;

}
.input_container label {
  display: block;
  margin-top: 20px;
  font-weight: 500;
  color: #27388d!important;
  font-size: 18px;
  text-transform: none;
}

.input_container input, .input_container textarea {
  width: 100%;
  font-size: 14px;
  color: #8f8f8f;
  line-height: 56px;
  font-family: Chivo;
  font-weight: 400;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  padding-left: 20px;
  background-color: #fff;
  border: 2px solid #fff;
  padding-right: 20px;
}






@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_progress .step {
    width: 3rem;
  }
  .step_progress .step:not(:last-child) {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1399.98px) {
  .step_progress .step {
    width: 3rem;
  }
  .step_progress .step:not(:last-child) {
    margin-right: 1rem;
  }

  span {
    font-size: 1.2rem;
    padding-bottom: 0.8rem;
  }

  h1 {
     font-weight: 700;
  font-family: "Poppins";
  text-transform: uppercase;
  }

  .form_items li {
    font-size: 1.2rem;
    padding: 0.8375rem 3rem;
  }
.f_btn {
  color: #fff;
  font-weight: 400;
  outline: none;
  background-color: #27388d;
  margin-right: 0.625rem;
  margin-bottom: 2rem;
  -webkit-transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  font-size: 16px;
  padding: 15px 30px;
  line-height: 1;
}
}
@media screen and (max-width: 1199.98px) {
  .step_progress .step {
    width: 2.5rem;
  }
  .step_progress .step:not(:last-child) {
    margin-right: 1rem;
  }

  span {
    font-size: 1.15rem;
    padding-bottom: 0.6rem;
  }

  h1 {
     font-weight: 700;
  font-family: "Poppins";
  text-transform: uppercase;
  }


  .form_items li {
    font-size: 1rem;
    padding: 0.7375rem 3rem;
  }

.f_btn {
  color: #fff;
  font-weight: 400;
  outline: none;
  background-color: #27388d;
  margin-right: 0.625rem;
  margin-bottom: 2rem;
  -webkit-transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  font-size: 16px;
  padding: 15px 30px;
  line-height: 1;
}
}
@media screen and (max-width: 991px) {
  .step_progress .step {
    width: 2rem;
  }
  .step_progress .step:not(:last-child) {
    margin-right: 1rem;
  }

  span {
    font-size: 1rem;
  }

  h1 {
     font-weight: 700;
  font-family: "Poppins";
  text-transform: uppercase;
  }


  .form_items li {
    font-size: 1rem;
  }

.f_btn {
  color: #fff;
  font-weight: 400;
  outline: none;
  background-color: #27388d;
  margin-right: 0.625rem;
  margin-bottom: 2rem;
  -webkit-transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  font-size: 16px;
  padding: 15px 30px;
  line-height: 1;
}
}
@media screen and (max-width: 767px) {
  .step_progress .step {
    width: 2rem;
  }
  .step_progress .step:not(:last-child) {
    margin-right: 1rem;
  }

  span {
    font-size: 0.8rem;
  }

h1 {
  color: #27388d;
  font-size: 32px;
  font-weight: 800;
  line-height: 35px;
}


  .form_items li {
    font-size: 0.8rem;
  }
.f_btn {
  color: #fff;
  font-weight: 400;
  outline: none;
  background-color: #27388d;
  margin-right: 0.625rem;
  margin-bottom: 2rem;
  -webkit-transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  font-size: 16px;
  padding: 15px 30px;
  line-height: 1;
}
}
@media screen and (max-width: 575px) {
  span {
    font-size: 0.8rem;
  }
  .input_container .row {
  width: auto;
  max-width: 700px;
}

h1 {
  color: #27388d;
  font-size: 26px;
  font-weight: 800;
  line-height: 27px;
}


.f_btn {
  color: #fff;
  font-weight: 400;
  outline: none;
  background-color: #27388d;
  margin-right: 0.625rem;
  margin-bottom: 2rem;
  -webkit-transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  font-size: 16px;
  padding: 15px 30px;
  line-height: 1;
}
.form_items li label {
  cursor: pointer;
  line-height: 15px;
}
}