body {
  font-family: "Open Sans", sans-serif;
}

.testimonials {
  overflow: hidden;
  position: relative;
  min-height: 200px;
}

.testimonials {
  background: #3181bede;
}

.one-slide,
.testimonial,
.message {
  border: none !important;
  outline: none !important;
  font-size: 16px;
  text-align: center;
  line-height: 1.8rem;
  font-weight: 300;
}

.icon-overlay {
  position: absolute;
  opacity: 0.3;
  right: 10%;
  top: 0;
  height: auto;
  width: 100%;
  max-width: 400px;
}

.carousel-controls .control {
  position: absolute;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  top:50%;
  border: 2px solid #fff;
  z-index: 1;
}

.prev {
  left: -2.25rem;
}

.next {
  right: -2.25rem;
}
.tetimonilas-designation{
  padding: 10px;
  font-size: 14px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    content: '•';
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    /*opacity: .25;*/
    color: #a9a7a7;;
}
.slick-dots li.slick-active button::before {
    color: #3181be;
    opacity: 1;
  }
  
@media screen and (max-width: 768px) {
  .testimonials {
    min-height: 200px;
  }
  .icon-overlay {
    height: 300px;
    top: calc(50% - 150px);
  }
  .carousel-controls .control {
    width: 25px;
    height: 25px;
    top: 30%;
  }
  .prev {
    left: 0;
  }
  .next {
    right: 0;
  }
  .control i {
    font-size: .7rem;
  }
  .testimonials .message {
    /*font-size: 1rem;*/
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    font-weight: 300;
  }
  .testimonials h2 {
    font-size: 1.5rem;
  }
}
