.res_hide .row.hide_block {
    display: none;
}

.card-footer {
    background: white;
    border: 0;
}

.card-body {
    padding: 1.75rem !important;
}

ul.list-group.list-group-flush {
    font-size: 16px;
    list-style: none;
    background-repeat: no-repeat;
    padding: 0 0 2px 0px;
    border-left: 2px solid #9f0a0e;
}

li.list-group-item {
    margin: 0;
    border: 0;
}

.card {
    height: 100%;
}

h5.card-title {
    font-size: 15px;
    color: #9b1006;
}

.coure_card a.card-link {
    /* border: 2px solid #9f0a0e; */
    /* border-radius: 10px; */
    font-size: 12px;
    padding: 4px 6px !important;
}

a.card-link:hover {
    background: #1c1a1b;
    color: #fff;
}

a.card-link {
    color: #fff;
    font-weight: 300;
    display: inline-block;
    background-color: #9d0a0e;
    font-size: 15px;
    padding: 5px 10px;
}

.card-footer {
    padding-left: 20px;
}

a.card-link {
    color: #fff;
    font-weight: 300;
    display: inline-block;
    background-color: #9d0a0e;
    font-size: 15px;
    padding: 5px 10px;
    text-decoration: none
}

a.card_links {
    text-decoration: none;
}