@media (max-width: 768px){
	#CONTACT .contact-form {
		padding-left: 0 !important;
		margin-top: 30px;
	}
	#CONTACT .contact-form:after {
		display: none;
	}
	#CONTACT .contact-form .btn-next {
		text-align: left;
	}
}
@media (min-width: 769px){
	#CONTACT .contact-form .btn-next {
		text-align: right;
	}

	#CONTACT #homeContactForm .input-company {
		margin-top: 0;
	}
}

#CONTACT {
	background-color: #F2F2F2;
	width: 100%;
    max-width: 100%;
}
#CONTACT .page {
	display: flex;
	padding: 60px 0;
}
#CONTACT .company {
	margin: 30px 0;
	font-weight: bold;
}
#CONTACT table td {
	height: 40px;
}
#CONTACT table td:first-child {
	width: 40px;
	text-align: center;
}
#CONTACT table td i {
	font-size: 20px;
}
#CONTACT .contact-block {
	border-width: 2px;
	border-radius: 10px;
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 40px;
}
#CONTACT .contact-form {
	width: 100%;
	padding-left: 70px;
}
#CONTACT .contact-form:after {
    content: " ";
    position: absolute;
    left: 10px;
    top: 320px;
    border-top: 50px solid transparent;
    border-right: 60px solid #FFF;
    border-bottom: 0px solid transparent;
}
#CONTACT .contact-form .title {
	background-image: linear-gradient(to right, #219653, #3d8bbe);
	padding: 10px 25px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
#CONTACT .contact-form .content {
	display: inline-block;
	background-color: #FFF;
	padding: 25px 15px 40px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	font-size: 20px;
}
#CONTACT .contact-form .content input {
	outline: none !important;
    background: transparent;
    border: none;
    height: 30px;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #737B7D;
    padding: 0 10px;
}
#CONTACT .contact-form .content .input-text {
	padding: 0 10px;
	margin-top: 20px;
}
#CONTACT .contact-form .invalid {
	color: red;
	font-size: 12px;
}

#refresh {
    cursor: pointer;
}