@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: "Avenir Next LT Pro";
  font-weight: normal;
}
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;
}
.forMob,
.forTab {
  display: none;
}

/*=============fonts================*/
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("AvenirNextLTPro-Demi.woff2") format("woff2"),
    url("AvenirNextLTPro-Demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("AvenirNextLTPro-Regular.woff2") format("woff2"),
    url("AvenirNextLTPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("AvenirNextLTPro-Bold.woff2") format("woff2"),
    url("AvenirNextLTPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
  width: 970px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/*==========Header=========*/
.header {
  position: fixed;
  float: left;
  width: 100%;
  background: #fff;
  padding: 15px 0;
  box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.header-gap {
  float: left;
  width: 100%;
  height: 80px;
}
.logo {
  float: left;
  width: 275x;
}
.contactText {
  float: right;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #0f0f0f;
  font-weight: 600;
  margin: 12px 0 0 0;
}
.contactText img {
  display: inline-block;
  vertical-align: middle;
  margin: -6px 3px 0 0;
  width: 20px;
}

/*=========Section 1=======*/
.sec1 {
  float: left;
  width: 100%;
  background: url(../images/iw-bg-new.jpg) no-repeat center bottom;
  padding: 70px 0;
  /*min-height: calc(100vh - 150px);*/
  background-size: cover;
}
.quiz-inr-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 680px;
  min-height: 490px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 50px 30px 45px;
  box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.2);
}

.felx-box {
  float: left;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 30px;
}
.question-Box {
  float: left;
  width: 100%;
}
.option-box1 {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 430px;
  margin-top: 15px;
}
.step-hdng {
  float: left;
  width: 100%;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.3px;
  color: #000000;
  font-weight: 600;
  text-align: center;
}
.step-para {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #000000;
  text-align: center;
  margin-top: 8px;
}
.option-col {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.option-col input[type="radio"],
.option-col input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.desc-opt {
  float: left;
  width: 100%;
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  position: relative;
  height: 65px;
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
  background: #fff;
  color: #3b3b3b;
  text-align: center;
  padding: 10px 30px;
  font-family: "Avenir Next LT Pro";
  letter-spacing: 0.3px;
  font-weight: 500;

  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
}
.option-col:hover .desc-opt {
  border: 1px solid #4058b1;
  font-weight: bold;
  background: #effff7;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(13, 161, 83, 0.6);
}
.option-col input[type="radio"]:checked + .desc-opt,
.option-col input[type="checkbox"]:checked + .desc-opt {
  border: 1px solid #4058b1;
  font-weight: bold;
  background: #effff7;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(13, 161, 83, 0.6);
}

.fld-box {
  max-width: 530px;
  margin-top: 22px;
}
.continue-btn {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 72px;
  line-height: 72px;
  background: #4058b1;
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  margin-top: 22px;
  position: relative;
  font-family: "Avenir Next LT Pro";
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  box-shadow: 0px 4px 5px 1px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0px 4px 5px 1px rgb(0 0 0 / 20%);
}
.continue-btn img {
  display: inline-block;
  vertical-align: middle;
}
.lock-txt {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #3c3c3c;
  text-align: center;
  margin-top: 14px;
}
.lock-txt img {
  display: inline-block;
  vertical-align: middle;
  margin: -10px 10px 0 0;
}
.btn-back {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 19px;
  line-height: 18px;
  color: #000000;
  margin: 40px 0 20px;
  cursor: pointer;
}
.btn-back img {
  display: inline-block;
  vertical-align: middle;
  margin: -9px 5px 0 -5px;
  width: 18px;
}
.frmfield {
  float: left;
  width: 100%;
  border-radius: 7px;
  margin: 8px 0;
}
.frmfield.hlf {
  width: 48%;
}
.frmfield.hlf-3 {
  width: 30.333%;
  margin: 10px 1.5% 0;
}
.frmfield.fr {
  float: right;
}
.mm-fld {
  width: calc(27% - 15px);
  margin-right: 15px;
}
.day-fld {
  width: calc(25% - 15px);
  margin-right: 15px;
}
.yr-fld {
  width: 48%;
}
.flds-label {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}
.input-fld {
  float: left;
  width: 100%;
  height: 65px;
  padding: 0 15px;
  font-size: 20px;
  color: #000;
  background: #fff;
  text-align: left;
  border-radius: 5px;
  outline: none;
  font-family: "Avenir Next LT Pro";
  font-weight: normal;
  border: 1px solid #a1a1a1;
  -webkit-appearance: none;
}
.fld-box select {
  background: #fff url(../images/frm-down.png) no-repeat center right 15px;
  -webkit-appearance: none;
}
.input-fld:focus {
  border-color: #0da153;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(13, 161, 83, 0.6);
}

.btm-logos {
  display: inline-block;
  vertical-align: middle;
  margin-top: 40px;
}
.btm-logos li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
}
.btm-logos li img {
  margin: 0 auto 0;
  display: block;
  max-width: 100%;
}

/*========Progress Bar========*/
.progressbar {
  float: left;
  width: 88%;
  height: 14px;
  position: relative;
  background: #ebebeb;
  border-radius: 30px;
  margin-left: 2%;
}

.prgress-1 {
  float: left;
  height: 100%;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  background: #4058b1;
  border-radius: 30px 0 0 30px;
  position: relative;
}
.prgress-1 img {
  position: absolute;
  right: -12px;
  top: -13px;
  display: none;
}
.progress-val {
  position: absolute;
  top: 0px;
  right: -40px;
  color: #050505;
  font-size: 16px;
  line-height: 13px;
  font-weight: 600;
}

/*========Sticky=======*/
.contact-sticky {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 16px 0;
}
.sticky-phn-txt {
  font-size: 16px;
  color: #0da153;
  letter-spacing: 0.5px;
  font-weight: bold;
}
.sticky-phn {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -17px;
}

ul.brand-lst {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto 0;
  width: 100%;
  max-width: 600px;
}
ul.brand-lst li {
  width: 17%;
}
ul.brand-lst li img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.sml-tx {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  margin-top: 15px;
  float: left;
  width: 100%;
  padding: 0 5px;
}
.sml-tx a {
  color: #0056ff;
  text-decoration: underline;
}

/*-------------------------
CSS FOR PROGRESS BAR
--------------------------*/
.pop-overlay {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 5;
  overflow: hidden;
  height: 100vh;
  background-size: cover;
}
.main-pop {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.progress-bg {
  float: left;
  width: 100%;
  height: calc(100vh - 100px);
}
.pop-content {
  display: block;
  margin: 20px auto;
  width: 630px;
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 25px 20px;
  border-radius: 10px;
}
.popHeading {
  float: left;
  width: 100%;
  padding: 35px 20px 8px;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#grp-progress {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 90%;
  background: #e9e9e9;
  border-radius: 15px;
  padding: 5px;
  margin: 10px 0 0px 0;
}
#progress-bar {
  float: left;
  width: 100%;
  height: 15px;
  border-radius: 10px;
  background-color: #19a138;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 100%,
    color-stop(0.25, rgba(255, 255, 255, 0.2)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.2)),
    color-stop(0.75, rgba(255, 255, 255, 0.2)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );

  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  -webkit-animation: move 0.5s linear infinite;
  -moz-animation: move 0.5s linear infinite;

  transition: all ease 0.5s;
}
.list-progres {
  position: absolute;
  left: 10px;
  width: 40px;
  height: 8px;
  background: #11558e;
  top: 43px;
  transition: all ease 0.7s;
}

@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 20px;
  }
}
@-moz-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .main-pop {
    width: 100%;
    left: 0;
    top: 50%;
    transform: none;
    margin-top: -130px;
  }
  .pop-content {
    width: 100%;
    padding: 0 10px 15px 10px;
    margin: 0;
  }
  .thk-logo {
    width: 130px;
  }
  .list-progres {
    top: 33px;
  }
  .popHeading {
    padding: 15px 0 0 0;
    font-size: 16px;
  }
  #grp-progress {
    max-width: 96%;
  }
  .continue-btn {
    background: #4058b1;
  }
  .prgress-1 {
    background: #4058b1;
  }
}

