/* region blog page */
.article-thumb {
    margin-bottom: 30px;
}
.article-thumb .img-holder img {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}
.article-thumb .img-holder {
    position: relative;
}

.article-thumb .blog-info {
    padding: 24px;
    background: #fff;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.10);
}
.article-info span i {
    margin-right: 6px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    font-size: 20px;

}
.article-info span{
    color: var(--s-f-c1);
    display: flex;
    align-items: center;
}
.article-thumb a {
    color: #000;
}
.article-thumb .blog-info .name {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 64px;
}

.article-thumb .blog-info .intro-text {
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--s-f-c1);
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
}
.article-thumb .btn-link, .article-popular-thumb .btn-link {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    text-decoration: none;
    color: var(--s-secondary);
    font-size: 14px;
}
/* endregion */

/* region article-category */
.article-cat-items-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.article-cat-item {
    flex: 0 0 25%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.article-cat-item .c-card {
    padding: 12px 16px;
    border-radius: 8px;
    text-decoration: none;
}

.article-cat-item .c-card .title {
    font-size: 16px;
    line-height: 24px;
    color: var(--s-hf-bg);
}

.article-cat-item .c-card .count {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: var(--s-f-c1);
}

.article-cat-item .c-card .ic {
    background: var(--s-s-bg);
}
.article-cat-item .c-card:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.article-cat-item:hover .c-card .title{
    color: var(--s-primary-dark);
}
/* endregion */

/* region blog-article */
.article-sec-gtop{
    margin-top: 40px;
}
.article-sec-gbottom{
    margin-bottom: 40px;
}

.blog-article .blog-left,
.blog-comments {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.10);
}
.blog-left .article-des-wrap, .blog-comments {
    padding: 24px;
}
.blog-left .main-img {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}
.article-thumb .img-holder .article-cat {
    position: absolute;
    left: 24px;
    bottom: 24px;
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(5px);
    padding: 2px 16px;
    color: #fff;
    line-height: 24px;
}
.article-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
    margin-bottom: 24px;
}
.article-athr a {
    color: #081621;
    text-decoration: underline;
}
.article-cats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    padding-left: 5px;
    position: relative;
}

.article-meta p {
    color: var(--s-f-c1);
    margin: 0;
}

.article-cats:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 60%;
    background: var(--s-f-c1);
}

 .article-info {
     margin: 0;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding-bottom: 12px;
     margin-bottom: 15px;
     border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.article-des-wrap .article-info {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    padding-top: 12px;
    margin-bottom: 24px;
}
.article-des-wrap h1 {
    color: #000;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    margin: 0;
}
.blog-article .share-on {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 24px;
}

.blog-article .share-on .share {
    font-size: 14px;
    margin-right: 6px;
}
.article-summary, .article-summary p, .article-description, .article-description p, .athr-box .athr-bio {
    font-size: 16px;
    line-height: 26px;
}
.article-summary {
    margin-bottom: 24px;
}

.article-description h2,
.article-description h3 {
    margin-top: 30px;
}
.article-description h4{
    margin-top: 20px;
}
.article-prd-title {
    font-weight: 700;
    color: var(--s-primary-dark);
}
.article-description ul, .article-description ol {
    padding-left: 30px;
    margin-top: 16px;
}
.article-description ul li, .article-description ol li {
    margin-bottom: 10px;
}
.article-toc li {
    color: var(--s-primary-dark);
    cursor: pointer;
}
.article-prd-list {
    list-style: none;
    counter-reset: prd-counter;
    padding-left: 0 !important;
}

.article-prd-list li {
    counter-increment: prd-counter;
    position: relative;
    border-radius: 5px;
    border: 1px solid var(--s-b-bg);
    background: var(--s-b-bg);
    padding: 12px 24px;
    cursor: pointer;
    padding-left: 55px;
    font-size: 18px;
    line-height: 28px;
}

.article-prd-list li::before {
    content: "#" counter(prd-counter);
    position: absolute;
    left: 24px;
}

.article-prd-list li a:after {
    content: "\e0b2";
    position: absolute;
    right: 0;
    font-family: 'Material Icons';
    color: var(--s-primary-dark);
    font-size: 24px;
    top: 0px;
}
.article-des-wrap .g-box{
    border-radius: 20px;
}
.article-spc-note {
    border: 1px solid #FFE8A1;
    background: rgba(255, 232, 161, 0.20);
    margin: 24px 0;
}
.article-prd-list li a {
    color: var(--s-hf-bg);
    display: block;
    position: relative;
}
.article-description img {
    border-radius: 20px;
    width: 100%;
}
.article-description figcaption {
    text-transform: uppercase;
    color: var(--s-f-c1);
    margin: 16px 0;
    font-size: 14px;
    line-height: 22px;
}
.article-key-feature {
    list-style: none;
    padding: 0 !important;
}

.article-key-feature li {
    padding: 12px 24px;
    margin-bottom: 0 !important;
}

.article-key-feature li:nth-child(odd) {
    background: var(--s-b-bg);
}
.article-tbl-container {overflow-x: auto;}
.article-tbl {
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
    min-width: 600px;
}

.article-tbl td, .article-tbl th {
    padding: 8px 12px;
    text-align: left;
}

.article-tbl tr:nth-child(even), .article-tbl thead {
    background: var(--s-b-bg);
}

.article-tbl thead th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.faqs-head {
    margin-bottom: 14px;
}
.faq-item {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.faq-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.faq-item .faq-no {
    color: var(--s-primary-dark);
    margin-bottom: 8px;
    display: block;
}
.faq-item .faq-q {
    margin-bottom: 16px;
}
.faq-item .faq-a {
    margin: 0;
    font-size: 16px;
}
.aritcle-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 26px;
}

.aritcle-tags .label {
    margin: 0;
}
.aritcle-tags a {
    text-decoration: underline;
}
.athr-box .athr-info {
    display: flex;
    gap: 12px;
    align-items: center;
}

.athr-box .athr-text .athr-role {
    color: var(--s-f-c1);
    margin: 0;}

.athr-box .athr-text .athr-name {
    margin: 0;
}

.athr-box .athr-bio {
    margin-top: 16px;
    margin-bottom: 24px;
}

.article-helpful-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 20px;
    padding: 16px 24px;
}
.helpful-count h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.article-helpful-sec .btn-helpful {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #fff;
    color: var(--s-f-c1);
    padding: 0px 40px;
}
.blog-comments, .article-helpful-sec {
    margin-top: 30px;
}

