

.lxwmcs{
	
	display: flex;
	align-items: flex-start;
	padding: 80px 0;
}
.contactUs {
	/* padding: 20px 0 20px; */
flex: 1;
margin-left: 8%;
display: flex;
}

.contactUs-Map {
	flex: 1;
	height: 500px;
	/* background-color: red; */
	margin-right: 60px;
	position: relative;
}

.contactUs-form {}

.contactUs-form input {
	width: 300px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	padding-left: 15px;
	margin-bottom: 25px;
	font-size: 16px;
}

.contactUs-form textarea {
	width: 300px;
	height: 100px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	padding-left: 15px;
	padding-top: 10px;
	margin-bottom: 25px;
	font-size: 16px;

}

.contactUs-form button {
	width: 300px;
	height: 40px;
	background: #184E8E;
	opacity: 1;
	border-radius: 8px;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 16px;
}

.Map-ts {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 280px;
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
	padding: 20px;
}

.Map-ts .mt-item {
	margin-bottom: 15px;
}

.Map-ts .mt-item h6 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 6px;
}

.Map-ts .mt-item p {
	font-size: 16px;
	color: #666666;
}

#container {
	width: 100%;
	height: 450px;
}

@media screen and (max-width: 1280px) {

.contactUs{
	/* padding-top: 40px; */
}
.contactUs-Map,
#container{
	height: 400px;
}
.contactUs-form input{
	height: 40px;
	font-size: 14px;
}
.Map-ts{
	padding: 15px;
	width: 250px;
}
.Map-ts .mt-item {
    margin-bottom: 10px;
}


	.contactUs-form textarea,
	.contactUs-form button,
	.contactUs-form input {
		width: 300px;
		margin-bottom: 18px;

	}
	.contactUs-form button{
		margin-bottom: 0;
	}
	.Map-ts .mt-item h6 {
		font-size: 16px;

	}

	.Map-ts .mt-item p {
		font-size: 14px;
	}

}

@media screen and (max-width: 768px) {
	#contactUs {
		flex-direction: column;
		padding-bottom: 0px;
		margin-left: 0;
	}
.lxwmcs{

	padding: 30px 0;
	flex-direction: column;
}
	#container {
		width: 100%;
		height: 300px;
	}

	.contactUs-Map {
		margin-top: 20px;
		flex: 1;
		height: auto;
		/* background-color: red; */
		margin-right: 0px;
		position: relative;
	}

	.Map-ts {
		position: inherit;
		top: auto;
		right: auto;
		transform: translateY(0);
		width: 100%;
		background: #FFFFFF;
		border-radius: 4px;
		box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
		padding: 20px;
	}

	.contactUs-form {
		margin-top: 20px;
		width: 100%;
	}

	.contactUs-form textarea,
	.contactUs-form button,
	.contactUs-form input {
		width: 100%;
		margin-bottom: 20px;
		font-size: 14px;
	}
	.career{
		width: 100%;
	}
}
