/* ------------------------ @import url('style.css'); ----------------------- */
/*
Table of Contents
1. Generic ----------------------------------------
01. Fonts -------------------------------------
02. Base --------------------------------------
03. Helpers -----------------------------------
2. Page Sections ----------------------------------
01. Wrapper -----------------------------------
02. Header ------------------------------------
03. Main Content ------------------------------
04. Footer ------------------------------------
*/

/* ==========================================================================
I. Generic
========================================================================== */

/* ------------------------------------------------------------
Fonts
------------------------------------------------------------ */

/*
font-family: 'Lato', sans-serif;
*/

:root {
	--blue: #1f2554;
	--teal: #00aaad;
	--light-teal: #E5F5F7;
	--red: #CF1C2F;
	--white: #ffffff;
	--black: #000000;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir_Medium.woff2') format('woff2'),
		url('../fonts/Avenir_Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir_Heavy.woff2') format('woff2'),
		url('../fonts/Avenir_Heavy.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir_Book.woff2') format('woff2'),
		url('../fonts/Avenir_Book.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir_Black.woff2') format('woff2'),
		url('../fonts/Avenir_Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Adelle';
	src: url('../fonts/Adelle_Semibold.woff2') format('woff2'),
		url('../fonts/Adelle_Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Adelle';
	src: url('../fonts/Adelle_Bold.woff2') format('woff2'),
		url('../fonts/Adelle_Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Adelle';
	src: url('../fonts/Adelle_Reg.woff2') format('woff2'),
		url('../fonts/Adelle_Reg.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* ------------------------------------------------------------
Base
------------------------------------------------------------ */

html {
	color: #000000;
	font-size: 10px;
	line-height: 1.5;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

::-ms-clear {
	display: none;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input,
select,
input[type="search"] {
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

body {
	overflow-x: hidden;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

img {
	max-width: 100%;
}

.elementor-widget-image .elementor-image>a img[src$=".svg"],
.elementor-widget-image .elementor-image figure>a img[src$=".svg"] {
	width: auto !important;
}

.elementor-widget-image a img[src$=".svg"] {
	width: auto !important;
}

body p,
.elementor-widget-container,
.elementor-image-box-description {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
}

.elementor-text-editor p {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-transform: inherit;
}

a {
	font-family: inherit;
	font-weight: inherit;
	text-decoration: underline;
	color: var(--teal);
	font-size: inherit;
	transition: all 0.3s;
}

a:hover {
	text-decoration: none;
	color: var(--blue);
}

.elementor p a,
body .elementor-widget-text-editor li a:hover,
body .elementor-widget-text-editor a span:hover,
body .elementor-widget-text-editor li a span:hover {
	text-decoration: none;
	color: var(--blue) !important;
}

.elementor p a,
body .elementor-widget-text-editor li a,
body .elementor-widget-text-editor a span,
body .elementor-widget-text-editor li a span,
.faqs-accord .elementor-tab-content a {
	text-decoration: underline;
	font-weight: 600;
	color: var(--teal) !important;
}

.elementor p a,
body .elementor-widget-text-editor li a {
	text-decoration: underline;
	font-weight: 600;
	color: var(--teal);
}

.elementor p a:hover,
body .elementor-widget-text-editor li a:hover,
.faqs-accord .elementor-tab-content a:hover {
	text-decoration: none;
	font-weight: 600;
	color: var(--blue) !important;
}

body a,
body p a {
	color: var(--red);
	text-decoration: underline;
}

body a,
body p a:hover {
	color: var(--red);
	text-decoration: none;
}

/* / =----------------------------UL/OL---------------------------- / */

.left-box .locator-sentence {
	margin: 0;
	font-family: Avenir;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}

.site-main ul {
	font-size: inherit;
	list-style: none;
}

.site-main ol {
	list-style: decimal outside;
	font-size: inherit;
	padding-left: 18px;
}

body .site-main ul li,
body .site-main ul li ol li ul li {
	font-size: inherit;
	line-height: 1.43;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	margin-bottom: 5px;
	padding-left: 18px;
	position: relative;
}

.site-main ol li,
.site-main ul li ol li {
	font-size: inherit;
	line-height: 1.43;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	margin-bottom: 5px;
	padding-left: 5px;
	position: relative;
}

ol li::marker {
	font-weight: 500;
}

.site-main ol ol,
.site-main ul ul,
.site-main ol ul,
.site-main ul ol {
	margin-bottom: 0;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.site-main ul:not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields) {
	margin-left: 0;
	padding-left: 0;
}

.site-main ul:not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields):not(.camps_and_programs) li:before,
.site-main ul li ol li ul li:after {
	content: "\f054";
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	color: inherit;
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 12px;
	font-weight: 900;
	color: var(--teal);
}

.site-main .yellow-check-list li:before {
	content: "\f00c" !important;
	color: var(--red) !important;
	font-family: "FontAwesome" !important;
	top: 3px !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}

.site-main ul ol li::before {
	display: none !important;
}



/* / =----------------------------UL/OL---------------------------- / */

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
	margin-bottom: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #6D6D6E;
	line-height: 28px;
}

body .elementor-widget-heading h1.elementor-heading-title,
body h1,
body .h1,
body h1.elementor-headline,
body .h1 .elementor-headline,
body .elementor-widget-heading.h1 .elementor-heading-title,
h1.elementor-cta__title.elementor-cta__content-item {
	font-size: 42px;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	font-weight: 600;
	line-height: 50px;
	color: var(--blue);
}

body .elementor-widget-heading h2.elementor-heading-title,
body h2,
body .h2,
body h2.elementor-headline,
body .h2 .elementor-headline,
body .elementor-accordion h2.elementor-tab-title,
body .elementor-widget-heading.h2 .elementor-heading-title,
h2.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h2.elementor-image-box-title,
.elementor-posts .elementor-post__card h2.elementor-post__title,
.elementor-posts h2.elementor-post__title {
	font-size: 40px;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	font-weight: 600;
	line-height: 46px;
	color: var(--blue);
}

body .elementor-widget-heading h3.elementor-heading-title,
body h3,
body .h3,
body h3.elementor-headline,
body .h3 .elementor-headline,
body .elementor-accordion h3.elementor-tab-title,
body .elementor-widget-heading.h3 .elementor-heading-title,
h3.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h3.elementor-image-box-title,
.elementor-posts .elementor-post__card h3.elementor-post__title,
.elementor-posts h3.elementor-post__title {
	font-size: 28px;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	font-weight: 600;
	line-height: 38px;
	color: var(--blue);
}

body .elementor-widget-heading h4.elementor-heading-title,
body h4,
body .h4,
body h4.elementor-headline,
body .h4 .elementor-headline,
body .elementor-accordion h4.elementor-tab-title,
body .elementor-widget-heading.h4 .elementor-heading-title,
h4.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h4.elementor-image-box-title,
.elementor-posts .elementor-post__card h4.elementor-post__title,
.elementor-posts h4.elementor-post__title {
	font-size: 24px;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	font-weight: 600;
	line-height: 1.5;
	color: var(--blue);
}

body .elementor-widget-heading h5.elementor-heading-title,
body h5,
body .h5,
body h5.elementor-headline,
body .h5 .elementor-headline,
body .elementor-accordion h5.elementor-tab-title,
body .elementor-widget-heading.h5 .elementor-heading-title,
h5.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h5.elementor-image-box-title,
.elementor-posts .elementor-post__card h5.elementor-post__title,
.elementor-posts h5.elementor-post__title {
	font-size: 20px;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 32px;
	color: var(--blue);
}


body .elementor-widget-heading h6.elementor-heading-title,
body h6,
body .h6,
body h6.elementor-headline,
body .h6 .elementor-headline,
body .elementor-accordion h6.elementor-tab-title,
body .elementor-widget-heading.h6 .elementor-heading-title,
h6.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h6.elementor-image-box-title,
.elementor-posts .elementor-post__card h6.elementor-post__title,
.elementor-posts h6.elementor-post__title {
	font-size: 16px;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 26px;
	color: var(--blue);
}

body .elementor-widget-heading.display-1 .elementor-heading-title {
	font-size: 52px;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 60px;
	color: var(--blue);
}

/* .montserrat h1,
.montserrat h2,
.montserrat h3,
.montserrat h4,
.montserrat h5,
.montserrat h6,
h1.montserrat,
h2.montserrat,
h3.montserrat,
h4.montserrat,
h5.montserrat,
h6.montserrat{
	font-family: 'Montserrat', sans-serif !important;
}
body h1.elementor-headline span.elementor-headline-dynamic-text,
body h2.elementor-headline span.elementor-headline-dynamic-text,
body h3.elementor-headline span.elementor-headline-dynamic-text,
body h4.elementor-headline span.elementor-headline-dynamic-text,
body h5.elementor-headline span.elementor-headline-dynamic-text,
body h6.elementor-headline span.elementor-headline-dynamic-text{
	font-family: 'Kaushan Script', cursive;
} */
/* ------------------------------------------------------------
Helpers
------------------------------------------------------------ */

.invisible {
	visibility: hidden !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}


/* / ----------------------Button style---------------------- / */

body [type="button"]:not(.mapboxgl-popup-close-button):not(.mapboxgl-ctrl-attrib-button),
body [type="submit"]:not(.adminbar-button):not(.mapboxgl-ctrl-attrib-button),
body .elementor-button,
body [type="button"]:not(.mapboxgl-popup-close-button):not(.mapboxgl-ctrl-attrib-button),
body [type="submit"]:not(.adminbar-button),
body button:not(.mapboxgl-popup-close-button):not(.mapboxgl-ctrl-attrib-button) {
	/* color: #ffffff;
	background-color: var(--red); */
	font-size: 18px !important;
	line-height: 1;
	padding: 16px 25px 13px 25px;
	font-weight: 800 !important;
	/* border: 2px solid var(--red); */
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	border-radius: 50px;
	-webkit-appearance: none;
	transition: all 0.3s;
	box-sizing: border-box;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	max-width: 100%;
	background-color: transparent;
	border: 2px solid var(--red);
	color: var(--red) !important;
	position: relative;
}

/* body .elementor-button:before, body[class*="elementor-page"] .elementor-widget-button:not(.simple-text-btn) .elementor-button:before ,
.slide-btn:before , .kus-slider .tabular-slider-slide a.read-more:before , .hero-go-form button:before , .location-single-ctas .pay-my-bill:before{
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    height: 8px;
    width: 8px;
    border-top: 6px solid #FFB612;
    border-right: 6px solid #FFB612;
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid rgba(0, 0, 0, 0);
    transform: translatey(-50%) rotate(45deg);
    transition: all 0.3s;
} */

.mapboxgl-ctrl-attrib-button {
	display: none !important;
}

.elementor-button:after,
[type="button"]:after {
	content: "";
	width: 160px;
	display: block;
	max-width: 100%;
}

body [type="button"]:not(.mapboxgl-popup-close-button):not(.mapboxgl-ctrl-attrib-button):hover,
body [type="submit"]:not(.adminbar-button):hover,
body .elementor-button:hover,
body .elementor-button:focus,
body [type="button"]:not(.mapboxgl-popup-close-button):not(.mapboxgl-ctrl-attrib-button):focus:hover,
body [type="button"]:not(.mapboxgl-popup-close-button):not(.mapboxgl-ctrl-attrib-button):hover,
body [type="submit"]:not(.adminbar-button):focus:hover,
body button:not(.mapboxgl-popup-close-button):not(.mapboxgl-ctrl-attrib-button):focus:hover,
body button:not(.mapboxgl-popup-close-button):not(.mapboxgl-ctrl-attrib-button):hover {
	text-decoration: none;
	background-color: var(--red);
	border: 2px solid var(--red);
	color: #fff !important;

}

body .button-filled [type="button"]:not(.gm-control-active),
body .button-filled [type="submit"]:not(.adminbar-button),
body .button-filled .elementor-button,
body .button-filled [type="button"]:not(.gm-control-active),
body .button-filled [type="button"]:not(.gm-control-active),
body .button-filled [type="submit"]:not(.adminbar-button),
body .button-filled button:not(.gm-control-active),
body .button-filled button:not(.gm-control-active) {
	background-color: var(--red);
	border: 2px solid var(--red);
	color: #fff !important;
}

body .button-filled [type="button"]:not(.gm-control-active):hover,
body .button-filled [type="submit"]:not(.adminbar-button):hover,
body .button-filled .elementor-button:hover,
body .button-filled [type="button"]:not(.gm-control-active):focus:hover,
body .button-filled [type="button"]:not(.gm-control-active):hover,
body .button-filled [type="submit"]:not(.adminbar-button):focus:hover,
body .button-filled button:not(.gm-control-active):focus:hover,
body .button-filled button:not(.gm-control-active):hover {
	background-color: transparent;
	border: 2px solid var(--red);
	color: var(--red) !important;
}


body .blue-button [type="button"]:not(.mapboxgl-popup-close-button),
body .blue-button [type="submit"]:not(.adminbar-button),
body .blue-button .elementor-button,
body .blue-button [type="button"]:not(.mapboxgl-popup-close-button),
body .blue-button [type="button"]:not(.mapboxgl-popup-close-button),
body .blue-button [type="submit"]:not(.adminbar-button),
body .blue-button button:not(.mapboxgl-popup-close-button),
body .blue-button button:not(.mapboxgl-popup-close-button) {
	background-color: transparent;
	border: 2px solid var(--blue);
	color: var(--blue) !important;
}

body .white-button [type="button"]:not(.mapboxgl-popup-close-button),
body .white-button [type="submit"]:not(.adminbar-button),
body .white-button .elementor-button,
body .white-button [type="button"]:not(.mapboxgl-popup-close-button),
body .white-button [type="button"]:not(.mapboxgl-popup-close-button),
body .white-button [type="submit"]:not(.adminbar-button),
body .white-button button:not(.mapboxgl-popup-close-button),
body .white-button button:not(.mapboxgl-popup-close-button) {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff !important;
}


body .white-button-filled [type="button"]:not(.mapboxgl-popup-close-button),
body .white-button-filled [type="submit"]:not(.adminbar-button),
body .white-button-filled .elementor-button,
body .white-button-filled [type="button"]:not(.mapboxgl-popup-close-button),
body .white-button-filled [type="button"]:not(.mapboxgl-popup-close-button),
body .white-button-filled [type="submit"]:not(.adminbar-button),
body .white-button-filled button:not(.mapboxgl-popup-close-button),
body .white-button-filled button:not(.mapboxgl-popup-close-button) {
	background-color: #fff;
	border: 2px solid #fff;
	color: var(--blue) !important;
}

body .white-button-filled [type="button"]:not(.gm-control-active):hover,
body .white-button-filled [type="submit"]:not(.adminbar-button):hover,
body .white-button-filled .elementor-button:hover,
body .white-button-filled [type="button"]:not(.gm-control-active):focus:hover,
body .white-button-filled [type="button"]:not(.gm-control-active):hover,
body .white-button-filled [type="submit"]:not(.adminbar-button):focus:hover,
body .white-button-filled button:not(.gm-control-active):focus:hover,
body .white-button-filled button:not(.gm-control-active):hover {
	background-color: var(--teal);
	border-color: var(--teal);
	color: var(--blue) !important;
}

body .white-button [type="button"]:not(.gm-control-active):hover,
body .white-button [type="submit"]:not(.adminbar-button):hover,
body .white-button .elementor-button:hover,
body .white-button [type="button"]:not(.gm-control-active):focus:hover,
body .white-button [type="button"]:not(.gm-control-active):hover,
body .white-button [type="submit"]:not(.adminbar-button):focus:hover,
body .white-button button:not(.gm-control-active):focus:hover,
body .white-button button:not(.gm-control-active):hover {
	background-color: #fff;
	color: var(--blue) !important;
}

body[class*="elementor-page"] .blue-button .elementor-button:before,
body[class*="elementor-page"] .blue-button.elementor-widget-button:not(.simple-text-btn) .elementor-button:before {
	border-top-color: var(--blue);
	border-right-color: var(--blue);
}

body[class*="elementor-page"] .blue-button:hover .elementor-button:before,
body[class*="elementor-page"] .blue-button.elementor-widget-button:not(.simple-text-btn) .elementor-button:hover:before {
	border-top-color: #FFB612;
	border-right-color: #FFB612;
}

body .blue-button [type="button"]:not(.gm-control-active):hover,
body .blue-button [type="submit"]:not(.adminbar-button):hover,
body .blue-button .elementor-button:hover,
body .blue-button [type="button"]:not(.gm-control-active):focus:hover,
body .blue-button [type="button"]:not(.gm-control-active):hover,
body .blue-button [type="submit"]:not(.adminbar-button):focus:hover,
body .blue-button button:not(.gm-control-active):focus:hover,
body .blue-button button:not(.gm-control-active):hover {
	background-color: var(--blue);
	border: 2px solid var(--blue);
	color: #fff !important;
}

body .blue-button-filled [type="button"]:not(.gm-control-active),
body .blue-button-filled [type="submit"]:not(.adminbar-button),
body .blue-button-filled .elementor-button,
body .blue-button-filled [type="button"]:not(.gm-control-active),
body .blue-button-filled [type="button"]:not(.gm-control-active),
body .blue-button-filled [type="submit"]:not(.adminbar-button),
body .blue-button-filled button:not(.gm-control-active),
body .blue-button-filled button:not(.gm-control-active) {
	background-color: var(--blue);
	border: 2px solid var(--blue);
	color: #fff !important;
}

body .blue-button-filled [type="button"]:not(.gm-control-active):hover,
body .blue-button-filled [type="submit"]:not(.adminbar-button):hover,
body .blue-button-filled .elementor-button:hover,
body .blue-button-filled [type="button"]:not(.gm-control-active):focus:hover,
body .blue-button-filled [type="button"]:not(.gm-control-active):hover,
body .blue-button-filled [type="submit"]:not(.adminbar-button):focus:hover,
body .blue-button-filled button:not(.gm-control-active):focus:hover,
body .blue-button-filled button:not(.gm-control-active):hover {
	background-color: transparent;
	border: 2px solid var(--blue);
	color: var(--blue) !important;
}

body .button-transparent [type="button"]:not(.gm-control-active),
body .button-transparent [type="submit"]:not(.adminbar-button),
body .button-transparent .elementor-button,
body .button-transparent [type="button"]:not(.gm-control-active),
body .button-transparent [type="button"]:not(.gm-control-active),
body .button-transparent [type="submit"]:not(.adminbar-button),
body .button-transparent button:not(.gm-control-active),
body .button-transparent button:not(.gm-control-active) {
	background-color: transparent;
	border: 2px solid var(--red);
	color: var(--red) !important;
}

body .button-transparent [type="button"]:not(.gm-control-active):hover,
body .button-transparent [type="submit"]:not(.adminbar-button):hover,
body .button-transparent .elementor-button:hover,
body .button-transparent [type="button"]:not(.gm-control-active):focus:hover,
body .button-transparent [type="button"]:not(.gm-control-active):hover,
body .button-transparent [type="submit"]:not(.adminbar-button):focus:hover,
body .button-transparent button:not(.gm-control-active):focus:hover,
body .button-transparent button:not(.gm-control-active):hover {
	background-color: var(--red);
	border: 2px solid var(--red);
	color: #fff !important;
}

/* shadow buttons red */
body .red-shadow-btn [type="button"]:not(.gm-control-active),
body .red-shadow-btn [type="submit"]:not(.adminbar-button),
body .red-shadow-btn .elementor-button,
body .red-shadow-btn [type="button"]:not(.gm-control-active),
body .red-shadow-btn [type="button"]:not(.gm-control-active),
body .red-shadow-btn [type="submit"]:not(.adminbar-button),
body .red-shadow-btn button:not(.gm-control-active),
body .red-shadow-btn button:not(.gm-control-active) {
	background-color: var(--red);
	border: 2px solid var(--red);
	color: #fff !important;
	box-shadow: 0 0 0 0 rgba(208, 19, 73, 0.3);
}

body .red-shadow-btn [type="button"]:not(.gm-control-active):hover,
body .red-shadow-btn [type="submit"]:not(.adminbar-button):hover,
body .red-shadow-btn .elementor-button:hover,
body .red-shadow-btn [type="button"]:not(.gm-control-active):focus:hover,
body .red-shadow-btn [type="button"]:not(.gm-control-active):hover,
body .red-shadow-btn [type="submit"]:not(.adminbar-button):focus:hover,
body .red-shadow-btn button:not(.gm-control-active):focus:hover,
body .red-shadow-btn button:not(.gm-control-active):hover {
	background-color: var(--red);
	border: 2px solid var(--red);
	color: #fff !important;
	box-shadow: 0px 29px 24px -16px rgba(208, 19, 73, 0.3);
}

/* shadow buttons white */
body .white-shadow-btn [type="button"]:not(.gm-control-active),
body .white-shadow-btn [type="submit"]:not(.adminbar-button),
body .white-shadow-btn .elementor-button,
body .white-shadow-btn [type="button"]:not(.gm-control-active),
body .white-shadow-btn [type="button"]:not(.gm-control-active),
body .white-shadow-btn [type="submit"]:not(.adminbar-button),
body .white-shadow-btn button:not(.gm-control-active),
body .white-shadow-btn button:not(.gm-control-active) {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff !important;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
}

body .white-shadow-btn [type="button"]:not(.gm-control-active):hover,
body .white-shadow-btn [type="submit"]:not(.adminbar-button):hover,
body .white-shadow-btn .elementor-button:hover,
body .white-shadow-btn [type="button"]:not(.gm-control-active):focus:hover,
body .white-shadow-btn [type="button"]:not(.gm-control-active):hover,
body .white-shadow-btn [type="submit"]:not(.adminbar-button):focus:hover,
body .white-shadow-btn button:not(.gm-control-active):focus:hover,
body .white-shadow-btn button:not(.gm-control-active):hover {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff !important;
	box-shadow: 0px 29px 24px -16px rgba(255, 255, 255, 0.3);
}

/* shadow buttons blue  */
body .blue-shadow-btn [type="button"]:not(.gm-control-active),
body .blue-shadow-btn [type="submit"]:not(.adminbar-button),
body .blue-shadow-btn .elementor-button,
body .blue-shadow-btn [type="button"]:not(.gm-control-active),
body .blue-shadow-btn [type="button"]:not(.gm-control-active),
body .blue-shadow-btn [type="submit"]:not(.adminbar-button),
body .blue-shadow-btn button:not(.gm-control-active),
body .blue-shadow-btn button:not(.gm-control-active) {
	background-color: #112E51;
	border: 2px solid #112E51;
	color: #fff !important;
	box-shadow: 0 0 0 0 rgba(0, 39, 116, 0.4);
}

body .blue-shadow-btn [type="button"]:not(.gm-control-active):hover,
body .blue-shadow-btn [type="submit"]:not(.adminbar-button):hover,
body .blue-shadow-btn .elementor-button:hover,
body .blue-shadow-btn [type="button"]:not(.gm-control-active):focus:hover,
body .blue-shadow-btn [type="button"]:not(.gm-control-active):hover,
body .blue-shadow-btn [type="submit"]:not(.adminbar-button):focus:hover,
body .blue-shadow-btn button:not(.gm-control-active):focus:hover,
body .blue-shadow-btn button:not(.gm-control-active):hover {
	background-color: #112E51;
	border: 2px solid #112E51;
	color: #fff !important;
	box-shadow: 0px 29px 24px -16px rgba(0, 39, 116, 0.4);
}

.elementor-section.elementor-section-boxed>.elementor-container .elementor-container {
	width: 100%;
}

body .red-btn-fill .elementor-button {
	background-color: var(--red) !important;
	color: #ffffff !important;
}

body .red-btn-fill .elementor-button:hover {
	background-color: #ffffff !important;
	color: var(--red) !important;
}

body .teal-button [type="button"]:not(.mapboxgl-popup-close-button),
body .teal-button [type="submit"]:not(.adminbar-button),
body .teal-button .elementor-button,
body .teal-button [type="button"]:not(.mapboxgl-popup-close-button),
body .teal-button [type="button"]:not(.mapboxgl-popup-close-button),
body .teal-button [type="submit"]:not(.adminbar-button),
body .teal-button button:not(.mapboxgl-popup-close-button),
body .teal-button button:not(.mapboxgl-popup-close-button) {
	background-color: transparent;
	border: 2px solid var(--teal);
	color: var(--teal) !important;
}

body .teal-button [type="button"]:not(.gm-control-active):hover,
body .teal-button [type="submit"]:not(.adminbar-button):hover,
body .teal-button .elementor-button:hover,
body .teal-button [type="button"]:not(.gm-control-active):focus:hover,
body .teal-button [type="button"]:not(.gm-control-active):hover,
body .teal-button [type="submit"]:not(.adminbar-button):focus:hover,
body .teal-button button:not(.gm-control-active):focus:hover,
body .teal-button button:not(.gm-control-active):hover {
	background-color: var(--teal);
	color: var(--blue) !important;
}

body .teal-button-filled [type="button"]:not(.mapboxgl-popup-close-button),
body .teal-button-filled [type="submit"]:not(.adminbar-button),
body .teal-button-filled .elementor-button,
body .teal-button-filled [type="button"]:not(.mapboxgl-popup-close-button),
body .teal-button-filled [type="button"]:not(.mapboxgl-popup-close-button),
body .teal-button-filled [type="submit"]:not(.adminbar-button),
body .teal-button-filled button:not(.mapboxgl-popup-close-button),
body .teal-button-filled button:not(.mapboxgl-popup-close-button) {
	background-color: var(--teal);
	border: 2px solid var(--teal);
	color: var(--blue) !important;
}

body .teal-button-filled [type="button"]:not(.gm-control-active):hover,
body .teal-button-filled [type="submit"]:not(.adminbar-button):hover,
body .teal-button-filled .elementor-button:hover,
body .teal-button-filled [type="button"]:not(.gm-control-active):focus:hover,
body .teal-button-filled [type="button"]:not(.gm-control-active):hover,
body .teal-button-filled [type="submit"]:not(.adminbar-button):focus:hover,
body .teal-button-filled button:not(.gm-control-active):focus:hover,
body .teal-button-filled button:not(.gm-control-active):hover {
	background-color: transparent;
	color: var(--teal) !important;
}

/* ------------------------------------------------------------
Select Dropdown Custom Style
------------------------------------------------------------ */
/* gravity form select dropdowns */
.ginput_container_select .select,
.gfield .clear-multi .ginput_container_date .select,
.gfield .gfield_time_ampm .select {
	width: 100%;
	display: block;
	height: 58px;
	cursor: pointer;
	position: relative;
	/* border: 1px solid #666; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-overflow: ellipsis;
	margin-top: 0;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	line-height: 28px;
	background-color: #ffffff;
	box-shadow: none;
	font-size: 18px !important;
	line-height: 24px !important;
	color: #0d1623 !important;
	width: 100% !important;
	height: 58px;
	transition: all 0.3s;
	font-weight: 600;
}

body .gform_wrapper li.gfield_error .clear-multi .ginput_container_date .select {
	border-color: var(--red);
}

.s-hidden {
	display: none;
}

.styledSelect,
body select {
	position: relative;
	z-index: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 28px;
	margin-top: 0;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	border-radius: 5px !important;
	background-color: #ffffff;
	border: 2px solid rgb(31 37 84 / 33%);
	box-shadow: none;
	font-size: 18px !important;
	line-height: 24px !important;
	color: #0d1623 !important;
	width: 100% !important;
	height: 58px;
	padding: 16px 30px 16px 12px !important;
	transition: all 0.3s;
	font-weight: 600;
	letter-spacing: -0.3px;
	font-size: 18px;
}

body select::placeholder {
	color: rgba(88, 89, 91, 0.3);
}

.styledSelect:focus {
	border: 1px solid #a65d43;
}

body .gform_wrapper .gfield_required {
	color: #666;
}

body .gform_wrapper .gfield_time_ampm select {
	width: 80px !important;
	padding-bottom: 17px !important;
	padding-top: 17px !important;
}

.styledSelect.active {
	border: 2px solid rgb(31 37 84 / 60%);
}

.styledSelect:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 14px;
	line-height: 1;
	width: 15px;
	height: 8px;
	background: url("../img/chevron-down.svg") no-repeat center;
}

.styledSelect.active:after {
	right: 13px;
	transform: translateY(-60%) rotate(180deg);
}

body .options {
	display: none;
	position: absolute;
	top: calc(100% + 4px);
	right: 0;
	left: 0;
	z-index: 9;
	margin: 0 !important;
	padding: 0;
	list-style: none;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding-top: 9px;
	padding-bottom: 11px;
	max-height: 300px;
	overflow-y: auto;
	border: 2px solid rgb(31 37 84 / 60%);
	box-shadow: none;
}

body form .options li {
	margin: 0;
	padding: 9px 12px 9px;
	font-size: 16px;
	/* border-top: 1px solid #ededed; */
	line-height: 1.4;
	letter-spacing: -0.18px;
	color: #58595B;
	text-transform: none;
	/* height: 40px; */
	cursor: pointer;
}

body form .options li:hover {
	background-color: #f6f6f6;
}

.options li::before {
	display: none !important;
}

.options li[rel=""] {
	display: none;
}

.options li.active {
	background-color: #F6F6F6;
	position: relative;
	cursor: default;
	pointer-events: none;
}

.styledSelect.noplaceholder .text-ellipses {
	color: #0C2340;
}

.styledSelect .text-ellipses {
	color: var(--blue);
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.styledSelect .text-ellipses.valueAdded {
	color: rgba(88, 89, 91, 1);
}

textarea:placeholder-shown,
input:placeholder-shown {
	color: rgba(0, 0, 0, 0) !important;
}

label:has(+ div textarea:not(:placeholder-shown)),
label:has(+ div input:not(:placeholder-shown)) {
	opacity: 0 !important;
}

html body.elementor-page .gform_wrapper .top_label .gfield--type-textarea .gfield_label {
	top: 13px;
	left: 31px;
}

/* ------------------------------------------------------------
End of Select Dropdown Custom Style
------------------------------------------------------------ */


/* ------------------------------------------------------------
Checkbox custom style
------------------------------------------------------------ */

/* html structure */
/* <label class="checkbox-container">One
<input type="checkbox" checked="checked">
<span class="checkmark"></span>
</label> */
/* end html structure */

/* Create a custom checkbox */
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input~.checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked~.checkmark {
	background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	left: 11px;
	top: 6px;
	width: 5px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ------------------------------------------------------------
End of checkbox custom style
------------------------------------------------------------ */

/* ------------------------------------------------------------
Checkbox custom style
------------------------------------------------------------ */
/* html structure */
/* <label class="radio-container">One
<input type="radio" checked="checked" name="radio">
<span class="checkmark"></span>
</label> */

/* The container */
.radio-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.radio-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input~.checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked~.checkmark {
	background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked~.checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
	top: 7px;
	left: 7.5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}

/* ------------------------------------------------------------
End of checkbox custom style
------------------------------------------------------------ */

/* ------------------------------------------------------------
gravity form style
------------------------------------------------------------ */
/* html body .gform_wrapper *:focus {
	outline: none;
} */

html body .gform_wrapper form ul.gform_fields li.gfield {
	margin-top: 0;
	margin-bottom: 30px !important;
	border: 0;
	background: none;
	vertical-align: top;
	letter-spacing: -0.14px;
	padding-left: 15px;
	padding-right: 15px;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield.bottom-info {
	padding-top: 0px !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield .ginput_container {
	margin-top: 0 !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"] {
	margin-top: 0;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	border-radius: 5px !important;
	background-color: #ffffff;
	border: 2px solid rgb(31 37 84 / 33%);
	box-shadow: none;
	font-size: 18px !important;
	line-height: 24px !important;
	color: var(--blue) !important;
	width: 100% !important;
	height: 58px;
	padding: 10px 12px !important;
	transition: all 0.3s;
	font-weight: 600;
	letter-spacing: -0.4px;
}

html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"]::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"]::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"]::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"]::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield textarea::-webkit-input-placeholder {
	color: rgb(31 37 84 / 30%);
	letter-spacing: -0.4px;
}

html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield textarea:focus {
	border: 2px solid rgb(31 37 84 / 60%);
}

html body .gform_wrapper form ul.gform_fields li.gfield textarea {
	height: 195px;
	margin-top: 0;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	border-radius: 5px !important;
	background-color: #ffffff;
	border: 2px solid rgb(31 37 84 / 33%);
	box-shadow: none;
	font-size: 18px !important;
	line-height: 24px !important;
	color: #0d1623 !important;
	width: 100% !important;
	padding: 10px 14px !important;
	transition: all 0.3s;
	font-weight: 600;

}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
	-webkit-text-fill-color: #666666 !important;
}

/* html body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 16px 15px;
	font-size: 18px;
	line-height: 1;
} */

html body .gform_wrapper form ul.gform_fields li.gfield.gfield_error:not(.top-text):not(.recaptcha-field) {
	margin-bottom: 15px !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield.recaptcha-field {
	padding-top: 10px !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield .ginput_container.ginput_recaptcha {
	margin-top: 0 !important;
}

html body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	font-size: 13px;
	color: var(--red);
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	font-weight: 400;
	padding-top: 5px;
	line-height: 20px;
	letter-spacing: -0.13px;
	padding-right: 0;
	margin-bottom: -10px;
}

html body .gform_wrapper .validation_message {
	font-size: 10px;
	color: var(--red);
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	font-weight: 400;
	padding-top: 5px;
}

html body .gform_wrapper div.validation_error {
	border: 0;
	font-size: 20px;
	color: var(--red);
	display: none;
}

html body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
html body .gform_wrapper li.gfield_error textarea {
	border-color: var(--red) !important;
	border-width: 2px;

}

.gfield_error .styledSelect {
	border-color: var(--red);
}

html body.elementor-page .gform_wrapper .top_label .gfield_label,
html body.elementor-page .gform_wrapper legend.gfield_label {
	font-size: 18px;
	color: var(--blue) !important;
	line-height: 21px;
	/* margin-bottom: 4px; */
	position: absolute !important;
	width: auto;
	height: auto;
	overflow: visible;
	margin-top: 0 !important;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	font-weight: 600 !important;
	letter-spacing: -0.4px;
	text-transform: capitalize;
	top: 19px;
	left: 29px;
}

html body.elementor-page .gform_wrapper .top_label .gfield_label .gfield_required {
	font-size: 16px;
	color: var(--red);
	line-height: 20px;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin-left: 2px;
}

.grecaptcha-badge {
	z-index: 1
}

/* -------------------------------------------------------
Radio and Checkbox Styling
---------------------------------------------------------- */

html body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label,
html body .gform_wrapper .gfield_radio li input[type="radio"]:checked+label {
	font-weight: normal;
}

html body .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
	margin-top: 0;
}

html body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
html body .gform_wrapper li.gfield_error ul.gfield_checkbox,
html body .gform_wrapper li.gfield_error ul.gfield_radio {
	color: #000;
}

html body .gform_wrapper ul.gfield_radio li {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html body .gform_wrapper ul.gfield_radio li:before {
	display: none !important;
}

html body .gform_wrapper ul.gfield_radio li input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

html body .gform_wrapper ul.gfield_radio li label {
	padding-left: 30px;
	font-weight: normal;
}

html body .gform_wrapper ul.gfield_radio li label:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

html body .gform_wrapper ul.gfield_radio li:hover input~label:before {
	background-color: #ccc;
}

html body .gform_wrapper ul.gfield_radio li:hover input~label {
	font-weight: normal;
}

html body .gform_wrapper ul.gfield_radio li input:checked~label:before {
	background-color: #2196f3;
}

html body .gform_wrapper ul.gfield_radio li label:after {
	content: "";
	position: absolute;
	display: none;
}

html body .gform_wrapper ul.gfield_radio li input:checked~label:after {
	display: block;
}

html body .gform_wrapper ul.gfield_radio li label:after {
	top: 9.5px;
	left: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}

html body .gform_wrapper ul.gfield_checkbox li {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html body .gform_wrapper ul.gfield_checkbox li:before {
	display: none !important;
}

html body .gform_wrapper ul.gfield_checkbox li input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

html body .gform_wrapper ul.gfield_checkbox li label {
	padding-left: 30px;
	font-weight: normal;
}

html body .gform_wrapper ul.gfield_checkbox li label:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

html body .gform_wrapper ul.gfield_checkbox li:hover input~label:before {
	background-color: #ccc;
}

html body .gform_wrapper ul.gfield_checkbox li:hover input~label {
	font-weight: normal;
}

html body .gform_wrapper ul.gfield_checkbox li input:checked~label:before {
	background-color: #2196f3;
}

html body .gform_wrapper ul.gfield_checkbox li label:after {
	content: "";
	position: absolute;
	display: none;
}

html body .gform_wrapper ul.gfield_checkbox li input:checked~label:after {
	display: block;
}

html body .gform_wrapper ul.gfield_checkbox li label:after {
	left: 11px;
	top: 6px;
	width: 5px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.elementor .gm-style img {
	max-width: none;
}

html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields {
	margin-bottom: 0 !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields input {
	margin-bottom: 20px !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields .ginput_container>span {
	margin-bottom: 0;
	padding-top: 0;
}

html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields .validation_message {
	margin-top: -20px;
	margin-bottom: 20px;
}


/* ------------------------------------------------------------
gravity form Button styling
------------------------------------------------------------ */

html body .gform_wrapper form .gform_footer {
	text-align: left;
	padding: 10px 0 0;
	margin: 0 0 0 15px;
}

html body .gform_wrapper form .gform_footer input[type="submit"] {
	max-width: 211px;
	width: 100%;
	margin: 0;
	line-height: 22px !important;
	background-color: var(--blue);
	border: 2px solid var(--blue);
	color: #fff !important;
	padding: 15px 20px
}

html body .gform_wrapper form .gform_footer input[type="submit"]:hover,
html body .gform_wrapper form .gform_footer input[type="submit"]:focus,
html body .gform_wrapper form .gform_footer input[type="submit"]:active {
	background-color: transparent;
	color: var(--blue) !important;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

html body .gform_wrapper form .gform_footer input[type="submit"]+img {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -30px);
}

body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
	max-width: 50%;
	margin-right: 0 !important;
}

/* ------------------------------------------------------------
End gravity form style
------------------------------------------------------------ */
/* @import url('bxslider.css'); */
.carouselTicker__list {
	white-space: nowrap;
}

.carouselTicker {
	overflow: hidden;
	float: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.carouselTicker__list {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	font-size: 0;
}

.carouselTicker__item {
	margin: 0;
	display: inline-block;
}

/* @import url('header.css'); */
.tauc-search-icon .elementor-search-form__toggle i {
	/* visibility: hidden; */
	font-weight: 300;
	color: #0089C4;
	font-size: 33px;
}

.utility-nav .menu li {
	list-style: none !important
}

.utility-nav .menu {
	display: flex;
	align-items: center;
	padding: 0 !important;
}

.utility-nav {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 3px 0 0;
}

.utility-nav-bottom {
	width: 100% !important;
}

.utility-nav-bottom .elementor-widget-container {
	width: 100%;
}

.utility-nav li {
	margin: 0;
	font-family: Avenir;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	color: var(--blue);
}

.utility-nav-bottom li {
	display: flex;
	justify-content: center;
	flex: 1;
}

.utility-nav li+li {
	margin-left: 25px;
}

.utility-nav li a {
	color: inherit;
	display: inline-block;
	font-weight: 700;
}

.utility-nav.utility-nav-bottom li a {
	font-size: 14px;
}

.utility-nav li a:hover {
	text-decoration: underline;
}

.utility-nav li.bill-icon a:before {
	content: '';
	width: 24px;
	height: 18px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	background: url('../img/icon-card.svg') no-repeat center center;
	background-size: 100%;
	top: -2px;
	position: relative;
}

.utility-nav.utility-nav-bottom li.bill-icon a:before {
	width: 18px;
	height: 13px;
	margin-right: 4px;
	top: -2px;
}

.utility-nav li.location-icon a:before {
	content: '';
	width: 16px;
	height: 21px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	background: url(../img/icon-map-marker.svg) no-repeat center center;
	background-size: 100%;
	top: -2px;
	position: relative;
}

.utility-nav.utility-nav-bottom li.location-icon a:before {
	width: 13px;
	height: 16px;
	margin-right: 4px;
	top: -1px;
}

.utility-nav li.medical-icon a:before {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	background: url(../img/medical.svg) no-repeat center center;
	background-size: 100%;
	top: -2px;
	position: relative;

}

.utility-nav li.portal-icon a:before {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	background: url('../img/icon-patient-portal.svg') no-repeat center center;
	background-size: 100%;
	top: -2px;
	position: relative;

}

.tauc-current-inline-hide {
	color: var(--blue) !important;
}

.utility-nav.utility-nav-bottom li.portal-icon a:before {
	width: 16px;
	height: 17px;
	margin-right: 4px;
	top: -2px;
}

.utility-nav li a.location-icon:before {
	background: #000;
}

.check-in-btn .elementor-button {
	line-height: 17px;
	padding: 12px 30px 10px 15px;
	width: 156px;
	font-size: 16px !important;
}

.check-in-btn .elementor-button:after {
	width: 146px;
}

.e--pointer-double-line .elementor-item:after,
.e--pointer-underline .elementor-item:after {
	content: "";
	bottom: 28px;
	width: calc(100% - 20px);
	left: 10px;
}

.view-it {
	display: inline-block !important;
	margin-left: 12px;
	vertical-align: middle;
	text-decoration: underline;
	cursor: pointer;
}

.view-it:hover {
	text-decoration: none;
}

.menu-btn {
	width: 20px;
	height: 17px;
	position: relative;
	cursor: pointer;
}

.menu-btn span {
	font-size: 0;
	line-height: 0;
	height: 3px;
	background: #112E51;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 4px;
	right: 0;
	transition: all 0.3s ease;
}

.menu-btn span:nth-child(2) {
	top: 7px;
	left: 0;
}

.menu-btn span:nth-child(3) {
	top: 14px;
	left: 2px;
}

.menu-opened .menu-btn span:nth-child(n),
.menu-btn:hover span:nth-child(n) {
	left: 0;
}

.menu-opened .menu-btn span:nth-child(1) {
	transform: rotate(45deg);
	top: 6px;
}

.menu-opened .menu-btn span:nth-child(3) {
	transform: rotate(-45deg);
	top: 6px;
}

.menu-opened .menu-btn span:nth-child(2) {
	opacity: 0;
}

.main-menu-wrapper {
	position: fixed;
	top: 153px;
	left: 0;
	z-index: 1000;
	width: 100%;
	bottom: 0;
}

.menu-inner-wrapper .menu {
	margin: 0;
	padding: 0;
}

.menu-inner-wrapper .menu li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
	position: relative;
}

.menu-inner-wrapper .menu>li {
	padding-left: 0 !important;
	/* border-top: 1px solid rgba(0,0,0,0.08); */
}

.menu-inner-wrapper .menu ul {
	padding: 0 0 12px 24px;
	display: none;
}

.menu-inner-wrapper .menu>li>a {
	padding: 15px;
	display: block;
}

.menu-inner-wrapper .sub-menu .sub-menu {
	display: block;
}

.menu-inner-wrapper .menu li a {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height */
	color: var(--blue);
}

.main-menu-wrapper {
	position: fixed;
	top: 93px;
	left: 0;
	z-index: 1000;
	width: 100%;
	bottom: 0;
	display: none;
}

body.admin-bar .main-menu-wrapper {
	top: 125px;
}

.menu-inner-wrapper .menu {
	margin: 0;
	padding: 0;
}

.menu-inner-wrapper .menu li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
	position: relative;
}

.menu-inner-wrapper .menu li a {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height */
	color: #112E51;
}

.angle-down {
	position: absolute;
	top: 0px;
	width: 55px;
	height: 50px;
	right: 0px;
	background: url('../img/close-menu-icon.svg') no-repeat center;
	cursor: pointer;
	background-size: 17px;
}

.menu-inner-wrapper .menu>li>ul li {
	padding: 0;
}

.menu-inner-wrapper .menu>li>ul li a {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: var(--blue);
	padding: 10px 15px 10px 3px;
	display: block;
}

.check-in-link p a {
	text-decoration: none;
}

.check-in-link p a:hover {
	text-decoration: underline;
}

.check-in-link a:after {
	content: '';
	width: 5px;
	height: 9px;
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
	background: url(../img/check-mobile-left-regular.svg) no-repeat center center;
}

.sub-menu-toggled .angle-down {
	background-image: url("../img/open-menu-icon.svg");
}

.search-page-search .elementor-search-form__container {
	background: #ffffff !important;
	box-shadow: 2px 4px 21px 5px rgba(0, 0, 0, 0.1);
	border-radius: 5px !important;
}

.search-page-search .elementor-search-form__container .elementor-search-form__submit {
	border: 0 !important;
	background: none !important;
}

.search-page-search .elementor-search-form__container .elementor-search-form__submit i:before {
	color: #112E51;
	content: "\f002";
	font-family: "Font Awesome 5 Pro";
	font-size: 26px;
	font-weight: 500;
}

.menu-inner-wrapper .menu>li>ul li:last-child {
	padding-bottom: 2px;
}

body:not(.elementor-editor-active) .toggle-section {
	display: none;
}

ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
	border-left: 5px !important;
}

.main-menu .sub-menu {
	min-width: 244px !important;
	padding-top: 17.5px !important;
	padding-bottom: 22.5px !important;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 0px 0px 8px 8px;
}

.main-menu .sub-menu li a:hover,
.main-menu .sub-menu li.current_page_item>a {
	text-decoration: underline;
}

.main-header-nav .main-menu ul>li.current-menu-parent>a:after {
	background-color: var(--red) !important;
}

.main-header-nav .main-menu ul>li.current-menu-item>a,
.main-header-nav .main-menu ul>li.current_page_item>a,
.main-header-nav .main-menu ul>li.current-menu-ancestor>a,
.main-header-nav .main-menu ul>li.current-menu-parent>a,
.main-header-nav .main-menu ul>li.current_page_parent>a,
.main-header-nav .main-menu ul>li.current_page_ancestor>a,
.main-header-nav .main-menu ul.elementor-nav-menu>li.current-page-ancestor>a,
.locations .main-header-nav .main-menu ul>li.locations>a {
	color: var(--red) !important;
}

.main-header-nav .main-menu ul>li.current-menu-item>a:after,
.main-header-nav .main-menu ul>li.current_page_item>a:after,
.main-header-nav .main-menu ul>li.current-menu-ancestor>a:after,
.main-header-nav .main-menu ul>li.current-menu-parent>a:after,
.main-header-nav .main-menu ul>li.current_page_parent>a:after,
.main-header-nav .main-menu ul>li.current_page_ancestor>a:after,
.main-header-nav .main-menu ul.elementor-nav-menu>li.current-page-ancestor>a:after,
.locations .main-header-nav .main-menu ul>li.locations>a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	opacity: 1 !important;
	transform: scale(1);
	visibility: inherit !important;
}

.main-header-nav .main-menu ul>li.current-menu-ancestor>ul>li.current-menu-item>a,
.main-header-nav .main-menu ul>li.current-page-ancestor>ul>li.current-page-ancestor>a,
.main-header-nav .main-menu ul>li.current-menu-parent>ul>li.current-menu-item>a,
.main-header-nav .main-menu ul>li.current_page_parent>li.current-menu-item>a,
.main-header-nav .main-menu ul>li.current_page_ancestor>li.current-menu-item>a,
.main-header-nav .main-menu ul>li.current-menu-ancestor>ul>li.current_page_item>a,
.main-header-nav .main-menu ul>li.current-menu-parent>ul>li.current_page_item>a,
.main-header-nav .main-menu ul>li.current_page_parent>li.current_page_item>a,
.main-header-nav .main-menu ul>li.current_page_ancestor>li.current_page_item>a,
.main-header-nav .main-menu ul>li>ul>li.current-menu-ancestor>a,
.main-header-nav .main-menu ul>li>ul>li.current-menu-parent>a,
.main-header-nav .main-menu ul>li>ul>li.current_page_parent>a,
.main-header-nav .main-menu ul>li>ul>li.current_page_ancestor>a {
	text-decoration: underline !important;
}

.menu-inner-wrapper .menu>li.current-menu-item>a,
.menu-inner-wrapper .menu>li.current_page_item>a,
.menu-inner-wrapper .menu>li.current-menu-ancestor>a,
.menu-inner-wrapper .menu>li.current-menu-parent>a,
.menu-inner-wrapper .menu>li.current_page_parent>a,
.menu-inner-wrapper .menu>li.current_page_ancestor>a,
.menu-inner-wrapper .menu>li.current-menu-ancestor>.angle-down,
.menu-inner-wrapper .menu>li.current-menu-parent>.angle-down,
.menu-inner-wrapper .menu>li.current_page_parent>.angle-down,
.menu-inner-wrapper .menu>li.current_page_ancestor>.angle-down,
.menu-inner-wrapper .menu>li.current-menu-item>.angle-down,
.menu-inner-wrapper .menu>li.current_page_item>.angle-down {
	color: var(--red) !important;
}

.menu-inner-wrapper .menu>li.current-menu-ancestor>ul>li.current-menu-item>a,
.menu-inner-wrapper .menu>li.current-menu-parent>ul>li.current-menu-item>a,
.menu-inner-wrapper .menu>li.current_page_parent>ul>li.current-menu-item>a,
.menu-inner-wrapper .menu>li.current_page_ancestor>ul>li.current-menu-item>a,
.menu-inner-wrapper .menu>li.current-menu-ancestor>ul>li.current_page_item>a,
.menu-inner-wrapper .menu>li.current-menu-parent>ul>li.current_page_item>a,
.menu-inner-wrapper .menu>li.current_page_parent>ul>li.current_page_item>a,
.menu-inner-wrapper .menu>li.current_page_ancestor>ul>li.current_page_item>a,
.menu-inner-wrapper .menu>li>ul>li.current-menu-ancestor>a,
.menu-inner-wrapper .menu>li>ul>li.current-menu-parent>a,
.menu-inner-wrapper .menu>li>ul>li.current_page_parent>a,
.menu-inner-wrapper .menu>li>ul>li.current_page_ancestor>a {
	text-decoration: underline !important;
	opacity: 1;
}

body .main-header-nav ul.elementor-nav-menu>li>ul {
	margin-top: 0px !important;
}

.main-header-nav .main-menu ul>li .elementor-item:after {
	bottom: 0px;
}

/* @import url('footer.css'); */

.footer-top-section .elementor-container .elementor-column .elementor-widget-heading {
	margin-bottom: 20px;
}

.footer-top-section .elementor-container .elementor-column:first-child {
	/* width: 300px; */
	width: 25.642%;
}

.footer-top-section .elementor-container .elementor-column:nth-child(2) {
	/* width: 440px; */
	width: 37.607%;
	padding-right: 57px;
}

.footer-top-section .elementor-container .elementor-column:nth-child(3) {
	/* width: calc(100% - 740px); */
	width: 36.751%;
}

.footer-primary-nav ul {
	padding: 0 32px 0 0;
	font-size: 0;
	margin: 0 -15px;
}

.footer-primary-nav ul li {
	list-style: none;
	padding: 0 20px 15px 36px;
	position: relative;
	display: inline-block;
	width: 50%;
	font-size: 14px;
	line-height: 1.55;
	vertical-align: top;
}

.footer-primary-nav ul li.make-it-full {
	width: 100%;
}

.footer-primary-nav ul li:before {
	content: "\f054";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	color: var(--teal);
	position: absolute;
	left: 14px;
	font-size: 13px;
	top: 1px;
}

.footer-primary-nav ul li a {
	color: #fff;
	display: inline-block;
}

.footer-primary-nav ul li a:hover {
	text-decoration: underline;
	color: var(--teal);
}

.footer-address-nav ul {
	padding: 0;
	font-size: 0;
	margin: 0 -15px !important;
	column-count: 2;
}

.utility-footer-logos img {
	width: 100% !important;
}

.footer-address-nav ul li {
	list-style: none;
	position: relative;
	display: inline-block !important;
	font-size: 14px !important;
	line-height: 1.55;
	padding: 6px 10px 0 41px !important;
	margin-bottom: 19px !important;
	vertical-align: top;
}

.footer-address-nav ul li a {
	color: #fff;
	display: inline-block !important;
	max-width: max-content;
}

.footer-address-nav ul li a:hover {
	text-decoration: underline;
}

.footer-address-nav ul li a strong {
	display: inline-block;
}

.footer-address-nav ul li a:hover strong {
	text-decoration: none;
	display: inline-block;
}

.footer-address-nav ul li .elementor-icon-list-icon {
	position: absolute;
	left: 15px;
	top: 4px;
}

.footer-share-btns .elementor-social-icon i {
	font-weight: 900;
	height: 45px;
	line-height: 45px;
}

.footer-share-btns .elementor-social-icon:hover {
	opacity: 0.8;
}

body .main-footer h6.elementor-heading-title {
	font-size: 14px;
	line-height: 1.55;
	font-weight: 500;
	padding-bottom: 4px;
}

html body .footer-copyrights .elementor-widget-container,
html body .footer-copyrights .elementor-widget-container p {
	font-size: 14px;
	line-height: 1.55;
	font-weight: 500;
}

html body .footer-copyrights .inline-block {
	display: inline-block;
}

html body .footer-secondary-nav ul li.elementor-icon-list-item,
html body .footer-secondary-nav ul li.elementor-icon-list-item a {
	font-size: 14px;
	line-height: 1.36571;
	font-weight: 500;
}

html body .footer-secondary-nav ul li.elementor-icon-list-item a {
	display: inline-block;
}

html body .footer-secondary-nav ul li.elementor-icon-list-item a:hover {
	text-decoration: underline;
}

html body .footer-secondary-nav ul li.elementor-icon-list-item a:hover .elementor-icon-list-text {
	text-decoration: underline;
	color: var(--teal) !important;
}

.full-height-section {
	min-height: calc(100vh - 1023px);
}

/* .footer-primary-nav{
	display: none;
} */
/* .quick-links-hd .elementor-heading-title {
	position: relative;
	cursor: pointer;
}
.quick-links-hd .elementor-heading-title:after {
	content: '';
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	content: "\f078";
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	right: 0;
	top: 0;
	justify-content: center;
	display: flex;
	align-items: center;
	transition: all 0.3s linear;
	color:#FFB612;
} */

.quick-links-hd .elementor-heading-title.active:after {
	transform: rotate(180deg);
}

/* .elementor-editor-active .main-menu-wrapper .toggle-section{
	display: none
}
.elementor-editor-active .header-top-section .toggle-section{
	display: none
} */
/* @import url('rt.css'); */
/*---Home-Page-sections----*/

.elementor-section.CTA-box .elementor-container {
	max-width: 770px !important;
}

.cta-box-button .elementor-widget-wrap {
	width: calc(100% + 30px);
}

.elementor-section.main-cta .elementor-container {
	max-width: 990px !important;
}

/*ng-letter-section tacu-section*/
.elementor-section.tacu-sec .elementor-container {
	max-width: 1122px !important;
}

/*---form-section--*/
.main-form-sec .elementor-background-overlay {
	width: 88%;
	right: 0;
	left: auto;
}

html body .main-form-sec .gform_wrapper form .gform_footer {
	padding: 10px 30px 0 0;
}

html body .main-form-sec .gform_wrapper form .gform_footer input[type="submit"] {
	max-width: 100%;
}

/*---icon-box-section--*/
.main-icon-box .elementor-container {
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

.main-icon-box .elementor-container .elementor-column {
	width: calc(33% - 30px);
	margin: 0 15px 30px 15px;
	min-height: 437px;
}

.main-icon-box .elementor-image-box-img {
	height: 86px;
	width: 100% !important;
	max-height: 86px;
	max-width: 100%;
	display: flex !important;
	justify-content: center;
}

.main-icon-box .elementor-image-box-img>img {
	max-width: 80px;
	max-height: 80px;
	object-fit: contain;
	height: auto;
	width: auto;
}

.main-icon-box h4.elementor-image-box-title {
	margin-top: 0;
}

/*---quoted-text---*/
.quotes-text span {
	color: #58595b;
	font-size: 18px;
}

/*---care-title-text---*/
body .care-title h2 {
	line-height: 58px !important;
}

/*--purpose-button--*/
.purpose-button a {
	/* padding-inline: 40px; */
	padding-left: 40px;
	padding-right: 40px;
}

/*---faqs-accordion--*/

.states-map svg {
	max-width: 100%;
	height: auto
}

.states-map svg .states path,
.states-map svg .states polygon {
	fill: #F5F5F5;
}

.states-map svg .states path.selected,
.states-map svg .states .selected polygon {
	fill: var(--red)
}

.states-map svg .states path.selected:hover,
.states-map svg .states .selected polygon:hover {
	fill: var(--blue)
}

.states-map .state-link {
	cursor: pointer
}

#map-label {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background-color: #fff;
	padding: 5px 22px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	border-radius: 5px;
	background: var(--red);
}

#map-label:after,
#map-label:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

#map-label:after {
	border-color: var(--red) rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
	border-width: 10px;
	margin-left: -10px
}

#map-label:before {
	border-color: rgba(0, 0, 0, 0) rgba(194, 225, 245, 0) rgba(194, 225, 245, 0);
	border-width: 15px;
	margin-left: -15px
}

body .big-button .elementor-button {
	font-size: 22px !important;
	line-height: 18px !important;
	padding: 17px 20px;
}

body .big-button .elementor-button:after {
	width: 226px;
}

.why-us-section .elementor-column>.elementor-element-populated {
	display: flex;
	width: calc(100% + 30px);
	margin: -15px;
}

.why-us-section .elementor-column>.elementor-element-populated>* {
	width: calc(33.33% - 30px) !important;
	margin: 15px !important;
}

.why-us-section .why-us-box .elementor-widget-container {
	height: 100%;
}

.why-us-section .why-us-box .elementor-widget-container .elementor-cta {
	height: 100%;
	flex-direction: column;
}

.why-us-section .why-us-box .elementor-cta__bg-wrapper {
	position: relative;
	padding-bottom: 68%;
	margin-bottom: 0;
	border-radius: 10px 10px 0 0;
}

.why-us-section .why-us-box .elementor-cta__content {
	padding: 30px 27px 27px 28px !important;
	border: 1px solid #D9D9D6;
	border-radius: 0 0 5px 5px;
	border-top: 0;
	flex: 1;
	flex-direction: column;
}

.why-us-section .why-us-box .elementor-cta__title {
	margin-top: 0;
	font-size: 24px;
	line-height: 36px;
	text-align: left;
	color: var(--blue);
	margin-bottom: 0;
}

.why-us-section .why-us-box .elementor-cta__description {
	margin-top: 10px;
	margin-bottom: 0;
	text-align: left;
	color: #203141;
}

.why-us-section .why-us-box.full-width {
	width: calc(100% - 30px) !important;
}

/* html body .contact-form .gform_wrapper .gfield_label {
	display: none;
} */

html body.elementor-page .employ-form .gform_wrapper .gfield .gfield_label,
html body.elementor-page .employ-form .gform_wrapper .gfield_error .gfield_label {
	top: 18px !important;
}

html body.elementor-page .employ-form .gform_wrapper .gfield--type-textarea .gfield_label,
html body.elementor-page .employ-form .gform_wrapper .gfield_error.gfield--type-textarea .gfield_label {
	top: 13px !important;
}

html body .contact-form .gform_wrapper .gfield {
	width: 100%;
	padding: 0 15px !important;
	padding-bottom: 0 !important;
}

html body .contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	margin-bottom: 0 !important;
}

html body .contact-form .gform_wrapper .gfield.half-field {
	width: 50%;
}

html body .contact-form .gform_confirmation_message {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-size: 20px;
	padding: 15px;
	font-weight: 600;
}

html body .contact-form .gform_wrapper .gform_fields {
	display: flex;
	flex-wrap: wrap;
}

html body .contact-form .gform_wrapper .gform_footer {
	display: flex;
	justify-content: center;
	margin: 0 !important;
}

html body .contact-form .gform_wrapper .gform_footer input {
	line-height: 1 !important;
}

html body .contact-form .gform_wrapper .gfield .textarea {
	height: 100px !important;
}

body .site-main .med-auth ul li:not(:last-child) {
	margin-bottom: 10px !important;
	padding-left: 16px !important;
}

.why-us-section .why-us-box.full-width .elementor-cta {
	display: flex;
	flex-direction: row;
	padding: 29px 30px 28px 28px !important;
	border: 2px solid #F4F4F2;
	border-radius: 10px;
}

.why-us-section .why-us-box.full-width .elementor-cta__bg-wrapper {
	width: 370px;
	padding-bottom: 22.5%;
	border-radius: 0;
}

.why-us-section .why-us-box.full-width .elementor-cta__content {
	width: calc(100% - 350px);
	border: 0;
	padding: 0 !important;
	padding-left: 20px !important;
	border-radius: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.question-list .elementor-icon-list-item:before {
	content: none !important;
}

.question-list .elementor-icon-list-item .elementor-icon-list-icon {
	height: 42px;
	width: 42px;
	min-width: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d9d9d6;
	border-radius: 10px;
	margin-right: 7px;
}

.question-list .elementor-icon-list-item .elementor-icon-list-icon>svg {
	margin: 0 !important;
	height: 20px;
	width: 21px;
}

.question-list .elementor-icon-list-item .elementor-icon-list-icon>svg path {
	fill: #0089c4
}

.question-list .elementor-icon-list-item .elementor-icon-list-text {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
}

.question-list .elementor-icon-list-item:hover .elementor-icon-list-text {
	text-decoration: underline;
}

.featured-tabs .elementor-icon-list-items {
	overflow: hidden !important;
	margin: -10px -15px !important;
}

.featured-tabs .elementor-icon-list-item::before {
	content: none !important;
}

.featured-box:hover>.elementor-widget-container {
	background-color: var(--teal) !important;
}

.featured-tabs .elementor-icon-list-item a {
	font-weight: 700;
	border: 2px solid var(--teal);
	border-radius: 50px;
	padding: 10px 25px;
	line-height: 25px !important;
	transition: 0.3s all;
	color: var(--blue);
}

.featured-tabs .elementor-icon-list-item a .elementor-icon-list-text:after {
	display: block;
	width: 200px;
	content: "";
	max-width: 100%;
}

html body.elementor-page .gform_wrapper .gfield_error .gfield_label {
	top: 27px !important;
}

html body.elementor-page .gform_wrapper .gfield_error.gfield--type-textarea .gfield_label {
	top: 21px !important;
}

.featured-tabs .elementor-icon-list-item,
.featured-tabs .elementor-icon-list-item a {
	font-size: 24px;
	line-height: 37px;
}

.featured-tabs .elementor-icon-list-item:hover a {
	text-decoration: none;
}

.tabular-slider.disable-slider .swiper-wrapper {
	transform: none !important;
}

.tabular-slider .swiper-pagination {
	position: relative !important;
	display: flex;
	width: 100%;
	margin-top: 30px;
	justify-content: center;
}

.tabular-slider .swiper-pagination>* {
	background-color: #6f6f6f;
	height: 4px;
	width: 15px;
	margin: 0 4px;
	border-radius: 0;
	opacity: 1;
	transition: 0.3s all;
}

.tabular-slider .swiper-pagination>*.swiper-pagination-bullet-active {
	background-color: var(--red);
	width: 40px;
	cursor: context-menu;
}

.tabular-slider.disable-slider .swiper-pagination {
	display: none !important;
}

.featured-tabs .elementor-icon-list-item.active a,
.featured-tabs .elementor-icon-list-item a:hover {
	background-color: var(--teal);
}

.featured-tabs .elementor-icon-list-item.active a span,
.featured-tabs .elementor-icon-list-item a:hover span {
	color: #ffffff !important;
}


.featured-tabs .elementor-icon-list-item {
	margin: 10px 15px !important;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -24px;
	z-index: 10000;
	margin-top: -14px;
}

.featured-item .elementor-element-populated {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 30px) !important;
	margin: -15px !important;
	justify-content: center;
}

.featured-box {
	width: calc(33.33% - 30px) !important;
	margin: 15px !important;
	border-radius: 10px;
	overflow: hidden;
}

.featured-box>* {
	height: 100%;
}

.featured-box .elementor-image-box-wrapper {
	padding: 30px;
	min-height: 210px;
	display: flex;
	flex-direction: column;
	align-items: center !important;
	justify-content: center;
}

.featured-box .elementor-image-box-wrapper .elementor-image-box-title {
	color: #112E51;
}

html body .leadership-single-image img {
	max-width: 470px;
	border-radius: 5px;
	width: 470px;
	max-height: 600px;
	object-fit: cover;
	object-position: top center;
}

html body .leadership-single-name .elementor-heading-title {
	font-weight: 500;
	font-size: 40px;
	line-height: 43px;
	max-width: 350px;
}

html body .leadership-single-designation {
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	color: #4D4F54;
	max-width: 350px;
}

html body .leadership-content .elementor-widget-container {
	border-radius: 10px;
	background: linear-gradient(0deg, #E8EFFC, #E8EFFC), #FFFFFF;
	padding: 70px;
	max-width: calc(100% - 380px);
	margin-left: auto;
	margin-top: -250px;
}

.leadership-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	margin: -15px;
}

.leadership-card {
	width: calc(33.33% - 30px);
	margin: 15px;
	padding: 30px 20px;
	background-color: #E8EFFC;
	display: flex;
	flex-direction: column;
}

.leadership-card .leadership-image {
	position: relative;
	padding-bottom: 135%;
	display: block;
}

.leadership-card .leadership-image img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top center;
	border-radius: 5px;
}

.leadership-card .leadership-content {
	margin-top: 24px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.leadership-card .leadership-content .name,
.leadership-card .leadership-content .name a {
	color: #112E51;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
}

.leadership-card .leadership-content .designation {
	color: #4D4F54;
	margin-top: 4px;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: auto;
}

.leadership-card .leadership-content .name a:hover {
	text-decoration: underline;
}

.leadership-card .leadership-content .read-bio {
	margin-top: 10px;
	display: inline-block;
	background-color: #112E51;
	max-width: max-content;
	color: #ffffff;
	border: 2px solid #112E51;
	border-radius: 5px;
	padding: 5px 15px;
	font-size: 15px;
	font-weight: 500;
}

.leadership-card .leadership-content .read-bio:hover {
	background-color: transparent;
	color: #112E51;
}

.swiper-button-prev-2:hover,
.swiper-button-prev-3:hover,
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	opacity: .7;
}

.featured-tabs .elementor-icon-list-items {
	overflow: hidden !important;
	margin: -10px -15px !important;
}

.featured-tabs .elementor-icon-list-item::before {
	content: none !important;
}


.featured-tabs .elementor-icon-list-item {
	margin: 10px 15px !important;
}

.featured-item .elementor-element-populated {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 30px) !important;
	margin: -15px !important;
	justify-content: center;
}

.featured-box {
	width: calc(33.33% - 30px) !important;
	margin: 15px !important;
	border-radius: 10px;
	overflow: hidden;
}

.featured-box>* {
	height: 100%;
}

.featured-box .elementor-image-box-wrapper .elementor-image-box-img {
	margin-bottom: 46px !important;
}

.featured-box .elementor-image-box-wrapper .elementor-image-box-title {
	color: #112E51;
}

.faqs-accord .elementor-accordion .elementor-accordion-item {
	border: none;
	border-top: 1px solid #d8d8d8;
	position: relative;
}

.faqs-accord .elementor-accordion .elementor-accordion-item h3 {
	line-height: 43px;
	padding-right: 40px !important;
}

.faqs-accord .elementor-accordion .elementor-accordion-item:last-child {
	border-bottom: 1px solid #d8d8d8;
}

.faqs-accord .elementor-accordion .elementor-tab-content {
	border: none;
}

.faqs-accord .elementor-tab-content p:not(:first-child) {
	margin-top: 15px;
}

.faqs-accord .elementor-tab-content ul:not(:first-child) {
	margin-top: 15px;
}

.faqs-accord .elementor-tab-content p {
	margin-bottom: 0;
}

.faqs-accord .elementor-accordion-item h3 {
	position: relative;
}

.faqs-accord .elementor-accordion-item h3.elementor-active {
	background: #152B50 !important;
}

.faqs-accord .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
	width: auto;
	height: auto;
}

.faqs-accord .elementor-tab-title a {
	margin-right: 5px;
}

.faqs-accord .elementor-accordion .elementor-accordion-item {
	position: relative;
}

.custom-spaces h4,
.custom-spaces h5 {
	margin-top: 25px;
}

.custom-spaces ul {
	margin-top: 15px;
}

.faqs-accord .elementor-accordion .elementor-accordion-icon {
	position: absolute;
	margin-left: 10px;
	right: 20px;
	top: 3px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/*--care-community--
.care-community h4{
	font-weight:850 !important;
}*/
/*--table--*/
.table-sec span {
	font-weight: 400;
}

.tb-text .tb-first-row span,
.tb-text .tb-sec-row span,
.img-text span {
	font-weight: 800;
}

.tb-text span,
.tb-result span {
	line-height: 28px;
}

.table-sec span a:hover {
	text-decoration: underline;
}

.elementor-container .table-box {
	max-width: 1070px !important;
}

.table-sec .tb-first-row,
.table-sec .tb-sec-row {
	min-height: 60px !important;
	height: auto !important;
	display: flex;
	align-items: center;
	border: 1px solid #e0e0e1;
}

.table-sec .tb-first-row {
	border-bottom: 0;
}

.table-sec .border-hide {
	border-right: 0;
	border-left: 0;
}

/*ACCORDION*/

.accordion .accordion-item:last-child {
	border-bottom: 1px solid #d8d8d8;
}

.accordion .accordion-item {
	border-top: 1px solid #d8d8d8;
}

.accordion .accordion-item .ai-head {
	background: #fff;
	color: #000000;
	width: 100%;
	position: relative;
	cursor: pointer;

	padding: 12px 0;
	padding-right: 60px;
	transition: 0.3s display;
}

.accordion .accordion-item .ai-head h3 {
	color: #112E51;
}

.accordion-item .ai-head .icon:after {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 13px;
	top: 49%;
	color: #112E51;
	transform: translateY(-50%);
	font-size: 22px;
	font-weight: bold;
	transition: all 0.3s;
}

.ai-head.opened .icon:after {
	transform: translateY(-64%) rotate(180deg);
}

.accordion .accordion-item .ai-content {
	overflow: hidden;
	padding: 21px 0 34px;
	transition: display 0.3s;
	display: none;
}

.accordion .accordion-item .ai-content p,
.accordion .accordion-item .ai-content ul li {
	margin: 0;
	font-size: 16px;
	padding: 0;
	font-size: 18px;
	font-family: "Avenir", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #58595b;
	line-height: 1.555556;
	position: relative;
	display: flex;
}

.accordion .accordion-item .ai-content ul,
.accordion .accordion-item .ai-content ol {
	padding: 0 29px;
	margin: 0;
	list-style-type: none;
}

.accordion .accordion-item .ai-content p:not(:first-child),
.accordion .accordion-item .ai-content ul {
	margin-top: 19px;
}

.accordion .accordion-item .ai-content ul li::before {
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	position: relative !important;
	white-space: nowrap;
	margin-right: 13px;
}

.accordion-item:first-child .ai-content {
	display: block;
}

/*--img-content-of accordion--*/
.accordion .accordion-item .img-content {
	display: flex;
}

.accordion .ai-content .left-img {
	width: 50%;
}

.accordion .ai-content .left-img img {
	width: 100%;
	height: 100%;
}

.accordion .ai-content .para-right {
	padding: 20px;
	width: 50%;
}

.elementor-nav-menu--main>ul>li li:hover>a {
	text-decoration: underline !important;
}

/*--icon-box-section-(plan-your-visit-page)--*/
.success-icon-box ul li a {
	color: #58595b;
}

.success-icon-box .elementor-icon-box-description span.break-line {
	margin-top: 27px;
	display: block;
}

.success-icon-box span.elementor-icon.elementor-animation- {
	width: 100%;
	height: max-content;
	display: flex;
	justify-content: center;
}

.success-icon-box span.elementor-icon.elementor-animation- svg {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.success-icon-box h3.elementor-icon-box-title {
	margin-top: 0;
}

.success-icon-box ul {
	margin-top: 19px;
}

.success-icon-box ul li {
	margin-bottom: 4px !important;
	padding-left: 23px !important;
}

.speed-icon .elementor-icon-box-icon {
	margin-bottom: 17px;
}

.success-icon-box ul li:before {
	left: 6px !important;
}

.success-para .elementor-icon-box-wrapper p span {
	margin-top: 28px;
	display: block;
}

/*--cta-button-section(home-page)--*/

body .elementor-element.elementor-column.treat-button {
	max-width: 400px;
	width: 100%;
}

body .elementor-element.elementor-column.treat-title {
	width: calc(100% - 400px);
}

/*--------------------counter-section--------------------*/

/*--counter-sectio(what we treat)*/
.elementor-section.counter-sec .elementor-container:first-child {
	max-width: 1064px !important;
}

.counter-no .elementor-counter {
	position: relative;
	width: 100%;
}

.counter-no .elementor-counter-number-wrapper:after {
	content: "";
	background: var(--red);
	width: 50px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.counter-no span {
	font-size: 36px;
	font-weight: 850;
	line-height: 42px;
}

.counter-text {
	position: relative;
}

.counter-box .counter-text:after {
	content: "";
	width: 1px;
	height: 80%;
	background: grey;
	position: absolute;
	right: 0;
	bottom: 0;
}

.counter-box:last-child .counter-text:after {
	display: none;
}

/*--------------------mission & values-section--------------------*/

.mission-values-box .elementor-container {
	flex-wrap: wrap;
	justify-content: space-between;
}

.mission-values-box .elementor-container .elementor-column {
	width: calc(50% - 15px);
}

.mission-values-box .elementor-container .elementor-column:nth-child(odd) .elementor-element-populated {
	box-shadow: 0px 10px 20px 0px rgba(0, 39, 116, 0.1);
}

.mission-values-box .elementor-container .elementor-column:nth-child(odd):hover .elementor-element-populated {
	box-shadow: 0px 10px 22px 0px rgba(0, 39, 116, 0.4);
}

.mission-values-box .elementor-container .elementor-column:nth-child(even) .elementor-element-populated {
	box-shadow: 0px 10px 20px 0px rgba(208, 19, 73, 0.1);
}

.mission-values-box .elementor-container .elementor-column:nth-child(even):hover .elementor-element-populated {
	box-shadow: 0px 10px 22px 0px rgba(208, 19, 73, 0.4);
}

.mission-values-box span.elementor-icon.elementor-animation- {
	width: 100%;
	height: max-content;
}

.mission-values-box span.elementor-icon.elementor-animation- svg {
	width: auto;
	height: auto;
}

.mission-values-box h3.elementor-icon-box-title {
	margin-top: 0;
}

.mission-values-box .elementor-widget {
	position: static;
}

.mission-values-box .elementor-icon-box-icon {
	position: absolute;
	top: 27px;
	right: 26px;
}

.mission-values-box .elementor-icon-box-description {
	/* padding-inline-end: 103px; */
	padding-right: 103px;
}

.cn-close-icon {
	opacity: 1 !important;
}

.cn-close-icon::before,
.cn-close-icon::after {
	background-color: #ffffff !important;
}

.mission-values-box ul li:before {
	top: 0 !important;
	left: 6px !important;
}

.mission-values-box ul li {
	line-height: 28px !important;
	margin-bottom: 12px !important;
	padding-left: 23px !important;
}

.mission-values-box ul li a {
	color: #58595b;
}

.mission-values-box ul {
	margin-top: 25px;
}

/*-----------cta-imgs-section--(donation-page)-*/
.img-cta-text p:not(:last-child) {
	margin-bottom: 33px;
}

.cta-imgs .elementor-container {
	flex-wrap: wrap;
	justify-content: space-between;
}

.cta-imgs .elementor-container .elementor-column {
	width: calc(33% - 15px);
}

/*---testing-solution*/
.testing-sol-para p:not(:last-child) {
	margin-bottom: 28px;
}

/*---partners-section---(donation-page)--*/

.partners-sec ol li {
	line-height: 29px;
	margin-bottom: 11px;
	padding-left: 3px;
}

.covid-testing-option .elementor-widget-container {
	padding: 20px;
	border-radius: 10px;
}

.covid-testing-option .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img {
	width: 70px !important;
	height: auto;
	max-height: 100px;
	margin-right: 30px !important;
	display: flex;
	justify-content: center;
	padding-top: 5px;
}

.covid-testing-option .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img img {
	object-fit: contain;
}

.covid-testing-option .elementor-widget-container .elementor-image-box-content .elementor-image-box-title {
	margin: 0 !important;
}

body .sign-button .elementor-button-wrapper {
	background: transparent !important;
	/* border: 2px solid #112E51; */
	/* border-radius: 5px; */
	width: 100%;
	min-height: 140px;
	/* padding: 30px 34px; */
	position: relative;
	cursor: pointer;
	transition: 0.3s all;
	display: flex;
	justify-content: center;
	height: 100%;
}

body .sign-button .elementor-button {
	width: 100%;
	text-align: center;
	font-size: 28px !important;
	line-height: 38px;
	font-weight: 400 !important;
	text-transform: lowercase;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 !important;
	padding: 30px 34px !important;
	width: 100% !important;
	max-width: 100%;
	background: transparent !important;
}

body .sign-button.shadow-red {
	/* box-shadow: 0 0 0 0 rgb(208 19 73 / 30%); */
	transition: 0.3s all;
}

body .sign-button.shadow-red .elementor-button-text {
	color: var(--red);
}

body .sign-button.shadow-red:hover a {
	background-color: var(--red) !important;
}

body .sign-button.shadow-red:hover a span {
	color: white;
}

body .sign-button.shadow-blue {
	/* box-shadow: 0 0 0 0 rgb(0 39 116 / 40%); */
	transition: 0.3s all;
}

body .sign-button.shadow-blue .elementor-button {
	border-color: var(--blue);
	color: var(--blue) !important;
}

body .sign-button.shadow-blue:hover a {
	background-color: var(--blue) !important;
}

body .sign-button.shadow-blue:hover a span {
	color: var(--white);
}

/* .main-header-nav .main-menu ul.elementor-nav-menu>li.location-active>a::after, */
.main-header-nav .main-menu ul.elementor-nav-menu>li.current-page-ancestor>a::after {
	background-color: var(--red) !important;
}

.sign-button-sec .elementor-widget-wrap .elementor-element {
	height: 100%;
}

.sign-button-sec .elementor-widget-container {
	height: 100%;
}

.sign-button-sec .elementor-container .elementor-column {
	width: calc(50% - 17px);
}

.sign-button-sec .elementor-container {
	flex-wrap: wrap;
	justify-content: space-between;
}

body .sign-button .elementor-button-content-wrapper span:first-letter {
	text-transform: uppercase;
}

body .sign-button .elementor-button .elementor-button-content-wrapper {
	display: flex;
}

body .sign-button .elementor-button .elementor-button-text {
	flex-grow: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: none;
}

body .sign-button svg {
	margin-top: 0;
	margin-right: 20px;

}

body .sign-button .elementor-button-icon {
	display: flex;
	justify-content: center;
}

body .sign-button svg {
	width: 84px;
	height: 84px;
}

body .sign-button.white-shadow-btn svg path {
	fill: #fff;
}

body .sign-button.shadow-red svg path {
	fill: var(--red);
}

body .sign-button.shadow-blue svg path {
	fill: #112E51;
}

.white-text-btn .elementor-widget-container a {
	color: #fff;
	text-underline-position: under;
	/* text-transform: uppercase; */
	font-size: 30px;
}

.white-text-btn .elementor-widget-container a:hover {
	color: #fff;

}

.blue-text-btn .elementor-widget-container a {
	color: #112E51;
	text-underline-position: under;
	font-size: 30px;
}

.blue-text-btn .elementor-widget-container a:hover {
	color: #112E51;
}

.gray-text-btn .elementor-widget-container a {
	color: #58595b;
	text-underline-position: under;
	font-size: 30px;
}

.gray-text-btn .elementor-widget-container a:hover {
	color: #58595b;
}

.red-text-btn .elementor-widget-container a {
	color: var(--red);
	text-underline-position: under;
	font-size: 30px;
}

.red-text-btn .elementor-widget-container a:hover {
	color: var(--red);
}

body .gray-btn-in-slide {
	color: #979797;
	text-decoration: underline;
	text-underline-position: under;
	font-size: 30px;
	float: right;
	font-weight: 600;
	margin-bottom: 7px;
}

body .gray-btn-in-slide:hover {
	color: #979797;
	text-decoration: none;
}

body .sign-button.home-btn-1 .elementor-button {
	/* color: var(--red) !important; */
	color: #fff;
}

body .sign-button.home-btn-1 .elementor-button svg path {
	/* fill: var(--red); */
	fill: #fff;
}

html body .sign-button.home-btn-1:hover .elementor-button {
	/* box-shadow:0 29px 24px -16px rgb(220 220 220 / 30%) !important;
	border-color: #dcdcdc !important; */
	border-color: var(--red) !important;
	box-shadow: 0px 29px 24px -16px rgba(208, 19, 73, 0.3) !important;
}

html body .sign-button.home-btn-2:hover .elementor-button {
	border-color: #112E51 !important;
	box-shadow: 0 29px 24px -16px rgba(0, 39, 116, 0.4) !important;
	border-color: #112E51 !important;
}

/*--stess-icon-section-plan your visit page--*/

.stress-icons .elementor-container .elementor-column .elementor-element-populated {
	box-shadow: none !important;
}

.stress-icons .elementor-container .elementor-column:hover .elementor-image-box-content p,
.stress-icons .elementor-container .elementor-column:hover .elementor-image-box-content h4 {
	color: var(--blue);
}

.stress-icons .elementor-container .elementor-column:hover .elementor-image-box-content p {
	transition: all 0.3s;
}

.stress-icons .elementor-container .elementor-column:hover .elementor-image-box-content p a {
	color: var(--blue) !important;
}

.stress-icons .elementor-container {
	flex-wrap: wrap;
	justify-content: space-between;
}

.stress-icons.self-cards .elementor-container {
	justify-content: center;
	gap: 30px;
}

.stress-icons .elementor-container .elementor-column {
	width: calc(33% - 15px);
	min-height: 325px;
}

.stress-icons .elementor-image-box-img {
	margin: auto !important;
	width: 90px;
	height: 90px;
	max-width: 90px;
	max-height: 90px;
	display: flex !important;
	justify-content: center;
	padding: 17px;
	background: #ffffff;
	border-radius: 50%;
	align-items: center;
}

.stress-icons .elementor-image-box-img img {
	transition-duration: 0.3s;
	width: auto;
	height: auto;
}

.stress-icons h4.elementor-image-box-title {
	margin-top: 20px;
}

/*/////////////////////////TACU-EMT-PAGE///////////////////////*/

/*--accredited-program-section --*/

.accr-icons .elementor-container {
	flex-wrap: wrap;
}

.accr-icons .elementor-container .elementor-column {
	width: calc(33.33% - 30px);
	margin: 0 15px 30px 15px;
	min-height: 277px;
}

.accr-icons .elementor-image-box-wrapper {
	max-width: 210px;
	height: auto;
	width: 210px;
}

.accr-icons .elementor-widget-container {
	display: flex;
	justify-content: center;
}

/*tuition-section--*/
.tution-icons .elementor-container {
	flex-wrap: wrap;
	justify-content: space-between;
}

.tution-icons .elementor-container .elementor-column {
	width: calc(33% - 15px);
	margin: 0 0 30px 0;
}

.tution-icons span.elementor-icon.elementor-animation- {
	width: 100%;
	height: max-content;
	display: flex;
	justify-content: center;
}

.tution-icons span.elementor-icon.elementor-animation- svg {
	width: auto;
	height: auto;
}

.tution-icons h4.elementor-icon-box-title {
	margin-top: 0;
	font-size: 22px !important;
}

.cta-box .elementor-image-box-title {
	text-align: center !important;
}

body .main-menu {
	margin: 0 !important;
}

body .main-menu .menu-item {
	margin: 0 3px;
}

/*--includes-icons--tacu-EMT-page--*/

.includes-icons .elementor-container {
	flex-wrap: wrap;
}

.includes-icons .elementor-container {
	max-width: 1264px !important;
}

.includes-icons .elementor-container .elementor-column {
	width: calc(33.333% - 20px);
	margin: 0 10px 20px 10px;
	min-height: 234px;
}

.basics-icons .elementor-image-box-img {
	margin-bottom: 0px;
	width: 100px;
	height: 100px;
	max-width: 100px;
	display: flex;
	max-height: 100px;
	align-items: center;
	justify-content: center;
	margin: 0 auto !important;
}

.basics-icons .elementor-image-box-img img {
	transition-duration: 0.3s;
	width: auto;
	height: auto;
}

.includes-icons .elementor-image-box-title {
	margin: 16px 0 0 0;
}

/*--programs-icons--tacu-EMT-page--*/

.program-icons .elementor-container {
	flex-wrap: wrap;
	justify-content: space-between;
}

.program-icons .elementor-container .elementor-column {
	width: calc(33% - 15px);
	min-height: 284px;
}

.program-icons .elementor-image-box-img {
	margin: 0 auto !important;
	background: white;
	border-radius: 50%;
	height: 112px;
	width: 112px;
	padding: 32px 25px;
	max-width: 112px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.program-icons .elementor-image-box-img:hover {
	opacity: 0.5;
}

.program-icons .elementor-image-box-img img {
	transition-duration: 0.3s;
	width: auto;
	height: auto;
}

.program-icons h3.elementor-image-box-title {
	margin-top: 20px;
	padding: 0 66px;
}

.program-icons h3.elementor-image-box-title:hover {
	text-decoration: underline;
}

.more-bio {
	display: none;
}

.red-anchors a {
	color: var(--red) !important;
	font-weight: 500;
}

.red-anchors a:hover {
	text-decoration: underline !important;
	text-underline-position: under !important;
}

/* @import url('sr.css'); */
.tabs-section .elementor-widget-tabs .elementor-tab-content {
	position: static;
	max-width: 940px;
	margin: 0 auto;
	align-self: center;
	padding-bottom: 30px;
	/* padding-inline: 20px; */
	padding-left: 20px;
	padding-right: 20px;
	/* background-color: #	; */

}

.full-width-content-tabs .elementor-widget-tabs .elementor-tab-content {
	/*min-height: 200px;
	margin-bottom: -200px; */
	max-width: inherit;
	align-self: flex-end;
}

.tabs-section .elementor-widget-tabs .elementor-tab-desktop-title {
	position: relative;
	padding: 3px 25px !important;
}

.tabs-section .elementor-widget-tabs .elementor-tab-desktop-title:hover {
	color: var(--red);
}

.tabs-section .elementor-tab-content a.elementor-button {
	margin-top: 30px;
	display: block;
	width: 100%;
	max-width: fit-content;
	border-color: #fff;
	color: #fff !important;
	text-decoration: none !important;
	text-shadow: none !important;
}

.tabs-section .elementor-tab-content a.elementor-button:hover,
.tabs-section .elementor-tab-content a.elementor-button:focus {
	border-color: #fff;
	color: var(--blue) !important;
	background-color: #fff !important;
	text-decoration: none !important;
}

.tabs-section .elementor-tabs-content-wrapper {
	background: rgba(0, 0, 0, 0.45);
}

.full-width-content-tabs .elementor-tabs-content-wrapper {
	background-color: transparent;
}

.tabs-section .elementor-tabs-content-wrapper .elementor-tab-content h3 {
	font-weight: 800;
}

.tabs-section .elementor-widget-tabs .elementor-tab-desktop-title:not(:first-child):after {
	content: '';
	position: absolute;
	width: 2px !important;
	height: 33px !important;
	left: 0 !important;
	top: 50%;
	transform: translateY(-50%);
	background: #CCCCCC;
	opacity: 1;
}

.tabs-section .elementor-widget-tabs .elementor-tab-content img:first-child,
.tabs-section .elementor-widget-tabs .elementor-tab-content p:first-child img:first-child {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	top: 0;
	left: 0px;
	z-index: -2;
	/* object-position: top center; */
	object-position: top center;

}

.elementor-tabs-content-wrapper .elementor-tab-content p:first-child {
	margin: 0px;

}

.elementor-tab-content button {
	margin-top: 32px;
}

.tabs-section .elementor-tabs-content-wrapper {
	position: relative;
	/* min-height: 576px; */
	min-height: 700px;
	display: flex;

	margin-top: 43px;

}

.tabs-section .elementor-tabs-wrapper .elementor-tab-title {
	font-size: 24px;
	font-weight: 400;
	font-family: 'Avenir', ;
	line-height: 37px;
}

.tabs-section .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
	font-weight: 800;
}

.urgent-care .eicon-play {
	background-image: url("https://tauc2021.wpengine.com/wp-content/uploads/2021/10/play-1.svg");
	background-position: cover;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	opacity: 1;

}

.urgent-care-video .eicon-play:before {
	display: none;

}

.urgent-care-video .eicon-play:hover {
	opacity: 0.7 !important;
}

.urgent-care .elementor-shape-top svg {
	height: 700px !important;
}

.urgent-care .elementor-widget-video .elementor-open-inline {
	background-color: #ffff;

}

.urgent-care .elementor-widget-video .elementor-open-inline iframe {
	border-radius: 5px;
}

.urgent-care .elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
	padding-bottom: 62.25%;
}


.accordion-treat .elementor-tab-title {
	position: relative;
}

.accordion-treat .elementor-tab-title::before {
	content: "\f078";
	width: 20px;
	height: 20px;
	border-radius: 50px;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 10px;
	transform: translatey(5px) rotate(0deg);
	color: #112E51;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	transition: all .3s linear;
}

.accordion-treat .elementor-tab-title.elementor-active:before {
	content: "\f077";

}

.accordion-right-col img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	object-position: right top;
	position: absolute;
	left: 0;
	top: 0;
}

.accordion-treat {
	max-width: 622px;
	margin-left: auto;
}

.cta-animated .elementor-background-overlay {
	width: 50%;
}

.cta-animated-wrapper .cta-animated:nth-child(2) .elementor-background-overlay {
	left: 50%;
}

.cta-animated-reverse .elementor-background-overlay {
	left: auto;
	right: 0;
}

.cta-animated .elementor-container {
	min-height: 544px;
}

.accordion-treat .elementor-tab-title {
	padding: 4px 28px 2px;
}

.accordion-treat .elementor-tab-content {
	padding: 6px 33px 8px 28px;
}

.accordion-treat .elementor-tab-content>p:first-child img,
.accordion-treat .elementor-tab-content>img:first-child {
	display: none;
	margin-bottom: 10px;
}

.accordion-treat .elementor-tab-content .tab-img-holder {
	margin: 0;
}

.accordion-treat .elementor-accordion-item {
	margin-bottom: 18px !important;
}

.accordion-button a.elementor-button {
	max-width: 297px;
	width: 100%;
	text-transform: none;
	font-size: 18px !important;
	line-height: 16px;
}

.accordion-right-col .elementor-widget,
.accordion-right-col .elementor-widget-container,
.accordion-right-col .elementor-widget-container img {
	height: 100%;
}

.accordion-btn .elementor-button-wrapper {
	max-width: 600px;
	margin-left: auto;

}

.accordion-btn .elementor-button-wrapper a {
	width: 100%;
	max-width: 297px;
	text-transform: none;
}

.cta-animated {
	box-shadow: 0px 4px 40px 0px rgb(0 0 0 / 10%) !important;
}

.urgent-care-video .elementor-widget-container {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.new-hero-slider .elementor-slide-heading h1,
.new-hero-slider .elementor-slide-heading h2,
.new-hero-slider .elementor-slide-heading h3 {
	color: #fff !important;
	text-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}

.hero-slides.new-hero-slider .swiper-pagination {
	width: max-content;
}

/* HERO--SECTION-SLIDES */
.hero-slides .swiper-slide-inner {
	max-width: 1200px;
	padding: 15px 15px;
	padding-bottom: 50px;
}

.hero-slides .swiper-slide-contents {
	max-width: 475px !important;
}

.hero-slides .swiper-slide-bg {
	background-position: top center !important;
}

.hero-slides .swiper-slide-bg::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 60%) !important;
}

.post-type-archive-hcuc-location .menu-inner-wrapper .menu>li.current_page_ancestor>a,
.post-type-archive-hcuc-location .main-header-nav .main-menu ul>li.current_page_ancestor>a {
	color: var(--blue) !important;
}

.post-type-archive-hcuc-location .main-header-nav .main-menu ul>li.current_page_ancestor>a::after {
	display: none;
}

.post-type-archive-hcuc-location .main-header-nav .main-menu ul>li.current_page_ancestor>a:hover::after {
	display: block;
	background: var(--teal) !important;
}

body.single-hcuc-location .elementor-nav-menu>li.location-active>a::after {
	background: var(--red) !important;
}

.hero-slides .elementor-background-overlay {
	display: none !important;
}

.hero-slides .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	height: 4px;
	width: 15px;
	margin: 0 4px;
	border-radius: 0;
	opacity: 1;
	transition: 0.3s all;
}

.hero-slides .swiper-pagination .swiper-pagination-bullet-active {
	width: 40px;
}

.hero-slides .elementor-swiper-button-next {
	transition: 0.3s all;
	color: var(--red);
	border-radius: 50px;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	font-size: 28px !important;
	right: calc(50% - 109px);
	justify-content: center;
	top: auto !important;
	bottom: 33px;
	z-index: 10;
}

.hero-slides .elementor-swiper-button-prev {

	transition: 0.3s all;
	color: var(--red);
	border-radius: 50px;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	font-size: 28px !important;
	left: calc(50% - 109px) !important;
	justify-content: center;
	top: auto !important;
	bottom: 33px;
	z-index: 10;
}

.hero-slides .swiper-pagination {
	bottom: 90px;
	opacity: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1194px;
	display: flex;
	padding: 0 30px;
}

.hero-slides .elementor-swiper-button-prev,
.hero-slides .elementor-swiper-button-next {
	opacity: 0;
}

.hero-slides:hover .swiper-pagination,
.hero-slides:hover .elementor-swiper-button-prev,
.hero-slides:hover .elementor-swiper-button-next {
	opacity: 1;
}

.animated-styles {
	font-family: 'Kaushan Script';
	position: relative;
	display: inline-block;
}

body.single-hcuc-location .elementor-nav-menu>li.location-active>a {
	color: var(--red) !important;
}

body.single-hcuc-location .elementor-nav-menu>li.location-active li.location-active>a {
	color: var(--red) !important;
	text-decoration: underline !important;
}

body.single-hcuc-location .elementor-nav-menu>li.location-active>a:after {
	opacity: 1 !important;
}

body.single-hcuc-location .menu-inner-wrapper .menu>li.location-active>a {
	color: var(--red) !important;
}

body.single-hcuc-location .menu-inner-wrapper .menu>li.location-active li.location-active>a {
	text-decoration: underline !important;
}

body.page-id-3002 .elementor-nav-menu>li.hide-on-contact>a {
	color: #112E51 !important;
}

body.page-id-3002 .elementor-nav-menu>li.hide-on-contact>a:after {
	opacity: 0 !important;
}

body.page-id-3002 .elementor-nav-menu>li.hide-on-contact>a:hover {
	color: var(--red) !important;
}

body.page-id-3002 .elementor-nav-menu>li.hide-on-contact>a:hover:after {
	opacity: 1 !important;
}

html body.page-id-3002 .elementor-nav-menu>li.hide-on-contact li.hide-on-contact>a {
	color: #112E51 !important;
	text-decoration: none !important;
}

html body.page-id-3002 .elementor-nav-menu>li.hide-on-contact li.hide-on-contact>a:hover {
	color: #112E51 !important;
	text-decoration: underline !important;
}

html body.page-id-3002 .menu-inner-wrapper .menu>li.hide-on-contact>a {
	color: #112E51 !important;
}

html body.page-id-3002 .menu-inner-wrapper .menu>li.hide-on-contact li.hide-on-contact>a {
	text-decoration: none !important;
}

.animated-styles svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: visible;
}

.animated-styles svg path {
	stroke: #112E51;
	stroke-width: 9;
	fill: none;
	opacity: 0;
	stroke-dasharray: 0 1500;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-animation: elementor-headline-dash forwards;
}

/* @import url('hk.css'); */
.hero-section section.elementor-section.elementor-inner-section>.elementor-container {
	margin-left: 0;
}

.hero-section>.elementor-background-overlay {
	background-image: linear-gradient(89.89deg,
			rgba(255, 255, 255, 0.75) 0.11%,
			rgba(255, 255, 255, 0.7) 43.69%,
			rgba(196, 196, 196, 0) 78%) !important;
	/* background: rgba(0, 0, 0, 0.4); */
}

.CTA-wrapper-reverse .elementor-background-overlay {
	width: calc(100% - 102px);
}

.CTA-wrapper .elementor-button {
	color: var(--red) !important;
}

.CTA-wrapper .elementor-background-overlay {
	width: calc(100% - 102px);
	right: 0;
	left: auto;
}

.btn-col>.elementor-container {
	margin-right: 0;
}

/* Find Care Form Module */
.find-location-module {
	background: #f5f5f5;
	box-shadow: 2px 4px 21px 5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	/* padding-block: 12px;
	padding-inline: 24px 16px; */
	padding: 12px 16px 12px 24px;
	display: flex;
	align-items: center;
}

.find-location-module .find-link a {
	font-family: Avenir;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 31px;
	color: var(--blue);
	white-space: nowrap;
	display: flex;
	display: inline-block;
}

.find-location-module .find-link a::before {
	content: "\f3c5";
	font-family: "Font Awesome 5 Pro";
	font-size: 34px;
	font-weight: 100;
	color: var(--blue);
	margin-right: 16px;
	display: inline-block;
	text-decoration: none;
	transform: translateY(4px);
}

.find-location-module .find-link a:hover {
	text-decoration: underline;
}

.find-location-module .find-link a:hover:before {
	text-decoration: none;
}

.logo-section>a>img {
	min-width: 220px;
	padding-right: 20px;
}

.find-location-module .find-location-form {
	display: flex;
	align-items: center;
	width: 100%;
}

.find-location-module .find-location-form .fl-input i {
	font-size: 18px;
	color: #112E51;
}

.find-location-module .find-location-form {
	border-left: 2px solid #d8d8d8;
	margin-left: 16px;
	margin-bottom: 0;
}

.cp-info-bar,
.cp-blank-info-bar .cp-info-bar-body,
.cp-blank-info-bar .cp-content-container {
	font-family: "Avenir", Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
}

.ib-close .ib-img-default {
	background: transparent !important;
	padding: 4px !important;
}

.cp-blank-info-bar .cp-content-container {
	padding: 8px 20px 6px !important;
}

.find-location-module .find-location-form .fl-input {
	flex: 1;
	display: flex;
	align-items: center;
}

.find-location-module .find-location-form .fl-input input {
	/* padding-inline-start: 16px; */
	padding-left: 16px;
	border: none !important;
	outline: none;
	white-space: nowrap;
	height: 100% !important;
	width: 100% !important;
	font-weight: 500;
	font-size: 20px !important;
	line-height: 27px !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	background: #f5f5f5;
	margin-left: 5px;
}

.find-location-module .find-location-form .fl-input input:focus-within {
	outline: 1px solid gray !important;
}

.find-location-module .find-location-form .fl-input input::placeholder {
	font-family: Avenir;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 27px;
	color: #58595b;
	opacity: 0.5;
}

.find-location-module .find-location-form .fl-submit {
	margin-left: 22px;
}

.find-location-module .find-location-form .fl-submit button {
	text-transform: none;
	/* width: 191px; */
	/* display: block; */
	max-width: 100%;
	background: #112E51;
	border-color: #112E51;
	color: #fff;
}

/* .find-location-module .find-location-form .fl-submit button:hover {
	background: var(--red);
	border-color: var(--red);
} */

.fc-module-link a {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500 !important;
	text-decoration: none !important;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fc-module-link a::after {
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	color: var(--red);
	margin-left: 6px;
}

.fc-module-link a:hover {
	text-decoration: underline !important;
}

/* with search icon find location module */
.find-location-module .find-location-form .fl-submit {
	margin-left: 0;
}

a.skip-main {
	left: -999px;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -999;
	background-color: #fff;
	color: #333;
	font-size: 14px;
}

a.skip-main:focus,
a.skip-main:active {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgb(0 0 0 / 60%);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.find-location-module .find-location-form .fl-submit button {
	background: transparent !important;
	border: none !important;
	padding: 6px !important;
	display: flex;
	align-items: center;
	color: rgba(0, 0, 0, 0) !important;
	width: 38px;
	overflow: hidden;
}

.find-location-module .find-location-form .fl-submit button:focus-within {
	outline: 1px solid gray;
}

[data-elementor-type="header"] {
	position: sticky;
	top: 0;
	z-index: 1000
}

body.admin-bar [data-elementor-type="header"] {
	top: 32px;
}

html.cp-ib-open [data-elementor-type="header"] {
	top: 50px;
}

html.cp-ib-open body.admin-bar [data-elementor-type="header"] {
	top: 82px;
}

.elementor-widget-container,
.elementor-social-icons-wrapper,
.elementor-grid-item,
.elementor-icon-list-items {
	font-size: inherit !important;
}

.find-location-module .find-location-form .fl-submit button:hover,
.find-location-module .find-location-form .fl-submit button:focus,
.find-location-module .find-location-form .fl-submit button:active {
	background: transparent;
	border: none;
}

.find-location-module .find-location-form .fl-submit button:hover,
.find-location-module .find-link a:hover::before {
	opacity: 0.6;
}

.find-location-module .find-location-form .fl-submit button:before {
	content: "\f002";
	font-family: "Font Awesome 5 Pro";
	font-size: 26px;
	font-weight: 500;
	color: var(--blue);
	display: inline-block;
	text-decoration: none;
}

/* Hero go form use in hero section of Careers page */
.hero-go-form {
	max-width: 368px;
	margin-inline: auto;
	position: relative;
}

.hero-go-form input {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	background: #ffffff;
	padding-left: 27px;
	padding-right: 80px;
	border-radius: 5px;
	min-height: 55px;
	width: 100%;
	border: 1px solid rgb(31 37 84 / 33%);
}

.hero-go-form input::placeholder {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: rgb(31 37 84 / 33%);
}

.hero-go-form button {
	/* position: absolute; */
	/* right: 0; */
	/* white-space: break-spaces; */
	min-width: 105px;
	min-height: 55px;
	/* border-radius: 5px !important; */
	/* margin-left: -60px; */
	/* position: relative; */
	width: 100%;
	margin: 20px auto 0;
}


/* What We Treat Detail Page sidebar */
.wwt-wrapper .wwt-content-col {
	width: calc(100% - 370px) !important;
}

.wwt-wrapper>.elementor-container {
	align-items: flex-start;
}

.wwt-sidebar {
	width: 370px !important;
	/* position: sticky;
	top: 230px; */
}

body .wwt-sidebar ul li a:hover {
	color: #112E51;
}

/* main content */
.wwt-content img {
	border-radius: 5px;
}

.wwt-content h4 {
	color: #112E51;
	margin-block: 28px 0;
}

.wwt-content p:first-child {
	margin-top: 0;
}

.wwt-content p {
	margin-block: 17px 0;
}

.wwt-content .elementor-button-link {
	color: #fff;
	text-decoration: none;
	text-transform: none;
}

.wwt-content .elementor-button-link:hover {
	color: #fff;
}

/* sidebar */
.wwt-sidebar .wwt-links li {
	padding: 0;
	margin-bottom: 0px;
	display: flex;
	align-items: baseline;
}

.wwt-sidebar .wwt-links li:before {
	position: relative !important;
	color: #112E51 !important;
	margin-right: 10px;
	top: 0 !important;
}

.wwt-sidebar .wwt-links a {
	font-weight: 400;
	line-height: 40px;
	padding: 0;
	color: #112E51 !important;
}

.wwt-sidebar .wwt-links a:hover {
	padding: 0;
	text-decoration: underline;
}

/* elementor build sidebar */
.wwt-sidebar ul li.elementor-icon-list-item:before {
	display: none !important;
}

.wwt-sidebar ul li.elementor-icon-list-item .elementor-icon-list-icon i:before {
	display: inline-block;
	text-decoration: none;
}

.wwt-sidebar ul li.elementor-icon-list-item {
	margin-bottom: 14px;
	cursor: pointer;
	transition: 0.3s all;
}

.wwt-sidebar ul li.elementor-icon-list-item:hover {
	text-decoration: underline;
}

.cp-content-container span {
	margin: 0 5px;
	display: inline-block;
}

.cp-content-container .divider {
	position: relative;
	top: -1px
}


.wwt-cta .elementor-container {
	margin-left: 0;
}

.wwt-cta .elementor-button-link:hover {
	background: #fff;
	color: #112E51cc;
	border-color: #fff;
}

.wwt-cta .elementor-widget-wrap.elementor-element-populated {
	border-bottom-left-radius: 5px;
}

/* .wwt-cta .elementor-widget-wrap.elementor-element-populated .elementor-button{
	border-color: #fff !important;
	color: #fff !important;
} */


.hero-overlay>.elementor-background-overlay {
	width: 50%;
}

.care-CTA .elementor-widget-text-editor p {
	margin-bottom: 0;
}

.care-CTA .elementor-widget-text-editor ul {
	margin-top: 22px;
}

.care-CTA .elementor-widget-text-editor ul li:not(:last-child) {
	margin-bottom: 15px;
}

/* LeaderShip Page About-inforamtion */
.DRT-section>.elementor-container {
	margin-left: 0;
}

.DRT-section .elementor-background-overlay {
	width: calc(100% - 102px);
}

.DRT-section .elementor-widget-container>p:first-child img,
.DRT-section .elementor-widget-container>img:first-child {
	max-width: 400px;
	min-height: 504px;
	object-fit: cover;
	margin-top: -126px;
	margin-bottom: 15px;
	margin-right: -143px;
	margin-left: 40px;
	float: right;
}

.DRT-section h2 {
	font-weight: 400;
	font-size: 36px;
	line-height: 42px;
	color: #112E51;
	margin-block: 0 10px;
}

.DRT-section h6 {
	font-weight: 800;
	font-size: 18px;
	line-height: 28px;
	color: var(--red);
	margin-block: 0 19px;
}

.DRT-section p {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	margin-block-start: 0;
	margin-block-end: 4px;
}

.DRT-section p:first-child {
	margin-block: 0;
}

.DRT-section p:nth-child(4) {
	margin-bottom: 28px;
}

.DRT-section p:nth-child(7) {
	margin-top: 28px;
}

.DRT-section p:last-child {
	margin-bottom: 0;
}

/* General Template Page*/
.GT-ol ol {
	padding-left: 26px;
}

.GT-ol ol li {
	line-height: 25px;
	margin-bottom: 22px;
	padding-left: 0;
}

/* News Detail Page */
.wwt-wrapper .post-category .elementor-icon-list-item a {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #979797;
	pointer-events: none;
}

.wwt-wrapper .post-category .elementor-icon-list-item a:hover {
	text-decoration: underline;
}

.wwt-wrapper .post-category .elementor-icon-list-item a::before {
	content: "\f07c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	color: var(--blue);
	margin-right: 10px;
	display: inline-block;
}

.news-content .elementor-widget-container h4:first-child,
.news-content .elementor-widget-container ul:first-child {
	margin: 0;
	padding: 0;
}

.news-content h4 {
	margin-block: 40px 12px;
}

.news-content p {
	margin-block: 10px;
}

.news-content ul,
.news-content ol {
	padding: 0;
	margin-block: 5px 20px;
}

.news-content ul {
	list-style-type: none;
}

.news-content ul li:not(:last-child) {
	margin-bottom: 12px;
}

.news-content ul li::before {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 0;
	color: var(--teal);
}

.single-hcuc-location header .main-menu .elementor-nav-menu--main>ul>li:first-child>a {
	color: var(--red) !important;
}

.single-hcuc-location header .main-menu .elementor-nav-menu--main>ul>li:first-child>a::after {
	opacity: 1 !important;
	background: var(--red) !important;
}

.single-hcuc-location header .main-menu .elementor-nav-menu--main>ul>li:nth-child(2)>a {
	color: var(--blue) !important;
}

.single-hcuc-location header .main-menu .elementor-nav-menu--main>ul>li:nth-child(2)>a::after {
	opacity: 0 !important;
}

.single-hcuc-location header .main-menu .elementor-nav-menu--main>ul>li:nth-child(2)>a:hover::after {
	opacity: 1 !important;
	background: var(--teal) !important;
}

.news-content ul li {
	padding-left: 15px !important;
	position: relative;
}

.news-content ol {
	padding-left: 20px !important;
}

.news-content {
	word-break: break-word !important;
}

.footer-address-nav ul li a:hover .elementor-icon-list-text {
	text-decoration: underline !important;
	color: var(--teal) !important;
}

.news-content ul li a,
.news-content ol li a {
	font-weight: 600;
	text-decoration: underline;
}

.news-content ul li a:hover,
.news-content ol li a:hover {
	text-decoration: none;
}

.news-content h4 {
	font-weight: 500;
	color: #112E51;
}

body .wwt-share-module h6.elementor-heading-title {
	font-weight: 800;
	font-size: 18px !important;
	line-height: 28px !important;
	color: var(--red);
}

.wwt-share-module .fa-facebook:before {
	content: "\f39e";
}

.wwt-share-module .fa-linkedin:before {
	content: "\f0e1";
}

.wwt-news-posts article:not(:first-child) {
	margin-top: 30px;
	border-top: 1px solid #c4c4c4;
}

.wwt-news-posts .elementor-post__badge {
	position: relative !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 22px !important;
	text-transform: capitalize !important;
	background: transparent !important;
	color: #979797 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wwt-news-posts .elementor-post__badge::before {
	content: "\f07c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	color: #112E51;
	margin-right: 10px;
}

.wwt-news-posts .elementor-post__text {
	/* padding-inline: 0 !important; */
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-top: 5px !important;
}

.wwt-news-posts h4.elementor-post__title {
	margin-bottom: 0 !important;
}

.wwt-news-posts h4.elementor-post__title a,
.wwt-news-posts h5.elementor-post__title a {
	font-weight: 500;
	color: #112E51;
}

.wwt-news-posts h4.elementor-post__title:hover a,
.wwt-news-posts h5.elementor-post__title a:hover {
	text-decoration: underline;
}

.wwt-news-posts .elementor-post__read-more {
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 28px;
	margin-top: 10px;
	margin-bottom: 0 !important;
	text-decoration: underline;
	text-transform: capitalize !important;
	position: relative;
}

.wwt-news-posts .elementor-post__read-more::after {
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	margin-left: 10px;
	display: inline-block;
	position: absolute;
	color: var(--blue);
}

.wwt-news-posts .elementor-post__read-more:hover {
	text-decoration: none !important;
}

.archive-posts article .elementor-post__thumbnail {
	border: 2px solid #F8FCFE;
	border-radius: 5px 5px 0 0;
	min-height: 184px;
	overflow: hidden;
	position: relative;
}

.archive-posts article .elementor-post__thumbnail__link {
	margin: 0 !important;
}

.archive-posts article .elementor-post__thumbnail img {
	top: 0 !important;
	left: 0 !important;
	transform: none !important;
	position: absolute;
	width: 100%;
	height: 100%;
}

.archive-posts article .elementor-post__thumbnail:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px solid #F8FCFE;
	background: #ccc url("../img/logo.png") center no-repeat;
	background-size: 70%;
}

.archive-posts article .elementor-post__text {
	border: 2px solid #F8FCFE;
	border-top: none;
	border-radius: 0 0 5px 5px;
	padding: 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.archive-posts article .elementor-post__text .elementor-post__title {
	font-size: 24px;
	line-height: 36px;
	text-transform: capitalize;
	font-weight: 500;
	color: #112E51;
	display: inline-block;
}

.archive-posts article .elementor-post__text .elementor-post__title:hover {
	text-decoration: underline;
}

.archive-posts article .elementor-post__text .elementor-post__excerpt {
	font-size: 16px;
	line-height: 28px;
	color: #58595b;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: auto;
}

.archive-posts article .elementor-post__text .elementor-post__read-more {
	margin-top: 20px;
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	font-weight: 900;
	text-decoration: underline;
	text-transform: capitalize;
	max-width: max-content;
}

.archive-posts article .elementor-post__text .elementor-post__read-more:hover {
	text-decoration: none;
}

.archive-posts article .elementor-post__text .elementor-post__read-more:after {
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	margin-left: 10px;
	display: inline-block;
	text-decoration: none;
	position: absolute;
}

.archive-posts .elementor-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	flex-wrap: wrap;
}

.archive-posts .elementor-pagination .page-numbers {
	min-height: 34px;
	color: #112E51;
	min-width: 34px;
	padding: 2px 5px 0 5px;
	margin: 2.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 26px;
	font-size: 16px;
	font-weight: 900;
	background: #ffffff;
	border: 2px solid #112E51;
	border-radius: 5px;
}

.archive-posts .elementor-pagination .page-numbers:not(.dots):hover {
	color: #112E51;
	background-color: rgba(41, 75, 103, 0.06);
}

.archive-posts .elementor-pagination .page-numbers.current:not(.next):not(.prev) {
	color: #ffffff;
	background-color: #112E51;
}

.archive-posts .elementor-pagination .page-numbers.next {
	color: rgba(41, 75, 103, 0) !important;
	position: relative;
}

.archive-posts .elementor-pagination .page-numbers.next:before {
	color: #112E51;
	content: "\f178";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
}

.archive-posts .elementor-pagination .page-numbers.prev {
	color: rgba(41, 75, 103, 0) !important;
}

.archive-posts .elementor-pagination .page-numbers.prev:before {
	color: #112E51;
	content: "\f177";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
}

/* What We Treat Page Long CTA cards */

.room-cta-col {
	width: calc(55% - 90px) !important;
	margin-inline: auto;
}

.room-cta-line {
	width: 90px !important;
}

.room-cta-line:after {
	content: "";
	position: absolute;
	bottom: 0;
	inset-inline: 0;
	margin-inline: auto;
	width: 4px;
	height: 94%;
	background: #f4f4f2;
}

.room-cta-line:before {
	content: "or";
	position: absolute;
	top: 48%;
	inset-inline: 0;
	margin-inline: auto;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
	background: #fff;
	color: #112E51;
	padding-block: 34px;
	z-index: 1;
}

.room-cta-list .elementor-icon-list-item:not(:last-child) {
	margin-bottom: 26px;
	padding: 0;
}

.room-cta-list .elementor-icon-list-text {
	font-size: 24px;
	line-height: 36px;
}

.room-cta-col>.elementor-widget-wrap.elementor-element-populated {
	display: grid;
	grid-template-rows: auto auto auto auto 1fr;
}

.room-cta-cash.elementor-column {
	max-width: 420px;
	width: fit-content;
	margin-inline: auto;
}

.room-cta-col .room-cta-height>.elementor-container {
	height: 100%;
}

.cta-full-btn a.elementor-button-link {
	width: 100%;
}

.room-cta-col li.elementor-icon-list-item {
	align-items: flex-start;
}

.room-cta-col li::before {
	display: none !important;
}

.icon-box-list .elementor-cta__bg-wrapper .elementor-cta__bg {
	background-size: contain;
	background-repeat: no-repeat;
}

.room-cta-col .room-cta-height li.elementor-icon-list-item {
	margin-bottom: 12px;
}

.room-cta-col .room-cta-height li.elementor-icon-list-item .elementor-icon-list-icon {
	margin-top: 8px;
}

.room-cta-col .room-cta-height li.elementor-icon-list-item .elementor-icon-list-text {
	padding-left: 8px;
	line-height: 28px;
}

/*COVID-19 page CTA*/
.icon-box-list {
	height: 100%;
}

.icon-list-wrapper>.elementor-container {
	gap: 30px;
}

.icon-list-wrapper .elementor-cta__content {
	padding: 6px 0 0 0;
}

.icon-list-wrapper .elementor-cta__bg-wrapper {
	min-width: 90px !important;
	margin-right: 15px;
}

.icon-list-wrapper .elementor-cta {
	display: flex;
	align-items: flex-start;
}

.location-hero-spot-link {
	margin-top: 30px;
}

body.single-post .elementor-nav-menu .single-blog-active>a {
	color: var(--red) !important;
}

body.single-post .elementor-nav-menu .single-blog-active>a:after {
	opacity: 1 !important;
}

body.single-post .elementor-nav-menu ul .single-blog-active>a {
	text-decoration: underline;
}

.icon-list-wrapper .elementor-cta__title.elementor-cta__content-item.elementor-content-item {
	margin-bottom: 6px;
}

.icon-list-wrapper .elementor-widget.elementor-widget-call-to-action:not(:last-child) {
	margin-bottom: 42px !important;
}

.icon-list-wrapper .cta-full-btn {
	position: absolute;
	inset-inline: 0;
	margin-inline: auto;
	bottom: 30px;
	width: calc(100% - 60px);
}

.cta-slider .swiper-pagination,
.cta-slider .elementor-swiper-button {
	opacity: 0;
	visibility: hidden;
}

.charite-list .elementor-icon-list-item::before,
.wwt-content-col .elementor-icon-list-item::before,
.gtp-wrapper .elementor-icon-list-item::before {
	opacity: 0;
}

.tae-table * {
	box-sizing: border-box;
	background-color: transparent !important;
}

.tae-table {
	border-collapse: collapse;
}

table.tae-table .column {
	border: 2px solid #000;
	vertical-align: top;
	padding: 0;
}

.tae-table table {
	width: 100%;
}

.tae-table table tr td,
.tae-table table tr th {
	text-align: center;
	display: block;
	width: 100%;
	vertical-align: top;
	padding: 10px;
}

.tae-table .tae-td {
	color: red;
	border: none;
	font-weight: 700;
}

.tae-table table tr th {
	border-bottom: 2px solid #000;
}

.tae-gallery img {
	min-height: 245px;
	object-fit: cover;
}

.tae-testimonial .elementor-testimonial-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.05);
	border: 1px solid rgb(0 0 0 / 6%);
	padding: 30px;
}

