/*================================ 
    #RESPONSIVE CSS 
====================================*/

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 500px) {

    .msb,
    .cv,
    .mcw,
    .dashboard-container,
    .ba-we-love-subscribers-wrap {
        display: none !important;
    }

    .cards {
        width: 100%;
        float: left;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
        border-radius: 6px;
        margin-bottom: 15px;
    }

    .p2 {
        padding: 5px 0px;
        font-size: 12px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
    }

    .cards img {
        border-radius: 6px 0px 0px 6px;
    }

    span.icn i {
        font-size: 30px;
        margin-right: 10px;
        margin-top: 20px;
        color: #d50a14;
    }

    span.icnn i {
        font-size: 22px;
        margin-top: 20px;
        color: #13c727;
    }

    span.icn {
        margin-left: -15px;
        margin-right: 10px;
    }

    .tab__content-title {
        padding: 10px 10px 10px 0;
        font-size: 16px;
        font-weight: 600;
    }

    .topheder {
        width: 100%;
        height: 50px;
        background: #910b11;
        color: #fff;
        padding-left: 20px;
        font-size: 30px;
        padding-top: 10px;
        cursor: pointer;
        display: none;
    }

    .fmobile {
        display: inline !important;
    }
}

/* Max Wide Mobile Layout: 600px. */
@media only screen and (min-width: 600px) and (max-width: 500px) {}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 500px) {}