/*!
Theme Name: theo medical
Theme URI: http://underscores.me/
Author: Appleton Creative
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theo-medical
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

theo medical is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
}

@media screen and (max-width: 1600px) {
	html {
		font-size: 14px;
	}
}

@media screen and (max-width: 1200px) {
	html {
		font-size: 12px;
	}
}

@media screen and (max-width: 992px) {
	html {
		font-size: 10px;
	}
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "novel-sans-pro", sans-serif;
	font-size: 1rem;
	line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

.gold-underline {
	display: inline;
	border-bottom: 12px solid #d9a300;
}

.dark-blue-underline {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 12px solid #3868be;
}

.light-blue-underline {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 12px solid #6BA9C4;
}

h1, .h2 {
	font-size: 65px;
	line-height: 85px;
	margin: 0;
}

@media (max-width: 1400px) {
	h1, .h2 {
		font-size: 40px;
		line-height: 60px;
	}
}

@media (max-width: 991px) {
	h1, .h2 {
		font-size: 30px;
		line-height: 45px;
	}
}

h2 {
	font-size: 35px;
	line-height: 50px;
	margin: 0;
}

@media (min-width: 1201px) {
	h2.heading-white {
		font-size: 34px;
	}
}

@media (max-width: 1200px) {
	h2 {
		font-size: 30px;
		line-height: 45px;
	}
}

@media (max-width: 991px) {
	h2 {
		font-size: 26px;
		line-height: 40px;
	}
}

h3 {
	font-size: 28px;
	line-height: 40px;
	margin: 0;
}

@media (max-width: 991px) {
	h3 {
		font-size: 22px;
		line-height: 34px;
	}
}

h4 {
	font-size: 22px;
	line-height: 40px;
	margin: 0;
}

@media (max-width: 991px) {
	h4 {
		font-size: 20px;
		line-height: 36px;
	}
}

.weight-normal {
	font-weight: 400;
}

.weight-medium {
	font-weight: 500;
}

.weight-blod {
	font-weight: 700;
}

p {
	margin-bottom: 1.5em;
	font-size: 18px;
	line-height: 40px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	color: #434343;
}

/* default text color in wp blocks */
.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
	color: #434343;
}

hr,
hr.wp-block-separator {
	height: 12px;
	background-color: #d9a300;
	border: 0;
	margin-bottom: 1.5em;
	margin-top: 0px;
}

ul,
ol {
	font-size: 18px;
	margin: 0 0 1.5em 0em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
.button,
.wp-element-button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0px solid;
	border-color: #fff;
	border-radius: 35px;
	background: #3868be;
	color: #fff;
	line-height: 1;
	padding: 0.8em 1.2em;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
}

button:visited,
.button:visited,
.wp-element-button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
	color: #fff;
}

button:hover,
.button:hover,
.wp-element-button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	text-decoration: none;
}

.wp-block-button.is-style-outline > .wp-block-button__link {
	border: 2px solid;
	border-color: #afdcf0;
}

.bg-darkblue .wp-block-button.is-style-outline > .wp-block-button__link {
	border-color: #fff;
}

.button.white {
	border: 2px solid;
}

.primary-wp-button .wp-block-button.is-style-outline > .wp-block-button__link,
.primary-btn {
	border-radius: 30px;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	padding: 5px 28px;
	min-height: 50px;
	transition: .3s all ease;
	text-decoration: none !important;
	text-align: center;
	min-height: 50px;
	display: inline-flex;
	align-items: center;
}

.wp-light-btn .wp-block-button.is-style-outline > .wp-block-button__link,
.light-btn {
	border: 3px solid #DDEBF4;
	color: #fff;
}

.wp-light-btn .wp-block-button.is-style-outline > .wp-block-button__link:visited,
.light-btn:visited {
	color: #fff;
}

.wp-light-btn .wp-block-button.is-style-outline > .wp-block-button__link:hover,
.light-btn:hover {
	border-color: #00B5D9;
	background-color: #00B5D9;
}

.wp-black-btn .wp-block-button.is-style-outline > .wp-block-button__link,
.black-btn {
	border: 3px solid #434343;
	color: #434343;
}

.wp-black-btn .wp-block-button.is-style-outline > .wp-block-button__link:hover,
.black-btn:hover {
	color: #fff;
	border-color: #00B5D9;
	background-color: #00B5D9;
}

.wp-dark-blue-btn .wp-block-button.is-style-outline > .wp-block-button__link,
.dark-blue-btn {
	border: 3px solid #434343;
	color: #434343;
}

.wp-dark-blue-btn .wp-block-button.is-style-outline > .wp-block-button__link:hover,
.dark-blue-btn:hover {
	border-color: #3868be;
	background-color: #3868be;
	color: #fff;
}

.solid-button,
.solid-primary-button .wp-element-button {
	transition: .3s all ease;
	text-decoration: none !important;
	text-align: center;
	display: inline-flex;
	align-items: center;
	padding: 5px 28px;
	font-weight: 700;
	border-radius: 50px;
}

.solid-button-white,
.solid-white-btn .wp-element-button {
	font-size: 25px;
	line-height: 30px;
	min-height: 60px;
	background-color: #fff;
	color: #003189;
}

@media (max-width: 991px) {
	.solid-button-white,
	.solid-white-btn .wp-element-button {
		font-size: 20px;
		min-height: 55px;
		line-height: 26px;
	}
}

.solid-button-white:hover,
.solid-white-btn .wp-element-button:hover {
	background-color: #DFF1F9;
}

.solid-button-light,
.solid-light-btn .wp-element-button {
	font-size: 30px;
	line-height: 37px;
	min-height: 86px;
	background-color: #3868be;
	color: #fff;
}

