.client_testimonial_section .testimonialSlider .item {
  min-height: 390px;
  border-radius: 40px;
  border: 1px solid #E5E9F0;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  transition: all 1s ease;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .client_testimonial_section .testimonialSlider .item {
    min-height: 360px;
  }
}
@media screen and (max-width: 1024px) {
  .client_testimonial_section .testimonialSlider .item {
    min-height: 340px;
  }
}
@media screen and (max-width: 767px) {
  .client_testimonial_section .testimonialSlider .item {
    display: flex;
    flex-direction: column-reverse;
    border-radius: 20px;
    justify-content: flex-end;
  }
}
.client_testimonial_section .testimonialSlider .item .left_detail_section {
  width: 60%;
  padding: 35px 30px;
  padding-bottom: 25px;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .client_testimonial_section .testimonialSlider .item .left_detail_section {
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .client_testimonial_section .testimonialSlider .item .left_detail_section {
    width: 100%;
    padding: 20px;
    flex-grow: 1;
  }
}
.client_testimonial_section .testimonialSlider .item .left_detail_section .testimonial_quote_icon {
  height: 30px;
  width: 40px;
}
@media screen and (max-width: 1400px) {
  .client_testimonial_section .testimonialSlider .item .left_detail_section .testimonial_quote_icon {
    height: 26px;
    width: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .client_testimonial_section .testimonialSlider .item .left_detail_section .testimonial_quote_icon {
    height: 22px;
    width: 32px;
  }
}
.client_testimonial_section .testimonialSlider .item .left_detail_section .common_desc_text {
  margin-top: 20px;
  color: #444444;
  margin-bottom: 0;
  font-family: "Poppins" !important;
}
@media screen and (max-width: 1400px) {
  .client_testimonial_section .testimonialSlider .item .left_detail_section .common_desc_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .client_testimonial_section .testimonialSlider .item .left_detail_section .common_desc_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .client_testimonial_section .testimonialSlider .item .left_detail_section .common_desc_text {
    margin-top: 10px;
  }
}
.client_testimonial_section .testimonialSlider .item .left_detail_section .client_name {
  color: #272e34;
  font-family: "Poppins" !important;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  .client_testimonial_section .testimonialSlider .item .left_detail_section .client_name {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .client_testimonial_section .testimonialSlider .item .left_detail_section .client_name {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .client_testimonial_section .testimonialSlider .item .left_detail_section .client_name {
    font-size: 18px;
  }
}
.client_testimonial_section .testimonialSlider .item .left_detail_section .client_designation {
  color: #ADADAD;
  font-family: "Poppins" !important;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .client_testimonial_section .testimonialSlider .item .left_detail_section .client_designation {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .client_testimonial_section .testimonialSlider .item .left_detail_section .client_designation {
    font-size: 14px;
  }
}
.client_testimonial_section .testimonialSlider .item .right_client_img {
  width: 40%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-blend-mode: normal, luminosity;
  background-position: center !important;
  filter: grayscale(1);
  position: relative;
}
.client_testimonial_section .testimonialSlider .item .right_client_img::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 220px;
  background: linear-gradient(271.16deg, rgba(255, 255, 255, 0) 0.99%, #FFFFFF 99%);
}
@media screen and (max-width: 1024px) {
  .client_testimonial_section .testimonialSlider .item .right_client_img {
    position: absolute;
    height: 100%;
    right: 0;
    width: 50%;
  }
  .client_testimonial_section .testimonialSlider .item .right_client_img::after {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .client_testimonial_section .testimonialSlider .item .right_client_img {
    width: 100%;
    position: relative;
    height: 230px;
  }
  .client_testimonial_section .testimonialSlider .item .right_client_img::after {
    width: 100%;
    height: 40%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0.99%, #FFFFFF 99%);
  }
}
.client_testimonial_section .testimonialSlider .item .client_video_play_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 5px 5px 14px;
  gap: 5px;
  position: absolute;
  width: fit-content;
  height: 40px;
  right: 20px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
  border-radius: 100px;
  font-size: 16px;
  color: #272E34;
  font-family: "Poppins" !important;
  font-weight: 500;
  border: none;
}
@media screen and (max-width: 767px) {
  .client_testimonial_section .testimonialSlider .item .client_video_play_btn {
    bottom: unset;
    top: 20px;
  }
}
.client_testimonial_section .testimonialSlider .item .client_video_play_btn img {
  height: 30px;
  width: 30px;
}
.client_testimonial_section .testimonialSlider .owl-item.active {
  opacity: 1;
  transition: all 0.7s ease-in-out;
}
.client_testimonial_section .testimonialSlider .owl-item {
  opacity: 0.4;
  transition: all 0.7s ease-in-out;
}
@media screen and (max-width: 767px) {
  .client_testimonial_section .testimonialSlider .owl-item {
    display: flex;
  }
}
.client_testimonial_section .testimonialSlider .owl-stage-outer {
  overflow: hidden !important;
}
.client_testimonial_section .testimonialSlider .owl-stage-outer .owl-stage {
  display: flex;
}
.client_testimonial_section .testimonialSlider .owl-nav {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .client_testimonial_section .testimonialSlider .owl-nav {
    margin-top: 20px;
  }
}
.client_testimonial_section .testimonialSlider .owl-nav .owl-prev {
  margin-right: -1px;
  position: relative !important;
}
.client_testimonial_section .testimonialSlider .owl-nav .owl-prev .owl-prev-btn {
  padding: 0;
  box-shadow: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: inline-flex;
  align-items: center;
}
.client_testimonial_section .testimonialSlider .owl-nav .owl-prev .owl-prev-btn .slider_arrow_icon {
  height: 30px;
  width: auto;
}
.client_testimonial_section .testimonialSlider .owl-nav .owl-prev .owl-prev-btn::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: unset;
}
.client_testimonial_section .testimonialSlider .owl-nav .owl-prev .owl-prev-btn::after {
  display: none;
}
.client_testimonial_section .testimonialSlider .owl-nav .owl-next {
  margin-left: -1px;
  position: relative !important;
}
.client_testimonial_section .testimonialSlider .owl-nav .owl-next .owl-next-btn {
  padding: 0;
  box-shadow: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: inline-flex;
  align-items: center;
}
.client_testimonial_section .testimonialSlider .owl-nav .owl-next .owl-next-btn .slider_arrow_icon {
  height: 30px;
  width: auto;
  transform: scaleX(-1);
}
.client_testimonial_section .testimonialSlider .owl-nav .owl-next .owl-next-btn::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: unset;
}
.client_testimonial_section .testimonialSlider .owl-nav .owl-next .owl-next-btn::after {
  display: none;
}