
/* Hide the Services and Book Now menu labels, the later one is for mobile */
div.header__content__primary__left__items {
	display: none !important;
}

i.ui-icon.ui-icon-menu {
	display: none !important;
}

/* Hide the Sort by and search services */
div.sfh {
        display: none !important;
}

/* Hide footer company name label, the later one is for mobile */
div.right-align.footer__content__column {
	display: none !important;
}