@media (max-width: 991px) {
	.solid-button-light,
	.solid-light-btn .wp-element-button {
		font-size: 20px;
		min-height: 55px;
		line-height: 26px;
	}
}

.solid-button-light:hover,
.solid-light-btn .wp-element-button:hover {
	background-color: #00B5D9;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.admin-bar .site-header,
.admin-bar .site-header-push {
	top: 32px;
}

@media screen and (max-width: 784px) {
	.admin-bar .site-header,
	.admin-bar .site-header-push {
		top: 46px;
	}
}

.site-header-push,
.site-header,
.brand-blue-bg-leftside {
	width: 100%;
}

.site-header {
	background: #3868be;
	position: sticky;
	top: 0px;
	width: 100%;
	z-index: 1000;
}

.site-header .custom-logo {
	max-width: 102px;
}

@media (max-width: 1400px) {
	.site-header .custom-logo {
		max-width: 80px;
	}
}

.site-header .main-header {
	padding: 25px 0;
	position: relative;
}

@media (max-width: 991px) {
	.site-header .main-header {
		padding: 20px 0;
	}
}

.site-header .brand-blue-bg-leftside {
	width: 49%;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: 0;
	background-color: #2f75c3;
	background-image: url(assets/images/branding-curve.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
}

.site-header .site-branding {
	display: flex;
	align-items: center;
	position: relative;
	z-index: auto;
	padding: 0;
}

.site-header .site-branding h1,
.site-header .site-branding p {
	margin: 0px;
	width: 100%;
	display: flex;
	line-height: normal;
	align-items: center;
	justify-content: flex-start;
}

.site-header .site-branding h1 a,
.site-header .site-branding p a {
	font-size: 34px;
	line-height: 41px;
	color: #fff;
	padding-left: 26px;
	text-decoration: none;
}

@media (max-width: 1400px) {
	.site-header .site-branding h1 a,
	.site-header .site-branding p a {
		font-size: 24px;
		line-height: 28px;
		padding-left: 10px;
	}
}

.site-header .brand-buttons,
.site-header .brand-hamburger {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.site-header .brand-buttons {
	gap: 26px;
}

.site-header .brand-buttons .tel {
	font-size: 18px;
	line-height: 24px;
	text-decoration: none !important;
	color: #fff;
	transform-origin: right;
	margin-right: 30px;
	transition: .3s all ease;
}

@media (max-width: 1400px) {
	.site-header .brand-buttons .tel {
		margin-right: 0;
	}
}

.site-header .brand-buttons .tel:hover {
	transform: scale(1.2);
	color: #AFDCF0;
}

.site-header .brand-hamburger {
	display: none;
}

@media screen and (max-width: 1200px) {
	.site-header {
		background-color: #2f75c3;
	}
	.site-header .brand-blue-bg-leftside {
		display: none;
	}
	.site-header .site-branding {
		background: none;
	}
	.site-header .brand-buttons {
		display: none;
	}
	.site-header .brand-hamburger {
		display: flex;
	}
	.site-header-push,
	.site-header,
	.brand-blue-bg-leftside {
		width: 100%;
	}
}

.navbar-toggler-con {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: flex-end;
}

.navbar-toggler-con .navbar-toggler {
	background: #4D97B7;
	color: #fff;
	border: 0px;
	box-shadow: none;
	min-height: 36px;
}

.brand-buttons {
	display: none;
}

.brand-buttons .button {
	margin-left: 1rem;
}

#site-navigation {
	padding: 0;
	background-color: #4D97B7;
}

#site-navigation .row {
	margin: 0;
}

#site-navigation .container {
	padding-left: 40px;
	padding-right: 40px;
}

@media (max-width: 1200px) {
	#site-navigation .container {
		padding: 0;
	}
}

#site-navigation .navbar-nav {
	margin: 0px;
}

#site-navigation .menu-item {
	transition: .3s all ease;
}

#site-navigation .menu-item.active {
	background-color: #3868be;
}

#site-navigation .menu-item:hover {
	background-color: #2f75c3;
}

#site-navigation .nav-link {
	padding: 19px 27px;
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
}

@media (max-width: 1500px) {
	#site-navigation .nav-link {
		padding: 19px 17px;
		font-size: 16px;
	}
}

#site-navigation .dropdown-item {
	padding: 0.5rem 1rem;
}

#site-navigation .dropdown-menu {
	border: 0px;
	padding: 0px;
	padding-left: 3rem;
	font-size: inherit;
}

#site-navigation .dropdown-menu .dropdown-item {
	font-weight: inherit;
}

#site-navigation .dropdown-menu .dropdown-item:hover {
	background: none;
}

#site-navigation a {
	color: #fff;
}

#site-navigation a:visited {
	color: #fff;
}

#site-navigation ul {
	background: #4D97B7;
}

@media screen and (min-width: 1540px) {
	.navbar-collapse > ul {
		gap: 15px 20px;
	}
}

@media screen and (min-width: 1200px) {
	.navbar-toggler-con {
		display: none;
	}
	.brand-buttons {
		display: block;
	}
	.navbar-collapse > ul {
		width: 100%;
		justify-content: space-between;
		gap: 0;
	}
	#site-navigation .dropdown-menu {
		padding-left: 0rem;
	}
	.hide-on-desktop {
		display: none;
	}
}

.mm-tel {
	text-align: center;
	padding: 8px 5px;
	background: #3868be;
}

.mm-tel a {
	letter-spacing: 2px;
}

/* Posts and pages
--------------------------------------------- */
.container-lg {
	max-width: 1540px;
	padding-left: 40px;
	padding-right: 40px;
}