/*-============*/
.footer {
  float: left;
  width: 100%;
  padding: 30px 0 40px;
  text-align: center;
}
.ftr-logo {
  display: block;
  margin: 0 auto 15px;
  width: 200px;
}
.ftr-txt1 {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin: 10px 0 0;
}
.ftr-txt1 a {
  padding: 0 5px;
  color: #000000;
}

/*========CONGRATS_PAGE==============*/
.loader_box {
  float: left;
  width: 100%;
}
.loader-img {
  display: block;
  margin: 0 auto;
}
ul.loader_list {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 438px;
  min-height: 300px;
  margin: 10px 0;
}
ul.loader_list li {
  text-align: left;
  margin-top: 30px;
}
ul.loader_list li h3 {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  font-weight: 600;
}
ul.loader_list li p {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-top: 8px;
}
ul.loader_list li p img {
  display: inline-block;
  vertical-align: middle;
  margin: -7px 10px 0 0;
}

.congrs_box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 610px;
}
.congrts-hdng {
  font-size: 31px;
  font-weight: 600;
  line-height: 36px;
  color: #000000;
}
.congrts-text1 {
  font-size: 20px;
  line-height: 26px;
  margin-top: 15px;
  color: #000000;
}
.congrs_box .step-hdng {
  margin-top: 30px;
}

