.project-bottom-form{}

.project-bottom-form .wpcf7-submit{
	display: flex;
	justify-content: center;
}




@media (min-width: 1023px) {
	.project-contact-wraper{
		position:fixed ;
		left:0;
		bottom:0;
	}

	.project-bottom-form .wpcf7-form-control-wrap{margin-bottom:0 !important;}
	.project-bottom-form .col-lg-3 {
		display: flex;
		align-items: center;
	}
	
		.footer-wa{    bottom: 130px !important;}
}

@media (max-width: 1023px) {
	#mail-icon{
		position: fixed;
		z-index: 9;
		left: 0;
		bottom: 0;
		font-size: 6vw;
		color: #037D82 ;
		border: 1px solid #000;
		border-radius: 10px 10px 0 0;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 13vw;
		width: 100%;
		background-color: #fff;
	}
	
.footer-wa{    bottom: 50px !important;}

}