.digr_testimonial_carousel .digrtc_container,
.digr_testimonial_carousel .digrtc_item_inner {
  display: flex;
  flex-direction: column;
}
.digrtc_inner_container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.digrtc_author_wrapper {
  display: flex;
}

.digr_testimonial_carousel .digrtc_container .digrtc_inner_wrapper,
.digrtc_item_container .digrtc_qoute_image_wrapper,
.digr_testimonial_carousel .swiper-container {
  width: 100%;
}

.digr_testimonial_carousel .swiper-container {
  order: 1;
}
.digr_testimonial_carousel .swiper-pagination {
  position: relative !important;
  pointer-events: none;
}

.digr_testimonial_carousel .swiper-pagination span {
  margin-right: 8px;
  width: 10px;
  height: 10px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: all;
  display: inline-block;
  vertical-align: top;
}

.digr_testimonial_carousel .swiper-pagination span:last-child {
  margin-right: 0;
}

.digr_testimonial_carousel .et_pb_module.swiper-slide {
  margin-bottom: 0;
}
.digr_testimonial_carousel .et_pb_module.swiper-slide img,
.digr_testimonial_carousel .et_pb_module.swiper-slide .digrtc_author_image_wrapper img {
  width: 100%;
}
.digr_testimonial_carousel .et_pb_module.swiper-slide .digrtc_author_image_wrapper img {
  height: 100%;
  display: block;
}

/* Arrow styles */
.digr_testimonial_carousel .digrtc_arrows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  z-index: 99;
}

.digrtc_arrows .swiper-button-next,
.digrtc_arrows .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-top: 0;
  pointer-events: all;
  background-color: #00ff40;
  width: auto;
  height: 100%;
  padding: 7px;
}

.digrtc_arrows .swiper-button-next {
  -ms-flex-order: 2;
  order: 2;
}

.digrtc_arrows .swiper-button-prev:after,
.digrtc_arrows .swiper-button-next:after {
  content: attr(data-icon) !important;
}

.et-boc.et-fb-root-ancestor .digrtc_arrows .swiper-button-prev:after,
.et-boc.et-fb-root-ancestor .digrtc_arrows .swiper-button-next:after {
  font-family: inherit;
}

.digr_testimonial_carousel_item,
.digrtc_author_wrapper,
.digrtc_item_container,
.digrtc_author_image_wrapper,
.digr_testimonial_carousel_item .digrtc_quote_icon,
.digrtc_quote_image_wrapper img,
.digrtc_brand_logo_wrapper img{
  border-style: solid;
}

.digrtc_description,
.digrtc_author_wrapper,
.digr_star_rating {
  z-index: 10;
}
.digr_testimonial_carousel .swiper-pagination {
  order: 10;
}
.digrtc_author_image_wrapper{
  overflow:hidden;
}
.digrtc_description{
  order:3;
}
.digrtc_brand_logo_wrapper{
  order:2;
}
.digrtc_author_wrapper{
  order:4;
}
.digr_star_rating{
  order:5;
}
.digrtc_quote_image_wrapper,.digrtc_quote_icon_wrapper{
  order:1;
}
/* .swiper-wrapper,.digr_testimonial_carousel_item,
.digr_testimonial_carousel_item img  {
  overflow:visible!important;
} */