.top_blog_Section {
    padding: 50px 0;
}

.top_blog_Section .left {
    max-width: 100%;
    width: 100%;
}

.feature_section {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.top_blog_Section .left img,
.popular-blog img {
    width: 100%;
}

.top_blog_Section .popular-blog {
    display: flex;
    max-width: 49%;
    width: 100%;
    box-shadow: 10px 1px 29px 10px #00000017;
    border-radius: 20px;
}

.blog-banner-without-overlay.banner_section::before {
    display: none;
}

.top_blog_Section .feature_section .left .heading_title h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    color: #084987;
    margin: 0;
}

.top_blog_Section .feature_section .left .heading_title h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    color: #084987;
    margin: 0;
}

.top_blog_Section .feature_section .left .heading_title h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #084987;
    margin: 0;
}

.top_blog_Section .feature_section .left .heading_title h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #084987;
    margin: 0;
}

.top_blog_Section .feature_section .left .heading_title h5 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #084987;
    margin: 0;
}

.top_blog_Section .feature_section .left .heading_title h6 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #084987;
    margin: 0;
}

.top_blog_Section .feature_section .left .heading_title p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #595959;
    margin: 0;
}

.top_blog_Section .feature_section .left .featured-post {
    margin-top: 40px;
    display: flex;
    max-width: 100%;
    width: 100%;
    border-radius: 20px;
    box-shadow: 10px 1px 29px 10px #00000017;
}

.top_blog_Section .feature_section .left .featured-post>a {
    max-width: 50%;
    width: 100%;
}

.top_blog_Section .feature_section .left .featured-post a img {
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.top_blog_Section .feature_section .right .heading h2 {
    font-size: 50px;
    line-height: 100%;
    font-weight: 500;
    color: #084987;
    margin: 0;
}

.top_blog_Section .feature_section .featured-content {
    max-width: 50%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 50px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.top_blog_Section .feature_section .featured-content .con a {
    text-decoration: none;
    height: 100% !important;
}

.top_blog_Section .feature_section .featured-content .con p {
    font-size: 22px;
    line-height: 32px;
    color: #595959;
    font-weight: 400;
    padding-top: 16px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.top_blog_Section .feature_section .featured-content span {
    font-size: 21px;
    line-height: 34px;
    font-weight: 700;
    color: #888888;
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 2px;
}

.top_blog_Section .feature_section .featured-content span h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #555555;
    margin: 0;
}

.top_blog_Section .feature_section .featured-content h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

a.read-now {
    height: 100%;
    font-size: 22px;
    line-height: normal;
    font-weight: 500;
    color: #084987 !important;
    margin: 0;
    margin-top: 20px;
    max-width: fit-content;
    width: 100%;
    position: relative;
    text-decoration: none;
    display: flex;
}

a.read-now::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='13' viewBox='0 0 9 13' fill='none'%3E%3Cpath d='M9 6.5L0 12.9952V0.00480938L9 6.5Z' fill='%23224380'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    top: 9px;
    right: -25px;
}

.top_blog_Section .right {
    max-width: 100%;
    width: 100%;
}

.top_blog_Section .right .heading {
    display: none;
}

.top_blog_Section .right .blog {
    display: flex;
    gap: 30px;
}

.top_blog_Section .right .blog .popular-blog .popular_left img {
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.top_blog_Section .right .blog .popular-blog .popular_left {
    max-width: 250px;
    width: 100%;
    display: flex;
}

.top_blog_Section .right .blog .popular-blog .popular_right {
    padding: 35px;
    background-color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    max-width: calc(100% - 197px);
    width: 100%;
}

.top_blog_Section .right .blog .popular-blog .popular_right h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.top_blog_Section .right .blog .popular-blog .popular_right a {
    text-decoration: none;
}

.top_blog_Section .right .blog .popular-blog .popular_right p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    color: #595959;
    font-weight: 400;
    padding-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.top_blog_Section .right .blog .popular-blog .popular_right a.read-now {
    font-size: 22px;
    line-height: normal;
    font-weight: 500;
    color: #084987;
    position: relative;
    max-width: fit-content;
    width: 100%;
    text-decoration: none;
    margin-top: 20px;
    display: flex;
    height: unset !important;
}

.top_blog_Section .right .blog .popular-blog .popular_right h3 a {
    text-decoration: none;
}

.top_blog_Section .right .blog .popular-blog .popular_right a.read-now::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='13' viewBox='0 0 9 13' fill='none'%3E%3Cpath d='M9 6.5L0 12.9952V0.00480938L9 6.5Z' fill='%23224380'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    top: 9px;
    right: -25px;
}

.blog-detail-banner {
    position: relative;
    background: #084987;
    z-index: 0;
}

.blog-content-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 30px 0;
}

