 
/* Desktop Screen*/
@media only screen and (min-width:992px) and (max-width:1199px){
 




}
/*Tablet Screen*/
@media only screen and (min-width:768px) and (max-width:991px) {
 

}
/*Small Mobile Screen*/
@media only screen and (max-width:767px){
   
#intro {
	left: 17%;
}
#intro.sinup_area form label {
	float: left;
}
}
/* Large Mobile Screen and Here Responsive Menu */
@media only screen and (min-width:480px) and (max-width:767px) {

}
