/* DP Slider Navigation */

#C4B-carousel .swiper-button-prev {
    transform: none;
    margin-top: -100px;
    top: 10px !important;
    margin-left: auto!important;
    right: 52px;
    font-size: 20px !important;
    background-color: #fff;
    padding: 25px !important;
}
#C4B-carousel .swiper-button-next {
    transform: none;
    top: 10px !important;
    margin-top:-100px;
    right: 0px !important;
    background-color: #fff;
    padding: 25px !important;
}

/* Arrow Size and Style */

#C4B-carousel .swiper-button-next:after, #C4B-carousel .swiper-button-prev:after {
    font-size: 20px;
    color: #aed4e4;
}

/* DP Slider Pagination */

#C4B-carousel .swiper-pagination-bullet-active {
    background-color: #fff;
}
#C4B-carousel .swiper-pagination-bullet {
    background-color: #fff;
    top: 15px;
}