.whatsapp { 
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	z-index: 100;
	background: #46dd60;
	border-radius: 50%;
	animation: radial-pulse 1s infinite;
}
.whatsapp img{
	width: 100%;
}
@keyframes radial-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(70, 221, 96, 0.5);
	}

	100% {
		box-shadow: 0 0 0 40px rgba(70, 221, 96, 0);
	}
}

.backdrop {
	position:fixed;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,.4);
	z-index:999;
	display:none;
}
body.blocked .backdrop {
	display:block;
}
.pop-up {
	position:absolute;
	/* min-width:566px;
	min-height:408px; */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color:#1c5197;
	z-index:9999;
	padding: 68px 81px;
}
.pop-up > form {
	margin:0;
	padding:0;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-direction: column;
    flex-direction: column;	
}
.pop-up > form input,
.pop-up > form button {
	height:70px;
	border-radius:3px;
	/* font-family:var(--font-family-montserrat); */
	font-size:18px;
	border:0 none;
	color:rgba(102,102,102,1);
	margin-bottom:16px;
}
.pop-up > form input {
	padding-left:26px;
}
.pop-up > form button {
	font-weight:600;
	/* background-color:var(--orange); */
	color:rgba(0,0,0,1);
	width: 100%;
}
.pop-up > form p,
.pop-up > form a
 {
	/* font-family:var(--font-family-proxima); */
	font-size:13px;
	margin:0;
	color:rgba(123,168,236,1);
}
.close {
	position:absolute;
	top:19px;
	right:17px;
	cursor:pointer;
	width:23px;
	height:23px;
	background-image:url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAQAAABKIxwrAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkAgwABAlsp2JMAAAAa0lEQVQ4y5WUuQ3AMAwDOaGn8lreKj1TGAny+OG55VEQKMlyc1H0XNzk4iMx3FxieDE7w09fGYbazDAtNBKWbX7FbQhPIIr4gtJ5dLCGsCS52q4pTKqj3lEyKHc0VbQzaCPRvqNrgrfKfoITLVDFA0R8ZWYAAAAASUVORK5CYII=");
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-10000px;
}
.crmresult {
	text-align: center;
}
@media (max-width: 767px){
.students-slider .slick-dots {
    display: none !important;
}
}