.homepage-banner {
	position: relative;
	height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/wp-content/uploads/2023/07/homepage-video-banner.png);
	background-color: rgba(0,0,0,0.3);
	background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	color: white;
	font-size: 16px;
	text-align: center;
	padding-bottom: 80px;
}

.homepage-banner > a, .homepage-banner-video > a {
	position: absolute;
	bottom: 20px;
}

.scrolling-href{
	background: unset !important;
	margin-top: 40px;
}

.homepage-banner-in {
	display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 750px;
    align-items: center;
    gap: 30px;
}

.homepage-banner-in > div {
	display: flex;
    font-size: 24px;
    justify-content: space-between;
	align-items: center;
    width: 100%;
}

.homepage-banner-in a {
	background-color: var(--sky);
	text-decoration: none;
	color: white;
	padding: 15px 17px;
	width: 192.25px;
    border: 1px solid transparent;
    transition: 0.3s;
}

.homepage-banner-in a:hover{
	background: white;
    border-color: var(--sky);
    color: var(--sky);
}

.line{
	height: 1px;
	width: 50px;
	background: rgba(255, 255, 255, 0.3);
}

.homepage.treatments{
	background: var(--gray);
	margin: 0 auto;
	position: relative;
	padding-bottom: 10px;
}

.homepage-treatments-slider{
	display: flex;
/* 	height: 130px; */
	height: auto !important;
	padding-bottom: 30px;
	width: 90%;
	margin: 0 auto;
    position: relative;
	overflow: hidden;
}

.homepage.treatments p{
/* 	position: absolute; */
	text-align: center;
	left: 50%;
	width: 100%;
/* 	transform: translateX(100%); */
}

/* .homepage.treatments p.active{
	transform: translateX(-50%);
	transition: 0.5s;
}

.homepage.treatments p.slide-left{
	transform: translateX(-150%);
	transition: 0.5s;
} */

.heading-font::before{
	content: '';
	width: 5px;
	height: inherit;
	background-color: var(--sky);
}

.homepage.treatments .fa-chevron-left{
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 15px;
	color: #DADADA;
	font-size: 24px;
	cursor: pointer;
}

.homepage.treatments .fa-chevron-right{
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 15px;
	color: #DADADA;
	font-size: 24px;
	cursor: pointer;
}

.treatments-dots{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	display: flex;
	transition: 0.3s;
	gap: 10px;
}

.homepage-sl{
	width: 100%;
	height: 40px;
    background: var(--gray);
    position: relative;
}

.slider-right{
	position: absolute;
	right: 40px;
	bottom: 10px;
	cursor: pointer;
}

.slider-left{
	position: absolute;
	left: 40px;
	bottom: 10px;
	cursor: pointer;
}
.treatment-dot{
	width: 12px;
	height: 12px;
	background-color: #DADADA;
	border-radius: 50%;
}

.treatment-dot.active{
	background-color: #757575;
}

.homepage-postlike{
	display: flex;
	flex-wrap: wrap;
}

.homepage-postlike-post, .homepage-postlike img {
	width: 33.33%;
	object-fit: cover;
}

.postlike-content h2{
	margin-bottom: 10px;
}

.homepage-postlike-post{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	background: #EAEAEA;
	font-size: 14px;
}

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

.homepage-postlike-post img {
	width: 100%;
	height: 330px;
}

.homepage-postlike-post h2{
	font-size: 14px;
	text-align: center;
}

.homepage-postlike-post p{
	line-height: 19px;
}

.homepage-postlike-post a{
	margin-top: auto;
	display: block;
	text-decoration: none;
	color: var(--sky);
	font-weight: bold;
	text-transform: uppercase;
}