.tae-testimonial .elementor-testimonial-content {
	text-align: left;
}

.tae-testimonial .elementor-testimonial-meta::after {
	position: absolute;
	content: "";
	background: #f4f5f2;
	height: 100%;
	width: 133px;
	inset-block: 0;
	right: 0;
	z-index: -1;
}

.tae-testimonial .elementor-testimonial-image {
	margin-bottom: 10px !important;
}

.tae-testimonial .elementor-testimonial-image img {
	width: 127px !important;
	height: 127px !important;
}

.tae-testimonial .elementor-testimonial-content {
	font-size: 18px;
	line-height: 28px;
}

.tae-testimonial .elementor-testimonial-name {
	font-size: 24px;
	line-height: 37px;
	font-weight: 700;
}

.featured-posts .elementor-post:not(.has-post-thumbnail) .elementor-post__card {
	position: relative;
}

.featured-posts .elementor-post:not(.has-post-thumbnail) .elementor-post__card:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-bottom: 2px solid #f4f5f2;
	background: #ccc url("/wp-content/themes/wp-tauc/assets/img/logo.png") center center no-repeat;
	padding-bottom: calc(0.647 * 100%);
	background-size: 70%;
	margin-bottom: 20px;
}

/* Search Page */
.search-results .elementor-post {
	border-bottom: 1px solid rgba(201, 193, 185, 0.5);
	padding-block-end: 25px;
	/* padding-inline: 8px; */
	padding-left: 8px;
	padding-right: 8px;
}

