/* BASIC css start */
.swiper-slide img {width:100%;}
.sn-swiper-pagination {
    bottom: 15px !important;
    text-align: left;
}

.sn-swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #303030;
    -webkit-transition: all 180ms ease-in-out;
    opacity: 0.5;
    float: left;
    margin-right: 0 !important;
}

.sn-swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
    opacity: 1;
}
/* BASIC css end */

