.custom-testimonial-slider {}

.custom-testimonial-slider .testimonial {
    background-color: rgb(234, 246, 250);
    /* padding-block: 2.5rem; */
    /* padding-inline: 1rem; */
    border-radius: 10px 10px 0px 0px;
    padding: 30px;
}

.custom-testimonial-slider .testimonial p.company {
    font-weight: bold;
    font-size: 14px;
}

.custom-testimonial-slider .testimonial p.quote {
    font-size: 24px;
}

.custom-testimonial-slider .testimonial .testimonial-inner {}

.custom-testimonial-slider .testimonial-inner {
    /* padding: 0 10px; */
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    border-bottom: 6px solid rgb(0, 163, 184);
    box-shadow: rgba(0, 0, 0, 0.067) 0px 0px 20px;
}

.custom-testimonial-slider .testimonial-col {
    margin: 0 20px;
}

.custom-testimonial-slider .footer-ntm.w-logo {
    display: flex;
    padding: 20px;
    justify-content: space-between;
}

.custom-testimonial-slider .footer-ntm.w-logo .headshot {
    background-color: rgb(240, 240, 242);
    background-size: cover;
    border-radius: 50%;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 5px;
    margin-top: -2rem;
    width: 88px;
    height: 88px;
    background-position: center;
}

.custom-testimonial-slider .footer-ntm.w-logo .author {
   padding-left: 20px;
    width: 66%;
}

.custom-testimonial-slider .footer-ntm.w-logo .author span.name {
    font-weight: 600;
    display: block;
}

.custom-testimonial-slider .footer-ntm.w-logo .author  span.title {
    font-weight: 400;
    /* color: rgb(54, 54, 56); */
    text-transform: uppercase;
}

.custom-testimonial-slider .footer-ntm.w-logo .logos {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.slider-row-nav {
    display: flex;
    align-items: center;
}

.slider-row-nav {}

.slider-row-nav .slider-row-arrow {
    width: 150px;
}

.slider-pagination {
    width: 51%;
    background: #ededed;
    height: 2px;
    display: block;
    /* min-width: 400px; */
}

.slider-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
      display: flex !important
}

.slider-pagination ul li {
    font-size: 0 !important;!i;!;
    width: calc(100% / 3);
    height: 3px;
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

.slider-pagination ul li.slick-active {
    background: #8b8686;
}
.slider-row-nav .news__arrow:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-family: slick;
    font-size: 25px;
    line-height: 1;
    opacity: .75;
}

.slider-row-nav .news__arrow.news__arrow_dir_left:before {
     content: "←"
}

.slider-row-nav .news__arrow.news__arrow_dir_right.slick-arrow:before {
     content: "→"
}

.slider-row-nav .slider-row-arrow {
    display: flex;
}

.news__arrow.news__arrow_dir_left.slick-arrow {
    margin-right: 10px;
}

.slider-row-nav .news__arrow {
    cursor: pointer;
}