/* Gallery CSS Start */

 .gallery {
          margin: 0 auto;
          max-width: 800px;
	 	gap: 20px;
      }
	.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
}

.interior_intro .interior_intro__header, .location_map .location_map__heading, .meet_team .meet_team__inner .meet_team__heading, .online_store .online_store__heading, .petdesk .petdesk__heading, .related_hospitals .related_hospitals__heading, .section-heading, .testimonials .testimonials__heading, .tile_diagnostic .tile_diagnostic__heading, .tile_new_clients .tile_new_clients__heading, .tile_services .tile_services__heading, .tile_wellness_care .tile_wellness_care__heading, b, strong {
	font-weight:800;
}
.modal-dialog img{
	width: 100%;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px !important;
    }
}
@media (min-width:990px) and (max-width:1210px){
	.navbar .navbar-nav > .menu-item > a {
    font-size: 1rem;
}
}

