ul.post-categories,
.post-categories li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.post-date,
.date.first,
.post-categories li:not(:first-child) {
    display: none;
}

body .blog-single-header .component-left .pre-title li {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.author .avatar {
    background-color: #0f69a0;
    border-radius: 50%;
}

.blog-single-header .component-left .author {
    margin: 30px 0;
}

footer {
    position: relative;
    z-index: 6 !important;
}

.single-post .blog-text-content .wp-block-columns {
    gap: 0 !important;
}

body .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: auto !important;
    flex-grow: unset !important;
}

.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5 {
    font-family: "Source Sans 3", serif !important;
    font-weight: 500;
    font-size: 32px;
}

.blog-single-header .pre-title {
    font-family: "Source Sans 3", serif !important;
    padding: 6px 30px !important;
}

.post-categories span {
    font-family: "Source Sans 3", serif !important;
    font-size: 13px;
}

body .blog-single-header .author h5 {
    font-family: "Source Sans 3", serif !important;
}

body .blog-single-header .author h5 span {
    font-family: "Source Sans 3", serif !important;
    text-transform: uppercase;
    font-weight: 600;
}

.date {
    margin-top: 10px;
    font-family: "Source Sans 3", serif !important;
    font-size: 14px !important;
}

.frequently-asked-questions .row>div:first-child h2 {
    font-size: 32px;
    font-weight: 400;
}

@media (max-width: 769px) {
    .frequently-asked-questions .row>div:first-child h2 {
        margin-bottom: 40px;
    }
}

.list-item>div>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-item>div>div:first-child {
    padding: 20px 30px 30px 30px;
}

.frequently-asked-questions .inner-container h2 {
    width: 100%;
    margin: 0;
    font-size: 40px;
    font-weight: 400;
}

.frequently-asked-questions .inner-container h2+p {
    text-align: center;
}

body .accordion-item .accordion-header .accordion-button {
    padding: 25px 30px;
    border-radius: 20px !important;
    box-shadow: none;
}

@media (max-width: 769px) {
    body .accordion-item .accordion-header .accordion-button {
        padding: 16px 20px;
    }
}

.frequently-asked-questions .inner-container h2+p {
    text-align: center;
}

.frequently-asked-questions p {
    margin-bottom: 60px;
    font-size: 20px;
    font-weight: 400;
}

.frequently-asked-questions h6 {
    font-weight: 500;
    font-family: "Source Sans 3";
    border-radius: 20px !important;
    font-size: 24px;
}

@media (max-width: 769px) {
    .frequently-asked-questions h6 {
        font-size: 20px;
    }
}

.list-items {
    margin-bottom: 55px;
}

.list-items>.list-item:first-child {
    margin-top: 0;
}

body .list-item {
    margin: 20px 0;
    border: 1px solid #cecece !important;
    border-radius: 20px !important;
}

