/*
	Author       : Webful Creations Vision (https://themeforest.net/user/webfulcreationsvision/portfolio)
	Template Name: Webful Optometrist HTML Template
	Version      : 1.0
	CopyRight    : 2016 @ www.webfulcreations.com


	- Main CSS file is inside css/theme-style.css
*/

@import 'css/animate.css';             /* Animations CSS File */
@import 'css/foundation.min.css';      /* Including Foundation CSS File */
@import 'css/font-awesome.min.css';	   /* Including Font Awesome Icons */
@import 'css/owl.carousel.css';		   /* Owl Carousel CSS File */
@import 'css/theme-styles.css';		   /* Main Theme CSS File */

/*
 * Import Website Main Fonts 
 *
 * To change Fonts Get Google Fonts replace in following Link, 
 * AFter replacing below go to theme-style.css and update
 * Font Families
 *
 */
@import 'https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i%7CRaleway:400,700';


/*=========================================
	Below This Line You Can add Your CSS
	Please Do not Edit Files above if you 
	are not sure what you are doing!
==========================================*/

/* Blog & services section titles – centered subheading */
.blog-posts .section-title-wrapper.row,
.home-services-posts .section-title-wrapper.row {
	display: block;
	width: 100%;
}

.blog-posts .section-title-wrapper .section-title,
.home-services-posts .section-title-wrapper .section-title {
	width: 100%;
	float: none;
	text-align: center;
}

.blog-posts .section-title-wrapper .section-title p,
.home-services-posts .section-title-wrapper .section-title p {
	display: block;
	width: 100%;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Homepage Our Services – blog-style cards */
.home-services-posts {
	--service-thumb-height: 240px;
	padding-bottom: 50px;
}

.home-services-posts .posts-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.home-services-posts .home-service-col {
	display: flex;
	margin-bottom: 24px;
}

.home-services-posts .service-post {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.55s ease, transform 0.55s ease;
	transition-delay: var(--delay, 0s);
}

.home-services-animated.is-visible .service-post {
	opacity: 1;
	transform: translateY(0);
}

.home-services-posts .service-post .post-thumb {
	height: var(--service-thumb-height);
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
}

.home-services-posts .service-post .post-thumb > a {
	display: block;
	width: 100%;
	height: 100%;
}

.home-services-posts .service-post .post-thumb img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center center;
}

.home-services-posts .service-post .post-thumb.service-thumb-icon {
	background: linear-gradient(135deg, #15568e 0%, #0f6ab4 100%);
}

.home-services-posts .service-post .post-thumb.service-thumb-icon > a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-services-posts .service-thumb-icon-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.home-services-posts .service-thumb-icon-inner i {
	font-size: 4rem;
	color: #fff;
	opacity: 0.95;
}

.home-services-posts .service-post:hover .post-thumb img,
.home-services-posts .service-post:hover .service-thumb-icon-inner i {
	opacity: 0.92;
}

.home-services-posts .service-post .post-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	width: calc(100% - 30px);
	margin-left: 15px;
	margin-right: 15px;
}

.home-services-posts .service-post .post-content p {
	flex: 1;
}

.home-services-posts .service-post .post-meta {
	flex-wrap: wrap;
}

.home-services-posts .service-post .post-meta i {
	margin-left: 4px;
	color: #ed155e;
}

.home-services-posts .service-post .post-content p a {
	color: #ed155e;
	font-weight: 700;
}

.home-services-posts .service-post .post-content p a:hover {
	color: #15568e;
}

/* Header – logo + contact layout */
.header-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header-logo-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.header-logo-wrap .logo {
	margin: 0;
}

.header-contact-wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-contact-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 20px 28px;
	width: 100%;
}

.header-contact-item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.header-contact-item .icon-side {
	float: none;
	flex-shrink: 0;
}

.header-contact-item .info-side {
	float: none;
	width: auto;
	margin: 0;
}

.header-contact-item .info-side p {
	margin: 0;
	line-height: 1.4;
}

/* Thumbnail slider – auto-scroll cards + popup */
.thumb-slider-module {
	padding: 56px 0 52px;
	overflow: hidden;
}

.thumb-slider-module .section-title-wrapper,
.thumb-slider-module .section-title-wrapper::before,
.thumb-slider-module .section-title-wrapper::after {
	display: none !important;
	content: none !important;
	background: none !important;
}

.brochures-heading {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 8px;
	padding: 0 16px;
	position: relative;
}

.brochures-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px;
	color: #38bdf8;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.brochures-eyebrow span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #38bdf8;
}

