.right-background{
    width: 0;
}
figcaption{
    text-align: center;
    font-size: 14px;
}

figcaption a{
    text-decoration: none;
}

.post-section .reading-progress {
    position: sticky;
    top: 0;
    width: 100%;
    height: 5px;
    background-color: transparent;
    overflow: hidden;
    margin-bottom: -4px;
    z-index: 2;
}

.post-section .reading-progress>div {
    width: 0;
    height: 100%;
    background-color: #0C3563;
}

.post-section .blog-category .breadcrumb {
    margin-bottom: 10px;
    justify-content: center;
}

.post-section .blog-category .breadcrumb a {
    text-decoration: none;
    font-size: 16px;
    color: #222;
}

.post-section .blog-category .breadcrumb a:hover {
    color: #0C3563;
    text-decoration: underline;
}

.post-section .blog-category .breadcrumb .breadcrumb-item.active a{
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}

.post-section .blog-title {
    margin-bottom: 20px;
    color: #222;
    text-align: center;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 45px;
}

.post-section .blog-desc{
    flex-wrap: wrap;
    row-gap: 10px;
}

.post-section .blog-desc .author-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

.post-section .blog-desc p{
    font-size: 13px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-left: 8px;
    letter-spacing: -0.5px;
    color: black;
    
}

.post-section .blog-desc .author-name span{
    color:#0C3563;
    font-size: 13px;
    font-weight: 500;
}


.post-section .blog-thumbnail {
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 0px;
    margin-top: 25px;
}

.post-section .thumbnail-figure{
    margin-bottom: 25px;
}

.post-section img{
    border-radius: 12px;
}

.post-section figcaption {
    margin-top: 3px;
    font-size: 14px;
    color: #74798d;
    background-color: transparent;
}

.post-section .content figcaption a{
    text-decoration: none;
}

.post-section figcaption::before {
    margin-right: 3.3px;
    content: "\eb30";
    font-family: 'remixicon';
}

.post-section .post-share {
    background-color: #E3F1FF;
    padding: 6px 20px;
    border-radius: 30px;
    margin-left: auto;
    color: #0C3563;
}

.post-section .post-share span {
    font-weight: 600;
    font-size: 21px;
}
.post-section .post-share a {
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
    font-size: 21px;
}

.post-section .toc-card-lg {
    top: 5%;
    z-index: 1;
    border-radius: 0;
    padding-left: 0;
    margin-right: 15px;
    border-right: 1px solid #E3F1FF;
}

.post-section .toc-card-lg .card-body{
    max-height: 75vh;
    overflow-y: scroll;
    padding-bottom: 15px;
}

.post-section .toc-card-lg .toc-title {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 600;
    padding-left: 15px;
}

.post-section .toc-card-lg ul {
    padding-left: 0;
}

.post-section .toc-card-lg ul li {
    list-style: none;
    margin-bottom: 0;
}

.post-section .toc-card-lg ul li a {
    text-decoration: none;
    display: inline-block;
    padding: 6px 15px;
    width: 100%;
    font-size: 14.5px;
    color: #222;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.post-section .toc-card-lg ul li a.active {
    background-color: #E3F1FF;
    font-weight: 500;
    color: #0C3563;
}

.post-section #blog-post {
    padding-top: 10px ;
}

.post-section #blog-post #faqs {
    scroll-margin-top: 30px;
}

.post-section .content h2 {
    font-weight: 600;
    font-size: 30px;
    margin: 22px 0 16px 0;
    scroll-margin-top: 22px;
}

.post-section .content h3{
    font-weight: 600;
    font-size: 24px;
    margin: 18px 0 14px 0;
}

.post-section .content h4{
    font-weight: 600;
    font-size: 20px;
    margin: 16px 0 14px 0;
}

.post-section .content table{
    margin-bottom: 10px;
}

.post-section .content table,th,tr,td{
    border: 1px solid rgba(128, 128, 128, 0.412);
    padding: 10px;
}

.post-section .content iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 10px;
}

