*{
    margin:0px;
    padding:0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
    color:#000;
    font-family:roboto;
}
.tablinks{
    cursor:pointer;
}
button{
    outline:none;
}
.redirect-link{
    color:#4C9E38;
    text-decoration:none;
}
.header{
    width:100%;
    background:#fff;
}
.header-container{
    box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
}
#tb1C{
    display:none;
}
.index-wrapper .tabcontent{
    padding:0px;
}
#header{
    width:100%;
}
#header .header-wrapper{
    flex-direction:column;
    justify-content:space-evenly;
}
#header .logo2{
    width:10%;
    margin-top:3vw;
}
#header .logo1{
    width:26%;
    margin-top:0.781vw;
}
#header .form-btn{
    width:auto;
    display: inline-block;
    padding:10px 50px;
    margin-top:2.604vw;
}
.header-wrapper{
    display:flex;
    align-items: center;
    justify-content: space-between;
    width:95%;
    margin:auto;
    padding:5px 0px;
}
.logo1{
    width:15%;
    height:auto;
}
.logo1 img, .logo2 img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.logo2{
    width:4%;
    height:auto;
}
.titles{
    width:100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top:-15px;
}
.heading{
    font-size:40px;
    color:#000;
    font-family:roboto mono;
    text-transform: uppercase;
}
.sub-title{
    font-size: 0.98vw;
    font-family: roboto;
    color:#000;
    text-decoration:none;
    padding-top:30px;
    cursor:pointer;
}
.form-container{
    width:80%;
    margin:0px auto;
    height:80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.form-container form{
    width: 50%;
    display: flex;
    flex-direction: column;
    margin:0px  auto;
    align-items: center;
}
.form-container input[type=text], 
.form-container input[type=email], 
.form-container input[type=tel]{
    outline:none;
    display:block;
    margin-top:25px;
    border:none;
    width:60%;
    border-bottom:1px solid #000;
    padding-bottom:10px;
    font-size:14px;
    color:#000;
    opacity:1;
}
.form-container input ::placeholder{
    font-size:14px;
    color:#000;
    opacity:0.5;
}
.form-btn{
    margin-top:55px;
    width:100%;
}
.form-btn{
    text-decoration: none;
    outline:none;
    width:60%;
    text-align: center;
    font-size:16px;
    color:#fff;
    background:#000;
    border:none;
    padding:10px 0px;
    border-radius: 25px;
    font-family: roboto;
    cursor:pointer;
}
.app-desc{
    width:50%;
    margin:0px auto;
    font-size:0.98vw;
    color:#000;
    font-family:roboto;
    line-height: 2;
}

/****   QUESTIONS STYLES  ****/
#section1{
    width: 100%;
}
.tabcontent{
    padding:30px 0px;
    position: relative;
}
.container{
    width: 90%;
    margin:auto;
}
.head{
    display: flex;
    align-items: center;
    font-size: 20px;
}
.text{
    font-size: 0.98vw;
    color:#000;
    font-family: roboto;
    padding-left:25px;
}
.head img{
    width: 5.3vw;
    height: 5.3vw;
}
.textbox{
    margin: 30px 0px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
    height:25vw;
    position: relative;
}
.question-wrapper{
    display: flex;
    padding:1.56vw 40px;
}
.qno{
    font-size: 0.98vw;
}
.ques{
    font-size:0.98vw;
    padding-left:10px;
}
.options{
    padding-left:40px;
}
li{
    list-style-type: none;
}
#tab2{
    width: 100%;
}
.single .icons{
    display: flex;
    justify-content: flex-end;
    padding:40px 40px 20px 40px;
}
.icons{
    display: flex;
    justify-content: space-between;
    padding:40px 40px 20px 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.page-no{
    font-size:14px;
    position: absolute;
    bottom:0;
    text-align:center;
    left:0px;
    right:0px;
    width:50%;
    margin:auto;
    
}
#tab3{
    width: 100%;
}
.radio input[type='radio'] {
  display: none;
  /*removes original button*/
}