body .search-results .elementor-post__title a {
	display: inline-block;
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
	color: #112E51 !important;
}

body .search-results .elementor-post__title:hover a {
	text-decoration: underline;
}

body .search-results .elementor-post__excerpt p {
	font-size: 16px;
	line-height: 28px;
	color: #58595b;
}

body .search-results .elementor-pagination {
	padding-block: 30px 17px;
}

body .search-results .page-numbers {
	display: inline-block;
	line-height: 26px;
	font-size: 16px;
	font-weight: 900;
	color: var(--red) !important;
	background: #ffffff;
	border: 2px solid #f4f4f2;
	border-radius: 5px;
	padding: 3px 5px 0 5px;
	min-width: 34px;
	min-height: 34px;
	margin-right: 0 !important;
}

body .search-results .page-numbers:hover {
	color: var(--red);
	background-color: rgba(208, 19, 73, 0.06);
}

body .search-results .page-numbers.current {
	color: #ffffff !important;
	background-color: rgb(208, 19, 73);
	border-color: rgb(208, 19, 73);
}

.resource-list .elementor-icon-list-item a {
	align-items: flex-start !important;
}

.resource-list .elementor-icon-list-item a .elementor-icon-list-icon {
	padding-top: 6px;
}

.resource-list .elementor-icon-list-item::before {
	content: none !important;
}