.post-section .content a{
    text-decoration: underline;
    font-weight: 500;
}

.post-section .content strong{
    font-weight: 600;
}

.post-section .content ul li{
    margin-bottom: 10px;
}

.post-section .content table ul{
    margin-bottom: 0px !important;
}

.post-section .content img{
    max-width: 100% !important;
    height: 100%;

    max-height: 80vh;
    object-fit: contain;
    object-position: center;
}

.post-section .faq-card {
    margin-top: 50px;
    position: unset;
    border: 4px double #BDCFBB;
    padding: 5px 15px;
}

.post-section .faq-card .title-wraper{
    margin-top: -38px;
    margin-bottom: 10px;
}

.post-section .faq-card #faqs{
    font-size: 28px;
    display: inline-block;
    padding: 0 12px;
    letter-spacing: .8px;
    color: #0C3563; 
    background-color: white;
}

.post-section .faq-card .faq-question{
    color: #222;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

.post-section .faq-card .faq-answer{
    color: #5d606c;
    font-size: 15px;
    margin-bottom: 20px;
}

.post-section .faq-card .faq-answer > p{
    margin-bottom: 5px;
}

.post-section .faq-card .faq-answer a strong{
    font-weight: 500;
}

.post-section .faq-card .faq-answer ul{
    margin-bottom: 5px;
}

.post-section .faq-card .faq-answer ul li{
    margin-bottom: 5px;
}

.post-section .faq-card .faq-answer:last-child{
    margin-bottom: 5px;
}

.post-section .read-next span{
    text-transform: uppercase;
    font-weight: 500;
}

.post-section .read-next a{
    font-weight: 500;
}

.post-section .content table.sr-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: #F0F5EF;
}

.post-section .content table.sr-striped-red > tbody > tr:nth-of-type(odd) > * {
    background-color: #faebeb;
}

.post-section .content table.sr-striped-info > tbody > tr:nth-of-type(odd) > * {
    background-color: #f0f7fb;
}

.post-section .content .tip-box tr, .post-section .content .tip-box td{
    padding: 0;
    border-radius: unset;
    border: none;
}

.post-section .content table.tip-box{
    padding: 0;
    margin: 30px 15px 20px 15px;
    border: 1px solid #c6ccdc !important;
    border-radius: 10px;
    position: relative;
    background: #f9f9fb;
    border-collapse: separate;
    min-width: 96%;
}

.post-section .content .tip-box td *, .post-section .content .alert-box td *{
    margin-top: 0px;
}

.post-section .content .tip-box p:last-child, .post-section .content .alert-box p:last-child {
    margin-bottom: 0px;
}


.post-section .content .tip-box td.tip-content{
    border: none !important;
}

.post-section .content  .tip-box .tip-titile{
    border-radius: 5px;
    top: -16px;
    left: -15px;
    color: #fff;
    font-size: 15px;
    padding: 3px 15px;
    position: absolute;
    border: none !important;
}

.post-section .content .tip-box td.tip-titile.default{
    background-color: #0C3563;
}
.post-section .content .tip-box td.tip-titile.danger{
    background-color: #ff3358;
}
.post-section .content .tip-box td.tip-titile.info{
    background-color: #4ba3ff;
}

.post-section .content .tip-content{
    margin-bottom: 0;
    padding: 22px 22px 17px 22px !important;
    border-radius: 10px;
}

.post-section .content table.alert-box {
    margin: 25px 15px;
    min-width: 96%;
}

.post-section .content .alert-box tr{
    border: none !important;
    padding: 0;
}

.post-section .content .alert-box td.alert-content{
    border: none !important;
    padding: 20px 20px;
}

.post-section .content .alert-box.default{
    border: none;
    background-color: #F0F5EF;
    border-left: 3.6px solid #0C3563;
} 

.post-section .content .alert-box.danger{
    border: none;
    background-color: #faebeb;
    border-left: 3.6px solid #ff1a44;
}   

.post-section .content .alert-box.info{
    border: none;
    background-color: #f0f7fb;
    border-left: 3.6px solid #007bff;
} 


