/* Both Tabs & Mobiles */
@media only screen and (min-width: 0px) and (max-width: 768px) {
.page_background {
background-image:none !important
}
.page_title {
margin-bottom: 25px !important;
 margin-top: 25px !important;
}
.about_image {
 margin-bottom: 15px !important;
}
.devide_border {
 border-left: 1px solid #fff !important;
}
 .footer_ul {
margin-bottom:0px !important
}
.footer_contact {
margin-top: 8px !important;
}
.sidebar_ul {
display:none !important
}
.sidebar_title {
display:none !important
}
#call_image {
margin-bottom:25px !important
}
}
/* Only for Mobiles */
@media only screen and (min-width: 0px) and (max-width: 600px) {
.contact_details_title {
font-size:1.2em !important;
padding-bottom: 0px !important;
}
.contact_table>tbody>tr>td {
float:left !important;
width:100% !important
}
.products_table>tbody>tr>td {
float:left !important;
width:100% !important
}
.service_table>tbody>tr>td {
float:left !important;
width:100% !important
}
.incinerators_img1 {
display:none !important
}
.incinerators_img2 {
display:block !important;
margin-bottom: 20px !important;
}
.footer_li {
 border-radius: 4px !important;
 padding-top: 10px !important;
 padding-bottom: 10px !important;
 font-size: 0.9em !important;
}
}
