.overlay2,
.overlay {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 99999 !important;
	width: 100%;
	inset: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.boxclose,
.boxclose2 {
	position: absolute;
	top: 5px !important;
	right: 10px !important;
	z-index: 999999 !important;
}

.boxclose i,
.boxclose2 i {
	color: #000;
	font-size: 24px;
}

.box,
.box2 {
	/* position: absolute;  */
	/* top: 35px; */
	/* left: 50%; */
	position: relative;
	color: #666;
	z-index: 999999 !important;
	width: 900px;
	margin: 45px auto;
	/* margin-left: -450px; */
	background: #f6f6f6;
	border: 2px solid var(--red-color-1);
	border-radius: 10px;
}

.box2 .Col1,
.box2 .Col2,
.box2 .Col3,
.box2 .Col4,
.box2 .Col5,
.box .Col1,
.box .Col2,
.box .Col3,
.box .Col4,
.box .Col5 {
	padding: 5px 3px;
}

.CloseImg {
	float: right;
	margin: 8px 8px 0px 0px;
}

.OverlayWrapper {
	padding: 25px 30px 10px;
	text-align: left;
	box-sizing: border-box;
}

.box h3,
.box2 h3 {
	color: var(--blue-color);
	font-size: 30px;
	line-height: 40px;
	font-family: var(--lub_b);
	text-align: center;
	margin-bottom: 10px;
}

.box h4,
.box2 h4 {
	color: var(--red-color);
	font-size: 20px;
	line-height: 1.3;
	font-family: var(--lub_b);
	text-align: center;
	margin-bottom: 10px;
}

#FormSubTitle {
	color: #607aae;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	font-family: "gotham_htfbold";
}