.sd-reset.quote {
    padding: 128px 0;
    background: #000000;
}
.sd-reset.quote .container {
    --bs-gutter-x: 48px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
.sd-reset.quote .row {
    align-items: center;
    --bs-gutter-x: 48px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.sd-reset.quote .row>*{
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.sd-reset.quote .quote-section h2 {
    background: url('../../../../assets/images/quote-icon.svg') no-repeat left top;
    background-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    padding-top: 50px;
    margin: 0 0 40px 0;
    font-family: var(--font-normal);
}
.sd-reset.quote .quote-section h2 i { color: #FF0000; font-style: normal; }
.sd-reset.quote .quote-section span {
    display: flex;
    align-items: center;
    color: rgba(255,255,255,.65);
    letter-spacing: normal;
}
.sd-reset.quote .quote-section span .img-wrapper {
    height: 59px;
    width: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 59px;
    margin-right: 20px;
}
.sd-reset.quote .quote-section span .img-wrapper img {
    max-height: 59px;
    max-width: 59px;
    height: auto;
    border-radius: 100%;
    width: auto;
}
.sd-reset.quote .exp-section h3.h1 {
    font-family: var(--font-light);
    margin-bottom: 28px;
}
.sd-reset.quote .exp-section p {
    color: rgba(255,255,255,0.7);
}

/******ONLY QUOTE CSS********/
.sd-reset.only-quote {
    padding-top: 160px;
    padding-bottom: 160px;
    background: #101010;
}
.sd-reset.only-quote .quote-section {
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.sd-reset.only-quote .quote-section .img-wrapper {
    height: 169px;
    width: 169px;
    overflow: hidden;
    position: relative;
    display: block;
}
.sd-reset.only-quote .quote-section .img-wrapper img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top center;
}
.sd-reset.only-quote .quote-section .right {
    width: calc(100% - 169px);
    padding-left: 54px;
}
.sd-reset.only-quote .quote-section .wrapper {
    align-items: center;
    justify-content: space-between;
    margin: auto;
}
.sd-reset.only-quote .quote-section .right .text-16 {
    color: rgba(255, 255, 255, .65);
}
.sd-reset.quote.with-image {
    padding: 128px 0;
}
.sd-reset.quote.with-image h3.h1 {
    margin-bottom: 40px;
}
.sd-reset.quote.with-image span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    letter-spacing: -0.1px;
}
.sd-reset.quote.with-image .one-line-name {
    font-family: var(--font-medium);
    font-weight: var(--weight-medium);
    margin-bottom: 2px;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
}
.sd-reset.quote.with-image .exp-section img {
    border-radius: 20px;
}

.testimonial-custom-slider {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    outline: 0;
}
.testimonial-custom-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}
.testimonial-custom-slider .slick-dots {
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.testimonial-custom-slider .slick-dots li {
    margin: 0 5px;
    padding: 0;
    font-size: 0;
    line-height: normal;
}
.testimonial-custom-slider .slick-dots li:before {
    content: none;
}
.testimonial-custom-slider .slick-dots li button {
    border-radius: 100%;
    height: 10px;
    width: 10px;
    background: var(--dark-red);;
    box-shadow: none;
    outline: none;
    transition: 0.3s ease-in;
}
.testimonial-custom-slider .slick-dots li button:hover {
    background: var(--red);
}
.testimonial-custom-slider .slick-dots li.slick-active button ,
.testimonial-custom-slider .slick-dots li.slick-active button:hover{
    background: var(--red);
}

.sd-reset.quote.right-quotes .quote-section {
    order: 2;
    margin-left: auto;
}
.sd-reset.quote.right-quotes .exp-section {
    order: 1;
    margin-left: 0;
}


@media(min-width: 768px) {
    .sd-reset.only-quote .quote-section {
        display: flex;
    }
	.sd-reset.only-quote .testimonial-loop {
        display: flex !important;
    }
}

@media(min-width: 992px) {
    .sd-reset.quote .column-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .sd-reset.quote .column-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .sd-reset.quote .column-5 {
        flex: 0 0 auto;
        margin-left: auto;
        width: 41.9%;
    }
}
@media(max-width: 991.98px) {
    .sd-reset.quote {
        padding: 96px 0;
    }
    .sd-reset.quote.with-image {
        padding: 96px 0;
    }
    .sd-reset.quote .quote-section {
        margin-bottom: 48px;
    }
    .sd-reset.only-quote .quote-section {
        margin-bottom: 0;
    }
    .sd-reset.only-quote {
        padding: 96px 0 50px 0;
    }
    .sd-reset.only-quote .right {
        padding-left: 30px;
    } 
	.sd-reset.quote.right-quotes .quote-section {
        margin-bottom: 0;
    }
    .sd-reset.quote.right-quotes .exp-section {
        margin-bottom: 48px;
    }	
}

@media(max-width: 767.98px) {
    .sd-reset.quote .row ,
    .sd-reset.quote .container {
        --bs-gutter-x: 32px;
    }
    .sd-reset.only-quote .quote-section .img-wrapper {
        margin: 0 0 40px;
        width: 169px;
        height: 169px;
    }
    .sd-reset.only-quote .quote-section .right h2 {
        padding-top: 55px;
        margin-bottom: 40px;
        background-position: top left;
        background-size: 23px;
    }
    .sd-reset.only-quote .quote-section .right {
        width: 100%;
        padding-left: 0;
    }
}