main.testimonial{
    padding-top: 81px;
}
h1.page-title{
    text-align: center;
}
main.testimonial section{
    padding-top: 70px;
}
main.testimonial section.newsletter_reference {
    padding-top: 0;
}
section.treatment-options .row img{
    width: 100%;
}
section.main.treatment-options #header{
    padding: 0;
}
main.testimonial .highlight-section,
main.testimonial .testimonial-slider {
    padding-top: 35px !important;
}
section.highlight-section {
    color: #fff;
}
section.highlight-section h3.video-title {
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 0;
}
section.highlight-section .container .highlight-title,section.highlight-section .container .row{
    background-color: #00205B;
}
section.highlight-section .video-slick-slider {
    background-color: #00205B;
}
section.highlight-section .highlight-title{
    color: #fff;
    padding-top: 30px;
}
section.highlight-section .video-desc {
    padding: 10px;
    padding-left: 0;
    padding-top: 5px;
}
section.highlight-section .video-desc p{
    margin-bottom: 0;
}
section.highlight-section a.video-link {
    padding: 10px;
    background: lightgray;
    color: #00205B;
}
section.testimonial-slider .testimonial-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.testimonial-slider .slick-track
{
    display: flex !important;
}

section.testimonial-slider .slick-slide
{
    height: inherit !important;
}

section.testimonial-slider .slick-dots li{
    background: white;
    border: 2px solid gray;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    opacity: 0.5;
}
/* btn arrow f0da */
section .video-slick-slider .slick-list {
    width: calc(100% - 180px);
    margin: 0 auto;
    padding: 50px 0;
}
section .video-slick-slider .slick-prev:before,
section.testimonial-slider .slick-prev:before,
section.testimonial-slider .slick-next:before,
section .video-slick-slider .slick-next:before {
    content: none;
}
section .video-slick-slider .slick-prev {
    left: 30px;
    z-index: 1;
}
section.testimonial-slider .slick-prev {
    left: 5px;
    z-index: 1;
}
section .video-slick-slider .slick-next {
    right: 30px;
    z-index: 1;
}
section.testimonial-slider .slick-next {
    right: 5px;
    z-index: 1;
}
section.testimonial-slider .slick-dots li.slick-active{
    opacity: 1;
    border: 2px solid #00205B;
}
section .video-slick-slider .slick-dots li.slick-active{
    opacity: 1;
    border: 2px solid #ffffff;
}
section .video-slick-slider .slick-arrow .fa {
    color: #ffffff;
    font-size: 25px;
}
section.testimonial-slider .slick-arrow .fa {
    font-size: 25px;
    color: #00205B;
}
section.testimonial-slider .slick-dots{
    position: relative;
    bottom: 0;
    margin-top: 20px;
}
@media only screen and (max-width: 991px) {
    section.highlight-section .video-slick-slider .slick-list {
        width: calc(100% - 100px);
        padding: 40px 0;
    }
    section.highlight-section .video-slick-slider .slick-prev {
        left: 15px;
    }
    section.highlight-section .video-slick-slider .slick-next {
        right: 15px;
    }
}
@media only screen and (max-width: 767.98px) {
    section.highlight-section .video-slick-slider .slick-list {
        width: calc(100% - 60px);
        padding: 20px 0;
    }
    section.highlight-section .highlight-title{
        padding-top: 20px !important;
    }
    section.highlight-section .video-slick-slider .slick-prev {
        left: 5px;
    }
    section.highlight-section .video-slick-slider .slick-next {
        right: 5px;
    }
}

@media only screen and (max-width: 767px) {
    section.testimonial-slider .slick-dots {
        margin-bottom: 0px;
    }
}