
/*allsmart phone protrait mode*/
@media only screen and (max-width:767px) 
 {
	 body{min-width:300px; }
	 


}

/*all smartphone landscape mode*/
@media only screen and ( min-width:480px) and (max-width:767px)
{
	
	 body{min-width:440px;}
	 


}

@media only screen and ( min-width:481px) and (max-width:767px)
{
	  body{min-width:600px;}
	 


}
                                                                                            
																							/*for tab*/

@media only screen and ( min-width:768px) and (max-width:995px)             
{	

    body{min-width:728px;}
	

	
}