/* Testimonials */
 .epm-reviews-container .col-md-4 {
     padding:5px
 }

 .epm-reviews-card {
     background-color: white;
     border: 1px solid #dad8d8;
     border-radius: 4px;
     padding: 20px;
     min-height: 254px;
     margin-bottom: 20px;
     position: relative;
 }

 .epm-reviews-name {
     margin-top: 5px;
     /* color: #7d7d7d; */
     font-weight: 500;
     display: block!important;
     font-size: 100%!important;
     font-weight: bold!important;
     color: #427fed!important;
     text-decoration: none!important;
     box-shadow: none!important;
 }

 .epm-reviews-logo {
     background-repeat: no-repeat;
     position: absolute;
     right: 20px;
     top: 20px;
 }
 .epm-reviews-logo svg {
     width: 25px;
     height: 25px;
 }

 .webp .epm-reviews-theme--yelp .epm-reviews-logo {
  //   background-image: url("../img/testimonials/yelp-logo.webp");
 }

 .no-webp .epm-reviews-theme--yelp .epm-reviews-logo {
   //  background-image: url("../img/testimonials/yelp-logo.png");
 }

 .webp .epm-reviews-theme--google .epm-reviews-logo {
     /* background-image: url("../img/testimonials/google-logo.webp"); */
 }

 .no-webp .epm-reviews-theme--google .epm-reviews-logo {
     background-image: url("../img/testimonials/google-logo.png");
 }

 .epm-reviews-profile-pic img {
     float: left;
     width: 56px;
     height: 56px;
     background-size: cover;
     background-position: center center;
     border-radius: 50%;
     margin-right: 13px;
     box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important;
 }




.epm-reviews-content {
    position: static!important;
    height: 140px!important;
    overflow-y: auto!important;
    font-size: 14px!important;
    text-align: left!important;
    padding: 0 13px 0 0!important;
    width:100%;
    scrollbar-width: thin;
}

.epm-reviews-content::-webkit-scrollbar {
    width: 4px!important;
}

.epm-reviews-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px!important;
    border-radius: 10px!important;
    background: #ccc!important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5)!important;
}

.epm-reviews-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3)!important;
    -webkit-border-radius: 4px!important;
    border-radius: 4px!important;
}
 .epm-reviews-content p {
     padding-top: 20px;
     color: #5d6f80 !important;
     /* font-size: 1em !important; */
     /* line-height: 1.5 !important; */
     font-weight: 400;
     font-family: 'Open Sans', sans-serif;
     color: #777!important;
     line-height: 24px!important;
     font-size: 13.5px!important;
     /* max-height: 200px !important; */
 }

 .epm-reviews-theme--yelp .epm-reviews-content .highlight {
     color: #d32323;
     font-weight: 600;
 }

 .epm-reviews-theme--google .epm-reviews-content .highlight {
     color: #007bff;
     font-weight: 600;
 }

.epm-stars svg {
    margin: 0 3px 0 0!important;
}

.yrw-rating-50 .yrw-stars-1f, .yrw-rating-50 .yrw-stars-2f, .yrw-rating-50 .yrw-stars-3f, .yrw-rating-50 .yrw-stars-4f, .yrw-rating-50 .yrw-stars-5f {
    fill: #d32323;
}

.yrw-rating-10 .yrw-stars-0h, .yrw-rating-15 .yrw-stars-0h, .yrw-rating-20 .yrw-stars-0h, .yrw-rating-20 .yrw-stars-1h, .yrw-rating-25 .yrw-stars-0h, .yrw-rating-25 .yrw-stars-1h, .yrw-rating-30 .yrw-stars-0h, .yrw-rating-30 .yrw-stars-1h, .yrw-rating-30 .yrw-stars-2h, .yrw-rating-35 .yrw-stars-0h, .yrw-rating-35 .yrw-stars-1h, .yrw-rating-35 .yrw-stars-2h, .yrw-rating-40 .yrw-stars-0h, .yrw-rating-40 .yrw-stars-1h, .yrw-rating-40 .yrw-stars-2h, .yrw-rating-40 .yrw-stars-3h, .yrw-rating-45 .yrw-stars-0h, .yrw-rating-45 .yrw-stars-1h, .yrw-rating-45 .yrw-stars-2h, .yrw-rating-45 .yrw-stars-3h, .yrw-rating-50 .yrw-stars-0h, .yrw-rating-50 .yrw-stars-1h, .yrw-rating-50 .yrw-stars-2h, .yrw-rating-50 .yrw-stars-3h, .yrw-rating-50 .yrw-stars-4h {
    display: none;
}

.partner-info p {
    text-align: center !important;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.slick-slide {
    margin-right: 10px;
}

/* End Testimonials */