#backgroundPopup {
    z-index: 1050;
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    background: #000;
    top: 0px;
    left: 0px;
	opacity: 0.8;
}
.toPopup {
	font-family: "PoppinsLight", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333;
    display: block;
    left: 50%;
    margin-left: -250px;
    position: fixed;
    top: 15%;
    width: 500px;
    z-index: 9999;
	background: #fff;
	border-radius: 10px;
	border: solid 3px var(--primary-color);
}
.toPopup2 {
	font-family: "PoppinsLight", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333;
    display: block;
    left: 50%;
    margin-left: -350px;
    position: absolute;
    top: 10%;
    width: 700px;
    z-index: 9999;
	background: #fff;
	border-radius: 10px;
	border: solid 3px var(--primary-color);
}
.popupinn {
	padding: 50px 30px;
}
div.getintouchpop {
    display: none;
	z-index: 9999;
}
div.newsletter {
    display: none;
	z-index: 9999;
}
div.reportpop {
    display: none;
	z-index: 9999;
}
div.offerpop {
    display: none;
	z-index: 9999;
}
div.presentationpop {
    display: none;
	z-index: 9999;
}
div.close {
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -18px;
    top: -15px;
	background: var(--primary-color);
	border-radius: 50%;
	z-index: 2;
	opacity: 1;
	text-align: center;
}
div.close img {
	width: 15px;
    margin: 4px 0 0 0;
}
.popup-container {
	margin: 0;
	padding: 0;
}
.popup-container h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 30px;
	font-family: "PoppinsBold", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
}
.popup-container p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 30px;
}


/* form */
.toPopup2 .popupinn {
	padding: 30px;
}


@media only screen and (max-width: 767px) {
	.toPopup {
		display: block;
		width: 90%;
		left: 0;
		top: 10%;
		position: fixed;
		margin: 10% 0 0 5%;
		height: auto;
	}
	.toPopup2 {
		display: block;
		width: 90%;
		left: 0;
		top: 5%;
		position: absolute;
		margin: 10% 0 0 5%;
		height: auto;
	}
	.toPopup2 .popup-container {
		max-height: 100%;
	}
	.popupinn {
		display: inherit;
		padding: 30px;
	}
	.team-popupinn {
		display: inherit;
		padding: 30px;
	}
	.popup-container {
		margin: 0;
		padding: 0;
		max-height: 300px;
		overflow: auto;
	}
	.popup-container h2 {
		margin: 0 0 20px 0;
		padding: 0;
		font-size: 24px;
	}
}


@media only screen and (max-width: 480px) {

}