.testimonial-item{
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    background-color: #fff;
    
}

.client-img{
	max-width: 385px;
    object-fit: cover;
}

.rating-img{
	width:100px;
	margin:10px auto;
}

.client-name{
	color: #ff0515;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto';
}

.testimonial-desc {
	color: #0b0b0b;
    font-size: 24px;
    font-weight: 500;
    max-width: 515px;
    padding-bottom: 10px;
}

.client-designation {
	font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #646464;
    font-family: 'Roboto';
}


.testimonial-content {
    padding: 20px 0px 20px 100px;
    position: relative;
}

.testimonial-content:before {
    top: 20px;
    left: 30px;
    color: #008eff;
    font-size: 40px;
    content: "\f10e";
    font-weight: 700;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
}

.testimonial-slider .owl-dots {
    position: absolute;
    top: 0px;
    right: 30px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 20px;
}
.testimonial-slider .owl-dots button {
    width: 10px;
    height: 10px;
    background-color: #fff !important;
    border-radius: 100%;
    border: 2px solid #008eff !important;
}
.testimonial-slider .owl-dots button.active {
    border-color: #ff0515 !important;
}
