.eapps-testimonials-slider-page-item-small-balloon .eapps-testimonials-slider-page-item-author-container {
	background-color: rgb(34, 34, 34);
    margin-top: 0 !important;
    padding-bottom: 24px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	color: #fff;
}

#eapps-testimonials-slider-1 .eapps-testimonials-slider-page-item-text:before {
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.eui-widget-title {
    color: #fff;
}

.eapps-testimonials-slider-slider .eui-slider-arrow svg {
    border-radius: 50%;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background-color: rgba(255, 255, 255, 0.5);
    fill: rgb(17, 17, 17);
    box-shadow: none;
    transition: background-color 0.3s, box-shadow 0.3s, fill 0.3s;
}

.eapps-testimonials-slider-slider .eui-slider-arrow-next.eui-slider-arrow-enabled {
    right: 10px !important;
}
.eapps-testimonials-slider-slider .eui-slider-arrow-next:hover {
    right: 0px !important;;
}
.eapps-testimonials-slider-slider .eui-slider-arrow-prev.eui-slider-arrow-enabled {
    left: 10px !important;;
}
.eapps-testimonials-slider-slider .eui-slider-arrow-prev:hover {
    left: 0 !important;;
}