.doctor-slider-section.doctor-slider-section-per-page .column .doctor-slider-buttons-wrapper .doctor-slider-buttons .doctor-slider svg rect {
    stroke: #3089BC;
}

.doctor-slider-section.doctor-slider-section-per-page .column .doctor-slider-buttons-wrapper .doctor-slider-buttons .doctor-slider svg path {
    fill: #3089BC;
}

.doctor-sliders.doctor-slider-section-per-page .doctor-details .doctor-header ul li {
    color: #3089BC;
}

.doctor-sliders.doctor-slider-section-per-page .doctor-details .doctor-header .doctor-details-content {
    display: flex;
    flex-flow: column nowrap;
    gap: 4px;
}

.doctor-slider-section-per-page .doctor-sliders .doctor-details .doctor-header .doctor-details-content .position {
    color: #1A5699;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 6%;
    text-transform: uppercase;
}

.doctor-slider-section-per-page .doctor-sliders .doctor-details .doctor-header .doctor-details-content .credentials {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 12px;
    color: #9C9C9C;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: justify;
}

.doctor-slider-section-per-page .doctor-sliders .doctor-details .doctor-header .doctor-details-content .credentials .credential {
    position: relative;
    display: inline-block;
    font-size: 0;
}

.doctor-slider-section-per-page .doctor-sliders .doctor-details .doctor-header .doctor-details-content .credentials .credential:before {
    content: '';
    width: 1px;
    height: 12px;
    background: #9C9C9C;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.doctor-slider-section-per-page .doctor-sliders .doctor-details .wysiwyg-content blockquote {
    background: #E9F0F2;
}

.doctor-slider-section-per-page .doctor-sliders .doctor-details .wysiwyg-content blockquote:before {
    background: #317088;
    width: 6px;
}

.doctor-slider-section-per-page .doctor-sliders .doctor-details .wysiwyg-content blockquote * {
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    font-family: 'Lato', sans-serif;
    font-style: Bold;
    leading-trim: NONE;
}

.doctor-slider-section-per-page .doctor-sliders .doctor-details .wysiwyg-content ul li:before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMyAyMkMxNy45NzA2IDIyIDIyIDE3Ljk3MDYgMjIgMTNDMjIgOC4wMjk0NCAxNy45NzA2IDQgMTMgNEM4LjAyOTQ0IDQgNCA4LjAyOTQ0IDQgMTNDNCAxNy45NzA2IDguMDI5NDQgMjIgMTMgMjJaTTE3Ljg4ODEgMTEuNjU3NEMxOC4yOTM3IDExLjI1MTggMTguMjkzNyAxMC41OTQzIDE3Ljg4ODEgMTAuMTg4OEMxNy40ODI2IDkuNzgzMjMgMTYuODI1MSA5Ljc4MzIzIDE2LjQxOTUgMTAuMTg4OEwxMi4yMTAyIDE0LjM5ODFMMTAuMTYxNSAxMi44NjE1QzkuNzAyNzIgMTIuNTE3NCA5LjA1MTgxIDEyLjYxMDQgOC43MDc2OSAxMy4wNjkyQzguMzYzNTcgMTMuNTI4MSA4LjQ1NjU2IDE0LjE3OSA4LjkxNTM4IDE0LjUyMzFMMTEuNjg0NiAxNi42QzEyLjA5OCAxNi45MTAxIDEyLjY3NjYgMTYuODY5IDEzLjA0MiAxNi41MDM1TDE3Ljg4ODEgMTEuNjU3NFoiIGZpbGw9IiMzMTcwODgiLz4KPC9zdmc+Cg==');
}

@media (max-width: 767px) {
    .doctor-slider-section-per-page .doctor-sliders .doctor-details .doctor-header .doctor-details-content {
        gap: 2px;
        align-items: center;
    }

    .doctor-slider-section-per-page .doctor-sliders .doctor-details .doctor-header .doctor-details-content .position {
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .96px;
    }

    .doctor-slider-section-per-page .doctor-sliders .doctor-details .doctor-header .doctor-details-content .credentials {
        font-size: 16px;
        line-height: 24px;
        gap: 0 12px;
        justify-content: center;
        text-align: center;
    }

    .doctor-slider-section-per-page .doctor-sliders .doctor-details .doctor-header .doctor-details-content .credentials .credential:before {
        height: 8px;
    }

}

.doctor-slider-section-per-page .doctor-sliders .doctor-details .doctor-header .doctor-details-content .credentials .credential:last-child {
    display: none;
}

@media (min-width: 768px) {
    .doctor-slider-section-per-page .doctor-sliders .doctor-slider-inner .doctor-slider-image {
        border-radius: 20px;
        overflow: hidden;
    }

    .doctor-slider-section-per-page .doctor-sliders .doctor-slider-inner {
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .doctor-slider-section-per-page .doctor-sliders .doctor-details .wysiwyg-content blockquote * {
        font-size: 16px !important;
        line-height: 24px !important;
        font-size: 700;
    }

    .doctor-slider-section-per-page .doctor-sliders .doctor-details .doctor-body.wysiwyg-content * {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

.doctor-slider-section-per-page .doctor-sliders .doctor-details .doctor-header h2 .icon {
    display: inline-block;
    font-size: 0;
    position: relative;
    top: -9px;
}