﻿html {
	font-size: 16px;
	height: 100%;
}

h1 {
	font-size: 2.5rem;
	line-height: 1.1;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

h2 {
	font-size: 2rem;
	line-height: 1.2;
	margin-top: 1.25rem;
	margin-bottom: 0.75rem;
}

h3 {
	font-size: 1.5rem;
	line-height: 1.3;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

h4 {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

h5 {
	font-size: 1.125rem;
	line-height: 1.5;
	margin-top: 0.5rem;
	margin-bottom: 0.25rem;
}

button, a {
	font-size: 1rem;
}

b, strong {
	font-weight: 600;
	color: #373f50;
}

p {
	font-size: 1rem;
	line-height: 2;
	margin-bottom: 1rem;
}

.btn:focus, .btn:active:focus, .btn-link.nav-item > a:focus, .form-control:focus, .form-check-input:focus {
	box-shadow: 0 0 0 0.1rem #fff, 0 0 0 0.25rem #258cfb;
}

main {
	display: contents;
}

html {
	position: relative;
	height: 100vh;
	width: 100vw;
}

body {
	color: #373F50;
	overflow-x: hidden;
	width: 100vw;
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	font-family: 'Montserrat', sans-serif;
}

footer {
	background-color: #4d7cbf;
	position: relative;
	z-index: 1000;
	margin-top: auto;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
}

.text-section {
	margin-block: 50px;
}

.text-section img {
	max-width: 100%;
	margin-block: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.text-section h1,
.text-section h2,
.text-section h3,
.text-section h4,
.text-section h5 {
	text-align: left;
}

.text-section li {
	text-align: left;
}

.message {
	padding: 10px;
}

body > .message {
	text-align: center;
}

body > .message {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.message.message-success {
	background-color: #4caf50;
	color: #fff;
}

.message.message-error {
	background-color: #dc3545;
	color: #fff;
}

.error-page {
	text-align: center;
	margin-block: 120px;
	padding-inline: 20px;
}

.error-page .btn-primary {
	background-color: #4d7cbf !important;
	border: 0 !important;
}

.contact-section {
	margin-block: 50px;
}

.contact-section > .flow {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

.contact-section > .flow .text-section {
	margin: 0;
	padding: 0;
}

.contact-section > .flow .text-section ul {
	padding-bottom: 0;
	margin-bottom: 0;
}

.contact-section .widget-form .flow {
	column-count: 2;
	gap: 15px;
}

.contact-section .widget-form .flow > .widget {
	margin-bottom: 15px;
}

.widget-form .widget-text-area, .widget-form .widget-re-captcha {
	column-span: all;
}

.widget-form .widget-text-area textarea {
	min-height: 195px;
}

.contact-section .widget-form .flow > .widget.widget-button {
	column-span: all;
	margin-top: 15px;
}

.widget-form .btn.btn-primary {
	background-color: #4d7cbf !important;
	color: #fff !important;
	border-radius: 5px;
	display: block !important;
	width: fit-content;
}

section.footer-contact-info {
	display: flex;
	align-items: center;
	text-align: left;
	margin-block: 50px;
}

section.footer-contact-info .schedule .description a {
	background-color: #f1a700;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	border: none;
	width: fit-content;
	transition: all 0.3s;
	padding: 10px 20px;
	margin-bottom: 20px;
	display: block;
	outline: 2px solid #fff;
	margin-top: 10px;
}

section.footer-contact-info .location .description ul {
	padding-left: 0;
	column-count: 1;
	list-style: none;
}

section.footer-contact-info .location .description ul li {
	padding-left: 1.5rem;
	break-inside: avoid;
	position: relative;
	line-height: 2;
	margin: 0 !important;
}

section.footer-contact-info .location .description ul li a {
	color: #4d7cbf;
	margin: 0 !important;
	font-weight: 400;
}

section.footer-contact-info .location .description ul li::before {
	content: '';
	position: absolute;
	left: -5px;
	top: .14rem;
	width: 1.7rem;
	height: 1.7rem;
	background-image: url(../images/icons/arrow-right.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

section.footer-contact-info .location {
	margin: 0;
	padding: 0;
}

section.footer-contact-info ul {
	padding-left: 0;
	column-count: 1;
	list-style: none;
}

section.footer-contact-info ul li {
	margin-bottom: 0;
}

section.footer-contact-info .location p {
	margin: 0;
}

section.footer-contact-info img {
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
	object-fit: cover;
}

section.footer-contact-info img {
	width: 50%;
}

section.footer-contact-info > div {
	width: 50%;
}

section.footer-contact-info .content {
	padding: 30px;
}

.text-section .title-wrapper {
	align-content: center;
}

.text-section.highlight {
	padding: 30px !important;
	border-radius: 10px;
	background-color: #fafafa;
}


.text-section .title-icon {
	width: 36px;
	height: auto;
	margin-right: 5px;
}

.text-section.highlight ul,
.text-section.benefits ul,
.text-section.informational ul {
	list-style: none;
	padding-left: .5rem !important;
	margin-left: 0 !important;
}

.text-section.simple ul {
	list-style: disc !important;
}


.text-section.simple ul li {
	display: list-item !important;
}

.text-section.highlight ul li,
.text-section.benefits ul li,
.text-section.informational ul li {
	padding-left: 1.5rem !important;
	margin-left: 0 !important;
}

.text-section.highlight ul li:last-child,
.text-section.benefits ul li:last-child,
.text-section.informational ul li:last-child {
	margin-bottom: 0
}

.text-section.benefits ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.45rem;
	width: 1rem;
	height: 1rem;
	background-image: url(../images/icons/check-circle.svg);
	background-repeat: no-repeat;
	background-size: contain;
}


.text-section.informational ul li::before,
.text-section.highlight ul li::before {
	content: '';
	position: absolute;
	left: -5px;
	top: .14rem;
	width: 1.7rem;
	height: 1.7rem;
	background-image: url('../images/icons/arrow-right.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.text-section.simple h1,
.text-section.simple h2,
.text-section.simple h3,
.text-section.simple h4 {
	display: block;
}

.text-section.icon .title-wrapper h1,
.text-section.icon .title-wrapper h2,
.text-section.icon .title-wrapper h3,
.text-section.icon .title-wrapper h4,
.text-section.icon .title-wrapper img {
	display: inline;
	margin-block: 0;
	vertical-align: middle;
}

.title-wrapper {
	margin-bottom: 1.75rem;
	display: flow-root;
}

.specialization-image {
	max-width: 100%;
	border-radius: 10px;
}

.navbar-light .navbar-nav a {
	font-size: medium;
	padding: 8px 12px;
	display: inline-block;
}

.nav-item > a {
	color: rgba(0, 0, 0, .55);
	transition: color 0.3s ease;
}

.navbar-light .navbar-nav .nav-item > a:hover {
	color: #4d7cbf !important;
}

.nav-item > a:hover {
	color: #5594c7;
}

ul li {
	position: relative;
	margin-bottom: 0.5rem;
	line-height: 1.6;
}


ul li {
	line-height: 2;
}


a {
	color: #4d7cbf;
	text-decoration: none;
}

a:hover {
	color: #4d7cbf;
}

.contact-wrapper .container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-item {
	margin-bottom: 0;
}

.nav-item.has-sublist {
	position: relative;
}

@keyframes slideUp {
	0% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(0);
	}
}

.service-card {
	border: 1px solid #eee;
	padding: 15px;
	border-radius: 8px;
	transition: border-color 0.2s ease;
}

.service-card:hover {
	border-color: #4d7cbf;
}

.header-content {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	border-bottom: 1px dashed #eee;
	padding-bottom: 10px;
}

.header-content h3 {
	margin: 0;
	font-size: 1.5em;
	color: #4d7cbf;
	flex-grow: 1;
}

.header-content img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 4px;
	margin-right: 20px;
}

.content-body p {
	margin: 0;
	line-height: 1.6;
	color: #333;
}

.nav-item.has-sublist .sublist {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	width: 300px;
	box-shadow: 2px 9px 10px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 5px 5px;
	padding: 0;
	transition: all 0.2s ease;
	z-index: 10;
}

.nav-item.has-sublist .sublist li {
	list-style: none;
}

.nav-item.has-sublist > a {
	position: relative;
	display: inline-flex;
	gap: 4px;
	align-items: center;
}

.nav-item.has-sublist > .nav-item > a:hover {
	color: #737373 !important;
}

.nav-item.has-sublist > a::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url("../images/icons/arrow-down.svg") no-repeat center;
	background-size: contain;
}

.nav-item.has-sublist:hover .sublist {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	animation: slideUp 0.1s ease-in-out forwards;
}

nav {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.navbar-expand-sm .navbar-nav {
	justify-content: center;
}

body > header {
	position: sticky;
	top: 0;
	z-index: 9999;
}

.carousel-wrapper {
	z-index: -1;
}

.section__paragraph {
	transform: translateY(40px);
	opacity: 0;
	transition: 1.5s ease;
}

.section__paragraph--visible {
	transform: translateY(0);
	opacity: 1;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fade-in {
	animation: fadeIn 0.7s ease-in forwards;
}

body > header > nav > div {
	gap: 1rem;
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fade-out {
	animation: fadeOut 0.3s ease-out forwards;
}

@keyframes slideInVertical {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

.slide-in-vertical {
	animation: slideInVertical 0.7s ease-in-out forwards;
}

@keyframes slideIn {
	from {
		transform: translateX(-100%);
	}

	to {
		transform: translateX(0);
	}
}

.slide-in {
	animation: slideIn 0.7s ease-in-out forwards;
}

@keyframes slideOut {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(100%);
	}
}

.slide-out {
	animation: slideOut 0.3s ease-in-out forwards;
}


.contact-wrapper > div > p {
	margin: 0;
	padding-block: 5px;
	font-size: 11px
}

.header-upper {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-block: 6px;
}

@media ( max-width: 767px) {
	.header-upper .container {
		grid-template-columns: 1fr !important;
		gap: 0.5rem;
	}

	.logo-subheader-details.email-section {
		display: none !important;
	}

	.logo-subheader-details.adress {
		display: none !important;
	}

	.header-upper .container .logo-subheader-details {
		order: 1 !important;
		justify-self: center !important;
	}

	.header-upper .container img {
		order: 2 !important;
		justify-self: center !important;
	}

	body > header > div > div > a {
		order: 3 !important;
	}
}


.service-banner > div {
	max-width: 650px;
	text-align: center;
	margin-inline: auto;
}

.service-banner,
.static-banner {
	background-size: cover;
	height: 450px;
	background-position: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	text-align: center;
}

.static-banner h1 {
	display: block;
	margin-bottom: 35px;
}

.service-banner p {
	width: 650px;
	margin-inline: auto;
	max-width: 80%;
}

.service-banner > div,
.static-banner > div {
	max-width: 100%;
	height: 100%;
	width: 100%;
	margin-inline: auto;
	align-content: center;
	backdrop-filter: blur(5px);
}

.static-banner > div {
	padding-inline: 20px;
}

.header-upper .container {
	display: flex;
	justify-content: space-between;
}


.header-upper .container .logo-subheader-details {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}

@media ( max-width: 991px) {
	.dynamic-slider .owl-item h2 {
		line-height: 2.2 !important;
	}

	.navbar-light .navbar-nav .nav-item > a {
		font-size: 15px;
	}

	body > header > nav > div > a > img {
		height: 30px !important;
	}
}

.logo-subheader-details svg {
	height: 25px;
	width: auto;
}

.logo-subheader-details p {
	margin-bottom: 0;
	font-size: 12px;
}

.location-text, .email-text {
	display: inline !important;
	margin-bottom: 0;
	font-size: 12px;
}

.contact-wrapper .container div {
	padding-block: 5px;
	display: flex;
	gap: 0.5rem;
	align-items: center;
	justify-content: center;
}

.email, .location {
	width: 20px;
	height: auto;
	display: inline-block;
}

.active-link {
	color: #5594c7 !important;
}

.contact-grid .container div {
	text-align: center;
}

.contact-grid .container div p {
	font-size: 14px;
}

.navbar {
	padding-block: 10px;
}

@media (min-width: 576px ) {

	.nav-item.has-sublist .sublist {
		display: block !important;
	}

	.active-link {
		color: #5594c7 !important;
	}

	.sublist:hover .nav-item {
		opacity: .6;
	}

	.nav-item:has(.active-link) {
		opacity: 1 !important;
	}

	.sublist:hover .nav-item:hover {
		opacity: 1;
	}
}

@media (min-width: 576px ) and (max-width: 1000px) {
	.navbar > .container {
		flex-direction: column;
		margin-top: 20px;
	}
}


body > main > div.our-advantages-wrapper.slide-in > div > p {
	max-width: 600px;
	margin-inline: auto;
}

.our-advantages-wrapper .container div img {
	transition: transform 0.3s ease;
}

.our-advantages-wrapper .container div img:hover {
	filter: brightness(1.05);
}

.contact-wrapper {
	background-color: #fff;
}

.header-upper {
	background-color: #fff;
}

.header-upper .container img {
	width: 25px;
	height: auto;
}

.nav-item > a {
	border-top: 1px solid rgba(255, 255, 255, 1);
}

.navbar-brand, .nav-item > a {
	font-size: 14px;
	padding-block: 5px;
}

.dynamic-slider {
	background-size: cover;
	height: 700px;
	background-position: center;
}

.dynamic-slider .owl-stage-outer {
	height: 700px;
}

.dynamic-slider .item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	place-items: center;
	align-items: center;
	height: 700px;
	max-width: 1300px;
	margin-inline: auto;
}

.dynamic-slider .owl-stage-outer .owl-stage .owl-item img {
	height: 600px;
	width: auto;
	align-self: end;
}

.dynamic-slider > div.owl-stage-outer {
	color: #fff;
}

.cta {
	background-color: #fff;
	border: none;
	color: #5594c7;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 14px;
	display: inline-block;
	width: fit-content;
}

.learn-more {
	background-color: transparent;
	margin-left: 10px;
	border: none;
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 14px;
	outline: 1px solid #fff;
}

.dynamic-slider .owl-item h2 {
	display: inline;
	padding: 2px;
	margin-block: 5px 0;
	font-size: 36px;
	background-color: rgba(255, 255, 255, 0.4);
	line-height: 1.6;
	margin-bottom: 20px;
}

.dynamic-slider .owl-item p {
	line-height: 1.4;
}

.services-wrapper,
.press-appearances {
	margin-block: 50px;
}

.services-grid > div > h5 {
	color: #4d7cbf;
}

.services-grid > div > h5 ::before {
	content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath d="M64 112c-8.8 0-16 7.2-16 16l0 22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1l0-22.1c0-8.8-7.2-16-16-16L64 112zM48 212.2L48 384c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-171.8L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64l384 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128z" /%3E%3C/svg%3E');
	display: inline-block;
	position: absolute;
	width: 15px;
	height: auto;
}

.dynamic-slider > div.owl-dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.dynamic-slider > div.owl-dots > button > span {
	outline: 2px solid #fff;
	width: 8px;
	height: 8px;
}


@media (max-width: 1874px) {
	.dynamic-slider .owl-item h2 {
		font-size: 30px;
		height: 500px !important;
	}

	.dynamic-slider .owl-stage-outer,
	.dynamic-slider {
		height: 500px !important;
	}

	.dynamic-slider .item {
		height: 500px !important;
	}

	.dynamic-slider .item img {
		height: 450px !important;
	}
}


@media (max-width: 1572px) {
	.dynamic-slider .owl-item h2 {
		font-size: 20px;
	}

	.dynamic-slider .owl-stage-outer .owl-stage .owl-item div p {
		font-size: 13px;
		max-width: 200px;
	}

	.dynamic-slider {
		height: 500px !important;
	}


	.dynamic-slider > div.owl-stage-outer > div > div:nth-child(6) > div > img {
		height: 450px !important;
		align-self: end;
	}

	.dynamic-slider .owl-stage-outer {
		height: 500px !important;
	}

	.dynamic-slider .item {
		height: 500px !important;
		padding-inline: 0;
		margin-inline: 12rem;
	}
}

@media (max-width: 1080px) {
	.dynamic-slider .owl-item h2 {
		font-size: 15px;
		padding: 5px;
	}

	.dynamic-slider .owl-stage-outer .owl-stage .owl-item div p {
		font-size: 10px;
	}

	.dynamic-slider {
		height: 350px !important;
	}

	.dynamic-slider .item img {
		height: 300px !important;
	}

	.dynamic-slider > div.owl-stage-outer > div > div:nth-child(6) > div > img {
		height: 300px !important;
		align-self: end;
	}

	.dynamic-slider .owl-stage-outer {
		height: 350px !important;
	}

	.dynamic-slider .item {
		height: 350px !important;
		padding-inline: 0;
		margin-inline: 6rem;
	}

	.cta, .learn-more {
		font-size: 10px;
	}
}

@media (max-width: 630px) {

	.dynamic-slider .owl-item h2 {
		margin-bottom: 10px;
	}

	.dynamic-slider .item {
		grid-template-columns: 1fr;
	}

	.dynamic-slider .owl-stage-outer .owl-stage .owl-item div {
		align-self: center;
		text-align: center;
	}

	.dynamic-slider .owl-item h2 {
		font-size: 20px;
		padding: 5px;
		line-height: 1.9 !important;
	}

	.dynamic-slider .owl-stage-outer .owl-stage .owl-item div p {
		font-size: 13px;
		margin-inline: auto;
	}

	.dynamic-slider > div.owl-stage-outer a {
		margin-inline: auto;
	}

	.dynamic-slider {
		height: 700px !important;
	}


	.dynamic-slider > div.owl-stage-outer > div > div:nth-child(6) > div > img {
		height: 350px !important;
	}

	.dynamic-slider .owl-item .item img {
		order: 2;
		align-self: end !important;
	}

	.dynamic-slider .owl-item .item div {
		order: 1;
		align-self: end !important;
	}

	.dynamic-slider .owl-stage-outer {
		height: 700px !important;
	}

	.dynamic-slider .item {
		height: 700px !important;
		padding-inline: 0;
		margin-inline: 0;
	}

	.cta {
		margin-bottom: 5px;
		font-size: 12px;
	}

	.learn-more, .cta {
		display: inline-block;
		margin-inline: auto !important;
	}

	.learn-more {
		margin-left: 12px !important;
	}
}

@media (max-width: 540px) {

	.dynamic-slider .item {
		grid-template-columns: 1fr;
	}

	.dynamic-slider .owl-stage-outer .owl-stage .owl-item div {
		align-self: center;
		text-align: center;
	}

	.dynamic-slider .owl-item h2 {
		font-size: 20px;
		padding: 5px;
	}

	.dynamic-slider .owl-stage-outer .owl-stage .owl-item div p {
		font-size: 13px;
		max-width: 100%;
		margin-inline: 30px;
	}

	.dynamic-slider, .dynamic-slider .item {
		height: 600px !important;
	}


	.dynamic-slider > div.owl-stage-outer > div > div:nth-child(6) > div > img {
		height: 320px !important;
	}

	.dynamic-slider .owl-item .item img {
		order: 2;
		align-self: end !important;
		height: 320px !important;
	}

	.dynamic-slider .owl-item .item div {
		order: 1;
		align-self: end !important;
	}

	.dynamic-slider .item {
		padding-inline: 0;
	}

	.cta {
		margin-bottom: 5px;
		font-size: 12px;
	}

	.learn-more, .cta {
		display: inline-block;
		margin-inline: auto !important;
	}

	.learn-more {
		margin-left: 12px !important;
	}
}


.services-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-block: 80px;
}

@media ( max-width: 992px) {
	.services-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media ( max-width: 383px) {
	.services-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
}

.services-grid > div > img {
	width: 60px;
	height: auto;
}

.services-grid > div > p {
	font-size: 13px;
	text-align: center;
	padding-inline: 15px;
	margin: 0;
}

.services-grid > div {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
}

#services-slider {
	margin-block: 50px;
}

#services-slider .owl-item img {
	object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: 6px;
}

#services-slider .owl-item h6 {
	padding: 16px;
	text-align: center;
}

.quick-info {
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	margin-block: 50px;
}

.quick-info strong {
	color: #fff;
}

#book-now {
	scroll-padding-top: 100px;
}

.quick-info > div {
	padding: 30px;
}

.about-us-column {
	background-color: #85c7ff;
	flex-basis: 50%;
}

.about-us-column a {
	color: #fff;
	text-decoration: underline;
}

.schedule-column {
	background-color: #69b8ff;
	flex-basis: 50%;
}

.schedule-column a {
	background-color: #f1a700;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	border: none;
	width: fit-content;
	transition: all 0.3s;
	padding: 10px 20px;
	margin-top: 15px;
	display: block;
	outline: 1px solid #fff;
}

.contact-column {
	background-color: #4d7cbf;
	flex-basis: 100%;
}

.contact-column ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 40px;
}

.contact-column ul li p {
	margin-bottom: 0;
}

.contact-column ul li a {
	margin-top: 15px;
}

.contact-column ul li {
	flex: 1;
}

.quick-info > div p:last-of-type {
	margin-bottom: 0;
}

.contact-column a {
	background-color: #5594c7;
	border-radius: 5px;
	border: none;
	transition: color, border, background-color 0.3s;
	padding: 10px 20px;
	width: fit-content !important;
	display: inline-block;
	margin-top: 6px;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	outline: 1px solid #fff;
}

.quick-info div .title {
	margin-bottom: 30px;
	margin-top: 0;
}

.location {
	margin-top: 16px;
	padding: 12px 0;
	border-radius: 6px;
	width: 100%;
}

.location h6 {
	margin: 0 0 4px 0;
	font-size: 1rem;
	font-weight: 600;
}

.location a {
	display: inline-block;
	margin-top: 6px;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	outline: 1px solid #fff;
}


.middle-column > div > div > * {
	display: inline-block;
	margin-block: 15px;
}

.middle-column > div > div > span {
	float: right;
}

.middle-column > div > :nth-child(2n) {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

.right-column .right-column-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

@media (max-width: 994px) {

	.quick-info {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.right-column .right-column-grid {
		grid-template-columns: 1fr;
	}
}


.services-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}


@media (max-width: 768px) {

	.contact-section .widget-form .flow {
		column-count: 1;
	}

	.quick-info div .title {
		margin-block: 20px !important;
	}

	.contact-column ul {
		flex-direction: column;
		align-items: flex-start;
	}

	.services-wrapper {
		grid-template-columns: 1fr;
	}

	.specialization-image {
		aspect-ratio: 2/1;
		object-fit: cover;
	}
}


.right-column-grid > input::placeholder {
	color: #fff;
}

.right-column > .right-column-grid > input, .right-column > .right-column-grid > select {
	color: #fff;
	border-radius: 5px;
	padding: 7px 15px;
	border: 1px solid #fff5;
	background-color: #FFFFFF1A;
}

input:focus {
	border: none;
	outline: none;
}


.right-column-grid > select > option {
	color: black;
}

.send-message {
	background-color: #5594c7;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	border: none;
	transition: color, border, background-color 0.3s;
	padding: 10px 20px;
	width: fit-content !important;
	display: block;
}

.right-column p {
	margin-bottom: 10px;
}

#send-appointment:hover {
	background-color: transparent !important;
	color: #fff;
	border: none;
	outline: 2px solid #fff !important;
}

.right-column > .right-column-grid > button:hover {
	background-color: transparent !important;
	color: #fff !important;
	outline: 3px solid #fff !important;
}

.dental-clinic-numbers {
	background-size: cover;
	padding: 60px;
	color: #fff;
}

.dental-clinic-numbers {
	text-align: center;
}

.dental-clinic-numbers p, h5 {
	margin-bottom: 0;
}

.dental-clinic-numbers h5 {
	font-size: 30px;
	font-weight: 400;
}

.subheading {
	margin-bottom: 60px;
	color: #5594c7;
	padding: 5px;
	background: #e5f3ff;
	width: fit-content;
	margin-inline: auto;
	line-height: normal;
}

.dental-clinic-numbers .title {
	margin-top: 0;
}

.dental-clinic-numbers > p {
	margin-bottom: 60px
}

.statistics-grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(4, 1fr);
}

.statistics-grid div {
	background-color: rgb(255 255 255 / 7%);
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding-block: 2.5rem;
	border: 1px solid rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(8px);
}

.statistics-grid div svg {
	width: 40px;
}


@media (max-width: 1338px) {
	.statistics-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 735px) {
	.statistics-grid {
		grid-template-columns: 1fr;
	}
}

.meet-our-doctors .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.meet-our-doctors h5 {
	color: #4d7cbf;
}

.category-title {
	margin-bottom: 60px;
	font-size: 40px;
	color: #5594c7;
}

body > main > div.meet-our-doctors.text-center.section__paragraph.section__paragraph--visible > h3 {
	margin-top: 60px;
}

body > main > div.container.doctor-message.section__paragraph.section__paragraph--visible > a {
	place-self: end;
}

body > main > div.meet-our-doctors.text-center.section__paragraph.section__paragraph--visible > div:nth-child(10) {
}

#send-appointment {
	margin-top: 2rem;
	display: block;
}

.certificate {
	color: #5594c7;
	width: 100% !important;
	padding: 0 !important;
	font-size: 14px;
}

.meet-our-doctors .container > div {
	display: flex;
	gap: 1rem;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	padding: 2rem;
	flex-basis: 330px;
	flex-grow: 0;
}

@media ( max-width: 992px) {
	.contact-grid {
		margin-block: 4rem !important;
	}
}

.meet-our-doctors .container div img {
	width: 100%;
	border-radius: 250px;
	object-position: top;
}

.meet-our-doctors .container div p {
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
}


@media (max-width: 992px ) {
	.meet-our-doctors > .container {
		grid-template-columns: 1fr;
	}
}

.testimonials-container {
	padding-block: 60px !important;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.news-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	overflow: hidden;
	gap: 10px;
}


.news-grid img {
	width: 100%;
	height: auto;
}

.news-grid > div {
	display: grid;
	grid-template-rows: 1fr 1fr;
}

.news-grid div div {
	background-color: #fff;
	padding: 2rem 2rem 0 2rem;
	overflow-y: auto;
	color: black;
}

@media (max-width: 1235px ) {
	.news-grid div div {
		font-size: 11px;
	}
}

@media (max-width: 1025px ) {
	.news-grid {
		grid-template-columns: 1fr 1fr;
	}

	.news-grid div div {
		font-size: 16px;
	}
}

@media (max-width: 632px ) {
	.news-grid {
		grid-template-columns: 1fr;
	}

	.news-grid div div {
		align-self: center;
	}

	.cell1 {
		order: 1;
	}

	.cell2 {
		order: 2;
	}
}

.doctor-message {
	display: grid;
	grid-template-columns: 3fr 2fr;
	gap: 1rem;
	place-items: center;
	align-items: end;
}

.doctor-message .message {
	padding-bottom: 3rem;
	color: #959595;
}

.doctor-message .doctor-name {
	color: #5594c7;
	display: block;
	margin-bottom: 30px;
}

.doctor-message img {
	width: 300px;
	height: auto;
}

body > main > div.container.doctor-message.fade-in > a {
	place-self: end;
}

.footer-details-wrapper > div > img {
	max-width: 165px;
	height: auto;
	padding: 10px;
	background-color: #fff;
}

.copyright {
	color: #fff;
	text-align: center;
	background-color: #3e6398;
	padding: 10px 0;
	font-size: small;
}

.copyright a {
	color: rgba(255, 216, 6, 1)
}

@media (max-width: 767px) {
	.footer-details-wrapper div {
		text-align: center;
		margin-block: 1rem !important;
	}

	.footer-details-wrapper {
		gap: 0 !important;
	}
}

@media ( max-width: 992px) {
	body > main > div.container.doctor-message.fade-in > a {
		place-self: center;
	}
}

input[type="date"]::-webkit-calendar-picker-indicator {
	filter: invert(1);
}

a.cta:hover {
	color: #3e6398 !important;
}

@media (max-width: 575px) {


	.navbar-toggler {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.nav-item.has-sublist .sublist {
		display: none;
		position: static;
		box-shadow: none;
		margin-left: 20px;
		opacity: 1;
		visibility: visible;
	}

	.nav-item.has-sublist > .nav-item > a::after {
		transition: all 0.2s;
	}

	.nav-item.has-sublist.active > .nav-item > a::after {
		transform: rotate(180deg);
	}

	nav .container {
		padding-block: 1rem;
	}

	.contact-wrapper .container, .contact-wrapper {
		display: none;
		flex-direction: column;
	}

	.news-grid {
		gap: 15px;
	}

	.dental-clinic-numbers {
		padding: 30px 15px 50px;
	}

	.statistics-grid {
		gap: 15px;
	}

	.dental-clinic-numbers > h3 {
		margin-top: 20px;
	}

	.dental-clinic-numbers > p {
		margin-bottom: 25px;
	}
}

@media ( max-width: 992px) {
	.doctor-message {
		grid-template-columns: 1fr;
		justify-items: center;
	}
}

body > main > div.container.doctor-message.section__paragraph.section__paragraph--visible > a {
	place-self: center;
}


@media ( max-width: 359px) {

	.cell2 {
		font-size: 10px !important;
	}
}

@media ( max-width: 768px) {

	.doctor-message img {
		width: 280px;
	}

	.quick-info > div {
		flex-basis: 100%;
	}

	.category-title {
		font-size: 30px;
	}

	.doctor-message {
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.meet-our-doctors .container {
		gap: 1rem;
	}

	.meet-our-doctors .container div {
		width: 100%;
		padding: 10px;
	}
}

@media ( max-width: 438px) {
	.doctor-message img {
		width: 250px;
	}
}

.widget-container {
	position: relative;
	z-index: 5;
}

.footer-details-wrapper .widget-container,
.footer-details-wrapper nav {
	margin-block: 1.5rem;
}


.footer-details-wrapper {
	color: #fff;
	display: grid;
	grid-template-columns: 1fr 4fr;
	gap: 4rem;
}

.footer-details-wrapper .list-group {
	flex-direction: row;
}

.footer-details-wrapper .list-group > li > a {
	display: inline-block;
	font-size: 21px;
	color: #fff;
	width: fit-content;
}

.footer-details-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-details-wrapper .list-group > li {
	flex: 1;
	padding: 0 10px;
}

.footer-details-wrapper div h4 a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	width: fit-content;
}

.footer-details-wrapper div p {
	font-size: 13px;
	margin-bottom: 0;
}

.footer-details-wrapper div p :hover {
	color: #fff;
	cursor: pointer;
}

.logo img {
	max-width: 250px;
	height: auto;
}

footer .logo img {
	filter: brightness(0) invert(1);
	margin-bottom: 20px;
}

.footer-details-wrapper > div > p:last-child {
	border-bottom: none;
}

.footer-details-wrapper div h4 {
	margin-bottom: 0 !important;
}

hr {
	margin-block: 10px !important;
}

@media ( max-width: 1047px) {
	.footer-details-wrapper {
		gap: 1rem;
		grid-template-columns: 1fr;
	}

	.footer-details-wrapper ul li:first-child {
		padding-left: 0;
	}

	.footer-details-wrapper ul li:last-child {
		padding-right: 0;
	}


	.footer-details-wrapper div p {
		font-size: 12px;
	}
}

@media (max-width: 576px) {
	.title {
		margin-block: 60px !important;
	}

	.image-gallery-container .box .column img {
		border: 1px solid #ddd;
	}
}

.footer-details-wrapper div p {
	transition: color 0.2s;
}

.footer-details-wrapper div p:hover {
	color: rgba(255, 255, 255, 0.8);
}

#scrollToTopBtn {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	border-radius: 100%;
	cursor: pointer;
	z-index: 10000;
	font-size: 0;
	background-color: #4d7cbf;
	background-image: url(../images/icons/arrow-up.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px 40px;
	padding: 20px 20px;
	border: 1px solid #fff;
}

@media ( max-width: 411px) {

	.footer-details-wrapper div {
		margin-bottom: 0 !important;
		padding-block: 10px !important;
	}
}

.contact-header {
	background: linear-gradient(to right, #4d7cbf, #9acffe);
}

.contact-header .container {
	color: #fff;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	padding-block: 20px;
}


.contact-grid .container form div input {
	width: 46%;
	margin-inline: auto;
}


.contact-grid .container form div input {
	border-radius: 5px;
	margin-right: 15px;
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 15px 20px;
	font-size: 13px;
}

textarea {
	border-radius: 5px;
	margin-right: 25px;
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 15px 20px;
	font-size: 13px;
}

@media (max-width: 1200px) {

	textarea {
		margin-right: 0;
	}

	body > main > div.contact-grid > div > form > div > input {
		margin-inline: 0 !important;
		width: 49% !important;
		height: min-content;
	}


	body > main > div.contact-grid > div > form > div {
		display: flex !important;
		justify-content: space-between;
		align-items: center;
	}
}

@media (max-width: 440px) {
	textarea {
		margin-right: 0;
	}
}

.contact-header {
	position: relative;
	z-index: 1000;
}

.contact-header .container p {
	margin-bottom: 0;
}

.contact-grid {
	margin-block: 100px;
}

.contact-grid .container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	place-items: center;
	align-items: start;
}


.contact-grid .container div:not(.invalid-feedback) {
	display: block;
	align-self: normal;
}

.contact-grid .container div iframe {
	margin-bottom: 3rem;
}

iframe {
	border-radius: 5px;
	overflow: hidden;
}

.contact-grid div form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 2rem;
	width: 100%
}

@media (max-width: 1200px) {
	.contact-grid .container {
		grid-template-columns: 1fr;
	}


	.contact-grid .container form {
		margin-bottom: 4rem;
	}

	.contact-grid .container div {
		width: 100%;
	}

	.contact-grid .container div iframe {
		width: 100%;
	}
}

.slide-in-vertical svg {
	margin-right: 15px;
}

.slide-in-vertical div p {
	margin-block: 1rem !important;
}

@media (max-width: 440px) {
	.contact-grid .container form {
		gap: 2rem;
		overflow-x: hidden;
	}

	.contact-grid .container div {
		flex-direction: column;
		gap: 2rem;
	}

	.contact-grid .container form div input {
		width: 100%;
	}

	body > main > div.contact-grid > div > form > div > input {
		width: 100% !important;
	}

	.send-message {
		width: 100%;
	}
}


@media (max-width: 767px) {

	.logo img {
		width: 200px;
	}

	.contact-wrapper {
		padding-block: 1rem;
	}

	.contact-wrapper .container {
		flex-direction: column;
		justify-content: space-between;
		gap: 0.5rem;
	}
}

body > main > div.our-advantages-wrapper.slide-in > div.feedback-wrapper > div > p {
	max-width: 500px;
	margin-inline: auto;
	color: black;
}


.static-banner > div > img {
	width: 100vw;
	height: 500px;
	object-fit: cover;
	border-radius: 5px;
}

.static-banner {
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	background-position-y: 36%;
	background-position-x: 50%;
	width: 100%;
	height: 450px;
}

.static-banner > div > * {
	color: #fff;
	text-align: center;
}

.static-banner > div > h3 {
	font-size: 30px !important;
}


.static-banner > div > p {
	font-size: 16px;
	max-width: 650px;
	margin-inline: auto;
	padding-inline: 20px;
}

.static-banner strong,
.static-banner b {
	color: #fff;
}

.static-banner .container div svg {
	width: 15px;
	height: 15px;
}

.static-banner .container div * {
	display: inline-block;
}

.static-banner .container div p {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	text-align: justify;
}

.our-advantages-wrapper {
	color: #fff;
	padding: 0 40px 40px 40px;
}

.our-advantages-wrapper > .container > div {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 1rem;
}

.our-advantages-wrapper > .container > h3 {
	text-align: center;
	padding-block: 40px;
	color: #5594c7;
}

.our-advantages-wrapper > .container > div > div {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 13px;
	text-align: center;
	padding: 2rem;
	color: black;
	border-radius: 5px;
	transition: background-color 0.3s ease
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #4d7cbf !important;
}

.our-advantages-wrapper > .container > div > div:hover {
	cursor: default;
}


.our-advantages-wrapper .container div img {
	object-fit: cover;
	object-position: top;
	align-self: center;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 250px;
}

.our-advantages-wrapper .container h5 {
	color: #4d7cbf;
}

body > main > div.our-advantages-wrapper.slide-in > div.container > div:nth-child(3) {
	margin-top: 2rem;
}

.feedback-wrapper {
	overflow: hidden
}

.feedback-wrapper .container h3 {
	margin-block: 50px;
	color: #5594c7;
}

.feedback-wrapper .container p {
	font-size: 13px;
}

@media (max-width: 768px) {

	.doctors-list.item-grid {
		gap: .5rem;
	}

	html .doctors-list .item-box {
		width: calc(50% - 0.25rem) !important;
	}

	.doctors-list .item-box .doctor-name {
		font-size: 1.06rem !important;
		line-height: 1.1;
	}

	.footer-details-wrapper div h4 {
		width: fit-content;
		margin-inline: auto;
		min-height: 40px;
	}

	.doctors-list .item-box .professional-grade {
		font-size: .9rem;
	}

	.footer-details-wrapper .list-group {
		gap: 2rem;
	}

	.footer-details-wrapper .list-group li {
		text-align: center;
	}

	.footer-details-wrapper .list-group li a {
		font-size: 14px;
	}

	.footer-details-wrapper > nav > ul > li > a {
		font-size: 20px !important;
	}

	.footer-details-wrapper .list-group {
		flex-direction: column;
	}

	.footer-details-wrapper {
		grid-template-columns: 1fr;
	}

	.owl-prev {
		margin-left: 0 !important;
		margin-right: 90px !important;
	}

	.owl-next {
		margin-right: 0 !important;
		margin-left: 90px !important;
	}
}

.image-gallery-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}