@media (min-width: 992px) {
	.container {
		max-width: 1700px;
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (max-width: 991px) {
	.container {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

section {
	padding: 6rem 0px;
}

.bg-darkblue {
	background-color: #3868be;
	color: #fff;
}

.bg-darkblue .wp-block-cover.is-light .wp-block-cover__inner-container {
	color: #fff;
}

.bg-lightblue {
	background-color: #dff1f9;
}

.bg-gray {
	background-color: #f5f5f4;
}

/* set breaking point to 992px for stacking, instead of 782*/
@media (max-width: 992px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
	}
}

@media (min-width: 992px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 0;
		flex-grow: 1;
	}
}

@media (min-width: 992px) {
	.wp-block-columns {
		flex-wrap: nowrap !important;
	}
}

@media (max-width: 992px) {
	.wp-block-columns {
		flex-wrap: wrap !important;
	}
}

/* change breakpoint for media & text wp-block */
@media (max-width: 992px) {
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important;
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
	}
}

/* add padding to wp block elements */
.wp-block-media-text__media {
	padding: 2rem 6rem;
}

.wp-block-cover__inner-container .wp-block-column {
	padding: 2rem 4rem;
}

.wp-block-cover {
	padding: 4rem 2rem;
}

/* don't show background cover image on mobile */
@media (max-width: 992px) {
	.wp-block-cover__image-background {
		display: none;
	}
}

.google-maps .wp-block-group__inner-container {
	display: flex;
}

.google-maps iframe {
	position: relative;
	top: 0;
	width: 100%;
	min-height: 400px;
}

@media (min-width: 992px) {
	.google-maps iframe {
		min-height: 580px;
	}
}

@media (min-width: 1600px) {
	.google-maps iframe {
		min-height: 880px;
	}
}

.home .cover-left,
.home .cover-right {
	padding: 0px;
}

.home .cover-left .wp-block-cover__image-background,
.home .cover-right .wp-block-cover__image-background {
	width: 50%;
}

@media (max-width: 991px) {
	.home .cover-left .wp-block-cover__inner-container .wp-block-column {
		padding: 0;
	}
}

.home .cover-left ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.home .cover-left ul li {
	max-width: 249px;
	width: 100%;
}

.home .cover-left .wp-block-cover__image-background {
	margin-right: 50%;
	object-position: right;
}

@media (max-width: 991px) {
	.home .cover-right .wp-block-cover__inner-container .wp-block-column {
		padding: 0;
	}
}

.home .cover-right .wp-block-cover__image-background {
	margin-left: 50%;
	object-position: left;
}

.home .homepage-slider .owl-carousel-slide {
	height: auto;
}

@media (max-width: 1100px) {
	.home .homepage-slider .owl-carousel-slide {
		min-height: 540px;
	}
	.home .homepage-slider .owl-carousel-slide .owl-slide-content {
		background-color: #ffffff29;
		backdrop-filter: blur(12px);
		align-self: stretch;
		display: flex;
		align-items: end;
	}
}

@media (max-width: 991px) {
	.home .homepage-slider .owl-carousel-slide .wp-block-column:empty {
		display: none;
	}
}

.home .homepage-slider .owl-carousel-slide .wp-block-column {
	padding: 3rem;
}

.home .homepage-slider .owl-carousel-slide .wp-block-column .wp-block-heading {
	font-size: 65px;
	line-height: 85px;
	margin: 0 0 10px;
	font-weight: 700;
}

@media (max-width: 991px) {
	.home .homepage-slider .owl-carousel-slide .wp-block-column .wp-block-heading {
		font-size: 36px;
		line-height: 45px;
	}
}

@media (min-width: 1100px) {
	.home .homepage-slider .owl-carousel-slide {
		background-size: contain;
		background-repeat: no-repeat;
		background-color: #e5e4e2;
	}
}

@media (min-width: 992px) {
	.home .homepage-slider .owl-carousel-slide {
		height: 580px;
	}
	.home .homepage-slider .owl-carousel-slide .wp-block-columns {
		padding-right: 0;
	}
}

@media (min-width: 1600px) {
	.home .homepage-slider .owl-carousel-slide {
		height: 880px;
	}
	.home .homepage-slider .owl-carousel-slide .wp-block-columns {
		padding-right: 10%;
	}
}

@media (min-width: 2400px) {
	.home .homepage-slider .owl-carousel-slide {
		height: 1100px;
	}
}

.home .homepage-slider .owl-theme .owl-dots {
	position: absolute;
	bottom: 2rem;
	width: 100%;
}

.home .homepage-slider .owl-theme .owl-dots .owl-dot span {
	background-color: #3868be;
	width: 18px;
	height: 18px;
}

.home .homepage-slider .owl-theme .owl-dots .owl-dot.active span {
	background-color: #00b5d9;
}

@media (max-width: 991px) {
	.home .intro-section .wp-block-media-text__media {
		padding: 0;
	}
}

.home .intro-section .wp-block-media-text__media img {
	border: 15px solid #3868BE;
	border-radius: 500px;
	max-width: 512px;
	max-height: 512px;
	display: flex;
	margin: auto;
}

@media (max-width: 991px) {
	.home .intro-section .wp-block-media-text__content {
		padding: 40px 0 0;
	}
}

.home .intro-section .primary-wp-button .wp-block-button.is-style-outline > .wp-block-button__link {
	border: 3px solid #434343;
	color: #434343;
}

.home .intro-section .primary-wp-button .wp-block-button.is-style-outline > .wp-block-button__link:hover {
	border-color: #00B5D9;
	background-color: #00B5D9;
	color: #fff;
}

.home .main-office {
	padding: 80px 0;
}

@media (min-width: 991px) {
	.home .main-office {
		padding: 135px 0 160px;
	}
}

.home .main-office .wp-block-media-text__media {
	padding: 0;
}

.home .main-office .wp-block-media-text__media img {
	border: 15px solid #3868BE;
	border-radius: 50%;
	aspect-ratio: 3 / 3;
	max-height: 512px;
	max-width: 512px;
	margin: 0 auto;
	display: flex;
}

.home .main-office .wp-block-media-text__content {
	padding: 40px;
	max-width: 355px;
	width: 100%;
	margin: auto;
}

@media (max-width: 991px) {
	.home .main-office .wp-block-media-text__content {
		padding: 40px 0 0;
		max-width: 100%;
	}
}

.home .main-office .wp-block-media-text__content hr {
	margin: 31px 0 51px;
}

@media (max-width: 991px) {
	.home .main-office .wp-block-media-text__content hr {
		margin: 25px 0;
	}
}

.home .main-office .wp-block-media-text__content p {
	margin: 0;
}

.home .main-office .wp-block-media-text__content p a {
	color: #434343;
	font-weight: 400;
	text-decoration: none;
}

.home .main-office .wp-block-media-text__content .wp-block-buttons {
	margin-top: 40px;
}

.home .info-graphics-section {
	padding: 80px 0;
}

@media (min-width: 991px) {
	.home .info-graphics-section {
		padding: 170px 0;
	}
}

.home .accepte-insurance-section {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (min-width: 991px) {
	.home .accepte-insurance-section {
		padding-top: 142px;
		padding-bottom: 200px;
	}
}

.home .accepte-insurance-section h2 {
	padding-bottom: 29px;
	margin-bottom: 100px;
}

@media (max-width: 1200px) {
	.home .accepte-insurance-section h2 {
		padding-bottom: 15px;
		margin-bottom: 80px;
	}
}

@media (max-width: 991px) {
	.home .accepte-insurance-section h2 {
		margin-bottom: 55px;
	}
}

.home .accepte-insurance-section .wp-block-gallery {
	margin: 0 0 110px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 80px 200px;
}

@media (max-width: 1400px) {
	.home .accepte-insurance-section .wp-block-gallery {
		margin: 0 0 70px;
		gap: 60px 120px;
	}
}

@media (max-width: 991px) {
	.home .accepte-insurance-section .wp-block-gallery {
		margin: 0 0 50px;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 40px 58px;
	}
}

@media (max-width: 767px) {
	.home .accepte-insurance-section .wp-block-gallery {
		grid-template-columns: 1fr 1fr;
		gap: 20px 40px;
	}
}

.home .accepte-insurance-section .wp-block-gallery .wp-block-image {
	width: 100% !important;
	margin: 0 auto !important;
}

.home .accepte-insurance-section .wp-block-gallery .wp-block-image img {
	object-fit: contain;
}

.home .our-practice-home .wp-block-image figure {
	width: 100%;
}

.home .new-patient-section .wp-block-media-text__content {
	max-width: 610px;
}

@media (max-width: 991px) {
	.home .new-patient-section .wp-block-media-text__content {
		max-width: 100%;
		padding: 40px 0 0;
	}
}

.home .new-patient-section figure.wp-block-media-text__media {
	padding: 0;
	display: flex;
}

.home .new-patient-section figure.wp-block-media-text__media img {
	border-radius: 50%;
	aspect-ratio: 3 / 3;
	max-height: 512px;
	max-width: 512px;
	object-fit: cover;
	border: 15px solid #4D97B7;
	margin-left: auto;
}

@media (max-width: 991px) {
	.home .new-patient-section figure.wp-block-media-text__media img {
		margin: 0 auto;
	}
}

.site-footer {
	padding: 96px 0 65px;
}

@media (max-width: 991px) {
	.site-footer {
		padding: 70px 0 30px;
	}
}

.site-footer .copyright_text {
	margin: 0;
	line-height: 26px;
}

.site-footer .container {
	max-width: 1600px;
}

@media (max-width: 576px) {
	.site-footer .container {
		padding-left: 60px;
		padding-right: 60px;
	}
}

.site-footer .container section {
	padding: 0;
	margin: 0;
}

.site-footer .container section .wp-block-columns {
	justify-content: space-between;
	margin-bottom: 97px;
	gap: 0;
}

@media (max-width: 991px) {
	.site-footer .container section .wp-block-columns {
		margin-bottom: 75px;
		gap: 50px;
	}
}

.site-footer .container section .wp-block-columns .wp-block-column {
	padding: 30px 20px 0;
	max-width: 335px;
}

@media (max-width: 991px) {
	.site-footer .container section .wp-block-columns .wp-block-column {
		padding: 0;
	}
}

.site-footer .container section .wp-block-columns .wp-block-column.footer-hours h4 {
	margin-bottom: 10px;
}

.site-footer .container section .wp-block-columns .wp-block-column.footer-hours ul {
	margin: 0 0 55px;
	padding: 0;
	list-style-type: none;
	max-width: 210px;
}

.site-footer .container section .wp-block-columns .wp-block-column.footer-hours ul li {
	display: flex;
	justify-content: space-between;
	gap: 5px;
}

.site-footer .container section .wp-block-columns .wp-block-column.footer-hours ul li strong {
	font-weight: 400;
}

.site-footer .container section .wp-block-columns .wp-block-column:nth-child(1) {
	max-width: 100%;
	padding: 0;
	flex-basis: 195px;
	flex-grow: unset;
}

.site-footer .container section .wp-block-columns .wp-block-column:nth-child(1) .footer-logo {
	margin-bottom: 47px;
}

@media (max-width: 576px) {
	.site-footer .container section .wp-block-columns .wp-block-column:nth-child(1) .footer-logo {
		margin-bottom: 30px;
	}
	.site-footer .container section .wp-block-columns .wp-block-column:nth-child(1) .footer-logo figure {
		max-width: 140px;
	}
}

.site-footer .container section .wp-block-columns .wp-block-column:nth-child(1) h4 {
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 45px;
}

@media (max-width: 576px) {
	.site-footer .container section .wp-block-columns .wp-block-column:nth-child(1) h4 {
		margin-bottom: 10px;
	}
}

.site-footer .container section .wp-block-columns .wp-block-column:nth-child(1) .social-icons .wp-block-group__inner-container {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.site-footer .container section .wp-block-columns .wp-block-column:nth-child(1) .social-icons .wp-block-group__inner-container figure {
	margin: 0;
}

.site-footer .container section .wp-block-columns .wp-block-column:nth-child(2) {
	padding-left: 45px;
}

.site-footer .container section .wp-block-columns .wp-block-column:nth-child(2) .widget_nav_menu {
	margin: 0;
}

.site-footer .container section .wp-block-columns .wp-block-column:nth-child(2) .widget_nav_menu ul {
	margin: 0;
}

@media (max-width: 991px) {
	.site-footer .container section .wp-block-columns .wp-block-column:nth-child(2) {
		padding-left: 0;
	}
}

.site-footer .container section .wp-block-columns .wp-block-column:nth-child(3) p {
	margin: 0;
}

.site-footer .container section .wp-block-columns .wp-block-column:nth-child(3) p:first-child strong {
	font-weight: 400;
	display: block;
}

.site-footer .container section .wp-block-columns .wp-block-column:nth-child(3) .contact-number {
	margin: 64px 0 0;
}

@media (max-width: 991px) {
	.site-footer .container section .wp-block-columns .wp-block-column:nth-child(3) .contact-number {
		margin: 20px 0 0;
	}
}

.site-footer .container section .wp-block-columns .wp-block-column:nth-child(3) .contact-number strong:last-child {
	font-weight: 400;
}

.site-footer .container section .wp-block-columns .wp-block-column a:not(.wp-element-button), .site-footer .container section .wp-block-columns .wp-block-column ul:not(.wp-element-button), .site-footer .container section .wp-block-columns .wp-block-column p:not(.wp-element-button) {
	font-size: 18px;
	line-height: 35px;
}

.site-footer .menu {
	padding: 0px;
	list-style: none;
}

.site-footer a:not(.wp-block-button__link),
.site-footer a:not(.wp-block-button__link):visited {
	font-weight: normal;
	color: #fff;
}

#testimonialCarousel {
	background-color: #3868be;
	padding: 105px 30px 61px;
	text-align: center;
	color: #fff;
}

@media (max-width: 576px) {
	#testimonialCarousel {
		padding: 70px 20px;
	}
}

#testimonialCarousel .stars {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

#testimonialCarousel .stars img {
	max-width: 420px;
	width: 100%;
}

