.testimonials_slider .testmn_inner {
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 10px hsla(0, 0%, 9%, 0.1);
  box-shadow: 0 2px 10px hsla(0, 0%, 9%, 0.1);
  overflow: hidden;
  padding: 25px;
  position: relative;
}
.testimonials_slider .card_box {
  position: relative;
  z-index: 5;
}
.testimonials_slider span.icon_img.icon_sp img {
  display: block;
  height: 100%;
  object-fit: cover;
  position: relative;
  width: 100%;
}
.testimonials_slider .icon_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 40px;
  justify-content: center;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
}
.testimonials_slider .card_content {
  margin-top: 26px;
}
.testimonials_slider .testmn_inner {
  white-space: normal;
}
.testimonials_slider .card_content > * {
  display: inline-block;
  margin: 0;
}
.testimonials_slider .testmn_item {
  display: flex;
  flex-wrap: wrap;
}
.testimonials_slider span.icon_img {
  line-height: 0;
}
.testimonials_slider span.seperator:after {
  border: solid;
  border-width: 1px 0 0;
  content: "";
  display: block;
  left: -9px;
  position: absolute;
  top: 9px;
  transform: rotate(-69deg);
  transform-origin: center;
  width: 27px;
}
.testimonials_slider span.seperator:before {
  content: "/";
  opacity: 0;
}
.testimonials_slider span.seperator {
  position: relative;
}
.testimonials_slider span.icon_img.icon_sp {
  border-radius: 100%;
  display: block;
  height: 60px;
  overflow: hidden;
  position: relative;
  width: 60px;
}
.testimonials_slider .icon_inner {
  border-radius: 0;
}
.testimonials_slider .card_content.fullauth > * {
  display: block;
}
.testimonials_slider .glide .glide__arrow--left {
  left: -13px;
}
.testimonials_slider .glide .glide__arrow--right {
  right: -13px;
}
.testimonials_slider .testmn_item.col12 .testmn_inner {
  width: 100%;
}
.testimonials_slider .testmn_row.masonryadded .testmn_item {
  margin-bottom: 20px;
}
.testimonials_slider .glide__slides .testmn_inner,
.testimonials_slider .testmn_inner {
  width: 100%;
}
.testimonials_slider .cm_social_follows > ul.flex_row {
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .testimonials_slider .glide .glide__arrow--right {
    right: 18px;
  }
  .testimonials_slider .glide .glide__arrow--left {
    left: 18px;
  }
}