.brochures-heading h2 {
	margin: 0 0 8px;
	color: #0f2744;
	font-size: clamp(1.7rem, 2.5vw, 2.3rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.2;
}

.brochures-lead {
	margin: 0 0 14px;
	color: #64748b;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-decoration: none;
}

.brochures-heading-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff7ed;
	border: 1px solid #fdba74;
	color: #ea580c;
	font-size: 0.85rem;
}

.thumb-slider-viewport {
	width: 100%;
	max-height: 300px;
	height: 300px;
	overflow: hidden;
	margin-top: 28px;
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 3%, #000 97%, transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0%, #000 3%, #000 97%, transparent 100%);
}

.thumb-slider-track {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: max-content;
	gap: 12px;
	padding: 0;
	will-change: transform;
	animation: thumb-marquee 38s linear infinite;
}

.thumb-slider-viewport:hover .thumb-slider-track,
.thumb-slider-track.is-paused {
	animation-play-state: paused;
}

@keyframes thumb-marquee {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d(-50%, 0, 0);
	}
}

.thumb-slide-card {
	flex: 0 0 auto;
	width: auto;
	height: 300px;
	max-height: 300px;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	text-align: left;
	position: relative;
	overflow: hidden;
	background: #f4f7f9;
	transition: box-shadow 0.25s ease, filter 0.25s ease;
}

