﻿.video-main video {
    object-fit: cover;
    width: 100%;
}

.video-main-content {
    margin-top: 9px;
}
.video-thumb-item figure {
    position: relative;
}

    .video-thumb-item figure:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        opacity: 0.77;
        background-image: linear-gradient(179deg, rgba(255, 255, 255, 0) 27%, #2b2b2b 98%);
        content: '';
    }

    .video-thumb-item figure .time {
        border-radius: 2px;
        background-color: #000;
        padding: 3px;
        position: absolute;
        bottom: 5px;
        right: 5px;
        color: #fff;
        z-index: 1;
        font-size: 10px;
        line-height: normal;
    }

.cm-testimonail-page {
    padding: 60px 0;
    background: #fff;
}

    .cm-testimonail-page .text_heading {
        font-size: 2rem;
        line-height: normal;
        color: #333;
        padding-bottom: 32px;
		font-weight: 400;
    }

.video-main iframe {
    border: 0;
    width: 100%;
    height: 430px;
    margin-bottom: 14px;
}

.video-banner .category {
    border-radius: 11px;
    border: solid 1px #999;
    padding: 2px 7px;
    font-size: 10px;
    color: #666;
    line-height: normal;
    font-family: Adani-Regular;
    display: inline-block;
    margin-right: 5px;
    font-weight: 600;
}

.video-main-content h3 {
    margin: 18px 0 16px;
    font-size: 20px;
    font-family: 'Adani-Regular';
    line-height: normal;
	font-weight:500;
	color: #333;
}


.video-main-content h5 {
    font-size: 14px;
    font-family: 'Adani-Regular';
    line-height: normal;
    margin: 0 0 8px;
	font-weight:500;
	color: #333;
}

.video-main-content p {
    color: #333;
    font-size: 12px;
    line-height: normal;
    font-family: Adani-Regular;
}

.video-thumb-list .slick-arrow {
    border: 0;
    background: transparent;
    position: absolute;
    top: 30%;
    z-index: 1;
    transform: translateY(-50%);
    outline: 0;
    cursor: pointer;
    width: 34px;
    height: 34px;
    padding: 0;
}

.video-thumb-list .slick-prev {
    left: -53px;
}

.video-thumb-list .slick-next {
    right: -53px;
}

.video-main {
    margin-bottom: 32px;
}

.video-thumb-item .inner {
    padding: 0 7.5px;
}

.video-thumb-item img {
    width: 100%;
    object-fit: cover;
}

.video-thumb-item figure {
    margin-bottom: 10px;
}

.video-thumb-item .category {
    margin-bottom: 8px;
}

.video-thumb-item h3 {
    font-size: 14px;
    font-family: 'Adani-Regular';
    margin-bottom: 12px;
    line-height: 1.36;
	color: #333;
}

.video-thumb-item h5 {
    font-size: 12px;
    font-family: 'Adani-Regular';
    line-height: 1.33;
    margin: 0 0 4px;
	color: #333;
}

.video-thumb-item p {
    font-size: 10px;
    line-height: 1.4;
    font-family: Adani-Regular;
	color: #333;
}

.video-thumb-list {
    margin: 0 -7.5px;
}

.video-thumb-item.video-active figure {
    border: solid 2px #ff6634;
}

.-View-all-Copy {
    width: 60px;
    height: 13px;
    margin: 24px 0 0 0;
    font-family: Adani;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ff6634;
    float:left;
}

@media (max-width: 900px) {
    .cm-testimonail-page .row > div {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .cm-testimonail-page .text_heading {
        font-size: 22px;
    }

    .video-main iframe {
        border-radius: 8px;
        overflow: hidden;
        min-height: 194px;
        height: 48vw;
        margin-bottom: 12px;
    }

    .video-main-content h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 18px;
    }

    .video-thumb-item img {
        width: 127px;
        height: 111px;
    }

    .video-thumb-item .inner {
        display: flex;
    }

    .video-area {
        margin-left: 12px;
    }

    .video-thumb-item .category {
        margin-bottom: 4px;
    }
}
