.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	opacity: 1;
	z-index: 10;
}

.popup {
	margin: 8% auto 0px;
	background: #fff;
	border-radius: 8px;
	width: 600px;
	position: relative;
  /*transition: all 5s ease-in-out;*/
	height: 465px;
}

.popup .content {
	background: #EFF2FB;
	border-radius: 8px 8px 50% 50%;
	height: 230px;
	color: #262626;
}

.popup .content .pop-main-head {
	font-weight: 700;
	font-size: 28px;
	line-height: 41px;
	text-align: center;
	color: #262626;
	padding: 40px 0px;
}

.popup .content1 {
	padding: 25px 60px;
}

.popup .content1 .pop-head {
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #262626;
	padding-bottom: 25px;
}

.popup .content1 .alert-test {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #6882DA;
	padding-bottom: 10px;
}

.popup .content1 .redirec-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #000000;
}

.popup .content1 .redirec-text a {
	color: #000000;
	font-weight:700;
}

.popup .content1 .redirec-text a:hover {
	color: #6882DA;
	font-weight:700;
}

.text-align {
	text-align: center;
}

@media screen and (max-width: 700px) {
	.popup {
		width: 80%;
		margin: 50% auto 0px;
	}
}