/* SWIPER SLIDER */

.checkup-swiper{
    overflow: hidden;
}

.swiper-pagination{
    position: unset!important;
}

.swiper-pagination-bullet{
    border: 1px solid #707070 !important;
    background-color: unset !important;
}

.swiper-pagination-bullet{
    position: relative;
    background-color: unset !important;
    border: 1px solid #707070;
    padding: 1px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active::after{
    content: '';
    background-color: #707070;
    width: 75%;
    height: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
