.contactus{
	float: left;
	clear: both;
	width: 100%;
	padding: 50px 0px;
}
.lets-start{
	padding: 50px 0px;
	width: 100%;
	height: auto;
	position: relative;
	top: 50%;
	transform: translate(-0%,-50%);
}
.contact-contain{
	border: 1px solid #f2f2f2;
	box-shadow: inset 0px 0px 15px #f1f1f1;
	padding: 20px;
	min-height: 100%;
}
.pricing-btn:hover{
	color: var(--color) !important;
	border: 1px solid var(--color) !important;
}