.post-newsletter{
    margin-bottom: 30px;
    padding: 15px 30px;
    background-color: white;
    border-top: 1px solid #D8E5D7;
    border-bottom: 1px solid #D8E5D7;
}

.post-newsletter .newsletter-title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative; 
    display: inline-block;
    padding-right: 60px;
}

.post-newsletter .newsletter-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;   
    height: 3px;
    width: 50px;
    background-color: #344C3D;
    transform: translateY(-50%);
}


.post-newsletter  .newsletter-desc{
    color: #344C3D;
}

.post-newsletter  .newsletter-input{
    position: relative;
}

.post-newsletter .newsletter-img{
    height: 190px;
    opacity: .95;
    object-fit: contain;
}

.post-newsletter .newsletter-input input {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #D8E5D7;
    padding: 17px 30px;
}

.post-newsletter .newsletter-input input:focus {
    border-color: #344C3D;
}

.post-newsletter .newsletter-input .sub-btn:hover {
    background-color: #344C3D;
}

.post-newsletter .newsletter-input .sub-btn {
    position: absolute;
    background-color: #344C3D;
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 30px;
    right: 8px;
    top: 6px;
}


.related-post{
    background-color: #f4f1f2;
}

.related-post .section-title{
    font-size: 25px;
    padding-left: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative; 
    display: inline-block;
    padding-right: 60px;
}

.related-post .section-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;   
    height: 3px;
    width: 50px;
    background-color: #816570;
    transform: translateY(-50%);
}

.related-post .row .col-lg-4:nth-child(n + 4) .blog-card{
    border-top: 1px solid #E2DADD;
}

.related-post .blog-card {
    padding: 20px 25px;
   
}


.related-post .blog-card .blog-category{
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    color: #644f57;
    font-weight: 600;
    letter-spacing: 1px;
}

.related-post .blog-card .blog-img{
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 8px;
}

.related-post .blog-card .blog-title{
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-post .blog-card .author-img{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

.related-post .blog-card .blog-desc {
    margin-bottom: 15px;
}

.related-post .blog-card .blog-desc p{
    font-size: 14px;
    font-weight: 500;
}

.related-post .blog-card .blog-desc .blog-time{
    margin-left: auto;
}

/* .related-post .focus{
    background-color: white;
} */

.related-post .center-blog {
    border-left: 1px solid #ddd4d8;
    border-right: 1px solid #E2DADD;
}

.related-post .center-blog .blog-card .blog-title{
    margin-top: 0;
}




.edit-btn-wraper{
    position: fixed;
    bottom: 5%;
    z-index: 1000;
    width: 100%;
    text-align: center;
}

.edit-btn{
    border-radius: 20px;
    padding: 8px 25px;
    opacity: .98;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.33);
}

.laptop-ad{
    display: flex;
    justify-content: center;
    overflow:hidden;
    align-items: center;
}

.adsbygoogle{
    background-color: #f1f1f4;
    border-radius: 8px;
}

.mobile-ad .adsbygoogle{
    width: 300px !important;
    height: 250px !important;
}

.laptop-ad .adsbygoogle{
    width: 728px !important;
    height: 90px !important;
}

.laptop-ad::after{
    content: "Advertisement";
    font-size: 10px;
    height: 16px;
    color: #74798d;
    margin: 0px -24px;
    transform: rotate(270deg);
    transform-origin: center center 0;
}

.mobile-ad{
    text-align: center;
    display:none;
    overflow:hidden;
}

.mobile-ad::before{
    content: "Advertisement";
    font-size: 10px;
    display: block;
    margin-bottom: 3px;
    color: #74798d;
}

@media (max-width: 1400px){
    .post-section .toc-card-lg{
        margin-right: 0;
        margin-left: 20px;
    }

    .post-section .toc-card-lg .card-body{
        padding-right: 0;
    }

    .post-section .blog-title{
        width: 90%;
    }
}

@media (max-width: 1200px){
    .post-section .blog-title{
        width: 100%;
    }

    .post-section .toc-card-sm{
        border-top: 1px solid #E3F1FF;
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 0;
    }

    .post-section .toc-card-sm .toc-title {
        font-size: 18px;
        color: #222;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .post-section .toc-card-sm ul {
        padding-left: 0;
        margin-bottom: 0;
    }

    .post-section .toc-card-sm #view-more{
        font-size: 28px;
        font-weight: 500;
        margin-top: 12px;
        line-height: 10px;
        color: #4f515a;
        display: none;
    }

    .post-section .toc-card-sm.closed  #view-more{
        display: block;
    }

    .post-section .toc-card-sm.closed ul > li:nth-child(n+4) {
        display: none;
    }
    
    .post-section .toc-card-sm  ul li {
        list-style: none;
        margin-bottom: 6px;
    }

    .post-section .toc-card-sm ul li a {
        text-decoration: none;
        display: inline-block;
        width: 100%;
        font-size: 16px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .related-post .section-title{
        padding-left: 10px;
    }

    .related-post .blog-card{
        padding: 15px 10px;
    }

    .related-post .blog-card .blog-title{
        font-size: 18px;
    }

    .related-post .blog-card .blog-desc p{
        font-size: 13px;
    }

}

