.testimonial .da-slide {
  display: none; }

.testimonial .da-slide-current {
  z-index: 1000;
  display: block; }

.testimonial .da-dots {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0px;
  bottom: 12%;
  z-index: 2000;
  -moz-user-select: none;
  -webkit-user-select: none; }

.testimonial .da-dots span {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  margin: 3px;
  cursor: pointer;
  border: 2px solid #CBD6D6; }

.testimonial .da-dots span.da-dots-current:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  background: #03C2D3; }