nav#mainnav, ul.nav.navbar-nav {
    display: unset !important;
}
body.cms-blog-page {
    font-size: 16px;
}
body .post-sidebar li {
    list-style-type: none;
}
body .post-sidebar ol, body .post-sidebar ul {
    padding-left: 0;
}
.post-sidebar .toc-h3 {
    list-style-type: none;
    font-size: 14px;
    line-height: 20px;
    padding-left: 10px;
}
.btn-blue {
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
    color: #fff !important;
}
.clr2 {
    color: #337ab7;
}
.text-truncate-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.size20 {
    font-size: 20px;
}
.fa {
    font: normal normal normal 14px / 1 FontAwesome;
}
.cms-blog-page .border-bottom {
    position: sticky;
    top: 0;
    max-height: calc(100vh - 40px);
    background: white;
    z-index: 2;
    border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 1600px) {
    .size20 {
    font-size: 19px;
    }
}
@media screen and (max-width: 1500px) {
    .size20 {
    font-size: 18px;
    }
}
@media screen and (max-width: 600px) {
    .size20 {
    font-size: 16px;
    }
}

.blog-section {
    background-color: #fff;
}

.blog-section .container {
    max-width: 1200px;
}

.cms-blog-page .card {
    border: 1px solid #e5e5e5;
    border-radius: 16px;
}

.b-image img {
    border-radius: 12px;
}

.card .blog-content {
    background-color: #fff;
    border-top: 1px solid #eee;
}

.blog-content h3 a {
    color: #222;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize !important;
}

.card .badge {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 30px;
    padding: 5px 8px;
    text-transform: uppercase;
    background-color: #f8f9fa;
}

.top-poster {
    background-color: #e4f1d5;
}

.top-poster img {
    border-radius: 10px;
}

.top-poster h2 {
    font-size: 1.9rem;
    line-height: 1.4;
    font-weight: 700;
    color: #212529;
}

.top-poster span.text-primary {
    color: #337ab7 !important;
}

.top-poster .btn-outline-primary {
    border-color: #337ab7;
    color: #337ab7;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.top-poster .btn-outline-primary:hover {
    background-color: #337ab7;
    color: #fff;
}

.border-bottom.bg-white.py-3 a {
    transition: all 0.3s ease;
    padding-bottom: 4px;
}

.border-bottom.bg-white.py-3 a.text-primary {
    border-bottom: 2px solid #337ab7;
    color: #337ab7 !important;
}

.border-bottom.bg-white.py-3 a:hover {
    color: #337ab7;
}

.breadcrumb {
    font-size: 15px;
    background: transparent;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #b6b6b6;
    padding: 0 8px;
}

.breadcrumb a {
    color: #337ab7;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease-in-out;
}

.breadcrumb-item.active {
    color: #333;
    font-weight: 600;
}

.category-header {
    background-color: #e4f1d5;
}

.category-header h2 {
    color: #337ab7;
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: 700;
}

.blog-meta {
    font-size: 13px;
    color: #777;
}

.blog-meta i {
    color: #337ab7;
    margin-right: 3px;
}

.search-form input[type="text"],
.search-form input[type="search"] {
    border: none;
    outline: none;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
    color: #444;
}

.search-form {
    border: 1px solid #ddd;
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.search-form:focus-within {
    border-color: #337ab7;
    box-shadow: 0 0 0 2px rgba(51, 122, 183, 0.15);
}

.search-form .form-control::placeholder {
    color: #aaa;
}

.btn-outline-danger {
    border-color: #337ab7;
    color: #337ab7;
    border-radius: 25px;
    font-weight: 600;
    padding: 8px 25px;
    transition: all 0.3s ease;
}

.btn-outline-danger:hover {
    background-color: #337ab7;
    color: #fff;
}
body .post-sidebar {
    height: fit-content;
    position: sticky;
    top: 0;
    overflow-y: auto;
    max-height: calc(100vh - 40px);
    scrollbar-width: none;
}
@media (max-width: 991px) {
    .top-poster h2 {
    font-size: 1.5rem;
    }
    body .post-sidebar {
        display: none;
    }
    .right-sidebar {
        display: none;
    }
}

@media (max-width: 768px) {
    .card h3 {
    font-size: 1rem;
    }

    .top-poster .row {
    flex-direction: column;
    }

    .top-poster img {
    margin-bottom: 20px;
    }

    .border-bottom.bg-white.py-3 {
    overflow-x: auto;
    white-space: nowrap;
    }

    .border-bottom.bg-white.py-3 a {
    display: inline-block;
    margin-right: 20px;
    }
}

@media (max-width: 576px) {
    .card .blog-content {
    padding: 1rem;
    }

    .card .blog-content h3 {
    font-size: 0.95rem;
    }

    .category-header h2 {
    font-size: 1.5rem;
    }
}

.post-content {
    line-height: 1.8;
    color: #333;
}

.post-content h2 {
    color: #222;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.post-content p {
    margin-bottom: 1.2rem;
}

.post-content a {
    color: #337ab7;
    text-decoration: none;
}

.post-content a:hover {
    text-decoration: underline;
}

aside h6 {
    color: #337ab7;
    border-bottom: 2px solid #e4f1d5;
    padding-bottom: 0.5rem;
}

#toc-list a {
    color: #555;
    font-size: 14px;
    border-left: 2px solid transparent;
    transition: all 0.3s ease;
}

#toc-list a:hover {
    color: #337ab7;
    border-left-color: #337ab7;
}

.sidebar-card {
    background: #f8f9fa;
    border: 1px solid #e5e5e5;
}

.text-primery {
    color: #337ab7 !important;
}

.post-content .accordion h2{
	margin-top: 0;
    margin-bottom: 0;
}
button.accordion-button {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.col-lg-3.pull-right.now-new {
    display: none !important;
}
.cms-blog-page, #blog-post {
    ::marker {
        font-weight: bold;
        font-size: 20px;
    }
}
@media screen and (max-width: 1500px) {
    p, li {
        font-size: 15px;
        line-height: 21px;
    }
}

.cms-blog-page ol, .cms-blog-page ul {
    padding-left: 2rem;
}
.cms-blog-page .sub-heading {
    font-family: unset;
    text-transform: unset;
    font-size: unset;
    margin: unset;
}


    .post-sidebar ul {
        padding: 0;
        text-transform: capitalize;
    }
    .post-sidebar ul li {
        margin: 8px 0;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        line-height: 24px;
    }
    .post-sidebar ul li span {
        text-decoration: none;
        color: #6B7280;
        transition: color 0.3s;
    }
    .post-sidebar ul li span:hover {
        color: #000;
        text-decoration: underline;
    }
    .post-sidebar ul li span.active {
        font-weight: bold;
        color: #000 !important;
    }