/*=========thank-sec==========*/
.ty-header {
  float: left;
  width: 100%;
  padding: 12px 0;
}
.ty-logo {
  display: block;
  margin: 0 auto;
  width: 250px;
}
.thank-sec {
  float: left;
  width: 100%;
  min-height: calc(100vh - 240px);
  padding: 60px 0 80px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.thanku-row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 800px;
  padding: 50px 50px;
  box-shadow: 0 0 9px 0 rgba(0 0 0 / 10%);
}
.ty-heading {
  font-size: 45px;
  line-height: 50px;
  color: #000000;
  font-weight: 700;
}
.ty-sub-hdng {
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0.3px;
  color: #000000;
  margin-top: 20px;
}
.ty-text1 {
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0.3px;
  color: #000000;
  margin-top: 25px;
}
.ty-text2 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.3px;
  color: #1087d5;
  margin-top: 25px;
  font-weight: 500;
}
.ty-text2 a {
  text-decoration: underline;
}
.ty-btn {
  display: inline-block;
  vertical-align: top;
  max-width: 420px;
  width: 100%;
  margin-top: 40px;
  background: rgba(11, 154, 55, 0.1);
  background: linear-gradient(
    0deg,
    rgba(11, 154, 55, 1) 0%,
    rgba(53, 175, 57, 1) 45%,
    rgba(89, 194, 59, 1) 100%
  );
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  color: #fff;
  font-family: "Avenir Next LT Pro";
  font-weight: bold;
  border: none;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.2);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

