.rs-testimonial2 .testimonial-top-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.quote-icon {
    width: 60px;
    height: 43px;
}
.testimonial-left-content {
    display: flex;
    align-items: center;
}

.testimonial-info {
    display: flex;
    align-items: center;
}
.rsaddon-unique-slider .testimonial-info .testimonial-name {
    margin-left: 20px;
    margin-right: 10px;
}

.testimonial-informations h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #00457A;
    margin-bottom: 0px;
}

.rs-addon-slider .slick-dots li button {
    width: 10px;
    height: 10px;
}

.rs-addon-slider .slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
}

.testimonial-items:hover .testimonial-item .testimonial-contents .quote-icon svg g
{
    opacity: 1;
    transition: 0.5s;
}
.testimonial-items .testimonial-item .testimonial-contents .quote-icon svg path {
    transition: 0.5s;
}

.testimonial-items:hover .testimonial-item .testimonial-contents .quote-icon svg path {
    fill: #00457a!important;
}

.testimonial-style3 .testimonial-informations {
    display: flex;
    align-items: center;
}
.testimonial-style3 .testimonial-informations .testimonial-name-desc {
    margin-left: 24px;
}

@media only screen and (max-width:767px) {
    .testimonial-home2 .rsaddon-unique-slider .testimonial-items {
        margin-right: 0px!important;
    }
}


@media only screen and (max-width:500px) {
    .testimonial-home2 .testimonial-left-content {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }  
    
    .testimonial-home2  .testimonial-info .testimonial-name {
        margin-left: 0;
        margin-right: 10px;
    }

    .testimonial-home2 .testimonial-info {
        margin-top: 15px;
    }
}