@media (max-width: 576px) {
	#testimonialCarousel .stars {
		margin-bottom: 30px;
	}
}

@media (max-width: 576px) and (max-width: 576px) {
	#testimonialCarousel .stars img {
		max-width: 180px;
	}
}

#testimonialCarousel h2 {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 60px;
	display: inline-block;
	padding: 0 5px 16px;
	position: relative;
}

@media (max-width: 576px) {
	#testimonialCarousel h2 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 38px;
		padding: 0 5px 10px;
	}
}

#testimonialCarousel h2:after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 6px;
	background-color: #fff;
	left: 0;
	bottom: 0;
}

#testimonialCarousel .carousel-inner {
	max-width: 1250px;
	margin: 0 auto;
}

#testimonialCarousel .carousel-inner .testimonial-slide {
	padding: 18px 90px;
}

#testimonialCarousel .carousel-inner .testimonial-slide:before {
	content: open-quote;
	font-weight: 700;
	font-size: 120px;
	position: absolute;
	left: 0rem;
	top: 0;
	line-height: 1;
}

#testimonialCarousel .carousel-inner .testimonial-slide:after {
	content: close-quote;
	font-weight: 700;
	font-size: 120px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1;
}

@media (max-width: 576px) {
	#testimonialCarousel .carousel-inner .testimonial-slide {
		padding: 30px 15px 0;
	}
	#testimonialCarousel .carousel-inner .testimonial-slide:after {
		font-size: 80px;
	}
	#testimonialCarousel .carousel-inner .testimonial-slide:before {
		font-size: 80px;
	}
}

