
.swipers2-pagination {
    bottom:30px!important;
}
.swipers2-pagination  .swiper-pagination-bullet{
    width:16px; 
    height: 16px;
    border-radius: 50%;
    margin: 0 12px!important;
    background: #fff;
    position: relative;
}
.swipers2-pagination  .swiper-pagination-bullet:after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    left:50%;
    margin-left: -15px;    
    top:50%;
    margin-top: -15px;
}
.swipers2-pagination  .swiper-pagination-bullet-active {
    background: #ea552d;
}
.swipers2-pagination  .swiper-pagination-bullet-active:after{
    border: 2px solid #ea552d;
}