.homepage-experience.banner{
	background-image: url('/wp-content/uploads/2023/06/experience-banner.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.homepage-experience-list {
	display: flex;
    justify-content: space-around;
	align-items: center;
	padding: 40px 0px 80px 0px;
}

.homepage-experience h1{
	font-size: 24px;
	text-align: center;
}

.homepage-experience p{
	font-size: 14px;
	text-align: center;
	width: 300px;
	padding-top: 15px;
	line-height: 19px;
}

.homepage-aspects{
	background-image: url('/wp-content/uploads/2023/07/aspects-banner-colored.png');
	background-size: cover;
	background-position: center center;
	display: flex;
	width: 100%;
	height: 450px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.homepage-aspects h1{
	color: white;
	font-size: 24px;
}

.homepage-aspects p {
	font-size: 18px;
	text-align: center;
	line-height: 19px;
	color: white;
}

.homepage-aspects p{
	width: 90%;
	max-width: 450px;
}

.homepage-aspects a{
	text-decoration: none;
	color: black;
	background: white;
	padding: 15px 18px;
    border: 2px solid transparent;
    transition: 0.3s;
}

.homepage-aspects a:hover{
	background: transparent;
    border-color: white;
    color: white;
}

.teammates{
	background: #f6f6f6;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
}

.teammates-in{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	margin-top: -50px;
	padding-bottom: 60px;
	justify-content: space-between;
	overflow: hidden;
	gap: 40px;
}

.teammate {
	max-width: 200px;
	width: calc(33% - 80px);
	text-align: center;
	position: relative;
	display: flex;
    flex-direction: column;
}

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

.teammate.r::after {
	content: '';
	background: #CCCCCC;
	position: absolute;
	top: 75px;
	width: 110%;
	height: 2px;
	right: 0;
    transform: translateX(84%);
}

.teammate.b::after {
	content: '';
	background: #CCCCCC;
	position: absolute;
	top: 0;
	width: 2px;
	height: 150%;
	right: 50%;
	transform: translateX(50%)
}

.teammate.u::before {
	content: '';
	background: #CCCCCC;
	position: absolute;
	top: 0;
	width: 2px;
	height: 200%;
	right: 50%;
	transform: translate(50%, -100%)
}

.teammate-textarea{
	background: #f6f6f6;
	z-index: 2;
	padding-top: 20px;
}

.teammate img {
	z-index: 2;
	width: 150px;
	margin: 0 auto;
}

.teammate h1{
	font-size: 24px;
}

.teammate h3, .teammate p{
	font-size: 14px;
	font-weight: normal;
}

.teammate p{
	display: block;
	margin-top: 20px;
}

.homepage-coordinators{
	display: flex;
    justify-content: center;
    width: 90%;
    max-width: 800px;
    margin: 50px auto;
	gap: 30px;
}

.homepage-coordinators p{
	font-size: 14px;
}

.homepage-coordinators img{
	border-radius: 50%;
}

.wpcf7-form .wpcf7 form > div.submit-holder, .submit-holder p, .submit-holder input{
	width: 100% !important;
}

.wpcf7-form input, .wpcf7-form textarea{
	border-radius: 0px;
}

.wpcf7-form p{
	margin-bottom: 0px !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.wpcf7-form .name, .wpcf7-form .email, .wpcf7-form .number{
	position: relative;
}

.wpcf7-form .name input, .wpcf7-form .email input, .wpcf7-form .number input, .wpcf7-form .surname input{
	padding-left: 60px !important;
}

.wpcf7-form input[type=submit]{
	padding: 20px;
	background: var(--sky);
	border: 0px;
	font-size: 18px;
	color: white;
    border: 1px solid transparent;
    transition: 0.3s;
}

.wpcf7-form input[type=submit]:hover{
	background: white;
    border-color: var(--sky);
    color: var(--sky);
}

.wpcf7-form .surname, .wpcf7-form .number, .wpcf7-form textarea{
	margin-top: 35.5px;
	display: block;
	position: relative;
}

.wpcf7-form .name:before, .wpcf7-form .email:before, .wpcf7-form .number:before, .wpcf7-form .surname:before {
	content: '';
  	position: absolute;
	width: 20px;
	height: 20px;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 10;
}

.wpcf7-form .name:before, .wpcf7-form .surname:before {
	background-image: url('/wp-content/uploads/2023/06/nomepre.png');
}
.wpcf7-form .number:before {
	background-image: url('/wp-content/uploads/2023/06/phonepng.png');
}

.wpcf7-form .email:before {
	background-image: url('/wp-content/uploads/2023/06/addem.png');
}

.checkbox-text a{
	color: #373737;
	text-decoration: underline;
	font-weight: bold;
}

.checkbox-holder{
	display: flex;
	gap: 15px;
}

.homepage-contact p{
	width: 90%;
	text-align: center;
	display: block;
	margin: 0px auto 30px auto;
}

.homepage-posts{
	display: none !important;
	width: 100%;
	text-align: center;
	display: block;
	margin: 0px auto 30px auto;
	padding: 40px 5%;
	background: var(--gray);
}

.homepage-posts > a{
	color: var(--sky);
	font-weight: bold;
	text-decoration: underline;
}

.homepage-posts .grid-items{
	gap: 5%;
	text-align: left;
	margin-top: 30px;
}

.homepage-posts .content{
	padding: 20px;
}


.homepage-posts .title_link {
	padding: 10px 20px;
} 

.homepage-posts .title_link a{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.homepage-posts .read_more{
	padding: 0px !important;
	margin-left: 5px;
	color: var(--sky);
}

.homepage-posts .post_date{
	padding: 0px 20px;
	color: #757575;
	display: block;
	text-decoration: none;
}



.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea{
	border: 2px solid #EBEBEB;
	width: 100%;
	padding: 16px;
}

.submit-holder{
	margin-left: auto;
}

.homepage-contacts{
	display: flex;
}

.homepage-facility-picture{
	background-image: url('/wp-content/uploads/2023/07/about-banner.jpeg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 50%;
    display: flex;
    justify-content: center;
    align-items: end;
	background-color: rgba(0,0,0,0.3);
	background-blend-mode: multiply;
}

.homepage-faciliy-content{
	display: flex;
	align-items: center;
	color: white;
	gap: 20px;
	padding-bottom: 20px;
}

.homepage-facility-content p{
	font-size: 14px;
	font-weight: bold;
}

.info-item {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 20px 0px;
}

.info-item a,
.info-item p{
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.info-item i{
	font-size: 17px;
	color: var(--sky);
	background: white;
	border-radius: 50%;
	padding: 10px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.homepage-faciliy-content i {
	font-size: 35px;
}

.homepage-facility-info{
    display: flex;
    justify-content: center;
    align-items: center;
}

.homepage-contact-info{
	display: flex;
	flex-direction: column;
}

.homepage-contacts iframe{
	width: 100%;
    height: 100%;
}

.homepage-contacts .partners {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.homepage-contacts .partners h1 {
	font-size: 20px;
}

.homepage-contacts .partners .heading-font {
	padding: 0px;
}

.work-hours-items {
	display: flex; 
	flex-direction: column; 
	align-items: center; 
	gap: 16px;
}

.homepage-contacts .partner_list {
	display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.homepage-contacts .partner_list img {
	width: 120px;
}

.homepage-contact-info{
	width: 50%;
}

.homepage-banner-video{
    overflow-y: hidden;
    overflow-x: hidden;
	position: relative;
	height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
	color: white;
	font-size: 16px;
	text-align: center;
	padding-bottom: 80px;
	padding-top: 80px;
}

.homepage-banner-video p{
	text-align: center;
}

.homepage-banner-video video {
    background-image: url(/wp-content/uploads/2023/07/fram-1-v1.png);
	background-color: rgba(0,0,0,0.3);
	background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
	position: absolute;
}
.banner-tagline-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 0.3s;
    color: white;
}
.banner-tagline-inside-video {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.banner-tagline-inside-video h3 {
    text-align: center;
    width: 90%;
}
.banner-buttons-video {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    align-items: center;
    flex-wrap: wrap;
}
.banner-buttons-video a {
    min-width: 177.05px;
    margin: 15px;
}
.banner-buttons-video a {
    min-width: 177.05px;
    margin: 15px;
}
.banner-tagline-inside-video a {
    margin-top: 40px;
    border: 1px solid white;
    background: rgba(255,255,255,0.05);
    color: white;
    padding: 10px 40px;
    transition: 0.3s;
}

.bg-mt{
	padding-top: 30px;
}

.homepage-postlike, .homepage-sl{
	transition: 0.3s;
}

.home-desktop-carousel, .home-mobile-carousel > .owl-stage-outer {
	margin-top: 50px;
}

.home-desktop-carousel .owl-nav, .home-mobile-carousel .owl-nav{
	position: absolute;
    top: 0;
    width: 100%;
    top: -60px;
    display: flex;
    justify-content: space-between;
	background: #EAEAEA;
	padding-top: 20px;
	font-size: 30px;
}

.home-desktop-carousel .owl-nav button, .home-mobile-carousel .owl-nav button{
	margin: 0 20px !important;
}

.owl-theme .owl-nav [class*=owl-]:hover{
	color: #333 !important;
	background: unset !important;
}

.home-desktop-carousel .owl-dots, .home-mobile-carousel .owl-dots{
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
	background: #EAEAEA;
}

.owl-carousel img{
	object-fit: cover;
}

.c-l{
	text-decoration: none;
	color: var(--sky);
}

.owl-item a{
	position: relative;
    width: fit-content;
}

.owl-item a::after{
	content: '';
    background: var(--sky);
    width: 0%;
    height: 2px;
    transition: 0.3s;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.owl-item a:hover::after{
	width: 100%;
}

.owl-item a i {
	transition: 0.3s;
}

.owl-item a:hover i {
	padding-left: 10px;
    transition-delay: 0.15s;
}

/* ADDED */

.banner_buttons {
	font-size: 14px !important;
    text-transform: uppercase;
	justify-content: center !important;
	gap: 20px;
}

.banner_buttons a {
	min-width: 192.25px;
	width: unset;
}

.banner_buttons .odd_button {
	background: transparent !important;
	border: 1px solid white !important;
	color: white !important;
}

.banner_buttons .odd_button:hover {
	background: white !important;
	color: var(--sky) !important;
}

.homepage-facility-info {
	padding: 30px;
	align-items: flex-start;
    gap: 20px;
}

.info-item:nth-child(1) {
	margin-top: 0px;
}



.info-items:nth-child(1) {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.info-items {
	width: 100%;
}

.info-items:nth-child(1) p {
	line-height: 23px;
}

.info-items:nth-child(1) a:not(.contact_link),
.homepage-facility-info .clinic_button {
	color: white;
    background: var(--sky);
    border: 2px solid transparent;
    transition: 0.3s;
	text-decoration: none;
    padding: 15px 17px;
    width: 100%;
    margin-top: 20px;
    display: block;
	text-align: center;
}

.contact_link {
	color: var(--sky);
}

.work-hours-items {
	width: 200px;
}

.work-hours-items p {
	text-align: center;
}

.work_hours {
	margin-left: 15px;
	width: 200px;
}

.work_hours li {
	position: relative;
}

.work_hours li span {
	position: absolute;
	left: 100px;
}

.info-items:nth-child(1) a:hover,
.homepage-facility-info .clinic_button:hover  {
	color: var(--sky);
	background: white;
	border-color: var(--sky);
}

.info-item {
	word-break: break-all;
}

.homepage-contacts {
	min-height: 100vh;
}

.above-footer a {
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.work-hours-items {
		margin-left: 57px;
	}
	
	.homepage-contacts .partners .heading-font {
		margin: unset;
	}
	
	.homepage-contacts .partners {
		flex-direction: row;
		align-items: center;
		gap: 64px;
		padding: 87px;
	}
}

@media (max-width: 992px) {

	.clinic_button {
		max-width: fit-content;
	}

	.homepage-facility-info {
		flex-direction: column;
		align-items: center;
	}
	
	.homepage-banner-in a {
		min-width: 238.41px;
	}
}

@media (max-width: 768px) {
	.info-items:nth-child(1) {
		max-width: unset;
	}
}