@media (max-width: 992px){

    .post-section .blog-title{
        font-size: 40px;
    }
    .post-section .thumbnail-figure{
        margin-bottom: 10px;
    }

    .mobile-ad{
        display: block;
    }

    .laptop-ad{
        display:none;
    }

    .post-newsletter{
        padding: 30px;
    }

    .post-newsletter .newsletter-input{
        margin-bottom: 25px;
    }

    .post-newsletter .newsletter-img{
        width: 100%;
        height: auto;
    }

}

@media (max-width: 768px){
    .post-section .blog-title{
        font-size: 35px;
    }
}

@media (max-width: 576px){
    .post-section .blog-category .breadcrumb-item + .breadcrumb-item{
        padding: 0;
    }

    .post-section .blog-category .breadcrumb .breadcrumb-item.active a::after{
        inline-size: 0px;
    }

    .post-section .post-share{
        margin-left: 0px;
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin-top: 5px;
    }

    .post-section .blog-title{
        font-size: 28px;
        /* text-align: center; */
        margin-bottom: 12px;
    }

    .post-section .blog-info {
        flex-wrap: wrap;
    }

    .post-section .author-name {
        font-size: 13px;
    }

    .post-section .author-img {
        width: 20px;
        height: 20px;
    }

    .post-section .blog-update {
        font-size: 13px;
    }

    .post-section .blog-read {
        display: none;
    }

    .post-section .blog-thumbnail{
        margin-top: 20px;
    }

    .post-section .toc-card-sm ul li a{
        font-size: 14px;
        font-weight: 500;
    }

    .post-section .share-post .share-title{
        font-size: 14.5px;
        margin-bottom: 12px;
    }
    .post-section .share-post a{
        padding: 5px 10px;
        font-size: 15px;
    }

    .post-section .content h2{
        font-size: 24px;
    }

    .post-section .content h3{
        font-size: 20px;
    }

    .post-section .content h4{
        font-size: 16px;
    }

    .post-section .content p{
        font-size: 16px;
    }

    .post-section .faq-card{
        padding: 5px 0;
    }

    .post-section .faq-card .title-wraper{
        margin-bottom: 0;
        margin-top: -34px;
    }

    .post-section .faq-card #faqs{
        font-size: 21px;
    }

    .post-section .faq-card .faq-question{
        font-size: 15px;
        margin-bottom: 3px;
    }

    .post-section .faq-card .faq-answer{
        font-size: 14px;
        margin-bottom: 15px;
    }

    .post-section .read-next span{
        display: block;
    }

    .post-newsletter{
        padding: 25px 10px;
    }

    .post-newsletter .newsletter-title{
        font-size: 21px;
    }

}

@media (max-width: 500px){
    .post-section .blog-category .breadcrumb{
        flex-direction: column;
        align-items: center;
    }
}

