.top-statistics li {
    text-align: left;
    height: 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 10px;
    color: #303030;
    padding: 10px;
    height: 172px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    transition: all .4s ease-in-out;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.top-statistics li.tests {
    background-color: #d5f4f6;
}
.top-statistics.without-activecases li {
    margin-right: 20px;
    height: 182px;
}
body.loaded .top-statistics li {
    -ms-transform: none;
    transform: none;
    transition: transform .4s linear;
    transition-delay: .3s;
}
.top-statistics li div .icon {
    font-size: 100px;
    position: absolute;
    right: 10px;
    top: 14px;
    width: 54px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.top-statistics li div .icon.tests-icon {
    background-image: url(../images/coronaV/critical.png);
}
.top-statistics.without-activecases li div .icon {
    width: 70px;
    height: 56px;
}
.top-statistics li label {
    font-size: 1.2308em;
    line-height: 20px;
    display: block;
    width: 35%;
    margin: 0;
    height: 40px;
    padding-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.top-statistics.without-activecases li label {
    font-size: 20px;
}
.top-statistics li .counter {
    font-size: 2.7692em;
    display: block;
    font-weight: 800;
    margin-top: 45px;
    text-align: center;
}
.top-statistics.without-activecases li .counter {
    font-size: 2em;
}
.top-statistics li div.new-cases {
    padding: 5px;
}

.top-statistics li.total {
    background-color: #fbf2e9;
}
.top-statistics li div .icon.diagnosed-icon {
    background-image: url(../images/coronaV/diagnosed-cases.png?v1.0);
}
.top-statistics li div .icon.deaths-icon {
    background-image: url(../images/coronaV/deaths.png?v1.0);
}
.top-statistics li.deaths {
    background-color: #ffe5e4;
}
.top-statistics li.recovered {
    background-color: #e0f3df;
}
.top-statistics li div .icon.recovered-icon {
    background-image: url(../images/coronaV/recovered.png?v1.0);
}
.top-statistics li.active {
    background-color: #ddf0f8;
}
.top-statistics li div .icon.active-icon {
    background-image: url(../images/coronaV/active-cases.png?v1.0);
}
.top-statistics.without-activecases li:last-child {
    margin-right: 0;
}

.top-statistics li div.new-cases span.tests {
    background-color: #7fe5d8;
}

.top-statistics li div.new-cases span {
    padding: 22px 2px;
    width: 100%;
    border-radius: 15px;
    text-align: center;
    font-weight: 500;
    display: block;
    font-size: 15px;
	    margin-top: 26px;

}
.top-statistics li div.new-cases span.total {
    background-color: #f5dfc8;
}
.top-statistics li div.new-cases span.deaths {
    background-color: #f9d3d2;
}
.top-statistics li div.new-cases span.recovered {
    background-color: #bee7bd;
}
.top-statistics li div.new-cases span.active {
    background-color: #a9dcf1;
}
.top-statistics {
    padding: 0;
    list-style: none;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
}
.covids-custom{
    DISPLAY:NONE;
}

@media (max-width: 992px)
{
    .top-statistics.without-activecases li {
        margin-right: 5px;
        height: 182px;
    }
    .top-statistics.without-activecases li div .icon {
        width: 39px;
        height: 38px;
    }
    .top-statistics.without-activecases li .counter {
        font-size: 19px;
        word-wrap: break-word;
    }
    .top-statistics.without-activecases li label {
        font-size: 14px;
        padding-right: 5px;
        word-wrap: break-word;
    }
    .top-statistics li label {
        width: 65%;
        letter-spacing: 0px;
    }
}

@media only screen and (max-width:480px){
    .top-statistics.without-activecases li {
        margin-right: 0px;
        height: 182px;
        display: block;
        width: 100%;
    }

    .top-statistics {
        padding: 0;
        list-style: none;
        height: 100%;
        display: -ms-flexbox;
        display: block;
    }
}