*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

html {
    height:100%;
}

@font-face {
font-family: 'AloneOnEarthRegular';
src: url('../fonts/AloneOnEarthRegular.eot');
src: url('../fonts/AloneOnEarthRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AloneOnEarthRegular.svg#AloneOnEarthRegular') format('svg'),
        url('../fonts/AloneOnEarthRegular.ttf') format('truetype'),
        url('../fonts/AloneOnEarthRegular.woff') format('woff'),
        url('../fonts/AloneOnEarthRegular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Metropolis-Regular';
src: url('../fonts/Metropolis-Regular.eot');
src: url('../fonts/Metropolis-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Metropolis-Regular.svg#Metropolis-Regular') format('svg'),
        url('../fonts/Metropolis-Regular.ttf') format('truetype'),
        url('../fonts/Metropolis-Regular.woff') format('woff'),
        url('../fonts/Metropolis-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Metropolis-Bold';
src: url('../fonts/Metropolis-Bold.eot');
src: url('../fonts/Metropolis-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Metropolis-Bold.svg#Metropolis-Bold') format('svg'),
        url('../fonts/Metropolis-Bold.ttf') format('truetype'),
        url('../fonts/Metropolis-Bold.woff') format('woff'),
        url('../fonts/Metropolis-Bold.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'ComicSansMS-Bold';
src: url('../fonts/ComicSansMS-Bold.svg#ComicSansMS-Bold') format('svg'),
        url('../fonts/ComicSansMS-Bold.ttf') format('truetype'),
        url('.../fonts/ComicSansMS-Bold.woff') format('woff');
font-weight: normal;
font-style: normal;
}

body {
    margin:0;
    padding:0;
    background:url('../images/webappbdg.jpg');
     height: 100%; 
    background-size: cover;
    overflow-x: hidden;
    font-family: 'Caveat Brush', cursive;
}

html, body {
    touch-action: auto;
}

.app-wrapper-container {
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: relative;
    background:#fff url('../images/wrapper-bg.jpg') no-repeat top center;
    background-size:cover;
    scrollbar-color: #fff #fff;
    scrollbar-width: none;
}

.app-wrapper-container.inner-wrapper {
    background: #fff url('../images/wrapper-inner-bg.jpg') no-repeat top center;
    background-size: cover;
}

.app-wrapper-container::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: transparent;
}

.app-wrapper-container::-webkit-scrollbar{
    width: 0;
    background-color: transparent;
}

.app-wrapper-container::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: transparent;
}

.branding_band {
    width: 100% ;
}

.sidebarmenu {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -999;
    overflow: auto;
    max-width: 250px;
    box-shadow: 5px 0 38px rgb(0 0 0 / 38%);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
}

.sidebarmenu.open {
    z-index: 999;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
}

.sidebarmenu .open-hamburger-icon {
    position: relative;
    width: 38px;
    margin: 25px 12px 10px;
    cursor: pointer;
}

.sidebarmenu ul{
    margin:0;
    padding:0;
    list-style:none;
}

.sidebarmenu ul li{
    display: block;
}

.sidebarmenu ul li a{
    display: inline-block;
    width: 100%;
    color: #525252;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 15px;
}

.sidebarmenu ul li a img{
    margin-right: 10px;
    width: 22px;
}

.modal-dialog {
    max-width: 340px;
    margin: 1.75rem auto;
}

.modal-content {
    box-shadow: 0px 0px 15px #fff;
    border: 0;
    border-radius: 15px;
    z-index: 9;
}

.modal-body {
    padding:1.5rem 1rem;
}

.modal .btn-close {
    box-shadow: none;
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    z-index: 9;
}

.modal-body .arrow-icon {
    width: 34px;
    margin: 0 auto 8px;
}

.modal-body h1 {
    font-family: 'AloneOnEarthRegular';
    color: #282828;
    margin: 0 0 0;
    font-size: 34px;
}

.modal-body h1 span {
    color: #01a49d;
    font-weight: 500;
}

.modal-body h2 {
    font-family: 'Caveat Brush', cursive;
    color: #01a49d;
    margin: 0 0 10px;
    font-size: 32px;
}

.modal-body h3 {
    font-family: 'Caveat Brush', cursive;
    color: #282828;
    margin: 0 0 10px;
    font-size: 19px;
}

.modal-body .btn-style {
    font-family: 'Caveat Brush', cursive;
    color: #282828;
    font-size: 25px;
    box-shadow: none;
    background: url('../images/play-btn-bg.png') center center no-repeat;
    background-size: 165px;
    min-width: 200px;
    text-align: left;
    padding-left: 41px;
}
.modal-body .btn-style.skip_button_class{
    padding-left: 70px;
    min-width: 180px;

}

.mnew-modal-content h3 {
    width: 100%;
    max-width: 270px;
    margin: 0 auto 10px;
}

.mnew-modal-content h1 span{
    color: #01a49d;
}

.mnew-modal-content h1 {
    font-size: 38px;
    line-height: 40px;
    margin: 0 0 10px;
}

.mnew-modal-content .btn-style {
    font-family: 'Caveat Brush', cursive;
    color: #282828;
    font-size: 30px;
    box-shadow: none;
    background: url('../images/play-btn-bg.png') center center no-repeat;
    background-size: 187px;
    min-width: 190px;
    text-align: left;
    padding-left: 23px;
}

#samplequestion1modal:after,
#samplequestion2modal:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 360px;
     background: url('../images/confetti-sticker-edit.gif') no-repeat center;
    height: 100%;
    background-size: 100%;
}
/* #samplequestion1modal:after {
    background: url("../images/popup-ribbon.png") repeat-y;
    width: 320px;
    height: 600px;
    animation: slide 10s linear infinite;
  }
  
  @keyframes slide{
    0%{
      transform: translate3d(0, 0, 0);
    }
    100%{
      transform: translate3d(0, 600px, 0);
    }
  } */

