section.single-post {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.single-post .top-content-wrap {
    position: relative;
    padding: 80px 20px 0px 20px;
    width: 100%;
    max-width: 1000px;
}

.single-post .top-content-wrap .inner-wrap {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.single-post .top-content-wrap .inner-wrap .details .article-category {
    margin-bottom: 12px;
    display: block;
}

.single-post .top-content-wrap .inner-wrap .details .article-category a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.single-post .top-content-wrap .inner-wrap h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 800;
    line-height: 60px;
}

.single-post .top-content-wrap .doctor-section {
    padding: 0;
    margin-top: 32px;
    margin-bottom: 0;
}

.single-post .doctor-section .doctor-img-wrap {
    width: 60px;
    height: 60px;
    min-width: 60px;
}

.single-post .top-content-wrap .doctor-section .doctor-details h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
    display: block;
}

.single-post .top-content-wrap .doctor-section .doctor-details h6 svg {
    vertical-align: top;
}

.single-post .top-content-wrap .doctor-section .doctor-details h6 span {
    font-weight: 400;
}

.single-post .doctor-section .doctor-details h6 a {
    color: #2C75A9;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-decoration: underline;
}

.single-post .top-content-wrap .doctor-section .doctor-details label {
    color: #737373;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}

.single-post .top-content-wrap .inner-wrap img {
    border-radius: 20px;
    width: 100%;
    max-height: 440px;
    object-fit: cover;
}

.single-post .content-wrap.wysiwyg-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px 80px 20px;
    display: flex;
    gap: 40px;
}

.single-post .content-wrap.wysiwyg-content .share-wrap .icons-wrap {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.single-post .content-wrap.wysiwyg-content .share-wrap a {
    display: flex;
}

.single-post .content-wrap ul li::marker {
    color: #3A3A3B;
}

#ez-toc-container:nth-of-type(2) {
    display: none !important;
}

#ez-toc-container .ez-toc-title-toggle>a {
    padding-right: 0;
}

#ez-toc-container .ez-toc-title-toggle>a>span {
    left: unset;
}

.single-post #ez-toc-container {
    width: 100%;
    padding: 16px 20px;
    margin-bottom: 0 !important;
    border-radius: 12px;
    background: #F3F3F3;
    border: unset;
    margin-bottom: 40px !important;
}

.single-post #ez-toc-container .ez-toc-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-post #ez-toc-container nav {
    margin-top: 0;
}

.single-post #ez-toc-container nav ul {
    gap: 0;
}

.single-post #ez-toc-container nav>ul {
    margin-top: 8px;
}

.single-post #ez-toc-container .ez-toc-title {
    color: var(--grey-grey-1000-black, #000);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.single-post #ez-toc-container .ez-toc-link {
    color: #158ACE;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 187.5% */
    text-decoration-line: underline;
}

.single-post #ez-toc-container .ez-toc-counter nav ul li a::before {
    margin-right: 0;
    min-width: 16px;
}

.single-post .wysiwyg-content a {
    color: #1A5699;
}

.single-post .wysiwyg-content h2 {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
    text-transform: capitalize;
}

.single-post .wysiwyg-content h3 {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: 43px;
    /* 122.857% */
    text-transform: capitalize;
}

.single-post .wysiwyg-content h4 {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

.single-post .wysiwyg-content h5 {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
}

.single-post .wysiwyg-content h6 {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 136.364% */
}

.single-post .wysiwyg-content h2 a,
.single-post .wysiwyg-content h3 a,
.single-post .wysiwyg-content h4 a,
.single-post .wysiwyg-content h5 a,
.single-post .wysiwyg-content h6 a {
    font-size: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
}

.single-post .content-wrap.wysiwyg-content p,
.single-post .content-wrap.wysiwyg-content li {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #404040;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
}

.single-post .wysiwyg-content strong {
    font-size: inherit;
    line-height: inherit;
}

.single-post .content-wrap.wysiwyg-content .content-inner-wrap>*:nth-child(2) {
    margin-top: 32px;
}

@media screen and (max-width: 767px) {
    .single-post .top-content-wrap .doctor-section {
        margin-top: 24px;
    }

    .single-post .top-content-wrap .inner-wrap .details .article-category {
        margin-bottom: 6px;
    }

    .single-post .top-content-wrap .inner-wrap {
        /* flex-direction: column-reverse; */
        gap: 0;
    }

    .single-post .top-content-wrap .inner-wrap .featured-image-wrap {
        display: flex;
    }

    .single-post .content-wrap.wysiwyg-content {
        padding: 0 24px 20px;
        gap: 24px;
        flex-direction: column;
    }

    .single-post #ez-toc-container {
        margin-bottom: 32px;
    }

    .single-post .ez-toc-title-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .single-post .doctor-section .doctor-details h6 a {
        font-size: 16px;
        line-height: 22px;
    }

    .single-post .top-content-wrap .inner-wrap h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .single-post .top-content-wrap {
        padding: 0;
    }

    .single-post #ez-toc-container {
        padding: 16px 12px;
        margin-top: 0 !important;
        border-radius: 6px;
        display: flex;
        flex-direction: column;
    }

    .single-post .content-wrap.wysiwyg-content .share-wrap .icons-wrap {
        flex-direction: row;
    }

    #ez-toc-container .ez-toc-toggle label,
    .ez-toc-cssicon {
        left: 0 !important;
    }

    .single-post .top-content-wrap .inner-wrap img {
        border-radius: 0;
        max-height: 260px;
    }

    .single-post .top-content-wrap .inner-wrap .details {
        padding: 32px 20px;
    }

    .single-post .top-content-wrap .inner-wrap h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .single-post .content-wrap {
        padding: 40px 20px;
    }

    .single-post .top-content-wrap .doctor-section .doctor-details h6 span {
        display: block;
    }

    .single-post .top-content-wrap .doctor-section .credentials-list p {
        font-size: 10px;
        font-weight: 500;
        line-height: 14px;
        /* 140% */
        letter-spacing: 1.5px;
    }

    .single-post .top-content-wrap .doctor-section .credentials-list {
        column-gap: 12px;
    }

    .single-post .top-content-wrap .doctor-section .credentials-list p::after {
        right: -6px;
    }

    .single-post .top-content-wrap .doctor-section .doctor-details h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .single-post .top-content-wrap::after {
        content: unset;
    }

    .single-post .doctor-section .doctor-img-wrap {
        height: 76px;
        width: 76px;
        min-width: 76px;
    }

    .single-post .top-content-wrap .doctor-section .doctor-details label {
        color: #1E1919;
        font-size: 10px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: 0.4px;
    }

    .single-post .wysiwyg-content h2 {
        font-size: 34px;
        line-height: 42px;
    }

    .single-post .wysiwyg-content h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .single-post .wysiwyg-content h4 {
        font-size: 26px;
        font-weight: 700;
        line-height: 36px;
    }

    .single-post .wysiwyg-content h5 {
        font-size: 22px;
        line-height: 30px;
    }

    .single-post .wysiwyg-content h6 {
        font-size: 18px;
        line-height: 26px
    }

    .single-post .top-content-wrap .inner-wrap .details .article-category a {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        /* 150% */
        letter-spacing: 1.6px;
    }

    .single-post #ez-toc-container .ez-toc-link {
        text-align: left;
    }

    .single-post .content-wrap.wysiwyg-content p,
    .single-post .content-wrap.wysiwyg-content li {
        font-size: 18px;
        line-height: 26px;
    }
}