.radio label:before {
  /*styles outer circle*/
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
  border-radius: 11px;
  border: 2px solid black;
  background-color: transparent;
}

.radio label {
  position: relative;
  display:block;
    margin-top:1vw;
    font-size:0.98vw;
}

.radio label input[type='radio']:checked+span {
  /*styles inside circle*/
  border-radius: 11px;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 4.5px;
  display: block;
  background-color: black;
}
.hidden{
    display:none;
}
.buttons{
    display:flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
}
.next .buttons{
    justify-content: flex-end;
}
.next-btn{
    text-decoration:none;
    color:#fff;
    background: #000;
    padding:10px 35px;
    border-radius:20px;
    cursor: pointer;
    text-decoration: none;
    font-size:16px;
}
.buttons button{
    border:none;
    background:transparent;
    font-size:16px;
}
.single-question{
    padding:30px 40px;
}
.progress-bar1{
    width:50%;
    height:7px;
    border-radius:50px;
}
.progress-bar2{
    width:100%;
    height:7px;
    border-radius:50px;
}
.progress-bar3{
    width:100%;
    height:7px;
    border-radius:50px;
}
#section9 .progress-bar1,
#section12 .progress-bar1,
#section15 .progress-bar1,
#section24 .progress-bar1,
#section31 .progress-bar1{
    width:33% !important;
}
#section10 .progress-bar2,
#section13 .progress-bar2,
#section16 .progress-bar2,
#section25 .progress-bar2,
#section32 .progress-bar2{
    width:66%;
}
#section1 .progress-bar1, #section2 .progress-bar2{
    background: #EB1C2D;
}
#section3 .progress-bar1, #section4 .progress-bar2{
    background: #DDA73A;
}
#section5 .progress-bar1, #section6 .progress-bar2{
    background: #4C9E38;
}
#section7 .progress-bar1, #section8 .progress-bar2{
    background: #C31F33;
}
#section9 .progress-bar1, #section10 .progress-bar2, #section11 .progress-bar3{
    background: #FF3A20;
}
#section12 .progress-bar1, #section13 .progress-bar2, #section14 .progress-bar3{
    background: #27BFE6;
}
#section15 .progress-bar1, #section16 .progress-bar2, #section17 .progress-bar3{
    background: #FBC30A;
}
#section18 .progress-bar1, #section19 .progress-bar2{
    background: #A21A42;
}
#section20 .progress-bar1{
    background: #FD6824;
    width:100%;
}
#section21 .progress-bar1{
    background: #DC1266;
    width:100%;
}
#section22 .progress-bar1, #section23 .progress-bar2{
    background: #FD9D24;
}
#section24 .progress-bar1, #section25 .progress-bar2, #section26 .progress-bar3{
    background: #C08B2F;
}
#section27 .progress-bar1, #section28 .progress-bar2{
    background: #3F7E45;
}
#section29 .progress-bar1, #section30 .progress-bar2{
    background: #1F97D4;
}
#section31 .progress-bar1, #section32 .progress-bar2, #section33 .progress-bar3{
    background: #59BA47;
}
.checkbox-container{
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size:0.98vw;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}  
.checkbox-container input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border:1px solid #000;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border:2px solid #eee;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
.checkbox-container input:checked ~ .checkmark:after{
    display: block;
}
.checkbox-container .checkmark:after{
    left: 9px;
    top: 4px;
    width: 4px;
    height: 8px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbox-container .checkmark:after{
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

  /****           RESULTS PAGE           *********/
.total-result{
    width:100%;
    margin-top:50px;
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}
.result-icon{
    width:10%;
    text-align:center;
    height:auto;
}
.result-icon img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.result-text{
    font-size:20px;
    font-weight:bold;
    margin-top:15px;
}
.results{
    width:50%;
    margin:30px auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.goal-result{
    display:flex;
    align-items: center;
    margin-top:25px;
    padding-left:4vw;
}
.goal-image{
    width:100px;
    height:100px;
}
.goal-image img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.goal-desc{
    display:flex;
    align-items: center;
    padding-left:20px;
}
.goal-text{
    font-size: 0.98vw;
    padding-left:20px;
}
.tablinks img{
    border:1px solid #000;
    border-radius:25px;
}



.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
  }
  
  .sticky + .content {
    padding-top: 102px;
  }
  
      .textbox {
          z-index: 0;
      } 
/* The Loader */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
}
  .no-js #loader-wrapper {
    display: none;
  }
  
  #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #16a085;
    -webkit-animation: spin 1.7s linear infinite;
            animation: spin 1.7s linear infinite;
    z-index: 11;
  }
  #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin-reverse .6s linear infinite;
            animation: spin-reverse .6s linear infinite;
  }
  #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes spin-reverse {
    0% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(-360deg);
    }
  }
  @keyframes spin-reverse {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }
  #loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 10;
  }
  
  #loader-wrapper .loader-section.section-left {
    left: 0;
  }
  
  #loader-wrapper .loader-section.section-right {
    right: 0;
  }
  
  /* Loaded styles */
  .loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  
  .loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  
  .loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  
  .loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
  }

