.testimonial-v6-wrapper {
	padding-bottom: 120px;
  position: relative;
}

.testimonial-v6-wrapper.has-bg-img::before {
  content: '';
  position: absolute;
  background-image: url(../images/crown.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 75%;
  height: 450px;
  top: 12%;
  left: -15%;
  opacity: 0.25;
  /* z-index: -1; */
}



.testimonial-v6-wrapper .section-header span{
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.testimonial-slider-v6 {
	position: relative;
	z-index: 2;
}
.testimonial-slider-v6 .slick-slide > div {
  padding: 0 15px;
}
.testimonial-single {
  position: relative;
  display: block;
  padding-top: 24px;
  z-index: 1;
}
.testimonial-single .quote-icon {
  position: absolute;
  top: 0;
  left: 45px;
  z-index: 2;
}
.testimonial-single .quote-icon i{
	font-size: 65px;
  	color: #000;
}
.testimonial-single-inner {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgb(0, 0, 0, 0.05);
  padding: 61px 24px 50px;
  border-radius: 40px;
}
.testimonial-single-inner .rating-box {
  position: absolute;
  top: -10px;
  right: 0px;
  display: block;
  background: #E9CE66;
  padding: 6px 32px 6px;
  border-radius: 0;
  z-index: 5;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.rating-box ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.rating-box ul li {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  line-height: 0;
}
.testimonial-single-inner .rating-box ul li i {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
}
.testimonial-single .text-box {
  position: relative;
  display: block;
}
.testimonial-single .text-box p {
  font-size: 19px;
  line-height: 31px;
}
.testimonial-single .client-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 26px;
}
.testimonial-single .client-info .img-box {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
}
.testimonial-single .client-info .img-box .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 18px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: #E9CE66;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  z-index: 2;
}
.testimonial-single .client-info .img-box .inner {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
}
.testimonial-single .client-info .img-box img {
  width: 100%;
}
.testimonial-single .client-info .text-box {
  position: relative;
  display: block;
  margin-left: 35px;
  flex: 1;
}
.testimonial-single .client-info .text-box h3 {
  color: #000;
  font-size: 23px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 2px;
  margin-top: 0;
}
.testimonial-single .client-info .text-box p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.testimonial-slider-v6 .slick-arrow:before {
	color: #222;
  font-size: 18px;
  opacity: 1;
  height: 45px;
  width: 45px;
  border-radius: 0;
  border: 0;
  display: block;
  line-height: 45px;
  background: transparent;
  transition: all 0.55s ease-in-out;
  background: #fff;
  font-family: "Font Awesome 6 Pro";
}
.testimonial-slider-v6 .slick-arrow:hover:before {
	background: #E9CE66;
	border-color: #E9CE66 !important;
	color: #fff;
}

.testimonial-slider-v6 .slick-arrow.slick-next {
	left: 55%;
}
.testimonial-slider-v6 .slick-arrow.slick-prev::before{
	content: "\f053";
}
.testimonial-slider-v6 .slick-arrow.slick-next::before {
	content: "\f054";
}
.testimonial-slider-v6 .slick-arrow {
	width: 45px;
	height: 45px;
	bottom: -75px;
	display: block!important;
	z-index: 3;
  position: absolute;
  top: auto;
  left: 40%;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid #E9CE66;
  overflow: hidden;
}
/* @media (max-width: 767px) {
  .testimonial-slider-v6 .slick-arrow {
    bottom: -45px;
  }  
} */
.testimonial-v6-wrapper .shape3 {
  position: absolute;
  bottom: -80px;
  right: -80px;
  opacity: 0.45;
  z-index: 1;
}
.testimonial-v6-wrapper .shape3 img {
	max-width: 150px;
}
.float-bob-x {
    animation: floatingAnimation 6s linear infinite;
}


@keyframes floatingAnimation {
  0% { 
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}
@media only screen and (min-width: 600px) {
   .testimonial-slider-v6 .slick-arrow.slick-next {
    left: 53%;
  }
  .testimonial-slider-v6 .slick-arrow {
    left: 46%;
  }
  .testimonial-single-inner {
    padding: 61px 44px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .testimonial-v6-wrapper.has-bg-img .btn {
    width: fit-content;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 992px) {
   .testimonial-slider-v6 .slick-arrow.slick-next {
    left: 52%;
  }
  .testimonial-slider-v6 .slick-arrow {
    left: 47%;
  }
}

@media only screen and (min-width: 1024px) {
  .testimonial-slider-v6 .slick-arrow.slick-next {
    left: 52.5%;
  }
  .testimonial-slider-v6 .slick-arrow {
    left: 47.5%;
  }
}