#testimonialCarousel .carousel-inner .testimonial-slide .testimonial-text {
	margin: 0 0 43px;
	font-size: 28px;
	line-height: 45px;
}

@media (max-width: 576px) {
	#testimonialCarousel .carousel-inner .testimonial-slide .testimonial-text {
		margin: 0 0 15px;
		font-size: 18px;
		line-height: 35px;
	}
}

#testimonialCarousel .carousel-inner .testimonial-slide .testimonial-text a {
	color: #D9A300;
	text-decoration: none;
}

#testimonialCarousel .carousel-inner .testimonial-slide .testimonial-text p {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

#testimonialCarousel .carousel-inner .testimonial-slide .author {
	font-size: 34px;
	line-height: 40px;
	margin: 0 0 28px;
}

#testimonialCarousel .carousel-inner .testimonial-slide .date {
	font-size: 18px;
	line-height: 20px;
	margin: 0;
}

@media (max-width: 576px) {
	#testimonialCarousel .carousel-inner .testimonial-slide .author {
		font-size: 24px;
		line-height: 34px;
		margin: 0 0 10px;
	}
	#testimonialCarousel .carousel-inner .testimonial-slide .date {
		font-size: 14px;
		line-height: 20px;
	}
}

#testimonialCarousel .carousel-indicators {
	position: static;
	margin: 90px 0 0;
	gap: 28px;
}