.credibility-wrap {
    display: flex;
    flex-flow: column nowrap;
}

.credibility-wrap .doctor-wrap {
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
}

.credibility-wrap .doctor-wrap .doctor-image {
    width: 100%;
    max-width: 72px;
    height: 72px;
    display: flex;
    flex-flow: column nowrap;
    position: relative;
}

.credibility-wrap .doctor-wrap .doctor-image .doc-image-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.credibility-wrap .doctor-wrap .doctor-image .doc-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.credibility-wrap .doctor-wrap .doctor-details {
    display: flex;
    flex-flow: column nowrap;
}

.credibility-wrap .doctor-wrap .doctor-details .doctor-detail {
    display: flex;
    flex-flow: column nowrap;
    gap: 4px;
}

.credibility-wrap .doctor-wrap .doctor-details .doctor-detail>p {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
}

.credibility-wrap .doctor-wrap .doctor-details .doctor-detail>p strong {
    font-weight: 700;
}

.credibility-wrap .doctor-wrap .doctor-details .doctor-detail .sub-doctor-details {
    display: flex;
    flex-flow: column nowrap;
}

.credibility-wrap .doctor-wrap .doctor-details .doctor-detail .sub-doctor-details .position {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1A5699;
}

.credibility-wrap .doctor-wrap .doctor-details .doctor-detail .sub-doctor-details .positions {
    color: #9C9C9C;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

@media only screen and (max-width: 767px) {
    .credibility-wrap .doctor-wrap {
        gap: 8px;
    }

    .credibility-wrap .doctor-wrap .doctor-image {
        max-width: 60px;
        height: 60px;
    }

    .credibility-wrap .doctor-wrap .doctor-details .doctor-detail {
        gap: 0;
    }

    .credibility-wrap .doctor-wrap .doctor-details .doctor-detail>p {
        font-size: 15px;
        line-height: 20px;
    }

    .credibility-wrap .doctor-wrap .doctor-details .doctor-detail>p strong {
        display: inline-block;
    }

    .credibility-wrap .doctor-wrap .doctor-details .doctor-detail .sub-doctor-details .position {
        font-size: 10px;
        line-height: 15px;
    }

    .credibility-wrap .doctor-wrap .doctor-details .doctor-detail .sub-doctor-details .positions {
        font-size: 9px;
        line-height: 15px;
    }
}

blockquote {
    background: #EFF1F5;
}

blockquote::before {
    background: #1A5699;
}

.section-page-banner-lp-30 .wrap .columns .column h1 {
    color: #FFF;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 54px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 68px !important;
    /* 125.926% */
}

blockquote * {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
}

blockquote strong {
    font-weight: 700 !important;
}

@media only screen and (max-width: 767px) {
    blockquote * {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .section-page-banner-lp-30 .wrap .columns .column h1 {
        font-size: 34px !important;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 46px !important;
    }

    .single-post .top-content-wrap .inner-wrap .featured-image-wrap {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        height: 335px;
        border-radius: 20px;
        overflow: hidden;
    }

    .single-post .top-content-wrap .inner-wrap .featured-image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        max-height: unset;
        border-radius: 20px;
        overflow: hidden;
    }
}

.credibility-wrap .doctor-wrap .doctor-details .doctor-detail>p strong {
    position: relative;
}

.credibility-wrap .doctor-wrap .doctor-details .doctor-detail>p strong span {
    position: absolute;
    right: -15px;
    top: 0px;
    width: 12px;
    height: 12.5px
}

.credibility-wrap .doctor-wrap .doctor-details .doctor-detail>p strong span svg {
    width: 100%;
    height: 100%;
    display: block;
}

@media only screen and (max-width: 767px) {
    .credibility-wrap .doctor-wrap .doctor-details .doctor-detail>p strong span {
        top: 0px;
        right: -8px;
        width: 9px;
        height: 8.64px;
    }
}