.zi-5 {
    z-index: 5;
}

.filter-row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.filter-btn {
    background: #003b95;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 12px 5px;
    font-size: 18px;
}

.cfooter-bg {
    background-color: #003b95;
}

.crating {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}

.td-none {
    text-decoration: none !important;
    color: #484848;
}

.td-none-w {
    text-decoration: none !important;
    color: #ffffff;
    padding: 0 1rem;
}

.cmax-height {
    max-height: 296px;
}