@media only screen and (min-width : 300px) and (max-width : 700px)
{
.sub_container{
width:100%;		
		}
.sub_container .serviceBox{
	width: 110px;
	height: 150px;
	font-size: 10px;
	padding: 25px 0px !Important;
	display: inline-flex;
	vertical-align:middle;
	
}
.sub_container .serviceBox .category{
	width: 105px;
	height: 130px;
}
}
@media only screen and (min-width : 360px) and (max-width : 383px)
{
}
@media only screen and (min-width : 375px) and (max-width : 410px)
{
}
@media only screen and (min-width : 411px) and (max-width : 731px)
{
}

@media only screen and (min-width : 701px) and (max-width : 767px) {

}
@media only screen and (min-width : 768px) and (max-width : 991px) {
.sub_container{
	width:95%;		
	}
	
}
@media only screen and (min-width : 992px) and (max-width : 1024px) {
	.sub_container{
width:95%;		
		}
}	
@media only screen and (min-width : 1025px) and (max-width : 1280px) {
		
}
@media only screen and (min-width : 1281px) and (max-width : 1366px) {

}

@media only screen and (min-width : 1440px){
}

@media only screen and (max-width : 500px) and (min-width:426px)
{

}
@media only screen and (max-width : 425px) and (min-width:376px)
{

}
@media only screen and (min-device-width : 500px) and (max-device-width : 700px) {

}
