body{
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 16px;
	background-color: white;
	color: #555;
}
.close img{
	width: 30px;
	height: 30px;
	object-fit: cover;
}
body a{
	text-decoration: none;
	color: #555;
}
body a:hover{
	text-decoration: none;
	color: #555;
}
body a:link{
	text-decoration: none;
	color: #555;
}

body .nav{
	position: fixed;
	float: left;
	width: 94%;
	height: 50px;
	background-color: #06A65E;
	padding: 0% 3%;
	z-index: 3;
}
body .nav .logo{
	float: left;
	width: 28%;
	/*margin-right: 2%;*/
	line-height: 50px;
	color: white;
	font-size: 16px;
}
body .nav .logo a{
	color: white;
	display: inline-block;
	width: 100%;
	font-size: smaller;
}

body .nav .query{
	float: left;
	width: 40%;
	height: 22px;
	outline: none;
	border-radius: 10px;
	padding: 0px 3% 0px 2%;
	margin-top: 15px;
	border: none;
	margin-left: 5%;
}
body .nav .login{
	float: left;
	font-size: 16px;
	color: white;
	line-height: 52px;
}
