@font-face{
    font-family: 'UberMove-Regular';
    src: url(../fonts/UberMove-Regular_0.ttf);
  }
  
  @font-face {
    font-family: 'UberMove-Bold';
    src: url(../fonts/UberMove-Bold_0.ttf);
  }
  
  @font-face {
    font-family: 'UberMove-Light';
    src: url(../fonts/UberMove-Light_0.ttf);
  }
  
  @font-face {
    font-family: 'UberMove-Medium';
    src: url(../fonts/UberMove-Medium_0.ttf);
  }
  
  @font-face {
    font-family: 'UberMoveMono-Medium';
    src: url(../fonts/UberMoveMono-Medium_0.ttf);
  }
  
  @font-face {
    font-family: 'UberMoveMono-Regular';
    src: url(../fonts/UberMoveMono-Regular_0.ttf);
  }
  
  @font-face {
    font-family: 'UberMoveText-Bold';
    src: url(../fonts/UberMoveText-Bold_0.ttf);
  }
  
  @font-face {
    font-family: 'UberMoveText-Light';
    src: url(../fonts/UberMoveText-Light_0.ttf);
  }
  
  @font-face {
    font-family: 'UberMoveText-Medium';
    src: url(../fonts/UberMoveText-Medium_0.ttf);
  }
  
  @font-face {
    font-family: 'UberMoveText-Regular';
    src: url(../fonts/UberMoveText-Regular_0.ttf);
  }
  
  * {
    margin: 0;
    padding: 0;
  }
  
  a {
    text-decoration: none;
  }
  
body {
  /* Ensure content doesn't overflow */
  overflow: hidden;
  -webkit-overflow-scrolling: touch; /* Enable smooth scrolling */
}

