.testimonials {
    position: relative;
    padding: 75px 0;
}

.testimonials-rating {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
    justify-content: center;
    text-align: center;
}

.rating-col {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: auto;
    padding-right: 0;
    padding-left: 0;
    margin: 12px 16px;
    width: calc(50% - 32px);
}

.rating-company {
    margin: 0 16px 16px 16px;
    width: calc(100% - 32px);
}

.rating-point {
    font-size: 42px;
    line-height: 1.2em;
    padding-bottom: 5px;
    color: #111111;
    font-weight: 700;
}

.rating-stars {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #EBC700;
    margin-bottom: 5px;
}

.rating-stars i {
    margin: 0 2px;
}

.rating-col p {
    font-size: 16px;
    padding-bottom: 15px;
    color: #444444;
    font-weight: 400;
}

.rating-col p span {
    font-weight: 700;
}

.rating-image img {
    margin: 0 auto;
}

.rating-company .rating-point {
    font-size: 52px;
    color: #B2081B;
}

.rating-company .rating-stars {
    font-size: 22px;
}

.rating-company .rating-stars i {
    margin: 0 3px;
}

@media (min-width: 768px) {
    .testimonials {
        padding: 90px 0;
    }

    .testimonials-rating {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .rating-col {
        margin: 12px 5px;
        width: calc(20% - 20px);
    }
    
    .rating-company {
        margin: 0 5px 10px 5px;
        width: calc(20% - 20px);
    }
    
    .rating-point {
        font-size: 42px;
        line-height: 1.2em;
        padding-bottom: 5px;
        color: #111111;
        font-weight: 700;
    }
    
    .rating-stars {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        color: #EBC700;
        margin-bottom: 5px;
    }
    
    .rating-stars i {
        margin: 0 1px;
    }
    
    .rating-col p {
        font-size: 16px;
        padding-bottom: 15px;
        color: #444444;
        font-weight: 400;
    }
    
    .rating-col p span {
        font-weight: 700;
    }
    
    .rating-image img {
        margin: 0 auto;
    }
    
    .rating-company .rating-point {
        font-size: 52px;
        color: #B2081B;
    }
    
    .rating-company .rating-stars {
        font-size: 20px;
    }
    
    .rating-company .rating-stars i {
        margin: 0 1px;
    }

    .testimonials-rating {
        padding-top: 20px;
    }
}

@media (min-width: 1200px) {
    .testimonials {
        padding: 20px 0 100px 0;
    }

    .testimonials-rating {
        margin-right: -5px;
        margin-left: -5px;
        padding-top: 20px;
    }
    
    .rating-col {
        margin: 12px 5px;
        width: calc(19% - 20px);
    }
    
    .rating-company {
        margin: 0 5px 10px 5px;
        width: calc(24% - 20px);
    }
    
    .rating-company .rating-stars {
        font-size: 28px;
    }
    
    .rating-company .rating-stars i {
        margin: 0 1px;
    }
}

.js-reviews-testimonials-slider {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 15px auto;
    max-width: 100%;
    width: 100%;
    display: none;
}

.js-reviews-testimonials-slider.slick-initialized {
    display: block;
}

.testimonials-videos .slick-slide ,
.testimonials-videos .slick-slide div {
    width: 360px!important;
    height: 200px !important;
    transition: transform .4s;
    position: relative; 
}
  
.testimonials-videos .slick-slide .item {
    width: 360px!important;
    height: 200px !important;
    transition: transform .4s;
    position: relative;
}

.testimonials-videos .slick-slide .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.testimonials-videos .slick-slide .item .placeholder-image {
    object-fit: contain;
    background-color: #fff;
    padding: 40px;
    border: 1px solid #ddd;
}
  
.testimonials-videos .slick-slide:after {
    content:'';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.5);
    transition: transform .4s;
}
  
.testimonials-videos .slick-slide  {
    transform: scale(0.7)  translate(640px);
}
  
.testimonials-videos .slick-slide.slick-center + .slick-slide {
    transform: scale(0.8) translate(-290px);
    z-index: 10;
}
  
.testimonials-videos .slick-slide.slick-center + .slick-slide + .slick-slide {
    transform: scale(0.7)  translate(-640px);
    z-index: 5;
}

.testimonials-videos .slick-slide.slick-active {
    transform: scale(0.8) translate(290px);
}

.testimonials-videos .slick-slide.slick-center svg {
    display: block;
}

.testimonials-videos .slick-slide svg {
    display: none;
}

.testimonials-videos .slick-slide.slick-center {
    /* margin: 0 -10%; */
    transform: scale(1);
    z-index: 30;
}

.testimonials-videos .slick-center:after {
    opacity: 0;
}

.testimonials-videos .play-bttn {
    z-index: 4;
}

.testimonials-videos .slick-arrow {
    bottom: -70px;
}

.testimonials-videos {
    margin-top: 20px;
    padding-bottom: 80px;
}

@media (min-width: 768px) {

    .testimonials-videos .slick-arrow {
        bottom: -70px;
    }

    .testimonials-videos {
        margin-top: 25px;
        padding-bottom: 80px;
    }

    .testimonials-videos .slick-slide .item {
        width: 380px!important;
        height: 300px!important;
    }

    .testimonials-videos .slick-slide ,
    .testimonials-videos .slick-slide div {
        width: 380px!important;
        height: 300px!important;
    }
}

@media (min-width: 1025px) {
    .testimonials-videos .slick-slide .item {
        width: 500px!important;
        height: 350px!important;
    }

    .testimonials-videos .slick-slide ,
    .testimonials-videos .slick-slide div {
        width: 500px!important;
        height: 350px!important;
    }
}

@media (min-width: 1200px) {
    
    .testimonials-videos .slick-slide,
    .testimonials-videos .slick-slide div {
        width: 722px!important;
        height: 390px !important;
        transition: transform .4s;
        position: relative;
    }
  
    .testimonials-videos .slick-slide .item {
        width: 722px!important;
        height: 390px !important;
        transition: transform .4s;
        position: relative;
        border-radius: 0;
    }
  
    .testimonials-videos .slick-slide:after {
        content:'';
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255,255,255,.5);
        transition: transform .4s;
    }
  
    .testimonials-videos .slick-slide  {
        transform: scale(0.7)  translate(920px);
    }
  
    .testimonials-videos .slick-slide.slick-center + .slick-slide{
        transform: scale(0.8) translate(-570px);
        z-index: 10;
    }
  
    .testimonials-videos .slick-slide.slick-center + .slick-slide + .slick-slide {
        transform: scale(0.7)  translate(-920px);
        z-index: 5;
    }
  
    .testimonials-videos .slick-slide.slick-active {
        transform: scale(0.8) translate(570px);
    }
  
    .testimonials-videos .slick-slide.slick-center {
        transform: scale(1);
        z-index: 30;
    }
  
    .testimonials-videos .slick-center:after {
        opacity: 0;
    }

    .testimonials-btn .btn + .btn {
        margin-left: 50px;
    }
}