.load-cls{
    display:flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}
.load-cls1 {
    background: #EB1C2D;
}
.load-cls2 {
    background:#D3A029;
}
.load-cls3 {
    background: #279B48;
}
.load-cls4 {
    background:#C31F33;
 }
.load-cls5 {
    background:#EF402B;
}
.load-cls6 {
    background:#00AED9;

 }
.load-cls7 {
    background:#FDB713;
}
.load-cls8 {
    background:#8F1838;
}
.load-cls9 {
    background:#F36D25;
}
.load-cls10 {
    background:#E11484;
}
.load-cls11 {
    background:#F99D26;
}
.load-cls12 {
    background:#CF8D2A;
}
.load-cls13 {
    background:#48773E;
}
.load-cls14 {
    background:#007DBC;
}
.load-cls15 {
    background:#3EB049;
}
.load-cls16 {
    background:#02558B;
}
.results-page .footer{
    position:relative;
    bottom:auto;
    padding-bottom:20px;
}
.results-desc{
    width:60%;
    margin:auto;
    font-size:18px;
    font-weight:bold;
    padding:15px 0px;
}
.results-desc a{
    color:#02558B;
    text-decoration:none;
}
.footer{
    display: flex;
    justify-content: center;
    padding-top:20px;
    border-top:1px solid #000;
    position: absolute;
    width:100%;
    bottom:20px;
}
.footer p{
    font-size:0.7vw;
}
.form-text{
    font-size:0.833vw;
    font-weight:bold;
    font-style:italic;
    width:40%;
    margin: 0px auto;
    position:absolute;
    bottom:80px;
}