body .search-results .page-numbers.next:before {
	color: var(--red);
	content: "\f178";
	font-family: "Font Awesome 5 Pro";
}

body .search-results .page-numbers.prev:before {
	color: var(--red);
	content: "\f177";
	font-family: "Font Awesome 5 Pro";
}

body .search-results .page-numbers.next img,
body .search-results .page-numbers.prev img {
	display: none;
}

/* @import url('qa.css'); */
/* how it work slider */

.hw-slider .swiper-slide {
	padding: 0;
}

.hw-slider .swiper-container {
	width: 100% !important;
}

.hw-slider .elementor-testimonial__image {
	max-width: 90px;
	height: 90px !important;
	display: flex;
	align-items: end;
}

.hw-slider .elementor-testimonial__image img {
	height: auto !important;
	width: auto !important;
	max-height: 98px !important;
	border-radius: 0;
}

.hw-slider .elementor-testimonial__text {
	/* max-width: 330px; */
	font-style: normal !important;
	font-size: 18px !important;
	line-height: 28px !important;
	margin-top: 13px !important;
}

.culture-box .elementor-cta__icon {
	display: inline-block;
	width: auto;
	margin: 0 15px 0 0 !important;
}

.culture-box .elementor-cta__title {
	display: inline-block;
	width: auto;
	margin: 0 !important;
	font-weight: 600 !important;
}

.culture-box .elementor-cta__description {
	margin-top: 10px;
}

.hw-slider .elementor-testimonial__text:after {
	content: '';
	display: block;
	overflow: hidden;
}

.hw-slider .elementor-testimonial__content {
	display: flex;
	flex-direction: column-reverse;
	margin-top: 23px;
}

.hw-slider .elementor-testimonial__content .elementor-testimonial__cite {
	margin: 0;
}

.hw-slider .elementor-testimonial__name {
	font-weight: 800;
	font-size: 16px;
	line-height: 16px;
	color: var(--red) !important;
	text-transform: uppercase;
	font-style: normal;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 9px;
}

.hw-slider .elementor-testimonial__name:before {
	content: "";
	height: 2px;
	width: 36px;
	background: var(--red);
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
}

.hw-slider .elementor-testimonial__title {
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #112E51;
	text-transform: capitalize;
	font-style: normal;
}

.hw-slider .elementor-testimonial__title a {
	color: #112E51;
	text-decoration: underline;
	text-underline-position: under;
}

.hw-slider .elementor-testimonial__title a:hover {
	text-decoration: none;
}

.hw-slider .elementor-testimonial__footer {
	margin-bottom: 0;
}

.hw-slider .swiper-pagination {
	display: none;
}

.hw-slider .swiper-pagination .swiper-pagination-bullet {
	background-color: transparent;
	margin-inline: 4px;
	opacity: 1;
	transition: 0.3s all;
	height: 10px;
	width: 10px;
	border: 1px solid var(--blue);
	border-radius: 50%;
}

.hw-slider .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
	background-color: var(--blue);
}

.hw-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--blue);
	cursor: context-menu;
}

.hw-slider .elementor-swiper-button-prev {
	color: var(--red);
	transition: 0.3s all;
	background: #ffffff;
	box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
	border-radius: 50px;
	width: 50px;
	height: 50px;
	display: flex;
	font-size: 27px !important;
	align-items: center;
	justify-content: center;
	left: -62px;
}

.hw-slider .swiper-button-disabled {
	opacity: 0;
	visibility: hidden;
	cursor: context-menu;
}

.hw-slider .elementor-swiper-button-next {
	color: var(--red);
	transition: 0.3s all;
	background: #ffffff;
	box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
	border-radius: 50px;
	width: 50px;
	height: 50px;
	display: flex;
	right: -62px;
	align-items: center;
	font-size: 27px !important;
	justify-content: center;
}

.hw-slider .elementor-swiper-button:not(.swiper-button-disabled):hover {
	color: #112E51;
}

.hw-slider .elementor-testimonial__footer {
	display: flex;
	align-items: end;
}

.hw-slider .elementor-testimonial__footer:after {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	max-width: 236px;
	margin-bottom: 16px;
	margin-left: 18px;
	background-image: linear-gradient(to right,
			#979797 60%,
			rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 20px 3px;
	background-repeat: repeat-x;
}

/* Team slider */

.team-section h5 {
	text-transform: uppercase;
	font-weight: 500 !important;
	line-height: 22px;
}

.team-slider .elementor-testimonial {
	background: #ffffff;
	/* box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.05); */
	display: flex;
	flex-direction: column-reverse;
	height: 100%;
	justify-content: flex-end;
	box-shadow: 0px 10px 21px rgba(208, 19, 73, 0.05);
}

.team-slider .swiper-slide:nth-child(even) .elementor-testimonial {
	box-shadow: 0px 10px 21px rgba(208, 19, 73, 0.05);
}

.team-slider .swiper-slide:nth-child(even):hover .elementor-testimonial {
	box-shadow: 0px 10px 21px rgba(208, 19, 73, 0.1);
}

.team-slider .swiper-slide:nth-child(odd) .elementor-testimonial {
	box-shadow: 0px 10px 21px rgba(0, 39, 116, 0.05);
}

.team-slider .swiper-slide:nth-child(odd):hover .elementor-testimonial {
	box-shadow: 0px 10px 21px rgba(0, 39, 116, 0.1);
}

.swiper-slide .elementor-main-swiper {
	width: 100% !important;
	transition: all 0.3s ease 0s;
}

.team-slider .swiper-slide {
	padding: 15px;
	overflow: visible;
}

.team-slider .elementor-testimonial__footer {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 !important;
}

.team-slider .elementor-testimonial__footer .elementor-testimonial__image {
	background-color: #f4f5f2;
	padding-top: 50px;
	width: 100%;
}

.location-hero-address,
.address-left ul li.address-list strong {
	display: flex;
	flex-direction: column;
}

.team-slider .elementor-testimonial__footer .elementor-testimonial__image>img {
	margin-bottom: -120px;
}

.mission-section>.elementor-container {
	width: calc(100% + 30px) !important;
	margin: -15px !important;
}

.mission-section>.elementor-container>.elementor-column {
	width: calc(50% - 30px) !important;
	margin: 15px !important;
	box-shadow: 0px 10px 20px 0px rgba(0, 39, 116, 0.1);
	border-radius: 10px;
	overflow: hidden;
	transition: box-shadow 0.3s;
	position: relative;
	min-height: 200px;
}

.mission-section>.elementor-container>.elementor-column>.elementor-element-populated>*:not(.elementor-background-overlay) {
	position: relative;
	z-index: 1;
}

.mission-section>.elementor-container>.elementor-column:hover {
	box-shadow: 0px 10px 22px 0px rgba(0, 39, 116, 0.2);
}

.mission-section>.elementor-container>.elementor-column:nth-child(2):hover {
	box-shadow: 0px 10px 22px 0px rgba(206, 32, 47, 0.2);
}

.mission-title li span {
	font-size: 26px;
	line-height: 37px;
}

.mission-title li .elementor-icon-list-icon svg {
	height: 40px;
	width: 40px
}

.mission-title li:before {
	content: none !important;
}

.mission-list li {
	line-height: 28px !important;
	margin-bottom: 12px !important;
	padding-left: 23px !important;
}

.mission-list li:last-child {
	margin-bottom: 0 !important;
}

.mission-list li:before {
	top: 1px !important;
}

.mission-bg-image {
	position: absolute !important;
	top: 20px;
	right: 20px;
}

.mission-bg-image img {
	height: 100px !important;
	width: 100px !important;
	object-fit: contain !important;
}

.team-slider .elementor-testimonial__footer .elementor-testimonial__cite {
	margin: 0;
	padding: 160px 30px 0 30px;
}

.slider-no-description .elementor-testimonial__footer .elementor-testimonial__cite {
	padding-bottom: 30px;
}

.team-slider .elementor-testimonial__footer .elementor-testimonial__name {
	font-size: 24px;
	line-height: 37px;
	font-weight: 400;
	text-align: center;
}

.team-slider .elementor-testimonial__footer .elementor-testimonial__title {
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
	font-weight: 500;
	text-transform: uppercase;
}

.team-slider .elementor-testimonial__content {
	background: transparent;
	padding: 0 !important;
	margin-top: 15px;
}

.team-slider .elementor-testimonial__content .elementor-testimonial__text {
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
	padding: 0 30px 30px 30px;
}

.team-slider .elementor-testimonial__content:after {
	content: none;
}

.team-bg-text:before {
	content: "team";
	display: block;
	font-weight: 800;
	font-size: 19vw;
	color: #f4f5f2;
	position: absolute;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.team-slider .swiper-pagination .swiper-pagination-bullet {
	background-color: #112E51;
	height: 4px;
	width: 15px;
	margin-inline: 4px;
	border-radius: 0;
	opacity: 1;
	transition: 0.3s all;
}

.team-slider .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
	opacity: 0.5;
}

.team-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--red);
	width: 40px;
	cursor: context-menu;
}

.team-slider .elementor-swiper-button-prev {
	color: var(--red);
	transition: 0.3s all;
	border-radius: 50px;
	width: 28px;
	height: 28px;
	display: flex;
	font-size: 28px !important;
	left: calc(50% - 149px);
	align-items: center;
	justify-content: center;
	top: auto !important;
	bottom: -13px;
	z-index: 10;
}

.team-slider .elementor-swiper-button-next {
	transition: 0.3s all;
	color: var(--red);
	border-radius: 50px;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	font-size: 28px !important;
	right: calc(50% - 149px);
	justify-content: center;
	top: auto !important;
	bottom: -13px;
	z-index: 10;
}

.team-slider .swiper-button-disabled {
	opacity: 1;
	cursor: context-menu;
	color: #6f6f6f;
}

/* happy costumer */

.hp-slider .elementor-testimonial__footer {
	margin: 0;
	padding: 0 15px 20px 15px;
	background: #112E51;
	flex-direction: column;
}

.hp-slider .elementor-testimonial__footer .elementor-testimonial__cite {
	margin: 0;
}

.hp-slider .elementor-testimonial {
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	box-shadow: 0px 15px 16px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
}

.hp-slider .elementor-testimonial__image {
	margin-top: -50px;
}

.hp-slider .elementor-testimonial__content {
	padding: 30px 30px 90px 30px;
	flex: 1;
	position: relative;
}

.hp-slider .elementor-testimonial__content .elementor-testimonial__text {
	font-style: normal;
	font-size: 20px;
	text-align: left;
	line-height: 28px;
}

.hp-slider .elementor-testimonial__content:before {
	content: url("../img/qeute.svg");
	display: block;
	bottom: 35px;
	right: 33px;
	position: absolute;
}

.hp-slider .elementor-main-swiper {
	width: 100% !important;
}

.hp-slider .swiper-slide {
	padding: 15px;
	overflow: visible;
}

.hp-slider .elementor-testimonial__footer .elementor-testimonial__name {
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	margin-top: 10px;
	font-weight: 500;
	color: #ffffff;
}

.hp-slider .elementor-testimonial__footer .elementor-testimonial__title {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	font-weight: 500;
	color: #8093ba;
}

.hp-slider .swiper-pagination {
	bottom: -7px;
}

.hp-slider .swiper-pagination .swiper-pagination-bullet {
	background-color: #112E51;
	height: 4px;
	width: 24px;
	margin-inline: 4px;
	border-radius: 0;
	opacity: 1;
	transition: 0.3s all;
}

.hp-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--red);
	width: 64px;
	cursor: context-menu;
}

.hp-slider .elementor-swiper-button-prev {
	color: #ffffff;
	transition: 0.3s all;
	background: var(--red);
	box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	width: 46px;
	height: 46px;
	display: flex;
	font-size: 28px !important;
	left: -6px;
	align-items: center;
	justify-content: center;
	left: -15;
	z-index: 10;
}

#rl-email-form .rl-email-label {
	font-family: 'Avenir', Arial, Helvetica, sans-serif !important;
	font-size: 14px;
	font-weight: 600;
}

#rl-email-form .rl-email-label input,
#rl-email-form .rl-email-label textarea {
	margin-top: 7px;
	margin-bottom: 14px;
	width: 100%;
	border-radius: 5px !important;
	background-color: #ffffff;
	border: 2px solid rgba(0, 40, 116, 0.2);
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
}

#rl-email #rl-email-form .rl-button[type="submit"],
#rl-email #rl-email-form .rl-button[type="button"] {
	background: #112E51 !important;
	border: 2px solid #112E51;
	box-shadow: none;
	border-radius: 5px;
	color: #ffffff !important;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	font-size: 18px !important;
	line-height: 1;
	padding: 10px 20px 10px;
	font-weight: 600 !important;
	transition: 0.3s all;
	text-shadow: none !important;
}

#rl-email #rl-email-form .rl-button[type="submit"]:hover,
#rl-email #rl-email-form .rl-button[type="button"]:hover {
	color: #112E51 !important;
	background-color: transparent !important;
}

#rl-email #rl-email-form .rl-button[type="button"] {
	color: #112E51 !important;
	background-color: transparent !important;
}

#rl-email #rl-email-form .rl-button[type="button"]:hover {
	background-color: #112E51 !important;
	color: #ffffff !important;
}

.hp-slider .elementor-swiper-button-next {
	color: #ffffff;
	transition: 0.3s all;
	background: var(--red);
	box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
	border-radius: 50px;
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	font-size: 28px !important;
	right: -6px;
	justify-content: center;
	z-index: 10;
}

.hp-slider .elementor-swiper-button:not(.swiper-button-disabled):hover {
	opacity: 0.5;
}

.hp-slider .swiper-button-disabled {
	background-color: white;
	opacity: 1;
	color: #979797;
	cursor: context-menu;
}

/* covid 19 testing section */
.c19-box {
	box-shadow: 2px 4px 21px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 30px;
	min-height: 245px;
}

/* leadership members section */
.leadership-section .member-box {
	width: calc(33.33% - 30px);
	background: #ffffff;
	box-shadow: 0px 10px 21px rgba(0, 39, 116, 0.05);
	margin: 15px !important;
	transition: 0.3s all;
}

.leadership-section .member-box:hover {
	box-shadow: 0px 10px 21px rgba(0, 39, 116, 0.1);
}

.leadership-section .member-box:nth-child(even) {
	box-shadow: 0px 10px 21px rgba(208, 19, 73, 0.05);
}

.leadership-section .member-box:nth-child(even):hover {
	box-shadow: 0px 10px 21px rgba(208, 19, 73, 0.1);
}

.leadership-section .member-box .elementor-image-box-img {
	background: #f4f5f2;
	width: 100% !important;
	padding-top: 50px;
	margin: 0 !important;
}

.leadership-section .member-box .elementor-image-box-img img {
	width: 100%;
	max-width: 250px;
	max-height: 250px;
	border-radius: 50%;
	margin-bottom: -120px;
	object-fit: cover;
}

.leadership-section .member-box .elementor-image-box-content {
	padding: 150px 30px 30px 30px;
}

