.doctor-slider-section {
    background: #fff;
    background: linear-gradient(270deg, #EAF5F7 70.69%, #FFF 70.69%);
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.doctor-slider-section .wrap {
    width: 100%;
    padding: 100px;
    max-width: 1440px;
}

.doctor-slider-section .columns {
    display: flex;
    flex-flow: column nowrap;
    gap: 80px;
}

.doctor-slider-section .columns .column {
    width: 100%;
    position: relative;
}

.doctor-sliders .doctor-slider-inner {
    display: flex;
    flex-flow: row nowrap;
    gap: 80px;
}

.doctor-sliders .doctor-slider-inner .doctor-slider-contents {
    width: 100%;
}

.doctor-sliders .doctor-slider-inner .doctor-slider-image {
    max-width: 480px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px;
}

.doctor-sliders .doctor-slider-inner .doctor-slider-content {
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
    padding-top: 40px;
}

.doctor-sliders .doctor-details {
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
}

.doctor-sliders .doctor-details .doctor-header {
    gap: 2px;
    display: flex;
    flex-flow: column nowrap;
}

.doctor-sliders .doctor-details .doctor-header h2 {
    margin: 0;
    color: #000;

}

.doctor-sliders .doctor-details .doctor-header ul {
    display: flex;
    flex-flow: column nowrap;
    gap: 2px;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.doctor-sliders .doctor-details .doctor-header .credentials {
    margin-top: 0px;
    color: #3A3A3B;
}

.doctor-sliders .doctor-details .doctor-header .credentials p,
.doctor-sliders .doctor-details .doctor-header .credentials p span {
    margin: 0;
    color: #3A3A3B;
}

/* .doctor-sliders .doctor-details .doctor-header .credentials p span:last-of-type {
    display: none;
} */

.doctor-sliders .doctor-details .doctor-header .credentials p span.sep {
    display: none;
    display: inline-block;
    margin: 0 4px;
}

.doctor-sliders .doctor-details .doctor-header ul li,
.doctor-sliders .doctor-details .doctor-header ul li a {
    color: #1A6B8B;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.doctor-sliders .doctor-details .wysiwyg-content blockquote {
    background: #fff;
}

/* 
.doctor-sliders .doctor-details .wysiwyg-content blockquote:before {
    background: #65AB92;
} */

.doctor-sliders .doctor-details .wysiwyg-content blockquote * {
    color: #000 !important;
}

.doctor-sliders .doctor-details .wysiwyg-content ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    flex-flow: column nowrap;
    gap: 12px;
}

.doctor-sliders .doctor-details .wysiwyg-content ul li {
    position: relative;
    padding-left: 36px;
}

.doctor-sliders .doctor-details .wysiwyg-content ul li:before {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgMTNDNCA4LjAyOTQ0IDguMDI5NDQgNCAxMyA0QzE3Ljk3MDYgNCAyMiA4LjAyOTQ0IDIyIDEzQzIyIDE3Ljk3MDYgMTcuOTcwNiAyMiAxMyAyMkM4LjAyOTQ0IDIyIDQgMTcuOTcwNiA0IDEzWiIgZmlsbD0iIzE3NTZBMCIvPgo8cGF0aCBkPSJNMTUuOTEzOSA5LjY2MTE4QzE2LjIxNjggOS4zMzIyNiAxNi43MjkxIDkuMzExMDQgMTcuMDU4MyA5LjYxMzcyQzE3LjM4NzQgOS45MTY1NCAxNy40MDg1IDEwLjQyODggMTcuMTA1NyAxMC43NTgxTDEyLjE0MDggMTYuMTU4MUMxMS45ODc0IDE2LjMyNDkgMTEuNzcwNyAxNi40MiAxMS41NDQgMTYuNDJDMTEuMzE3NSAxNi40MTk5IDExLjEwMTQgMTYuMzI0OCAxMC45NDgxIDE2LjE1ODFMOC43MTMwNyAxMy43MjUyTDkuOTA2NjIgMTIuNjI5M0wxMS41NDQgMTQuNDEyNkwxNS45MTM5IDkuNjYxMThaTTguNzYyMjkgMTIuNTgwOUM5LjA5MTczIDEyLjI3ODUgOS42MDQwNSAxMi4yOTk5IDkuOTA2NjIgMTIuNjI5M0w4LjcxMzA3IDEzLjcyNTJDOC40MTA2NSAxMy4zOTU4IDguNDMyOTIgMTIuODgzNSA4Ljc2MjI5IDEyLjU4MDlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.doctor-sliders .doctor-footer .site-btn {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 8px;
    color: #141414;

    /* Button */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 100% */
    letter-spacing: 0.32px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
}

/* .doctor-sliders .doctor-footer .site-btn:hover {
    background: #1A454C;
    border: 1px solid #1A454C;
    color: #fff !important;
} */

.doctor-sliders .doctor-footer .site-btn .icon {
    width: 28px;
    height: 28px;
}

.doctor-sliders .doctor-footer .site-btn .icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.doctor-sliders .doctor-footer .site-btn .icon svg path {
    fill: #1A6B8B;
}

.doctor-sliders .doctor-footer .site-btn:hover .icon svg path {
    fill: #fff;
}

.doctor-sliders .doctor-footer .site-btn:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='27' viewBox='0 0 26 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.7071 14.2208C22.0976 13.8303 22.0976 13.1971 21.7071 12.8066L15.3431 6.44261C14.9526 6.05208 14.3195 6.05208 13.9289 6.44261C13.5384 6.83313 13.5384 7.46629 13.9289 7.85682L19.5858 13.5137L13.9289 19.1705C13.5384 19.5611 13.5384 20.1942 13.9289 20.5847C14.3195 20.9753 14.9526 20.9753 15.3431 20.5847L21.7071 14.2208ZM5 14.5137L21 14.5137L21 12.5137L5 12.5137L5 14.5137Z' fill='white'/%3E%3C/svg%3E%0A") !important;
}

@media only screen and (min-width: 768px) {
    .doctor-sliders .doctor-footer .site-btn {
        width: unset;
    }
}

.doctor-sliders .doctor-footer .site-btn:after {
    width: 26px;
    height: 26px;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='27' viewBox='0 0 26 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.7071 14.2208C22.0976 13.8303 22.0976 13.1971 21.7071 12.8066L15.3431 6.44261C14.9526 6.05208 14.3195 6.05208 13.9289 6.44261C13.5384 6.83313 13.5384 7.46629 13.9289 7.85682L19.5858 13.5137L13.9289 19.1705C13.5384 19.5611 13.5384 20.1942 13.9289 20.5847C14.3195 20.9753 14.9526 20.9753 15.3431 20.5847L21.7071 14.2208ZM5 14.5137L21 14.5137L21 12.5137L5 12.5137L5 14.5137Z' fill='%23808080'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.doctor-slider-section .column .doctor-slider-buttons-wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
}

.doctor-slider-section .column .doctor-slider-buttons-wrapper .doctor-slider-buttons {
    display: flex;
    flex-flow: row nowrap;
    gap: 6px;
}

.doctor-slider-section .column .doctor-slider-buttons-wrapper .doctor-slider-buttons .doctor-slider {
    display: flex;
    cursor: pointer;
}

/* .doctor-slider-section .column .doctor-slider-buttons-wrapper .doctor-slider-buttons .doctor-slider svg rect {
    stroke: #1A6B8B;
}

.doctor-slider-section .column .doctor-slider-buttons-wrapper .doctor-slider-buttons .doctor-slider svg path {
    fill: #1A6B8B;
} */

.doctor-slider-section .doctor-sliders .doctor-slider-inner .doctor-slider-image .mobile-img {
    display: initial;
    width: 100%;
    border-radius: 40px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: none;
}

.doctor-slider-section .doctor-sliders .slick-dots {
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
    bottom: unset;
    top: 0;
    display: none !important;
}

@media only screen and (min-width: 1440px) {
    .doctor-slider-section .doctor-sliders .slick-dots {
        margin-left: 46%;
    }
}

@media only screen and (max-width: 1439px) {
    .doctor-slider-section .doctor-sliders .slick-dots {
        justify-content: center;
    }
}

.doctor-slider-section .doctor-sliders .slick-dots li {
    margin: 0;
    width: 12px;
    height: 12px;
}

.doctor-slider-section .doctor-sliders .slick-dots li button {
    padding: 0;
    width: 12px;
    height: 12px;
    background: #8A8A8A;
    border-radius: 50px;
    opacity: 0.4;
}

.doctor-slider-section .doctor-sliders .slick-dots li.slick-active button {
    background: #8A8A8A;
    opacity: 1;
}

.doctor-slider-section .doctor-sliders .slick-dots li button:before {
    display: none;
}

@media only screen and (max-width: 1366) {
    .doctor-slider-section .doctor-sliders .doctor-slider-inner .doctor-slider-image {
        background-image: none !important;
    }
}

@media only screen and (max-width: 1279px) {
    .doctor-slider-section .wrap {
        padding: 80px 20px;
    }

    .doctor-sliders .doctor-slider-inner {
        gap: 60px;
    }

    .doctor-sliders .doctor-slider-inner .doctor-slider-image {
        max-width: 360px;
    }
}

@media only screen and (max-width: 1050px) {
    .doctor-slider-section .column .doctor-slider-buttons-wrapper {
        position: relative;
        justify-content: center;
        margin-bottom: 40px;
    }

    .doctor-sliders .doctor-slider-inner {
        gap: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .doctor-slider-buttons-wrapper-mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .doctor-slider-buttons-wrapper-desktop {
        display: none !important;
    }

    .doctor-slider-section .wrap {
        padding: 0;
    }

    .doctor-sliders .doctor-slider-inner .doctor-slider-image,
    .doctor-slider-section .doctor-sliders .doctor-slider-inner .doctor-slider-image .mobile-img {
        border-radius: 0;
        height: unset !important;
    }

    .doctor-sliders .doctor-details {
        align-items: center;
    }



    .doctor-slider-section .column .doctor-slider-buttons-wrapper {
        margin-bottom: 24px;
    }

    .doctor-slider-section .column .doctor-sliders .doctor-slider-inner {
        flex-flow: column nowrap;
        gap: 0px;
    }

    .doctor-slider-section .doctor-sliders .doctor-slider-inner .doctor-slider-image {
        width: 100%;
        max-width: unset;
        overflow: hidden;
    }

    .doctor-sliders .doctor-slider-inner .doctor-slider-image {
        max-width: 100%;
    }

    .doctor-slider-section .doctor-sliders .doctor-slider-inner .doctor-slider-image .mobile-img {
        display: initial;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top center;
        object-position: top center;
    }

    .doctor-sliders .doctor-details .doctor-header {
        align-items: center;
    }

    .doctor-sliders .doctor-details .doctor-header h2 {
        text-align: center;
    }

    .doctor-sliders .doctor-details .doctor-header ul {
        align-items: center;
        text-align: center;
    }

    .doctor-sliders .doctor-details .doctor-header ul li,
    .doctor-sliders .doctor-details .doctor-header ul li a {
        font-size: 16px;
        line-height: 24px;
        /* 150% */
        letter-spacing: 1.6px;
    }

    .doctor-sliders .doctor-slider-inner .doctor-slider-content .doctor-details .doctor-body {
        font-size: 16px !important;
        line-height: 24px !important;

    }

    .doctor-sliders .doctor-details .wysiwyg-content blockquote * {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .doctor-sliders .doctor-footer {
        margin-top: 24px !important;
    }

    .doctor-sliders .doctor-slider-inner .doctor-slider-content {
        padding: 0px;
    }

    .doctor-sliders .doctor-details .doctor-header .credentials p,
    .doctor-sliders .doctor-details .doctor-header .credentials p span {
        font-size: 14px;
        line-height: 14px;
        /* 100% */
        letter-spacing: 0.28px;
    }

    .doctor-slider-section .column .doctor-slider-buttons-wrapper .doctor-slider-buttons .doctor-slider {
        width: 44px;
        height: 44px;
    }

    .doctor-slider-section .column .doctor-slider-buttons-wrapper .doctor-slider-buttons .doctor-slider svg {
        width: 100%;
        height: 100%;
    }
}

/* .doctor-slider-section .column .doctor-slider-buttons-wrapper .doctor-slider-buttons .doctor-slider svg rect {
    fill: #fff;
} */


.doctor-sliders .doctor-slider-inner .doctor-slider-content .doctor-details .doctor-body {}

.doctor-sliders .doctor-slider-inner .doctor-slider-content .doctor-details .doctor-body blockquote,
.doctor-sliders .doctor-slider-inner .doctor-slider-content .doctor-details .doctor-body p,
.doctor-sliders .doctor-slider-inner .doctor-slider-content .doctor-details .doctor-body ul,
.doctor-sliders .doctor-slider-inner .doctor-slider-content .doctor-details .doctor-body ol {
    margin-bottom: 12px;
}

.doctor-sliders .doctor-slider-inner .doctor-slider-content .doctor-details .doctor-body :first-child {
    margin-top: 0;
}

.doctor-sliders .doctor-slider-inner .doctor-slider-content .doctor-details .doctor-body :last-child {
    margin-bottom: 0;
}

.doctor-sliders .doctor-slider-inner .doctor-slider-content .doctor-details .doctor-body {
    color: #3A3A3B;
}

.doctor-sliders .doctor-slider-inner .doctor-slider-content .doctor-details .doctor-body blockquote {
    margin: 0 0 12px;

}

/* .doctor-sliders .doctor-slider-inner .doctor-slider-content .doctor-details .doctor-body blockquote strong {
    font-weight: 600
}

.doctor-sliders .doctor-slider-inner .doctor-slider-content .doctor-details .doctor-body blockquote:before {
    content: '';
    position: absolute;
    width: 6px;
    height: calc(100% - 32px);
    top: 16px;
    left: 16px;
    background: #000;
} */

.doctor-sliders .doctor-footer {
    display: flex;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .doctor-slider-section {
        background: linear-gradient(0deg, #EAF5F7 70.69%, #FFF 70.69%);
        padding: 40px 20px;
    }

    .doctor-slider-section .column .doctor-sliders .doctor-slider-inner {
        gap: 32px;
    }

    .doctor-slider-section .doctor-sliders .slick-dots {
        top: 320px;
    }

    .doctor-sliders .doctor-details .doctor-header {
        flex-flow: column nowrap;
        align-items: center;
    }

    .doctor-slider-section .column .doctor-slider-buttons-wrapper {

        margin-bottom: 0;
        justify-content: center;
    }

    .doctor-sliders .doctor-slider-inner .doctor-slider-content .doctor-details .doctor-body {
        order: 3;
    }

    .doctor-slider-section .doctor-sliders .slick-dots {
        justify-content: flex-start;
        padding-left: 20px;
        padding-right: 20px;
    }

    .doctor-sliders .doctor-details .doctor-header ul li,
    .doctor-sliders .doctor-details .doctor-header ul li a {
        text-align: left;
    }

    .doctor-sliders .doctor-slider-inner .doctor-slider-image {
        background-image: none !important;
    }

    .doctor-slider-section .doctor-sliders .doctor-slider-inner .doctor-slider-image .mobile-img {
        display: block;
    }
}

/* 
.doctor-slider-section .column .doctor-slider-buttons-wrapper .doctor-slider-buttons .doctor-slider svg rect {
    fill: #878787;
    stroke: #878787;
}

.doctor-slider-section .column .doctor-slider-buttons-wrapper .doctor-slider-buttons .doctor-slider svg path {
    fill: #fff;
} */

@media (max-width: 575px) {

    /* .doctor-sliders .doctor-slider-inner .doctor-slider-image,
    .doctor-slider-section .doctor-sliders .doctor-slider-inner .doctor-slider-image .mobile-img {
        height: 270px !important;
    } */

    .doctor-slider-section .doctor-sliders .slick-dots {
        top: 291px;
    }
}

@media (min-width: 1280px) {
    .doctor-slider-section .column .doctor-slider-buttons-wrapper {
        top: 40px;
    }
}