.samplequestion-content .mnew-modal-content h1 {
    padding: 0 18px;
}

.samplequestion2-content .mnew-modal-content h1 {
    padding: 0 0;
}


.samplequestion-content .mnew-modal-content .btn-style {
    background: url('../images/ok-btn-bg.png') top center no-repeat;
    background-size: 117px;
    min-width: 118px;
    text-align: center;
    padding: 5px 15px;
}

.hintpopup h1 {
    font-size: 28px;
    padding: 0 18px;
}

.hintpopup h6 {
    font-family: 'Caveat Brush', cursive;
    color: #faa300;
    margin: 15px 0 0;
    font-size: 18px;
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .modal-backdrop {
      -webkit-backdrop-filter: blur(3px);
      backdrop-filter: blur(3px);
      background-color: rgb(0 0 0 / 50%);
}
    .modal-backdrop.show{
        opacity: 1;
    }
}

.intro-screen {
    height: 100%;
    padding-top:30px;
}

.intro-screen .intro-logo {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

.intro-screen p {
    margin: 0 0 15px;
    font-size: 18px;
}

.intro-screen h2 {
    font-family: 'AloneOnEarthRegular';
    font-size: 24px;
}

.intro-screen .counters {
    margin-left: -15px;
    padding: 0;
    list-style: none;
    text-align: center;
    /* width: 100%; */
    margin-right: -15px;
}

.intro-screen .counters li{
    display: inline-block;
    text-align: center;
    width:32.633%;
    padding: 10px 8px;
}

.intro-screen .counters li h3{
    font-family: 'AloneOnEarthRegular';
    margin: 0;
    color: #01a49d;
    font-weight: 600;
    font-size: 32px;
}

.intro-screen .counters li h6{
    margin: 0;
    color: #808080;
    font-size: 16px;}

.intro-screen .intro-coins {
    width: 100%;
    max-width: 290px;
    margin: 0 auto -10px;
}

.redirection-strip {
    background-color: #feef4a;
    padding: 9px 15px;
    max-width: 360px;
    margin: 0 auto;
    border-top:1px solid #b5b5b5;
}

.redirection-strip p{
    font-size: 14px;
    color: #000;
    margin: 0;
    font-family: 'AloneOnEarthRegular';
}

.redirection-strip a{
    color: #000;
    font-size: 14px;
    font-family: 'AloneOnEarthRegular';
    text-decoration: underline;
}

header {
    padding:15px 0;
    height: 100px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 99;
}


header .logo{
    width: 100%;
    max-width: 150px;
}

header .circle {
    background: url('../images/coins-bg.png') no-repeat center;
    display: block;
    width: 100%;
    height: 55px;
    max-width: 55px;
    text-align: center;
    margin: 0 auto;
}

header .circle span{
    color: #fff;
    font-size: 20px;
    display: inline-block;
    line-height: 56px;
    clear: both;
}

header .earn-coins {
    width: 100%;
    max-width: 61px;
}

header .earn-coins a{
    color: #525252;
    margin: 0;
    text-decoration: none;
    border-bottom: 1px solid #525252;
    font-size: 16px;
    display: inline-block;
}

.header-home {
    padding: 10px 0;
    height: 88px;
}

.header-home .home-anchor {
    padding-top:5px;
}

.header-home .home-anchor img{
    width: 34px;
    margin: 0 auto;
    display: block;
}

.header-home .home-anchor a{
    color: #525252;
    font-family: 'Caveat Brush', cursive;
    text-decoration: none;
}

.header-home .logo {
    max-width: 130px;
}

.header-home .circle {
    height: 45px;
    max-width: 45px;
    background-size: 100%;
}

.header-home .circle span{
    font-size: 18px;
    line-height: 46px;
}

.header-home .earn-coins {
    max-width: 54px;
    text-align: center;
}

.header-home .earn-coins a {
    font-size: 14px;
}

.humburger {
    width: 61px;
    padding: 15px 0 0;
}

.humburger img {
    width: 38px;
    cursor: pointer;
}

.levels .games-slider  {
    max-height: calc(100%);
    height:100%;
    scrollbar-color: #fff #fff;
    scrollbar-width: none;
    overflow-x:hidden;
}

.levels .games-slider::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #eee;
}

.levels .games-slider::-webkit-scrollbar{
    width: 2px;
    background-color: #eee;
}

.levels .games-slider::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #eee;
}

.levels h3 {
    font-family: 'AloneOnEarthRegular';
    color: #282828;
}

