/*============================================================================================
   Start Testimonial CSS
==============================================================================================*/
.testimonial-style-2 .testimonial-card {
	border: 1px solid var(--border-color);
	border-radius: 15px;
	padding: 30px;
	min-height: 224px;
	margin-top: 1px;
    background-color:#f7faff ;
}
.testimonial-style-2 .testimonial-author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.testimonial-style-2 .testimonial-author-thumbnail img {
  width: 60px;
  height: 60px;
  margin-left: 15px;
  border-radius: 50%;
}
.testimonial-style-2 .testimonial-info {
  margin: 0;
}

.testimonial-style-2 .testimonial-info h5 {
  margin: 0;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  color: #4b5966;
  text-align: right;
}
.testimonial-style-2 .testimonial-info {
  display: block;
  text-align: right;
}
.testimonial-style-2 .testimonial-info span {
  margin: 0;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #808c8c;
  text-align: right;
}
.testimonial-style-2 .testimonial-text {
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400 !important;
  margin-bottom: 0;
  margin-top: 2rem;
  letter-spacing: 0.6px;
}
.testimonial-style-2 .testimonial-author-quotes-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.testimonial-style-2 .testimonial-quotes{
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.testimonial-style-2 .testimonial-quotes::before{
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--primary-color);
  opacity: 0.3;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.testimonial-style-2 .testimonial-quotes i{
   color: var(--primary-color);
  font-size: 25px;
    line-height: 1 !important;
}

.testimonial-style-2 .slider-active{
 padding-bottom: 30px;
 padding-right: 2px;
}


@media only screen and (max-width: 767px) {
.testimonial-style-2 .testimonial-info h5 {
  font-size: 18px;
}

.testimonial-style-2 .testimonial-info span {
  font-size: 14px;
}

.testimonial-style-2 .testimonial-text {
  margin-top: 1.5rem;
  letter-spacing: 0.5px;
}
.testimonial-style-2 .testimonial-author-thumbnail img {
  margin-left: 10px;
}

.testimonial-style-2 .testimonial-quotes{
width: 40px;
height: 40px;
min-width: 40px;
min-height: 40px;

}

.testimonial-style-2 .testimonial-quotes i{
  font-size: 21px;
}
}











/*============================================================================================
   End Testimonial CSS
==============================================================================================*/
