body {
  /* background: #f8f8f8; */
  /* background-image: url(../img/111.png); */
  background-size: cover;
}

.question1 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: calc(100vh - 200px);
  min-height: calc(100vh - 150px);
  padding-top: 17vh;
}

.question-side {
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  /* border: 5px solid transparent;
   background-color: #fff;
   box-shadow: 0 7px 15px 0 rgb(0 0 0 / 15%);
   padding: 30px; */
  /* padding-bottom: 95px; */
}

.questionSide {
  width: 53%;
}

.questionPicSide {
  width: 47%;
}

.questionPartpart {
  display: flex;
  justify-content: space-between;
}

.line {
  margin: 40px 0 0 0;
}

.line .action {
  background: #fff200;
  border: 1px solid #fff200;
}

.part {
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 3px;
}
.parts {
  display: flex;
  margin: 15px 0 0 0;
}

.quiz {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  z-index: 10000;
}

.quizInto {
  position: relative;
}

.quiz-container {
  max-width: 620px;
  background: #fff;
  margin: 20px auto;
  padding: 30px 0 35px 0;
}

.quiz__form-wrapper {
  position: relative;
}

.quiz__form-wrapper-title {
  padding: 0 25px 0 25px;
}

.question-modal__progress-bar-wrap {
  background-color: #cbcbcb;
  display: -webkit-box;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
}

.question-side__question-title {
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
  margin: 12px 0 25px 0;
  width: 100%;
  color: #111;
}

.question-side__vip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.question-side__button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: transparent;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 150%;
  text-align: center;
  color: #111;
  padding: 15px 35px;
  cursor: pointer;
  width: 360px;
  background-color: #fff;
}

.radio-list {
  display: -webkit-box;
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  flex-direction: column;
  border: 5px solid transparent;
  background-color: #fff;
  box-shadow: 0 7px 15px 0 rgb(0 0 0 / 15%);
  padding: 30px;
}

.radio-list.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.radio-list [type="radio"]:checked + label,
.radio-list [type="radio"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  width: 100%;
}

.radio-list [type="radio"]:checked + label {
  background-color: #fff;
  color: #111;
}

