
.cm-testimonial-slider {
  position: relative;
  padding-top: 77px;
  padding-bottom: 48px;
}

.cm-testimonial-slider .heading-wrap {
  text-align: center;
}
.cm-testimonial-slider .heading-wrap h2 {
  margin: 0;
}
.cm-testimonial-slider .heading-wrap .separator {
  width: 22px;
  height: 2px;
  background: #d53d54;
  margin: 7px auto 38px;
}

.testimonial-holder {
    text-align: center;
}

.cm-testimonial-slider .testimonial-item {
  text-align: center;
  position: relative;
}

.cm-testimonial-slider .testimonial-item .content {
  font-size: 16px;
  line-height: 1.666666666666667em;
}
.cm-testimonial-slider .testimonial-item .content p {
  line-height: inherit;
}
.cm-testimonial-slider .testimonial-item .author {
  line-height: 1.666666666666667em;
  font-size: 13px;
  color: #303030;
  margin-top: 22px;
  font-weight: 500;
}

.cm-testimonial-slider .slick-slider {
    padding-bottom: 50px;
}

.cm-testimonial-slider .slick-arrow {
  background: transparent;
  padding: 0;
  font-size: 0;
  line-height: 42px;
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 1;
  background-color: transparent;
  text-indent: -9999px;
  color: #fff;
  border: 2px solid #fff;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  position: absolute;
  bottom: 8px;
}

.cm-testimonial-slider .slick-arrow:before {
  font-family: FontAwesome, sans-serif;
  position: absolute;
  height: 26px;
  width: 26px;
  line-height: 26px;
  top: 0;
  left: 0;
  color: #000;
  text-indent: 0;
  font-size: 16px;
}
.cm-testimonial-slider .slick-prev:before {
  content: '\f104';
}
.cm-testimonial-slider .slick-next:before {
  content: '\f105';
}

.cm-testimonial-slider button.slick-prev {
  left: calc(50% - 35px);
}
.cm-testimonial-slider button.slick-next {
  right: calc(50% - 35px);
}
.cm-testimonial-slider .slick-arrow:hover {
    opacity: 0.5;
}