.image-gallery-container .box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

@media (max-width: 576px ) {

	.image-gallery-container .box .column {
		width: 100% !important;
	}

	.image-gallery-container .box {
		flex-wrap: wrap;
	}
}

@media( min-width: 769px) {
	.footer-details-wrapper .list-group li a {
		font-size: 14px;
	}

	.footer-details-wrapper > nav > ul > li > a {
		font-size: 21px !important;
	}
}

.title {
	margin-block: 60px;
}

body > main > div.our-advantages-wrapper.slide-in > div > h2 {
	margin-block: 60px;
}

.image-gallery-container .box .column {
	display: flex;
	flex-direction: column;
	width: 32.5%;
}

.image-gallery-container .box .column img {
	width: 100%;
	margin-bottom: 15px;
	border-radius: 5px;
	transition: filter 0.3s ease;
}

.image-gallery-container .box .column img:hover {
	cursor: pointer;
	filter: brightness(1.1);
}

.popup-image {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	width: 100%;
	z-index: 2000;
	display: none;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.popup-image.active {
	display: block;
	opacity: 1;
}

.popup-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 5px;
	width: auto;
	height: 90%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.popup-image.active img {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.popup-image img.hidden {
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.9);
}


.popup-image span {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 40px;
	font-weight: bolder;
	color: #fff;
	cursor: pointer;
}

@media (max-width: 1000px) {

	.doctors-list .item-box {
		width: calc(33% - 1.2rem) !important;
	}

	.contact-section > .flow {
		grid-template-columns: 1fr;
	}

	.header-upper .left-item,
	.header-upper .right-item {
		display: none;
	}

	.header-upper .container {
		justify-content: center;
	}

	.dynamic-slider .owl-stage-outer .owl-stage .owl-item div {
		padding-inline: 30px;
	}

	ul.arrow {
		column-count: 1;
	}

	ul.arrow li {
		margin-bottom: initial;
	}

	h1 {
		font-size: 2.4rem;
		line-height: 1.15;
		margin-top: 1rem;
		margin-bottom: 0.75rem;
		text-align: center;
	}

	h2 {
		font-size: 1.75rem;
		line-height: 1.3;
		margin-top: 1rem;
		margin-bottom: 0.6rem;
	}

	h3 {
		font-size: 1.35rem;
		line-height: 1.35;
		margin-top: 0.85rem;
		margin-bottom: 0.45rem;
	}

	h4 {
		font-size: 1.15rem;
		line-height: 1.4;
		margin-top: 0.65rem;
		margin-bottom: 0.4rem;
	}

	h5 {
		font-size: 1.05rem;
		line-height: 1.45;
		margin-top: 0.45rem;
		margin-bottom: 0.35rem;
	}

	p {
		font-size: 1rem;
		line-height: 1.7;
		margin-bottom: 0.85rem;
	}

	.quick-info {
		grid-template-columns: 1fr;
	}

	section.footer-contact-info {
		flex-direction: column;
	}

	section.footer-contact-info > div,
	section.footer-contact-info > img {
		width: 100%;
		padding-inline: 0 !important;
	}

	.popup-image img {
		width: 80%;
		height: auto;
	}
}

@media all and (min-width: 1001px) {
	.dynamic-slider .owl-stage-outer,
	.dynamic-slider .item,
	.dynamic-slider {
		height: 700px !important;
	}

	.dynamic-slider .item img {
		height: 600px !important;
	}
}

@media ( max-width: 540px) {
	.popup-image img {
		width: 95%;
		height: auto;
	}
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	color: #5594c7;
	font-weight: inherit;
}

.service {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-block: 2rem;
	border-bottom: 1px solid #ddd;
	gap: 80px;
}

@media ( max-width: 575px) {
	.service {
		gap: 0;
	}
}

@media (max-width: 800px) {
	.service {
		flex-direction: column-reverse;
		gap: 0 !important;
	}

	.service img {
		width: 100% !important;
		height: auto;
		object-fit: cover;
	}

	.service div h3 {
		margin-top: 80px;
	}

	.service img {
		width: 80% !important;
	}
}

body > header > nav > div > a > img {
	height: 36px;
}

@media ( max-width: 575px) {
	.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
		justify-content: space-between;
	}
}