/*==============Media=============*/
@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%;
    max-width: 600px;
    padding: 0 15px;
  }
  .forMob {
    display: block;
  }
  .hide-mob {
    display: none;
  }

  .header {
    padding: 14px 0;
  }
  .header-gap {
    height: 58px;
  }
  .logo {
    width: 250px;
  }
  .contactText {
    margin: 6px 0 0 0;
    font-size: 14px;
    line-height: 18px;
  }
  .contactText img {
    width: 16px;
    margin: -4px 3px 0 0;
  }

  .sec1 {
    padding: 50px 0 30px;
    background: #fff;
    min-height: calc(100vh - 190px);
  }
  .quiz-inr-box {
    padding: 10px;
    padding-top: 0px;
    box-shadow: none;
    min-height: auto;
  }
  .progress-val {
    top: -3px;
    font-size: 12px;
    right: -37px;
  }
  .progressbar {
    width: 92%;
    height: 10px;
    float: left;
    margin: 0;
  }

  ul.brand-lst {
    margin-top: 25px;
    padding: 0 15px;
  }
  ul.brand-lst li:nth-child(4) img {
    width: 40px;
  }

  .felx-box {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .option-box1 {
    margin-top: 10px;
  }
  .option-col {
    margin-top: 15px;
  }
  .input-fld {
    height: 55px;
  }

  .step-hdng {
    font-size: 20px;
    line-height: 1.75rem;
  }
  .step-para {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: normal;
    margin-top: 5px;
  }
  .desc-opt {
    font-size: 18px;
    height: 55px;
  }
  .input-fld {
    font-size: 18px;
    padding: 0 10px;
  }

  .continue-btn {
    height: 56px;
    line-height: 56px;
    font-size: 25px;
    margin-top: 12px;
  }
  .continue-btn img {
    padding: 3px;
    width: 34px;
    margin-right: 5px !important;
  }
  .lock-txt {
    font-size: 10px;
    line-height: 15px;
  }
  .lock-txt img {
    margin: -7px 5px 0 0;
    width: 8px;
  }
  .btm-logos li {
    padding: 0 4px;
    width: 280px;
  }

  .btn-back {
    font-size: 16px;
    line-height: 16px;
    margin-top: 40px;
  }
  .btn-back img {
    width: 16px;
    margin-top: -9px;
  }

  .footer {
    padding: 20px 0 25px;
    border-top: 1px solid #ddd;
    text-align: center;
  }
  .ftr-logo {
    width: 140px;
  }
  .disclaimer-txt {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    margin: 10px 0;
  }
  .ftr-txt1 {
    font-size: 10px;
    line-height: 21px;
  }
  .ftr-txt1 a {
    padding: 0 2px;
  }

  /*========CONGRATS_PAGE==============*/
  ul.loader_list li h3 {
    font-size: 18px;
    line-height: 26px;
  }
  ul.loader_list li p {
    font-size: 17px;
    line-height: 26px;
  }
  .congrts-hdng {
    font-size: 28px;
    line-height: 34px;
  }
  .congrts-text1 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  ul.pre-list {
    margin-bottom: 10px;
  }
  ul.pre-list li {
    font-size: 18px;
    line-height: 26px;
  }
  ul.loader_list {
    max-width: 305px;
    min-height: auto;
  }

  /*=========thank-sec==========*/
  .ty-logo {
    width: 190px;
  }
  .thank-sec {
    padding: 30px 0 40px;
    min-height: calc(100vh - 165px);
  }
  .thanku-row {
    padding: 0;
    box-shadow: none;
  }
  .ty-heading {
    font-size: 35px;
    line-height: 36px;
  }
  .ty-sub-hdng {
    font-size: 20px;
    line-height: 26px;
  }
  .ty-text1 {
    font-size: 18px;
    line-height: 25px;
  }
  .ty-btn {
    height: 65px;
    line-height: 64px;
    font-size: 25px;
  }
}

@media only screen and (max-width: 360px) {
  .step-hdng {
    font-size: 21px;
    line-height: 27px;
  }
  .lock-txt {
    font-size: 10px;
    line-height: 14px;
  }
  .ftr-txt1 {
    font-size: 14px;
  }
  .footer p a {
    padding: 0;
  }
}

button.continue-btn.next-btn.yes-no-btn {
  height: 50px;
  line-height: 50px;
  font-size: 26px;
}

h1.step-hdng.cta,
.congrats {
  color: #ff0000;
}

.tap-to-call {
  color: #4058b1;
}

/* Added Call image */

img.phone-icon {
  width: 40px;
  margin-right: 10px;
}
/* Privacy Policy & Terms START */

.privacy.col-md-12 {
  text-align: start;
}

.privacy.col-md-12 h2 {
  margin-top: ;
}

.privacy.col-md-12 h3 {
  margin-top: 10px;
}

.privacy.col-md-12.page {
  padding-top: 120px;
}

/* Thank you Page */

h1.ty-call {
  color: #4058b1;
}

h3.ty-call {
  padding-top: 20px;
}

.container.thanku {
  float: left;
  width: 100%;
  background: url(../images/iw-bg-new.jpg) no-repeat center bottom;
  padding: 70px 0;
  min-height: calc(100vh - 150px);
  background-size: cover;
}

.thanku-row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 680px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 50px 30px 45px;
  box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
  .container.thanku {
    float: left;
    width: 100%;
    background: #fff;
    padding: 70px 0;
    min-height: calc(100vh - 150px);
    background-size: cover;
  }
}

/*========Progress Bar========*/
.progressbar {
  float: left;
  width: 88%;
  height: 14px;
  position: relative;
  background: #ebebeb;
  border-radius: 30px;
  margin-left: 2%;
}

.prgress-1 {
  float: left;
  height: 100%;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  background: #109c37;
  border-radius: 30px 0 0 30px;
  position: relative;
}
.prgress-1 img {
  position: absolute;
  right: -12px;
  top: -13px;
  display: none;
}
.progress-val {
  position: absolute;
  top: 0px;
  right: -40px;
  color: #050505;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
}
