section.testimonial {
    padding: 80px 0;
    display: flex;
}
.testimonial-left, .testimonial-right {
    width: 50%;
    min-height: 750px;
    position: relative;
}
.testimonial-left {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
section.testimonial .h2outer {
    padding: 50px 8% 50px 28%;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
section.testimonial h3 {
    color: #fff;
}
section.testimonial h3 span{
    color: #97BF13;
}
.testimonialEachOuter {
    padding: 200px 20% 150px 10%;
}
.tcontent {
    padding-top: 40px;
}
.tcontent h6 {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 1.4em;
}
.tcontent p {
    color: #77808B;
}
.tauthor {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.tauthor img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.tauthor-name h6 {
    color: #97BF13;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-bottom: 2px;
}
.tauthor-name p {
    color: #77808B;
}
.testimonial-video,
.testimonial-video-mp4 {
    position: relative;
    height: 320px;
    width: 100%;
    border-radius: 40px;
    box-shadow: 0px 5px 10px rgba(0,0,0,.6);
}
.testimonial-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
}



.testimonialSlider-nav {
    position: absolute;
    margin: 0 auto;
    right: 20%;
    width: 70px;
    height: 30px;
    top: 110px;
    z-index: 99;
}
.testimonialSlider-prev, .testimonialSlider-next {
    background-image: url(../../images/slide-left.svg);
    background-position: center;
    height: 25px;
    width: 25px;
    background-size: contain;
    position: static;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    transition: all 0.3s ease;
}
.testimonialSlider-next {
    background-image: url(../../images/slide-right.svg);
    float: right;
}
.testimonialSlider-prev:hover, .testimonialSlider-next:hover {
    opacity: .3;
}
.testimonial button.slick-prev.slick-arrow,
.testimonial button.slick-next.slick-arrow{
    display: none !important;
}
body.page-id-492 section.testimonial h3 span,
body.page-id-492 .tauthor-name h6 {
    color: #FFD23B;
}


section.testimonial.mode-style-style_2 h3 {
    color: #7E7355;
}
section.testimonial.mode-style-style_2 .tcontent h6,
section.testimonial.mode-style-style_2 .tcontent p,
section.testimonial.mode-style-style_2 .tauthor-name p {
    color: #1E1E1E;
}
section.testimonial.mode-style-style_2 .testimonialSlider-prev{
    background-image: url(../../images/slide-left-black.svg);
}
section.testimonial.mode-style-style_2 .testimonialSlider-next {
    background-image: url(../../images/slide-right-black.svg);
}

body.page-id-1562 section.testimonial h3 span,
body.page-id-1562 .tauthor-name h6 {
    color: #E57224;
}


@media (max-width:1566px) {
}


@media (max-width:1440px) {
    .testimonialEachOuter {
        padding: 200px 12% 150px 10%;
    }
    .testimonialSlider-nav {
        right: 12%;
    }
}
@media (max-width:1380px) {
    .testimonialEachOuter {
        padding: 150px 12% 100px 10%;
    }
    .testimonialSlider-nav {
        top: 90px;
    }
    .testimonial-left, .testimonial-right {
        min-height: 650px;
    }
}
@media only screen and ( max-width: 1199px) {
    .testimonial-video, .testimonial-video-mp4 {
        height: 280px;
    }
}
@media only screen and ( max-width: 961px) {
    .testimonial-video, .testimonial-video-mp4 {
        height: 230px;
    }
    section.testimonial {
        padding: 60px 0;
    }
}
@media only screen and ( max-width: 768px) {
    .testimonial-left, .testimonial-right {
        width: 100%;
        min-height: 400px;
    }
    section.testimonial {
        flex-wrap: wrap;
    }
    .testimonialEachOuter {
        padding: 100px 10% 60px;
    }
    .testimonialSlider-nav {
        top: 50px;
    }
    .testimonial-video, .testimonial-video-mp4 {
        height: 260px;
    }
}
@media only screen and ( max-width: 560px) {
    .testimonial-video, .testimonial-video-mp4 {
        height: 220px;
    }
    .testimonialEachOuter {
        padding: 100px 5% 50px;
    }
    .testimonialSlider-nav {
        right: 5%;
    }
    .tcontent {
        padding-top: 0;
    }
}