.list-item .accordion-body {
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

body .accordion-button:not(.collapsed) {
    background-color: #ffffff;
}

body .btn-set a {
    margin: 0 15px;
}


.frequently-asked-questions .accordion-button .icon-toggle {
    transition: transform 0.2s;
}

.frequently-asked-questions .accordion-button:not(.collapsed)::after {
    content: "\f068";
    /* minus icon (fa-minus) */
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    background-image: inherit !important;
    color: #009EDC;
}

.frequently-asked-questions .accordion-button.collapsed::after {
    content: "\e59e";
    /* plus icon (fa-plus) */
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    background-image: inherit !important;
    color: #009EDC;
}


/* TableResponsive */

.TableResponsive-wrapper {
    overflow-x: auto;
    margin: 20px auto;
}

.TableResponsive-wrapper .longest-text {
    min-width: 360px;
}

@media (max-width: 769px) {
    .TableResponsive-wrapper .longest-text {
        min-width: 390px;
    }
}

.TableResponsive-wrapper table {
    width: 100%;
    border-collapse: collapse;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.TableResponsive-wrapper table thead {
    background: #0A3E78;
}

.TableResponsive-wrapper table thead th {
    font-weight: 500;
    padding: 24px 48px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.92px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "Source Sans 3";
    font-size: 22px;
}

.TableResponsive-wrapper table thead th.no-body {
    color: #2D3032;
    letter-spacing: 0px;
    text-transform: inherit;
    background: #E6F5FE !important;
}

.TableResponsive-wrapper table thead th.no-body:nth-child(1) {
    border-bottom-left-radius: 12px;
}

.TableResponsive-wrapper table thead th.no-body:nth-last-child(1) {
    border-bottom-right-radius: 12px;
}

.TableResponsive-wrapper table thead th:nth-child(1) {
    border-top-left-radius: 12px;
}

.TableResponsive-wrapper table thead th:nth-last-child(1) {
    border-top-right-radius: 12px;
}

@media (max-width: 991px) {
    .TableResponsive-wrapper table thead th {
        padding: 16px 24px;
        font-size: 20px;
        min-width: 180px;
    }
}

.TableResponsive-wrapper table tbody tr td {
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    color: #2D3032;
    font-family: "Source Sans 3";
    font-size: 18px;
}

.TableResponsive-wrapper table tbody tr td ul {
    padding-left: 20px;
}

.TableResponsive-wrapper table tbody tr td:nth-child(1) {
    letter-spacing: 1.92px;
    font-size: 22px;
    text-transform: uppercase;
}

.TableResponsive-wrapper table tbody tr:nth-child(even) {
    background: #E6F5FE;
}

.TableResponsive-wrapper.is_odd table tbody tr:nth-child(even) {
    background: #FFFFFF;
}

.TableResponsive-wrapper.is_odd table tbody tr:nth-child(odd) {
    background: #E6F5FE;
}

.TableResponsive-wrapper table tbody tr:nth-last-child(1) td:first-child,
.TableResponsive-wrapper.is_odd table tbody tr:nth-last-child(1) td:first-child {
    border-bottom-left-radius: 12px;
}

.TableResponsive-wrapper table tbody tr:nth-last-child(1) td:last-child,
.TableResponsive-wrapper.is_odd table tbody tr:nth-last-child(1) td:last-child {
    border-bottom-right-radius: 12px;
}


.TableResponsive-wrapper table td,
.TableResponsive-wrapper table th {
    border: 0px;
    text-align: left;
    padding: 24px 48px;
}

@media (max-width: 991px) {

    .TableResponsive-wrapper table td,
    .TableResponsive-wrapper table th {
        padding: 16px 24px;
    }
}

/* End Table Styles */

.blog-single-header {
    padding: 110px 0 !important;
}

.author img {
    max-width: 100% !important;
}

.blog-single-header {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 0 auto 90px 0;
    padding-left: 90px;
}

@media (min-width: 768px) {
    .blog-single-header {
        flex-direction: row;
    }
}

.blog-single-header .pre-title {
    color: #2D3032;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    background: #ebf1fc;
    max-width: max-content;
    padding: 10px 20px;
    border-radius: 30px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
}

.blog-single-header .h1-first,
.blog-single-header .h1-second {
    width: 100%;
    font-size: 50px;
    font-weight: 500;
    margin: 5px 0;
    font-family: "Merriweather", serif !important;
    text-align: left;
    color: #FFFFFF;
}

.blog-single-header .h1-second::after {
    content: "";
    position: absolute;
    right: 20%;
    bottom: 0;
    width: 70%;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../assets/images/underline.png");
}

.blog-single-header .text-content p {
    margin: 0 0 20px 0;
    line-height: 35px;
    font-weight: 400;
    max-width: 80%;
}

.blog-single-header .text-content ul {
    margin-top: 20px;
    margin-bottom: 0;
}

.blog-single-header .text-content ul li {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 30px;
    list-style: none;
    line-height: 15px;
    position: relative;
    padding-left: 40px;
}

.blog-single-header .text-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../assets/images/checkmark.png");
}

.blog-single-header .author {
    display: grid;
    gap: 10px;
    margin-top: 0px;
    grid-template-columns: 40px 1fr;
    margin-top: 30px;
}

.blog-single-header .author h5 {
    color: #FFFFFF;
    font-weight: 500;
    font-family: "DM Sans", sans-serif !important;
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 0px !important;
}

.blog-single-header .date {
    color: #FFFFFF;
    font-weight: 500;
    font-family: "DM Sans", sans-serif !important;
    font-size: 14px;
}

.blog-single-header .component-right {
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-position: 90%;
    display: flex;
    align-items: center;
}

.blog-single-header img {
    max-width: 538px;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .blog-single-header .component-right {
        aspect-ratio: auto;
        height: 300px;
    }
}

@media only screen and (max-width: 991px) {

    .blog-single-header {
        padding-bottom: 60px;
        padding-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
        background-position: top;
    }

    .blog-single-header .component-left {
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 16px;
        padding-left: 0;
        padding-right: 0;
    }

    .blog-single-header .component-left .h1-first {
        font-size: 40px;
        max-width: 90%;
    }

    .blog-single-header .component-right img {
        width: 100%;
    }

    .blog-single-header .form {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .blog-single-header .form input,
    .blog-single-header .form button {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

p.eplus-wrapper a {
    text-decoration: none;
}

.single-post .blog-text-content .blog-banner {
    padding: 30px !important;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