.levels .game-level-box {
    border: 2px solid #01a49d;
    padding: 10px;
    vertical-align: top;
    width: 48.9%;
    float: left;
    border-radius: 12px;
    position: relative;
    margin: 0 0 2%;
    overflow: hidden;
}

.levels .game-level-box a {
    text-decoration: none;
}

.levels .game-level-box:nth-child(2n-1) {
    margin-right: 2%;
}

.levels .top-content {
    display: flex;
    justify-content: space-between;
}

.levels .bottom-content {
    display: flex;
    justify-content: space-between;
}

.levels .game-level-box h4 {
    font-family: 'AloneOnEarthRegular';
    color: #01a49d;
    margin: 0;
}

.levels .game-level-box h6 {
    font-family: 'Metropolis-Regular';
    color: #000;
    font-size: 10px;
    font-weight: 600;
    margin: 0;
}

.levels .top-content  img{
    width: 40px;
    margin: 4px 0 0;
}

.levels h2 {
    font-family: 'AloneOnEarthRegular';
    color: #01a49d;
    margin: 0;
    font-size: 20px;
}

.levels h2 > img{
    width: 20px;
    display: inline-block;
}

.levels h2 span{
    color: #01a49d;
}

.levels .bottom-content p {
    margin: 0;
    font-size: 10px;
    font-family: 'Metropolis-Regular';
    color: #000;
}

.levels .bottom-content p .active{
    background: #76d905;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    display: inline-block;
}

.levels .bottom-content p img{
    width: 10px;
    margin-right: 2px;
    display: inline-block;
}

.levels .slick-arrow {
    position: fixed;
    bottom: 10px;
    z-index: 9;
    border:0;
    background: transparent;
    box-shadow: none;
    font-family: 'Metropolis-Bold';
}

.levels .slick-prev {
    background: transparent url('../images/arrow-left.png') center left no-repeat;
    padding-left: 25px;
}

.levels .slick-next {
    background: transparent url('../images/arrow-right.png') center right no-repeat;
    margin-left: 275px;
    padding-right: 25px;
}

.levels .slick-arrow.slick-disabled {
    opacity: 0.5;
}

.indicator-bg {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    margin:0 auto;
    max-width: 360px;
    height:50px;
    background: #eee;
}

.levels .game-level-box.unlock {
    background: #134691;
    border-color: #134691;
}

.levels .game-level-box.unlock h4,
.levels .game-level-box.unlock h6,
.levels .game-level-box.unlock h2,
.levels .game-level-box.unlock h2 span,
.levels .game-level-box.unlock .bottom-content p{
    color: #fff;
}

.levels .game-level-box .video-icon {
    width: 16px;
    margin-top: -2px;
}

.levels .game-level-box.unlock .played-user,
.levels .game-level-box .played-user {
    margin: 0;
    font-size:9px;
    font-family: 'Metropolis-Regular';
    color: #fff;
    width: 100px;
    white-space: nowrap;
}

.levels .game-level-box.unlock .played-user .active,
.levels .game-level-box .played-user .active{
    background: #76d905;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    display: inline-block;
    margin-right: 2px;
}

.levels .game-level-box.unlock .played-user span{
    display: inline-block;
}

.levels .game-level-box.lock:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: url('../images/level-locked.png') no-repeat center;
    background-size:100%;
}

.coin-earn-content h3{
    font-family: 'AloneOnEarthRegular';
    color: #282828;
}

.coin-earn-content .coinearn-featured-img {
    max-width: 360px;
    margin: 15px auto 5px;
    display: block;
}

.coin-earn-content .btn-style {
    font-family: 'Caveat Brush', cursive;
    color: #282828;
    font-size: 26px;
    box-shadow: none;
    background: url('../images/play-btn-bg.png') center center no-repeat;
    background-size: 168px;
    min-width: 170px;
    text-align: left;
    padding-left: 23px;
    margin: 0 auto;
    display: block;
}

.test-your-iq h3{
    color: #01a49d;
    font-family: 'AloneOnEarthRegular';
    margin: 0 0 7px;
    font-size: 22px;
}

.test-your-iq p {
    font-family: 'Caveat Brush', cursive;
    font-size: 15px;
    line-height: 16px;
    color: #323232;
}

.privacy-content{
    margin-top: 9px;
    position: relative;
}

.privacy-content::before{
    content: '';
    width: 7px;
    height: 100%;
    background-color: #01a49d;
    display: inline-block;
    position: absolute;
    left: -12px;
}

.privacy-content a{
    color: #01a49d;
}

.test-your-iq p span{
    color: #01a49d;
}

.test-your-iq ul{
    margin:0;
    padding:0;
    list-style:none;
}

.test-your-iq ul li{
    position: relative;
    font-family: 'Caveat Brush', cursive;
    font-size: 15px;
    color: #323232;
    padding-left: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
}

.test-your-iq ul li:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #01a49d;
    border-radius: 50%;
}

footer ul {
    margin: 0;
    padding:0;
    list-style:none;
}

footer ul li {
    display: block;
    width: 100%;
}