/* Hide scrollbar itself */
body::-webkit-scrollbar {
  display: none;
}
  .fnbtn
  {
    width: 100%;
    display: grid;
  }
  .ad_container {
    max-width: 100%;
    padding: 20px;
  }
  
  .start_screen {
    background-color: #fff;
  }
  
  .start_screen {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .start_pic {
    width: 100%;
  }
  
  .start_screen_inner {
    position: relative;
    padding: 0 20px;
  }
  
  .start_screen_cont {
    position: absolute;
    top: 185px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .start_para {
    color: #fff;
    font-size: 16px;
    font-family: "UberMove-Regular", sans-serif;
    margin: 0 0 10px;
  }
  
  .brand {
    color: #06c167;
    font-size: 24px;
    font-family: "UberMove-bold", sans-serif;
    font-weight: 700;
  }
  
  .start_btn {
    padding: 5px 15px;
    border-radius: 15px;
    border: none;
    font-size: 16px;
    font-family: "UberMove-bold", sans-serif;
    font-weight: 700;
  
    margin: 0 0 20px 0;
    width: auto;
  }
  
  .start_btn_get {
    padding: 15px 15px;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    font-family: "UberMove-bold", sans-serif;
    font-weight: 700;
    width: 100%;
    margin: 0 0 20px 0;
  }
  
  .privacy_policy {
    text-decoration: underline;
    color: #000000;
    font-family: "UberMove-Regular", sans-serif;
    font-size: 14px;
    margin: 0 0 20px;
  
    position: absolute;
    bottom: -185px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .get_start {
    height: 100vh;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
  
    background-image: url(../images/get_start_pic1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;

  }
  
  .s2_heading {
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    font-family: "UberMove-Medium", sans-serif;
    margin: 0 0 20px;
  }
  
  .s2_para {
    color: #fff;
    font-family: "UberMove-Regular", sans-serif;
    font-size: 18px;
    margin: 0 auto 0px;
    width: 74%;
    line-height: 28px;
  }
  
  .privacy_policy_get {
    color: #fff;
    text-decoration: underline;
    font-family: "UberMove-Regular", sans-serif;
    font-size: 14px;
  }
  
  .get_start_cont {

     margin: 0 0 77px; 
    padding: 20px;
  }
  
  .gear_img {
    width: 20%;
  }
  
  .gear_block {
    display: flex;
    justify-content: end;
    padding: 20px;
  }
  
  .get_privacy_btn {
/*    padding: 20px;*/
padding:22px 0px 7px 64px;
  }
  
  /* question screen  */
  
  .quiz1 {
    background-image: url(../images/ques_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
/*height: auto;*/
  
  }
  .quiz1_inner {
    /* padding: 20px; */
  
  }
  
  .q1_head {
    font-size: 20px;
    color: #06c167;
    margin: 0 0 20px 0;
    text-align: center;
    font-family: "UberMove-Regular", sans-serif;
  
  }
  
  .q_para {
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-family: "UberMove-Medium", sans-serif;
  
  }
  
  
  .quiz1_cont {
    position: relative;
    padding: 164px;
  }
  
  .ques_img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80%;
  }
  
  .ques_bg{
      width: 100%;
  }
  .ques_cont{
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate( -50% , 30%) ;
      width: 100%;
  }
  
  .code_img{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .opt_btn{
      background-color: #262626;
      /* width: 100px; */
      padding: 15px 20px;
      color:#fff;
      width: 100%;
      margin: 0 0 10px 0;
      border: none;
      border-radius: 10px;
      text-align: left;
      font-size: 16px;
    font-family: "UberMove-light", sans-serif;
  
  }
  
  .options{
     margin: 0 0 40px;
  }
  
  .option_block{
      display: flex;
      justify-content: end;
      align-items: center;
      flex-direction: column;
      /* height: 85vh; */
      padding: 0 20px;
      
  }
  
  
  .nxt_btn{
      text-align: center;
      background-color: transparent;
      padding: 15px 20px;
      color:#fff;
      width: 100%;
      /* margin: 0 0 20px 0; */
      border: 1px solid #fff;
      border-radius: 20px;
      font-size: 18px;
    font-family: "UberMove-light", sans-serif;
  }
  
  .quiz1_icon{
      display: flex;
      justify-content: end;
      padding:10px 5px 0px 0px;
  }
  .quiz1_icon_left{
      display: flex;
      justify-content: start;
      padding: 5px 10px 0px;
  }
  .tag_icon{
      width: 15%;
      margin: 8px 12px 0px;
  }
  

  .ques_cont_five {
    transform: translate(-50%, 72%);
}


  .visible_hidden{
      visibility: hidden;
  }
  
  .quiz2{
      background-image: url(../images/ques_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
  }
  .quiz3{
      background-image: url(../images/ques_3.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
  }
  .quiz4{
      background-image: url(../images/ques_4.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
  }
  .quiz5{
      background-image: url(../images/ques_5.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
  }
  
  
  .content-win{
      background: url(../images/screen9_bg.png) no-repeat center;
      background-size: cover;
      position: relative;
     }
  
  .content-fail{
      background: url(../images/screen10_bg.png) no-repeat center;
      background-size: cover;
      position: relative;
     }
  
  
     /* Inner Content */
     .inner {
      padding: 20px;
      border-radius: 10px;
      text-align: center;
  }
  
  /* Custom classes */
  .font-align {
      font-family: 'UberMove-Regular', sans-serif;
  }
  
  .four-by-six{
      font-weight: 400; 
      color:#ffffff; 
      text-align:center; 
      font-size:30px;
  }
  
  .three-by-six{
      font-weight: 400; 
      color:#ffffff; 
      text-align:center; 
      font-size:30px;
  }
  
  .accept-img{
      margin-top: 40px;
/*      width: 20%;*/
  }
  
  .decline-img{
      margin-top: 40px;
      width: 20%;
  }
  
  .title-align{
      font-size: 26px; 
      margin-top:5px; 
      color:black;
  }
  
  .content-align{
      font-size: 18px; 
      margin-top:16px; 
      text-align:center; 
      color:black; 
      line-height: 26px;
  }
  
  
  
  /* Accept Image */
  .inner img {
      /*margin-top: 40px;
      width: 20%;*/
  }
  
  /* Button Styles */
  .btn-win {
      display: inline-block;
      font-size: 21px;
      padding: 12px 24px;
      border-radius: 30px;
      background-color: #06be67;
      color: #000000;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      border: none;
      margin-top: 20px;
       font-family: 'UberMove-Bold', sans-serif;
/* font-family: sans-serif;*/
  }
  
  .btn-fail {
      display: inline-block;
      font-size: 22px;
      padding: 12px 24px;
      border-radius: 30px;
      background-color: #000000;
      color: #ffffff;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      border: none;
      margin-top: 20px;
      font-family: 'UberMove-Bold', sans-serif;
  }
  
  .btn:hover {
      background-color: #5ad587;
  }
  
  /* Button Container */
  .d-grid {
      display: grid;
      gap: 1rem;
      place-items: center;
      padding-top: 10px;
  }
  
  button{
      width: 100%;
      display: inline-block;
  }
  
  .win_btn{
      display: flex;
      align-items: end;
      padding: 20px 20px 0;
  }
  
  .inner-content{ 
      position:absolute; 
  }  
  
  .question{
  position: absolute;
  top: 87px;
  left: 5%;
  text-align: center;
  }
  
  .font-align-question{
  font-family: 'UberMove-Regular', sans-serif;
  color: #57c357;
  font-size: 23px;
  font-weight: 600;
  }
  
  .font-align-content{
      font-family: 'UberMove-Regular', sans-serif;
      padding: 0 53px;
  }
  
  
  
  /* Define the animation */
  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  /* Apply the animation to the image */
  .gear_img {
    animation: rotate 30s linear infinite;
  }
  
  /* Optional: Style the container */
  .gear_block {
    display: inline-end;
  }
  
  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  /* Apply the animation to the image */
  .tag_icon {
    animation: rotate 30s linear infinite;
  }
  
  /*.quiz1_icon {
    display: inline-end;
  }*/
  
  

/* Common iPhone device breakpoints */
/* iPhone SE and smaller */
@media only screen and (max-width: 320px) {
  /* CSS styles for iPhone SE and smaller */
      .content-text-margin {
      position: absolute;
      top: 225px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .get_start_cont {
/*    margin: 0 0 158px;*/
    padding: 20px;
}


.get_privacy_btn {
    width: 65%;
}

    .quiz1_cont{
      padding: 128px;
    }

    .quiz1_cont_three{
      padding: 107px;
    }
  
    .option_block{
      height: auto;
      padding-top: 5px;
      /* padding: 257px 20px 0; */
      
  }
  
  .options{
    margin: 0px 0px 0px 0px
  }
  
  .options_five{
    margin: 0 0 7px;
  }
  

  .accept-img {
    margin-top: 40px;
/*    width: 30%;*/
}


  .option_block_three{
    height: auto;
    /* padding: 230px 20px 0; */
  }
  
  .options_three{
    width: 100%;
    margin: 0 0 0 0;
  }

  .options_four{
    margin: 0 0 0px;
  }
  
  .nxt_btn_three{
    padding: 15px 20px;
    /* margin: 0 0 10px 0; */
    font-size: 24px;
  }
  
  .nxt_btn_five{
    margin: 0 0 0px 0 !important;
  }
  
  .opt_btn_three{
    padding: 15px 20px;
    margin: 0 0 10px 0 !important;
    font-size: 17px;
  }
  
    .opt_btn{
      padding: 15px 20px;
      margin: 0 0 10px 0;
      font-size: 17px;
    }
  
    .nxt_btn{
      padding: 15px 20px;
      /* margin: 0 0 15px 0; */
      font-size: 20px;
    }
  
    .ques_img{
      width: 90%;
    }
  

    .ques_cont{
      transform: translate( -50% , 40%);
    }

    .ques_cont_three{
      transform: translate( -50% , 20%);
    }
  
  .ques_cont_five {
    transform: translate(-50%, 72%);
}

 .ques_cont_six {
    transform: translate(-50%, 72%);
}


  
    .win_btn{
      height: 100vh;
    }
  
  
    .privacy_policy {
      position: absolute;
      bottom: -185px;
      left: 50%;
      transform: translateX(-50%);
    }
}

/* iPhone 6/7/8 and similar */
@media only screen and (min-width: 321px) and (max-width: 375px) {
  /* CSS styles for iPhone 6/7/8 and similar */
      .content-text-margin {
      position: absolute;
      top: 225px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .get_start_cont {
/*    margin: 0 0 158px;*/
    padding: 20px;
}


.get_privacy_btn {
    width: 65%;
}

    .quiz1_cont{
      padding: 128px;
    }

    .quiz1_cont_three{
      padding: 107px;
    }
  
    .option_block{
      height: auto;
      padding-top: 5px;
      /* padding: 257px 20px 0; */
      
  }
  
  .options{
    margin: 0px 0px 0px 0px
  }
  
  .options_five{
    margin: 0 0 7px;
  }
  

  .accept-img {
    margin-top: 40px;
/*    width: 30%;*/
}


  .option_block_three{
    height: auto;
    /* padding: 230px 20px 0; */
  }
  
  .options_three{
    width: 100%;
    margin: 0 0 0 0;
  }

  .options_four{
    margin: 0 0 0px;
  }
  
  .nxt_btn_three{
    padding: 15px 20px;
    /* margin: 0 0 10px 0; */
    font-size: 24px;
  }
  
  .nxt_btn_five{
    margin: 0 0 0px 0 !important;
  }
  
  .opt_btn_three{
    padding: 15px 20px;
    margin: 0 0 10px 0 !important;
    font-size: 17px;
  }
  
    .opt_btn{
      padding: 15px 20px;
      margin: 0 0 10px 0;
      font-size: 17px;
    }
  
    .nxt_btn{
      padding: 15px 20px;
      /* margin: 0 0 15px 0; */
      font-size: 20px;
    }
  
    .ques_img{
      width: 90%;
    }
  

    .ques_cont{
      transform: translate( -50% , 40%);
    }

    .ques_cont_three{
      transform: translate( -50% , 20%);
    }
  
  .ques_cont_five {
    transform: translate(-50%, 72%);
}

 .ques_cont_six {
    transform: translate(-50%, 72%);
}


  
    .win_btn{
      height: 100vh;
    }
  
  
    .privacy_policy {
      position: absolute;
      bottom: -185px;
      left: 50%;
      transform: translateX(-50%);
    }
}

/* iPhone 6/7/8 Plus and similar */
@media only screen and (min-width: 376px) and (max-width: 414px) {
  /* CSS styles for iPhone 6/7/8 Plus and similar */
      .content-text-margin {
      position: absolute;
      top: 225px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .get_start_cont {
/*    margin: 0 0 158px;*/
    padding: 20px;
}


.get_privacy_btn {
    width: 65%;
}

    .quiz1_cont{
      padding: 128px;
    }

    .quiz1_cont_three{
      padding: 107px;
    }
  
    .option_block{
      height: auto;
      padding-top: 5px;
      /* padding: 257px 20px 0; */
      
  }
  
  .options{
    margin: 0px 0px 0px 0px
  }
  
  .options_five{
    margin: 0 0 7px;
  }
  

  .accept-img {
    margin-top: 40px;
/*    width: 30%;*/
}


  .option_block_three{
    height: auto;
    /* padding: 230px 20px 0; */
  }
  
  .options_three{
    width: 100%;
    margin: 0 0 0 0;
  }

  .options_four{
    margin: 0 0 0px;
  }
  
  .nxt_btn_three{
    padding: 15px 20px;
    /* margin: 0 0 10px 0; */
    font-size: 24px;
  }
  
  .nxt_btn_five{
    margin: 0 0 0px 0 !important;
  }
  
  .opt_btn_three{
    padding: 15px 20px;
    margin: 0 0 10px 0 !important;
    font-size: 17px;
  }
  
    .opt_btn{
      padding: 15px 20px;
      margin: 0 0 10px 0;
      font-size: 17px;
    }
  
    .nxt_btn{
      padding: 15px 20px;
      /* margin: 0 0 15px 0; */
      font-size: 20px;
    }
  
    .ques_img{
      width: 90%;
    }
  

    .ques_cont{
      transform: translate( -50% , 40%);
    }

    .ques_cont_three{
      transform: translate( -50% , 20%);
    }
  
  .ques_cont_five {
    transform: translate(-50%, 72%);
}

 .ques_cont_six {
    transform: translate(-50%, 72%);
}


  
    .win_btn{
      height: 94.2vh;
    }
  
  
    .privacy_policy {
      position: absolute;
      bottom: -185px;
      left: 50%;
      transform: translateX(-50%);
    }
}
@media only screen 
  and (device-width: 390px) 
  and (device-height: 844px) 
  and (-webkit-device-pixel-ratio: 3) {
  /* CSS styles for iPhone X/XS/11 Pro and similar */
      .content-text-margin {
      position: absolute;
      top: 225px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .get_start_cont {
/*    margin: 0 0 158px;*/
    padding: 20px;
}


.get_privacy_btn {
    width: 65%;
}

    .quiz1_cont{
      padding: 128px;
    }

    .quiz1_cont_three{
      padding: 107px;
    }
  
    .option_block{
      height: auto;
      padding-top: 5px;
      /* padding: 257px 20px 0; */
      
  }
  
  .options{
    margin: 0px 0px 0px 0px
  }
  
  .options_five{
    margin: 0 0 7px;
  }
  

  .accept-img {
    margin-top: 40px;
/*    width: 30%;*/
}


  .option_block_three{
    height: auto;

     padding-top: 14px !important; 
  }
  
  .options_three{
    width: 100%;
    margin: 0 0 0 0;
  }

  .options_four{
    margin: 0 0 0px;
  }
  
  .nxt_btn_three{
    padding: 15px 20px;
    /* margin: 0 0 10px 0; */
    font-size: 24px;
  }
  
  .nxt_btn_five{
    margin: 0 0 0px 0 !important;
  }
  
  .opt_btn_three{
    padding: 15px 20px;
    margin: 0 0 10px 0 !important;
    font-size: 17px;
  }
  
    .opt_btn{
      padding: 15px 20px;
      margin: 0 0 10px 0;
      font-size: 17px;
    }
  
    .nxt_btn{
      padding: 15px 20px;
      /* margin: 0 0 15px 0; */
      font-size: 20px;
    }
  
    .ques_img{
      width: 90%;
    }
  

    .ques_cont{
      transform: translate( -50% , 40%);
    }

    .ques_cont_three{
      transform: translate( -50% , 20%);
    }
  
  .ques_cont_five {
    transform: translate(-50%, 72%);
}

 .ques_cont_six {
    transform: translate(-50%, 72%);
}


  
    .win_btn{
      height: 94.2vh;
    }
  
  
    .privacy_policy {
      position: absolute;
      bottom: -185px;
      left: 50%;
      transform: translateX(-50%);
    }
}

@media only screen 
  and (device-width: 428px) 
  and (device-height: 926px) 
  and (-webkit-device-pixel-ratio: 3) {
  /* CSS styles for iPhone X/XS/11 Pro and similar */
      .content-text-margin {
      position: absolute;
      top: 225px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .get_start_cont {
/*    margin: 0 0 158px;*/
    padding: 20px;
}


.get_privacy_btn {
    width: 65%;
}

    .quiz1_cont{
      padding: 128px;
    }

    .quiz1_cont_three{
      padding: 107px;
    }
  
    .option_block{
      height: auto;
      padding-top: 5px;
      /* padding: 257px 20px 0; */
      
  }
  
  .options{
    margin: 0px 0px 0px 0px
  }
  
  .options_five{
    margin: 0 0 7px;
  }
  

  .accept-img {
    margin-top: 40px;
/*    width: 30%;*/
}


  .option_block_three{
    height: auto;

     padding-top: 14px !important; 
  }
  
  .options_three{
    width: 100%;
    margin: 0 0 0 0;
  }

  .options_four{
    margin: 0 0 0px;
  }
  
  .nxt_btn_three{
    padding: 15px 20px;
    /* margin: 0 0 10px 0; */
    font-size: 24px;
  }
  
  .nxt_btn_five{
    margin: 0 0 0px 0 !important;
  }
  
  .opt_btn_three{
    padding: 15px 20px;
    margin: 0 0 10px 0 !important;
    font-size: 17px;
  }
  
    .opt_btn{
      padding: 15px 20px;
      margin: 0 0 10px 0;
      font-size: 17px;
    }
  
    .nxt_btn{
      padding: 15px 20px;
      /* margin: 0 0 15px 0; */
      font-size: 20px;
    }
  
    .ques_img{
      width: 90%;
    }
  

    .ques_cont{
      transform: translate( -50% , 40%);
    }

    .ques_cont_three{
      transform: translate( -50% , 20%);
    }
  
  .ques_cont_five {
    transform: translate(-50%, 72%);
}

 .ques_cont_six {
    transform: translate(-50%, 72%);
}


  
    .win_btn{
      height: 94.2vh;
    }
  
  
    .privacy_policy {
      position: absolute;
      bottom: -185px;
      left: 50%;
      transform: translateX(-50%);
    }
}
/* iPhone X/XS/11 Pro and similar */
@media only screen and (min-width: 375px) and (max-width: 812px) {
  /* CSS styles for iPhone X/XS/11 Pro and similar */
      .content-text-margin {
      position: absolute;
      top: 31%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .get_start_cont {
/*    margin: 0 0 158px;*/
    padding: 20px;
}


.get_privacy_btn {
    width: 65%;
}

    .quiz1_cont{
      padding: 128px;
    }

    .quiz1_cont_three{
      padding: 107px;
    }
  
    .option_block{
      height: auto;
      padding-top: 18px;
      /* padding: 257px 20px 0; */
      
  }
  
  .options{
    margin: 0px 0px 0px 0px
  }
  
  .options_five{
    margin: 0 0 7px;
  }
  

  .accept-img {
    margin-top: 30px;
/*    width: 30%;*/
}


  .option_block_three{
    height: auto;

     padding-top: 16px !important; 
  }
  
  .options_three{
    width: 100%;
    margin: 0 0 0 0;
  }

  .options_four{
    margin: 0 0 0px;
  }
  
  .nxt_btn_three{
    padding: 15px 20px;
    /* margin: 0 0 10px 0; */
    font-size: 24px;
  }
  
  .nxt_btn_five{
    margin: 0 0 0px 0 !important;
  }
  
  .opt_btn_three{
    padding: 15px 20px;
    margin: 0 0 10px 0 !important;
    font-size: 17px;
  }
  
    .opt_btn{
      padding: 15px 20px;
      margin: 0 0 10px 0;
      font-size: 17px;
    }
  
    .nxt_btn{
      padding: 15px 20px;
      /* margin: 0 0 15px 0; */
      font-size: 20px;
    }
  
    .ques_img{
      width: 90%;
    }
  

    .ques_cont{
      transform: translate( -50% , 40%);
    }

    .ques_cont_three{
      transform: translate( -50% , 20%);
    }
  
  .ques_cont_five {
    transform: translate(-50%, 72%);
}

 .ques_cont_six {
    transform: translate(-50%, 72%);
}


  
    .win_btn{
      height: 94.2vh;
    }
  
  
    .privacy_policy {
      position: absolute;
      bottom: -185px;
      left: 50%;
      transform: translateX(-50%);
    }
}

/* iPhone XR/11 and similar */
@media only screen and (min-width: 414px) and (max-width: 896px) {
  /* CSS styles for iPhone XR/11 and similar */
      .content-text-margin {
      position: absolute;
      top: 225px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .get_start_cont {
/*    margin: 0 0 158px;*/
    padding: 20px;
}


.get_privacy_btn {
    width: 65%;
}

    .quiz1_cont{
      padding: 128px;
    }

    .quiz1_cont_three{
      padding: 107px;
    }
  
    .option_block{
      height: auto;
      padding-top: 5px;
      /* padding: 257px 20px 0; */
      
  }
  
  .options{
    margin: 0px 0px 0px 0px
  }
  
  .options_five{
    margin: 0 0 7px;
  }
  

  .accept-img {
    margin-top: 40px;
/*    width: 30%;*/
}


  .option_block_three{
    height: auto;
    /* padding: 230px 20px 0; */
  }
  
  .options_three{
    width: 100%;
    margin: 0 0 0 0;
  }

  .options_four{
    margin: 0 0 0px;
  }
  
  .nxt_btn_three{
    padding: 15px 20px;
    /* margin: 0 0 10px 0; */
    font-size: 24px;
  }
  
  .nxt_btn_five{
    margin: 0 0 0px 0 !important;
  }
  
  .opt_btn_three{
    padding: 15px 20px;
    margin: 0 0 10px 0 !important;
    font-size: 17px;
  }
  
    .opt_btn{
      padding: 15px 20px;
      margin: 0 0 10px 0;
      font-size: 17px;
    }
  
    .nxt_btn{
      padding: 15px 20px;
      /* margin: 0 0 15px 0; */
      font-size: 20px;
    }
  
    .ques_img{
      width: 90%;
    }
  

    .ques_cont{
      transform: translate( -50% , 40%);
    }

    .ques_cont_three{
      transform: translate( -50% , 20%);
    }
  
  .ques_cont_five {
    transform: translate(-50%, 72%);
}

 .ques_cont_six {
    transform: translate(-50%, 72%);
}


  
    .win_btn{
      height: 94.2vh;
    }
  
  
    .privacy_policy {
      position: absolute;
      bottom: -185px;
      left: 50%;
      transform: translateX(-50%);
    }
}

/* iPhone XS Max/11 Pro Max and similar */
@media only screen and (min-width: 414px) and (max-width: 896px) and (-webkit-max-device-pixel-ratio: 3) {
  /* CSS styles for iPhone XS Max/11 Pro Max and similar */
      .content-text-margin {
      position: absolute;
      top: 225px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .get_start_cont {
/*    margin: 0 0 158px;*/
    padding: 20px;
}


.get_privacy_btn {
    width: 65%;
}

    .quiz1_cont{
      padding: 128px;
    }

    .quiz1_cont_three{
      padding: 107px;
    }
  
    .option_block{
      height: auto;
      padding-top: 40px;
      /* padding: 257px 20px 0; */
      
  }
  
  .options{
    margin: 0px 0px 0px 0px
  }
  
  .options_five{
    margin: 0 0 7px;
  }
  

  .accept-img {
    margin-top: 40px;
/*    width: 30%;*/
}


  .option_block_three{
    height: auto;
    padding-top: 46px !important; 
    /* padding: 230px 20px 0; */
  }
  
  .options_three{
    width: 100%;
    margin: 0 0 0 0;
  }

  .options_four{
    margin: 0 0 0px;
  }
  
  .nxt_btn_three{
    padding: 15px 20px;
    /* margin: 0 0 10px 0; */
    font-size: 24px;
  }
  
  .nxt_btn_five{
    margin: 0 0 0px 0 !important;
  }
  
  .opt_btn_three{
    padding: 15px 20px;
    margin: 0 0 10px 0 !important;
    font-size: 17px;
  }
  
    .opt_btn{
      padding: 15px 20px;
      margin: 0 0 10px 0;
      font-size: 17px;
    }
  
    .nxt_btn{
      padding: 15px 20px;
      /* margin: 0 0 15px 0; */
      font-size: 20px;
    }
  
    .ques_img{
      width: 90%;
    }
  

    .ques_cont{
      transform: translate( -50% , 40%);
    }

    .ques_cont_three{
      transform: translate( -50% , 20%);
    }
  
  .ques_cont_five {
    transform: translate(-50%, 72%);
}

 .ques_cont_six {
    transform: translate(-50%, 72%);
}


  
    .win_btn{
      height: 94.2vh;
    }
  
  
    .privacy_policy {
      position: absolute;
      bottom: -185px;
      left: 50%;
      transform: translateX(-50%);
    }
}
/* Styles for devices with a minimum width of 992px */
@media only screen and (min-width: 992px) {
  /* Your CSS styles for larger mobile devices (such as larger tablets or small laptops) go here */
}

