.find-service.-home-dapply .filter-bar__field-section, .find-service.-home-dapply .filter-bar__other-information, .find-service.-home-dapply .find-service__pagination {
    display: none;
}

@media screen and (min-width: 62rem){
	
.hero__heading {
padding-top: 2rem;
}
}

.hero__heading {
padding-bottom: 1rem;
padding-top: 2rem;
}

#mobile-menu-toggle {
	display:none !important; /*hide hamburger -Deepmala */
}
.hero__heading{
    font-size: 48px !important;
    font-weight: 700 !important;
    text-transform: lowercase !important;

}
.home-hiw__heading{
    font-size: 36px !important;
    font-weight: 700 !important;
    text-transform: lowercase !important;
}
.hero__heading::first-letter,
.home-hiw__heading::first-letter{text-transform: uppercase !important;}


@media  screen  and (min-width:48rem) {
    .hero__heading{font-size: 64px !important;}
    .home-hiw__heading{font-size: 42px !important;}
}