footer ul li a,
footer ul li a:hover {
    color: #01a49d;
    font-family: 'AloneOnEarthRegular';
    text-decoration: none;
    font-size: 20px;
}

footer ul li a img {
    margin-left:6px;
}

.letsstart-screen .btn-style {
    min-width: 190px;
    margin: 0 auto 10px;
}

.letsstart-screen .tagline-text  {
    font-family: 'Caveat Brush', cursive;
    color: #282828;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
}

.letsstart-screen hgroup h3 {
    color: #000000;
    font-family: 'AloneOnEarthRegular';
    margin: 0;
    font-size: 40px;
    line-height: 26px;
}

.letsstart-screen hgroup p {
    font-family: 'Caveat Brush', cursive;
    margin: 0;
    color: #525252;
    font-size: 26px;
}

.letsstart-screen hgroup p span{
    color: #ffae01;
}

.letsstart-screen .featured-area {
    height: 200px;
    background: url('../images/lets-start-featured.png') no-repeat center;
    background-size: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}

.letsstart-screen .featured-area  h2{
    margin: 0;
    color: #fff;
    line-height: 26px;
    font-size: 26px;
    padding: 18px 0 0 10px;
    font-family: 'AloneOnEarthRegular';
}

.letsstart-screen .featured-area  h2 span{
    display: inline-block;
    width: 100%;
    font-size: 58px;
    font-weight: 700;
}

.newlevelup-screen .btn-style {
    font-family: 'Caveat Brush', cursive;
    color: #282828;
    font-size: 20px;
    box-shadow: none;
    background: url('../images/play-btn-bg.png') center center no-repeat;
    background-size: 180px;
    min-width: 200px;
    text-align: left;
    padding-left: 23px;
    margin: 0 auto 15px;
    display: block;
    line-height: 50px;
}

.newlevelup-screen .btn-style span{
    font-family: 'Caveat Brush', cursive;
    color: #282828;
    font-size: 20px;
}

.newlevelup-screen h6 {
    font-family: 'Caveat Brush', cursive;
    color: #1e1e1e;
    margin: 0 0 10px;
    font-size: 18px;
}

.newlevelup-screen h6 > span{
    color: #1e1e1e;
}

.newlevelup-screen h6 > img{
    width: 18px;
}

.newlevelup-screen span {
    font-family: 'Caveat Brush', cursive;
    color:#01a49d;
    display:inline-block;
    font-size: 16px;
}

.newlevelup-screen .content-area {
    height:330px;
    background: url('../images/levelup-bg.png') top center no-repeat;
    background-size:100%;
}

.newlevelup-screen .content-area h5{
    font-family: 'AloneOnEarthRegular';
    color: #1e1e1e;
    margin: 0 0 0;
    padding: 15px 0;
    font-size: 22px;
}

.newlevelup-screen .content-area h1{
    font-family: 'AloneOnEarthRegular';
    color: #1e1e1e;
    line-height: 30px;
}

.newlevelup-screen .content-area > h6{
    font-family: 'Caveat Brush', cursive;
    color: #1e1e1e;
    margin: 0 0 10px;
    font-size: 18px;
}

.newlevelup-screen .midcontent {
    max-width: 210px;
    margin: 0 auto;
    padding: 8px 0 15px;
}

.levelup-complete-screen .tagline {
    margin-top: 15px;
}

.levelup-complete-screen .tagline a{
    text-decoration: none;
    color: #01a49d;
}

.levelup-complete-screen .content-area {
    height: 390px;
    background: url('../images/levelup-complete-bg.png') top center no-repeat;
    background-size: 100%;
}

.levelup-complete-screen .content-area h1 {
    margin: 0;
    font-family: 'Caveat Brush', cursive;
    color: #1e1e1e;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.2px;
    min-height: 67px;
}

.levelup-complete-screen .star-img {
    max-width: 180px;
    margin: 0 auto 0;
}

.levelup-complete-screen .content-area h3 {
    font-family: 'AloneOnEarthRegular';
    color: #000000;
    font-size: 22px;
    margin: -11px 0 8px;
}

.levelup-complete-screen .content-area .coin-bg {
    width: 100%;
    justify-content: center;
    margin: 0 auto;
    background: url('../images/coins-medium-bg.png') center no-repeat;
    height: 100px;
    max-width: 250px;
    background-size: 135px;
    display: flex;
    align-items: center;
}

.levelup-complete-screen .content-area .coin-bg h2{
    color: #fff;
    margin: 0;
    font-family: 'AloneOnEarthRegular';
    font-size: 17px;
    line-height: 18px;
    padding: 5px 0 0;
}   

.levelup-complete-screen .content-area .coin-bg h2 span{
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    font-family: 'AloneOnEarthRegular';
    display: inline-block;
    width: 100%;
}

.levelup-complete-screen h6 {
    margin: 16px 0 0;
}

.subheader {
    padding: 10px 0;
    min-height: 78px;
    background: url('../images/subheader-bg.png') top center no-repeat;
    background-size:cover;
}

.subheader h4 {
    color: #01a49d;
    font-family: 'AloneOnEarthRegular';
    margin:0;
}

.subheader p {
    margin: 0;
    line-height: 15px;
    font-size: 14px;
}