.leadership-section .member-box .elementor-image-box-title {
	margin: 0;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.leadership-section .member-box .elementor-image-box-description {
	margin: 0;
	text-align: center;
}

.leadership-section .member-box .elementor-image-box-description strong {
	margin-bottom: 15px;
	display: block;
	color: var(--red);
	font-weight: 500;
	text-transform: uppercase;
}

/* Insurance options */

.io-section .io-heading {
	color: #112E51;
	margin-bottom: 16px;
	margin-top: 0;
}

.io-section .sbl-box {
	overflow: hidden;
}

.io-section .sbl-box .sbl-wraper {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.io-section .sbl-box .sbl-wraper>li {
	background: #ffffff;
	border: 2px solid #f4f4f2;
	color: var(--red);
	font-weight: 900;
	text-transform: uppercase;
	min-height: 40px;
	min-width: 40px;
	cursor: pointer;
	padding: 4px;
	margin: 5px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	line-height: 28px;
	transition: 0.3s all;
}

.io-section .sbl-box .sbl-wraper>li::before {
	content: none !important;
}

.io-section .sbl-box .sbl-wraper>li.active:hover {
	opacity: 0.7;
}

.io-section .sbl-box .sbl-wraper>li:not(.active):not(.disabled):hover {
	opacity: 1;
	background-color: var(--red);
}

.io-section .sbl-box .sbl-wraper>li.disabled {
	color: #c4c4c4;
	background: #ffffff;
	cursor: context-menu;
}

.io-section .sbl-box .sbl-wraper>li.active {
	color: #ffffff;
	background: var(--red);
}

.has_no_filter_section {
	display: none !important;
}

.io-section .search-box {
	margin-top: 34px;
}

.io-section .search-box .search-wraper {
	position: relative;
}

.io-section .search-box .search-wraper>input {
	outline: none;
	font-size: 18px;
	color: #58595b;
	font-weight: 500;
	min-height: 58px;
	border-radius: 5px;
	background: #ffffff;
	border: 2px solid rgba(0, 39, 116, 0.2);
	padding: 5px 50px 5px 17px;
	transition: 0.3s all;
}

.io-section .search-box .search-wraper>input:focus {
	border-color: #112E51;
}

.io-section .search-box .search-wraper>input:focus-within {
	border-color: #112E51;
	outline: 1px solid gray !important
}

.io-section .search-box .search-wraper>input::placeholder {
	text-transform: capitalize;
	color: #58595b;
	opacity: 0.3;
}

.io-section .search-box .search-wraper>button {
	border: none;
	outline: none;
	background: none;
	color: #112E51;
	padding: 5px;
	font-size: 24px !important;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.io-section .search-box .search-wraper>button:focus-within {
	outline: 1px solid gray !important;
}

.io-section .search-box .search-wraper>button:active {
	background: none;
	color: #112E51;
}

.io-section .search-box .search-wraper>button:hover {
	background: none;
	color: #112E51;
	opacity: 0.7;
}

.io-section .io-logos-box {
	margin-top: 40px;
	overflow: hidden;
}

.io-section .io-logos-box .io-logos-title {
	text-transform: uppercase;
	color: var(--red);
	font-weight: 800;
	font-size: 40px;
	line-height: 50px;
	border-bottom: 1px solid #c4c4c4;
}

.io-section .io-logos-box .io-logos-wraper {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.io-section .io-logos-box .io-logos-wraper .io-logo-box {
	width: calc(33.33% - 30px);
	margin: 15px;
	border-radius: 10px;
	background: #ffffff;
	min-height: 146px;
	border: 2px solid #f4f4f2;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 21px 10px 10px 10px;
	transition: 0.3s all;
}

.io-section .io-logos-box .io-logos-wraper .io-logo-box:hover {
	border-color: #112E51;
}

.io-section .io-logos-box .io-logos-wraper .io-logo-box>img {
	height: auto;
	width: auto;
	max-width: 80%;
	max-height: 100%;
}

.io-section .io-logos-box .io-logos-wraper .io-logo-box>p {
	text-transform: capitalize;
	color: #112E51;
	font-weight: 800;
	line-height: 26px;
	margin-top: 15px;
}

/* featured posts */
.featured-posts .elementor-post__thumbnail__link {
	margin: 0;
	transition: 0.3s all;
}

.featured-posts .elementor-post {
	height: auto;
	margin-top: 0 !important;
}

.featured-posts .elementor-post .elementor-post__card {
	display: flex;
	flex-direction: column;
}

.featured-posts .elementor-posts-container {
	align-items: stretch !important;
}

.featured-posts .elementor-post__thumbnail {
	position: relative;
	overflow: hidden;
	padding-bottom: 65%;
	z-index: 1;
}

.featured-posts .elementor-post__thumbnail__link:hover {
	opacity: 0.8;
}

.featured-posts .elementor-post__thumbnail__link:after {
	background-image: url("../img/logo.png") !important;
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat !important;
	border-bottom: 1px solid rgb(236, 236, 236);
}

.featured-posts .elementor-post__thumbnail img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.featured-posts .elementor-post__badge {
	position: relative;
	background: none;
	color: #979797;
	font-size: 14px;
	line-height: 22px;
	margin: 0 !important;
	text-transform: capitalize !important;
	padding: 30px 30px 0 30px;
}

.featured-posts .elementor-post__badge:before {
	content: "\f07c";
	font-family: "Font Awesome 5 Pro";
	color: #112E51;
	display: inline-block;
	margin-right: 10px;
}

.featured-posts .elementor-post__text {
	margin-top: 0 !important;
	padding: 30px 30px 30px 30px !important;
	height: auto;
	flex: 1;
	display: flex !important;
	flex-direction: column !important;
}

.hw-slider .elementor-testimonial__text a:hover {
	text-decoration: underline;
}

.featured-posts .elementor-post__title {
	margin: 0 !important;
}

.featured-posts .elementor-post__title a {
	color: var(--blue);
	font-weight: 500;
	font-size: 24px;
	line-height: 37px;
}

.featured-posts .elementor-post__title a:hover {
	text-decoration: underline;
}

.featured-posts .elementor-post__excerpt {
	margin: 0 !important;
	margin-bottom: auto !important;
}

.featured-posts .elementor-post__excerpt p {
	color: #58595b;
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.featured-posts .elementor-post__read-more {
	margin: 19px 0 0 0 !important;
	max-width: max-content;
	font-size: 16px;
	line-height: 28px;
	font-weight: 900;
	text-decoration: underline;
	text-transform: capitalize !important;
	color: var(--blue);
}

.featured-posts .elementor-post__read-more:hover {
	text-decoration: none;
}

.featured-posts .elementor-post__read-more>span:after {
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	margin-left: 5px;
	display: inline-block;
	text-decoration: none;
	padding: 10px 0 0 5px;
}

.cps-slider-next:not(.swiper-button-disabled) .elementor-icon {
	transition: 0.3s all;
	cursor: pointer;
}

.cps-slider-next:not(.swiper-button-disabled) .elementor-icon:hover {
	opacity: 0.5;
}

.cps-slider-prev:not(.swiper-button-disabled) .elementor-icon {
	transition: 0.3s all;
	cursor: pointer;
}

.cps-slider-prev:not(.swiper-button-disabled) .elementor-icon:hover {
	opacity: 0.5;
}

.cps-slider-next .elementor-icon svg path {
	transition: 0.3s all;
}

.cps-slider-prev .elementor-icon svg path {
	transition: 0.3s all;
}

.cps-slider-next.swiper-button-lock {
	display: none !important;
}

.cps-slider-prev.swiper-button-lock {
	display: none !important;
}

.cps-slider-pagination {
	margin-top: 26px;
}

.cps-slider-pagination.swiper-pagination-lock {
	display: none !important;
}

.cps-slider-pagination .swiper-pagination-bullet {
	background: #112E51;
	border-radius: 0 !important;
	height: 4px;
	width: 15px;
	transition: 0.3s all;
	opacity: 1;
	margin-inline: 4px;
}

.cps-slider-pagination .swiper-pagination-bullet-active {
	background: var(--red);
	height: 4px;
	width: 40px;
	cursor: context-menu;
}

.cps-slider-next:not(.swiper-button-lock)+.elementor-widget-button {
	margin-top: 30px;
}

.cps-slider-next.swiper-button-lock+.elementor-widget-button {
	margin-top: 50px;
}

.cps-slider-next.swiper-button-disabled .elementor-icon svg path {
	fill: #6f6f6f !important;
	cursor: context-menu;
}

.cps-slider-prev.swiper-button-disabled .elementor-icon svg path {
	fill: #6f6f6f !important;
	cursor: context-menu;
}

/* posts page */

.tauc-posts-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.tauc-posts-wrapper .tauc-post {
	width: calc(33.33% - 30px);
	margin: 15px;
	background: #ffffff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.tauc-posts-wrapper .tauc-post .post-thumbnail {
	overflow: hidden;
	position: relative;
	padding-bottom: 66%;
	border-radius: 5px 5px 0 0;
	min-height: 184px;
	display: block;
	border: 1px solid #D9D9D6;
	transition: 0.3s all;
}

.tauc-posts-wrapper .tauc-post .post-thumbnail:hover {
	opacity: 0.8;
}

.tauc-posts-wrapper .tauc-post .post-thumbnail:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #D9D9D6;
	background: #D9D9D6 url("../img/covenant-logo.svg") center no-repeat;
	background-size: 70%;
}

.btn-wrapper .coming-soon {
	display: inline-block;
	max-width: max-content;
	background-color: var(--blue);
	color: var(--white);
	border-radius: 50px;
	padding: 10px 15px 10px !important;
	width: auto !important;
	text-align: center;
	line-height: 19px !important;
	font-size: 18px !important;
	font-weight: 800;
	border: 2px solid var(--blue);
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
}

.btn-wrapper .coming-soon:after {
	content: "";
	width: 170px;
	display: block;
	max-width: 100%;
}

.timing p.timing_message b {
	font-style: normal !important;
	color: var(--blue);
	font-size: 18px;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: bold;
}

.tauc-posts-wrapper .tauc-post .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.tauc-posts-wrapper .tauc-post .post-content {
	border: 1px solid #D9D9D6;
	border-top: none;
	border-radius: 0 0 5px 5px;
	padding: 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.tauc-posts-wrapper .tauc-post .post-category {
	font-size: 14px;
	line-height: 22px;
	text-transform: capitalize;
	color: #979797;
	margin-bottom: 5px;
}

.tauc-posts-wrapper .tauc-post .post-category:before {
	content: "\f07c";
	font-family: "Font Awesome 5 Pro";
	color: #112E51;
	display: inline-block;
	margin-right: 10px;
}

.tauc-posts-wrapper .tauc-post .post-title {
	font-size: 24px;
	line-height: 36px;
	text-transform: capitalize;
	font-weight: 500;
	color: var(--blue);
	display: inline-block;
}

.tauc-posts-wrapper .elementor-posts-nothing-found {
	padding: 15px;
}

.tauc-posts-wrapper .tauc-post .post-excerpt {
	font-size: 16px;
	line-height: 28px;
	color: #58595b;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: auto;
}

.tauc-posts-wrapper .tauc-post .read-more {
	margin-top: 20px;
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	font-weight: 900;
	text-decoration: underline;
	text-transform: capitalize;
	max-width: max-content;
	color: var(--blue);
}

.tauc-posts-wrapper .tauc-post .read-more:hover {
	text-decoration: none;
}

.tauc-posts-wrapper .tauc-post .read-more:after {
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	margin-left: 10px;
	display: inline-block;
	text-decoration: none;
	color: var(--blue);
}

.news-filter .elementor-heading-title {
	color: #58595b;
	font-weight: 600 !important;
}

#cookie-notice {
	background-color: rgba(17, 46, 81, 0.85) !important;
	position: fixed;
	z-index: 11111;
}

#cookie-notice .cookie-notice-container {
	padding: 25px 50px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

#cookie-notice #cn-notice-text {
	display: flex;
	justify-content: center;
	align-items: center;
}

#cookie-notice .cookies-message {
	text-align: left;
	font-family: Arial;
	display: block;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	max-width: 60%;
	margin: 0 1em 0 auto;
}

#cookie-notice .cookies-button-container {
	max-width: 40%;
	text-align: center;
	display: flex;
	align-content: space-between;
	margin: 0 auto;
	font-weight: bold;
}

#cookie-notice .cookies-button-container .cookies-button {
	border: 0;
	display: inline-block;
	color: #fff;
	margin: 0 4px;
	padding: 5px 10px;
	min-width: 110px;
	font-weight: 700;
	border-radius: 3px;
	text-align: center;
	background-color: transparent;
	font-family: Arial;
	text-decoration: none;
	line-height: 1.5;
	border: 1px solid #fff;
}

#cookie-notice .cookies-button-container .cookies-button:hover {
	background-color: #fff;
	color: var(--blue)
}

#cn-notice-buttons {
	display: none !important;
}

#cookie-notice .cookies-message a {
	color: #fff;
}

#cookie-notice .cookies-message a:hover {
	text-decoration: underline;
}

.news-filter .facetwp-facet {
	margin: 0;
}

.news-filter .facetwp-input-wrap {
	width: 100%;
	height: 58px;
	border: 2px solid rgba(0, 39, 116, 0.2);
	border-radius: 5px;
}

.news-filter .facetwp-input-wrap .facetwp-icon {
	opacity: 0;
	visibility: hidden;
}

.news-filter .facetwp-input-wrap>input {
	border: none;
	outline: none;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	min-width: 100px !important;
	padding: 15px !important;
}

.news-filter .facetwp-input-wrap>input:focus-within {
	outline: 1px solid rgb(31 37 84 / 60%) !important
}

.news-filter .facetwp-input-wrap>input::placeholder {
	opacity: 0.3;
}

.news-filter .facetwp-type-fselect .fs-wrap {
	width: 100%;
}

.news-filter .facetwp-type-fselect .fs-wrap .fs-label-wrap {
	width: 100%;
	border: none;
}

.news-filter .facetwp-type-fselect .fs-wrap .fs-label-wrap .fs-arrow {
	border: none;
	height: auto;
	top: 50%;
	width: auto;
	margin: 0;
	transform: translateY(-50%);
	height: auto;
	width: auto;
	right: 20px;
	max-height: 15px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.news-filter .facetwp-type-fselect .fs-wrap.fs-open .fs-label-wrap .fs-arrow {
	transform: translateY(-50%) rotate(-180deg);
}

.news-filter .facetwp-type-fselect .fs-wrap .fs-label-wrap .fs-arrow:before {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	height: 10px;
	font-size: 15px;
	width: 13px;
}

.news-filter .facetwp-type-fselect .fs-label-wrap .fs-label {
	border: 2px solid rgb(31 37 84 / 33%);
	border-radius: 5px;
	height: 56px;
	font-weight: 500;
	cursor: pointer;
	padding: 18px 35px 18px 10px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-filter .facetwp-type-fselect .fs-wrap .fs-dropdown {
	width: 100%;
	border: 2px solid rgb(31 37 84 / 33%);
	border-radius: 5px;
	z-index: 100;
}

.news-filter .facetwp-type-fselect .fs-wrap .fs-dropdown .fs-search {
	width: 100%;
	border-bottom: 2px solid rgb(31 37 84 / 33%);
}

.news-filter .facetwp-type-fselect .fs-dropdown .fs-search input {
	font-size: 16px;
	padding: 10px;
}

.news-filter .facetwp-type-fselect .fs-dropdown .fs-options .fs-option {
	font-size: 16px;
	padding: 10px;
	transition: 0.3s all;
}

.news-filter .facetwp-type-fselect .fs-dropdown .fs-options .fs-option:hover {
	background-color: rgb(243, 243, 243);
}

.news-pagination .facetwp-facet {
	margin: 0;
}

.news-pagination .facetwp-facet .tauc-hide-page-dk {
	display: none !important;
}

.news-pagination .facetwp-facet .facetwp-pager {
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-pagination .facetwp-facet .facetwp-page {
	min-height: 34px;
	color: var(--blue);
	min-width: 34px;
	padding: 2px 5px 0 5px;
	margin: 2.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 26px;
	font-size: 16px;
	font-weight: 900;
	background: #ffffff;
	border: 1px solid var(--blue);
	border-radius: 50%;
}

.news-content .elementor-widget-container>h2:not(:first-child),
.news-content .elementor-widget-container>h3:not(:first-child),
.news-content .elementor-widget-container>h4:not(:first-child),
.news-content .elementor-widget-container>h5:not(:first-child),
.news-content .elementor-widget-container>h6:not(:first-child) {
	margin-top: 30px;
}

.wwt-news-posts .elementor-posts .elementor-post__badge {
	top: 7px !important;
	left: 7px !important;
	color: #fff !important;
	background-color: #00143D !important;
	position: absolute !important;
	padding: 7px 13px !important;
	max-width: max-content;
}


.wwt-news-posts .elementor-posts .elementor-post__badge::before {
	color: #fff !important;
}

.wwt-news-posts .elementor-post__text {
	padding: 0 !important;
	margin: 0 !important
}

.wwt-news-posts .elementor-post__read-more {
	margin-top: 0px !important
}

.news-pagination .facetwp-facet .facetwp-page:not(.dots):hover {
	color: #fff;
	background-color: var(--blue);
}

.news-pagination .facetwp-facet .facetwp-page.active:not(.next):not(.prev) {
	color: #ffffff;
	background-color: var(--blue);
}

.news-pagination .facetwp-facet .facetwp-page.next {
	color: rgba(208, 19, 73, 0) !important;
	position: relative;
}

.news-pagination .facetwp-facet .facetwp-page.next:before {
	color: var(--blue);
	content: "\f178";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
}

.news-pagination .facetwp-facet .facetwp-page.next:hover:before,
.news-pagination .facetwp-facet .facetwp-page.prev:hover:before {
	color: #fff
}

.news-pagination .facetwp-facet .facetwp-page.prev {
	color: rgba(208, 19, 73, 0) !important;
}

.news-pagination .facetwp-facet .facetwp-page.prev:before {
	color: var(--blue);
	content: "\f177";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
}

/* Treatment Options section */

.to-slider .swiper-container {
	width: 100% !important;
	/* padding-inline: 20px; */
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 51px !important;
}

.to-slider .swiper-wrapper {
	height: auto;
}

.to-slider .swiper-wrapper .swiper-slide {
	/* width: calc(25% - 30px) !important;
	margin: 15px !important; */
	min-height: 277px;
	display: flex;
	justify-content: center;
	margin-top: 30px;
	background: #ffffff;
	box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 47px 30px 20px 30px;
}

.to-slider .swiper-wrapper .swiper-slide:hover .elementor-testimonial__content {
	opacity: 1;
	visibility: visible;
}

.to-slider .swiper-wrapper .swiper-slide:hover .elementor-testimonial__footer {
	opacity: 0;
	visibility: hidden;
}

.to-slider .elementor-testimonial__footer {
	margin: 0;
	flex-direction: column;
	transition: 0.3s all;
}

.to-slider .elementor-testimonial__image {
	border-radius: 0;
	width: auto;
	height: 102px;
	width: 119px;
	max-height: 102px;
	max-width: 119px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.to-slider .elementor-testimonial__image img {
	border-radius: 0;
	max-height: 100%;
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

.to-slider .elementor-testimonial__footer {
	margin-top: 0 !important;
}

.to-slider .elementor-testimonial__footer .elementor-testimonial__cite {
	margin: 22px 0 0 0;
	font-size: 24px;
	line-height: 36px;
	text-align: center !important;
}

.to-slider .swiper-pagination-bullets {
	bottom: 0;
	padding-inline: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.to-slider .swiper-pagination-bullet {
	margin: 0 4px !important;
	background: #6f6f6f;
	height: 4px;
	width: 15px;
	opacity: 1;
	transition: 0.3s all;
	border-radius: 0 !important;
}

.to-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--red);
	width: 40px;
	cursor: context-menu;
}

.to-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
	opacity: 0.5;
}

.to-slider .elementor-swiper-button {
	top: auto !important;
	bottom: -18px;
	color: var(--red);
	font-size: 28px !important;
	z-index: 10;
	transition: 0.3s all;
}

.to-slider .elementor-swiper-button.elementor-swiper-button-next {
	right: 12px;
}

.to-slider .elementor-swiper-button.elementor-swiper-button-prev {
	left: 12px;
}

.to-slider .elementor-swiper-button.swiper-button-disabled {
	color: #6f6f6f;
	opacity: 1;
	cursor: context-menu;
}

.to-slider .elementor-swiper-button:not(.swiper-button-disabled):hover {
	color: #112E51;
}

.to-slider .elementor-testimonial__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	transition: 0.3s all;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
}

.to-slider .elementor-testimonial__content .elementor-testimonial__text {
	font-style: normal;
	font-size: 18px;
	line-height: 31px;
	max-height: 240px;
	overflow: hidden;
}

.to-slider .elementor-testimonial__content ul {
	max-height: 178px;
	overflow: hidden;
}

.to-slider .elementor-testimonial__content ul li {
	font-style: normal;
	text-transform: capitalize;
	font-size: 18px;
	line-height: 31px;
}

.to-slider .elementor-testimonial__content ul li:before {
	top: 0px !important;
}

.to-slider .elementor-testimonial__content a {
	margin-top: 3px;
	font-style: normal;
	background: #ffffff;
	font-size: 18px !important;
	line-height: 1;
	padding: 14.5px 15px 13.5px;
	font-weight: 800 !important;
	/* border: 2px solid var(--red); */
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	-webkit-appearance: none;
	transition: all 0.3s;
	box-sizing: border-box;
	font-family: "Avenir", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	max-width: 100%;
	background-color: transparent;
	border: 2px solid var(--red);
	color: var(--red);
}

.to-slider .elementor-testimonial__content a:hover {
	text-decoration: none;
	/* background-color: #112E51;
	color: #ffffff;
	border-color: #112E51; */
	background-color: var(--red);
	border: 2px solid var(--red);
	color: #fff;
}

.to-slider .swiper-button-lock {
	display: none;
}

.to-slider .swiper-pagination-lock {
	display: none;
}

/* --------------Tabular slider------------------- */
.kus-slider .tabular-slider-inner {
	display: flex;
}

.kus-slider .tabular-slider-inner .tabular-slider-sidebar {
	max-width: 342px;
	min-width: 342px;
	margin-left: auto;
	display: none;
}

.kus-slider .tabular-slider-inner .tabular-slider-sidebar .tabular-slider-slide {
	padding: 20px 20px 19px 26px;
}

.kus-slider .tabular-slider-inner .tabular-slider-sidebar .tabular-slider-slide:not(:last-child) {
	border-bottom: 1px solid #d8d8d8;
}

.kus-slider .tabular-slider-inner .tabular-slider-sidebar .tabular-slider-slide h3 {
	margin: 0;
	text-transform: capitalize;
	font-size: 20px;
	line-height: 32px;
	transition: 0.1s all;
}

.kus-slider .tabular-slider-inner .tabular-slider-sidebar .tabular-slider-slide .read-more {
	display: inline-block;
	font-weight: 900;
	text-decoration: underline;
}

.kus-slider .tabular-slider-inner .tabular-slider-sidebar .tabular-slider-slide .read-more:hover {
	text-decoration: none;
}

.kus-slider .tabular-slider-inner .tabular-slider-sidebar .tabular-slider-slide .read-more:after {
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	margin-left: 6px;
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
}

.kus-slider .tabular-slider-inner .tabular-slider-sidebar .tabular-slider-slide.active {
	background: #ffffff;
}

.kus-slider .tabular-slider-inner .tabular-slider-sidebar .tabular-slider-slide:not(.active) {
	cursor: pointer;
	transition: 0.3s all;
}

.kus-slider .tabular-slider-inner .tabular-slider-sidebar .tabular-slider-slide-content {
	display: none;
	margin-top: 9px;
}

.kus-slider .tabular-slider-inner .tabular-slider-slide:first-child .tabular-slider-slide-content {
	display: block;
}

.kus-slider .tabular-slider-inner .tabular-slider-sidebar .tabular-slider-slide.active h3 {
	color: #112E51;
	font-weight: 900;
}

.kus-slider .tabular-slider-inner .tabular-slider-sidebar .tabular-slider-slide .tabular-slide-description {
	display: none;
}

.kus-slider .tabular-slider-wrapper {
	width: 100%;
	min-height: 500px;
}

.kus-slider .tabular-slider-wrapper .tabular-slider {
	height: 100%;
}

.kus-slider .tabular-slider-wrapper .tabular-slider .swiper-container {
	height: 100%;
}

.kus-slider .tabular-slider-wrapper .tabular-slider .swiper-slide {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	background-image: var(--image-desktop);
	width: 50%;
	transition: opacity 0.3s linear;
}

.kus-slider .tabular-slider-wrapper .tabular-slider .swiper-slide-active {
	opacity: 1;
}

.kus-slider .tabular-slider-wrapper .tabular-slider .swiper-slide:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.kus-slider .tabular-slider-wrapper .tabular-slider .swiper-slide .slide-content-wrappper {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 46px;
	max-width: 690px;
}

.kus-slider .tabular-slider-wrapper .slide-content-wrappper h4 {
	color: #ffffff;
	text-transform: capitalize;
	font-size: 38px;
	line-height: 42px;
	font-weight: 500;
	margin: 0;
}

.kus-slider .tabular-slider-wrapper .slide-content-wrappper .slide-description {
	color: #ffffff;
	/* text-transform: capitalize; */
	font-size: 18px;
	line-height: 28px;
	margin-top: 20px;
}

.kus-slider .tabular-slider-wrapper .slide-content-wrappper .slide-btn {
	color: var(--blue) !important;
	text-transform: capitalize;
	line-height: 16px;
	/* background-color: var(--red); */
	border-radius: 50px;
	display: inline-block;
	max-width: max-content;
	padding: 14.5px 25px 13.5px 25px;
	margin-top: 30px;
	background-color: var(--teal);
	border: 2px solid var(--teal);
	position: relative;
	font-weight: 800;
	text-transform: uppercase;
}

.kus-slider .tabular-slider-wrapper .slide-content-wrappper .slide-btn:hover,
.kus-slider .tabular-slider-wrapper .slide-content-wrappper .slide-btn:focus {
	color: var(--teal) !important;
	background-color: transparent;
}

.kus-slider .swiper-button-prev {
	display: none;
}

.kus-slider .swiper-button-next {
	display: none;
}

.hide-pn.active-hide-pn .swiper-button-disabled {
	opacity: 0;
	visibility: hidden !important;
	cursor: context-menu;
}

.hide-pn.active-hide-pn .swiper-pagination {
	visibility: hidden !important;
	opacity: 0;
}

.hide-pn.active-hide-pn .swiper-wrapper {
	transform: none !important;
}

.hide-pn.active-hide-pn .elementor-main-swiper {
	padding-bottom: 10px !important;
	cursor: context-menu !important;
}

.elementor-swiper-button-next>i {
	position: relative;
	left: 2px;
	color: var(--blue);
}

.elementor-swiper-button-prev>i {
	position: relative;
	right: 1px;
	color: var(--blue);
}

/* journy slider */

.jslider .elementor-main-swiper {
	width: calc(100% - 62px) !important;
}

.jslider .elementor-testimonial__footer {
	flex-direction: column;
	margin: 0;
}

.jslider .swiper-slide {
	padding: 20px 0 !important;
	overflow: visible !important;
	padding-top: 40px;
}

.jslider .swiper-slide .elementor-testimonial {
	display: flex;
	flex-direction: column-reverse;
}

.jslider .elementor-testimonial__title {
	font-size: 16px !important;
	font-weight: 800;
	line-height: 32px;
}

.jslider .elementor-testimonial__cite {
	position: relative;
	margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.jslider .elementor-testimonial__cite span {
	margin-top: 80px;
	transition: 0.3s all;
}

.jslider .elementor-testimonial__cite:before {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	display: block;
	background: #c4c4c4;
	z-index: -1;
	top: 57px;
}

.jslider .elementor-testimonial__image {
	height: 60px;
	margin-bottom: -45px;
}

.jslider .elementor-testimonial__image img {
	border-radius: 0;
	height: 46px !important;
	width: auto !important;
	transition: 0.3s all;
}

.jslider .elementor-testimonial__content {
	margin-top: 30px;
}

.jslider .elementor-testimonial__cite:after {
	content: "";
	height: 22px;
	width: 3px;
	border-radius: 50px;
	position: absolute;
	display: block;
	background: #c4c4c4;
	z-index: -1;
	transition: 0.3s all;
	top: 41%;
}

.jslider .swiper-slide-active .elementor-testimonial__cite span {
	color: var(--red);
	font-size: 30px;
}

.jslider .swiper-slide-active .elementor-testimonial__image img {
	transform: scale(2) translateY(-10px);
}

.jslider .elementor-swiper-button {
	border: 1px solid #c4c4c4;
	border-radius: 50px;
	height: 32px;
	width: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #112E51;
	top: 135px;
	transition: 0.3s all;
}

.jslider .elementor-swiper-button:hover {
	opacity: 0.5;
}

.jslider .swiper-slide .elementor-testimonial__text {
	transition: 0.3s all;
	margin-left: -150px;
	margin-right: -150px;
	/* text-align: right; */
}

.jslider .swiper-slide:not(.swiper-slide-active) .elementor-testimonial__text {
	opacity: 0;
	visibility: hidden;
}

.co-jobs .resumator-job:not(:last-child) {
	margin-bottom: 33px;
}

.co-jobs .resumator-job .resumator-job-description-text iframe {
	display: none;
}

.co-jobs .resumator-job-title {
	border: none;
	margin-top: 0;
	padding: 0;
	font-weight: 400;
	font-family: "Avenir", sans-serif;
	color: #112E51;
	font-size: 28px;
	line-height: 38px;
}

.co-jobs .resumator-job-description p {
	font: inherit;
	background: transparent !important;
	width: 100% !important;
}

.co-jobs .resumator-job-description ul li {
	list-style-type: none !important;
}

.co-jobs .resumator-job-info {
	font: inherit;
}

.co-jobs .resumator-buttons li:before {
	content: none !important;
}

.co-jobs .resumator-job-view-details {
	font: inherit;
}

.co-jobs .resumator-job-info-details {
	font: inherit !important;
}

.co-jobs a.resumator-job-link {
	color: var(--red);
	font-size: 16px;
	line-height: 28px;
	font-weight: 900;
	text-decoration: underline;
	text-transform: capitalize !important;
}

.co-jobs a.resumator-job-link:hover {
	text-decoration: none;
}

.custom-content-box .elementor-heading-title a:hover,
.custom-content-box a:hover {
	text-decoration: underline !important;
}

/* neighborhood section */
.neighborhood-section-wrapper .section-heading {
	max-width: 800px;
	padding: 0 20px;
	margin-inline: auto;
	margin-bottom: 40px;
	color: #112E51;
	text-align: center;
}

.neighborhood-section {
	position: relative;
}

.neighborhood-map-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/* background: url("../img/neighborhood-map.jpg") no-repeat center center; */
	background-size: cover;
	overflow: hidden;
}

.hcuc-hide-page-dk {
	display: none !important;
}

.schedule-closed {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	max-width: max-content;
	font-size: 16px;
	font-weight: 500;
}

.schedule-closed>span:first-child {
	margin: 0 !important;
}

.schedule-closing {
	padding-right: 15px;
}

.schedule-closing .tauc-location-closed {
	color: #112E51;
	font-size: 16px;
	line-height: 32px;
}

.schedule-closing .timing_message,
.schedule_color_message {
	background-color: #112E51;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	border-radius: 5px;
	padding: 7px 20px;
}

.neighborhood-map-wrapper>* {
	height: 100%;
}

.logos-left-side {
	max-width: 535px;
}

.logos-right-side {
	max-width: 627px;
}

.logos-left-side .elementor-widget-wrap,
.logos-right-side .elementor-widget-wrap {
	flex-wrap: nowrap !important;
}

.neighborhood-map-wrapper iframe {
	margin-top: -59px !important;
	height: calc(100% + 59px);
}

.overlay-box-wrapper {
	/* position: relative; */
	width: 1210px;
	max-width: 100%;
	margin-inline: auto;
	/* padding-inline: 20px; */
	padding-left: 20px;
	padding-right: 20px;
	padding-block: 92px;
}

.overlay-box-wrapper .overlay-box {
	position: relative;
	width: 100%;
	max-width: 556px;
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.overlay-box-wrapper .overlay-box h3 {
	margin-bottom: 15px;
	margin-top: 0;
	color: #112E51;
}

.overlay-box-wrapper .overlay-box .overlay-box-content {
	color: #58595b;
}

.overlay-box-wrapper .overlay-box .overlay-box-info-links {
	max-width: 200px;
	padding-top: 20px;
}

.overlay-box-wrapper .overlay-box .overlay-box-info-links a {
	display: inline-block;
	font-size: 20px;
	line-height: 38px;
	text-decoration: underline;
	font-weight: 500;
}

.overlay-box-wrapper .overlay-box .overlay-box-info-links a:not(:last-child) {
	margin-bottom: 4px;
}

.overlay-box-wrapper .overlay-box .overlay-box-info-links a:hover {
	text-decoration: none;
}

.overlay-box-wrapper .overlay-box form {
	padding: 20px 0 0;
	display: flex;
	align-items: center;
}

.overlay-box-wrapper .overlay-box .elementor-button {
	margin-top: 20px;
	width: 100%;
}

.overlay-box-wrapper .overlay-box form input[type="text"] {
	border: 2px solid rgba(0, 39, 116, 0.2);
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	padding: 10.5px 45px 10.5px 14px;
	margin-bottom: 0;
	text-overflow: ellipsis;
}

.location-form-neighbourhood-current {
	display: inline-block;
	margin-bottom: 20px;
}

.overlay-box-wrapper .overlay-box form input[type="text"]:focus {
	border-color: #112E51;
}

.overlay-box-wrapper .overlay-box form input[type="submit"] {
	width: 50px;
	background-color: #112E5100;
	border-color: #112E5100;
	color: #fff !important;
	height: 50px;
	margin-left: -50px;
	background: url("../img/icon-search.svg") center no-repeat;
	background-size: 20px;
}

.overlay-box-wrapper .overlay-box form input[type="submit"]:hover,
.overlay-box-wrapper .overlay-box form input[type="submit"]:focus {
	background-color: transparent !important;
	color: #112E51 !important;
	border-color: transparent !important;
}

/* End neighborhood section */

.hc-section>.elementor-container {
	justify-content: space-between;
}

.hc-section>.elementor-container>.elementor-column {
	width: calc(50% - 55px);
}

.hc-section .elementor-image-box-img {
	margin-bottom: 28px !important;
}

.hc-box1 .logo-box .elementor-image-box-img,
.hc-box2 .logo-box .elementor-image-box-img {
	height: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100% !important;
}

.hc-box1 .logo-box .elementor-image-box-img img,
.hc-box2 .logo-box .elementor-image-box-img img {
	height: 80%;
	width: auto
}

.hc-section .logo-box1 .elementor-image-box-title,
.hc-section .logo-box2 .elementor-image-box-title {
	background-color: #162c55;
	color: #ffffff;
	font-size: 32px;
	line-height: 36px;
	font-weight: 800;
	padding: 29px 30px 27px 30px;
	margin: 0;
}

.hc-section .logo-box2 .elementor-image-box-title {
	background-color: var(--red);
}

.hc-section .elementor-icon-list-items>li:before {
	content: none !important;
}

.hc-section .elementor-icon-list-items>li {
	padding: 22px 32px 21px 32px;
	font-size: 22px;
	line-height: 27px;
}

.hc-section .hc-box1 .icon-list1 .elementor-icon-list-items>li:nth-child(odd) {
	background-color: #E5F5F7;
}

.hc-section .hc-box1 .icon-list1 .elementor-icon-list-items>li .elementor-icon-list-text {
	align-self: flex-start;
}

.hc-section .hc-box1 .icon-list2 {
	background-color: rgba(0, 39, 116, 0.1);
}

.hc-section .hc-box2 .icon-list2 {
	background-color: rgba(208, 19, 73, 0.1);
}

.hc-section .hc-box2 .icon-list1 .elementor-icon-list-items>li:nth-child(odd) {
	background-color: rgba(208, 19, 73, 0.1);
}

.hc-section .elementor-widget-text-editor:before {
	content: "";
	height: 2px;
	width: calc(100% - 4px);
	background: #162c55;
	position: absolute;
	bottom: 0;
	display: block;
	opacity: 0.2;
	left: 2px;
	right: 2px;
}

.hc-section .timecost-box .elementor-image-box-img {
	margin: 0 !important;
}

.hc-section .timecost-box .elementor-image-box-title {
	margin-top: 10px;
	font-size: 28px;
	line-height: 46px;
	text-transform: uppercase;
	max-width: 200px;
}

.hc-section .timecost-box .elementor-image-box-content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.hc-section .timecost-box .elementor-image-box-title strong {
	font-weight: 900;
	font-size: 36px;
}

.hc-section .timecost-box .elementor-image-box-description {
	color: var(--red);
	font-size: 20px;
	line-height: 28px;
	font-weight: 800;
	margin-top: 7px;
}

/* .hc-section .elementor-widget-icon-list{
	min-height: 555px;
} */

/* ------------------------- homepage slider updates ------------------------ */
body .hw-slider .elementor-testimonial__name {
	font-size: 100px;
	width: calc(100% + 18px);
	line-height: 1;
	position: absolute !important;
	top: 0;
	color: var(--blue) !important;
	position: relative;
	left: -5px;
	margin-bottom: 0;
	padding-bottom: 0;
}

body .hw-slider .elementor-testimonial__name:before {
	display: none;
}

body .hw-slider .elementor-testimonial__name:after {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	margin-bottom: 0;
	margin-left: 30px;
	z-index: -1;
	bottom: 20px;
	position: absolute;
	background-image: linear-gradient(to right, #979797 60%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 20px 3px;
	background-repeat: repeat-x;
}

body .hw-slider .elementor-testimonial__footer {
	position: absolute;
	right: 0;
	top: 90px;
	width: 70px;
}

body .hw-slider .elementor-testimonial__footer:after {
	display: none;
}

body .hw-slider .elementor-testimonial__content {
	padding-top: 60px;
	padding-left: 0px;
	margin-top: 0;
}

.hw-slider .elementor-testimonial__title {
	/* padding-right: 75px; */
}

body .hw-slider .elementor-testimonial__image {
	height: 73px !important;
	width: 110px !important;
	max-width: 110px;
	align-items: flex-end;
	position: absolute;
	top: -87px;
	right: 80px;

}

body .hw-slider .elementor-testimonial__image img {
	max-height: 73px;
	/* width: auto;
	position: absolute;
	right: 0; */
}

.link-hidden {
	display: none !important;
}

/* ----------------------- End homepage slider updates ---------------------- */
.covid-column .mobile-toggle-title,
.covid-column .mobile-toggle-section {
	display: none;
}

html body .icon-list1 ul li {
	-webkit-box-align: flex-start !important;
	-ms-flex-align: flex-start !important;
	align-items: flex-start !important;
}

/* --------------------------- miscellaneous style -------------------------- */
html body [type="button"]:not(.gm-control-active).nextpatient-next-prev-button {
	background-color: whitesmoke !important;
	color: #505050 !important;
	display: inline-block !important;
	padding: 0 !important;
	margin: 0;
	text-align: center !important;
	border: 0 !important;
	font-weight: bold;
	height: 100%;
	width: 100%;
	cursor: pointer;
	border: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

html body [type="button"]:not(.gm-control-active).nextpatient-next-prev-button:hover:hover {
	color: #505050 !important;
}

html body .nextpatient-next-prev-button:after {
	display: none;
}

.nextpatient-box select {
	display: block;
	border: 0;
}

.nextpatient-box .styledSelect {
	display: none;
}

.nextpatient-box .nextpatient-reason-select {
	background: none !important;
}

.nextpatient-box .nextpatient-reason-select td {
	background-color: transparent !important;
}

html body .nextpatient-schedule-table tr th,
html body a.nextpatient-slot-time,
a.nextpatient-slot-time:visited {
	font-size: 14px;
}

.buttons-wrapper a:hover {
	text-decoration: underline;
}

.buttons-wrapper a.selectedFilter {
	font-weight: bold;
}

#cookie-notice:not(.show-cookies-bar) {
	opacity: 0 !important;
	z-index: -100 !important;
	transition: all .3s linear;
}

/* ------------------------- end miscellaneous style ------------------------ */
/* @import url('za.css'); */
.check-mobile-btn {
	display: none !important;
}

/* @import url('sa.css'); */
/*
* 	Core Owl Carousel CSS File
*	v1.3.3
*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	display: inline;
	/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	display: inline;
	/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/*
*  Owl Carousel CSS3 Transitions
*  v1.3.2
*/

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px;
}

/* fade */
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}

.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
	0% {
		opacity: 1
	}
}

@-moz-keyframes empty {
	0% {
		opacity: 1
	}
}

@keyframes empty {
	0% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes backSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}
}