#testimonialCarousel .carousel-indicators li {
	opacity: 1;
	width: 24px;
	height: 24px;
	border-radius: 40px;
	margin: 0;
	border: 0;
}

#testimonialCarousel .carousel-indicators li.active {
	background-color: #d9a300;
}

@media (max-width: 576px) {
	#testimonialCarousel .carousel-indicators {
		margin: 40px 0 0;
		gap: 8px;
	}
	#testimonialCarousel .carousel-indicators li {
		width: 12px;
		height: 12px;
	}
}

.contact-us-wrapper {
	padding: 108px 0 260px;
}

@media (max-width: 767px) {
	.contact-us-wrapper {
		padding: 70px 0;
	}
}

.contact-us-wrapper .contact-us-inner {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 30px;
}

.contact-us-wrapper .contact-us-inner .form-wrapper {
	margin: 0;
}

.contact-us-wrapper .contact-us-inner .form-wrapper h2 {
	margin-bottom: 34px;
}

@media (max-width: 767px) {
	.contact-us-wrapper .contact-us-inner .form-wrapper h2 {
		margin-bottom: 24px;
	}
}

.contact-us-wrapper .contact-us-inner .form-wrapper .nf-form-cont {
	margin: 100px 0;
}

@media (max-width: 767px) {
	.contact-us-wrapper .contact-us-inner .form-wrapper .nf-form-cont {
		margin: 50px 0;
	}
}

.contact-us-wrapper .contact-us-inner .form-wrapper .nf-form-content {
	padding: 0;
}

.contact-us-wrapper .contact-us-inner .form-wrapper .nf-form-content nf-fields-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-us-wrapper .contact-us-inner .form-wrapper .nf-form-content nf-fields-wrap nf-field {
	width: 100%;
}

.contact-us-wrapper .contact-us-inner .form-wrapper .nf-form-content nf-fields-wrap nf-field:has(.width-50) {
	width: calc(50% - 10px);
}

@media (max-width: 767px) {
	.contact-us-wrapper .contact-us-inner .form-wrapper .nf-form-content nf-fields-wrap nf-field:has(.width-50) {
		width: 100%;
	}
}

.contact-us-wrapper .contact-us-inner .form-wrapper .nf-form-content nf-fields-wrap nf-field label {
	font-size: 16px;
	line-height: 28px;
	color: #434343;
	padding: 0;
	margin: 0;
	font-weight: 400;
}

.contact-us-wrapper .contact-us-inner .form-wrapper .nf-form-content nf-fields-wrap nf-field input:not(input[type="submit"]),
.contact-us-wrapper .contact-us-inner .form-wrapper .nf-form-content nf-fields-wrap nf-field textarea:not(input[type="submit"]),
.contact-us-wrapper .contact-us-inner .form-wrapper .nf-form-content nf-fields-wrap nf-field select:not(input[type="submit"]) {
	border: 2px solid #D9D9D9;
	border-radius: 10px;
	background-color: transparent;
}

.contact-us-wrapper .contact-us-inner .form-wrapper .nf-form-content nf-fields-wrap nf-field textarea {
	resize: none;
	height: 100px;
}

.contact-us-wrapper .contact-us-inner .form-wrapper .nf-form-content nf-fields-wrap nf-field .nf-field-element {
	border-radius: 10px;
	overflow: hidden;
}

.contact-us-wrapper .contact-us-inner .form-wrapper .nf-form-content nf-fields-wrap nf-field input[type="submit"] {
	margin-top: 30px;
	max-width: 250px;
	min-height: 86px;
	background-color: #3868be;
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	width: 100%;
	border-radius: 43px;
	transition: .3s all ease;
}

@media (max-width: 767px) {
	.contact-us-wrapper .contact-us-inner .form-wrapper .nf-form-content nf-fields-wrap nf-field input[type="submit"] {
		margin: 0;
		max-width: 200px;
		min-height: 58px;
		font-size: 20px;
	}
}

.contact-us-wrapper .contact-us-inner .form-wrapper .nf-form-content nf-fields-wrap nf-field input[type="submit"]:hover {
	background-color: #00B5D9;
}

.contact-us-wrapper .contact-us-inner .contact-detail {
	margin: 0;
	gap: 140px;
}

@media (max-width: 767px) {
	.contact-us-wrapper .contact-us-inner .contact-detail {
		gap: 40px;
	}
}

.contact-us-wrapper .contact-us-inner .contact-detail .wp-block-column {
	flex-basis: unset;
	flex-grow: unset;
	max-width: 290px;
}

.contact-us-wrapper .contact-us-inner .contact-detail .wp-block-column p {
	margin: 0;
}

.contact-us-wrapper .contact-us-inner .contact-detail .wp-block-column p a {
	color: #434343;
}

.contact-us-wrapper .contact-us-inner .contact-detail .wp-block-column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.faq_wrapper {
	padding: 108px 0 160px;
}

@media (max-width: 767px) {
	.faq_wrapper {
		padding: 90px 0;
	}
}

.faq_wrapper .wp-block-columns {
	padding: 0;
	margin: 0 auto;
}

.faq_wrapper .wp-block-columns .wp-block-column {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 30px;
}

.faq_wrapper .wp-block-columns .wp-block-column h2 {
	margin-top: 65px;
	margin-bottom: 34px;
}

