.leftsidebar-menu li a{color:white !important}
.leftsidebar-menu li a.active{color:#333 !important}
.leftsidebar-menu li a:hover{color:#333 !important}
.leftsidebar-menu li input:hover{color:#333 !important}
h1{font-size:22px}
h2{font-size:20px}
h3{font-size:18px}
h4{font-size:16px}
p{font-size:14px}
@media screen and (min-width:320px) and (max-width:767px){
	/* Mobile Screen */
	
}

@media screen and (min-width:767px) and (max-width:979px){
	/* Tablet Screen */
	
}

@media screen and (min-width:980px) and (max-width:1279px){
	/* Monitor small screen */
	
}

@media screen and (min-width:1280px) and (max-width:1439px){
	/* Monitor normal screen */
	
}


@media screen and (min-width:1440px) and (max-width:1819px){
	/* Monitor large screen */
	
}

@media screen and (min-width:1920px){
	/* Retina display */
	
}