@-moz-keyframes backSlideOut {
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%);
	}
}

@keyframes backSlideOut {
	25% {
		opacity: .5;
		transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%);
	}
}

@-webkit-keyframes backSlideIn {

	0%,
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0);
	}
}

@-moz-keyframes backSlideIn {

	0%,
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateZ(0) translateX(0);
	}
}

@keyframes backSlideIn {

	0%,
	25% {
		opacity: .5;
		transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		transform: translateZ(0) translateX(0);
	}
}

@-webkit-keyframes scaleToFade {
	to {
		opacity: 0;
		-webkit-transform: scale(.8);
	}
}

@-moz-keyframes scaleToFade {
	to {
		opacity: 0;
		-moz-transform: scale(.8);
	}
}

@keyframes scaleToFade {
	to {
		opacity: 0;
		transform: scale(.8);
	}
}

@-webkit-keyframes goDown {
	from {
		-webkit-transform: translateY(-100%);
	}
}

@-moz-keyframes goDown {
	from {
		-moz-transform: translateY(-100%);
	}
}

@keyframes goDown {
	from {
		transform: translateY(-100%);
	}
}

@-webkit-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}

@-moz-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-moz-transform: scale(1.5);
	}
}

@keyframes scaleUpFrom {
	from {
		opacity: 0;
		transform: scale(1.5);
	}
}

@-webkit-keyframes scaleUpTo {
	to {
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}

@-moz-keyframes scaleUpTo {
	to {
		opacity: 0;
		-moz-transform: scale(1.5);
	}
}

@keyframes scaleUpTo {
	to {
		opacity: 0;
		transform: scale(1.5);
	}
}

.details-wrapper {
	padding-top: 59px;
	padding-bottom: 54px;
}

.details-wrapper .wpb-container {
	display: flex;
	align-items: flex-start;
	max-width: 1210px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	width: 100%;
}

.logo-section {
	margin: 0 0 21px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.video-tour-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 20px;
	opacity: 0;
	visibility: hidden;
}

.video-tour-popup.active {
	opacity: 1;
	visibility: visible;
}

.video-tour-popup>span {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.9);
}

.video-tour-popup .video-wrapper {
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

.video-tour-popup .video-wrapper iframe {
	max-width: 100%;
}

.address_time {
	display: flex;
	padding-bottom: 49px;
	border-bottom: 1px solid rgba(41, 75, 103, .2);
	margin-bottom: 30px;
	justify-content: space-between;
}

.details-section {
	width: calc(100% - 385px);
	padding-right: 15px;
}

.address-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.address-left ul li {
	font-size: 16px;
	line-height: 32px;
	color: #112E51;
	margin: 0 0 10px;
	position: relative;
	padding-left: 32px;
	list-style: none;
}

.address-left h2 {
	font-weight: 800;
	font-size: 18px;
	line-height: 32px;
	/* identical to box height, or 178% */
	color: #152B50;
	margin: 0 0 10px;
}

.logo-section img {
	width: 191px;
	max-width: 100%;
}

.address-left ul li:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}

.address-left ul li.address-list {
	margin-bottom: 4px;
}

.address-left ul li.tel-list:after {
	background-image: url(../img/telephone-icon.svg);
}

.address-left ul li.address-list:after {
	background-image: url(../img/icon-map-marker.svg);
}

.address-left ul li a:hover {
	text-decoration: underline;
}

.address-left ul li.fax-list::after {
	background-image: url("../img/fax-icon.svg");
}

.address-left ul li.time-list:after {
	background-image: url(../img/clock-icon.svg);
}

.address-left ul li.patient-list:empty {
	display: none;
}

.address-left ul li.patient-list:after {
	background-image: url(../img/clock-icon.svg);
}

.address-left ul li.more-list:after {
	background-image: url(../img/icon-shield-2c.svg);
}

.address-left ul li:not(.more-list) strong {
	font-weight: inherit;
}

.address-left ul li.more-list strong {
	display: block;
}

.address-left ul li.more-list a {
	font-weight: 700;
	position: relative;
	display: inline-block;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

.address-left ul li.more-list a:hover {
	text-decoration: none;
}

.address-left ul li.more-list a::after,
.view-all a:after {
	/* content: '';
	width: 14px;
	height: 28px;
	background-image: url(../img/arrow-seeall.svg);
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-left: 8px; */
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	margin-left: 10px;
	display: inline-block;
	text-decoration: none;
	color: var(--blue);
}

.tauc-review-section {
	margin-top: -150px;
	padding-top: 150px;
}

.address-left {
	padding-right: 30px;
	max-width: calc(100% - 330px);
	width: 412px;
}

.name-heading .elementor-headline-dynamic-wrapper {
	display: none;
}

.time-list-wrapper {
	width: 330px;
	margin-left: auto;
}

.directions-btn svg {
	min-width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 10px;
}

.directions-btn svg path {
	transition: 0.3s ease;
}

.working-hour {
	width: 300px;
	margin-left: -6px;
}

.working-hour ul {
	padding: 0;
}

.working-hour ul.day-list span+span {
	text-transform: uppercase;
}

.working-hour ul li {
	padding: 10px 14px;
	font-size: 16px;
	font-weight: 700;
	width: 100%;
	border-radius: 5px;
	line-height: 16px;
	display: flex;
	font-weight: 500;
	color: #112E51;
	justify-content: space-between;
}

.location-actions {
	display: flex;
	justify-content: space-between;
}

.location-actions .elementor-button,
.location-actions a[href*="walk-in"] {
	padding: 12px 15px 13px !important;
	line-height: 19px !important;
	font-weight: 800 !important;
	background-color: var(--red) !important;
	border-radius: 50px !important;
	border: 2px solid var(--red) !important;
	text-align: center;
	color: var(--white) !important;
}

.location-actions .elementor-button:hover,
.location-actions a[href*="walk-in"]:hover {
	background-color: transparent !important;
	color: var(--red) !important;
}

.location-actions .elementor-button::after,
.location-actions a[href*="walk-in"]::after {
	width: 170px;
}

/* .details .timing_message{
	margin-left: -12px;
	margin-top: 0px;
} */

.timing p.timing_message,
.details p.timing_message {
	font-style: normal !important;
	color: var(--blue);
	font-size: 18px;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-top: 20px;
	margin-bottom: 0 !important;
	white-space: nowrap;
}

/* .home header .check-in-btn .elementor-button{
    background-color: var(--red);
    border-color: var(--red);
}

.home header .check-in-btn .elementor-button:hover{
    background-color: transparent;
    border-color: var(--blue);
}

.home header .check-in-btn .elementor-button::before{
    border-top: 6px solid #DADAD7 !important;
    border-right: 6px solid #DADAD7 !important;
}

.home header .check-in-btn .elementor-button:hover::before{
    border-top: 6px solid var(--blue) !important;
    border-right: 6px solid var(--blue) !important;
} */

.cp-ib-open body:has([data-module-type="info-bar"]) .main-menu-wrapper {
	top: 205px !important;
}

.hero-slides .elementor-slides-wrapper .swiper-pagination {
	bottom: 88px !important;
}

.hero-slides .elementor-slides-wrapper .elementor-swiper-button-next {
	left: calc(50% + 65px) !important;
}

.detail-hero .details .timing_message:before,
.search-location-box .timing .timing_message:before {
	background: url(../img/man-walk-ins-welcome-icon.svg) no-repeat center;
	content: '' !important;
	background-size: 14px;
	width: 11px;
	height: 25px;
	display: inline-block;
	position: relative;
	top: 5px;
	left: 2px;
	margin-right: 8px;
}

.details .timing_message b {
	color: var(--blue);
	font-family: Avenir;
	font-weight: 700;
}

/* .location-actions .elementor-button:hover,
.location-actions a[href*="walk-in"]:hover{
	background: #fff !important;
	color: var(--red) !important;
	border: 2px solid var(--red) !important;
} */
.working-hour ul li.location-close span:last-child,
.working-hour ul li.location-closed span:last-child {
	font-weight: 700;
	text-transform: none;
	color: var(--red);
}

.working-hour ul li.active {
	font-weight: 700;
	background: #F4F5F2;
	border-radius: 10px;
	color: var(--red);
}

.working-hour h3 {
	margin: 0 0 5px 14px;
	font-size: 16px;
	color: #58595B;
	font-weight: 900;
	line-height: 2;
}

.day-list li.opened-now {
	background: #fff;
	color: var(--red);
	font-weight: 900;
}

.details-sidebar {
	display: none;
}

.services-offered {
	padding-top: 50px;
}

.services-offered h4 {
	font-weight: 400;
	font-size: 36px;
	line-height: 42px;
	color: var(--blue);
	margin: 0 0 20px;
}

.service-description {
	padding-bottom: 30px;
}

.service-wraper {
	padding-bottom: 50px;
}


.service-modules {
	width: 33.333%;
	padding: 15px;
}

.service-wraper {
	display: flex;
	flex-wrap: wrap;
	margin: -15px -15px 50px -15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 34px;
}

.service-wraper a {
	padding: 20px;
	display: inline-flex;
	background: #F4F5F2;
	border-radius: 8px;
	width: 100%;
	color: #112E51;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	align-items: center;
	height: 100%;
}

.service-wraper a:hover,
.testing-column:hover {
	box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 30%);
}

.service-wraper a .service-icon {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	width: 36px;
	height: 36px;
	vertical-align: middle;
	margin-right: 20px;
}

.consideration-section h4 {
	font-weight: 400;
	font-size: 36px;
	line-height: 42px;
	/* identical to box height, or 117% */


	color: #112E51;
	margin: 0 0 20px;
}

.consideratin-details {
	margin-bottom: 44px;
}

.consideratin-details p {
	margin-bottom: 28px;
}

.testing-outer {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.testing-column {
	width: calc(50% - 30px);
	margin: 0 15px 30px;
	padding: 20px;
	background: #F4F5F2;
}

.testing-column h6 {
	font-weight: 800;
	font-size: 18px;
	line-height: 28px;
	color: var(--red);
	margin: 0 0 10px 0px;
}

.testing-outer {
	margin-bottom: 50px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(196 196 196 / 50%);
}

.insurance-section h4 {
	font-weight: 400;
	font-size: 36px;
	line-height: 42px;
	/* identical to box height, or 117% */


	color: #112E51;
	margin: 0 0 20px;
}

.services-details {
	padding-bottom: 14px;
}

.insurance-list {
	list-style: none;
	margin: 0 0 20px;
	padding: 30px 0px 30px 25px;
	column-count: 3;
	background: #F4F5F2;
}

.elementor-posts .elementor-post__badge {
	z-index: 1;
}

.related-posts .wwt-news-posts .elementor-post__thumbnail {
	padding-bottom: 55% !important;
}

.insurance-list li {
	padding-left: 16px;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	position: relative;
}

.insurance-list li:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	content: "\f054";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	color: var(--teal);
	font-size: 13px;
	height: 0;
}

.view-all a {
	font-weight: 800;
	text-decoration: underline;
	color: var(--blue);
}

.view-all a:hover {
	text-decoration: none;
}

.service-section {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid rgb(196 196 196 / 50%);
}

.service-section p a {
	color: inherit;
	text-decoration: none;
}

.service-section p a:hover {
	text-decoration: underline;
}

.pdf-download-list {
	list-style: none;
	padding: 29px 32px 40px;
	background: #F4F5F2;
	margin-top: 9px;
}

.pdf-download-list li+li {
	margin-top: 29px;
}

.pdf-download-list li a {
	font-weight: 800;
	font-size: 18px;
	line-height: 28px;
	color: #58595B;
	display: inline-flex;
	align-items: flex-start;
}

.pdf-download-list li a:hover {
	text-decoration: underline;
}

.testing-icons {
	width: 23px;
	height: 23px;
	display: inline-block;
	vertical-align: top;
	line-height: 23px;
	margin-right: 8px;
}

.pdf-download-list li a img {
	margin-right: 7px;
	vertical-align: sub;
}

.details-sidebar {
	display: block;
	width: 370px;
	margin-left: auto;
	position: sticky;
	top: 170px;
}

.details-sidebar iframe {
	width: 100%;
	height: 417px;
}

.details-section .details-sidebar {
	display: none;
	width: 100%;
}


.service-gallery-section {
	display: flex;
	flex-wrap: wrap;
}

.service-gallery-section .gallery-container {
	border-radius: 5px;
	overflow: hidden;
	margin-right: 30px;
	max-width: calc(50% - 15px);
}

.elementor-widget-breadcrumbs p#breadcrumbs {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.service-section h4 {
	font-weight: 400;
	font-size: 36px;
	line-height: 42px;
	color: var(--blue);
	margin: 0 0 20px
}

.gallery-section h2 {
	margin: 0 0 30px;
}

.service-gallery-section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.gallery-view-text {
	background: var(--red);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	border-radius: 5px;
	font-weight: 800;
	font-size: 16px;
	line-height: 25px;
	color: #FFFFFF;
	padding: 10px 28px;
	height: auto;
	width: auto;
	z-index: 1;
	white-space: nowrap;
}

.service-gallery-section .gallery-container {
	border-radius: 5px;
	overflow: hidden;
	margin-right: 0;
	position: relative;
	width: calc(33.33333% - 20px);
}

.service-gallery-section .gallery-container+.gallery-container {
	margin-left: 30px;
}

.service-gallery-section .gallery-container a {
	display: block;
	padding-bottom: 76%;
	width: 100%;
}

.service-gallery-section .gallery-container a img {
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.service-gallery-section .gallery-container:last-child a:after {
	content: '';
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	left: 0;
	right: 0;
	bottom: 0;
}

.gallery-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(41, 75, 103, 0.5);
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 0;
	overflow: auto;
	visibility: hidden;
	opacity: 0;
}

/* .swiper-button-next-2:focus,
.swiper-button-next-3:focus,
.swiper-button-prev-2:focus,
.swiper-button-prev-3:focus {
	outline: none;
} */

.open-popup .gallery-lightbox {
	visibility: visible;
	opacity: 1;
}

.open-popup,
.open-popup body {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.container-968 {
	max-width: 830px;
	width: 100%;
	background: #fff;
	margin: auto;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.07);
}

.gallery-thumbs .swiper-slide {
	width: 33.3333%;
	padding: 0 20px;
}

.swiper-slide-container {
	border-radius: 5px;
	overflow: hidden;
}

.gallery-thumbs .swiper-slide .swiper-slide-container {
	border: solid 2px transparent;
}

.gallery-thumbs .swiper-slide.swiper-slide-active .swiper-slide-container {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	border-color: #008c95;
	border-radius: 5px;
	overflow: hidden;
}

.gallery-thumbs .swiper-slide img {
	width: 100%;
	display: block;
}

.gallery-top-main {
	padding: 31px 55px;
	text-align: center;
	position: relative;
}

.gallery-thumbs-wrapper {
	padding: 30px 55px;
	text-align: center;
	position: relative;
}

.gallery-thumbs .swiper-slide {
	padding-top: 5px;
	padding-bottom: 5px;
}

.gallery-thumbs .swiper-slide .swiper-slide-container {
	position: relative;
	padding-bottom: 73.01%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.gallery-thumbs .swiper-slide .swiper-slide-container img {
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 100%;
	min-width: 100%;
	object-fit: contain;
	transform: translate(-50%, -50%);
}

.gallery-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 30px;
	font-size: 16px;
	color: #112E51;
	cursor: pointer;
	line-height: 1;
	cursor: pointer;
	z-index: 1;
}

.services-wrapper .service-box:hover,
.service-cards .srvc-card .elementor-cta__content:hover {
	background-color: var(--teal);
}

.gallery-top .swiper-slide-container,
.gallery-top-2 .owl-item>div {
	position: relative;
	padding-bottom: 52.085%;
	width: 90%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	/* background-color: #ccc; */
}

.gallery-top .swiper-slide-container img,
.gallery-top-2 .owl-item>div img {
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}

.gallery-close .fal {
	font-weight: 400;
}

.gallery-thumbs-2 .owl-item {
	padding: 5px 20px;
}

.gallery-thumbs-2 .swiper-slide-container {
	position: relative;
	padding-bottom: 73.01%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	border: solid 2px transparent;
}

.gallery-thumbs-2 .synced .swiper-slide-container {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	border-color: #008c95;
	border-radius: 5px;
	overflow: hidden;
}

.gallery-thumbs-2 .swiper-slide-container img {
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	transform: translate(-50%, -50%);
	object-fit: contain !important;
	width: auto;
	height: auto;
}

.swiper-button-next-2,
.swiper-button-next-3,
.owl-theme .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	top: 50%;
	right: 30px;
	margin: 0;
	margin-top: -20px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	z-index: 10;
	opacity: 1;
	background: none;
	padding: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -24px;
	z-index: 10000;
	margin-top: -14px;
}

.swiper-button-next-2:hover,
.swiper-button-next-3:hover,
.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	opacity: .7;
}

.swiper-button-prev-2,
.swiper-button-prev-3,
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	top: 50%;
	left: 30px;
	margin: 0;
	margin-top: -20px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	z-index: 10;
	opacity: 1;
	background: none;
	padding: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -24px;
	z-index: 10000;
	margin-top: -14px;
}

.swiper-button-prev-2:hover,
.swiper-button-prev-3:hover,
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	opacity: .7;
}

.swiper-button-prev-3 img,
.swiper-button-next-3 img,
.gallery-thumbs-2 .owl-controls .owl-buttons div.owl-prev img,
.gallery-thumbs-2 .owl-controls .owl-buttons div.owl-next img {
	width: 19px;
}

.details-location-wrapper .elementor-button {
	width: 100%;
	position: relative;
}

.details-location-wrapper .elementor-button:hover svg path {
	fill: #fff;
}

.details-location-wrapper {
	padding-top: 10px;
	max-width: 250px;
}

.view-all {
	margin-bottom: -2px;
}

.detail-search-form {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #112E51;
	padding: 21px 20px;
}

.search-field-wrapper {
	max-width: 570px;
	position: relative;
	width: calc(100% - 200px);
}

.search-field-wrapper input {
	background: transparent;
	height: 58px;
	border: 2px solid #fff;
	padding: 15px 35px 15px 13px;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	border-radius: 5px !important;
	color: #fff;

}

.search-field-wrapper input::placeholder {
	color: #fff !important;
	opacity: 0.7;
}

.search-field-wrapper input[type="search"]:focus {
	border-color: #fff;
}

.detail-search-form label {
	font-weight: 800;
	font-size: 24px;
	line-height: 37px;

	color: #FFFFFF;
	margin-right: 28px;
}

.address-marker-from {
	position: absolute;
	width: 16px;
	height: 20px;
	top: 20px;
	right: 20px;
	background: url(../img/marker-field-search.svg) no-repeat center center;
	cursor: pointer;
}

.single-tauc-location .address-marker-from {
	background: none;
}

.address-marker-from:hover {
	opacity: .7;
}

body:not(.single-tauc-location) .location-form-current {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 50%;
	margin-top: 5px;
	text-align: center;
	transform: translateX(-50%);
}

.location-form-current:hover {
	text-decoration: underline;
}

.location-form-current::before,
.location-form-neighbourhood-current::before {
	content: "\f601";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	margin-right: 5px;
	text-decoration: none;
	display: inline-block;
}

a.location-form-archive-current {
	position: absolute;
}

a.location-form-archive-current:hover,
a.location-form-neighbourhood-current::before {
	text-decoration: underline;
}

a.location-form-archive-current::before,
a.location-form-neighbourhood-current::before {
	content: "\f601";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	margin-right: 5px;
	text-decoration: none;
	display: inline-block;
}

.wp-google-reviews .wp-google-review {
	padding: 30px !important;
	background: #F4F5F2 !important;
	border-radius: 5px !important;
	display: flex;
}

.wp-gr.wpac .wp-google-left img {
	width: 60px !important;
	height: 60px !important;
	background: #fff !important;
	border-radius: 50% !important;
	box-shadow: none !important;
	margin-right: 0 !important;
}

.wp-gr .wp-google-right {
	width: calc(100% - 80px) !important;
	margin-left: auto !important;
	display: block !important;
}

.wp-gr .wp-google-time {
	display: none !important;
}

.wp-gr .wp-google-stars .wp-star path {
	fill: #FFC107 !important;
}

.wp-gr.wpac .wp-google-review .wp-google-stars {
	margin: 0 16px 0 0 !important;
}

.wp-gr .wp-google-text {
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 28px !important;
	/* or 175% */


	color: #58595B !important;
	display: block !important;
	font-family: Avenir !important;
}

.wp-gr.wpac a.wp-google-name {
	font-weight: 800 !important;
	font-size: 18px !important;
	line-height: 28px !important;
	/* identical to box height, or 156% */


	color: #58595B !important;
	font-family: Avenir !important;

}

.wp-gr .wp-google-review {
	margin-top: 30px !important;
}

.wp-gr .wp-google-url {
	background-color: transparent;
	border: 2px solid var(--red) !important;
	color: var(--red) !important;
	line-height: 17px !important;
	padding: 14px 10px 15px !important;
	width: 230px !important;
	font-size: 16px !important;
	display: block !important;
	border-radius: 6px !important;
	margin: 30px auto 0 !important;
	font-weight: 800 !important;
	font-family: 'Avenir', Arial, Helvetica, sans-serif !important;
}

.wp-gr .wp-google-url:hover {
	background: var(--red) !important;
	color: #fff !important;
}

.wp-google-place {
	display: none !important;
}

.tauc-review-section {
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

body .page-content button[aria-label="Keyboard shortcuts"] {
	background: var(--red) !important;
	bottom: 7px;
	color: #fff !important;
}

.rule-type-filter ul li:before,
.location-filter ul li:before {
	display: none !important;
}

.rule-type-filter ul,
.location-filter ul {
	width: 285px;
	font-size: 0 !important;
}

.rule-type-filter ul li,
.location-filter ul li {
	display: inline-block;
	padding: 13px 35px !important;
	font-weight: normal;
	font-size: 16px !important;
	line-height: 22px !important;
	/* identical to box height */
	margin: 0 15px 15px 0 !important;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;

	text-align: center;

	color: #58595B;
	background: #fff;
	border: 2px solid #fff;
}

.rule-type-filter ul li.active,
.location-filter ul li.active,
.rule-type-filter ul li:hover,
.location-filter ul li:hover {
	border: 2px solid var(--red);
}

.rule-type-filter ul li.active,
.location-filter ul li.active {
	font-weight: 700;

}

body .hero-overlay>.elementor-background-overlay[data-name]:after {
	/* content: attr(data-name);
	font-size: 42px;
	font-family: 'Kaushan Script', cursive;
	font-weight: 400;
	line-height: 50px;
	color: #112E51;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(200%, 180%);
	margin: 12% 0 0 21%;
	transform: translate(-50%, -50%);
	white-space: nowrap;


	content: attr(data-name);
	font-size: 18px;
	color: #112E51;
	top: 149px;
	right: 148px;
	position: absolute;
	margin: 0;
	width: 72px;
	line-height: 1.2;
	font-weight: 800;
	text-align: center;
	transform: rotate(7deg); */

	font-size: 27px;
	color: #112E51;
	top: 397px;
	right: 185px;
	position: absolute;
	margin: 0;
	width: 160px;
	line-height: 1;
	text-align: center;
	transform: rotate(5.5deg);
	font-family: 'Kaushan Script', cursive;
}

body .hero-overlay>.elementor-background-overlay {
	overflow: hidden;
}

body .career-overlay>.elementor-background-overlay {
	/* background-position: calc(100% + 40px) top !important; */
}

.resumator-job-info-details,
.resumator-job-info {
	font-size: 18px !important;
	line-height: 32px !important;
	color: #58595B !important;
}

body:not(.elementor-editor-active) .logo-slider {
	display: none;
}

.logo-ticker {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}

.logo-ticker ul[class="carouselTicker__list"] li.carouselTicker__item {
	padding: 0;
	margin: 0 40px 0 0;
}

.logo-ticker ul[class="carouselTicker__list"] li.carouselTicker__item::before {
	display: none !important;
}


/* --------------------------- miscellaneous style -------------------------- */
.pdf-download-section,
.service-description {
	display: none !important;
}

.address-popup a[href^="tel:"] {
	pointer-events: none;
}

/* .read-more-btn{
    cursor: pointer
} */
.read-more-btn .elementor-icon-list-text {
	cursor: pointer;
	text-decoration: underline;
}

.read-more-btn .elementor-icon-list-text:hover {
	text-decoration: none;
	text-underline-position: under;
}

.read-more-list {
	display: none;
}

.hw-slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
	width: calc(33.33% - 20px) !important;
	min-width: calc(33.33% - 20px) !important;
	margin-right: 30px !important;
}

.to-slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
	width: calc(25% - 22.5px) !important;
	min-width: calc(25% - 22.5px) !important;
	margin-right: 30px !important;
}

body .find-location-btn .elementor-button {
	padding: 10px 33px 8px 24px;
	text-transform: none;
}

/* body .find-location-btn .elementor-button:hover{
    color: #ffffff !important;
    background-color: var(--red) !important;
    border-color: var(--red) !important;
} */

body .find-location-btn .elementor-button:after {
	width: 110px;
}

body .red-btn-fill .elementor-button:after {
	width: 140px;
}

.employer-form .gfield--type-captcha .gfield_label {
	display: none !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield.gfield--type-captcha {
	margin: 0 !important;
}

.employer-form .gform_legacy_markup_wrapper ul.gform_fields {
	display: flex !important;
	flex-wrap: wrap;
	margin: 0 -15px !important;
}

.employer-form .gfield {
	width: 100% !important;
}

.employer-form .gfield.half-field {
	width: calc(50%) !important;
}

html body .employer-form .gform_wrapper form .gform_footer {
	margin: 0;
	justify-content: center;
	display: flex;
}


.employer-form .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required {
	padding-right: 15px;
}

.services-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	margin: -15px;
}

.services-wrapper .service-box {
	width: calc(25% - 30px);
	margin: 15px;
	background: #FFFFFF;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	min-height: 266px;
	position: relative;
	display: flex;
	overflow: hidden;
	padding: 30px;
	transition: 0.3s all;
	flex-direction: column;
}

