/***************************************************************************************************************
    Dear Dev Pros,

    Only add non-renderable SASS in this file (no CSS selectors), otherwise any CSS will be rendered
    into any file that includes this one (spoiler alert: most files include this file)
****************************************************************************************************************/
.testimonial-inner { border-left: 5px solid #00a7ff; }

.carousel-control-prev { left: -15px; opacity: 1; }

.carousel-control-next { right: -15px; opacity: 1; }

.carousel-control-next-icon { background-image: url("../icons/right-arrow.svg"); }

.carousel-control-prev-icon { background-image: url("../icons/left-arrow.svg"); }

@media (min-width: 768px) { .carousel-control-next-icon, .carousel-control-prev-icon { width: 30px; height: 30px; } }
/*# sourceMappingURL=elementtestimonialslider.css.map */