@media(max-width: 480px) {
	html{
		font-size:12px !important;
	}
}
@media(min-width: 481px) and (max-width: 768px) {
	html{
		font-size:14px !important;
	}	
}
@media(min-width: 769px) and (max-width: 1024px) {
	html{
		font-size:16px !important;
	}	
}
@media(min-width: 1025px) and (max-width: 1600px) {
	html{
		font-size:18px !important;
	}		
}
@media(min-width: 1601px) {
	html{
		font-size:20px !important;
	}		
}

.fs-b-3{
	font-size: 0.7rem !important;
}
.fs-b-2{
	font-size: 0.8rem !important;
}
.fs-b-1{
	font-size: 0.9rem !important;
}
.fs-b{
	font-size: 1rem !important;
}
.fs-12{
	font-size: 1.2rem !important;
}
.fs-14{
	font-size: 1.4rem !important;
}
.fs-16{
	font-size: 1.6rem !important;
}
.fs-18{
	font-size: 1.8rem !important;
}
.fs-20{
	font-size: 2rem !important;
}
.fs-22{
	font-size: 2.2rem !important;
}
.fs-24{
	font-size: 2.4rem !important;
}
