/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
 @font-face {
    font-family: 'flexslider-icon';
    src:url('font/flexslider-icon.eot');
    src:url('font/flexslider-icon.eot?#iefix') format('embedded-opentype'),
        url('font/flexslider-icon.woff') format('woff'),
        url('font/flexslider-icon.ttf') format('truetype'),
        url('font/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
 ul.slides {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
 ul.slides li {
    background-color: #FFFFFF;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px;
    min-height: 430px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;
    vertical-align: top;
}
.nc-full {
    padding: 45px 20px 20px 20px;
}

.ncd-testimonial-header {
    display: flex;
    align-items: center;
    color: #1d1d1d;
}
.ncd-testimonial-image {
    width: 126px;
    height: 93px;
}
.ncd-testimonial-image img {
  width: 100px !important;
  height: 100px !important;
}
.ncd-testimonial-image img {
    border-radius: 999px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -o-object-fit: cover;
    object-fit: cover;
}
.ncd-testimonial-header {
    padding: 0 20px 0 20px;
    padding: 20px 20px 20px 20px;
}
.ncd-testimonial_title {
    color: #333333;
    font-family: "Source Sans Pro", source sans pro;
    font-size: 24px;
    font-weight: 400;
}
.ncd-testimonial-content {
    color: var( --e-global-color-primary );
    font-family: "Source Sans Pro", source sans pro;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 20px 20px 20px;
    font-style: italic;
    line-height: 1.5;
}
@media screen and (max-width: 860px) {
    
    .nc-full {
    padding: 18px 6px 6px 7px;
}
.ncd-testimonial-content {
    font-size: 15px;
    font-weight: 500;
    padding: 7px 6px 4px 6px;
    font-style: italic;
    line-height: 1.5;
}
.ncd-testimonial-header {
    padding: 16px 10px 14px 11px;
}
.ncd-testimonial-image img {
    width: 65px !important;
    height: 63px !important;
}
}
