body{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Oswald', sans-serif;
}
h1,h2,h3,h4,h5,h6,p{
  margin: 0;
}
a:hover{
  text-decoration: none;
}
ul{
  margin:0;
  padding:0;
  list-style: none;
}
@font-face {
  font-family: "Helvetica";
  src: url(../fonts/Helvetica Neue Regular.ttf);
}
h1 {
  font-weight: 700;
  font-size: 140px;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
  color: #FFFFFF;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  text-transform: inherit;
  line-height: 35px;
}
.question-heading h1 {
  font-weight: 700;
  font-size: 45px;
  color: #0A5594;
  text-transform: capitalize;
  padding: 12px 0;
  border-bottom: 3px solid #0A5594;
  line-height: normal;
}
.question-content h2 {
  font-weight: 700;
  font-size: 29px;
  color: #000000;
  text-transform: inherit;
  line-height: normal;
  width: 90%;
  margin:auto;
}
.question-button button,.question-button.lastQuestion input[type="submit"] {
  font-weight: 500;
  font-size: 28px;
  background: linear-gradient(to bottom, #FFE235, #FFBF1D, #FF9803);
  color: #FFFFFF;
  display: inline-block;
  padding: 8px 0;
  width: 86%;
  border-radius: 35px;
  margin-top: 80px;
  margin-bottom: 50px;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  text-transform: uppercase;
  border: none;
  outline: none;
}
.question-button.questionTwo button {
  margin-top: 35px;
  margin-bottom: 55px;
}
.question-button.lastQuestion input[type="submit"] {
  margin-top: 55px;
  margin-bottom: 50px;
}
.question-button button:hover {
  background: linear-gradient(to top, #FFE235, #FFBF1D, #FF9803);
}
/* Start the Css for Multi Page Show */
.tabcontent.tabActive {
  display: block;
}
.tabcontent {
  display: none;
}
/* End the Css for Multi Page Show */

/*========================================================
  =====        Start Solar Giveaway Section Css      =====
  ========================================================*/
  .solar-giveaway{
    background: url(../images/banner-giveaway.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
    padding-top: 280px;
    padding-bottom: 255px;
  }
  .solar-giveaway-text h2 {
    font-weight: 300;
    font-size: 54px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    margin-bottom: 20px;
  }
  .solar-giveway-btn button {
    font-weight: 500;
    font-size: 25px;
    color: #FFFFFF;
    background: linear-gradient(to bottom, #FFE235, #FFBF1D, #FF9803);
    border-radius: 35px;
    padding: 8px 70px;
    margin-top: 55px;
    display: inline-block;
    border: none;
    outline: none;
  }
  .solar-giveway-btn button:hover {
    background: linear-gradient(to top, #FFE235, #FFBF1D, #FF9803);
  }
/*========================================================
  =====         End Solar Giveaway Section Css       =====
  ========================================================*/

/*========================================================
  =====           Start Question Section Css         =====
  ========================================================*/
  .question-section{
    background: url(../images/question-banner.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    padding: 250px 0;
    height: 100vh;
  }
  .question-content {
    background: #FFFFFF;
    border-radius: 20px;
    border-bottom: 30px solid #C3DEF1;
    width: 108%;
    margin-left: -12px;
  }
  .question-select {
    text-align: left;
    display: flex;
    justify-content: center;
    width: 95%;
    margin: auto;
  }
  .question-select label{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    text-transform: inherit;
    margin-bottom: 18px;
  }

  .question-select.questionOne-select  label {
    margin: 0 25px;
  }
  .questionOne-load::after {
    background: url(../images/questionOne.png);
    left: 0;
    width: 72px;
  }
  .questionTwo-load::before {
    background: url(../images/questionTwo.png);
    width: 74px;
    left: 73px;
  }
  .questionThree-load::after {
    background: url(../images/questionTwo.png);
    width: 74px;
    left: 148px;
  }
  .questionFour-load::before {
    background: url(../images/questionTwo.png);
    width: 71px;
    left: 223px;
  }
  .questionFive-load::after {
    background: url(../images/questionTwo.png);
    width: 71px;
    left: 295px;
  }
  .questionSix-load::before {
    background: url(../images/questionTwo.png);
    width: 70px;
    left: 367px;
  }
  .questionSeven-load::after {
    background: url(../images/questionTwo.png);
    width: 70px;
    left: 438px;
  }
  .lastQuestion-load::before {
    background: url(../images/lastQuestion.png);
    width: 74px;
    left: 509px;
  }
  .questionOne-load,.questionTwo-load,.questionThree-load,.questionFive-load,.questionFive-load,.questionSeven-load,.lastQuestion-load {
    position: relative;
  }
  .questionOne-load::after,.questionTwo-load::before,.questionThree-load::after,.questionFour-load::before,.questionFive-load::after,.questionSix-load::before,.questionSeven-load::after,.lastQuestion-load::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 30px;
    bottom: -30px;
  }
  .questionOne-heading-two h2 {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .questionTwo-heading-two h2 {
    padding-top: 15px;
    padding-bottom: 35px;
  }
  .questionSeven-heading-two h2 {
    padding: 30px 0;
  }
  .lastQuestion-heading-two h2 {
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 35px;
  }
  .questionSix-heading-two h2 {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  /*Start Last Question Page Css*/
  .question-section.last-question{
    padding-top: 100px;
    padding-bottom: 110px;
  }
  .lastQuestion-heading-two p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .lastQuestion-form  input {
    width: 88%;
    margin-bottom: 15px;
    padding: 8px 25px;
    border: 1px solid #707070;
    border-radius: 5px;
    background: #F2F2F2;
    box-shadow: 0 0 1px #707070;
  }
  .lastQuestion-form  input::placeholder {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #AAAAAA;
    text-transform: capitalize;
  }
  .name-form,.email-form,.phone-form,.adress-form {
    position: relative;
  }
  .name-form::after {
    background: url(../images/name.png);
    width: 22px;
    height: 22px;
    right: 50px;
    top: 10px;
  }
  .email-form::after {
    background: url(../images/email.png);
    width: 22px;
    height: 15px;
    right: 50px;
    top: 13px;
  }
  .phone-form::after {
    background: url(../images/phone.png);
    width: 16px;
    height: 20px;
    right: 54px;
    top: 12px;
  }
  .adress-form::after {
    background: url(../images/adress.png);
    width: 16px;
    height: 22px;
    right: 53px;
    top: 10px;
  }
  .name-form::after,.email-form::after,.phone-form::after,.adress-form::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
  }
  /*End Last Question Page Css*/

  /*Start Custom Checkbox Css*/
  [type="radio"]:checked,
  [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
  }
  [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
    color: #000000;
  }
  [type="radio"]:checked + label::before, [type="radio"]:not(:checked) + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border: 2px solid #0A5594;
    border-radius: 100%;
    background: #fff;
  }
  [type="radio"]:checked + label::after, [type="radio"]:not(:checked) + label::after {
    content: '';
    width: 26px;
    height: 26px;
    background: #0A5594;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  /*End Custom Checkbox Css*/

  /*Start Thank You Section Css*/
  .thankYou-section {
    background: url(../images/thankyou.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .thankYou-content h1 {
    font-size: 100px;
    color: #000000;
    max-width: 700px;
    margin: 0 auto;
    line-height: 130px;
    text-transform: uppercase;
  }
  .text-message-heading {
    position: relative;
  }
.text-message-heading::after {
  content: "";
  position: absolute;
  background: #0A5594;
  width: 415px;
  height: 5px;
  left: 52%;
  top: -15px;
  transform: translateX(-50%);
}
  .text-message-heading::before {
    content: "";
    position: absolute;
    background: #0A5594;
  width: 415px;
  height: 5px;
  left: 52%;
    bottom: -15px;
    transform: translateX(-50%);
  }

  .text-message-heading h2 {
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    margin-top: 60px;
    margin-bottom: 115px;
    position: relative;
  }
.text-message-heading h2::after {
  content: "";
  position: absolute;
  background: url(../images/textMessage.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 34px;
  height: 35px;
  left: 73%;
  top: 2px;
  transform: translateX(-50%);
  z-index: 1;
}
  .but-wait-heading h2 {
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    color: #FF0000;
    margin-bottom: 25px;
    line-height: normal;
  }
  .another-chance-heading h2 {
    font-weight: 700;
    font-size: 48px;
    color: #000000;
    text-transform: uppercase;
    line-height: normal;
    display: inline-block;
    position: relative;
  }
  .another-chance-heading h2::after {
    content: "";
    position: absolute;
    background: url(../images/dolar.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 52px;
    left: -70px;
    top: 18px;
    z-index: 1;
  }
.another-chance-heading h2::before {
  content: "";
  position: absolute;
  background: url(../images/dolar.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 52px;
  right: -70px;
  top: 18px;
  z-index: 1;
}
  .thankyou-last-text h3 {
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    text-transform: inherit;
    margin-top: 15px;
  }
  .thankyou-last-text p {
    font-family: "Helvetica";
    font-weight: 400;
    font-size: 18px;
    color: #707070;
    max-width: 390px;
    margin: 0 auto;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 60px;
  }
  .thankYou-button a {
    font-weight: 500;
    font-size: 28px;
    background: linear-gradient(to right,#39C1FF,#0096FF);
    color: #FFFFFF;
    padding: 10px 100px 10px 60px;
    border-radius: 40px;
    display: inline-block;
    position: relative;
  }
  .thankYou-button a:hover {
    background: linear-gradient(to left,#39C1FF,#0096FF);
  }
  .thankYou-button a::after {
    content: "";
    position: absolute;
    background: url(../images/hand.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 36px;
    height: 35px;
    right: 50px;
    top: 12px;
  }
  /*End Thank You Section Css*/

/*========================================================
  =====           Start Question Section Css         =====
  ========================================================*/

.winbx{
  display: none;
}