.ready4rigor-selected-for-slide {
  position: relative;
  overflow: hidden; /* neighbor slides hidden রাখতে হবে */
}
.position_relative .e-con-inner {
  position: relative;
}
.has-equal-height .swiper-slide,
.has-equal-height .swiper-slide > .e-con {
  height: var(--swiper_wrapper_height) !important;
}
/* Actual arrow buttons */
.rfr_swiper-button-prev,
.rfr_swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto; /* clickable */
  z-index: 99;
  cursor: pointer;
}
.arrow-position-outside {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  width: 100%;
}
.rfr_swiper-button-prev {
  left: 0;
}
.rfr_swiper-button-next {
  right: 0;
}
.rfr_swiper-button-prev svg,
.rfr_swiper-button-next svg {
  width: auto;
  height: 30px;
  fill: #482971;
}
[id*="testmonial"] .swiper-slide-next:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 999;
  background: #a16cae;
}
[id*="testmonial"] .swiper-slide-next:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: -15px;
  top: 0;
  z-index: 999;
  background: #a16cae;
}