.services-wrapper .service-box:hover {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.services-wrapper .service-box .service-detail {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: 0.3s all;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	text-align: center;
}

.featured-posts .swiper-container:not(.swiper-container-initialized) .elementor-posts-container {
	display: flex;
	overflow: hidden;
}

.featured-posts .elementor-posts .elementor-post__badge {
	top: 7px !important;
	right: 7px !important;
	color: #fff !important;
	background-color: var(--blue) !important;
	position: absolute !important;
	padding: 7px 13px !important;
}

.featured-posts .elementor-posts .elementor-post__badge::before {
	color: #fff !important;
}

.featured-posts .swiper-container:not(.swiper-container-initialized) .elementor-posts-container article {
	width: calc(33.33% - 20px);
	min-width: calc(33.33% - 20px);
	margin-right: 30px;
}

.services-wrapper .service-box .service-detail .service-excerpt {
	overflow: hidden;
	text-overflow: ellipsis;
	display: none;
	height: 0 !important;
}

/* .services-wrapper .service-box .service-detail .service-excerpt,
.services-wrapper .service-box .service-detail .read-more-btn{
    transform: translateY(20px);
    transition: 0.2s transform;
} */

.services-wrapper .service-box:hover .service-detail .read-more-btn {
	transition: 0.3s transform;
}

.services-wrapper .service-box:hover .service-detail .service-excerpt,
.services-wrapper .service-box:hover .service-detail .read-more-btn {
	transform: translateY(0);
}

.services-wrapper .service-box:hover .service-detail {
	opacity: 1;
	visibility: visible;
}

.services-wrapper .service-box .service-detail .read-more-btn {
	width: 100%;
	height: 100%;
}

.services-wrapper .service-box .service-detail .read-more-btn a {
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	color: var(--red);
	border: 2px solid var(--red);
	border-radius: 5px;
	padding: 15px 20px;
	width: 100%;
	margin-top: 20px;
	transition: 0.3s all;
	background-color: #ffffff;
	display: block;
	text-align: center;
	position: absolute;
	margin: 0 !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
}

.services-wrapper .service-box .service-detail .read-more-btn a:hover {
	background-color: var(--red);
	color: #ffffff !important;
}

.services-wrapper .service-box .service-info {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0px;
}

.services-wrapper .service-box .service-info .service-img {
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.services-wrapper .service-box .service-info .service-img img {
	height: 60px;
	width: 60px;
	object-fit: contain;
}

.services-wrapper .service-box .service-info .title:not(:first-child) {
	margin-top: 25px;
}

.services-wrapper .service-box .service-info .title {
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	color: #112E51;
	text-align: center;
}

.hcuc-location-appointment {
	margin-top: 20px;
}

.hcuc-location-appointment a {
	width: 100% !important;
}

.gallery-arrow-prev,
.gallery-arrow-next {
	width: 25px;
	height: 25px;
	display: block;
	background: url("../img/arrow-list.svg") center no-repeat;
	background-size: contain;
}

.gallery-arrow-prev {
	transform: rotate(180deg);
}

.all-services-list .elementor-post__title {
	line-height: 26px !important;
	font-weight: 500 !important;
	font-size: 16px !important;
}

.all-services-list .elementor-post__title a:hover {
	text-decoration: underline
}

.all-services-list .elementor-post__title a {
	padding-left: 23px;
	position: relative;
	display: block;
}

.all-services-list .elementor-post__title a:before {
	content: "";
	width: 13px;
	height: 12px;
	background: url("../img/arrow-list.svg") center no-repeat;
	margin-right: 12px;
	background-size: contain;
	position: absolute;
	top: 7px;
	left: 0;
}

.location-single-ctas {
	max-width: 250px;
	margin-top: 30px;
}


.location-single-ctas .video-tour {
	font-weight: 900;
	font-size: 14px;
	line-height: 16px;
	border: 2px solid var(--red);
	border-radius: 6px;
	padding: 17px 20px 17px 41px;
	transition: 0.3s all;
	background: #ffffff url("../img/play-icon-red.svg") center left 17px no-repeat;
}

.location-single-ctas .video-tour:hover {
	color: #ffffff;
	background-color: var(--red);
	background-image: url("../img/play-icon-white.svg");
}

.location-single-ctas .pay-my-bill {
	width: 100%;
	position: relative;
}

.location-single-ctas .pay-my-bill:after {
	content: none !important;
}

.location-single-ctas .pay-my-bill:hover {
	color: #ffffff;
	background-color: #112E51;
}

.neighborhood-section {
	display: flex;
	min-height: 530px;
	align-items: stretch !important;
	overflow: hidden;
}

.neighborhood-content-wrapper {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	padding: 40px;
	z-index: 1;
	position: relative;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
}

.neighborhood-content {
	max-width: 486px;
}

.neighborhood-content>.elementor-button {
	width: 100%;
	margin-top: 30px;
}

.neighborhood-content .find-location-form {
	display: flex;
	position: relative;
}

.neighborhood-content h3 {
	margin-bottom: 40px;
	margin-top: 0;
}

.neighborhood-content .find-location-form input[type="submit"] {
	border: 0 !important;
	background: url("../img/icon-search.svg") center no-repeat !important;
	outline-color: gray;
	margin-left: -48px;
	height: 46px;
	width: 46px;
	right: 0;
	top: 1px;
	position: absolute;
	background-size: 20px !important;
}

.neighborhood-content .find-location-form #location-form-input {
	width: 100%;
	height: 48px;
	border: 1px solid #112E51;
	border-radius: 5px;
	color: #909299;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	padding-right: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.neighborhood-content .find-location-form #location-form-input:focus {
	outline: 1px solid #112E51;
}

.neighborhood-section-map {
	width: 60%;
	height: auto;
	overflow: hidden;
}

.neighborhood-section-map iframe {
	margin-top: -60px !important;
	height: calc(100% + 60px) !important;
	position: relative !important;
}

.map-right-section {
	flex-direction: column;
}

.all-loc-wrapper {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}


.pay-bill-information .elementor-icon-list-items .elementor-icon-list-item::before {
	display: none !important;
}

.pay-bill-information .elementor-icon-list-items .elementor-icon-list-item {
	align-items: flex-start;
}

.pay-bill-information .elementor-icon-list-items .elementor-icon-list-icon {
	margin-top: 4px;
	margin-right: 2px;
}

.pay-bill-information .elementor-icon-list-items .elementor-icon-list-item strong {
	display: block;
	margin-bottom: 0.9rem;
	line-height: 28px;
}

.service-cards .elementor-widget-wrap {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	margin: 0 -15px !important;
}


.service-cards .srvc-card {
	width: calc(25% - 30px);
	margin: 0 15px 30px !important;
	background: #FFFFFF;
	box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
	border-radius: 10px;
	min-height: 266px;
	overflow: hidden;
}

.service-cards .srvc-card .elementor-widget-container,
.service-cards .srvc-card .elementor-cta {
	height: 100%;
}

.service-cards .srvc-card .elementor-cta__content {
	display: flex;
	flex-direction: column;
	background-color: inherit;
	justify-content: center;
}

.service-cards .srvc-card .elementor-cta__content img {
	width: 60px;
	height: 60px;
}

.service-cards .srvc-card .elementor-cta__content .elementor-cta__button-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.service-cards .srvc-card .elementor-cta__content .elementor-cta__button-wrapper>* {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

.service-cards .srvc-card .elementor-cta__title {
	margin-top: 10px;
	margin-bottom: 0;
}

.service-cards .srvc-card .elementor-cta__button-wrapper {
	margin-top: auto;
}

.what-we-treat-tabs-section .accordion-treat .elementor-tab-title {
	padding-left: 30px !important;
}

.archive-posts article:not(.has-post-thumbnail):before {
	content: "";
	display: block;
	padding-top: 66%;
	background: gray;
	border: 2px solid #F8FCFE;
	border-radius: 5px 5px 0 0;
	min-height: 184px;
	background: #ccc url("../img/logo.png") center no-repeat;
	background-size: 70%;
}


/* Anmed-site  Styling */

.hero-slider .elementor-button {
	color: #fff !important;
	border-radius: 5px
}

.hero-slider .elementor-button:hover {
	color: var(--blue) !important
}

footer .elementor-icon-list-item svg path {
	fill: var(--teal);
}

/* .cta-box ul li:before {
	color: #0089C4 !important
} */

.utility-footer-logos .elementor-widget-image {
	width: calc(25% - 50px) !important;
	margin: 0 25px 10px;
}

.news-content h2,
.news-content h3,
.news-content h4,
.news-content h5,
.news-content h6,
.news-content h1 {
	color: var(--blue)
}

.hero-slides .swiper-slide-inner .elementor-button {
	background-color: var(--red) !important;
	border-color: var(--red) !important;
}

.hero-slides .swiper-slide-inner .elementor-button:hover {
	background-color: transparent !important;
	border-color: #FFF !important;
	color: #fff !important;
}

.hero-slides .swiper-slide-inner .elementor-button::before {
	border-top: 6px solid #DADAD7 !important;
	border-right: 6px solid #DADAD7 !important;
}

.hero-slides .elementor-slides-wrapper .swiper-pagination {
	padding: 0 55px;
}

.hero-slides .elementor-slides-wrapper .elementor-swiper-button-next i,
.hero-slides .elementor-slides-wrapper .elementor-swiper-button-prev i {
	color: var(--white);
	font-size: 28px;
}

.hero-slides .elementor-slides-wrapper .elementor-swiper-button-prev {
	left: 30px !important;
	z-index: 12;
	bottom: 66px;
}

.hero-slides .elementor-slides-wrapper .elementor-swiper-button-next {
	left: 120px !important;
	bottom: 66px;
	z-index: 12;
}

.header-top-nav .tauc-search-icon .fa-search {
	color: var(--blue);
}

.utility-nav.utility-nav-bottom li.bill-icon a:before,
.utility-nav.utility-nav-bottom li.location-icon a:before,
.header-top-nav .utility-nav .location-icon a:before,
.header-top-nav .utility-nav .bill-icon a:before {
	content: '\f3c5' !important;
	font-family: "Font Awesome 5 Pro";
	background: none !important;
	font-weight: 300;
	margin-right: 5px !important;
}

.utility-nav.utility-nav-bottom li.bill-icon a:before,
.header-top-nav .utility-nav .bill-icon a:before {
	content: '\f09d' !important;
}

.utility-nav.utility-nav-bottom li.bill-icon a:before,
.utility-nav.utility-nav-bottom li.location-icon a:before {
	top: -3px;
}

.header-top-nav .tauc-search-icon {
	height: 30px;
}

header .header-btn .elementor-button {
	color: var(--white) !important;
	padding: 14.5px 15px 13.5px 15px;
}

header .header-btn .elementor-button:hover {
	color: var(--red) !important;
}

.better-care>.elementor-container {
	margin-right: 0 !important;
}

.zz-section .zz-left {
	position: relative;
	top: 30px;
	left: 30px;
	z-index: 2;
}

.zz-section .zz-right {
	position: relative;
	right: 30px;
}

.zz-section .zz-right .elementor-widget-wrap {
	border-radius: 20px !important;
}

@media screen and (max-width:1200px) {
	.hero-slides .elementor-slides-wrapper .elementor-swiper-button-next {
		left: 160px !important;
	}
}

@media screen and (min-width: 1200px) {
	.hero-slides .elementor-slides-wrapper .swiper-pagination {
		max-width: 1200px;
		padding: 0 55px;
		bottom: 88px
	}

	.hero-slides .elementor-slides-wrapper .elementor-swiper-button-prev {
		left: calc(50% - 90px) !important;
		bottom: 63px;
	}

	.hero-slides .elementor-slides-wrapper .elementor-swiper-button-next {
		left: calc(50% + 60px) !important;
		bottom: 63px;
	}
}

@media (max-width:1024px) {
	.utility-footer-logos .elementor-widget-image {
		width: calc(25% - 30px) !important;
		margin: 0 15px 10px;
	}
}

@media (max-width:767px) {
	.utility-footer-logos .elementor-widget-image {
		width: calc(50% - 30px) !important;
		margin: 0 15px 10px;
	}

	.zz-section .elementor-container {
		flex-direction: column-reverse;
	}

	.zz-section .zz-left,
	.zz-section .zz-right {
		right: 0;
		top: 0;
		left: 0;
	}

	.zz-section .zz-left {
		top: -30px;
		left: -30px !important;
	}

	.zz-section .zz-right {
		min-height: 300px;
	}

	.zz-section .zz-right .elementor-widget-wrap {
		border-radius: 0 !important;
	}

	.uc-cta-section .elementor-container {
		justify-content: center !important;
	}

}

/* ------------------------- End miscellaneous style ------------------------ */
/* @import url('ik.css'); */
/* @import url('header-max-1200px.css'); */
@media (max-width: 1150px) {
	body:not(.rtl) .elementor-36 .elementor-element.elementor-element-f2977f0 .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child) {
		margin-right: 5px;
	}

	.elementor-36 .elementor-element.elementor-element-f2977f0>.elementor-widget-container {
		margin: 0px 5px 0px 0px;
	}

	/* .elementor-36 .elementor-element.elementor-element-f2977f0 .elementor-nav-menu .elementor-item{
		font-size: 14px;
	} */
	/* .elementor-36 .elementor-element.elementor-element-f2977f0 .elementor-nav-menu--main .elementor-item{
		padding-left: 4px;
		padding-right: 4px;
	} */

	header .logo img {
		max-width: 160px !important;
	}

	header .header-btn .elementor-button::after {
		width: 160px;
	}
}

/* @import url('hk-max-1210px.css'); */
@media (max-width: 1210px) {
	.DRT-section .elementor-background-overlay {
		width: 100%;
	}

	.DRT-section .elementor-widget-container>p:first-child img,
	.DRT-section .elementor-widget-container>img:first-child {
		margin-top: 0;
		margin-right: 0;
		max-width: 300px;
		min-height: 404px;
	}

	.DRT-section>.elementor-container {
		max-width: 100% !important;
	}

}

/* @import url('header-min-1025px.css'); */
@media screen and (min-width:1025px) {

	body:not(.elementor-editor-active) .check-mobile-btn,
	.main-menu-wrapper {
		display: none !important;
	}

	.no-overlay-desktop .elementor-background-overlay {
		opacity: 0 !important;
	}
}

/* @import url('style-min-1601px.css'); */
@media only screen and (min-width:1601px) {
	.hero-slides .swiper-slide {
		min-height: 490px;
	}

	.ht-600>.elementor-container {
		min-height: 600px !important;
	}
}

/* max-1024 fils */
@media only screen and (max-width:1024px) {

	/* @import url('style-max-1024px.css'); */
	body .elementor-widget-heading h1.elementor-heading-title,
	body h1,
	body .h1,
	body h1.elementor-headline,
	body .h1 .elementor-headline,
	body .elementor-widget-heading.h1 .elementor-heading-title,
	h1.elementor-cta__title.elementor-cta__content-item {
		font-size: 36px;
		line-height: 42px;
	}

	body .elementor-widget-heading h2.elementor-heading-title,
	body h2,
	body .h2,
	body h2.elementor-headline,
	body .elementor-accordion h2.elementor-tab-title,
	body .elementor-widget-heading.h2 .elementor-heading-title,
	h2.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h2.elementor-image-box-title,
	.elementor-posts .elementor-post__card h2.elementor-post__title,
	.elementor-posts h2.elementor-post__title {
		font-size: 34px;
		line-height: 40px;
	}

	body .elementor-widget-heading h3.elementor-heading-title,
	body h3,
	body .h3,
	body .elementor-accordion h3.elementor-tab-title,
	body .elementor-widget-heading.h3 .elementor-heading-title,
	h3.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h3.elementor-image-box-title,
	.elementor-posts .elementor-post__card h3.elementor-post__title,
	.elementor-posts h3.elementor-post__title {
		font-size: 26px;
		line-height: 37px;
	}

	body .elementor-widget-heading.display-1 .elementor-heading-title {
		font-size: 42px;
		line-height: 50px;
	}

	/* @import url('header-max-1024px.css'); */
	.menu-opened body {
		position: relative;
		overflow: hidden;
	}

	.main-menu-wrapper .check-in-link {
		display: none !important;
	}

	.utility-links-adj .elementor-icon-list-items a {
		color: #112E51 !important;
		font-weight: 800;
	}

	.utility-links-adj .elementor-icon-list-items a svg path {
		fill: #112E51 !important;
	}

	.utility-links-adj .elementor-icon-list-items a .elementor-icon-list-text {
		color: #112E51 !important;
	}

	/* @import url('footer-max-1024px.css'); */
	/* .footer-top{
		max-width: 500px;
		margin: 0 auto;
	}

	.footer-section:after {
		width: 300px;
		height: 500px;
	} */
	.footer-top-section .elementor-container .elementor-column:first-child {
		width: 30%;
	}

	.footer-top-section .elementor-container .elementor-column:nth-child(2) {
		width: 40%;
		padding-right: 10px;
	}

	.footer-top-section .elementor-container .elementor-column:nth-child(3) {
		width: 30%;
		;
	}

	.footer-primary-nav ul li {
		padding-right: 10px;
	}

	.footer-address-nav ul {
		column-count: 1;
	}

	.footer-address-nav ul li {
		display: block;
		margin-bottom: 5px !important;
	}

	/* @import url('za-max-1024px.css'); */
	.tabs-section .elementor-tabs-content-wrapper {
		min-height: 450px;
	}

	/* @import url('sa-max-1024px.css'); */
	.map-right-section {
		padding-right: 14px;
		float: none;
	}

	.map-search-form {
		max-width: 100%;
	}

	.map-left-section .map-section {
		position: absolute !important;
		top: 0;
		left: 0;
	}

	.map-left-section:not(.map-loading):after {
		padding-bottom: 450px;
	}

	.map-left-section:not(.map-loading):after {
		content: '';
		display: block;
		width: 100%;
	}

	.neighborhood-content-wrapper {
		width: 50%;
		padding: 20px
	}

	.neighborhood-section-map {
		width: 50%;
	}

	.hw-slider .elementor-swiper-button-next {
		right: -40px !important;
	}

	.hw-slider .elementor-swiper-button-prev {
		left: -40px !important;
	}

	.map-right-section~.map-right-section {
		padding-top: 0px;
		padding-left: 15px;
		padding-right: 14px;
	}

	.search-location-wrapper {
		max-width: 100%;
	}

	.result-post,
	.result-post:not(.no-result-found) {
		max-height: none;
		padding-right: 0;
		overflow: visible;
	}

	.map-right-section {
		width: 100%;
		max-width: none;
		padding-top: 15px;
	}

	.map-inner {
		width: 100%;
	}

	.details-wrapper .wpb-container {
		width: 100%;
		flex-direction: column-reverse;
	}

	.details-section {
		width: 100%;
		padding-right: 0px;
	}

	.accordion-treat .elementor-tab-content>p:first-child img,
	.accordion-treat .elementor-tab-content>img:first-child {
		display: block !important;
		width: 100%;
		border-radius: 5px;
		box-shadow: 0 0 18px rgb(0 39 116 / 20%);
	}

	.accordion-treat .elementor-accordion-item {
		margin-bottom: 0 !important;
	}

	.accordion-btn .elementor-button-wrapper {
		max-width: 100%;
	}

	.accordion-treat {
		max-width: 100% !important;
	}

	.tabular-slider .swiper-pagination {
		display: none !important;
	}

	.accordion-btn .elementor-button-wrapper {
		max-width: 100%;
	}

	.accordion-treat .elementor-accordion-item {
		margin-bottom: 0 !important;
	}


	.why-us-section .elementor-column>.elementor-element-populated>* {
		width: calc(50% - 30px) !important;
	}

	.why-us-section .why-us-box.full-width .elementor-cta {
		flex-direction: column;
		padding: 0 !important;
		border: 0;
		border-radius: 0;
	}

	.why-us-section .why-us-box.full-width .elementor-cta__bg-wrapper {
		width: 100%;
		padding-bottom: 68% !important;
		border-radius: 10px 10px 0 0;
	}

	.why-us-section .why-us-box.full-width .elementor-cta__content {
		width: 100%;
		border-radius: 0 0 10px 10px;
		padding: 30px !important;
		border: 2px solid #F4F4F2;
		border-top: 0;
	}

	.why-us-section .why-us-box .elementor-cta__content {
		padding: 30px;
	}

	.featured-box {
		width: calc(50% - 30px) !important;
		margin: 15px !important;
		border-radius: 10px;
		overflow: hidden;
	}

	.featured-tabs .elementor-icon-list-item {
		margin: 10px 15px !important;
	}

	.featured-tabs .elementor-icon-list-items {
		overflow: hidden !important;
		margin: -10px -15px !important;
	}

	.featured-tabs .elementor-icon-list-item::before {
		top: 7px !important;
		left: -16px !important;
		height: calc(100% - 14px);
	}

	.leadership-card {
		width: calc(50% - 30px);
	}

	html body .leadership-content .elementor-widget-container {
		margin-top: -200px;
		max-width: calc(100% - 320px);
		padding: 40px;
	}

	html body .leadership-single-image img {
		max-width: 380px;
		width: 380px;
	}

	html body .leadership-single-name .elementor-heading-title {
		font-size: 30px;
		line-height: 30px;
		max-width: 290px;
	}

	html body .leadership-single-designation {
		font-size: 18px !important;
		line-height: 20px;
		max-width: 290px;
	}

	.question-list .elementor-icon-list-item .elementor-icon-list-text {
		font-size: 16px;
		line-height: 20px;
		word-break: break-word;
	}

	.question-list .elementor-icon-list-item .elementor-icon-list-icon>svg {
		height: 15px;
		width: 15px;
	}



	.question-list .elementor-icon-list-item .elementor-icon-list-icon {
		height: 30px;
		width: 30px;
		min-width: 30px;
		margin-right: 0;
	}

	.width-full img {
		width: 100% !important;
	}

	#map-label {
		display: none !important;
	}

	.details-sidebar {
		width: 100%;
		position: static;
		padding-bottom: 39px;
		/* padding-bottom: 49px; */
		border-bottom: 1px solid rgba(41, 75, 103, .2);
		margin-bottom: 39px;
	}

	.working-hour {
		width: 300px;
		margin-left: auto;
	}

	.map-wrapper {
		display: flex;
		flex-direction: column;
	}

	.map-left-section {
		min-height: 238px;
		float: none;
		width: calc(100% - 30px);
		position: relative;
		margin: 0 auto 20px;
		order: -1;
	}

	.map-wrapper {
		margin-top: 50px;
		margin-bottom: 30px;
	}

	.map-search-form {
		max-width: 100%;
		display: block;
	}

	.map-search-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
		padding: 9px 40px 9px 14px;
	}

	.search-right-form {
		width: 100%;
		margin-bottom: 10px;
	}

	.tauc-test-filter {
		margin-bottom: 0;
	}

	.tauc-locations-wrapper {
		padding-bottom: 0;
	}

	/* @import url('ik-max-1024px.css'); */
	/* @import url('rt-max-1024px.css'); */


	/*--cta-button-section(home-page)--*/

	body .elementor-element.elementor-column.treat-button {
		max-width: 300px;
		width: 100%;
	}

	body .elementor-element.elementor-column.treat-title {

		width: calc(100% - 300px);
	}

	/*--icon-box---*/
	.main-icon-box .elementor-container .elementor-column {
		width: calc(50% - 30px);

	}

	/*--accordion-img-content--*/
	.accordion .accordion-item .img-content {
		display: flex;
		flex-direction: column;
	}

	.accordion .ai-content .left-img {
		width: 100%;
	}

	.accordion .ai-content .para-right {
		width: 100%;
	}

	.elementor-container .table-box {
		max-width: 100% !important;
	}

	/*--table-section--*/
	.table-sec .tb-first-row,
	.table-sec .tb-sec-row {
		min-height: 90px !important;

	}

	/*/////////////////////////TACU-EMT-PAGE///////////////*/
	/*--accredited-icons--*/
	.accr-icons .elementor-container .elementor-column {
		width: calc(50% - 30px);
		margin: 0 15px 30px 15px;
	}

	.tution-icons .elementor-container .elementor-column {
		width: calc(50% - 30px);
	}

	/*--includes-icons--*/
	.includes-icons .elementor-container .elementor-column {
		width: calc(50% - 20px);
	}

	/*--programs-icons--tacu-EMT-page--*/
	.program-icons .elementor-container .elementor-column {
		width: calc(50% - 15px);

	}

	.stress-icons .elementor-container .elementor-column {
		width: calc(50% - 15px);

	}

	.featured-posts .swiper-container:not(.swiper-container-initialized) .elementor-posts-container article {
		width: calc(50% - 15px);
		min-width: calc(50% - 15px);
	}

	/* @import url('hk-max-1024px.css'); */
	.hero-overlay>.elementor-background-overlay {
		width: 50%;
	}

	.wwt-wrapper .wwt-content-col {
		width: calc(100% - 335px) !important;
	}

	.wwt-sidebar {
		width: 335px !important;
		/* top: 190px; */
	}

	.room-cta-col {
		width: calc(54% - 90px) !important;
	}

	.icon-list-wrapper>.elementor-container>.elementor-column {
		margin-inline: auto;
	}

	.GT-ul li {
		align-items: self-start !important;
	}

	.GT-ul li .elementor-icon-list-icon {
		margin-top: 5px;
	}

	.wwt-content-col ul li {
		align-items: self-start !important;
	}

	.wwt-content-col .elementor-icon-list-icon {
		margin-top: 5px;
	}

	/* @import url('qa-max-1024px.css'); */
	.leadership-section .member-box {
		width: calc(50% - 30px);
	}

	.io-section .io-logos-box .io-logos-wraper .io-logo-box {
		width: calc(50% - 30px);
	}

	.tauc-posts-wrapper .tauc-post {
		width: calc(50% - 30px);
	}

	.team-slider.hide-pn .swiper-button-disabled {
		opacity: 0.5;
		visibility: visible;
	}

	.team-slider.hide-pn .swiper-pagination {
		visibility: visible;
		opacity: 1;
	}

	/* .to-slider .swiper-wrapper .swiper-slide {
		width: calc(33.33% - 30px) !important;
	} */

	.kus-slider .tabular-slide-image {
		background-image: var(--image-mob);
		background-repeat: no-repeat;
		background-size: cover;
		transition: 0.3s all;
		border-radius: 5px;
	}

	.kus-slider .tabular-slider-slide.active .tabular-slide-image {
		padding-bottom: 60%;
	}

	.kus-slider .tabular-slider-wrapper {
		display: none;
	}

	.kus-slider .tabular-slider-sidebar {
		width: 100%;
		max-width: 100% !important;
		min-width: 100% !important;
		display: block !important;
	}

	.kus-slider .tabular-slider-slide {
		padding: 13px 0 !important;
	}

	.kus-slider .tabular-slider-slide.active {
		padding: 20px 0 !important;
	}

	.kus-slider .tabular-slider-slide .tabular-slider-slide-content p {
		margin-top: 0;
	}

	.kus-slider .tabular-slider-slide a.read-more {
		color: #ffffff;
		text-transform: capitalize;
		line-height: 16px;
		background-color: var(--blue);
		border-radius: 5px;
		display: block !important;
		max-width: max-content;
		text-align: center;
		font-size: 18px !important;
		padding: 14.5px 36px 13.5px 15px;
		margin-top: 20px;
		text-decoration: none !important;
		position: relative;
		border: 2px solid var(--blue);
	}

	.kus-slider .tabular-slider-slide a.read-more:hover {
		background: transparent !important;
		color: var(--blue) !important;
	}

	.kus-slider .tabular-slider-slide a.read-more:after {
		content: none !important;
	}

	.kus-slider .tabular-slider-slide.active .tabular-slider-slide-content {
		padding: 0;
	}

	.kus-slider .tabular-slider-slide h3 {
		position: relative;
		font-size: 20px !important;
		line-height: 38px !important;
		color: var(--blue) !important;
		font-weight: 900 !important;
		padding-right: 30px;
	}

	.kus-slider .tabular-slider-slide.active h3 {
		font-size: 26px !important;
		line-height: 32px !important;
		margin-top: 20px !important;
		color: #112E51 !important;
		font-weight: 500 !important;
	}

	.kus-slider .tabular-slider-slide h3::after {
		content: "\f078";
		display: block;
		position: absolute;
		right: 4px;
		top: 50%;
		transform: translateY(-50%);
		font-weight: 700;
		color: #ffb612;
		font-family: "Font Awesome 5 Pro";
		transition: 0.3s all;
		font-size: 15px;
	}

	.kus-slider .tabular-slider-slide.active h3::after {
		opacity: 0;
		visibility: hidden;
	}

	.kus-slider .tabular-slider-slide:not(:last-child):after {
		left: 0;
		right: 0;
	}

	.kus-slider .tabular-slider-inner .tabular-slider-sidebar .tabular-slider-slide .tabular-slide-description {
		display: block;
		margin-top: 20px !important;
	}

	.kus-slider .tabular-slider-inner .tabular-slider-sidebar .tabular-slider-slide:first-child {
		border-top: 1px solid #D8D8D8;
	}

	.ku-section {
		background: #ffffff !important;
	}

	.hc-section>.elementor-container>.elementor-column {
		width: 100%;
	}

	.hc-section .elementor-widget-icon-list {
		min-height: inherit;
	}

	.hc-section .icon-list1 li,
	html body .hc-section .icon-list2 {
		min-height: inherit !important;
	}

	/* @import url('sr-max-1024px.css'); */
	.tabs-section .elementor-tabs-wrapper {
		display: flex;
		overflow-x: auto;
		padding-bottom: 10px;
		/* justify-content: flex-start; */
		white-space: nowrap;
		width: 100%;
		align-items: center;
		justify-content: center;

	}

	.tabs-section ::-webkit-scrollbar {
		display: none;
	}

	.cta-sections .elementor-container {
		flex-wrap: wrap;
	}

	.cta-sections .elementor-column {
		width: 100% !important;
	}

	.cta-sections .elementor-column .elementor-cta {
		flex-wrap: nowrap;
	}

	.cta-sections .elementor-cta__content {
		width: 370px;
	}

	.cta-sections .elementor-cta__bg-wrapper {
		width: calc(100% - 370px) !important;

	}

	.hw-slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
		width: calc(50% - 15px) !important;
		min-width: calc(50% - 15px) !important;
		margin-right: 30px !important;
	}

	.to-slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
		width: calc(33.33% - 20px) !important;
		min-width: calc(33.33% - 20px) !important;
		margin-right: 30px !important;
	}

	.services-wrapper .service-box {
		width: calc(33.33% - 30px);
	}

	.all-loc-wrapper {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.utility-nav li {
		position: relative
	}

	.utility-nav li:not(:last-child) {
		padding-right: 25px;
	}

	.utility-nav-bottom li.bill-icon {
		padding-left: 5px;
	}

	.utility-nav li:not(:last-child):after {
		content: "";
		width: 1px;
		height: 17px;
		background: var(--blue);
		position: absolute;
		right: -5px;
		top: 50%;
		transform: translatey(-50%);
	}

	.service-cards .srvc-card {
		width: calc(33.33% - 30px);
	}
}

@media (max-height:980px) {
	.states-map svg {
		max-height: 440px;
	}
}

/* max-797px */
/* @import url('hk-max-797px.css'); */
@media (max-width: 797px) {
	.room-cta-col {
		width: calc(54% - 60px) !important;
	}

	.room-cta-line {
		width: 40px !important;
	}

	.room-cta-line:before {
		font-size: 18px;
		padding-block: 15px;
	}

	.tae-table * {
		display: block;
	}

	.tae-table td:empty {
		display: none;
	}

	.tae-table table tr th {
		border: none;
	}

	table.tae-table .column {
		border: 1px solid #000;
	}

	.location-single-ctas {
		margin-bottom: -10px;
	}

	.location-single-ctas .pay-my-bill {
		padding: 10px 20px;
	}

	.location-single-ctas .video-tour {
		padding: 10px 20px 10px 41px;
	}
}

/* @import url('header-max-782px.css'); */

@media (max-width: 782px) {
	body.admin-bar .main-menu-wrapper {
		top: 138px;
	}

	body.admin-bar [data-elementor-type="header"] {
		top: 46px;
	}

	html.cp-ib-open body.admin-bar [data-elementor-type="header"] {
		top: 96px;
	}

	.ib-close {
		top: 11px !important;
		transform: translateY(0) !important;
	}

	.cp-blank-info-bar .cp-content-container {
		padding: 6px 0px 4px !important;
	}

	.cp-ib-container {
		padding-left: 0 !important;
	}

}

@media (max-width: 768px) {
	.main-menu-wrapper {
		top: 92px;
	}
}

/* @import url('style-min-768px.css'); */
@media only screen and (min-width:768px) {

	.covid-column .mobile-toggle-title,
	.covid-column .mobile-toggle-section,
	.covid-column .elementor-widget-button {
		display: block !important;
		height: auto !important;
	}
}