.blog-detail-banner .blog-heading-published-wrapper {
    display: flex;
    flex-direction: column;
    gap: 19px;
    max-width: 60%;
    width: 100%;
}

.blog-detail-banner .blog-heading-published-wrapper p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #fff;
}

.blog-changes-date p {
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    margin: 0 !important;
    padding: 0;
    color: #131e37;
}

.blog-detail-banner .blog-heading-published-wrapper p span {
    font-size: 21px;
    line-height: 34px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #d9d9d9;
}

.blog-detail-banner .blog-heading-published-wrapper h1 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.blog-detail-banner .blog-img-wrapper {
    max-width: 40%;
    width: 100%;
    background: lightgrey;
    border-radius: 30px;
}

.blog-detail-banner::after {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.09;
    top: 0;
    background-image: url(http://localhost/solidatus-redesign/wp-content/uploads/2025/10/Orange-BG-Noise.gif);
}

.blog-detail-banner .blog-img-wrapper img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 30px;
    object-position: top;
    min-height: 500px;
}

.blog-detail-banner .container {
    max-width: 1575px;
    width: 100%;
    margin: 0px auto;
    right: 0;
    left: 0;
    bottom: 0;
}

.blog-detail-banner .breadcrumb {
    display: flex;
    align-items: baseline;
    gap: 5px;
    padding-bottom: 55px;
    max-width: 670px;
    width: 100%;
    position: absolute;
    top: 24px;
    left: 275px;
    z-index: 1;
}

.blog-simple-banner .breadcrumb {
    color: #fff;
    padding-top: 16px;
}

.blog-simple-banner .breadcrumb a {
    color: #fff;
}

.blog-details-page {
    padding: 50px 0;
}

.blog-details-page .details-content-wrp {
    display: flex;
    gap: 50px;
}

.blog-details-page .details-content-wrp .left-details-wrp {
    width: 100%;
    max-width: calc(100% - 420px);
}

.blog-details-page .details-content-wrp .parent-content-wrap .container {
    padding: 0;
}

.blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    padding: 20px 0;
}

.blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    padding: 20px 0;
}

.blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    padding: 20px 0;
}

.blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    padding: 20px 0;
}

.blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap h5 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    padding: 20px 0;
}

.blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap h6 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #084987;
    margin: 0;
    padding: 20px 0;
}

.blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap p {
    font-size: 24px;
    line-height: 38px;
    color: #595959;
    font-weight: 400;
    margin: 0;
    padding: 20px 0;
}

.blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap p em {
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
    color: #084987;
    padding: 10px;
}

.blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap p a {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: #084987;
    margin: 0;
    transition: 0.3s ease-in-out;
}

.blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap ul {
    padding: 30px 50px;
    border: 1px solid #F6F6F6;
    background: #F5F5F5;
    border-radius: 20px;
    margin: 20px;
}

.blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap ol {
    padding: 30px 50px;
    border: 1px solid #F6F6F6;
    background: #F5F5F5;
    border-radius: 20px;
    margin: 20px;
}

.blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap ul li {
    font-size: 24px;
    line-height: 34px;
    color: #595959;
    font-weight: 400;
    padding-bottom: 20px;
    position: relative;
    list-style: none;
    margin: 0;
}

.blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap ol li {
    font-size: 24px;
    line-height: 34px;
    color: #595959;
    font-weight: 400;
    padding-bottom: 20px;
    position: relative;
    margin: 0;
}

.blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap ul li::after {
    position: absolute;
    content: "";
    width: 9px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='13' viewBox='0 0 9 13' fill='none'%3E%3Cpath d='M9 6.5L0 12.9952V0.00480938L9 6.5Z' fill='%23224380'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    left: -20px;
    top: 10px;
}

.blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap ul li:last-child {
    padding-bottom: 0;
}

.blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap ol li:last-child {
    padding-bottom: 0;
}

.blog-details-page .details-content-wrp .video-image-parent-wrap .container {
    padding: 0;
}

.blog-details-page .details-content-wrp .video-image-parent-wrap .image-wrap {
    max-width: 100%;
    width: 100%;
    padding: 10px 0;
}

.blog-details-page .details-content-wrp .video-image-parent-wrap .image-wrap img {
    max-width: 100%;
    width: auto;
    object-fit: cover;
    border-radius: 20px;
}

.blog-details-page .details-content-wrp .video-image-parent-wrap .vimeo-wrap {
    max-width: 100%;
    width: 100%;
}

.blog-details-page .details-content-wrp .video-image-parent-wrap .vimeo-wrap iframe {
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
}

.listing-content {
    max-width: 430px;
    width: 100%;
    min-width: 400px;
}

.listing-content .side-table-wrap {
    border: 1px solid #F6F6F6;
    background: #F5F5F5;
    border-radius: 20px;
    padding: 35px;
}

.listing-content .side-table-wrap h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #224380;
}

.listing-content .side-table-wrap ul {
    margin: 16px 0;
    padding-left: 22px;
}

.listing-content .side-table-wrap ul li {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    color: #595959;
    font-weight: 400;
    margin-bottom: 16px;
    list-style: none;
    position: relative;
}

.listing-content .side-table-wrap ul li::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='13' viewBox='0 0 9 13' fill='none'%3E%3Cpath d='M9 6.5L0 12.9952V0.00480938L9 6.5Z' fill='%23224380'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    left: -20px;
    top: 10px;
}

.listing-content .side-table-wrap ul li:last-child {
    margin-bottom: 0;
}

.listing-content .side-table-wrap ul li a {
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    color: #595959;
    font-weight: 400;
}

@media(min-width:1024px) {
    .blog-detail-banner .blog-heading-published-wrapper h1 {
        padding-bottom: 50px;
    }

    .listing-content .side-table-wrap {
        position: sticky;
        top: 170px;
    }
}

@media(min-width:1700px) {
    .blog-detail-banner .breadcrumb {
        max-width: 1575px;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0px auto;
    }
}

@media(max-width:1700px) {
    .blog-detail-banner .breadcrumb {
        left: 40px;
    }
}

@media(max-width:1640px) {
    .blog-detail-banner .breadcrumb {
        left: 0;
    }
}

@media(max-width:1440px) {
    .blog-detail-banner .breadcrumb {
        left: 20px;
    }
}

@media(max-width:1280px) {
    .blog-detail-banner .breadcrumb {
        left: 20px;
    }
}

