/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    /* banner start  */

    .banner {
        padding: 100px 0 50px;
        background-image: linear-gradient(to right, #00000049, #000000d7, #002e1abd),
            url(../images/hero.jpg);
    }

    .banner-wrapper h1 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0.5;
    }

    /* banner end  */

    /* card start  */

    .card-desc {
        background-color: #0c3021;
        padding: 30px 25px;
    }

    /* card end  */

    /* bonus start  */

    .bonus {
        padding: 50px 0;
    }

    /* bonus end  */
    /* faq start  */

    .faq {
        padding: 50px 0;
    }

    /* faq end  */

    /* info start  */

    .info {
        padding: 50px 0;
    }

    .content-wrapper h1 {
        font-size: 30px;
    }

    .content-wrapper p {
        text-align: start;
    }

    .content-wrapper ul li {
        text-align: start;
    }

    .analyze {
        min-height: initial;
    }

    .swc {
        min-height: initial;
    }

    .analyze p {
        text-align: center;
    }

    .swc p {
        text-align: center;
    }


    /* info end  */

    /* footer start  */
    .footer-logo li {
        margin: 0 00px;
    }

    /* footer end  */

    /* Cookie start  */

    .cookie-alert {
        width: 300px;
    }

    .card {
        padding: 10px;
    }

    /* Cookie end  */
    .breadcrumb-cc {
        padding: 50px 0;
    }

    /* BreadCrumb start  */
    .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: 100px 0 100px;
    }

    .banner-wrapper h1 {
        font-size: 30px;
    }

    /* banner end  */
    /* info start  */
    .analyze {
        min-height: initial;
    }

    .swc {
        min-height: initial;
    }

    /* info end  */
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    /* banner start  */

    .banner {
        padding: 100px 0 100px;
    }

    /* banner end  */

    /* info start  */
    .analyze {
        min-height: initial;
    }

    .swc {
        min-height: initial;
    }

    /* info end  */

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

    /* info start  */
    .analyze {
        min-height: 400px;
    }

    .swc {
        min-height: 400px;
    }

    /* info 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) {}