/*================================================
Yoga Clients Area CSS
=================================================*/
.yoga-clients-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.yoga-clients-slider {
  display: block;
}

.yoga-clients-area .section-right-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.5;
}

.yoga-client-img {
  position: relative;
  z-index: 1;
}

.yoga-client-img .client-shape {
  position: absolute;
  bottom: -13px;
  right: -130px;
  max-width: 200px;
}

.yoga-clients-content h2 {
  font-size: 40px;
  margin-bottom: 40px;
}

.yoga-clients-content .owl-carousel .owl-item img {
  width: auto;
}

.yoga-clients-content .owl-theme .owl-nav {
  margin: 0 !important;
  position: absolute;
  bottom: 15px;
  right: 0;
}

.yoga-clients-content .owl-theme .owl-nav .owl-prev, .yoga-clients-content .owl-theme .owl-nav .owl-next {
  background-color: transparent;
  margin: 0 5px;
}

.yoga-clients-content .owl-theme .owl-nav .owl-prev i, .yoga-clients-content .owl-theme .owl-nav .owl-next i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--mainColor);
  display: inline-block;
  color: var(--whiteColor);
  font-size: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.yoga-clients-content .owl-theme .owl-nav .owl-prev:hover i, .yoga-clients-content .owl-theme .owl-nav .owl-next:hover i {
  background-color: var(--blackColor);
}

.yoga-single-clients {
  position: relative;
  z-index: 1;
}

.yoga-single-clients p {
  margin-bottom: 30px;
}

.yoga-single-clients i {
  position: absolute;
  top: -10px;
  left: 2px;
  color: #fec8c9;
  font-size: 70px;
  line-height: 1;
  z-index: -1;
}

.yoga-single-clients .client-avatar {
  position: relative;
  padding-left: 80px;
  margin-bottom: 20px;
}

.yoga-single-clients .client-avatar img {
  position: absolute;
  top: -5px;
  left: 0;
  border-radius: 50%;
}

.yoga-single-clients .client-avatar h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.yoga-single-clients .client-avatar span {
  font-size: 14px;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
    .yoga-client-img {
        margin-bottom: 30px;
    }
    .yoga-clients-content h2 {
        font-size: 25px;
        margin-bottom: 20px;
        margin-top: -9px;
    }
    .yoga-single-clients p {
        margin-bottom: 25px;
    }
    .yoga-clients-content .owl-theme .owl-nav {
        position: initial;
    }
     .yoga-clients-area .section-right-shape {
        display: none;
    }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .yoga-client-img {
        margin-bottom: 30px;
    }
    .yoga-clients-content h2 {
        font-size: 25px;
        margin-bottom: 20px;
        margin-top: -9px;
    }
    .yoga-single-clients p {
        margin-bottom: 25px;
    }
    .yoga-clients-content .owl-theme .owl-nav {
        position: initial;
    }
    .yoga-clients-area .section-right-shape {
        display: none;
    }
}