.radio-list [type="radio"]:checked,
.radio-list [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-list [type="radio"]:hover + label {
  background: rgba(255, 255, 255, 0.5);
}

.radio-list [type="radio"]:active + label {
  background-color: #fff;
  font-weight: 500;
  /* color: #00b200; */
}

.radio-list [type="radio"]:focus + label {
  background-color: #fff;
  /* color: #00b200; */
  font-weight: 500;
}

.radio-list .radio-list_item {
  /* padding-left: 20px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 445px;
  max-width: 100%;
  margin-bottom: 20px;
  margin: 0 0 15px 0;
  border: solid 1px var(--color-bg-2, rgba(217, 216, 230, 0.55));
  border-radius: 5px;
}

.radio-list .radio-list_item:hover {
  box-shadow: 0 1px 3px 0 var(--color-bg-2, rgba(0, 0, 0, 0.1));
  background: rgba(255, 242, 0, .4);
}

.radio-list_item {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 1px 1px 4px black;
}

.radio-list_item label {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 150%;
  margin-bottom: 0;
  padding: 12px 12px 12px 25px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  text-align: left;
}

.radio-list10 {
  padding: 0;
}

/* .radio-list [type='radio']:checked + label::before,
 .radio-list [type='radio']:not(:checked) + label::before {
   content: '';
   background: #e6e6e6;
   position: absolute;
   left: -10px;
   top: 15px;
   width: 20px;
   height: 20px;
   -webkit-border-radius: 100%;
           border-radius: 100%;
 }
 
 .radio-list [type='radio']:not(:checked) + label::before {
   background: #e6e6e6;
 }
 
 .radio-list [type='radio']:not(:checked) + label::after {
   opacity: 0;
   -webkit-transform: scale(0);
   -ms-transform: scale(0);
       transform: scale(0);
 }
 
 .radio-list [type='radio']:checked + label::after,
 .radio-list [type='radio']:not(:checked) + label::after {
   content: '';
   width: 20px;
   height: 20px;
   background: #FF7600;
   position: absolute;
   top: 10px;
   left: 10px;
   -webkit-border-radius: 100%;
           border-radius: 100%;
   -webkit-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
 } */

.leadFormContainer2 {
  width: 100%;
  padding: 0;
  border: none;
  border-left: 1.2px solid #e8e8e8;
  padding: 80px 45px 50px;
}

.commonInputDiv {
  margin-bottom: 20px;
  height: 50px;
}

.form-control {
  background: #ededed;
  height: 50px;
}

/* .leadSubmit {
   border: 1px solid #4290fc;
   min-height: 50px;
   width: 100%;
   color: #4290fc;
   position: relative;
   overflow: hidden;
   border-radius: 24px;
 }
 .leadSubmit:after {
   content: "";
   position: absolute;
   top: -50%;
   bottom: -50%;
   background: -webkit-gradient(
     linear,
     left top,
     right top,
     from(hsla(0, 0%, 100%, 0.1)),
     to(hsla(0, 0%, 100%, 0.6))
   );
   background: linear-gradient(
     90deg,
     hsla(0, 0%, 100%, 0.1),
     hsla(0, 0%, 100%, 0.6) 100%
   );
   width: 45px;
   -webkit-transform: skewX(-22deg);
   transform: skewX(-22deg);
   left: -65%;
   -webkit-animation-name: blick;
   animation-name: blick;
   -webkit-animation-duration: 3s;
   animation-duration: 3s;
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
 }
 @-webkit-keyframes blick {
   60% {
     left: 100%;
   }
   to {
     left: 130%;
   }
 }
 @keyframes blick {
   60% {
     left: 100%;
   }
   to {
     left: 130%;
   }
 }
 
 .leadSubmit:hover{
   background: #4290fc;
   color: #fff;
 } */

.leadSubmit {
  background-color: #fff200;
  border-radius: 30px;
  padding: 10px 40px;

  font-family: Helvetica, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  color: #000;
  text-align: center;

  transition-duration: 0.3s;

  position: relative;
  overflow: hidden;
  max-width: 500px;
  width: 100%;
  transition: all .3s ease-in;
  transition-duration: 0.3s;
  border: 2px solid #000;
}

.leadSubmit:hover {
  background-color: #000000;
  color: #fff200;
  border: 2px solid #fff200;;
}

@keyframes lineForButtonAnimation {
  0% {
    left: -20%;
  }
  50% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

.leadSubmit::before {
  content: "";
  height: 150%;
  width: 4px;
  background-color: white;

  position: absolute;
  top: 0;
  left: 0;
  rotate: -45deg;
  translate: 0 -15%;
  filter: blur(5px);

  animation-name: lineForButtonAnimation;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.leadFormContainer2 .countryFlag {
  width: 130px;
  background-repeat: no-repeat;
  -ms-background-position-y: center;
  background-position-y: center;
  -ms-background-position-x: 15%;
  background-position-x: 15%;
  height: 50px;
}

.formLeftSide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
  padding-left: 50px;
}

@media (max-width: 1119px) {
  .questionPartpart {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .questionPicSide {
    width: 100%;
  }
  .questionSide {
    width: 100%;
    margin-top: 40px;
  }
  .radio-list .radio-list_item {
    width: 100%;
  }
  .leadFormContainer2 {
    padding: 40px 45px 40px;
    border: none;
  }
  .formLeftSide {
    text-align: center;
    padding-left: 12px;
    padding-top: 60px;
  }
  .question1 {
    padding-top: 5vh;
  }

  .question-side__question-title {
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
  }
}

@media (max-width: 500px) {
  .leadFormContainer2 {
    padding: 40px 10px;
  }

  .leadSubmit {
    width: 100%;
  }
}

.error {
  color: red;
  font-weight: 700;
}

.iti {
  width: 100%;
}

.iti input{
  padding-left: 100px !important;
}

.form__title {
  font-size: 1.45rem !important;
  text-align: center !important;
}