@media (max-width: 576px) {
	.faq_wrapper .wp-block-columns .wp-block-column h2 {
		margin-top: 30px;
		margin-bottom: 20px;
	}
}

.faq_wrapper .wp-block-columns .wp-block-column h2:first-child {
	margin-top: 0;
}

.faq_wrapper .wp-block-columns .wp-block-column p {
	margin: 0;
}

.faq_wrapper .wp-block-columns .wp-block-column ul {
	margin: 0;
	padding: 0 0px 0 24px;
}

.section-btf-1 {
	min-height: 528px;
}

@media (max-width: 991px) {
	.section-btf-1 {
		min-height: auto;
		padding: 70px 20px;
	}
}

.section-btf-1 .wp-block-columns h2 {
	max-width: 815px;
}

.section-btf-2 {
	padding: 120px 0 160px;
}

@media (max-width: 991px) {
	.section-btf-2 {
		padding: 90px 0;
	}
}

.section-btf-2 .wp-block-cover__image-background {
	width: 62%;
	left: unset;
	right: 0;
	top: 0;
	object-fit: cover;
	object-position: left top;
	height: calc(100% + 11%);
}

@media (max-width: 1240px) {
	.section-btf-2 .wp-block-cover__image-background {
		width: 75%;
		top: unset;
		bottom: -180px;
		height: calc(90%);
	}
}

@media (max-width: 1100px) {
	.section-btf-2 .wp-block-cover__image-background {
		width: 80%;
		height: calc(80%);
	}
}

.section-btf-2 .wp-block-columns .wp-block-column h3 {
	font-size: 35px;
	line-height: 50px;
	margin-bottom: 28px;
	margin-top: 80px;
}

.section-btf-2 .wp-block-columns .wp-block-column h3:first-child {
	margin-top: 0;
}

@media (max-width: 1100px) {
	.section-btf-2 .wp-block-columns .wp-block-column h3 {
		font-size: 26px;
		line-height: 40px;
		margin-top: 40px;
		margin-bottom: 25px;
	}
}

.section-btf-2 .wp-block-columns .wp-block-column p {
	margin: 0;
}

.section-btf-2 .wp-block-columns .wp-block-column a {
	color: #3868BE;
}

.section-btf-2 .wp-block-columns .wp-block-column .wp-block-button {
	width: 100%;
}

.section-btf-2 .wp-block-columns .wp-block-column .wp-block-button a {
	cursor: auto;
	color: #fff;
	width: 100%;
	max-width: 286px;
	text-align: center;
	min-height: auto;
	justify-content: center;
}
.healthcare-providers .container .wp-block-columns .wp-block-column {
    align-self: flex-start;
} 

@media screen and (min-width: 1400px) {
	.inner-banner-md-banner .wp-block-cover__background , .inner-sm-banner .wp-block-cover__background {
		display:none;
	}
}

.healthcare-providers {
	padding: 115px 0;
}

@media (max-width: 991px) {
	.healthcare-providers {
		padding: 80px 0;
	}
}

.healthcare-providers .container hr {
	max-width: 500px;
}

.healthcare-providers .container h2 {
	margin-bottom: 35px;
}

@media (max-width: 991px) {
	.healthcare-providers .container h2 {
		margin-bottom: 25px;
	}
}

.healthcare-providers .container .wp-block-columns {
	margin-top: 140px;
	margin-bottom: 130px;
	gap: 50px 50px;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.healthcare-providers .container .wp-block-columns {
		margin-top: 80px;
		margin-bottom: 50px;
	}
}

.healthcare-providers .container .wp-block-columns .wp-block-column {
	max-width: 655px;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 991px) {
	.healthcare-providers .container .wp-block-columns .wp-block-column {
		max-width: 100%;
	}
}

.healthcare-providers .container .wp-block-columns .wp-block-column .wp-block-image {
	width: 100%;
	padding-right: 50px;
	max-width: 330px;
}

@media (max-width: 1200px) {
	.healthcare-providers .container .wp-block-columns .wp-block-column .wp-block-image {
		padding-right: 30px;
		max-width: 260px;
	}
}

