.video-testimonial{
    background: var(--primary-blue);
    padding: 60px;
    color:#fff;
    height:100%;
    border-radius: 2px;
}
.video-testimonial .video-section img{
    height:425px;
    width:100%;
    object-fit: cover;
}
.video-testimonial .video-desc div{
        text-align: center;
}

.video-testimonial ul.slick-dots{
    display: flex;
    list-style: none;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 55px);
    align-items: center;
    justify-content: center;
    bottom: 18px;
}
.video-testimonial ul.slick-dots li{
    display: inline-block;
    margin: 0 3px;
    border: 1px solid #fff;
    width: 14px;
    height: 14px;
    font-size: 0;
   
    border-radius: 20px;
}
.video-testimonial ul.slick-dots button{background:#fff;
    height: 100%;
    width: 100%;
  
    border-radius: 20px;
    opacity: 0;
    border: 0;}
    
    .video-testimonial ul.slick-dots li.slick-active button{opacity:1;}
.video-testimonial .slick-arrow{
    position: absolute;
    bottom: 015px;
    left:10px;
    background: #FFF;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.video-testimonial .slick-arrow.arrow-right{
    left:auto;
    right:10px;
}
.video-testimonial .slick-arrow.arrow-left{
    transform:rotate(180deg);
}
.video-testimonial .slick-arrow img{    height: 12px;
    height: 20px;
    text-align: center;
  }
 .video-title{padding:0 !important;margin-top:0px;max-height: 620px;overflow-y: auto;margin:auto}
 .video-title li.active{
    background: #FFF;
   width: calc(100% - s50px);
   color: var(--earth);
  }
 .video-title li{
   cursor: pointer;
    padding: 20px 40px;
    background: var(--earth);
    color: #fff;
    width: calc(100% - 50px);
    line-height: 1;
    display: block;
    font-size: 20px;
    margin: 10px auto;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fff;
}
.row.crmc-test{
    background: var(--primary-blue);
} 
.video-title{
    background-color: var(--primary-blue);
}
.video-title li:first-child{margin-top: 0;}
.video-title li:last-child{margin-bottom: 0;}

.video-title::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	background-color: #F5F5F5;
}

.video-title::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.video-title::-webkit-scrollbar-thumb
{
	background-color: var(--earth);
	border: 1px solid var(--earth);
}

@media (max-width:760px) {
    .col-md-8{padding:0 !important;}
    .video-testimonial{padding: 20px 20px 50px; margin-bottom: 10px;;}
    .video-title li{padding: 15px 25px;
        margin: 8px 0;
        line-height: 1;
        width:100%;
        display: flex;
        min-height: 60px;
        align-items: center;
        justify-content: center;}
        .video-title li.active{
            width: 100%;
            margin-left: 0;
        }
        .video-title{
            max-width:max-content;
            overflow: visible;
        }
        .row.crmc-test {
    
    padding-bottom: 20px;
    border-radius: 5px;
}

}