body{
	background-color: #F2F2F2;
	font-size: 14px;
	width: 100%;
}

p,a,button,input{
	margin: 0;
	padding: 0;
}
a,button{
	cursor: pointer;
}
a{
	text-decoration: none;
	color: #000;
}
input,textarea{
	border: none;
	outline: none;
}
@media (max-width:1200px) {
	.lg{
		display: none;
	}
}
@media (min-width:1201px) {
	.sm{
		display: none;
	}
}
@font-face {
	font-family: "qs-light";
	src: url("../font/Quicksand-Light.ttf");
}
@font-face {
	font-family: "qs-medium";
	src: url("../font/Quicksand-Medium.ttf");
}
@font-face {
	font-family: "qs-regular";
	src: url("../font/Quicksand-Regular.ttf");
}
@font-face {
	font-family: "qs-semibold";
	src: url("../font/Quicksand-SemiBold.ttf");
}
@font-face {
	font-family: "qs-bold";
	src: url("../font/Quicksand-Bold.ttf");
}