.sortByWrap-video{color:#000;}
.videoSideHeading{font-size:24px;font-weight:600;}
.latestVideoWrap{border-bottom:1px solid #d3d4d9;padding-bottom:30px;margin-bottom:40px;}
.videoLists{display:flex;gap:15px;}

.ele-overlay{position:relative;}
.ele-overlay:after{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(0deg, rgba(0,0,0,.7), transparent);top:0px;z-index: 1;}
.video-item{width:calc(25% - 12px);margin-bottom:30px;}
.video-wrap{position:relative;border-radius:10px;overflow:hidden;background:rgba(0,0,0,.15);}
.abs-img-wrap{position:relative;min-height:150px;}
.abs-img-wrap-vertical{position:relative;min-height:330px;}

.video-des-txt{margin:20px 0px 5px;font-size:14px;}
.video-foot{display:flex;justify-content:space-between;}
.video-foot span, .video-foot a{color:#898989;font-size:12px;}
.video-type{position:relative;text-decoration:underline;display:inline-block;}
.video-type:before{content:"";width:4px;height:4px;border-radius:100%;display:inline-block;background:#898989;margin-right:8px;}

.play-icon{width:50px;height:50px;}
.play-icon:after{border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-left:15px solid #fff;}
.video-item-fixed-desc{position:relative;}
.video-item-fixed-desc .video-des-txt{position:absolute;bottom:0px;width:100%;padding:0px 20px;bottom:20px;z-index:1;margin:0px;color:#fff;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}

.cmn-heading-small{font-size:30px;font-weight:600;color:#7c3996;}
.cmn-heading-small span{font-size:16px;}
 
 .video-detail-section{display:flex;flex-wrap:wrap;justify-content:space-between;}
 .video-des{width:65%;}
 .related-video-share{width:30%;}
 
 .full-video-wrap iframe{width:100%;border-radius: 15px;}
 .video-info{margin-top:30px;}
 .video-view-info li{display:inline-block;}
 .video-view-info li ~ li{margin-left:20px;}
 .video-view-info li a{text-decoration:none;color:#000;display:block;}
 .icon-with-txt{margin-right:6px;}
 .video-info-top {margin-bottom:30px;}
 .video-info-top p, .video-info-top ul{margin:0px;}
 
 .video-list-wrap, .share-list-wrap, .tags{padding:25px;box-shadow:0px 0px 20px rgba(0,0,0,.25);border-radius:15px;}
 .video-list{max-height:300px;overflow-y:scroll;}
 .video-list-wrap ::-webkit-scrollbar {width: 3px;}
 .video-list-wrap ::-webkit-scrollbar-track {background: #ececec;}
 .video-list-wrap ::-webkit-scrollbar-thumb {background: #8f8f8f;}
 
 .video-list li{display:block;}
 .video-list li a{text-decoration:none;color:#000;}
 .date-time{display:block;font-size:14px;margin-top:5px;}
 .video-link-outer .date-time{font-size:12px;}
 .video-link-outer{position:relative;}
 .video-link-outer a p{margin:0px 15px 15px 70px;border-bottom:1px solid #000;padding-bottom:15px;}
 .video-link-outer:last-child a p{border:none;}
 .video-link-outer .play-icon{left:0px;background:#f1f1f1;transform: translate(0%, -50%);}
.video-link-outer .play-icon:after {border-left: 15px solid #000;position: relative;left: 4px;}
 
 .share-list-wrap{margin-top:30px;}
 .share-list{display:flex;justify-content:space-between;margin:0px;}
 .share-list li{display:inline-block;}
 .share-list li a{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:15px;}
 .social-icon{background:#00139F;}
 .yt-icon{background:#D41919;}
 .twit-icon{background:#0078BB;}
 .link-icon{background:#2F4283;}
 .insta-icon{background:#CE1743;}
 .more-icon{background:#fff;}
 
 .tags{margin-top:30px;}
 .tag-list li{display:inline-block;margin:0px 5px 5px 0px;}
 .tag-list li a{text-decoration:none;display:block;color:rgba(0,0,0,.6);}
 .tag-list li a.active{color:#000;}
 .side-heading{font-size:18px;font-weight:600;margin-bottom:20px;}
 .video-seeMore{margin-left:5px;}
 .video-seeMore svg{width:23px;height:21px;}
 
@media(max-width:1280px){
		.share-list li a{width:40px;height:40px;}
}
	
@media(max-width:1180px){
	.video-item{width: calc(33.33% - 12px);}

}

@media(max-width:1024px){
	.video-des{width:55%;}
	.related-video-share{width:40%;}

}

@media(max-width:992px){
	.video-item{width: calc(50% - 12px);}
	.video-des{width:100%;}
	.related-video-share{width:100%;}
	.video-info-top .date-time{font-size:0px;}
	.video-info-top .date-time span{font-size:12px;}
	.share-list{max-width:320px;}
}

@media(max-width:767px){
	.video-item{width: 100%;}
	.sortByWrap-video{margin-bottom:10px;}
	.videoSideHeading{font-size:20px;margin:0px;}
	.sortBy{max-width:190px;margin:0px;}
	
	.filterColCmnWrap{align-items: flex-end;}
	.filterColCmnWrap .filterListItem ~ .filterListItem{margin-top:0px;}
	.filterColCmnWrap .filterTitle{padding-right:25px;width:auto;position:relative;}
	.filterColCmnWrap .filterTitleTxt{white-space: nowrap;width: 70px;overflow: hidden;    text-overflow: ellipsis;}
	.filterColCmnWrap .filterTitleArrow{position:absolute;right:8px;}
	
	.list-mobile-scroll{flex-wrap: nowrap;overflow: scroll;}
	.video-item-fixed-desc{min-width: 280px;}
	
	 .cmn-heading-small {font-size:20px;}
	 .cmn-heading-small span{font-size:10px;}
	 
	 .date-time .time{background:#efdef5;border-radius:3px;padding:2px 4px;display:inline-block;font-size:8px;}
	 .video-view-info li ~ li{margin-left: 5px;}
	 .video-view-info li a{font-size:10px;}
	 .icon-with-txt svg{max-width:15px;}
	 
	 .side-heading{font-size:10px;font-weight:600;margin-bottom:6px;}
	 .tag-list{margin:0px;line-height:10px;}
	 .share-tag-mobile{display:flex;gap:10px;}
	 .share-list{gap:5px;}
	 .share-list-wrap, .tags{padding:10px;border-radius:5px;margin:0px 0px 20px 0px;}
	 .share-list li a{width:18px;height:18px;border-radius:3px;}
	
	 
	 .share-list li a svg{max-width:8px;}
	 .share-list li a.fb-icon svg{max-width:6px;}
	 .tag-list li{margin-bottom:0px;}
	 .tag-list li a{font-size:8px;}
	 .video-info-des{font-size:14px;}
}