@media (max-width: 991px) {
	.healthcare-providers .container .wp-block-columns .wp-block-column .wp-block-image {
		padding-right: 0;
		max-width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
}

.healthcare-providers .container .wp-block-columns .wp-block-column .wp-block-image figure {
	margin: 0;
}

.healthcare-providers .container .wp-block-columns .wp-block-column .wp-block-image figure img {
	border: 15px solid #6BA9C5;
	border-radius: 400px;
	aspect-ratio: 3 / 3;
}

.healthcare-providers .container .wp-block-columns .wp-block-column p {
	margin: 0;
	text-align: left;
}

.healthcare-providers .container .wp-block-columns .wp-block-column p:nth-child(2) {
	width: calc(100% - 330px);
	display: flex;
	flex-direction: column;
	gap: 0;
	justify-content: center;
}

.healthcare-providers .container .wp-block-columns .wp-block-column p:nth-child(2) br {
	display: none;
}

@media (max-width: 991px) {
	.healthcare-providers .container .wp-block-columns .wp-block-column p:nth-child(2) {
		width: 100%;
		text-align: center;
	}
}

.healthcare-providers .container .wp-block-columns .wp-block-column p:nth-child(3) {
	width: 100%;
	margin-top: 60px;
}

@media (max-width: 991px) {
	.healthcare-providers .container .wp-block-columns .wp-block-column p:nth-child(3) {
		margin-top: 15px;
		text-align: center;
	}
}

.healthcare-providers .container .wp-block-columns .wp-block-column p:nth-child(3) + p {
	width: 100%;
}

@media (max-width: 991px) {
	.healthcare-providers .container .wp-block-columns .wp-block-column p:nth-child(3) + p {
		text-align: center;
	}
}

.team_detail {
	padding: 112px 0 125px;
}

@media (max-width: 991px) {
	.team_detail {
		padding: 80px 0;
	}
}

.team_detail .container {
	margin: 0 auto;
	gap: 100px;
}

@media (max-width: 991px) {
	.team_detail .container {
		gap: 50px;
	}
}

.team_detail .container > .wp-block-column hr {
	margin: 30px 0  50px;
}

@media (max-width: 991px) {
	.team_detail .container > .wp-block-column hr {
		margin: 15px auto 30px;
		max-width: 440px;
		width: 80%;
	}
}

.team_detail .container > .wp-block-column strong {
	font-size: 22px;
}

.team_detail .container > .wp-block-column .wp-block-columns {
	margin: 0;
	justify-content: center;
}

.team_detail .container > .wp-block-column .wp-block-columns .wp-block-column {
	width: 46%;
	flex-grow: unset;
	flex-basis: unset;
	display: flex;
	justify-content: center;
	align-self: flex-start;
}

.team_detail .container > .wp-block-column .wp-block-columns .wp-block-column p {
	margin: 0;
}

@media (max-width: 991px) {
	.team_detail .container > .wp-block-column .wp-block-columns .wp-block-column p {
		text-align: center;
	}
}

.mission-statement {
	padding: 150px 0;
}

@media (max-width: 991px) {
	.mission-statement {
		padding: 80px 0;
	}
}

.mission-statement .wp-block-columns {
	gap: 200px;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.mission-statement .wp-block-columns {
		gap: 100px;
	}
}

@media (max-width: 991px) {
	.mission-statement .wp-block-columns {
		gap: 50px;
		flex-direction: column-reverse;
	}
}

.mission-statement .wp-block-columns .wp-block-column h2 {
	margin-bottom: 30px;
}

.mission-statement .wp-block-columns .wp-block-column p {
	margin: 0;
}

.mission-statement .wp-block-columns .wp-block-column .wp-block-image figure img {
	border: 15px solid #FFFFFF;
	aspect-ratio: 3/3;
	width: 100%;
	border-radius: 50%;
}

.founder-theo {
	padding: 255px 0 190px;
}

@media (max-width: 991px) {
	.founder-theo {
		padding: 80px 0;
	}
}

.founder-theo .wp-block-columns {
	gap: 120px;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.founder-theo .wp-block-columns {
		gap: 80px;
	}
}

@media (max-width: 991px) {
	.founder-theo .wp-block-columns {
		gap: 50px;
	}
}

.founder-theo .wp-block-columns .wp-block-column h3 {
	font-size: 22px;
	line-height: 30px;
	margin-top: 30px;
}

.founder-theo .wp-block-columns .wp-block-column h2 {
	margin-bottom: 30px;
}

.founder-theo .wp-block-columns .wp-block-column p {
	margin: 0;
}

.founder-theo .wp-block-columns .wp-block-column .wp-block-image figure img {
	border: 15px solid #6BA9C4;
	aspect-ratio: 3/3;
	width: 100%;
	border-radius: 50%;
}

.inner-sm-banner {
	min-height: 570px;
	padding: 70px 50px;
}

.inner-sm-banner .wp-block-cover__background {
	opacity: .7 !important;
}

@media (max-width: 576px) {
	.inner-sm-banner {
		min-height: 370px;
		padding: 50px 40px;
	}
}

.inner-sm-banner .wp-block-cover__image-background {
	display: block;
}

.inner-sm-banner .container-lg {
	padding: 0;
}

.inner-banner-md-banner {
	padding: 70px 40px;
	min-height: 880px;
	align-items: flex-start;
}

.inner-banner-md-banner .wp-block-cover__image-background {
	display: block;
}

.inner-banner-md-banner .wp-block-cover__background {
	opacity: .7 !important;
}

.inner-banner-md-banner .container-lg {
	padding: 0;
	margin: 0 auto;
}

.inner-banner-md-banner .container-lg h1, .inner-banner-md-banner .container-lg h2 {
	margin-bottom: 38px;
}

.inner-banner-md-banner .container-lg ul {
	margin-bottom: 38px;
	padding-left: 90px;
}

.inner-banner-md-banner .container-lg ul li {
	line-height: 36px;
}

.inner-banner-md-banner .container-lg .solid-light-btn .wp-element-button {
	padding: 5px 46px;
}

@media (min-width: 991px) {
	.inner-banner-md-banner.inner-banner-gd hr {
		max-width: 400px;
		margin-left: unset;
	}
}

.inner-banner-md-banner.inner-banner-gd ul {
	padding-left: 30px;
	display: flex;
	flex-wrap: wrap;
}

.inner-banner-md-banner.inner-banner-gd ul li {
	width: 50%;
}

@media (max-width: 576px) {
	.inner-banner-md-banner.inner-banner-gd ul li {
		width: 100%;
	}
}

@media (max-width: 1600px) {
	.inner-banner-md-banner {
		min-height: 680px;
	}
}

@media (max-width: 991px) {
	.inner-banner-md-banner {
		padding: 80px 30px;
		min-height: auto;
	}
	.inner-banner-md-banner .container-lg h1, .inner-banner-md-banner .container-lg h2 {
		margin-bottom: 30px;
	}
	.inner-banner-md-banner .container-lg ul {
		padding-left: 25px;
		margin-bottom: 20px;
	}
	.inner-banner-md-banner .container-lg ul li {
		line-height: 30px;
	}
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*# sourceMappingURL=style.css.map */