@media (min-width: 576px ) {
	.navbar-collapse {
		flex-grow: 0 !important;
	}

	.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
		justify-content: space-between;
		padding-inline: 4px;
	}
}

@media (max-width: 767px) {


	.service div h3 {
		margin-block: 30px !important;
	}

	.service img {
		width: 100% !important;
	}

	.service {
		padding-block: 30px !important;
	}
}

.service div p {
	margin-bottom: 0;
}

.service div h3 {
	margin-bottom: 80px;
	color: #5594c7 !important;
	text-align: center;
}

.service:last-child {
	border-bottom: none;
}

.service div p {
	text-align: justify;
}

.service img {
	width: 400px;
	height: auto;
	margin: auto;
	border-radius: 10px;
}

.results-box .column img {
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 40px;
}

.results-box {
	flex-wrap: wrap;
	flex-direction: column !important;
	align-items: center;
}

.item-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 40px;
}

.item-grid .item-box {
	width: 100%;
	font-size: 14px;
}

.item-grid .item-box a {
	color: #000;
}

.item-box .press-box img {
	border-radius: 10px;
	width: 100%;
}

.item-box .press-box .press-title {
	margin-bottom: 10px;
}

.item-box .press-box .press-title a {
	font-size: 1.125rem;
}

.item-box .press-box .press-text p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	color: #373F50;
}

