@charset "utf-8";

/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  background: #fff;
  color: #000000;
  text-align: center;
  font-family: 'Inter';
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
  margin: 0;
  padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}

table,
tr,
td {
  border: 0;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
}

a:hover {}

img {
  border: none;
  height: auto;
}

li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

.img-full {
  max-width: 100%;
}

.clearall {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}


/*====Fonts====*/
@font-face {
  font-family: 'Inter';
  src: url('Inter-Regular.woff2') format('woff2'),
    url('Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-Medium.woff2') format('woff2'),
    url('Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-Bold.woff2') format('woff2'),
    url('Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-SemiBold.woff2') format('woff2'),
    url('Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-ExtraBold.woff2') format('woff2'),
    url('Inter-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('DMSans-Bold.woff2') format('woff2'),
    url('DMSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('DMSans-Medium.woff2') format('woff2'),
    url('DMSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
  width: 1170px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/*-----------------------
HEADER CSS
------------------------*/
.header {
  float: left;
  width: 100%;
  background: #fff;
  padding: 10px 0;
}

.logo {
  display: block;
  margin: 0 auto 0;
  width: 150px;
}



/*========Question-Section========*/
.quiz-sec {
  float: left;
  width: 100%;
  background: #f5f8fc;
  min-height: calc(100vh - 60px);
  padding: 60px 0 75px;
}

.contnt-sec {
  display: inline-block;
  vertical-align: middle;
  max-width: 770px;
  width: 100%;
  background: #fff;
  padding: 45px 30px 75px;
}

.quiz-box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
}

.top-box-row {
  width: 100%;
  max-width: 510px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  margin: 0 auto 30px;
}

.btn-back {
  width: 21px;
  flex-shrink: 0;
  cursor: pointer;
}

.btn-back-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.progress-container {
  display: inline-block;
  vertical-align: top;
  max-width: 430px;
  width: 100%;
  position: relative;
}

.progressbar {
  display: inline-block;
  width: 100%;
  background: #f5f8fc;
  height: 12px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.prgress-1 {
  float: left;
  height: 100%;
  background: #13b74a;
  position: relative;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
}

.count-text {
  font-size: 14px;
  line-height: 18px;
  color: #b0aeae;
  font-weight: 500;
}

.question_box {
  float: left;
  width: 100%;
}

.step-hdng1 {
  color: #192a44;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  font-family: 'DM Sans';
}

.step-text1 {
  color: #010101;
  font-size: 18px;
  line-height: 26px;
  margin-top: 10px;
}

.option-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 490px;
  margin: 15px auto 0;
}

.frmElement {
  float: left;
  width: 100%;
  margin-top: 20px;
  position: relative;
}

.input-ic {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 30px;
}

.input-fld {
  float: left;
  width: 100%;
  height: 70px;
  border: 1px solid #a4a4a4;
  border-radius: 5px;
  -webkit-appearance: none;
  outline: none;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  font-family: 'Inter';
  padding: 0 10px 0 60px;
  text-align: left;
}

.input-fld::placeholder {
  color: #000;
}

.input-fld:focus {
  border-color: #017ead;
  outline: 0;
  box-shadow: 0 0 8px 0 rgba(1, 126, 173, 0.5);
}

.textarea {
  float: left;
  width: 100%;
  min-height: 140px;
  border: 1px solid #a4a4a4;
  border-radius: 5px;
  -webkit-appearance: none;
  outline: none;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  font-family: 'Inter';
  text-align: left;
  resize: none;
  margin-top: 15px;
  padding: 10px 15px;
}

.button {
  float: left;
  width: 100%;
  height: 65px;
  background: #13b74a;
  border-radius: 5px;
  -webkit-appearance: none;
  outline: none;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 800;
  border: none;
  font-family: 'Inter';
  text-align: center;
  margin-top: 25px;
  cursor: pointer;
}

.button img {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  margin: 0 0 0 10px;
}

.option-col {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.option-col input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.option-col input[type="radio"]+.opt-rad {
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -10px;
  border-radius: 50%;
  z-index: 1;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .15s ease-in-out;
}

.desc-opt {
  float: left;
  width: 100%;
  border: 1px solid #a4a4a4;
  background: #fff;
  border-radius: 5px;
  position: relative;
  height: 70px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Inter';
  font-weight: 700;
  letter-spacing: 0.3px;
  cursor: pointer;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: start;
  color: #000;
  text-align: left;
  padding: 5px 15px 5px 50px;
  transition: all .15s ease-in-out;
}

.option-col:hover .desc-opt {
  background: #192a44;
  border-color: #192a44;
  transform: scale(1.01);
  color: #fff;
}

.option-col:hover+.opt-rad:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #192a44;
  border-radius: 50%;
}

.option-col input[type="radio"]:checked+.opt-rad+.desc-opt {
  background: #192a44;
  border-color: #192a44;
  transform: scale(1.01);
  color: #fff;
}

.option-col input[type="radio"]:checked+.opt-rad:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #192a44;
  border-radius: 50%;
}

.secure-txt {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin-top: 15px;
  padding-left: 28px;
  position: relative;
}

.secure-txt a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.secure-txt img {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
}

.term-text {
  float: left;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  line-height: 21px;
  color: #000;
  margin: 25px 0 10px;
  cursor: pointer;
  column-gap: 10px;
  background: #f9d853;
  font-weight: 500;
  padding: 10px 15px;
}

.term-check {
  border: 1px solid #ccc;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  outline: none;
  /*accent-color:#000;*/
  margin-top: 0;
  flex-shrink: 0;
}

.icon_arrow {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin: 0 10px 0 0;
}

/*===========Tadda============*/
.tadda {
  animation-name: tadda;
  -webkit-animation-name: tadda;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes tadda {
  0% {
    transform: translateX(0px)
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0px);
  }
}



/*CSS FOR PROGRESS*/
.reading-progress {
  position: relative;
  height: 180px;
  width: 180px;
  z-index: 999;
  display: inline-block;
  vertical-align: middle;
  overflow: visible;
  margin-top: 45px;
}

.reading-progress .percent {
  position: absolute;
  top: 65px;
  font-size: 35px;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: #13b74a;
  width: 100%;
}

.reading-progress svg path {
  fill: none;
}

.reading-progress svg.progress-circle {
  overflow: visible;
  fill: #cedadf;
  z-index: 999;
}

.reading-progress svg.progress-circle-background {
  overflow: visible;
  fill: #cedadf;
  position: relative;
  top: -185px;
  z-index: -1;
}

.reading-progress svg.progress-circle path {
  stroke: #13b74a;
  stroke-width: 9;
}

.reading-progress svg.progress-circle-background path {
  stroke: #cedadf;
  stroke-width: 9;
  stroke-dashoffset: 0;
}

.analyzing_col {
  float: left;
  width: 100%;
  padding: 0;
}

.analyzing_col_list {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-top: 20px;
  max-width: 400px;
  min-height: 160px;
}

.analyzing_col_list li {
  margin-top: 15px;
  text-align: left;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  color: #1c1c1c;
  padding-left: 35px;
  background: url(../5a356ab0-2c47-4a9a-89ff-14431ba05363/tik.webp) no-repeat left 1px;
  background-size: 22px;
}

/*--------------------------
FOOTER CSS
--------------------------*/
/*====Footer====*/
.footer {
  float: left;
  width: 100%;
  background: #fff;
  padding: 40px 0 50px;
}

.ftr-logo {
  display: block;
  margin: 0 auto 25px;
  width: 166px;
}

.footer-txt1 {
  font-size: 17px;
  line-height: 24px;
  color: #000;
  margin-top: 10px;
}

.footer-txt1 a {
  padding: 0 5px;
}



/*THANK_YOU*/
.thankyou_row {
  display: inline-block;
  vertical-align: middle;
  max-width: 770px;
  width: 100%;
  background: #fff;
  padding: 45px 50px 60px;
}

.thankyou_heading {
  color: #192a44;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  font-family: 'DM Sans';
  letter-spacing: -1px;
}

.thankyou_para {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin-top: 25px;
}

ul.thankyou_row-list {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 20px 0;
  max-width: 450px;
}

ul.thankyou_row-list li {
  margin-top: 20px;
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #1c1c1c;
  padding-left: 35px;
  background: url(../5a356ab0-2c47-4a9a-89ff-14431ba05363/tik.webp) no-repeat left 1px;
  background-size: 22px;
  font-weight: 500;
}

.call_button-box {
  display: inline-block;
  vertical-align: top;
  max-width: 420px;
  width: 100%;
  margin-top: 40px;
}

.call_button-box-top-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  position: relative;
  padding: 0 10px;
}

.call_button-box-top-text:before,
.call_button-box-top-text:after {
  border-bottom: 1px solid #555555;
  content: "";
  flex-grow: 1;
}

.call_button-box-top-text span {
  padding: 0 15px;
}

.call_button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  background: #13b74a;
  font-family: 'Inter';
  font-weight: 800;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 30px;
  height: 70px;
  line-height: 30px;
  letter-spacing: 0.3px;
  margin-top: 15px;

  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.call_button img {
  vertical-align: middle;
  width: 26px;
  flex-shrink: 0;
}

/*-----------------------
		Pulse
------------------------*/

@keyframes pulse {
  0% {
    transform: scale(0.94);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.94);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.94);
  }

  50% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.94);
  }
}





