.category-box li.active a {
    background: #1bd7ff;
    color: #FFFFFF;
    font-weight: bold;
}

.footers {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    background-color: #1bd7ff;
    border-top: 1px solid #1bd7ff;
    z-index: 1000;

}

.footer-btn {
    margin: auto;
    text-align: center;
    padding: 3px 0;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

.footer-text {
    color: #fff;
}


@media (min-width:1200px) {
    .footers {
        display: none;
    }
}