img.client-img {
    width: auto !important;
}
img.rating-img {
    width: auto !important;
}
.item-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.item-img {
    width: 17%;
    position: relative;
}
.item-content {
    width: 83%;
}
p.testimonial-desc {
    font-size: 18px;
    color: #2B2B2B;
    font-weight: 400;
    line-height: 25px;
    max-width: 857px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.testimonial-item {
    background-color: #fff;
    border-radius: 20px;
    padding: 66px 45px 57px;
    max-width: 1150px;
    margin: 0px auto 0px;
}
p.client-name {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    color: #2B2B2B;
}
span.client-designation {
    color: #223579;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
.item-img:before {
    content: '';
    width: 51px;
    height: 51px;
    display: block;
    background-image: url(/wp-content/uploads/2026/03/Group-1000002766-1.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    position: absolute;
    top: -19px;
    right: 19px;
}
.testimonial-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
/*.testimonial-slider .owl-nav button {
    background-color: #fff !important;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}*/

.testimonial-slider .owl-nav button span {
    font-size: 30px;
    background-color: #fff !important;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}