@media  screen and (max-width:767px){
    .form-text{
	font-size:3vw;
	padding:20px 0px;
	width:95%;
	position:relative;
	bottom:auto;
    }
    .results-desc{
	width:90%;
    }
    .form-page .footer{
	position:relative;
	bottom:auto;
	padding-bottom:20px;
    }
    .footer{
        position: relative;
        bottom:auto;
        padding-bottom:20px;
    }
    .page-no{
        position: relative;
        bottom:auto;
        padding-top:30px;
    }
    .footer p{
	font-size:2.6vw !important;
    }
    .result-icon{
        width:30%;
    }
    .load-cls img{
        width:95%;
    }
    .form-btn{
        width:95%;
    }
    .head img{
        width:70px;
        height:70px;
    }
    .text{
        font-size:14px;
    }
    #header .header-wrapper {
        flex-direction: column;
        height: 90vh;
    }
    #header .logo1{
        width:70%;
    }
    #header .logo2{
        width:40%;
    }
    .heading{
       font-size:30px;
    }
    #header .form-btn{
        font-size:14px;
    }
    .header-wrapper{
        padding:10px 0px;
    }
    .logo1{
        width:40%;
        height:auto;
    }
    .logo2{
        width:18%;
    }
    .header-wrapper{
        width:92%;
    }
    .question-wrapper{
        padding:0px 10px 0px 20px;
    }
    .tabcontent{
        padding-top:30px;
    }
    .textbox{
        position: relative;
        height:280px;
        margin: 30px 0px 0px 0px;
        padding:20px 0px 50px 0px;
    }
    .progress-bar1, .progress-bar2, .progress-bar3{
        position: absolute;
        top:0px;
    }
    .options{
        padding-left:20px;
        padding-top:10px;
    }
    .checkbox-container{
        font-size:14px;
    }
    .qno, .ques{
        font-size:14px;
    }
    .radio label:before{
        width:11px;
        height:11px;
        border: 1px solid black;
        top:1px;
    }
    .radio label{
        font-size:14px;
        margin-top:15px;
    }
    .radio label input[type='radio']:checked+span {
        width: 7px;
        height: 7px;
        top: 4.02px;
        left: 3px;
    }
    .icons,.single .icons{
        padding:0px 20px 20px 20px;
    }
    #section34 .textbox{
        height:auto;
        padding:20px 0px 0px 0px;
    }
    #section34 .options{
        padding-left: 40px;
        padding-right: 20px;
    }
    /* #section1 .page-no{
        position: absolute;
        bottom: -30px;
    } */
    .buttons{
        position: absolute;
        bottom: 20px;
    }
    .form-container{
        height:auto;
        padding-top: 40px;
    }
    .app-desc{
        font-size:14px;
        width:90%;
    }
    .form-container form{
        width:90%;
    }
    .form-container input[type=text], .form-container input[type=email], .form-container input[type=tel]{
        width:95%;
    }
    .goal-image{
        width: 35%;
        height: 100%;
    }
    .goal-desc{
        width:65%;
        flex-direction: column;
        padding-left:0px;
        align-items: flex-start;
    }
    .goal-desc img{
        padding-left:20px;

    }
    .goal-text{
        font-size:16px;
        padding-top:12px;
    }
    .goal-desc-image{
        width:90px;
        height:25px;
    }
    .goal-desc-image img{
        width:100%;
        height:100%;
    }
    .results{
        width:90%;
    }
}
@media only screen and (min-width:421px) and (max-width:767px){
    .goal-image{
        width:20%;
    }
    .goal-desc{
        width:80%;
    }
}

@media only screen and (min-width:768px) and (max-width:1200px){
    .logo1{
        width:30%;
    }
    .logo2{
        width:12%;
    }
    .header-wrapper{
        width:92%;
    }
    .app-desc{
        width:80%;
    }
    .form-container form{
        width:80%;
    }
    .form-container input[type=text], .form-container input[type=email], .form-container input[type=tel]{
        width:75%;
    }
    .captcha-div{
        width:55%;
    }
}

@media only screen and (min-width:768px) and (max-width:1200px){
    .textbox{
        height:35vw;
    }
    .results{
        width:85%;
    }
    #header .header-wrapper {
        flex-direction: column;
        height: 90vh;
    }
    #header .logo2{
        width:25%;
        margin-top:40px;
    }
    #header .logo1{
        width:48%;
        margin-top:90px;
    }
    #header .form-btn{
        width:25%;
    }
}
@media only screen and (min-width:1300px) and (max-width:1370px){
    #header .logo1{
        margin-top:-15px;
    }
    .page-no{
	position:relative;
	bottom:auto;
    }
    .buttons{
	bottom:20px;
    }
    .footer{
	position:relative;
	bottom:auto;
	padding-bottom:20px;
    }
    .form-text{
	position:relative;
	bottom:auto;
    }
}