.vid-text p {
	font-size: 25px;
	font-weight: 700;
	color: #181059;
	margin-left: 18px;
	margin-top: 6px;
	padding: 14px;
	font-family: "Inter", sans-serif;
}

.modal-body {
	margin-bottom: 16px;
}

.vid-text h5 {
	margin-left: 21px;
	margin-top: -20px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #000000;
}

.vid-text h6 {
	margin-left: 21px;
	font-weight: 400;
	color: #3C3C43;
	font-family: "Inter", sans-serif;
}

.vid-eo {
	padding: 50px;

}

.row.sec-vid {
	position: relative;
	top: -55px;
}

button.close.modalb span {
	position: absolute;
	top: -6px;
	right: 1px;
	font-size: 34px;
	display: flex;
}

button.close.modalb {
	position: relative;
	width: 30px;
	height: 30px;
	opacity: 10;
	border-radius: 25px;
	border: solid;
	top: -5px;
	right: 2px;
	color: #000000;
}

.video-container {
	position: relative;
	max-width: 600px;
}

.cta-video-image {
	position: relative;
	margin: 10px;
}

.cta-video-image .video-popup a {
	display: block;
}

.cta-video-image__image {
	overflow: hidden;
}

.cta-video-image__image img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	width: 100%;
}

.cta-video-image__icon {
	position: absolute;
	left: 15px;
	border-radius: 100%;
	border: solid white 2px;
	border-style: double;
	bottom: 44px;
	transform: translateY(-50%) scale(1);
	width: 60px;
	height: 60px;
	line-height: 15px;
	border-radius: 100%;
	color: #222;
	text-align: center;
}

.cta-video-image__icon i {
	font-size: 20px;
	margin-left: 1px;
}

img.vid-eo-img1 {
	width: 240px;
	height: 100%;
}

span.material-symbols-outlined {
	position: relative;
	color: white;
	font-size: 36px;
	top: 20px;
	right: 30px;
}

.modal-content-vid {
	position: relative;
	left: 40px;
	top: -80px;
	animation-name: zoom;
	animation-duration: 0.6s;
}

.modal-video {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
}

.modal-video__content {
	max-width: 80%;
	max-height: 80%;
}

.modal-video__close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
}

.modal {
	display: none;
	position: fixed;
	left: 110px;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;

}

.modal-body {
	position: relative;

	border: 6px solid white;
	padding: 10px;
}


@media (min-width: 576px) {
	.modal-dialog {
		max-width: 700px;
		margin: 30px auto;
	}
}

@media (min-width: 320px) and (max-width: 440px) {
	.modal {

		left: 0px !important;

	}

	.cta-video-image__icon {
		bottom: -20px !important;
	}

	.modal-content-vid {
		position: relative;
		left: -2px !important;
	}

}

@media (min-width: 768px) and (max-width: 900px) {

	.modal {
		left: 0px !important;
	}

	.modal-content-vid {
		position: relative;
		left: 0px !important;
	}

}



@media (min-width: 2560px) {
	.modal-dialog {
		max-width: 1000px;
	}
}

@media (min-width: 1920px) {
	.modal-dialog {
		max-width: 1000px;
	}
}