.subheader p .active {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background: #55bf0e;
    display: inline-block;
}

.subheader h3 {
    color: #01a49d;
    font-family: 'AloneOnEarthRegular';
    margin:0;
    font-size: 20px;
}

.subheader h3 img{
    width: 20px;
}

.navigations {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 10px auto 0;
}

.navigations h6 {
    font-family: 'AloneOnEarthRegular';
    color: #282828;
    margin: 0;
    font-size: 18px;
}

.navigations .unblockhints a > img,
.navigations .earncoins a > img {
    animation: unblockhintsanimation 2s cubic-bezier(.36, .07, .19, .97) both 2;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
  }
  
  @keyframes unblockhintsanimation {
    10%,
    90% {
      transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
      transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
      transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
      transform: translate3d(4px, 0, 0);
    }
  }

.navigations a > img {
    width: 100%;
    max-width: 40px;
    margin: 4px 0 2px;
}

.navigations span {
    display: inline-block;
    width: 100%;
    font-family: 'ComicSansMS-Bold';
    color: #323232;
    font-size: 13px;
}

.sample-question3 {
    font-size: 30px;
}

.sqe3 {
    width: 100%;
    max-width: 200px;
    margin: 15px auto;
}

.sample-question3 hgroup p {
    font-family: 'Caveat Brush', cursive;
    margin: 0;
    color: #525252;
    font-size: 18px;
}

.sample-question3 .goback-btn {
    display: inline-block;
    width: 100%;
    color: #323232;
    font-size: 19px;
    border: 0;
    background: #fff url('../images/question-option-bg.png') no-repeat top center;
    background-size: 214px;
    line-height: 50px;
    box-shadow: none;
    outline: 0;
    margin: 12px auto 0;
}

.test-your-iq.gapping ul li {
    margin: 0 0 7px;
}

.letsget-started.hide .letsstart-content h5,
.letsget-started.hide .letsstart-content p{
    display: none;
    /* display: none!important; */
}

.letsget-started.hide .skip-top-block {
    display: none!important;
}

.letsget-started h5{
    color: #01a49d;
    font-family: 'AloneOnEarthRegular';
    margin: 0;
    font-size: 18px;
    line-height: 13px;
}

.letsget-started .skip-sample {
    color: #000000;
    text-decoration: underline;
    font-size: larger;
}

.letsget-started p {
    color: #323232;
    margin: 0;
    font-size: 15px;
    line-height: 18px;
}

.letsget-started span{
    color: #ffae01;
}

.letsget-started .coins{
    width: 25px;
}
.letsget-started .sample-skip-image{
    height: 14px;
    margin-right: 3px;
}

.letsget-started .skip-top-block{
    position: relative;
    top: 10px;
    display:none;
    animation: blinker 1s linear 3;
}

.checkhint-and-users .skip-bottom-block{
    display:none;
    animation: blinker 1s linear 3;
}

.letsget-started .skip-top-block.shimmer,
.letsget-started .skip-bottom-block.shimmer {
    -webkit-mask-image: linear-gradient(-75deg, rgb(104 23 23 / 60%) 30%, #000 50%, rgb(255 174 1 / 30%) 30%);
    -webkit-mask-size: 200%;
    animation: shine 2s linear infinite;
}

@keyframes shine {
    from { -webkit-mask-position: 150%; }
    to { -webkit-mask-position: -50%; }
  }

@keyframes blinker {
    50% {
      opacity: 0;
    }
  }

.rounded-shimmer {
    -webkit-mask-image: linear-gradient(-75deg, rgb(104 23 23 / 60%) 30%, #000 50%, rgb(255 174 1 / 30%) 30%);
    -webkit-mask-size: 200%;
    animation: roundedshine 2s linear infinite;
}

@keyframes roundedshine {
    from { -webkit-mask-position: 150%; }
    to { -webkit-mask-position: -50%; }
}

@keyframes blinker {
    50% {
      opacity: 0;
    }
}


.checkhint-and-users  .sample-skip-image{
    height: 14px;
    margin-right: 3px;
}

.checkhint-and-users  .skip-top-block{
    position: relative;
    top: 11px;
}

.checkhint-and-users  .skip-sample {
    color: #000000;
    text-decoration: underline;
    font-size: larger;
}


.checkhint-and-users p {
    color: #323232;
    font-size: 14px;
    margin:0;

}
.checkhint-and-users .checkhint {
    animation: shake 2s cubic-bezier(.36, .07, .19, .97) both 2;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 3px 7px 1px;
    margin-top: -4px;
    background: #ffae01;
    color: #000;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sample-puzzle-usercount p {
    color: #323232;
    font-size: 14px;
    margin: 0;
}

.sample-puzzle-usercount .active {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background: #55bf0e;
    display: inline-block;
}
.sample-puzzle-usercount #intro_played_user_count {
    color: #000000;
}
  
  @keyframes shake {
    10%,
    90% {
      transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
      transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
      transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
      transform: translate3d(4px, 0, 0);
    }
  }

.checkhint-and-users p img{
    width: 16px;
    margin: -3px 4px 0 0;
    filter: drop-shadow(0px 0px 0px #000);
}

.checkhint-and-users .active {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background: #55bf0e;
    display: inline-block;
}


.iframeOuter {
    /* height:280px; */
    position: relative;
    padding-bottom: 72.7%;
    width: 100%;
    /* overflow:scroll; 
    -webkit-overflow-scrolling:touch ; */
}

.puzzledetails-content .iframeOuter {
    padding-bottom:90.7%;
}

.iframeOuter #loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: #fff url('../images/wrapper-bg.jpg') no-repeat center center;
    background-size: 320px;
}

.iframeOuter #loader img{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
}

