@charset "utf-8";
#frmQuickContact {
	position: absolute;
	height: 480px;
	width: 400px;
	/* background-color: #fff; */
	z-index: 1001;
	right: 10%;
	top: 160px;
	padding: 15px;
}
.trans-box {
	background-color: #000;
	opacity: 0.3;
	position: absolute;
	height: 480px;
	width: 400px;
	top: 160px;
	right: 10%;
}
#frmQuickContact h2 {
	font-size: 18px;
	font-weight: 600;
	color: #a3daf5;
	line-height: 24px;
	padding: 0;
	margin: 0 0 10px 0;
}
#frmQuickContact p {
	margin-bottom: 10px;
	color: #ccc;
}
#qi_contact {
	padding:0px;
	font-size: 0.8em;
	border: none;
}
#qi_contact .form-control {
	margin-bottom: 8px;
	border: solid 1px #ccc;
	background-color: #eee;
	border-radius: 0px;
	font-size: 1.1em;
}
#qi_contact textarea {
	height:80px;
}
#qi_contact label {
	display: inline-block;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	color: #DDD;
}
#qi_contact .form-control.btn {
	background-color: #05851e;
	color: #fff;
}
#qi_contact .form-control.btn:hover {
	color: #ff0;
	background-color: #0c3515;
}
 @media only screen and (max-width: 767px) {
#frmQuickContact {
 display:none;
}
}
