html {
    scroll-behavior:smooth
}

.section.dark .bg-color h2 { color: #FFF; }

.section.dark .bg-color label {
	color: rgba(255,255,255,0.9);
	font-weight: 400;
	text-transform: capitalize;
}


.form-control.error { border: 2px solid red; }


.footer-big-contacts {
	color: #333;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-big-contacts span {
	display: block;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	color: #888;
	letter-spacing: 2px;
}


#css3-spinner-svg-pulse-wrapper {
	position: absolute;
	overflow: hidden;
	width: 260px;
	height: 210px;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -130px;
	background-color: transparent;
	animation: none;
	-webkit-animation: none;
}

#css3-spinner-svg-pulse {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -275px;
}

#css3-spinner-pulse {
	stroke-dasharray: 281;
	-webkit-animation: dash 5s infinite linear forwards;
}

/*Animation*/
@-webkit-keyframes dash {
	from {
		stroke-dashoffset:814;
	}

	to {
		stroke-dashoffset:-814;
	}
}

@keyframes dash {
	from {
		stroke-dashoffset:814;
	}

	to {
		stroke-dashoffset:-814;
	}
}




.opening-table .heading-block span {
	font-size: 16px;
	font-weight: 400;
}

.opening-table {
	padding: 30px;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #EEE;
}

.time-table-wrap .time-table {
	padding: 14px 0;
	text-align: left;
	border-top: 1px solid #E5E5E5;
}

.time-table-wrap .time-table:first-child { border-top: none; }

.time-table-wrap .time-table .col-md-5 { padding-left: 0; }

.time-table-wrap .time-table h5 {
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.time-table-wrap .time-table span { font-weight: 500; }

.entry-content p { margin-bottom: 15px; }

.post-grid .entry-title h2 {
	text-transform: none;
	letter-spacing: 0;
	font-size: 19px;
	line-height: 25px;
	font-weight: 400;
}

.form-control.error { border: 2px solid red; }

ul.price-table { list-style: none; }

ul.price-table li {
	padding: 10px 0;
	border-bottom: 1px solid #E0E0E0;
	background-position: left center;
	background-repeat: no-repeat;
}

ul.price-table li span { font-weight: bold; }

ul.price-table li .value {
	float: right;
	color: #666;
}

.more-link { margin-top: 20px; }


.rtl #css3-spinner-svg-pulse-wrapper {
	right: 50%;
	left: auto;
	margin-right: -130px;
	margin-left: 0;
}

.rtl #css3-spinner-svg-pulse {
	right: 50%;
	left: auto;
	margin-right: -275px;
	margin-left: 0;
}

.rtl .time-table-wrap .time-table { text-align: right; }

.rtl .time-table-wrap .time-table .col-md-5 { padding-right: 0; }

.rtl ul.price-table li { background-position: right center; }

.rtl ul.price-table li span { float: right; }

.rtl ul.price-table li .value { float: left; }

@media all and (min-width: 768px) and (max-width: 880px) {
	.footer-big-contacts {
		font-size: 17px;
	}
}


/* ----------------------------------------------------------------
	Medical Demo - Transparent Header
-----------------------------------------------------------------*/
@media (min-width: 992px) {
	.block-nav-header-2 #top-bar.transparent-topbar {
		background: transparent !important;
		z-index: 399;
		border-bottom: 0;
	}
	.block-nav-header-2 .transparent-topbar + .transparent-header + #content {
		margin-top: -146px; /*  #header(height) + #top-bar(height) */
	}
	.reduce-by-header{
		margin-top: -146px;
	}
}

.block-nav-header-2 .dark .top-links li > a,
.block-nav-header-2 .dark #top-social li a { color: #f5f5f5; }

.block-nav-header-2 .dark #top-social li,
.block-nav-header-2 .top-links-item { border-left: 0; }

.offset-anchor {
	display: block;
	position: relative;
	top: -70px;
	visibility: hidden;
}

.lh-1 {
	line-height: 1 !important
}

/* Show validation error messages in our forms */
#template-medical-form .form-group label.error,
#template-contactform .form-group label.error {
	display: block !important;
}

/* reCAPTCHA error label — appears below the widget */
#template-medical-form .form-group label[for="recaptcha-check-appointment"],
#template-contactform .form-group label[for="recaptcha-check-contact"] {
	display: block !important;
	margin-top: 8px;
}


.legal-page {
	max-width: 860px;
	padding-top: 50px;
	padding-bottom: 60px;
}

.legal-page h4 {
	margin-top: 30px;
	margin-bottom: 10px;
}

.legal-list {
	list-style: disc;
	padding-left: 25px;
	margin-bottom: 15px;
}

.legal-list li {
	margin-bottom: 6px;
}


/* Page title stacked layout — breadcrumb on top when title/subtitle is long */
#page-title.page-title-stacked .container {
	display: flex;
	flex-direction: column;
}

#page-title.page-title-stacked .page-title-breadcrumb-row {
	order: -1;
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
}

#page-title.page-title-stacked .breadcrumb {
	position: static !important;
	transform: none !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	display: inline-flex !important;
	margin: 0 !important;
	padding: 0 !important;
}

@media (max-width: 767.98px) {
	#page-title.page-title-stacked .page-title-breadcrumb-row {
		order: 0;
		text-align: center;
		margin-bottom: 0;
		margin-top: 10px;
	}
}

