.cts-slider .cts-slide {
    padding: 30px 20px;
    text-align: center;
    background-color: #F9F9F9 !important;
}
.cts-slider .prevArrow{
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + 0px));
    left: -35px;
    font-size: 20px;
    cursor: pointer;
}
.cts-slider .prevArrow i, .cts-slider .nextArrow i{
  color: #FFFFFF;
    background: none;
}
.cts-slider .wpmPopBgContent{
    text-align: center;
}
.cts-slider .nextArrow{
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + 0px));
        right: -35px;
    font-size: 20px;
    cursor: pointer;
}
.cts-thumb {
    margin: 0 0 20px 0;
    display: flex;
    justify-content: center;
}

.cts-thumb img {
    height: auto;
    margin-bottom: 20px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    max-width: 80px;
    width: 100px;

}

.cts-read-more {
        background: #115489;
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 5px;
}

.cts-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.cts-modal-content {
    background: white;
    margin: 10% auto;
    padding: 20px;
    width: 90%;
    max-width: 600px;
    position: relative;
}

.cts-close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 24px;
    cursor: pointer;
}
.cts-slide p{
    max-width: 1000px;
    margin: auto;
    line-height: 28px;
}
.testimonial.open.wpmPopWrap p{
    margin: 10px 0;
}

.testimonial.open .wpmPopBgContent{
    padding-bottom: 20px!important;
    padding-top: 20px!important;
}

@media screen and (max-width: 425px) {
    .cts-slider .nextArrow {
       right: -25px;
    }
    .cts-slider .prevArrow {
       left: -25px;
    }
}