.iframeOuter iframe{
    height: 100%;
    width: calc(100%);
    position: absolute;
    top: 0;
    left: 0;
}
.scrollbar {
    position: absolute;
    right: -5px;
    top: 0;
    height: 100%;
    width: 13px;
    background: url('../images/toparrow-scroll.png'), url('../images/down-arrow-scroll.png');
    background-repeat: no-repeat;
    background-position: -2px 8px , -1px 96%;
    background-color: #878787;
    border-radius: 15px;
    z-index: 9;
    pointer-events: none;
    border: 1px solid #d1d1d1;
    background-size: 12px;
    box-shadow: inset 0 1px 7px #738c93;
    opacity: 0.8;
}

.touchevent:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background: transparent;
    z-index: 9;
    padding: 2px;
}

/* .scrollbar {
    position: absolute;
    top:0;
    background-color: #000;
    width: 20px;
    height: 100%;
    z-index: 9;
}
.scrollbar.left {
    right: inherit;
    left:0;
}
.scrollbar.right {
    right:0;
    left:inherit;
} */

#downarrow {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 26px;
    background: rgb(255 255 255 / 50%);
    z-index: 99;
    opacity: 0.8;
    font-size: 0;
}

#downarrow a img{
    width: 26px;
    display: block;
    margin: 5px auto;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
}

.question-answer h4 {
    font-family: 'AloneOnEarthRegular';
    color: #282828;
    font-size: 30px;
    margin: 0;
}

.game-outer .placeholder-img {
    max-width: 310px;
    margin: 0 auto;
}

.question-answer .questions {
    padding: 10px 0 5px;
}

.question-answer .questions a{
    color: #000;
    display: inline-block;
    margin: 0 0 6px;
    width: 100%;
    max-width: 250px;
    padding: 0 10px;
    background: url('../images/question-option-bg.png') top center no-repeat;
    text-decoration: none;
    line-height: 51px;
    background-size: 220px;
    font-size: 20px;
}

.question-answer .questions .wrong {
    background:url('../images/wrong-option-bg.png') top center no-repeat;
    background-size: 220px;
    color: #fff;
}

.question-answer .questions .correct {
    background:url('../images/correct-option-bg.png') top center no-repeat;
    background-size: 220px;
    color: #fff;
}

.head-with-back {
    position: relative;
    top:0;
    margin-bottom:10px;
}

.head-with-back img{
    width: 26px;
    margin-right: 12px;
}

.head-with-back h4{
    color: #01a49d;
    font-family: 'AloneOnEarthRegular';
    margin: 0;
    text-transform: uppercase;
    font-size: 28px;
}

.privacy-policy-content h6{
    font-family: 'Metropolis-Regular';
    color: #191e1e;
    margin: 0 0 6px;
    font-weight: 600;
}

.privacy-policy-content {
    padding-bottom: 50px;
}

.privacy-policy-content .featured-image img{
    width: 100%;
}

.privacy-policy-content p{
    font-family: 'Metropolis-Regular';
    color: #191e1e;
    margin: 0 0 6px;
    font-size: 14px;
}

.privacy-policy-content ul li,
.privacy-policy-content ol li{
    font-family: 'Metropolis-Regular';
    color: #191e1e;
    margin: 0 0 6px;
    font-size: 14px;
}

.privacy-policy-content p a{
    text-decoration: underline;
    color: #01a49d;
    font-weight: 600;
}

.copyright {
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    width: 100%;
    background: #fff;
    margin: 0 auto;
    height: 40px;
    max-width: 360px;
    border-top:1px solid #b2b2b2;
}

.copyright p{
    color: #7b7b7b;
    font-family: 'Metropolis-Regular';
    font-weight: 500;
    margin: 0;
    font-size: 10px;
}

.contactus-screen h6{
    color: #191e1e;
    margin: 0 0 0;
    font-size: 14px;
    font-family: 'Metropolis-Regular';
    font-weight: 500;
}

.contactus-screen .text-anchor{
    color: #20ada7;
    margin: 0 0 0;
    font-size: 16px;
    font-family: 'Metropolis-Regular';
    text-decoration: none;
    font-weight: 600;
}

.socialIcons .facebook-icon {
    margin-right: 4px;
}

.socialIcons .insta-icon {
    margin-left: 4px;
}

.managedata-screen .content {
    border-radius: 5px;
    padding: 15px;
    background-color: #f8f8f8;
}

.managedata-screen .content h6{
    font-weight: 700;
    color: #019c95;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
}

.managedata-screen .content p{
    color: #171717;
    font-weight: 600;
    margin: 0 0 15px;
    font-size: 13px;
}

.managedata-screen .content p a{
    color:#3249a2;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
}

