
@media (max-width:576px) {
    .app-wrapper-container,
    .redirection-strip,
    .cookies-modal {
        max-width: 100%;
    }
}

@media (max-width:567px) {
    .points-list ul li::before{
        top: 36%;
    }
}

@media (max-width:480px) {
    .intro-question .question-answer .options a {
        padding: 5px 15px;
        font-size: 14px;
        background-size: 26px;
    }
    .intro-question .question-answer h3 {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .intro-question .question-answer .options {
        margin: 10px 0 0;
    }
    .intro-question .loginuser {
        margin-top: 0!important;
    }
    #serviceNotAvailable h4 {
        font-size: 19px;
    }
}

@media (max-width:359px) {
    .introContent h2 {
        font-size: 20px;
    }
    .introContent h1 {
        font-size: 20px;
    }
    .introContent ul li strong {
        font-size: 20px;
    }
    .introContent ul li p {
        line-height: 14px;
        font-size: 14px;
    }
    .redirection-strip p,
    .redirection-strip a {
        font-size: 13px;
    }
    .your-coins h6 {
        font-size: 19px;
        margin: 7px 0 0;
    }
    .cricket-and-quiz-tabs .tab-content .repeater .content h3 {
        font-size: 16px;
    }
    .cricket-and-quiz-tabs .tab-content .repeater .content h6 {
        font-size: 11px;
    }
    .cricket-and-quiz-tabs .tab-content .repeater .content h5 {
        font-size: 12px;
        margin: 0 0 2px;
    }
    .signup-screen .head .icon img {
        width: 70px;
        height: 70px;
    }
    .view-rand-block .icon {
        width: 100px;
        height: 100px;
    }
    .view-rand-block .content h2 {
        font-size: 26px;
    }
    .winners-list li {
        font-size: 14px;
        margin: 0 0 5px;
    }
    .rules-screen .quizhead {
        font-size: 17px;
    }
    .question-screen .question-answer h3 {
        font-size: 26px;
    }
    .guest-winner-start-screen .winners-information h5 {
        padding: 0 10px;
    }
    .google-facebook-signin {
        padding: 10px 0 15px;
    }
}

@-moz-document url-prefix() { 
    @media (max-width:359px) {
        
    }
}
