.vcextend-testimonials-slider .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    width: 100%;
    margin-top: 25px;
}

.vcextend-testimonials-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #505050;
    opacity: 0.2;
    margin: 0 4px;
}

.vcextend-testimonials-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #acacac;
}

.vcextend-testimonials-slider .icon-up {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.vcextend-testimonials-slider .icon-down {
    display: block;
    margin: 20px auto 40px;
}

.vcextend-testimonials-slider .swiper-container {
    width: 100%;
    height: 100%;
}

.vcextend-testimonials-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: none;
}

.vcextend-testimonials-slider .swiper-container {
    padding-top: 20px;
}

.vcextend-testimonials-slider {
    font-family: "Raleway", sans-serif !important;
    color: #FFFFFF;
}

.vc-testimonials-title {
    color: #000;
    font-family: Roboto, serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
}

#td-outer-wrap .vcextend-testimonials-slider .vcextend-testimonials-description p,
#td-outer-wrap .vcextend-testimonials-slider .vcextend-testimonials-description,
.vcextend-testimonials-slider .vcextend-testimonials-description p
.vcextend-testimonials-slider .vcextend-testimonials-description {
    color: #000;
    font-family: Lato, serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: center;
    max-width: 550px;
}

.vcextend-testimonials-slider .vcextend-testimonials-author {
    margin-top: 32px;
    display: inline-flex;
    text-align: center;
    font-family: Lato, serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: normal;
    color: black;
}

.vcextend-testimonials-author .vcextend-testimonials-author-name {
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
}

.vcextend-testimonials-author .vcextend-testimonials-author-position {
    font-size: 13px;
    line-height: normal;
}

@media screen and (max-width: 767px) {
    #td-outer-wrap .vcextend-bg-slider .vcextend-testimonials-description p,
    #td-outer-wrap .vcextend-bg-slider .vcextend-testimonials-description,
    .vcextend-testimonials-slider .vcextend-testimonials-description p
    .vcextend-testimonials-slider .vcextend-testimonials-description {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 425px) {
    .vcextend-testimonials-slider .vcextend-testimonials-author {
        display: flow-root !important;
    }
}