html, body { scroll-behavior: smooth; }
.logo img {max-width:220px;}
.logo-circle::before {
	width: 162px;
	height: 168px;
}
.top-bar {
	background: #00497B;
}
.header-info {
	color: #f3f6ff;
}
.header-top-right-btn .btn {
	background: #E12454;
	color: #f3f6ff;
}
.header-top-right-btn .btn:hover {
	box-shadow: 0 0 16px rgba(11,27,103,0.5);
} 
.header-lang img {
	width: 50px;
	height: 50px;
	background: #fff;
}
.lang-icon {
	margin-right: 30px;
	padding-block: 6px;
}
.lang-icon span {
	color: #fff;
}
.mobile-lang-selection {
	display: none !important;
}
.single-slider {
	background-size: cover;
	background-position: center center;
}
.footer-logo img {width:190px;}

.footer-contact-info {margin-top: 0;}


.about-text p {font-size:16px;}
.about-text li {
	list-style: inside;
}

.treatment-detail li {
	list-style: inside;
}

.treatment-icon {
	width: 80px;
}

.form-box::before {display: none;}

.contact-form input, .contact-form textarea {padding-left: 20px;}

/* SLIDER */
.slider-height {
	min-height: 700px;
}
.slider-active:hover button.slick-next {
	right: 30px;
}

.slider-active:hover button.slick-prev {
	left: 30px;
}

/* SERVICE SECTION */
.service-box {
	padding: 24px;
	min-height: 344px;
}

/* POPULAR TREATMENTS */
.h6services-content {
	padding: 30px 24px;
}

/* FOOTER */
.footer-contact-info {
	padding: 26px;
    padding-bottom: 40px;
}

.emmergency-call {
	display: flex;
	align-items: center;
    justify-content: center;
}

/* FORM */
#success-message {
	padding: 30px;
	background: seagreen;
	color: #fff;
	margin-bottom: 16px;
}

.contact-form input {
	color: #333;
}

.hide {
	display: none;
}

.faq-right-box {
	padding-inline: 24px;
}

.faq-right-box .btn-link {
	border: 2px solid #00497B;
	border-bottom: 0;
}

.faq-right-box .card-body {
	border: 2px solid #00497B;
	border-top: 0;
}

.white-button {
	background-color: #fff !important;
	color: #00a8b5 !important;
}

.white-button span {
	background: #00a8b5 !important;
	color: #fff !important;
}

.white-button:hover {
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px #ffffff35;
    color: #00a8b5 !important;
}

.treatments-content h3 {
	display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
	font-size: 16px;
}

.slider-active button.slick-arrow {
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.logos-section {
	position: relative;
    bottom: -60px;
}

.logos-section img {
	max-width: 160px;
}

.logos-section .team-box {
	min-height: 120px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.about-text ul li {
	font-size: 16px;
}

@media (max-width: 1600px) {
	.header__menu ul li {
		margin-left: 18px;
	}
}

@media (max-width: 1500px) {
	.d-none-1500 {
		display: none;
	}

	.col-1500 {
		flex: 0 0 83.333333%;
    	max-width: 83.333333%;
	}
}

@media (min-width: 1501px) {
	.d-flex-1500 {
		display: flex;
	}

	.d-none-1501 {
		display: none;
	}
}

@media (max-width: 767px) {
	.logo img {
		width: 140px !important;
	}

	.slider-height {
    	min-height: 500px !important;
	}

	.meanmenu-reveal {
		transform: scale(.75);
	}
}

@media (max-width: 991px) {
	.mobile-lang-selection {
		display: block !important;
	}
}

@media (max-width: 480px) {
	.single-slider {
		background-position-x: -540px;
	}
}