.strong-view.wpmtst-unstyled.disabled {
    display:none !important;
}

.wpmslider-controls.disabled {
    display: block !important;
}

/*  Compatibility with metaslider pro layers display
----------------------------------------------------*/

.msHtmlOverlay .layer .disabled {
    display: block !important;
}


.strong-view.wpmtst-unstyled .wpmtst-testimonial-inner {
    display: block;
    width: 100%;
    height: 100%;
  }

  /* Pagination
-----------------------------------------------*/

.strong-view ul.simplePagerNav li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 5px;


}
.strong-view .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
/*-----------------------JM css------------------*/
.tst-cont-st-23 {
    border: 1px solid #fff;
    border-radius: 30px;
    box-shadow: 0 5px 10px #0000001A;
    padding: 20px;
    margin-bottom:20px;
    width:100%;
}
.tst-cont-st-23:hover {
    border: 1px solid #7295FC;
}
.tst-st-23 {
    display: flex;
    align-items: center;
}
.tst-name-st-23 .testimonial-cat, .tst-cat-st-23 .testimonial-name, .tst-cat-st-23 .testimonial-rat {
    display:none!important;
}

.testimonial-image img{
    max-height: 134px;
    max-width: 134px;
    min-width: 134px;
    border-radius: 50%;
    margin-right: 20px;
}
.testimonial-rat {
    padding-top: 10px;
}
.testimonial-name {
    color: #7295FC;
    font-weight:400;
    font-size:32px;
}
.testimonial-content {
    color: #595959;
    font-size: 18px;
}
.testimonial-cat {
    display:flex;
    flex-wrap: wrap;
}
.testimonial-cat > div {
    height: 40px;
    border: 2px solid #ddd;
    width: fit-content;
    padding: 2px 15px;
    border-radius: 20px;
    margin: 0 20px 20px 0;
    display: flex;
    align-items: center;
}
.testimonial-cat div:before {
    margin-bottom: -2px!important;
}
.wpmtst-button-group li {
    border: 2px solid #ddd;
    width: fit-content;
    border-radius: 40px;
    font-size: 26px;
    padding: 4px 18px 8px;
    margin: 0 20px 20px 0;
}
.wpmtst-button-group li:hover {
    border: 2px solid #7295fc!important;
}
.wpmtst-button-group li.is-checked {
    font-weight: 400;
    background-color: #7295fc;
    color: #fff;
    border-color: #7295fc;
}
.wpmtst-filters-button-group ul {
    margin: 0 0 20px;
    display: flex!important;
    flex-wrap: wrap;
}
.strong-rating-wrapper .star svg {
    width: 29px!important;
}
.strong-rating-wrapper .star .star_solid path {
    fill: #fdda61!important;
    stroke: #0000!important;
    stroke-width: 0;
}
.strong-rating-wrapper .star .star_regular path {
    fill: #ddd!important;
    stroke: #0000!important;
    stroke-width: 0;
}
.strong-rating span.star {
    padding-right: 20px!important;
}
.tst-video-st-23 > .wp-video{
	margin-right:20px;
}

@media screen and (min-width: 1024px) {
    .wpmtst-testimonial-content .readmore-excerpt, .wpmtst-testimonial-content a.readmore-toggle  {
        display: none!important;
    }
    .wpmtst-testimonial-content .readmore-content {
        display: inline!important;
    }
}

@media screen and (max-width: 1024px) {
    .testimonial-cat > div:before {
        margin-right: 3px;
    }
    .testimonial-image img {
        max-height: 80px;
        max-width: 80px;
        min-width: 80px;
        border-radius:40px;
        padding-right:10px;
    }
    .testimonial-name {
        font-size: 24px;
    }
    .strong-rating-wrapper .star svg {
        width: 19px!important;
    }
    .testimonial-content {
        font-size: 16px;
    }  
    .tst-name-st-23 {
        padding-left: 0px;
    }
    .tst-video-st-23 {
        margin-bottom: 10px;
    }
    span.readmore-text {
        color: #7295FC;
        font-size: 18px;
    }
    .tst-st-23 {
        flex-direction: column;
    }
	.tst-video-st-23 > .wp-video{
        margin-right:0px;
    }
    .wpmtst-button-group li {
        border: 2px solid #ddd;
        width: fit-content;
        border-radius: 40px;
        font-size: 20px;
        padding: 3px 15px 4px;
        margin: 0 10px 10px 0;
    }
}