@media(max-width:767px){
	.title {
		font-size: 19px;
		line-height: 23px;
	}
	.contain {
		font-size: 14px;
		line-height: 25px;
	}
	.form-box {
		padding: 20px 20px 20px 20px;
		margin-bottom: 25px;
		margin-top: 25px;
	}
	#contact-from {
		margin-top: 20px;
		padding-bottom: 0px;
	}
	label {
		font-size: 14px;
		top: 18px;
	}
	.yellow-btn {
		font-size: 14px;
		font-weight: normal; 
		width: 50%;
		float: none;
	}
	.contact-title {
		font-size: 18px;
	}
	.xs-center-img {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.black-bg {
		bottom: inherit;
	}
	input {
		font-size: 14px;
	}
}


@media (min-width:768px) and (max-width:1024px){
	.yellow-btn {
		font-size: 15px;
		font-weight: normal; 
		width: 50%;
	}
	label {
		font-size: 15px;
		top: 17px;
	}
	input {
		font-size: 14px;
	}
	.title {
		font-size: 21px;
		line-height: 25px;
	}
}
	
    