.height_ul li {
    min-height: 140px;
}

.img_partner {
    height: 170px;
}

.nav-item {
    border-bottom: 1px solid transparent;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s;
}

.nav-item:hover {
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

.active_link {
    border-bottom: 1px solid #fff !important;
    font-weight: bold !important;
}

.nav-item a {
    color: #fff;
}

@media screen and (min-width: 768px) {
    .nav-sidebar {
        min-height: 500px;
    }
}

/* Plans */
.height-img-plan {
    max-height: 280px;
}

/* End Plans */

/* Footer */
footer a {
    color: #fff
}

/* EndFooter */