.press-brand p {
	color: #5594c7;
}

.item-box .press-box .press-logo img {
	max-width: 250px;
	height: auto;
}

.doctors-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin-block: 50px;
}

.doctors-list .item-box {
	text-align: center;
	width: calc(25% - 1.5rem);
}

.doctors-list .item-box .doctor-name {
	color: #4d7cbf;
	font-size: 1.2rem;
}

.doctors-list .item-box .professional-grade {
	line-height: 1.2;
	margin-block: 5px;
}

.doctors-list .item-box .certificates {
	color: #4d7cbf;
	line-height: 1.2;
	font-size: 14px;
}

.doctors-list .item-box .doctor-image {
	object-fit: cover;
	object-position: top;
	align-self: center;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 400px;
	border: 1px solid #f1f1f1;
}

.results-box .column {
	width: 60% !important;
}

.column-1 {
	padding-block: 50px;
}

.column-1 h1 {
	margin-bottom: 50px;
}

.press-brand a {
	font-size: 17px;
	color: #5594c7 !important;
}

.individual-background-wrapper h1 {
	color: #5594c7;
	font-weight: 400;
}

.individual-background-wrapper {
	background-color: #e7e7e7;
	height: 800px;
	padding-top: 100px;
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	gap: 3rem;
	overflow: hidden;
	font-weight: 300;
}