.managedata-screen .content .btn-style {
    color: #171717;
    padding: 8px 15px;
    background: #fff url('../images/btn-bg.png') top center no-repeat;
    border-radius: 20px;
    width: 161px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 15px;
    font-family: 'Metropolis-Bold';
    text-decoration: none;
    background-size: 100%;
}

.opt-out-container{
    width: 90%;
    margin: auto;
    padding: 27px 9px;
    border-radius: 14px;
    background-color:#e5f1ed;
    margin-bottom: 50px;
}

.opt-out-container .content {
    border-radius: 5px;
    text-align: center;
    padding: 5px 0 0;
    background: transparent;
}

.opt-out-container .featured-image {
    background-color: #d6e7ee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    padding: 12px;
}

.opt-out-container .content h6{
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    margin: 0 0 10px;
    color: #01a49d;
}

.opt-out-container .content p{
    color: #171717;
    font-weight: 500;
    margin: 0 0 15px;
    font-size: 13px;
}

.opt-out-container .content p a{
    color:#405cb1;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.opt-out-container .content .btn-style {
    color: #fff;
    height: 49px;
    background: #01a49d;
    border-radius: 16px;
    text-transform: uppercase;
    width: 133px;
    text-align: center;
    display: block;
    margin: 42px auto 0;
    font-family: 'Metropolis-Bold';
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}

.opt-out-container .featured-image img{
    width: 200px;
}

.anchor-text-manage-data-preferences a {
    color: #323232;
    font-size: 18px;
    text-decoration: underline;
}

#cookiesmodal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    z-index: 9;
    max-width: 360px;
    margin: 0 auto;
    right: 0;
    display: none;
}

#cookiesmodal .content {
    background-color: #f1f6fa;
    padding: 15px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    position: absolute;
}

#cookiesmodal .content p{
    color: #1f1f1f;
    font-size: 13px;
    margin: 0 0 0;
    font-family: 'Metropolis-Regular';
}

#cookiesmodal .content a{
    text-decoration: underline;
    color: #3249a2;
    font-family: 'Metropolis-Regular';
    font-size: 13px;
}
#cookiesmodal .content button{
    width: 100%;
    max-width: 80px;
    text-align: center;
    float: right;
    background: #3249a2;
    font-weight: 700;
    color: #fff;
    font-family: 'Metropolis-Regular';
    border: 0;
    border-radius: 6px;
    line-height: 32px;
    margin: 10px 0 0;
}

.socialIcons a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #efefef;
    padding: 10px;
    text-decoration: none;
    border-radius: 6px;
    height: 60px;
}

.socialIcons a small {
    color: #191e1e;
    font-family: 'Metropolis-Regular';
    font-size: 12px;
}

.socialIcons a > div {
    font-size: 0;
}

.socialIcons a span {
    font-family: 'Metropolis-Bold';
    font-size: 14px;
    text-transform: uppercase;
}

.socialIcons .facebook-icon span {
    color: #4360be;
}

.socialIcons .insta-icon span {
    color: #9a1cb4;
}

.socialIcons a .icon {
    width: 100%;
    max-width: 44px;
    margin: 0 5px;
}

.partnerus-screen .kindly-text {
    font-family: 'Metropolis-Bold';
    color: #191e1e;
}

.partnerus-screen h6 {
    margin: 0 0 15px;
}
 
.partnerus-screen .text-anchor {
    margin: 0 0 15px;
    display: inline-block;
}

.indian-nonindian-tabs .nav-tabs {
    position: relative;
    width: 100%;
}

.indian-nonindian-tabs .tab-content>.tab-pane {
    padding: 15px 0;
}

.indian-nonindian-tabs .tab-content h6 {
    font-size: 14px;
}

.indian-nonindian-tabs .tab-content p {
    font-family: 'Metropolis-Regular';
    color: #191e1e;
    margin: 0 0 10px;
    font-size: 13px;
}

.indian-nonindian-tabs .tab-content ul,
.indian-nonindian-tabs .tab-content ol {
    font-family: 'Metropolis-Regular';
    list-style-position: inside;
    padding: 0;
    margin: 0 0 10px;
}

.indian-nonindian-tabs .tab-content ul li,
.indian-nonindian-tabs .tab-content ol li{
    color: #191e1e;
    font-size: 13px;
}

.indian-nonindian-tabs .tab-content ul li::marker,
.indian-nonindian-tabs .tab-content ol li::marker{
    font-weight: 700;
}

.indian-nonindian-tabs .nav-link {
    width: 50%;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-family: 'Metropolis-Regular';
    color: #7e7e7e;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    border-bottom: 2px solid #7e7e7e;
    background: #f3f3f3;
    padding-top: 12px;
    border-radius: 8px 8px 0 0;
}

.indian-nonindian-tabs .nav-link:hover {
    border-bottom: 2px solid #7e7e7e;
}

.indian-nonindian-tabs .nav-link.active {
    background: #01a49d;
    color: #fff;
    border-radius: 8px 8px 0 0;
    border-bottom: 2px solid #01a49d;
}

.indian-nonindian-tabs .tab-content p a{
    color: #01a49d;
    font-weight: 600;
    text-decoration: underline;
}