@media(max-width:1024px) {
    .top_blog_Section .feature_section .left .heading_title h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .top_blog_Section .feature_section .left .heading_title h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .top_blog_Section .feature_section .left .heading_title h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .top_blog_Section .feature_section .left .heading_title h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .top_blog_Section .feature_section .left .heading_title h5 {
        font-size: 28px;
        line-height: 38px;
    }

    .top_blog_Section .feature_section .left .heading_title h6 {
        font-size: 28px;
        line-height: 38px;
    }

    .top_blog_Section .feature_section .left .heading_title p {
        font-size: 20px;
        line-height: 30px;
    }

    .top_blog_Section .feature_section .right .heading h2 {
        font-size: 34px;
        line-height: normal;
    }

    .top_blog_Section .feature_section .featured-content h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .top_blog_Section .feature_section .featured-content {
        padding: 20px;
    }

    .top_blog_Section .right .blog {
        flex-direction: column;
    }

    .top_blog_Section .popular-blog {
        max-width: 100%;
    }

    .top_blog_Section .right .blog .popular-blog .popular_left {
        max-width: 50%;
        width: 100%;
    }

    .top_blog_Section .right .blog .popular-blog .popular_left>a {
        width: 100%;
    }

    .top_blog_Section .right .blog .popular-blog .popular_right {
        max-width: 50%;
        width: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .blog-detail-banner .blog-heading-published-wrapper {
        max-width: 100%;
        width: 100%;
        gap: 10px;
    }

    .blog-detail-banner .blog-img-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .blog-detail-banner .breadcrumb {
        max-width: fit-content;
    }

    .blog-details-page .details-content-wrp {
        flex-direction: column-reverse;
    }

    .blog-details-page .details-content-wrp {
        display: flex;
        gap: 40px;
    }

    .blog-details-page .details-content-wrp .left-details-wrp {
        width: 100%;
        max-width: 100%;
    }

    .blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap h5 {
        font-size: 28px;
        line-height: 38px;
    }

    .blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap h6 {
        font-size: 28px;
        line-height: 38px;
    }

    .blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap p {
        font-size: 20px;
        line-height: 30px;
    }

    .listing-content {
        max-width: 100%;
        width: 100%;
        min-width: unset;
    }
}

@media(max-width:991px) {
    .feature_section {
        flex-direction: column;
    }

    .top_blog_Section .right {
        max-width: 100%;
        width: 100%;
    }

    .top_blog_Section .left {
        max-width: 100%;
        width: 100%;
    }

    .top_blog_Section .feature_section .right .heading h2 {
        font-size: 28px;
        line-height: normal;
    }

    .top_blog_Section .feature_section .featured-content span h4 {
        font-size: 20px;
        line-height: normal;
    }

    .top_blog_Section .feature_section .featured-content span {
        font-size: 20px;
        line-height: normal;
    }

    .top_blog_Section .feature_section .featured-content h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .read-now {
        font-size: 20px;
        line-height: 24px;
    }

    a.read-now::after {
        top: 7px;
    }

    .top_blog_Section .feature_section .left .featured-post {
        margin-top: 30px;
    }

    .top_blog_Section .right .blog .popular-blog .popular_right p {
        font-size: 16px;
        line-height: 26px;
    }

    .top_blog_Section .feature_section .featured-content .con p {
        font-size: 16px;
        line-height: normal;
    }

    a.read-now {
        font-size: 20px;
        line-height: 24px;
        margin-top: 14px;
    }

    .top_blog_Section .right .blog .popular-blog .popular_right a.read-now {
        font-size: 20px;
        line-height: 24px;
        margin-top: 14px;
    }

    .top_blog_Section .right .blog .popular-blog .popular_right p {
        font-size: 16px;
        line-height: 24px;
    }

    .blog-detail-banner .blog-heading-published-wrapper h1 {
        font-size: 38px;
        line-height: normal;
    }

    .blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap ul li::after {
        top: 8px;
    }

    .listing-content .side-table-wrap ul li a {
        font-size: 16px;
        line-height: normal;
    }

    .listing-content .side-table-wrap ul li::after {
        top: 8px;
    }
}

@media(max-width:767px) {
    .top_blog_Section {
        padding: 25px 0;
    }

    .top_blog_Section .feature_section .featured-content span h4 {
        font-size: 18px;
        line-height: normal;
    }

    .top_blog_Section .feature_section .featured-content span {
        font-size: 18px;
        line-height: normal;
    }

    .top_blog_Section .feature_section .featured-content h2 {
        font-size: 20px;
        line-height: normal;
    }

    a.read-now {
        font-size: 18px;
        line-height: normal;
    }

    .top_blog_Section .popular-blog {
        flex-direction: column;
    }

    .top_blog_Section .right .blog .popular-blog .popular_left {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }

    .top_blog_Section .right .blog .popular-blog .popular_right {
        max-width: 100%;
        width: unset;
    }

    .top_blog_Section .feature_section .right .heading h2 {
        font-size: 26px;
        line-height: normal;
    }

    .top_blog_Section .feature_section .left .heading_title h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .top_blog_Section .feature_section .left .heading_title h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .top_blog_Section .feature_section .left .heading_title h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .top_blog_Section .feature_section .left .heading_title h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .top_blog_Section .feature_section .left .heading_title h5 {
        font-size: 24px;
        line-height: 34px;
    }

    .top_blog_Section .feature_section .left .heading_title h6 {
        font-size: 24px;
        line-height: 34px;
    }

    .top_blog_Section .feature_section .left .heading_title p {
        font-size: 18px;
        line-height: 28px;
    }

    .top_blog_Section .right .blog .popular-blog .popular_right a.read-now::after {
        top: 6px;
    }

    .top_blog_Section .right .blog .popular-blog .popular_left img {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0;
    }

    .top_blog_Section .right .blog .popular-blog .popular_right {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .top_blog_Section .right .blog .popular-blog .popular_left img {
        height: 300px;
    }

    .top_blog_Section .feature_section .left .featured-post a {
        height: 300px;
    }

    .top_blog_Section .feature_section .left .featured-post {
        flex-direction: column;
    }

    .top_blog_Section .feature_section .left .featured-post>a {
        max-width: 100%;
        width: 100%;
    }

    .top_blog_Section .feature_section .featured-content {
        max-width: 100%;
        width: 100%;
        border-radius: 0;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .top_blog_Section .right .blog .popular-blog .popular_left a {
        width: 100%;
    }

    .top_blog_Section .right .blog .popular-blog .popular_right a.read-now {
        font-size: 18px;
        line-height: normal;
    }

    .top_blog_Section .feature_section .left .featured-post a img {
        border-radius: 0;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
    }

    .blog-detail-banner .blog-heading-published-wrapper h1 {
        font-size: 32px;
        line-height: normal;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .blog-detail-banner .blog-heading-published-wrapper p {
        font-size: 18px;
        line-height: normal;
    }

    .blog-detail-banner .blog-heading-published-wrapper p span {
        font-size: 17px;
        line-height: normal;
    }

    .blog-detail-banner .breadcrumb {
        left: 0;
    }

    .blog-detail-banner .blog-img-wrapper img {
        height: 300px;
    }

    .blog-details-page {
        padding-bottom: 25px;
    }

    .blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap h5 {
        font-size: 24px;
        line-height: 34px;
    }

    .blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap h6 {
        font-size: 24px;
        line-height: 34px;
    }

    .blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap p {
        font-size: 18px;
        line-height: 28px;
        padding: 20px 0;
    }

    .blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap span {
        font-size: 16px;
        line-height: normal;
    }

    .blog-details-page .details-content-wrp {
        gap: 50px;
    }

    .blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap ul li {
        font-size: 18px;
        line-height: 28px;
    }

    .blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap ul {
        margin: 0;
    }

    .blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap ol {
        margin: 0;
    }

    .blog-details-page .details-content-wrp .parent-content-wrap .content-section-wrap ol li {
        font-size: 18px;
        line-height: 28px;
    }

    .listing-content .side-table-wrap {
        padding: 20px;
    }

    .listing-content .side-table-wrap h3 {
        font-size: 20px;
        line-height: normal;
    }

    .listing-content .side-table-wrap ul {
        margin-top: 16px;
    }
}