 //CSS
 
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
 
  //CSS
 
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
 
  //CSS
 
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
 
.wideservice{width:50%; float:left; text-align:center; font-weight:bold;}
.what-we-desc p{
	display: none;
}
.about p{padding-right: 0px; padding-left: 0px;}
 .what-we-do{padding: 20px 7px 0px 7px;}
 .what-we-do h3{font-size: 14px; line-height: 25px;}
 h1, h2, h3, h4, h5 {font-size: 15px;}
 .groupinside{
 	margin-left: 8px;
    padding-bottom: 30px;
 }
}