.cf7p-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.6);
	display: none;
	z-index: 99999;
	padding: 1.5rem;
}
.cf7p-overlay .popup-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.cf7p-box {
	background: #fff;
	max-width: 530px;
	padding: 30px;
	position: relative;
	text-align: center;
	width: 100%;
}

.cf7p-box h2{
 	margin: 0;
	padding: 0;
	font-size: 30px !important;
	line-height: 1.3;
	font-weight: 700 !important;
	font-family: "Poppins", Sans-serif !important;
	margin-bottom: 1rem;
	color:#00911a;
}
.cf7p-box p {
	margin: 0 !important;
}
.cf7p-box .popupdesc{
	margin-bottom: 1rem;
}
.cf7p-box .wpcf7-form label{
	display: block;
	width: 100%;
}
.cf7p-box .wpcf7-form .wpcf7-form-control-wrap {
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 1rem;
}
.cf7p-box .wpcf7-form input, .cf7p-box .wpcf7-form select, .cf7p-box .wpcf7-form textarea{
	width: 100%;
	padding: .3rem 1rem;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 0;
}
.cf7p-box .wpcf7-form textarea{
	border-radius: 5px;
		max-height: 80px;
}
.cf7p-box .wpcf7-form [type=submit] {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #208540;
	border-radius: 50px;
	padding: 0.5rem 1.5rem;
		max-width: 157px;
margin:0 auto;
}
.cf7p-box .wpcf7-form .wpcf7-spinner {
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	margin: 0;
	position: absolute;
	left: 0;
}
.cf7p-box .wpcf7-form .wpcf7-spinner::before {
	top: 50%;
	left: 50%;
}
.cf7p-box .wpcf7-form [type=submit]:hover, .cf7p-box .wpcf7-form [type=submit]:focus {
	color: #fff;
	background: #000;
}
.cf7p-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: 0;
    font-size: 24px;
    cursor: pointer;
}
