.home_banner_logo {
	max-width: 90%;
}

.bubble-pop .button-link {
	width: 100%;
	justify-content: center;
}

.homepage_posts {
	display: flex;
    width: 100%;
}

.homepage_post_item {
	width: 100%;
	background: var(--gray);
	display: flex;
    flex-direction: column;
}

.homepage_post_item img {
	width: 100%;
	height: 330px;
	object-fit: cover;
}

.homepage_post_item .postlike-content {
	padding: 30px;
	height: 330px;
	display: flex;
	flex-direction: column;
}

.homepage_post_item h2 {
	font-size: 16px;
    text-align: center;
}

.homepage_post_item p {
	line-height: 19px;
	font-size: 14px;
}

.page-banner.satelite_center {
	background-image: url(/wp-content/uploads/2025/09/medical_team.jpg)
}

/* [page-id="page-30027"] .header-bottom, [page-id="page-30030"] .header-bottom {
	background: var(--sky-v2) !important;
} */

.centers_logo {
	background-image: url(/wp-content/uploads/2023/07/llogo.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	color: transparent;
}

.center_custom_container {
	margin-bottom: 60px;
}

.our_lab_team {
	background-image: url(/wp-content/uploads/2025/10/Screenshot-2025-10-03-175152.png)
}

.teammate:nth-child(5):after,
.teammate:nth-child(3):after{
	display: block;
}

.teammate img {
	height: 150px;
	background: #f6f6f6;
	border-radius: 50%;
}

.teammates-in {
	gap: 60px;
	column-gap: 90px;
}

.teammate {
	max-width: 250px;
}

.teammate a {
	color: var(--sky);
}

.teammate a.tel_link {
	text-decoration: none;
}

/* /wp-content/uploads/2024/03/doctor_4.png */
/* /wp-content/uploads/2024/03/doctor_2_2.png */

.centers_animation [class*="doctor_"] {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.centers_animation .doctor_1 {
	background-image: url(/wp-content/uploads/2024/03/doctor_1.png)
}

.centers_animation .doctor_2 {
	background-image: url(/wp-content/uploads/2024/06/doctor_2_2.jpg)
}

.centers_animation .doctor_3 {
	background-image: url(/wp-content/uploads/2024/03/doctor_3.png)
}

.centers_animation .doctor_4 {
	background-image: url(/wp-content/uploads/2025/11/doctor_5_v1.png)
}

.centers_animation .doctor_5 {
	background-image: url(/wp-content/uploads/2024/03/doctor_4.png)
}

.centers_animation .doctor_6 {
	background-image: url(/wp-content/uploads/2024/03/doctor_6.png)
}

.page-banner.pelle {
	background-image: url(/wp-content/uploads/2025/10/pelle.jpg);
	background-position: center center;
}

.page-banner.examine {
	background-image: url(/wp-content/uploads/2025/10/examines.avif);
	background-position: center center;
}

@media (min-width: 993px) {
	.to_right ul.sub-menu {
		top: 0;
		left: 100%;
	}

	.subs-w-arrow.to_right > a::after {
		border-color: black;
		border-top: 1px solid black;
		border-bottom: 0px;
		margin-left: auto;
	}
}

@media (max-width: 992px) {
	.homepage_posts {
       	flex-wrap: wrap;
	}
	
	.homepage_post_item:nth-child(even) {
		flex-direction: column-reverse;
	}
	
	.homepage_post_item img {
		height: 200px;
	}
	
	.homepage_post_item .postlike-content {
		height: auto;
	}
}

@media (max-width: 576px) {	
	.homepage_post_item {
		width: 100%;
		min-width: 300px;
	}
	
	.teammate img {
		width: 150px;
		height: 150px;
	}
}

.page-banner.spfreeze {
	background-image: url(/wp-content/uploads/2025/10/plfbg.avif)
}