/* .cvc-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 48px;
	color: #fff;
	background: rgba(0,0,0,0.6);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
} */

.modal-content {
	border-radius: 16px !important;
	border: 1px solid #053bae !important;
	width: 1110px;
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #000 !important;
}

/* #modalVideo {
	width: 100%;
	height: 523px;
	border: none;
	margin-top: 65px !important;
} */

.nav-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	background: none !important;
	border: none !important;
}

.nav-arrow.prev {
	left: -50px;
}

.nav-arrow.next {
	right: -50px;
}

/* Close button */
.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	background: none;
	border: none;
	width: 30px;
	height: 30px;
	background-color: transparent !important;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	border: 0 !important;
}
.close-btn .eicon-close{
	font-size: 18px;
}
.cvc-video-modal {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
}

.cvc-modal-inner {
	/* position: relative;
	max-width: 900px;
	margin: 5% auto; */
	background: #000;
	/* padding: 20px; */
}

.cvc-modal-video iframe {
	width: 100%;
	height: 500px;
	margin-top: 65px !important;
}

.cvc-modal-close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 28px;
	color: #fff;
	cursor: pointer;
}
.cvc-modal-info-box{
	padding: 16px;
}
.cvc-modal-video-title{
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
    margin: 0 0 5px 0;
}
.cvc-modal-video-description{
	font-size: 18px !important;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
/*slider*/
.cvc-video-carousel .slick-list{
	padding: 0 345px 0 31px;
}
.cvc-slide {
	margin: 0 16px;
}
.cvc-thumb-wrapper {
	position: relative;
	cursor: pointer;
	border: 0.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px 20px 0 0 !important;
}
.cvc-thumb-wrapper::after{
	content: "";
	background: url("../images/play_Button.svg");
	width: 14px;
	height: 17px;
	display: block;
	padding: 32px;
	backdrop-filter: blur(16px);
	background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.cvc-thumb-wrapper img {
	width: 100%;
	display: block;
	border-radius:  20px 20px 0 0 !important;
	height: 260px;
}
.cvc-video-thumb-info {
	border: 1px solid rgba(233, 234, 235, 1);
    border-radius: 0 0 20px 20px;
	padding: 32px;
}
.cvc-slide h4 {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 600;
    color: rgba(24, 29, 39, 1);
    letter-spacing: 0;
	margin: 0 0 16px 0;
}
.cvc-slide p {
    font-size: 18px !important;
    line-height: 28px;
    font-weight: 400;
    color: rgba(83, 88, 98, 1);
    margin: 0;
}

@media (max-width: 1200px) {
    .modal-content {
        width: 90%;
    }
	.cvc-modal-video iframe {
        height: 450px;
    }
}
@media (max-width: 992px) {
    .modal-content {
        width: 85%;
    }
	.cvc-modal-video iframe {
        height: auto;
    }
}
@media (max-width:768px) {
	.cvc-video-carousel .slick-list{
		padding: 0px;
	}
}
@media (max-width: 700px) {
    .modal-content {
        width: 80%;
    }
	.cvc-modal-video iframe {
        height: auto;
        margin-top: 50px;
    }
}