.contact-top-bg{
    background-image: url(/wp-content/uploads/2023/04/edmundo-mendez-jr-SVLyj_EhgpM-unsplash.jpg);
    background-position: center center;
    height: 400px;
    color: #ffffff;
}
.contact-top-bg .top-tit{
	max-width: 1140px;
	margin:0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	align-items: center;
}
.contact-top-bg .top-tit div{
	height: auto;
}
.contact-top-bg .top-tit h2{
	font-size: 2.125rem;
	font-weight: 700;
}

.contact-warp{
	width: 100%;
	background-color: #fff;
}

.contact-container{
	max-width: 1140px;
	min-height: 617px;
	margin:0 auto;
	display: flex;
    position: relative;
    background-color: #F8F5F4;
    flex-direction: column;

}
.contact-container .con-blank{
	width: 100%;
    height: 60px;
    margin-top: -40px;
    background-color: #F8F5F4;
    border-radius: 10px;
}

.contact-container .con-tit{
	max-width: 1140px;
	margin:0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	align-items: center;
}

.contact-container .con-tit h3{
	color: var(--e-global-color-68d0629);
    font-size: 29px;
}

.contact-container .form-contact{
	width: 100%;
	min-height: 600px;
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	margin-top: 30px;

}
.contact-container .form-contact>div{
/*	border: 1px solid #666;*/
	background-color: #fff;
	border-radius: 10px;
	margin:30px;
	padding: 10px;
}

.contact-container .form-contact .con-form{
	width: 40%;
	min-height: 800px;
	
}

.contact-container .form-contact .con-contact{
	width: 50%;
	min-height: 800px;
}

.contact-container .form-contact .con-contact .cpic{
	padding:25px 10px  0  10px;
	margin-bottom: 20px;
}
.contact-container .form-contact .con-contact .cpic img{
	max-width: 100%;
}
.contact-container .form-contact .con-contact .cmsg-list{
	padding-left: 15px;
}
.cmsg-list h3{
	color: #42BF26;
    font-size: 21px;
    padding-left: 20px;
    margin-bottom: 20px;
}
.cmsg-list .pipt{
	display: flex;
	flex-direction: row;
	height: 50px;
	align-items: center;

}

.cmsg-list .pipt img{
	width: 4%;
	height: initial;
}
.cmsg-list .pipt p{
	padding-left: 40px;
	color: #666;
}

@media (max-width: 768px){
	.contact-top-bg .top-tit h2{
		font-size: 24px;
	}
	.contact-top-bg .top-tit p{
		font-size: 18px;
	}
	.contact-container .con-tit h3{
		font-size: 24px;
	}
	.contact-container .con-tit{
		padding: 15px;
	}
	.contact-container .form-contact{
		flex-direction: column;
		min-height: 150px;
	}
	.contact-container .form-contact .con-form,.contact-container .form-contact .con-contact{
		width: 96%;
		margin: 10px;
		padding: 0;
	}
}

.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field{
	padding:4px 0;
}