.individual-background-wrapper img {
	height: 700px;
	width: auto;
}

.individual-background-wrapper > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	place-items: center;
}

@media (max-width: 800px) {
	.individual-background-wrapper > div {
		grid-template-columns: 1fr;
	}

	.individual-background-wrapper img {
		order: 2;
		align-self: end;
	}

	.individual-background-wrapper > div > div {
		order: 1;
		text-align: center;
		margin-inline: 50px;
	}
}

@media ( max-width: 472px) {
	.individual-background-wrapper img {
		height: 400px;
	}

	.individual-background-wrapper h1 {
		font-size: 27px !important;
	}

	.individual-background-wrapper {
		gap: 0 !important;
	}
}

.individual-background-wrapper > div > div > div > p {
	display: inline-block;
}

.individual-background-wrapper h1 {
	font-size: 40px;
}

body > main > div.container.image-gallery-container > div.box.results-box.fade-in > div > p {
	margin-top: 100px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
}

body > main > div.container.image-gallery-container > div.box.results-box.fade-in > div > p:first-child {
	margin-top: auto;
}

@media (min-width: 992px) {
	body > main > div.container.image-gallery-container > div.box.results-box.fade-in > div > p {
		margin-top: 200px;
	}
}

.owl-theme .owl-nav.disabled + .owl-dots {
	max-width: 200px;
	margin-inline: auto;
}