/* max-767 fils */
@media screen and (max-width:767px) {

	/* @import url('style-max-767px.css'); */
	body {
		font-size: 16px;
		line-height: 26px;
	}

	body .elementor-widget-heading h1.elementor-heading-title,
	body h1,
	body .h1,
	body h1.elementor-headline,
	body .h1 .elementor-headline,
	body .elementor-widget-heading.h1 .elementor-heading-title,
	h1.elementor-cta__title.elementor-cta__content-item {
		font-size: 28px;
		line-height: 36px;
	}

	body .elementor-widget-heading h2.elementor-heading-title,
	body h2,
	body .h2,
	body h2.elementor-headline,
	body .elementor-accordion h2.elementor-tab-title,
	body .elementor-widget-heading.h2 .elementor-heading-title,
	h2.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h2.elementor-image-box-title,
	.elementor-posts .elementor-post__card h2.elementor-post__title,
	.elementor-posts h2.elementor-post__title {
		font-size: 26px;
		line-height: 32px;
	}

	body .elementor-widget-heading h3.elementor-heading-title,
	body h3,
	body .h3,
	body .elementor-accordion h3.elementor-tab-title,
	body .elementor-widget-heading.h3 .elementor-heading-title,
	h3.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h3.elementor-image-box-title,
	.elementor-posts .elementor-post__card h3.elementor-post__title,
	.elementor-posts h3.elementor-post__title {
		font-size: 24px;
		line-height: 36px;
	}

	body .elementor-widget-heading h4.elementor-heading-title,
	body h4,
	body .h4,
	body h4.elementor-headline,
	body .h4 .elementor-headline,
	body .elementor-accordion h4.elementor-tab-title,
	body .elementor-widget-heading.h4 .elementor-heading-title,
	h4.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h4.elementor-image-box-title,
	.elementor-posts .elementor-post__card h4.elementor-post__title,
	.elementor-posts h4.elementor-post__title {
		font-size: 26px;
		line-height: 36px;
	}

	body .elementor-widget-heading.display-1 .elementor-heading-title {
		font-size: 36px;
		line-height: 42px;
	}

	body .elementor-button,
	body .elementor-align-center .elementor-button {
		width: 414px;
	}

	body .hero-slider .elementor-button {
		width: 100%;
		max-width: max-content;
		margin-bottom: 15px;
	}

	.hcuc-hide-page-mb {
		display: none !important;
	}

	.better-care-section>.elementor-container {
		display: flex;
		flex-direction: column-reverse;
	}

	.better-care-section .bc-right {
		min-height: 400px;
	}

	.better-care>.elementor-container {
		margin-right: auto !important;
	}

	.better-care>.elementor-container {
		margin-left: 0 !important;
	}

	/* @import url('header-max-767px.css'); */
	.desktop-hide {
		display: block !important;
	}

	.view-it {
		margin-left: 4px;
	}

	.footer-top-section .elementor-container .elementor-column:first-child,
	.footer-top-section .elementor-container .elementor-column:nth-child(2),
	.footer-top-section .elementor-container .elementor-column:nth-child(3) {
		width: 100%;
		padding-right: 0;
	}

	.footer-address-nav ul li {
		display: block !important;
	}

	body .main-footer h6.elementor-heading-title {
		font-weight: 700 !important;
		font-size: 16px !important;
		padding-bottom: 2px;
	}

	.footer-primary-nav ul li {
		padding-right: 0 10px 21px 32px;
	}

	.footer-address-nav ul li {
		margin-bottom: 19px !important;
	}

	html body .footer-copyrights .elementor-widget-container,
	html body .footer-copyrights .elementor-widget-container p {
		font-weight: 400;
	}

	html body .footer-secondary-nav ul li.elementor-icon-list-item,
	html body .footer-secondary-nav ul li.elementor-icon-list-item a {
		font-weight: 400;
	}

	/* @import url('footer-max-767px.css'); */
	.footer-top-section .elementor-container .elementor-column:first-child,
	.footer-top-section .elementor-container .elementor-column:nth-child(2),
	.footer-top-section .elementor-container .elementor-column:nth-child(3) {
		width: 100%;
		padding-right: 0;
	}

	.footer-address-nav ul li {
		display: block !important;
	}

	body .main-footer h6.elementor-heading-title {
		font-weight: 700 !important;
		font-size: 16px !important;
		padding-bottom: 7px;
	}

	.footer-primary-nav ul li {
		padding-right: 0 10px 21px 32px;
	}

	.footer-address-nav ul li {
		margin-bottom: 19px !important;
	}

	html body .footer-copyrights .elementor-widget-container,
	html body .footer-copyrights .elementor-widget-container p {
		font-weight: 400;
	}

	html body .footer-secondary-nav ul li.elementor-icon-list-item,
	html body .footer-secondary-nav ul li.elementor-icon-list-item a {
		font-weight: 400;
	}

	/* @import url('za-max-767px.css'); */
	/* @import url('sa-max-767px.css'); */
	.service-wraper {
		margin: -10px -10px 40px;
		padding-bottom: 30px;
	}

	.service-modules {
		padding: 10px 10px;
		width: 50%;
	}

	.address_time {
		display: block;
	}

	.address-left {
		padding: 0;
		max-width: none;
		width: auto;
	}

	.working-hour {
		width: 100%;
		display: none;
	}

	.services-offered h4,
	.consideration-section h4,
	.service-section h4 {
		font-size: 26px;
		line-height: 28px;
		margin-bottom: 15px;
	}

	.gallery-section h4 {
		text-align: center;
	}

	.consideratin-details p,
	.service-description p,
	.testing-details p,
	.services-details p,
	.view-all a {
		font-size: 18px;
		line-height: 28px;
	}

	.service-gallery-section {
		width: 360px;
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}

	.service-gallery-section .gallery-container {
		border-radius: 5px;
		margin-right: 0;
		position: relative;
		width: 100%;
		max-width: 100%;
	}

	.service-gallery-section .gallery-container+.gallery-container {
		margin-left: 0;
		margin-top: 20px;
	}

	.mission-section>.elementor-container>.elementor-column {
		width: calc(100% - 30px) !important;
	}

	.service-section {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}

	.insurance-list {
		column-count: 2;
	}

	.details-sidebar {
		padding-bottom: 39px;
		border-bottom: 1px solid rgba(41, 75, 103, .2);
		margin-bottom: 40px;
	}

	.details-wrapper {
		padding-top: 60px;
		padding-bottom: 54px;
	}

	.details-sidebar iframe {
		height: 238px;
	}

	.address-left ul li:after {
		left: 2px;
	}

	.address-left ul li.more-list a::after {
		display: none;
	}

	.details-location-wrapper {
		padding-top: 30px;
		justify-content: space-between;
	}

	.address_time {
		padding-bottom: 41px;
	}

	.services-offered {
		padding-top: 40px;
	}

	.consideratin-details {
		margin-bottom: 31px;
	}

	#cookie-notice #cn-notice-text {
		display: block;
	}

	#cookie-notice .cookies-message {
		width: 100%;
		max-width: 100%;
		display: block;
		padding-bottom: 25px;
		margin: 0 auto;
	}

	#cookie-notice .cookies-button-container {
		display: flex;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	.testing-outer {
		margin-bottom: 40px;
		padding-bottom: 10px;
	}

	.hw-slider .elementor-swiper-button-next {
		right: 0 !important;
	}

	.hw-slider .elementor-swiper-button-prev {
		left: 0 !important;
	}

	.purpose-tabs .elementor-tabs .elementor-tabs-wrapper {
		display: flex !important;
	}

	.tabs-section .elementor-widget-tabs .elementor-tab-desktop-title:not(:first-child)::after {
		height: 21px !important;
	}

	#cookie-notice .cookie-notice-container {
		padding: 30px 20px;
	}

	.featured-posts .swiper-container:not(.swiper-container-initialized) .elementor-posts-container article {
		width: 100%;
		min-width: 100%;
	}

	.utility-nav li+li {
		margin-left: 25px;
	}

	.utility-nav.utility-nav-bottom li a {
		font-size: 14px;
		font-weight: 800;
	}

	.cta-box {
		width: 100% !important;
	}

	.logo-section>a>img {
		padding-right: 0;
		padding-bottom: 20px;
	}

	.cta-box ul li:before {
		top: 2px !important;
	}

	.neighborhood-section {
		flex-direction: column;
	}

	.neighborhood-content {
		max-width: 100%;
	}

	.neighborhood-content-wrapper {
		width: 100%;
		padding: 50px;
		align-items: center;
		text-align: center;
	}

	.neighborhood-section-map {
		width: 100%;
		min-height: 400px;
	}

	.services-details {
		padding-bottom: 22px;
	}

	.pdf-download-list {
		padding: 22px 20px 13px;
	}

	.pdf-download-list li a {
		font-weight: 500;
	}

	.pdf-download-list li+li {
		margin-top: 12px;
	}

	.detail-search-form {
		display: block;
		padding: 30px 20px;
	}

	.search-field-wrapper {
		max-width: 100%;
		width: 100%;
	}

	.detail-search-form label {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 20px;
	}

	.search-location-box+.search-location-box {
		margin-top: 30px;
	}

	.gallery-thumbs-wrapper {
		display: none;
	}

	.gallery-top-main {
		padding: 60px 15px 90px;
		text-align: center;
		position: relative;
	}

	.gallery-thumbs-wrapper {
		display: none;
	}

	.container-968 {
		border-radius: 0;
		max-width: 530px;
		width: 100%;
	}

	html body .contact-form .gform_wrapper .gfield.half-field {
		width: 100%;
	}

	.featured-box {
		width: calc(100% - 30px) !important;
		margin: 15px !important;
		border-radius: 10px;
		overflow: hidden;
	}

	.why-us-section .elementor-column>.elementor-element-populated>* {
		width: calc(100% - 30px) !important;
	}

	.why-us-section .why-us-box .elementor-cta__content,
	.why-us-section .why-us-box.full-width .elementor-cta__content {
		padding: 20px !important;
	}

	.gallery-top-main {
		padding: 60px 15px 90px;
		text-align: center;
		position: relative;
	}

	.swiper-button-next-2,
	.owl-theme .owl-controls .owl-buttons div.owl-next {
		position: absolute;
		top: auto;
		right: 15px;
		margin-top: 0;
		bottom: 30px;
		right: 0;
	}

	.swiper-button-prev-2,
	.owl-theme .owl-controls .owl-buttons div.owl-prev {
		position: absolute;
		top: auto;
		left: 15px;
		margin-top: 0;
		bottom: 30px;
		left: 0;
	}

	.covid-testing-option .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img {
		justify-content: center;
		padding: 0;
		margin: 0 auto 20px !important;
	}

	.owl-theme .owl-controls .owl-buttons div.owl-next,
	.owl-theme .owl-controls .owl-buttons div.owl-prev {
		bottom: -60px;
	}

	.gallery-close {
		padding: 20px 15px;
	}

	.tauc-locations-wrapper {
		padding-bottom: 60px;
	}

	.map-left-section:not(.map-loading):after {
		padding-bottom: 238px;
	}

	.wp-gr .wp-google-review {
		padding: 30px 20px !important;
		display: block !important;
	}

	.wp-gr .wp-google-right {
		width: 100% !important;
		text-align: center !important;
	}

	.wp-gr .wp-google-left {
		display: block !important;
		width: 100% !important;
		margin-bottom: 15px;
	}

	.wp-gr.wpac .wp-google-left img {
		float: none !important;
		display: block !important;
		margin: 0 auto 15px !important;
	}

	.wp-gr.wpac .wp-google-review .wp-google-stars {
		margin: 0 0 20px !important;
	}

	.wp-gr.wpac a.wp-google-name {
		padding: 0 0 5px !important;
	}

	/* body .hero-overlay > .elementor-background-overlay[data-name]:after {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: -40%;
		margin: 13% 0 0 20%;
		font-size: 4.5vw;
	} */
	/* body .hero-overlay > .elementor-background-overlay[data-name]:after{
		font-size: 12px;
		top: 84px;
		right: calc(50% - 117px);
		width: 45px;
		transform: rotate(7deg) translateX(50%);
	} */
	body .hero-overlay>.elementor-background-overlay[data-name]:after {
		font-size: 15px;
		top: 211px;
		right: calc(50% - 78px);
		width: 83px;
		transform: rotate(5.5deg) translateX(50%);
	}

	body .hero-overlay>.elementor-background-overlay {
		position: relative !important;
	}

	body .career-overlay>.elementor-background-overlay {
		position: relative !important;
		background-position: center top !important;
		background-size: 450px auto !important;
	}

	.services-wrapper .service-box {
		width: calc(50% - 30px);
	}

	.rule-type-filter ul,
	.location-filter ul {
		width: 100%;
	}

	.co-jobs .resumator-job-title {
		font-size: 22px !important;
		line-height: 34px !important;
	}

	.resumator-job-info-details,
	.resumator-job-info {
		font-size: 16px !important;
		line-height: 32px !important;
	}

	/* @import url('ik-max-767px.css'); */
	/* @import url('qa-max-767px.css'); */
	.hw-slider .elementor-testimonial__text {
		max-width: 100%;
		font-size: 16px;
		line-height: 26px;
	}

	.hw-slider .elementor-testimonial__text>span {
		margin-bottom: 19px;
		font-size: 24px;
		line-height: 36px;
	}

	.hw-slider .swiper-button-disabled {
		opacity: 0.5;
		visibility: visible;
	}

	.hw-slider .elementor-main-swiper {
		width: 100%;
	}

	.hw-slider .swiper-slide {
		padding: 0;
	}

	.hw-slider .elementor-swiper-button-prev {
		background-color: transparent;
		box-shadow: none;
		bottom: -15px;
		top: auto !important;
		height: auto;
		left: -7px;
		width: auto;
		font-size: 26px !important;
	}

	.hw-slider .elementor-testimonial__footer:after {
		max-width: 100%;
	}

	.hw-slider .elementor-swiper-button-next {
		background-color: transparent;
		box-shadow: none;
		bottom: -16px;
		top: auto !important;
		height: auto;
		width: auto;
		right: -7px;
		font-size: 26px !important;
	}

	.hw-slider .swiper-container {
		padding-bottom: 50px !important;
	}

	.hw-slider .swiper-pagination {
		display: block;
		bottom: 0;
		z-index: 0;
	}

	.team-bg-text:before {
		font-size: 30vw;
	}

	.hp-slider .elementor-swiper-button-next {
		color: var(--red);
		background: none;
		box-shadow: none;
		right: 0;
		top: auto !important;
		bottom: -20px;
	}

	.services-wrapper .service-box {
		flex-direction: column;
	}

	.services-wrapper .service-box .service-detail .service-excerpt,
	.services-wrapper .service-box .service-detail .read-more-btn {
		transform: translateY(0);
	}

	.services-wrapper .service-box .service-info .title:not(:first-child) {
		margin-top: 25px;
	}

	.services-wrapper .service-box .service-info {
		padding-bottom: 0;
	}

	.services-wrapper .service-box .service-detail .read-more-btn a {
		margin-top: 20px;
	}

	.hp-slider .elementor-swiper-button-prev {
		color: var(--red);
		background: none;
		box-shadow: none;
		left: 0;
		top: auto !important;
		bottom: -20px;
	}

	.hp-slider .swiper-pagination {
		bottom: 13px;
	}

	.hp-slider .swiper-button-disabled {
		color: #6f6f6f;
	}

	.leadership-section .member-box {
		width: 100%;
	}

	.tauc-posts-wrapper .tauc-post .post-content {
		padding: 30px 20px 20px 20px;
	}

	.tauc-posts-wrapper .tauc-post {
		width: 100%;
	}

	.news-pagination .tauc-hide-page-mb {
		display: none !important;
	}

	.featured-posts .elementor-post__badge {
		padding: 30px 20px 0 20px !important;
	}

	.featured-posts .elementor-post__text {
		padding: 20px 20px 20px 20px !important;
	}

	.featured-posts .elementor-post__read-more {
		margin-top: 10px !important;
	}

	.tauc-posts-wrapper .tauc-post .read-more {
		margin-top: 10px;
	}

	.tauc-posts-wrapper .tauc-post .post-title {
		font-size: 22px;
		line-height: 34px;
	}

	.team-slider .swiper-slide {
		/* padding-inline: 20px; */
		padding-left: 20px;
		padding-right: 20px;
	}

	.team-slider .swiper-container {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}

	.team-slider .elementor-testimonial__footer .elementor-testimonial__image {
		padding-top: 28px;
	}

	/* .team-slider
	.elementor-testimonial__footer
	.elementor-testimonial__image
	> img {
		margin-bottom: -36px;
	} */

	/* .team-slider .elementor-testimonial__footer .elementor-testimonial__cite {
		padding-top: 51px;
	} */

	.leadership-section .member-box .elementor-image-box-content {
		padding: 150px ​20px 30px 20px;
	}

	.io-section .io-logos-box .io-logos-wraper .io-logo-box>p {
		font-size: 18px;
		line-height: 26px;
	}

	.jslider .elementor-main-swiper {
		width: 100% !important;
	}

	.jslider .elementor-swiper-button {
		display: none !important;
	}

	.jslider .swiper-slide .elementor-testimonial__text {
		margin-left: -80px;
		margin-right: -80px;
	}

	.to-slider .swiper-container {
		padding-bottom: 60px;
	}

	/* .to-slider .swiper-wrapper .swiper-slide{
		width: calc(50% - 30px) !important;
	} */
	.neighborhood-map-wrapper {
		height: 332px;
	}

	.overlay-box-wrapper {
		padding-top: 195px;
		padding-bottom: 85px;
	}

	.overlay-box-wrapper .overlay-box {
		padding: 20px;
		margin-inline: auto;
	}

	/* .covid-column .covid-column-toggle-txt .elementor-widget-container {
		cursor: pointer;
		border-bottom: 0;
	}
	.covid-column .covid-column-toggle-txt .elementor-widget-container:after {
		content: "\f078";
		width: 20px;
		height: 20px;
		border-radius: 50px;
		font-size: 20px;
		display: block;
		margin: 0 auto;
		text-align: center;
		left: 0;
		top: 0;
		transform: translatey(5px) rotate(0deg);
		color: #112E51;
		font-family: "Font Awesome 5 Pro";
		font-weight: 900;
		transition: all 0.3s linear;
	}
	.covid-column .covid-column-toggle-hd,
	.covid-column .covid-column-toggle-txt {
		cursor: pointer;
	}
	.covid-column.covid-expanded .covid-column-toggle-txt .elementor-widget-container:after {
		content: "\f077";
	}
	.covid-column:not(.covid-expanded) .covid-column-toggle-txt .elementor-widget-container {
		border-bottom: 0;
	}
	.covid-column:not(.covid-expanded) .covid-column-toggle-txt .elementor-widget-container:after {
		margin-top: 10px;
		margin-bottom: -10px;
	} */


	/* .covid-column .covid-expanded */



	.toggle-section-btn {
		font-size: 0;
		padding: 10px 0;
		cursor: pointer;
	}

	.toggle-section-btn .elementor-widget-container p {
		display: none;
	}

	.toggle-section-btn .elementor-widget-container:after {
		content: "\f078";
		width: 20px;
		height: 20px;
		border-radius: 50px;
		font-size: 20px;
		display: block;
		margin: 0 auto;
		text-align: center;
		transform: translatey(5px) rotate(0deg);
		color: #112E51;
		font-family: "Font Awesome 5 Pro";
		font-weight: 900;
		transition: all 0.3s linear;
	}

	.covid-expanded .toggle-section-btn .elementor-widget-container:after {
		content: "\f077";
	}

	.covid-column:not(.covid-expanded) .covid-column-toggle-txt .elementor-widget-container {
		border-bottom: 0;
	}

	/* @import url('hk-max-767px.css'); */

	.hero-section>.elementor-background-overlay {
		background-color: #ffffff !important;
		background-image: none !important;
		opacity: 0.60 !important;
	}

	.CTA-wrapper .elementor-background-overlay,
	.CTA-wrapper-reverse .elementor-background-overlay {
		display: none;
	}

	.CTA-wrapper-reverse .elementor-container.elementor-column-gap-default {
		flex-direction: column-reverse;
	}

	/* Find Care Form Module */
	.find-location-module {
		border-radius: 0;
		flex-direction: column;
		align-items: flex-start;
		padding: 30px 10px 40px;
		background-color: transparent;
		box-shadow: none;
	}

	.find-location-module .find-link {
		padding-block: 0;
		display: none;
	}

	.find-location-module .find-link a {
		font-weight: 600;
		line-height: 24px;
		white-space: normal;
	}

	.find-location-module .find-link a::before {
		font-size: 26px;
		margin-right: 10px;
		transform: translateY(2px);
	}

	.find-location-module .find-location-form {
		/* flex-direction: column; */
		align-items: normal;
		border: none;
		margin-top: 8px !important;
		border: 1px solid #f5f5f5 !important;
		border-radius: 5px;
		padding: 5px;
		background: #f5f5f5;
	}

	.find-location-module .find-location-form .fl-submit,
	.find-location-module .find-location-form {
		margin: 0;
	}

	body:not(.single-tauc-location) .location-form-current {
		margin-top: -35px;
	}

	.find-location-module .find-location-form .fl-submit button:before {
		font-size: 22px;
		padding-top: 5px;
	}

	.tabs-section .elementor-tabs-content-wrapper {
		margin-top: 10px;
	}

	/* .find-location-module .find-location-form .fl-input {
		border: 1px solid #d8d8d8;
		border-radius: 5px;
		padding-right: 20px;
	} */

	.find-location-module .find-location-form .fl-input input {
		padding-inline-start: 20px;
		padding-block: 8px;
	}

	.find-location-module .find-location-form .fl-submit button {
		/* width: 100%; */
		height: 100%;
		padding: 1px 6px 6px 6px !important;
		width: 43px;
	}

	/* .find-location-module .find-location-form .fl-submit {
		margin-top: 15px;
	} */

	.zig-zag-reverse>.elementor-container {
		flex-direction: column-reverse;
	}

	.wwt-wrapper .wwt-content-col,
	.wwt-wrapper .wwt-sidebar {
		width: 100% !important;
	}

	.hero-overlay>.elementor-background-overlay {
		position: static;
		width: 100%;
		height: 100%;
		padding-bottom: 340px;
	}

	.care-CTA .elementor-widget-text-editor p {
		font-size: 16px;
		line-height: 26px;
	}

	.care-CTA .elementor-widget-text-editor ul {
		margin-top: 14px;
		font-size: 16px;
		line-height: 26px;
	}

	.care-CTA .elementor-widget-text-editor ul li {
		padding-left: 22px;
	}

	.care-CTA .elementor-widget-text-editor ul li:not(:last-child) {
		margin-bottom: 17px;
	}

	.DRT-section .elementor-background-overlay {
		background-color: transparent !important;
	}

	.DRT-section .elementor-widget-container>p:first-child img,
	.DRT-section .elementor-widget-container>img:first-child {
		float: none;
		padding: 0;
		margin: 0;
		margin-bottom: 30px;
		max-width: 280px;
		width: 100%;
		min-height: 352px;
	}

	.DRT-section h2 {
		font-size: 26px;
		line-height: 36px;
	}

	.DRT-section p {
		font-size: 16px;
		line-height: 26px;
		margin-block-start: 0;
		margin-block-end: 24px;
	}

	.DRT-section p:nth-child(4) {
		margin-bottom: 27px;
	}

	.news-content h4 {
		font-size: 22px;
		line-height: 34px;
	}

	.news-content p {
		margin-block: 21px;
		font-size: 16px;
		line-height: 28px;
	}

	.news-content ul {
		font-size: 16px;
		line-height: 28px;
	}

	.wwt-news-posts article:not(:first-child) {
		margin-top: 20px;
	}

	.wwt-news-posts .elementor-post__text {
		margin-top: 6px !important;
	}

	.wwt-news-posts .elementor-post__read-more {
		margin-top: 20px;
	}

	.wwt-news-posts .elementor-post__read-more::after {
		margin-left: 4px;
	}

	.wwt-cta .elementor-widget-wrap.elementor-element-populated {
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	.room-cta-col {
		width: 100% !important;
	}

	.room-cta-list .elementor-icon-list-text {
		font-size: 20px;
	}

	.room-cta-list .elementor-icon-list-item:not(:last-child) {
		margin-bottom: 20px;
	}

	.icon-list-wrapper .elementor-cta__bg-wrapper {
		min-width: 50px !important;
	}

	.icon-box-list .elementor-cta__title {
		font-size: 22px !important;
		line-height: 38px !important;
	}

	.icon-list-wrapper .cta-full-btn {
		position: static;
		width: 100%;
	}

	.icon-list-wrapper .elementor-widget.elementor-widget-call-to-action:not(:last-child) {
		margin-bottom: 15px !important;
	}

	/* .cta-slider .elementor-widget-wrap.elementor-element-populated {
		background-color: transparent !important;
	} */

	/* for cta slider (swiper) */
	.cta-slider .swiper-pagination,
	.cta-slider .elementor-swiper-button {
		opacity: 1;
		visibility: visible;
		bottom: -40px;
	}

	.cta-slider .elementor-image-carousel-wrapper {
		padding-bottom: 0 !important;
	}

	/* .cta-slider .elementor-image-carousel.swiper-wrapper {
		margin-bottom: 30px;
	} */

	.cta-slider .swiper-pagination .swiper-pagination-bullet {
		background-color: #6f6f6f;
		height: 4px;
		width: 15px;
		margin-inline: 4px;
		border-radius: 0;
		opacity: 1;
		transition: 0.3s all;
	}

	.cta-slider .swiper-pagination .swiper-pagination-bullet-active {
		background-color: var(--red);
		width: 40px;
	}

	.cta-slider .elementor-swiper-button-next,
	.cta-slider .elementor-swiper-button-prev {
		transition: 0.3s all;
		color: var(--red);
		border-radius: 50px;
		width: 28px;
		height: 28px;
		display: flex;
		align-items: center;
		font-size: 28px !important;
		justify-content: center;
		top: auto !important;
		bottom: -58px;
		z-index: 10;
	}

	.cta-slider .swiper-button-disabled {
		color: #6f6f6f;
	}

	.cta-slider .elementor-swiper-button-next {
		right: calc(50% - 140px);
	}

	.cta-slider .elementor-swiper-button-prev {
		left: calc(50% - 140px);
	}

	.cta-slider .swiper-button-disabled {
		opacity: 0.5;
		cursor: context-menu;
	}

	.charite-list .elementor-icon-list-item:before {
		display: none !important;
	}

	.GT-ol ol li {
		margin-bottom: 16px;
	}

	.tae-testimonial .elementor-testimonial-wrapper {
		flex-direction: column-reverse;
		padding: 30px 20px;
	}

	.tae-testimonial .elementor-testimonial-content {
		text-align: center;
	}

	.tae-testimonial .elementor-testimonial-meta::after {
		height: 100px;
		width: 100%;
		inset-block: 0;
		right: 0;
	}

	.room-cta-list .elementor-widget-container .elementor-icon-list-items {
		min-height: inherit !important;
	}

	.banner-search-custom-adj .find-location-module {
		border-radius: 5px;
	}

	.banner-search-custom-adj section .elementor-container {
		margin-top: -100px;
		max-width: calc(100% - 40px) !important;
	}

	.find-location-module .find-location-form .fl-input input::placeholder {
		font-size: 16px;
	}

	/* @import url('rt-max-767px.css'); */

	/*--home-page--*/

	.elementor-section.CTA-box .elementor-container {
		max-width: 100% !important;
	}

	.main-form-sec .elementor-background-overlay {
		width: 100%;
	}

	/*bg-letter-section tacu-section*/
	.elementor-section.tacu-sec .elementor-container {
		max-width: 100% !important;
	}

	/*--icon-box---*/
	.main-icon-box .elementor-container .elementor-column {
		width: 100%;
		margin: 0 0 30px 0;
		min-height: auto;
	}

	/*--custom-accordion--*/
	.accordion .accordion-item .ai-content ul,
	.accordion .accordion-item .ai-content ol {
		padding: 0;
		margin-top: 7px;
	}

	.accordion .accordion-item .ai-content {

		padding: 5px 0 20px;

	}

	.accordion .accordion-item .ai-head {

		padding-right: 40px;

	}

	.accordion .accordion-item:last-child .ai-head {
		border-bottom: 1px solid #D8D8D8;

	}


	.accordion-item .ai-head .icon:after {
		right: 0;
		top: 53%;
	}

	.accordion .accordion-item .ai-content p,
	.accordion .accordion-item .ai-content ul li {

		font-size: 16px !important;
		line-height: 26px;
	}

	.accordion .accordion-item .ai-content p:not(:first-child),
	.accordion .accordion-item .ai-content ul {
		margin-top: 12px !important;
	}


	/*--table--*/
	.table-sec .tb-first-row,
	.table-sec .tb-sec-row {

		justify-content: center;
		min-height: auto !important;
	}

	/*--success section (plan your visit page)*/

	.logo-section {
		flex-direction: column;
		align-items: start;
	}

	.schedule-closing {
		padding-right: 0;
	}

	.success-icon-box ul {
		margin-top: 20px;
		text-align: left;
	}

	.table-sec span {
		font-size: 18px;
	}

	.table-sec .border-hide {
		border-right: 1px solid #E0E0E1;
		border-left: 1px solid #E0E0E1;
	}

	/*--cta-button-section(home-page)--*/

	body .elementor-element.elementor-column.treat-button {
		max-width: 100%;
		width: 100%;
	}

	body .elementor-element.elementor-column.treat-title {

		width: 100%;
	}


	/*--counter--*/
	.counter-box .counter-text:after {
		width: 100%;
		height: 1px;
	}

	/*--mission-icon-boxes*/

	.mission-values-box .elementor-container .elementor-column {
		width: 100%;
		min-height: auto;
	}

	/*--accordion--*/

	.faqs-accord .elementor-accordion .elementor-accordion-item h3 {

		font-size: 18px;
		line-height: 24px;
	}

	.mission-values-box .elementor-icon-box-icon {
		position: absolute;
		top: 10px;
		right: 20px;
	}

	span.elementor-accordion-icon-closed,
	span.elementor-accordion-icon-opened {
		width: auto;
		height: auto;
	}

	span.elementor-accordion-icon-closed svg,
	span.elementor-accordion-icon-opened svg {
		width: 20px;
		height: 7px !important;
	}

	/*--cta-imgs-section--*/
	.cta-imgs .elementor-container .elementor-column {
		width: 100%;
		min-height: auto;
	}

	/*--home-page-need testing-section*/
	.sign-button-sec .elementor-container .elementor-column {
		width: 100%;

	}

	body .sign-button .elementor-button-wrapper {

		min-height: 124px;
		/* padding: 30px 13px; */
	}

	body .sign-button .elementor-button {
		/* font-size: 24px !important;
		line-height: 32px !important; */

		font-size: 24px !important;
		line-height: 32px !important;
	}

	body .sign-button .elementor-button-icon {
		position: absolute;
		left: 30px;
		top: 50%;
		transform: translateY(-50%);
	}

	/*--stess-icon-section-plan your visit page--*/



	/*/////////////////////////TACU-EMT-PAGE///////////////*/
	/*--accredited-icons--*/
	.accr-icons .elementor-container .elementor-column {
		width: 100%;
		margin: 0 0 30px 0;
		min-height: auto;

	}

	/*tuition-section--*/
	.tution-icons .elementor-container .elementor-column {
		width: 100%;
		margin: 0 0 30px 0;
		min-height: auto;

	}

	/*--includes-icons--*/

	.includes-icons .elementor-container {

		justify-content: flex-start;
		width: 100% !important;
	}

	.includes-icons .elementor-container .elementor-column {
		width: 100%;
		margin: 0 0 30px 0;
		min-height: auto;

	}

	/*--programs-icons--tacu-EMT-page--*/
	.program-icons .elementor-container .elementor-column {
		width: 100%;
		min-height: auto;
	}

	.stress-icons .elementor-container .elementor-column {
		width: 100%;
		min-height: auto;

	}

	.stress-icons.self-cards .elementor-container {
		gap: 0px;
	}

	/*--cta-section--tacu-EMT-page--*/
	.career-ems-sec .small-hd h3.elementor-heading-title {
		font-size: 20px;
		line-height: 36px;
	}

	/*--custom-accordion--*/
	body .sign-button svg {
		width: 72px;
		height: 72px;
	}

	/* @import url('sr-max-767px.css'); */
	/* .tabs-section .elementor-widget-tabs .elementor-tab-content{
		max-width: 350px;
		margin-left: 0px;
	} */
	.tabs-section .elementor-widget-tabs .elementor-tab-desktop-title {
		padding: 3px 10px !important;
		font-size: 15px;
	}

	.tabs-section .elementor-widget-tabs .elementor-tab-mobile-title {
		display: none;
	}

	.tabs-section .elementor-tabs-wrapper {
		display: flex;
		overflow-x: auto;
		padding-bottom: 10px;

		white-space: nowrap;
		width: 100%;

	}

	/* .tabs-section .elementor-tabs-wrapper{
		display: flex;
		overflow-x: auto;
		padding-bottom: 10px;
		justify-content: flex-start;
		white-space: nowrap;
		width: 100%;
		min-width: fit-content;
	}
	.tabs-section ::-webkit-scrollbar{
		display: none;
	} */
	.tabs-section .elementor-tabs {
		overflow: hidden;
	}



	.urgent-care .elementor-shape-top svg {
		height: 100%;
	}

	.cta-sections .elementor-cta__bg-wrapper {
		width: 50% !important;

	}

	.urgent-care .elementor-shape-top svg {
		height: 880px !important;
	}

	/* .cta-animated .elementor-background-overlay{
		position: static;
		width: 100% !important;
		padding-bottom: 50%;

	}
	.cta-animated .elementor-column{
		width: 100%;
	} */
	.cta-animated .elementor-background-overlay {
		position: static;
		width: auto;
		height: 0px;
		padding-bottom: 80%;
	}

	.cta-animated-wrapper .cta-animated:nth-child(2) .elementor-background-overlay {
		left: 0%;
		position: static;
		width: auto;
		height: 0px;
		padding-bottom: 80%;
	}

	.cta-animated .elementor-container {
		min-height: 315px;
	}

	.accordion-treat .elementor-accordion-title {
		font-size: 22px;
		line-height: 32px;
		font-weight: 350;
	}

	.accordion-treat .elementor-tab-title {
		padding: 4px 5px 2px 30px;
	}

	.accordion-treat .elementor-tab-content {
		padding: 8px 5px 8px 5px;
		/* padding: 0px; */
	}

	/* .accordion-treat .elementor-tab-title.elementor-active::before{
		display: none;
	} */
	.accordion-treat .elementor-tab-title:before {
		font-size: 16px;
		left: 6px;
	}

	.accordion-treat {
		/* max-width: 585px; */
		width: 768px;
		max-width: 100%;
		margin-left: 0;
	}

	.accordion-btn .elementor-button-wrapper {
		max-width: 585px;
		margin-left: 0;

	}

	.tabs-section .elementor-tabs-wrapper .elementor-tab-title {
		font-size: 15px;
		font-weight: 400;
		font-family: 'Avenir', ;
		line-height: 28px;
	}

	.accordion-right-col img {
		display: none;
	}

	.accordion-treat .elementor-tab-content .tab-img {
		display: block !important;
		width: 100%;
		border-radius: 5px;
		box-shadow: 0 0 18px rgb(0 39 116 / 20%);
	}



	/* HERO-SLIDES-SECTTION */
	.hero-slides .swiper-pagination {
		bottom: 4px;
	}

	.hero-slides .swiper-slide-inner {

		padding-bottom: 110px;
	}

	.hero-slides .elementor-swiper-button-prev {
		display: none;
	}

	.hero-slides .swiper-slide-bg::before {
		background: rgba(0, 0, 0, 0.5) !important;
	}

	.hero-slides .elementor-swiper-button-next {
		display: none;
	}

	.hero-slides .swiper-pagination,
	.hero-slides .elementor-swiper-button-prev,
	.hero-slides .elementor-swiper-button-next {
		opacity: 0 !important;
	}

	.tabs-section .elementor-widget-tabs .elementor-tab-content {
		min-height: inherit;
		margin-bottom: 0;
		padding-top: 30px;
	}

	.full-width-content-tabs .elementor-tab-content img:first-child,
	.full-width-content-tabs .elementor-widget-tabs .elementor-tab-content p:first-child img:first-child {
		position: static !important;
		width: calc(100% + 40px) !important;
		max-width: none;
		margin: 0 -20px 20px;
	}

	.full-width-content-tabs .elementor-widget-tabs .elementor-tab-content {
		padding-top: 0 !important;
	}


	/* .full-width-content-tabs .elementor-widget-tabs .elementor-tab-content{
		min-height: 200px;
		margin-bottom: -200px;
		max-width: inherit;
		align-self: flex-end;
	} */
	.tabs-section:not(.full-width-content-tabs) .elementor-tab-content.elementor-active {
		display: flex !important;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
	}

	.logos-left-side {
		max-width: 100%;
	}

	.logos-right-side {
		max-width: 100%;
	}

	.hw-slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
		width: calc(100%) !important;
		min-width: calc(100%) !important;
		margin-right: 0 !important;
	}

	.to-slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
		width: calc(50% - 15px) !important;
		min-width: calc(50% - 15px) !important;
		margin-right: 30px !important;
	}

	html body .leadership-content .elementor-widget-container {
		max-width: 100%;
		margin-top: 0;
	}

	.service-cards .srvc-card {
		width: calc(50% - 30px);
	}

	.footer-primary-nav ul {
		padding: 0;
		margin: 0;
	}

	.footer-primary-nav ul li::before {
		left: 0;
	}

	.footer-primary-nav ul li {
		padding: 0 20px 15px 17px;
	}


	.archive-posts article .elementor-post__text {
		padding: 20px 15px;
	}

	.cp-ib-container,
	.cp-content-container,
	.cp-content-container>* {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		justify-content: center;
	}

	.cp-content-container .divider {
		display: none;
	}

	.cp-info-bar,
	.cp-blank-info-bar .cp-info-bar-body,
	.cp-blank-info-bar .cp-content-container {
		font-size: 14px !important;
	}

	.hero-slides .swiper-pagination {
		display: none;
	}

	.find-location-module .find-link a::before {
		font-size: 24px;
		margin-right: 10px;
	}

	.find-location-module .find-link a {
		font-size: 16px;
		line-height: 26px;
	}

	.find-location-module .find-location-form .fl-input input {
		padding-left: 12px;
		font-size: 16px !important;
		padding-top: 9px !important;
		margin-left: 3px;
	}

}

@media screen and (min-width:700px) {
	.states-map {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 40px
	}

	.map-instructions {
		display: block;
		max-width: 415px;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
		border: 1px dashed #133663;
	}
}



/* max-640 fils */
@media screen and (max-width:640px) {

	/* @import url('style-max-640px.css'); */
	body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
	body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
		width: 100%;
		max-width: 100%;
	}

	.employer-form .gfield.half-field {
		width: calc(100%) !important;
	}

	.leadership-card {
		width: calc(100% - 30px);
	}

	html body .leadership-single-image img {
		max-width: 100%;
	}

	html body .leadership-content .elementor-widget-container {
		padding: 20px;
	}
}

/* max-567 files */
@media screen and (max-width:567px) {
	/* @import url('sr-max-567px.css'); */

	.cta-sections .elementor-column .elementor-cta {
		flex-wrap: wrap;
	}

	.cta-sections .elementor-cta__bg-wrapper {
		width: 100% !important;
		min-height: 0px;
		padding-top: 90%;
	}

	.cta-sections .elementor-cta__content {
		min-height: auto !important;
		min-height: 300px;
	}

	.cta-animated .elementor-background-overlay {

		padding-bottom: 93%;
	}

	.cta-animated-wrapper .cta-animated:nth-child(2) .elementor-background-overlay {

		padding-bottom: 93%;
	}

	.tabs-section .elementor-tabs-content-wrapper {
		position: relative;
		min-height: 395px;
		display: flex;

		margin-top: 20px;

	}

	.tabs-section .elementor-widget-tabs .elementor-tab-content {

		margin-inline: 0;
		align-self: center;
		/* padding-block: 30px;
		padding-inline: 20px; */
		padding: 30px 20px;
	}

	.services-wrapper .service-box {
		width: calc(100% - 30px);
		flex-direction: column;
	}

	.neighborhood-content-wrapper {
		padding: 40px 20px;
	}

	.service-cards .srvc-card {
		width: calc(100% - 30px);
		min-height: 200px;
	}

}

/* max-479 fils */
@media screen and (max-width:479px) {

	/* @import url('style-max-479px.css'); */
	/* @import url('header-max-479px.css'); */
	/* @import url('footer-max-479px.css'); */
	/* @import url('za-max-479px.css'); */
	/* @import url('sa-max-479px.css'); */
	.service-wraper {
		margin: -10px 0 40px 0;
		padding-bottom: 30px;
	}

	.jslider .swiper-slide .elementor-testimonial__text {
		margin-left: 0;
		margin-right: 0;
	}

	.service-modules {
		width: 100%;
		padding: 10px 0;
	}

	.testing-column {
		width: 100%;
	}

	.insurance-list {
		column-count: auto;
	}

	html body .footer-secondary-nav ul li.elementor-icon-list-item {
		margin-bottom: 10px;
	}

	.uc-cta-section .uc-cta .elementor-widget-wrap {
		margin: 0 !important;
	}

	/* .left-box{
		width: 100%;
		padding-right: 0;
		padding-bottom: 15px;
	}
	.right-card{
		width: 100%;
		padding-right: 30px;
	} */
	.health-logo img {
		width: 152px;
	}

	.search-location-box {
		padding: 20px 20px 23px;
	}

	.top-box {
		margin-bottom: 10px;
		position: static;
	}

	.btn-wrapper {
		flex-direction: column;
	}

	.tauc-location-closed {
		margin-left: 0;
		text-align: center;
	}

	.btn-wrapper .coming-soon {
		max-width: 100%;
		width: 100%;
		display: block;
		text-align: center;
	}

	div.review-text {
		margin-top: 7px;
	}

	.right-card ul:first-child {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.tauc-checkin div {
		margin-left: 0 !important;
	}

	.left-box ul li {
		padding-left: 24px;
	}

	/* @import url('ik-max-479px.css'); */
	/* @import url('qa-max-479px.css'); */
	/* treatment options section */
	/* .to-slider .swiper-wrapper{
		flex-wrap: nowrap !important;
		width: 100% !important;
		left: auto;
	}

	.to-slider .swiper-wrapper .swiper-slide{
		width: inherit !important;
		margin: inherit !important;
	} */

	.team-slider .elementor-swiper-button-prev {
		left: 12px;
	}

	.team-slider .elementor-swiper-button-next {
		right: 12px;
	}

	.to-slider .swiper-container {
		/* padding-inline: 20px; */
		padding-left: 20px;
		padding-right: 20px;
	}

	.to-slider .elementor-testimonial {
		display: flex;
		flex-direction: column-reverse;
		width: 100%;
	}

	.to-slider .elementor-testimonial__content {
		opacity: 1;
		visibility: visible;
		position: relative;
		margin-top: 20px;
		padding: 0;
		justify-content: start;
	}

	.to-slider .elementor-testimonial__content .elementor-testimonial__text {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.to-slider .elementor-testimonial__content ul,
	.to-slider .elementor-testimonial__content .elementor-testimonial__text {
		max-height: none;
	}

	.to-slider .elementor-testimonial__content:hover {
		opacity: 1;
		visibility: visible;
	}

	.to-slider .elementor-testimonial__footer {
		opacity: 1;
		visibility: visible;
	}

	.to-slider .swiper-wrapper .swiper-slide:hover .elementor-testimonial__footer {
		opacity: 1;
		visibility: visible;
	}

	.to-slider .elementor-testimonial__content a {
		margin-top: 25px;
	}

	.to-slider .swiper-wrapper .swiper-slide {
		padding: 50px 20px 40px 20px;
	}

	.to-slider .elementor-testimonial__image {
		height: auto !important;
		width: auto !important;
	}

	.to-slider .elementor-testimonial__content ul li {
		padding-left: 21px;
		margin-bottom: 9px;
	}

	.to-slider .elementor-testimonial__content ul li:before {
		top: 0;
	}

	.to-slider .elementor-testimonial__footer .elementor-testimonial__cite {
		margin-top: 19px;
	}

	.io-section .io-logos-box .io-logos-wraper .io-logo-box {
		width: 100%;
	}

	.io-section .io-logos-box .io-logos-wraper .io-logo-box>p {
		font-size: 18px;
		line-height: 26px;
	}

	.hero-overlay>.elementor-background-overlay {
		/* padding-bottom: 170px;
		padding-bottom: 90%; */
		padding-bottom: 360px;
	}

	.hc-section .timecost-box {
		width: 100% !important;
		max-width: 100% !important;
	}

	.to-slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
		width: 100% !important;
		min-width: 100% !important;
		margin-right: 0 !important;
	}

	.uc-cta-section .uc-cta {
		width: 100% !important;
		margin: 0 0 15px !important;
	}
}

/* max-width:374px */
@media only screen and (max-width:374px) {

	/* @import url('header-max-374px.css'); */
	.utility-links-adj .elementor-icon-list-items li .elementor-icon-list-text {
		font-size: 12px !important;
	}

	/* @import url('qa-max-374px.css'); */
	.tabs-section .elementor-tabs-wrapper .elementor-tab-title {
		font-size: 13px;
	}

	.tabs-section .elementor-tabs-wrapper {
		justify-content: flex-start;
		overflow: auto !important;
	}

	.right-card {
		width: 130px;
	}

	.left-box {
		width: calc(100% - 130px);
		padding-right: 20px;
	}

	.left-box h3 {
		font-size: 18px;
		line-height: 26px;
	}
}

.location-actions {
	display: flex;
	flex-direction: column;
	max-width: max-content;
	gap: 10px;
}

.tauc-current-inline {
	font-size: 14px;
	font-weight: 700 !important;
	width: 100%;
	line-height: 1.333;
	color: var(--blue);
	margin: 0;
	text-align: center;
}