/*quick enquiry*/

#bottomDiv
{
	position:fixed; bottom:-340px; left:40px; width:300px; height:auto;background:#fff;
	
}
#quickEnquiryArea
{
	
	width:300px;
	padding-bottom:18px;
	 height:320px; background:#fff;

	border-top-width:8px; border-top-style:solid; border-top-color:#000;
}
.form-control
{
	margin-bottom:11px;
	color:#000;
}
#titleSection:hover
{
	cursor:pointer;
}
#titleSection
{
	background-color:#ea2d2d;
	width:100%;
	height:45px;
	color:#fff;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	
}
#titleSection img
{
}
/*end quick enquiry*/

/*start social medioa*/

#socialIconArea
{
	float:right;
	width:100%; height:auto;
	position:fixed;
	z-index:400;
}
#socialIconBody
{
	
	width:50px; height:auto;
	float:right;
	margin-top:120px;
	
}

#socialIconBody img:hover
{
	cursor:pointer;
}

/*end social media*/