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

.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, .foot-text-content, .page-footer .footer-content .footer-content__address, .page-footer .footer-content .footer-content__heading_hours, .page-footer .footer-content .footer-content__hours, .page-footer .footer-content .footer-content__phone, .tile_welcome .tile_welcome__heading, .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, .tile_appointment .tile_appointment__button, .interior_tile .interior_tile__navigation .interior_tile__list .list-group-item, .interior_tile .interior_tile__body h2, b, strong {
	font-weight:800;
}

.location_map__text.location_map__text_right, 
.location_map__hours.location_map__hours_right {
	text-align:right;
}

@media only screen and (max-width: 991px) {
	.footer-col-three, .footer-col-four {
		padding-top:20px;
	}
	
	.location_map__text.location_map__text_right, 
	.location_map__hours.location_map__hours_right {
	text-align:left;
	}
}

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



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

@media (min-width:320px) and (max-width:767px){
.mobile-slideshow-slide-overlay {
    padding: 0 0 25px 80px;
	width: 100%;
}
	.mobile-slideshow-slide-overlay__button {
    width: 200px;
}
	.page-footer .footer-content {
   	padding: 30px 0 15px 0 !important;
}
	.mobile-slideshow-slide::before{
		content: "";
		position: absolute;
		inset:0;
background: #FFFFFF;
background: linear-gradient(90deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%) !important;

}
	 
}
@media (min-width:767px) and (max-width:992px){
		.page-footer .footer-content {
   	padding: 30px 0 15px 0 !important;
}
		.slider-slide {
    padding: 0 0 25px 80px;
	width: 50%;
}
}

	.slider-slide {
    padding: 0 0 25px 80px;
	width: 100%;
}

.carousel-control-next{    
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%) !important;
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))) !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%) !important;
    background-repeat: repeat-x;
}
 .carousel-control-prev {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%)  !important;
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))) !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%) !important;
    background-repeat: repeat-x;
}