﻿.testimonial {
    position: relative; }
    .testimonial p {
        line-height: 30px;
        margin-bottom: 0px; }
    .testimonial-image {
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: center;
        width: 290px;
        height: 290px;
        margin: 0px 20px 0px 0px;
        border: 10px solid #fff;
        border-radius: 50%;
        box-shadow: 0px 5px 30px rgba(0, 141, 204, 0.2);
        overflow: hidden; }
        .testimonial-image img {
            max-width: 100%;
            position: absolute; }
    .testimonial .Normal, .testimonial .ModDNNHTMLC {
        position: relative; }
    .testimonial .Normal {
        z-index: 1; }
    .testimonial .quote-icn {
        color: #E5EEF2;
        font-size: 6rem;
        display: block;
        position: absolute;
        top: -45px;
        left: -15px; }
    .testimonial-background-icon {
        position: absolute;
        top: 145px;
        left: 0;
        z-index: 0;
        width: 150px;
        height: 151px; }
        @media (min-width: 992px) {
            .testimonial-background-icon {
                bottom: -25px;
                left: -70px; } }
    .testimonial-slider {
        display: flex;
        align-items: center;
        position: relative;
        margin-top: 70px; }
        .testimonial-slider > .DnnModule-DNN_HTML {
            position: relative;
            width: 100%;
            height: 100%;
            flex-shrink: 0;
            display: none; }
            .testimonial-slider > .DnnModule-DNN_HTML.active {
                display: block; }
    .testimonial-nav-control {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2rem; }
        .testimonial-nav-control .nav-dot {
            width: 15px;
            height: 15px;
            margin-right: 10px;
            color: #CCCCCC;
            background: #CCCCCC 0% 0% no-repeat padding-box;
            border-radius: 50%;
            font-size: 1px; }
            .testimonial-nav-control .nav-dot.active {
                color: #AAC27F;
                background: #AAC27F 0% 0% no-repeat padding-box; }

