.global-color{
    color: #27255f;
  }
  
  .fw-700{
    font-weight: 700;
  }

  .vertcal-item-testi{
    display: flex;
    align-items: center;
  }

  .tby-testimonial-content {
    color: #787878;
    line-height: 1.6;
}

.scale-y-img-testi{
  transform: scale(2);
    width: 100%;
    max-width: 45px;
top: 8px;
position: relative;
margin-bottom: 8px;
}

/*.tby-testimonial-content{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}*/

.tby-testimonial-content{
line-height: 1.4;
}

.clamp-line-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.d-none-d {
  display: none;
}

.less {
color: #27255f;
font-weight: 700;
font-size: 14px;
margin-top: 16px;
float: right;
margin-right:20px;

}
.showmore_all {
color: #27255f;
font-weight: 700;
font-size: 14px;
margin-top: 16px;
float: right;
margin-right:2rem;
}

.res-font-size{
	font-size:16px;
}

  @media only screen and (min-width: 1200px) {
.px-lg-4{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.name-tester{
font-size: 18px;
}
  }


 @media only screen and (max-width: 768px) {
	.res-font-size{
		font-size:14px !important;
	}
}


 @media only screen and (max-width: 600px) {
	.rated-star{
		max-width:100px !important;
	}

	.res-font-size{
		font-size:12px !important;
	}

	.showmore_all , .less {
  		font-size: 12px !important;
	}

}

 @media only screen and (max-width: 480px) {
	.res-font-size{
		font-size:12px !important;
	}
}




  @media only screen and (max-width: 1200px) {

.name-tester{
font-size: 16px;
}
  }
