@media screen and (max-width: 1105px) {
    .testimonial {
        padding: 0 20px;
    }
    /* .payment-options {
        height: 20px;
    } */
}

@media screen and (max-width: 985px) {
    /* Buttons */
    .m-btn {
        width: 80px; 
        height: 30px !important;
        font-size: 10px !important;
    }
    /* Buttons */

    /* Navigation */

    .tab-mobile {
        display: flex;
    }

    .tabmenu {
        padding: 15px 10px;
    }

    .hide-mobile {
        display: none !important;
    }

    .hide-web {
        display: flex !important;
    }

    .dropdown {
        width: 340px;
        right: 10px;
        top: 40px;
    }

    .dropdown::after {
        right: 213px;
    }

    .nav-mobile {
        display: flex;
        padding: 0 20px;
        align-items: center;
        position: fixed;
        /*top: 5px;*/
        top: 0px;
        z-index: 9999999;
        justify-content: space-between;
    }

    .nav-mobile .nav-logo {
        height: 30px;
    }
  
    /* Navigation */

    /* Main Slider */

    .m-main-slider {
        height: 200px;
    }

    .cta-text {
        font-size: 18px !important;
        text-align: center;
        margin-bottom: 10px;
    }

    .btn-cta-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
    }

    .cta-image {
        display: none;
    }

    /* Main Slider */

    /* Game Section */

    .game-content {
        padding: 20px 10px;
    }

    .action-popup {
        height: 55px !important;
    }

    /* Game Section */

    /* Testimonial */

    .steps,.testimonial-landing,.landing-faq,.darkui2,.wins-slide {
        width: 100% !important;
    }

    /* Testimonial */

    /* winning section */
    .wins {
        width: 100%;
        margin-bottom: 20px;
    }
    .winners-number-box,.total-wins-box {
        height: 200px;
    }
    .winners-number {
        font-size: 60px;
        margin-bottom: 20px;
    }
    .total-wins-box h2 {
        font-size: 60px;
        margin-bottom: 20px;
    }
    /* winning section */
    .main-container {
        padding-top: 44px !important;
    }

    .auth-container {
        padding-top: 50px;
    }

    .game-image-landing-full {
        width: 100% !important;
        height: 250px !important;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 765px) {
    .game-image-landing {
        width: 49%;
        height: 150px;
    }
    .btn-bg-r {
        background: none !important;
        width: 60px;
    }
    .game-content {
        padding-top: 0px;
    }
    .fq-arrow-down {
        display: block;
    }
    .action-play img {
        width: 50px;
        height: 50px
    }
    
    .btn-demo {
        width: 50px !important;
        height: 20px !important;
        font-size: 8px;
    }
    .action-info {
        width: 20px;
        height: 20px;
    }
    .action-popup {
        height: 35px !important;
    }
}   

@media screen and (max-width: 537px) {
    .game-image-landing {
        /* width: 100%; */
    }
    .tabmenu a {
        font-size: 10px;
    }
    .auth-box {
        padding: 40px 20px;
    }
    .auth-header a {
        font-size: 12px;
    }
    .checkout-label {
        font-size: 12px;
    }
}

@media screen and (max-width: 476px) {
    .cta-text {
        font-size: 30px;
    }
    .cta-container {
        padding: 0 10px;
    }
    .modal-box {
        width: 100%;
    }
}
