.comment-slider-widget {
  font-size: 11px;
  line-height: 16px;
  color: #3B3B3B;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}
.comment-slider-widget-slide {
  background: #E8E8E8;
  background: rgba(232, 232, 232, 0.25);
  border-radius: 20px;
  height: 250px;
  padding: 22px 20px;
}
.comment-slider-widget .tp-widget, .comment-slider-widget .comment-hldr {
  position: relative;
  height: 100%;
}
.comment-slider-widget .comment-hldr .comment-content {
  padding-right: 5px;
  height: 160px;
  overflow-y: auto;
}
.comment-slider-widget .comment-hldr .comment-content::-webkit-scrollbar {
  width: 3px;
}
.comment-slider-widget .comment-hldr .comment-content::-webkit-scrollbar-thumb {
  background: #dddddd;
}
.comment-slider-widget .tp-logo {
  max-width: 62px;
}
.comment-slider-widget .tp-stars {
  max-width: 112px;
  margin-top: 7px;
}
.comment-slider-widget .tp-count, .comment-slider-widget .author {
  bottom: 0;
  position: absolute;
}
.comment-slider-widget .initials {
  border: 1px solid #000000;
  background: #FFFFFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
}
.comment-slider-widget .owl-carousel {
  position: relative;
  padding-top: 50px;
}
.comment-slider-widget .owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 0;
}
.comment-slider-widget .owl-nav button {
  position: absolute;
}
.comment-slider-widget .owl-carousel .owl-nav button:hover {
  background: transparent;
}
.comment-slider-widget .owl-nav .owl-prev {
  left: 40px;
}
.comment-slider-widget .owl-nav .owl-next {
  right: 40px;
}
.comment-slider-widget .owl-prev svg {
  display: block;
  transform: scale(-1,1)
}
.comment-slider-widget .owl-carousel .owl-dots {
  margin-top: 25px;
}
.comment-slider-widget .owl-carousel .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  background: #C4C4C4;
  border-radius: 50%;
}
.comment-slider-widget .owl-carousel .owl-dots .owl-dot.active span {
  background: #3B3B3B;
}
.comment-slider-widget .owl-carousel .owl-stage-outer:before,
.comment-slider-widget .owl-carousel .owl-stage-outer:after {
  content: " ";
  display: block;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99999;
}
.comment-slider-widget .owl-carousel .owl-stage-outer:before {
  background: linear-gradient(90deg, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}
.comment-slider-widget .owl-carousel .owl-stage-outer:after {
  background: linear-gradient(270deg, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
  right: 0;
}
@media only screen and (min-width: 375px) {
  .comment-slider-widget {
    font-size: 12px;
  }
}
@media only screen and (min-width: 37.5em) {
  .comment-slider-widget-slide {
    height: 298px;
    padding: 15px 25px 10px;
  }
  .comment-slider-widget .tp-logo {
    max-width: 95px;
  }
  .comment-slider-widget .tp-stars {
    max-width: 171px;
    margin-top: 11px;
  }
}

@media only screen and (min-width: 48em) {
  .comment-slider-widget-slide {
    padding: 25px 35px 15px;
  }
  .comment-slider-widget-slide.tp-de {
    padding: 25px 20px 15px 25px;
  }  
}
@media only screen and (min-width: 62.5em) {
  .comment-slider-widget {
    font-size: 18px;
    line-height: 24px;
  }
  .comment-slider-widget-slide {
    padding: 45px 50px 30px;
  }

  .comment-slider-widget-slide.tp-de {
    padding: 45px 20px 30px 30px;
  }  
  .comment-slider-widget .initials {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .comment-slider-widget .comment-hldr .comment-content {
    height: 145px;
  }
}
@media only screen and (min-width: 75em) {

  .comment-slider-widget .owl-carousel {
    padding-top: 0;
  }
  .comment-slider-widget .owl-carousel .owl-stage-outer:before,
  .comment-slider-widget .owl-carousel .owl-stage-outer:after {
    width: 167px;
  }
  .comment-slider-widget .owl-nav .owl-prev {
    left: 0;
  }
  .comment-slider-widget .owl-nav .owl-next {
    right: 0;
  }
}