.rounded-shp {
    padding: 15px;
    border-radius: 3px;
    background: #F8F8F8;
}

.rounded-shp .autor {
    margin-bottom: 5px;
}

.rounded-shp p {
    margin-bottom: 0;
}

.reply-info.rounded-shp {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.blog-comments .form-group {
    margin-bottom: 20px;
}

.blog-comments .form-control {
    padding: 20px 15px;
    border-radius: 3px;
    background: #F8F8F8;
    box-shadow: none;
    border: none;
}

.blog-comments textarea {
    height: 120px;
}

.ppl-blog-list {
    position: sticky;
    top: 65px;
    border-radius: 20px;
    padding: 24px;
}

.ppl-blog-list h2 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}


.article-popular-thumb {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    padding: 24px 0;
}
.article-popular-thumb:last-child {
    padding-bottom: 0;
}
.article-popular-thumb:last-child {
    border-bottom: none;
}

.ppl-blog-info .title-name {
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
    color: var(--s-hf-bg);
}
.ppl-blog-info .cat {
    margin-bottom: 8px;
    display: block;
}
.ppl-blog-info .meta {
    color: var(--s-f-c1);
}
/* endregion */


/* region author-profile */
.athr-prfl-content {
    padding: 48px 0;
    margin-bottom: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.athr-prfl-inner {
    display: grid;
    grid-template-columns: 150px auto;
    gap: 24px;
}
.athr-meta .athr-name {
    color: var(--s-primary-dark);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
}

.athr-meta .athr-designation {
    color: var(--s-f-c1);
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 16px;
}

.athr-meta .athr-bio {
    line-height: 22px;
    margin-bottom: 24px;
}
.athr-social {
    display: flex;
    align-items: center;
    gap: 8px;
}
/* endregion */


/* region responsive css */

@media only screen and (max-width: 991px) {
    .article-thumb .blog-info .name {
        font-size: 18px;
        height: auto;
        margin-bottom: 10px;
        line-height: 24px;
    }
    .blog-left .article-des-wrap, .blog-comments, .article-thumb .blog-info {
        padding: 15px;
    }

    .blog-article .blog-left, .blog-comments {
        border-radius: 5px;
    }

    .article-des-wrap h1 {
        font-size: 22px;
        line-height: 28px;
    }

    .ppl-blog-list {
        margin-top: 30px;
        padding: 15px 0;
        border-radius: 5px;
    }
    .ppl-blog-list h2 {
        font-size: 18px;
        margin: 0px 15px 10px 15px;
    }

    .article-popular-thumb {
        padding: 15px;
    }

    .ppl-blog-info .title-name {
        font-size: 16px;
        line-height: 20px;
        height: 40px;
    }

    .article-thumb .btn-link {
        margin-top: 10px;
    }
    .article-cat-item {
        flex: 0 0 33.33%;
    }
}


@media only screen and (max-width: 767px) {
    section.after-header.p-tb-15 {
        padding: 5px 0 !important;
    }
    .athr-prfl-inner.m-auto {
        grid-template-columns: auto;
        gap: 10px;
        text-align: center;
    }

    .athr-prfl-content {
        padding: 24px 0;
        margin-bottom: 24px;
    }
    .article-tbl td, .article-tbl th {
        padding: 5px 8px;
    }
    .article-cat-item .c-card {
        flex-direction: column;
        text-align: center;
        margin-bottom: 0;
        gap: 8px;
    }
    .athr-img img {
        width: 80px;
        height: 80px;
    }

    .athr-prfl-inner .athr-social {
        justify-content: center;
    }

    .article-cat-item {
        flex: 0 0 50%;
    }

    .article-cat-item .c-card .ic {
        margin-right: 0;
    }
    .article-cat-item .c-card .title {
        font-size: 13px;
        line-height: 20px;
    }
    .article-cats:before {
        display: none;
    }

    .article-cats {
        padding: 0;
    }
    .article-tbl {
        table-layout: auto;
    }
}
/* end region */