.thumb-slide-card--brochure {
	background: #fff;
	border: 1px solid rgba(21, 86, 142, 0.15);
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.thumb-slide-brochure {
	display: block;
	width: auto;
	height: 300px;
	max-height: 300px;
	max-width: none;
	object-fit: contain;
	object-position: center center;
	pointer-events: none;
}

.thumb-slide-card:hover,
.thumb-slide-card:focus {
	filter: brightness(1.03);
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
	outline: none;
	z-index: 2;
}

.thumb-slide-visual {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.thumb-slide-pane {
	position: absolute;
	inset: 0;
}

.thumb-slide-pane--a {
	background: var(--thumb-color-a, #b8e986);
}

.thumb-slide-pane--b {
	background: var(--thumb-color-b, #1a5f7a);
}

.thumb-slide-wave {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 55%;
	bottom: 0;
	z-index: 2;
	pointer-events: none;
}

.thumb-slide-wave path {
	fill: var(--thumb-color-b, #1a5f7a);
}

.thumb-slide-pane--a .thumb-slide-wave path,
.thumb-slide-visual .thumb-slide-wave path {
	fill: var(--thumb-color-b, #1a5f7a);
}

.thumb-slide-photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.35;
	z-index: 1;
}

.thumb-slide-card--v0 .thumb-slide-pane--a {
	clip-path: polygon(0 0, 100% 0, 100% 72%, 0 100%);
}

.thumb-slide-card--v1 .thumb-slide-pane--a {
	clip-path: polygon(0 0, 100% 0, 100% 48%, 0 62%);
}

.thumb-slide-card--v2 .thumb-slide-pane--a {
	clip-path: polygon(0 0, 100% 0, 100% 38%, 0 42%);
}

.thumb-slide-card--v3 .thumb-slide-pane--a {
	clip-path: polygon(0 0, 100% 0, 100% 28%, 0 32%);
}

.thumb-slide-card--v4 .thumb-slide-pane--a {
	clip-path: polygon(0 0, 100% 0, 100% 18%, 0 22%);
}

.thumb-slide-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	padding: 18px 16px 20px;
}

.thumb-slide-content h3 {
	margin: 0 0 8px;
	font-size: 1.05rem;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: 800;
}

.thumb-slide-content p {
	margin: 0;
	font-size: 0.78rem;
	line-height: 1.45;
	opacity: 0.95;
}

.thumb-slide-card--v0 .thumb-slide-content,
.thumb-slide-card--v1 .thumb-slide-content {
	color: var(--thumb-color-b, #1a5f7a);
}

.thumb-slide-card--v2 .thumb-slide-content,
.thumb-slide-card--v3 .thumb-slide-content,
.thumb-slide-card--v4 .thumb-slide-content {
	color: #f4fafc;
}

body.thumb-slider-modal-open {
	overflow: hidden;
}

.thumb-slider-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.thumb-slider-modal[hidden]:not(.is-open) {
	display: none !important;
}

.thumb-slider-modal.is-open {
	display: flex !important;
}

.thumb-slider-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 30, 45, 0.82);
}

.thumb-slider-modal__dialog {
	position: relative;
	z-index: 2;
	width: min(920px, 100%);
	max-height: 90vh;
	overflow: auto;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.thumb-slider-modal__dialog--brochure {
	background: rgba(15, 23, 42, 0.98);
	padding: 0;
	width: min(96vw, 1100px);
	max-width: 96vw;
}

.thumb-slider-modal__slide--brochure {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 52px 64px 28px;
	min-height: 200px;
}

.thumb-slider-modal__slide--brochure #thumbSliderModalImage,
.thumb-slider-modal__slide--brochure #galleryModalImage {
	display: block;
	max-width: min(92vw, 1000px);
	max-height: calc(92vh - 100px);
	width: auto;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
}

.thumb-slider-modal__slide--brochure .thumb-slider-modal__counter {
	color: #e2e8f0;
	margin: 16px 0 0;
	text-align: center;
}

.thumb-slider-modal__slide--brochure .thumb-slider-modal__title {
	color: #f8fafc;
	margin: 14px 0 0;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
}

.gallery-page .gallery-lightbox-trigger {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	text-align: left;
}

.gallery-page .gallery-lightbox-trigger img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-page .gallery-lightbox-trigger:hover img,
.gallery-page .gallery-lightbox-trigger:focus img {
	transform: scale(1.02);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.gallery-page .gallery-lightbox-trigger:focus {
	outline: 2px solid #ed155e;
	outline-offset: 3px;
}

@media (max-width: 640px) {
	.thumb-slider-modal__prev {
		left: 8px;
	}

	.thumb-slider-modal__next {
		right: 8px;
	}

	.thumb-slider-modal__slide--brochure {
		padding: 48px 20px 24px;
	}
}

.thumb-slider-modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	z-index: 5;
	width: 40px;
	height: 40px;
	border: 0;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 50%;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
	color: #1a5f7a;
}

.thumb-slider-modal__dialog--brochure .thumb-slider-modal__close {
	color: #0f172a;
}

.thumb-slider-modal__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: #ed155e;
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
}

.thumb-slider-modal__prev {
	left: -18px;
}

.thumb-slider-modal__next {
	right: -18px;
}

.thumb-slider-modal__slide {
	display: flex;
	flex-direction: column;
}

.thumb-slider-modal__visual {
	position: relative;
	height: 280px;
	overflow: hidden;
	background: var(--thumb-color-b, #1a5f7a);
}

.thumb-slider-modal__visual .thumb-slide-pane--a {
	clip-path: polygon(0 0, 100% 0, 100% 55%, 0 70%);
}

.thumb-slider-modal__visual #thumbSliderModalImage {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.thumb-slider-modal__body {
	padding: 28px 32px 32px;
}

.thumb-slider-modal__body h2 {
	margin: 0 0 14px;
	color: #15568e;
	font-size: 1.75rem;
	text-transform: uppercase;
}

.thumb-slider-modal__body p {
	margin: 0 0 12px;
	line-height: 1.65;
	color: #444;
}

.thumb-slider-modal__counter {
	font-size: 0.9rem;
	font-weight: 700;
	color: #ed155e;
}

.footer-about-text {
	margin-bottom: 14px;
}

.footer-about-text p {
	margin-bottom: 10px;
	line-height: 1.65;
}

.footer-read-more {
	display: inline-block;
	margin: 0 0 12px;
	padding: 0;
	border: 0;
	background: none;
	color: #ed155e;
	font-weight: 700;
	font-size: 0.95rem;
	cursor: pointer;
	text-decoration: underline;
}

.footer-read-more:hover,
.footer-read-more:focus {
	color: #0f6ab4;
	outline: none;
}

/* Footer call-to-action – 80px pink bar */
.call-to-action {
	height: 80px;
	min-height: 80px;
	max-height: 80px;
	margin-top: 48px;
	padding: 0;
	overflow: visible;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.call-to-action .cta-row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0;
}

.call-to-action .cta-row > .columns {
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
	align-items: center;
}

.call-to-action .cta-doctor-col {
	position: relative;
	flex: 0 0 auto;
	max-width: 110px;
}

.call-to-action .cta-doctor-wrap {
	margin-top: -42px;
	text-align: center;
	line-height: 0;
}

.call-to-action .cta-doctor-img,
.call-to-action img.cta-doctor-img {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	width: auto;
	max-width: 95px;
	max-height: 115px;
	height: auto;
	display: inline-block;
	vertical-align: bottom;
}

.call-to-action .cta-text-col {
	flex: 1 1 auto;
	padding-left: 12px;
	padding-right: 12px;
	min-width: 0;
}

.call-to-action .cta-text-col h2 {
	text-align: left;
	line-height: 1.2;
	margin: 0;
	font-size: 1rem;
	font-weight: normal;
	word-wrap: break-word;
}

.call-to-action .cta-text-col h2 span {
	font-size: 1rem;
	font-weight: bold;
}

.call-to-action .cta-btn-col {
	flex: 0 0 auto;
	text-align: right;
	justify-content: flex-end;
}

.call-to-action .cta-btn-col .button {
	margin: 0;
	padding: 8px 14px;
	font-size: 0.8rem;
	line-height: 1.2;
	white-space: nowrap;
}

/* Mobile responsive overrides */
@media screen and (max-width: 767px) {
	html {
		-webkit-text-size-adjust: 100%;
	}

	body {
		overflow-x: hidden;
	}

	.main-container {
		overflow-x: hidden;
		width: 100%;
	}

	.main-container iframe,
	.main-container video,
	.main-container embed,
	.main-container object {
		max-width: 100%;
	}

	.welcome-message img,
	.content-area img,
	.information-boxes .info-thumb img,
	.blog-posts .post-thumb img,
	.home-services-posts .post-thumb img,
	.header .logo img,
	.footer-widget img,
	.gallery-thumb img {
		max-width: 100%;
		height: auto;
	}

	.row {
		max-width: 100%;
	}

	.topBar .menu {
		text-align: center;
	}

	.topBar .menu.social {
		float: none !important;
		text-align: center;
		margin-top: 6px;
	}

	.header {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.header-row {
		flex-direction: column;
		align-items: stretch;
	}

	.header .row > .columns,
	.header-logo-wrap,
	.header-contact-wrap {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		float: none !important;
	}

	.header-logo-wrap {
		justify-content: center;
		text-align: center;
		margin-bottom: 16px;
	}

	.header .logo {
		text-align: center;
		width: 100%;
	}

	.header .logo img {
		max-width: 180px;
		height: auto;
		margin: 0 auto;
		display: block;
	}

	.header-contact-wrap {
		justify-content: center;
	}

	.header-contact-list {
		flex-direction: column;
		align-items: stretch;
		justify-content: center;
		gap: 14px;
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
	}

	.header-contact-item {
		width: 100%;
		padding: 10px 14px;
		background: #f8fafc;
		border-radius: 8px;
		border: 1px solid #e8eef3;
	}

	.header .icon-side,
	.header-contact-item .icon-side {
		display: flex !important;
		align-items: center;
		justify-content: center;
		float: none !important;
		flex-shrink: 0;
	}

	.header .info-side,
	.header-contact-item .info-side {
		float: none !important;
		width: auto !important;
		margin-left: 0 !important;
		text-align: left;
		flex: 1;
		min-width: 0;
	}

	.header .info-side p {
		margin-bottom: 0;
		font-size: 0.8rem;
	}

	.header .info-side strong {
		display: block;
		font-size: 0.9rem;
		word-break: break-word;
	}

	/* Override theme mobile header (40em) side-by-side squeeze */
	.header .medium-offset-5,
	.header .small-box {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.navigation .top-bar {
		padding: 0;
	}

	.navigation .top-bar-title {
		width: 100%;
		text-align: center;
	}

	.navigation .menu li a {
		padding: 12px 16px;
		font-size: 0.95rem;
	}

	.navigation .menu.vertical {
		width: 100%;
	}

	.navigation .menu li {
		display: block;
		width: 100%;
	}

	.information-boxes .information-box {
		margin-bottom: 24px;
		text-align: center;
	}

	.information-boxes .info-thumb img {
		max-width: 100%;
		height: auto;
	}

	.information-box.no-thumb .info-detail {
		width: 100%;
	}

	.information-boxes .information-box.no-thumb {
		text-align: center;
	}

	.information-boxes {
		margin-top: -40px;
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	.information-boxes .information-box {
		padding: 18px 16px 16px;
		margin-bottom: 16px;
		min-height: 0;
		overflow: hidden;
	}

	.information-boxes .info-detail {
		float: none;
		width: 100% !important;
		margin-right: 0;
		text-align: center;
	}

	.information-boxes .info-thumb {
		float: none;
		position: static;
		width: 100% !important;
		max-width: 220px;
		margin: 14px auto 0;
		display: block;
	}

	.information-boxes .info-thumb img {
		width: 100%;
		height: auto;
		display: block;
	}

	.welcome-message {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	.welcome-message .padding-bottom {
		padding-bottom: 24px;
	}

	.welcome-message h2 {
		text-align: center;
		font-size: 1.35rem;
		line-height: 1.35;
	}

	.welcome-message .columns {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	.our-process-wrapper .our-process,
	.our-process-wrapper .medium-8.medium-offset-3 {
		margin-left: 0 !important;
		width: 100% !important;
		max-width: 100%;
	}

	.our-process h2 {
		text-align: center;
		font-size: 1.35rem;
		line-height: 1.35;
	}

	.our-process .process .number {
		margin-bottom: 8px;
	}

	.our-process .process .right-info {
		width: calc(100% - 70px);
	}

	.thumb-slider-module {
		padding: 36px 0 40px;
	}

	.brochures-heading h2 {
		font-size: 1.45rem;
	}

	.brochures-lead {
		font-size: 0.92rem;
	}

	.thumb-slider-viewport {
		max-height: 260px;
		height: 260px;
	}

	.thumb-slide-card,
	.thumb-slide-card--brochure {
		height: 260px;
		max-height: 260px;
	}

	.thumb-slide-brochure {
		height: 260px;
		max-height: 260px;
	}

	.thumb-slider-modal {
		padding: 16px;
		align-items: flex-end;
	}

	.thumb-slider-modal__dialog {
		max-height: 92vh;
		border-radius: 12px 12px 0 0;
	}

	.thumb-slider-modal__prev,
	.thumb-slider-modal__next {
		top: auto;
		bottom: 12px;
		transform: none;
		width: 40px;
		height: 40px;
	}

	.thumb-slider-modal__prev {
		left: 12px;
	}

	.thumb-slider-modal__next {
		right: 12px;
	}

	.thumb-slider-modal__visual {
		height: 200px;
	}

	.thumb-slider-modal__slide--brochure {
		padding: 40px 12px 52px;
	}

	.home-services-posts {
		--service-thumb-height: 200px;
		padding-bottom: 32px;
	}

	.home-services-posts .section-title-wrapper {
		margin-bottom: 28px;
	}

	.home-services-posts .posts-wrapper {
		margin-left: 0;
		margin-right: 0;
	}

	.home-services-posts .home-service-col {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0.625rem;
		padding-right: 0.625rem;
		margin-bottom: 20px;
	}

	.home-services-posts .service-post .post-content {
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;
		margin-top: -24px;
		padding: 14px;
	}

	.home-services-posts .service-post .post-meta {
		font-size: 12px;
		line-height: 1.5;
	}

	.home-services-posts .service-post .post-content h4 {
		font-size: 1.05rem;
		line-height: 1.35;
	}

	.home-services-posts .service-thumb-icon-inner i {
		font-size: 3rem;
	}

	.welcome-message .columns,
	.content-area .columns,
	.our-process-wrapper .columns {
		margin-bottom: 18px;
	}

	.welcome-message img,
	.content-area img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto 16px;
	}

	.our-services .upper-background {
		display: none;
	}

	.our-services .inner-padding {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.call-to-action {
		height: auto;
		min-height: 80px;
		max-height: none;
		margin-top: 24px;
		padding: 14px 0;
		text-align: center;
	}

	.call-to-action .cta-row {
		flex-wrap: wrap;
	}

	.call-to-action .cta-doctor-wrap {
		margin-top: 0;
		margin-bottom: 10px;
	}

	.call-to-action .cta-doctor-img {
		max-height: 100px;
		max-width: 85px;
	}

	.call-to-action .cta-text-col {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	.call-to-action .cta-text-col h2 {
		font-size: 0.95rem;
		line-height: 1.35;
		text-align: center;
	}

	.call-to-action .cta-text-col h2 span {
		font-size: 0.95rem;
	}

	.call-to-action .cta-btn-col {
		flex: 0 0 100%;
		max-width: 100%;
		justify-content: center;
		text-align: center;
	}

	.call-to-action .cta-btn-col .button {
		margin-top: 8px;
		display: inline-block;
	}

	.title-section h1 {
		font-size: 1.75rem;
	}

	.section-title h2 {
		font-size: 1.5rem;
		line-height: 1.3;
	}

	.blog-posts .section-title-wrapper .section-title {
		text-align: center;
	}

	.blog-posts .posts-wrapper {
		margin-left: 0;
		margin-right: 0;
	}

	.blog-posts .posts-wrapper .columns,
	.content-area.services .service {
		margin-bottom: 20px;
		width: 100%;
	}

	.blog-posts .post {
		margin-bottom: 8px;
	}

	.blog-posts .post-thumb img,
	.content-area.services .service-thumb img {
		width: 100%;
		height: auto;
	}

	.blog-posts .post-content {
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;
		padding: 14px;
	}

	.blog-posts .post-meta {
		font-size: 12px;
		line-height: 1.55;
		word-break: break-word;
	}

	.footerTop {
		padding-top: 40px;
		padding-bottom: 32px;
	}

	.footer .footer-widget {
		margin-bottom: 28px;
		padding-left: 0.625rem;
		padding-right: 0.625rem;
		text-align: center;
	}

	.footer .quick-links ul {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 0;
	}

	.footer .address li {
		text-align: left;
		overflow: hidden;
	}

	.footer .address li::after {
		content: '';
		display: table;
		clear: both;
	}

	.footer .address p,
	.footer .address a {
		word-break: break-word;
	}

	.footer iframe {
		min-height: 200px;
	}

	.footerbottom .copyrightinfo {
		padding: 0 0.625rem 12px;
		line-height: 1.5;
	}

	.title-section .breadcrumbs {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		padding-bottom: 4px;
	}

	.content-area {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	.content-area .columns {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	.contact-page .columns,
	.appointment .columns,
	.single-service .sidebar {
		margin-bottom: 18px;
	}

	.contact-map iframe,
	.appointment-form iframe {
		width: 100% !important;
		max-width: 100%;
		min-height: 220px;
	}

	.appointment-form input,
	.appointment-form textarea,
	.appointment-form select,
	.contact-page input,
	.contact-page textarea {
		width: 100%;
	}

	.appointment-form label,
	.contact-page label {
		display: block;
	}

	.rev_slider_wrapper,
	.rev_slider,
	.rev_slider ul,
	.rev_slider li {
		max-height: 42vh !important;
		min-height: 200px;
		overflow: hidden;
	}

	.rev_slider .tp-caption {
		white-space: normal !important;
	}

	.button,
	.btn,
	a.button {
		display: inline-block;
		width: auto;
		max-width: 100%;
		min-height: 44px;
		line-height: 1.3;
		padding: 10px 16px;
	}

	.call-to-action .cta-text-col h2 span {
		display: inline-block;
		margin-left: 0;
		margin-top: 4px;
		word-break: break-word;
	}

	#top {
		right: 10px;
		bottom: 10px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}

/* Foundation small-only (phones) – overrides theme 40em rules */
@media screen and (max-width: 639px) {
	.header .header-contact-item .icon-side,
	.header .icon-side {
		display: flex !important;
	}

	.header .medium-offset-5,
	.header .small-box {
		width: 100% !important;
		float: none !important;
	}

	.header .logo img {
		max-width: 160px;
		height: auto;
	}

	.information-boxes {
		margin-top: 0;
	}

	.section-title h2 {
		font-size: 1.35rem;
	}

	.call-to-action .cta-btn-col .button {
		width: 100%;
		max-width: 280px;
		white-space: normal;
	}
}

@media screen and (max-width: 480px) {
	.topBar .menu > li > a {
		padding-left: 6px;
		padding-right: 6px;
		font-size: 12px;
	}

	.header .info-side p {
		font-size: 13px;
	}

	.header .info-side strong {
		font-size: 14px;
		word-break: break-word;
	}

	.information-boxes .info-detail h3,
	.welcome-message h2,
	.title-section h1 {
		font-size: 1.2rem;
	}

	.blog-posts .post-content h4,
	.home-services-posts .service-post .post-content h4 {
		font-size: 1.05rem;
	}

	.blog-posts .post-meta {
		font-size: 11px;
	}

	.home-services-posts {
		--service-thumb-height: 180px;
	}

	.home-services-posts .service-thumb-icon-inner i {
		font-size: 2.5rem;
	}

	.thumb-slider-viewport {
		max-height: 220px;
		height: 220px;
	}

	.thumb-slide-card,
	.thumb-slide-card--brochure {
		height: 220px;
		max-height: 220px;
	}

	.thumb-slide-brochure {
		height: 220px;
		max-height: 220px;
	}

	.thumb-slider-modal__slide--brochure {
		padding: 44px 16px 56px;
	}

	.footer h2 {
		font-size: 1.05rem;
	}

	.rev_slider_wrapper,
	.rev_slider {
		max-height: 38vh !important;
		min-height: 180px;
	}
}