@charset "UTF-8";

.choose__slider {
    height: 100%;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .choose__slider .swiper-horizontal > .swiper-pagination-bullets, .choose__slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.choose__wrapper .swiper-horizontal > .choose__slider .swiper-pagination-bullets .swiper-pagination-bullet, .choose__wrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 100%));
}

.choose__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    border: 1px solid #EAEAEA;
    border-right: none;
    color: #0D233B;
    height: 40px !important;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: 0 !important;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.choose__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-of-type {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.choose__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-of-type {
    border-right: 1px solid #EAEAEA;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.choose__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(71, 137, 127)), to(rgb(94, 167, 149))) !important;
    background: linear-gradient(0deg, rgb(71, 137, 127) 0%, rgb(94, 167, 149) 100%) !important;
}

.choose__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:hover span {
    color: #fff;
}

.swiper-pag {
    margin-top: 40px;
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

.swiper-pag .swiper-scrollbar {
    position: static;
}

.swiper-pag .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #5EA795;
}

.swiper-button-prev, .swiper-button-next {
    background-color: #529789;
    padding: 5px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    border: 1px solid #fff !important;
    -webkit-transition: background-color 0.2s ease, border-color 0.1s ease;
    transition: background-color 0.2s ease, border-color 0.1s ease;
}

.swiper-button-prev::after, .swiper-button-next::after {
    color: #fff;
    font-size: 17px;
    line-height: 1;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background-color: #fff;
    border: 1px solid #529789 !important;
}

.swiper-button-prev:hover::after, .swiper-button-next:hover::after {
    color: #529789;
}

.swiper-button-prev::after {
    content: "◄" !important;
    padding-right: 4px;
}

.swiper-button-next::after {
    content: "►" !important;
    padding-left: 4px;
}

.certificate .swiper-pag {
    max-width: none;
}

.certificate .swiper-slide {
    -ms-flex-preferred-size: calc((100% - 60px) / 4);
        flex-basis: calc((100% - 60px) / 4);
}

.doctors .swiper-pag {
    max-width: none;
}

.swiper__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.swiper__bottom .swiper-pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: auto;
    max-width: none;
}

.review .swiper-pag {
    margin: 50px auto 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media (max-width: 1250px) {
    .certificate .swiper-slide {
        -ms-flex-preferred-size: calc((100% - 40px) / 3);
            flex-basis: calc((100% - 40px) / 3);
    }

    .swiper-button-prev, .swiper-button-next {
        padding: 25px 26px;
    }
}

@media (max-width: 1050px) {
    .certificate .swiper-slide {
        -ms-flex-preferred-size: calc((100% - 20px) / 2);
            flex-basis: calc((100% - 20px) / 2);
    }
}

@media (max-width: 900px) {
    .choose .swiper-pag {
        max-width: 100%;
    }
}

@media (max-width: 650px) {
    .certificate .swiper-slide {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }

    .certificate .swiper-scrollbar {
        display: none;
    }

    .certificate .swiper-pag {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media (max-width: 600px) {
    .all__review .blog-wrapper, .all__articles .blog-wrapper, .all__doctors .blog-wrapper {
        margin-bottom: 0;
    }

    .all__articles .swiper-pag {
        display: none;
    }

    .all__review .swiper-pag {
        display: none;
    }
}

@media (max-width: 550px) {
    .choose .swiper-pag {
        display: none;
    }

    .doctors .swiper-scrollbar {
        display: none;
    }

    .doctors .swiper-pag {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .choose__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        border-radius: 20px;
    }
}