/** Testimonial Design CSS **/
.slides{
    width:600px;
    margin:20px auto;
    background-color: #fff;
    border-radius: 12px;
    font-family: sans-serif !important;
    background:#fff;
}
.ab-tsti-cnt{
    font-size: 22px;
    margin-bottom: 30px;
    margin: 0 auto 30px auto;
}
.ab-tsti-nm{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.ab-tsti-spf{
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.slides img{
    margin:0 auto 10px auto;
    width:70px;
    height:70px;
    border-radius: 100px;
    display: inline-block;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
}
.slides li:before {
    content: '“';
    font-size: 70px;
    color: #e4e4e4;
    position: relative;
    top: 10px;
    line-height: 0;
    margin: 0 auto 30px auto;
    display: inline-block;
    font-family: sans-serif;
    font-weight: 600;
}


/** **/
 .slides li{
    text-align: center;
    list-style: none;
    margin:0px;
}
.flexslider{
    position: relative;
    max-width:600px !important;
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -50px;
    text-align: center;
    margin:0px;
    padding: 0px;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav .flex-next {
    right: -60px;
    text-align: right;
}
.flex-direction-nav .flex-prev {
    left: -60px;
}
.flex-prev:before{
    content: "\f341";
    font-family: dashicons;
    font-size: 35px;
    display: inline-block;
    color: rgb(149, 149, 149);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-next:before {
    content: "\f345";
    font-family: dashicons;
    font-size: 35px;
    display: inline-block;
    color: rgb(149, 149, 149);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
ul.flex-direction-nav{
    list-style: none;
    margin:0px;
}


@media(max-width:800px){
    .flexslider{
        max-width:100% !important;
    }
    .flex-direction-nav .flex-prev {
        left: -10px;
    }
    .flex-direction-nav .flex-next {
        right: -10px;
    }
}

@media(max-width:767px){
    .ab-tsti-cnt{
        font-size: 19px;
    }
}

@media(max-width:500px){
    .flex-direction-nav .flex-prev {
        left: -20px;
    }
    .flex-direction-nav .flex-next {
        right: -20px;
    }

}