
@media screen and (max-width: 1366px) {

}

/**** Ipad Devices CSS***/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

  }

/**** Ipad Devices CSS end***/


/**** Mobile Devices CSS***/
@media only screen and (max-width: 767px) {

}
/**** Mobile Devices CSS end***/

/**** samll Mobile Devices CSS Strat***/
@media only screen and (max-width: 480px) {
	
}

/**** samll Mobile Devices CSS Strat***/

@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {
	

}
@media screen and (max-width: 767px){
	

	

}
@media screen and (max-width: 580px){


}
@media screen and (max-width: 340px){
	
}