/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    /* banner start  */
    .banner {
        padding: 30px 0 50px;
    }

    .banner-wrapper h2 {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .banner-wrapper h1 {
        margin-top: 10px;
        font-size: 24px;
        line-height: 40px;
    }

    .banner-wrapper p {
        font-size: 15px;
    }

    /* banner end  */

    /* casino card start  */
    .casino-card {
        padding: 50px 0;
    }

    .card-inner {
        padding: 20px 30px;
    }

    /* casino card end  */

    /* bonus start  */

    .bonus {
        padding: 50px 0;
    }

    /* bonus end  */
    /* faq start  */

    .faq {
        padding: 50px 0;
    }

    /* faq end  */

    /* info start  */
    .content-wrapper {
        padding: 30px 10px;
    }

    .content-wrapper h1 {
        font-size: 26px;
    }

    /* info end  */

    /* analyze start  */

    .analyze {
        padding: 30px 00px;
    }

    .analyze h2 {
        font-size: 20px;
    }

    .analyze p {
        font-size: 15px;
    }

    /* analyze end  */
    /* leading-swc start  */
    .leading-swc-wrapper {
        padding: 30px 15px;
    }

    .leading-swc-wrapper h2 {
        font-size: 22px;
    }

    .leading-swc-wrapper p {
        font-size: 15px;
    }

    /* leading-swc end  */



    /* BreadCrumb start  */

    .breadcrumb-cc {
        padding: 50px 0;
    }

    .breadcrumb-cc h1 {
        font-size: 30px;
    }

    /* BreadCrumb end  */



}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

    /* banner start  */
    .banner {
        padding: 30px 0 100px;
    }

    .banner-wrapper h1 {
        margin-top: 10px;
        font-size: 30px;
        line-height: 46px;
    }

    /* banner end  */

    /* casino card start  */
    .single-card {
        box-shadow: 0 0 20px #36cbe53a;
        width: 100%;
        display: block;
    }

    .casino-logo-sc {
        width: 100%;
    }

    .casino-desc {
        padding: 40px 50px;
        width: 100%;
    }

    /* casino card end  */

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

    /* banner start  */
    .banner {
        padding: 50px 0 100px;
    }

    .banner-wrapper h1 {
        margin-top: 10px;
        font-size: 30px;
        line-height: 46px;
    }

    /* banner end  */
    /* casino card start  */

    .casino-desc h2 {
        font-size: 20px;
    }

    .casino-desc ul li {
        font-size: 16px;
    }

    /* casino card end  */

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* banner start  */

    .banner-wrapper h1 {
        font-size: 40px;
        line-height: 60px;
    }

    /* banner end  */

    /* casino card start  */

    .card-inner {
        padding: 20px 30px;
    }


    /* casino card end  */

    /* analyze start  */

    .analyze {
        padding: 30px 20px;
    }

    .analyze h2 {
        font-size: 20px;
    }

    .analyze p {
        font-size: 15px;
    }

    /* analyze end  */

}

/*X large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/*XX Large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) {}