.fordesk {
  display: block;
}

.fortab,
.formob {
  display: none;
}


@media only screen and (max-width:1200px) {
  .container {
    width: 1004px;
  }

}


@media only screen and (max-width:1021px) {
  .container {
    width: 750px;
  }

  .fordesk {
    display: none;
  }

  .fortab {
    display: block;
  }

}

@media only screen and (max-width:767px) {
  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 600px;
    box-sizing: border-box;
  }

  .fordesk {
    display: none;
  }

  .formob {
    display: block;
  }

  .hidemob {
    display: none;
  }

  .header {
    padding: 7px 0;
    border-bottom: 1px solid #e7e7e7;
  }

  .logo {
    width: 120px;
  }

  .quiz-sec {
    min-height: auto;
    padding: 65px 0 35px;
    background: #fff;
  }

  .contnt-sec {
    padding: 0px 5px;
  }

  .top-box-row {
    margin: 0 auto 20px;
  }

  .progressbar {
    height: 8px;
  }


  .step-hdng1 {
    font-size: 28px;
    line-height: 34px;
  }

  .step-text1 {
    font-size: 16px;
    line-height: 24px;
  }

  .option-col {
    margin-top: 10px;
  }

  .option-col input[type="radio"]+.opt-rad {
    width: 18px;
    height: 18px;
    left: 12px;
    margin-top: -9px;
  }

  .desc-opt {
    height: 55px;
    font-size: 15px;
    line-height: 21px;
    padding: 5px 10px 5px 40px;
  }

  .button {
    height: 58px;
    font-size: 21px;
    line-height: 28px;
    margin-top: 20px;
  }

  .button img {
    width: 19px;
  }

  .textarea {
    font-size: 16px;
    line-height: 23px;
    margin-top: 5px;
  }

  .frmElement {
    margin-top: 10px;
  }

  .input-fld {
    height: 55px;
    font-size: 15px;
    line-height: 21px;
    padding: 0 10px 0 60px;
  }

  .secure-txt {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    padding-left: 25px;
  }

  .secure-txt a {
    font-size: 13px;
  }

  .secure-txt img {
    width: 16px;
    top: 1px;
  }

  .term-text {
    padding: 8px 10px;
    line-height: 18px;
    margin: 20px 0 0;
  }


  .reading-progress {
    margin-top: 35px;
    height: 160px;
    width: 160px;
  }

  .reading-progress svg.progress-circle-background {
    top: -165px;
  }

  .reading-progress .percent {
    top: 60px;
    font-size: 32px;
  }

  .analyzing_col ul {
    max-width: 340px;
    margin-top: 25px;
  }

  .analyzing_col ul li {
    font-size: 15px;
    line-height: 20px;
    background-size: 16px;
    padding-left: 23px;
    margin-top: 14px;
  }



  .footer {
    padding: 15px 0 25px;
    border-top: 1px solid #e7e7e7
  }

  .footer-txt1 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
  }



  .thankyou_row {
    padding: 0;
  }

  .thankyou_heading {
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 0;
  }

  .thankyou_para {
    font-size: 16px;
    line-height: 23px;
    margin-top: 15px;
  }

  ul.thankyou_row-list li {
    font-size: 16px;
    line-height: 20px;
    background-size: 16px;
    padding-left: 25px;
    margin-top: 12px;
  }

  .call_button-box {
    margin-top: 30px;
  }

  .call_button-box-top-text {
    font-size: 16px;
  }

  .call_button-box-top-text span {
    padding: 0 10px;
  }

  .call_button {
    font-size: 26px;
    height: 65px;
  }

  .call_button img {
    width: 24px;
  }

}