.covidPop__button, .interior_tile .interior_tile__button, .location_map .location_map__button, .meet_team .meet_team__inner .meet_team__button, .online_store .online_store__button, .page-footer .footer-content .footer-content__button, .related_hospitals .related_hospitals__button, .section-button, .tile_diagnostic .tile_diagnostic__button, .tile_new_clients .tile_new_clients__button, .tile_welcome .tile_welcome__button, .tile_wellness_care .tile_wellness_care__button {
	font-weight:600 !important;
}

/* Gallery CSS Start */

 .gallery {
          margin: 0 auto;
          max-width: 800px;
      }
	.gallery article {
          height: 100%;
          overflow: hidden;
      }
      .gallery .thumbnail-classic-caption {
          height: 100%;
      }
      .gallery .thumbnail-classic-caption .img-fluid {
          height: 100%;
          object-fit: cover;
          transition: transform .35s ease;
          max-height: 180.8px;
      }
      .gallery .thumbnail-classic-caption .img-fluid:hover {
          transform: scale(1.05);
      }
 /* Gallery CSS End */

.tile_services.tile_services_red {
	background:#af1f24;
}

.footer-sitemap{
	column-count: 1 !important;
	-webkit-column-count: 1
}

h3 {
	font-weight:600 !important;
}

.tile_services .tile_services__picture {
	position:absolute;
}

@media screen and (max-width: 992px) {
	.tile_services .tile_services__picture {
	display:none;
}
}



footer .menu-item a:focus{
	color:#fff !important;
}
footer .menu-item a:active{
	color:#fff !important;
}

@media (min-width:320px) and (max-width:767px){
	.page-footer .footer-content {
   	padding: 30px 0 15px 0 !important;
}
	 
}
@media (min-width:767px) and (max-width:992px){
		.page-footer .footer-content {
   	padding: 30px 0 15px 0 !important;
}
}