﻿.testimonials-container i[class^="fa"] {
    font-size: 30px;
}

.testimonials-container .quote-items img {
    margin: 0 auto;
}

.testimonials-container .quote-item-container {
    position: relative;
}

.testimonials-container .ng-prev-arrow {
    transform: rotate(180deg);
    right: -5%;
}

.testimonials-container .ng-next-arrow {
    left: -5%;
}

.testimonials-container .ng-prev-arrow,
.testimonials-container .ng-next-arrow {
    top: 50%;
    position: absolute;
}

    .testimonials-container .ng-prev-arrow:hover,
    .testimonials-container .ng-next-arrow:hover {
        cursor: pointer;
    }

.testimonials-container .slick-dots {
    bottom: -80px;
}

    .testimonials-container .slick-dots li button {
        width: .5rem;
    }

    .testimonials-container .slick-dots li.slick-active button .slick-dot-icon::before {
        opacity: 1;
        margin-top: 0px;
        margin-left: 0px;
    }

    .testimonials-container .slick-dots li button .slick-dot-icon::before {
        color: var(--ng-color-blue01);
        font-size: var(--ng-size-28px);
    }

.testimonials-container.component-spacing {
    padding-top: 0;
    padding-bottom: 0;
}

.testimonials-container .quote-item {
    width: 70%;
    margin: 0 auto;
}

@media (max-width:991px) {
    .testimonials-container .mb-40px {
        margin-bottom: var(--ng-size-24px);
    }

    .testimonials-container .img-wrap img {
        max-height: 60px;
        width: auto;
    }

    .testimonials-container i[class^="fa"] {
        font-size: var(--ng-size-24px);
    }

    .testimonials-container .ng-serif-regular.ng-3xl {
        font-size: var(--ng-size-20px);
    }

    .testimonials-container .ng-prev-arrow,
    .testimonials-container .ng-next-arrow {
        display: none !important;
    }

    .testimonials-container .slick-dots {
        bottom: -40px;
    }
}