.owl-nav {
	display: none;
}

.header-upper .container a {
	color: black !important;
	font-size: 14px;
}

.field-validation-error {
	font-size: 13px;
	color: #d1001f;
}

.navbar-toggler:focus {
	box-shadow: none !important;
}

#call {
	background-color: #f1a700;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	border: none;
	width: fit-content;
	transition: all 0.3s;
	padding: 10px 20px;
	margin-bottom: 20px;
	display: block;
	outline: 2px solid #fff;
}

.right-column #send-appointment {
	margin-top: 0;
	outline: 2px solid #fff;
}

.contact-grid .logo-subheader-details {
	margin-bottom: 10px;
}

.item a {
	display: block;
	height: 100% !important;
}

.owl-carousel .owl-stage {
	display: grid;
	grid-auto-flow: column;
	height: 100% !important;
}

.owl-carousel .owl-item .item {
	height: 100%;
}

.new {
	position: relative;
}

.new::after {
	box-sizing: border-box;
	content: "NOU";
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 10px;
	background-color: #ff2d2d;
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	width: fit-content;
	border-radius: 10px;
	z-index: 3;
}

.was-validated input {
	width: 100% !important;
}


/* ----- PRELOADER ------ */

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

.preloader.fade-out {
	opacity: 0;
	visibility: hidden;
}

.preloader-content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.preloader-content img {
	max-width: 200px;
	height: auto;
	animation: logoScale 2s ease-in-out infinite;
	transform-origin: center;
}

@keyframes logoScale {
	0% {
		transform: scale(1);
		opacity: 0.8;
	}

	50% {
		transform: scale(1.1);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0.8;
	}
}
