@charset "utf-8";
/* CSS Document */

.header {
	top: 0px;
	left: 0px;
	height: 50;
	position: fixed;
	z-index: 9999;
	box-shadow: 0px 0px 4px 5px #999;
	background-color: white;	
}

.call_us {
	position: fixed;
	height: 50px;
	width: 50px;
	left: 20px;
	bottom: 20px;
	box-shadow: 0px 0px 2px 5px #999;
	background-color: white;
	z-index: 9999;
}

.chat {
	position: fixed;
	height: 50px;
	width: 50px;
	right: 20px;
	bottom: 20px;
	box-shadow: 0px 0px 2px 5px #999;
	background-color: white;
}


