.navbar {
    border: none;
    border-radius: 0;
    padding: 15px;
    z-index: 998;
    border-bottom: 1px solid #e7e7e7;
}

.SideTab {
    border: 7px solid #f1f1f1;
    padding: 10px 25px;
}

.SideTab h2 {
    color: #464646;
    font-size: 21px;
    font-weight: 700;
    margin: 22px 0 35px 0;
}

.nav-stacked li a {
    color: #828282;
    font-weight: 500;
    padding: 10px 0;
    transition: 0.4s ease all;
    border-bottom: 1px solid #e7e7e7;
}

.nav-stacked li:last-child a {
    border-bottom: none;
}

.nav-stacked li.active a, .nav-stacked>li>a:focus, .nav-stacked>li>a:hover {
    color: #00a95b;
    background: none;
}

.content {
    line-height: 24px;
    letter-spacing: 0.5px;
    width: 95%;
    color: #828282;
    float: right;
}

.content ul {
    list-style: none;
    padding: 0 10px;
    margin-top: 25px;
}

.content li {
    padding-left: 2.3em;
    margin-top: 10px;
}

.content li:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    color: #00a95b;
    margin-left: -2.3em;
    width: 2.3em;
    font-size: 18px;
}

.content ul ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    display: inline-block;
    color: #00a95b;
    margin-left: -2.3em;
    width: 2.3em;
    font-size: 9px;
    transform: translateY(-3px);
}

.content a {
    color: #00a95b;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 700;
}

.content h3 {
    color: #464646;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: capitalize;
}

.content h4 {
    color: #464646;
    margin: 18px 0;
    font-weight: 600;
}

@media (max-width: 992px) and (min-width: 768px) {
    .content {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 768px) and (min-width: 320px) {
    .content {
        width: 100%;
        margin-top: 20px;
    }
}