.pagenotfound .logo,
.somethingwrong-page .logo {
    width: 100%;
}

.logo a img{
    width: 100%;
}

.disabled {
    pointer-events: none;
    cursor: default;
  }

.sidebarmenu .bottom-menu-data{
    position: absolute;
    bottom: 18px;
    left: 25%;
}
.sidebarmenu .bottom-menu-data a{
    text-decoration: underline;
    color: #000;
    font-weight: 500;
    font-size: 13px;
}

/* START */
.pinned-msg-box {
    position: fixed;
    background: #01a49d;
    width: 360px;
    padding: 14px 22px;
    bottom: 0;
    z-index: 9;
}

.pinned-msg-box form {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.pinned-msg-box form input {
    margin-top: 3px;
    accent-color: #01a49d;
}

.pinned-msg-box form label {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
}

.pinned-msg-box form label a {
    color: #fff;
    text-decoration: underline;
}

.new-points {
    padding-bottom: 80px;
}
/* END */

/* START */
.cookies-modal {
    background: rgb(0 0 0 / 70%);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    max-width: 360px;
    margin: 0 auto;
    right: 0;
    z-index: 99;
    display: flex;
    align-items: end;
    font-family: sans-serif;
    display: none;
  }
  
  
  
  .cookies-modal .cookies-modal-content {
  
    border-radius: 20px 20px 0px 0px;
  
    background: #f1f6fa;
  
    display: block;
  
    position: absolute;
  
    bottom: 0;
  
    left: 0;
  
  }
  
  .cookies-modal .cookies-modal-content p {
  
    /* color: #01a49d; */
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 20px;
  
  }
  
  .cookies-modal .cookies-modal-content p > a {
  
    color: #01a49d;
  
    font-weight: 500;
  
    text-decoration: underline;
  
  }
  
  .cookies-modal .cookies-modal-content .btn-ok {
    background: #01a49d;
    border-radius: 6px;
    border: 0;
    color: #fff;
    padding: 0 30px;
    line-height: 35px;
    float: right;
    font-weight: 600;
    min-width: 60px;
    text-align: center;
    text-decoration: none;
  
  }
  
  .cookies-modal .cookies-modal-content .btn-done {
  
    background: #fff;
  
    border-radius: 6px;
  
    border: 0;
  
    color: #000000;
  
    padding: 0 30px;
  
    font-weight: 600;
  
    min-width: 60px;
  
    text-align: center;
  
    text-decoration: none;
  
    border: 1px solid #80808057;
  
    box-shadow: 1px 7px 4px #8080801a;
    display: flex;
    align-items: center;
    font-weight: 600;
    height: 35px;
  
  }

  .cookies-modal-content .btn-controler{
    display: flex;
    justify-content: end;
    gap: 15px;
    margin-top: 15px;
  }

  .cookies-modal-content  .cookie-data {
    gap: 10px;
    display: flex;
    align-items: end;
  }
  .cookies-modal-content  .cookie-data a{
    color: #01a49d;
    font-size: 13px;
    text-decoration: underline;
  }
  
  
  .cookies-modal-content .cookie-data img{
    width: 16px;
    height: 16px;
    object-fit: contain;
  }
  
  .cookies-modal-content .term-condition-cookie {
    margin-top: 15px;
    line-height: 20px;
    line-height: 20px;
    display: flex;
    align-items: flex-start;
    gap: 6px;
  }
  .cookies-modal-content .term-condition-cookie span {
    font-size: 13px;
    margin-top: -3px;
    display: inline-block;
  }
  .cookies-modal-content .term-condition-cookie span a{
    color: #01a49d;
    text-decoration: underline;
  }
  .cookies-modal-content .term-condition-cookie span a:hover{
    text-decoration: underline;
    color: #01a49d;
  }

  .common-content-container{
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .content-header{
    margin-bottom: 0;
  }
  .common-content-container #myTab li .active {
    border-bottom: 4px solid #01a49d;
    color: #01a49d;
    display: inline-block;
    background-color: transparent;
    width: 100%;
    padding: 0;
}

.common-content-container #myTab {
    display: flex;
    list-style: none;

}
.common-content-container #myTab a{
    text-decoration: none;
    color: #000;
    display: inline-block;
    width: 100%;

}

.common-content-container #myTab li {
    text-align: center;
    flex: 1;
    margin: 0px;
    font-weight: 500;
}

.common-content-container h3{
    font-size: 17px;
    font-family: 'Metropolis-Regular';
    font-weight: 600;
}

/* END */

/* credit toast message css start here */
.credit-toast{
    position: fixed;
    bottom: 100px;
    background-color: #0000009e;
    border-radius: 20px;
    width: 312px;
    height: 38px;
    left:0;
    right: 0;
    bottom: -100%;
    z-index: 99;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;

}

.credit-toast.show{
    animation: toastShow 1s forwards;
}

.credit-toast h6{
    color: #fff;
    margin: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
}

.credit-toast h6 span{
    color: #fafd08;
}

.credit-toast h6 img{
    width: 23px;
}

@keyframes toastShow{
    100%{
        bottom: 50px;
    }
}
/* credit toast message css end here */