/* 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 */

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

h3 {
	font-weight:600;
}

.tile_appointment.tile_appointment-one {
	padding:0;
	background:transparent;
}

.tile_appointment.tile_appointment-one a {
	text-decoration:none;
}

.top-navbar li.nav-item.nav-item__location a.nav-link {
    display: flex
;
}