/*
Table of Contents
01. Fonts -------------------------------------
02. General -----------------------------------
03. Anchor Tag Styling ------------------------
04. Order and Unorder List --------------------
05. Heading Style -----------------------------
06. Button Style ------------------------------
07. Text Link ---------------------------------
08. Gravity From Style ------------------------
09. Coming Soon  ------------------------------
10. Cookie Policy  ----------------------------
11. Skip to Main  -----------------------------
*/
/* / ===================== Fonts ===================== / */
/* font-family: 'Montserrat'; */
/* font-family: 'Lilita One', sans-serif; */
/*
font-family: 'Lato', sans-serif;
*/
/* / ===================== Generate ===================== / */
:root {
	--black: #000000;
	--white: #ffffff;
	--dark-blue: #186997;
	--light-blue: #9EE4FF;
	--yellow: #FFCD3F;
	--red: #AC1318;
}

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: 30px 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;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

img {
	max-width: 100%;
}

body .elementor-widget-image a img[src$=".svg"],
body .elementor-widget-image figure>a img[src$=".svg"],
body .elementor-widget-image img[src$=".svg"] {
	width: auto !important;
}

.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;
}

/* / ===================== Anchor Tag Styling ===================== / */
body .elementor a,
body a {
	font-family: inherit;
	font-weight: inherit;
	text-decoration: underline;
	color: var(--dark-blue);
	font-size: inherit;
	transition: all 0.3s;
}

body .elementor a:hover,
body a:hover {
	text-decoration: none;
	color: var(--dark-blue);
}

body .elementor a,
body a,
body p a,
body .elementor p a,
body .elementor ol li>a:not(.elementor-button),
body .elementor ul li>a:not(.elementor-button) {
	color: var(--black);
	text-decoration: underline;
	font-weight: 700;
	text-underline-offset: 2px;
}

body .elementor a:hover,
body a:hover,
body p a:hover,
body .elementor p a:hover,
body .elementor ol li>a:not(.elementor-button):hover,
body .elementor ul li>a:not(.elementor-button):hover {
	color: var(--black);
	text-decoration: none;
	font-weight: 700;
}

body a[href*="tel"] {
	display: inline-block;
}

/* / =============== Order and Unorder List =============== / */
body .site-main ul:not([class]) {
	font-size: inherit;
	list-style: none;
}

body .site-main ol {
	list-style: decimal outside;
	font-size: inherit;
	margin-bottom: 0;
	padding-left: 24px;
}

body .site-main ul:not([class])>li,
body .site-main ul:not([class])>li>ol>li>ul:not([class])>li {
	font-size: inherit;
	line-height: 1.63;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	margin-bottom: 0;
	padding-left: 24px;
	position: relative;
}

body .site-main .small-li ul:not([class])>li,
body .site-main .small-li ul:not([class])>li>ol>li>ul:not([class])>li {
	line-height: 1.63;
	margin-bottom: 0;
	padding-left: 25px;
}

body .site-main ol>li,
body .site-main ol:not([class])>li>ul>li>ol:not([class])>li {
	font-size: inherit;
	line-height: 1.4;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	margin-bottom: 10px;
	padding-left: 5px;
	position: relative;
}

body .site-main ul:not([class]) li:last-child,
body .site-main ol:not([class]) li:last-child {
	margin-bottom: 0;
}

body .site-main ol ol,
body .site-main ul:not([class]) ul:not([class]),
body .site-main ol ul:not([class]),
body .site-main ul:not([class]) ol {
	margin-bottom: 0;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

body .site-main ul:not([class]):not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields) {
	margin-left: 0;
	padding-left: 0;
}

body .site-main ul:not([class]):not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields):not(.camps_and_programs) li:before,
body .site-main ul:not([class]) li ol li ul:not([class]) li:after {
	content: "";
	display: inline-block;
	background-color: currentColor;
	position: absolute;
	left: 10px;
	top: 11px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}

body .site-main ol li::marker,
body .site-main ul:not([class]) li ol li::marker {
	font-weight: 600;
	color: #137CA6;
}

body .site-main ul:not([class]) ol li::before {
	display: none !important;
}

/* / ===================== Heading Style ===================== / */
body h1[class],
body h2[class],
body h3[class],
body h4[class],
body h5[class],
body h6[class],
body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child,
body p:last-child,
body ul:last-child,
body ol:last-child,
body dl:last-child,
body table:last-child,
body blockquote:last-child {
	margin-bottom: 0;
}

body {
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, 1);
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 500;
	line-height: 1.62;
	background-color: #ffffff;
}

body p,
body .elementor-widget-container,
body .elementor-widget-container p,
body .elementor-widget-text-editor,
body .elementor-widget-text-editor p {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-transform: inherit;
}

body .elementor-widget-heading.lilita-one h1.elementor-heading-title,
body h1.lilita-one,
body .h1.lilita-one,
body .elementor-widget-heading.h1.lilita-one .elementor-heading-title,
.lilita-one h1.elementor-cta__title.elementor-cta__content-item,
body .elementor-widget-heading.lilita-one h2.elementor-heading-title,
body h2.lilita-one,
body .h2.lilita-one,
body .elementor-widget-heading.h2.lilita-one .elementor-heading-title,
.lilita-one h2.elementor-cta__title.elementor-cta__content-item,
body .elementor-widget-heading.lilita-one h3.elementor-heading-title,
body h3.lilita-one,
body .h3.lilita-one,
body .elementor-widget-heading.h3.lilita-one .elementor-heading-title,
.lilita-one h3.elementor-cta__title.elementor-cta__content-item,
body .elementor-widget-heading.lilita-one h4.elementor-heading-title,
body h4.lilita-one,
body .h4.lilita-one,
body .elementor-widget-heading.h4.lilita-one .elementor-heading-title,
.lilita-one h4.elementor-cta__title.elementor-cta__content-item,
body .elementor-widget-heading.lilita-one h5.elementor-heading-title,
body h5.lilita-one,
body .h5.lilita-one,
body .elementor-widget-heading.h5.lilita-one .elementor-heading-title,
.lilita-one h5.elementor-cta__title.elementor-cta__content-item,
body .elementor-widget-heading.lilita-one h6.elementor-heading-title,
body h6.lilita-one,
body .h6.lilita-one,
body .elementor-widget-heading.h6.lilita-one .elementor-heading-title,
.lilita-one h6.elementor-cta__title.elementor-cta__content-item {
	font-family: 'Lilita One', sans-serif !important;
}

body .elementor-widget-heading.display-1 h1.elementor-heading-title,
body h1.display-1,
body .h1.display-1,
body .elementor-widget-heading.h1.display-1 .elementor-heading-title,
.display-1 h1.elementor-cta__title.elementor-cta__content-item,
body .elementor-widget-heading.display-1 h2.elementor-heading-title,
body h2.display-1,
body .h2.display-1,
body .elementor-widget-heading.h2.display-1 .elementor-heading-title,
.display-1 h2.elementor-cta__title.elementor-cta__content-item {
	font-family: 'Lilita One', sans-serif;
	font-size: 128px;
	font-weight: 700;
	line-height: 1;
}

body h1,
body .h1,
body .elementor-widget-heading h1.elementor-heading-title,
body .elementor-widget-heading.h1 .elementor-heading-title {
	font-family: 'Lilita One', sans-serif;
	font-size: 70px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
}

body h2,
body .h2,
body .elementor-widget-heading h2.elementor-heading-title,
body .elementor-widget-heading.h2 .elementor-heading-title,
body h2.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h2.elementor-image-box-title,
body .elementor-posts .elementor-post h2.elementor-post__title,
body .elementor-posts h2.elementor-post__title {
	font-family: 'Lilita One', sans-serif;
	font-size: 60px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}

body h3,
body .h3,
body .elementor-widget-heading h3.elementor-heading-title,
body .elementor-widget-heading.h3 .elementor-heading-title,
body h3.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h3.elementor-image-box-title,
body .elementor-posts .elementor-post h3.elementor-post__title,
body .elementor-posts h3.elementor-post__title {
	font-family: 'Lilita One', sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.11;
	letter-spacing: 0;
}

body h4,
body .h4,
body .elementor-widget-heading h4.elementor-heading-title,
body .elementor-widget-heading.h4 .elementor-heading-title,
body h4.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h4.elementor-image-box-title,
body .elementor-posts .elementor-post h4.elementor-post__title,
body .elementor-posts h4.elementor-post__title {
	font-family: 'Lilita One', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0;
}

body h5,
body .h5,
body .elementor-widget-heading h5.elementor-heading-title,
body .elementor-widget-heading.h5 .elementor-heading-title,
body h5.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h5.elementor-image-box-title,
body .elementor-posts .elementor-post h5.elementor-post__title,
body .elementor-posts h5.elementor-post__title {
	font-family: 'Montserrat';
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
}

body h6,
body .h6,
body .elementor-widget-heading h6.elementor-heading-title,
body .elementor-widget-heading.h6 .elementor-heading-title,
body h6.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h6.elementor-image-box-title,
body .elementor-posts .elementor-post h6.elementor-post__title,
body .elementor-posts h6.elementor-post__title {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
}

body .lead-text p,
body .lead-text.elementor-widget-text-editor,
body .lead-text.elementor-widget-text-editor p,
body .lead-text .elementor-widget-text-editor,
body .lead-text .elementor-widget-text-editor p,
body .lead-text .elementor-cta__description.elementor-cta__content-item {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 500;
	letter-spacing: 0;
}

body .article-text p,
body .article-text.elementor-widget-text-editor,
body .article-text.elementor-widget-text-editor p,
body .article-text .elementor-widget-text-editor,
body .article-text .elementor-widget-text-editor p,
body .article-text .elementor-cta__description.elementor-cta__content-item {
	font-size: 18px;
	line-height: 1.67;
	font-weight: 500;
	letter-spacing: 0;
}

body .small-text p,
body .small-text.elementor-widget-text-editor,
body .small-text.elementor-widget-text-editor p,
body .small-text .elementor-widget-text-editor,
body .small-text .elementor-widget-text-editor p,
body .small-text .elementor-cta__description.elementor-cta__content-item {
	font-size: 14px;
	line-height: 1.6;
	font-weight: 500;
	letter-spacing: 0;
}

.elementor-widget-text-editor p {
	margin-bottom: 10px;
}

/* / ===================== Button Style ===================== / */
/* / ===== Default Button ===== / */
body .wp-block-button .wp-element-button,
/* body .elementor a.elementor-button, */
body .elementor-button,
body .elementor-widget-button .elementor-button,
body .elementor-widget-button button:not(.gm-control-active),
body .elementor-widget-button button:not(.gm-control-active):focus,
body .elementor-widget-button [class*="elementor-kit"] .elementor-button,
body .elementor-widget-button [class*="elementor-kit"] .elementor-button:focus,
body .elementor-widget-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button [type="submit"]:not(.adminbar-button),
body .elementor-widget-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
	font-size: 20px !important;
	line-height: 1.1;
	font-weight: 700 !important;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	text-decoration: none;
	box-sizing: border-box;
	color: var(--white);
	background-color: var(--red);
	border: 2px solid var(--red);
	padding: 16px 38px 16px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	border-radius: 50px;
	-webkit-appearance: none;
	transition: all 0.3s;
	max-width: 100%;
	text-transform: capitalize;
	outline: none;
}

/* .elementor-button:after,
[type="button"]:after {
	content: "";
	width: 218px;
	display: block;
	max-width: 100%;
} */
body .wp-block-button .wp-element-button:hover,
body .elementor-button:hover,
/* body .elementor a.elementor-button:hover, */
body .elementor-widget-button .elementor-button:hover,
body .elementor-widget-button button:not(.gm-control-active):hover,
body .elementor-widget-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button [class*="elementor-kit"] .elementor-button:hover,
body .elementor-widget-button [class*="elementor-kit"] .elementor-button:focus:hover,
body .elementor-widget-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
	text-decoration: none;
	background-color: var(--white);
	color: var(--red);
}

/* ======= Icon Button ======= */
html body .e-con .kid-icon.elementor-widget-button,
html body .kid-icon.elementor-widget-button,
html body .kid-icon .elementor-cta__button-wrapper,
html body .kid-icon .wp-element-button {
	margin-top: 36px;
	margin-bottom: 36px;
}

/* .kid-icon .elementor-button::after {
	content: '';
	height: 130px;
	width: auto;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
}
.kid-icon.fairy-button .elementor-button::after {
	width: 102px;
	right: calc(100% - 43px);
	background-image: url('../img/twinkle-standing.png');
	background-position: center;
    background-size: contain;
} */
.kid-icon .elementor-cta__button {
	position: relative;
}

body .kid-icon.wp-block-button .wp-element-button,
body .kid-icon .elementor-button,
body .elementor-widget-button.kid-icon .elementor-button,
body .elementor-widget-button.kid-icon button:not(.gm-control-active),
body .elementor-widget-button.kid-icon button:not(.gm-control-active):focus,
body .elementor-widget-button.kid-icon [class*="elementor-kit"] .elementor-button,
body .elementor-widget-button.kid-icon [class*="elementor-kit"] .elementor-button:focus,
body .elementor-widget-button.kid-icon [type="button"]:not(.gm-control-active),
body .elementor-widget-button.kid-icon [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.kid-icon [type="submit"]:not(.adminbar-button),
body .elementor-widget-button.kid-icon [type="submit"]:not(.adminbar-button):focus,
body .kid-icon .elementor-cta .elementor-cta__button.elementor-button,
body .kid-icon .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
	/* margin-left: 60px; */
	position: relative;
}

body .kid-icon .wp-element-button:after,
body .kid-icon .elementor-button:after,
body .elementor-widget-button.kid-icon .elementor-button:after,
body .elementor-widget-button.kid-icon button:not(.gm-control-active):after,
body .elementor-widget-button.kid-icon button:not(.gm-control-active):focus:after,
body .elementor-widget-button.kid-icon [class*="elementor-kit"] .elementor-button:after,
body .elementor-widget-button.kid-icon [class*="elementor-kit"] .elementor-button:focus:after,
body .elementor-widget-button.kid-icon [type="button"]:not(.gm-control-active):after,
body .elementor-widget-button.kid-icon [type="button"]:not(.gm-control-active):focus:after,
body .elementor-widget-button.kid-icon [type="submit"]:not(.adminbar-button):after,
body .elementor-widget-button.kid-icon [type="submit"]:not(.adminbar-button):focus:after,
body .kid-icon .elementor-cta .elementor-cta__button.elementor-button:after,
body .kid-icon .elementor-cta--skin-classic .elementor-cta__button.elementor-button:after {
	content: '';
	height: 130px;
	/* width: auto; */
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

body .kid-icon.fairy .wp-element-button:after,
body .kid-icon.fairy .elementor-button:after,
body .kid-icon.fairy-button .wp-element-button:after,
body .kid-icon.fairy-button .elementor-button:after,
body .elementor-widget-button.kid-icon.fairy-button .elementor-button:after,
body .elementor-widget-button.kid-icon.fairy-button button:not(.gm-control-active):after,
body .elementor-widget-button.kid-icon.fairy-button button:not(.gm-control-active):focus:after,
body .elementor-widget-button.kid-icon.fairy-button [class*="elementor-kit"] .elementor-button:after,
body .elementor-widget-button.kid-icon.fairy-button [class*="elementor-kit"] .elementor-button:focus:after,
body .elementor-widget-button.kid-icon.fairy-button [type="button"]:not(.gm-control-active):after,
body .elementor-widget-button.kid-icon.fairy-button [type="button"]:not(.gm-control-active):focus:after,
body .elementor-widget-button.kid-icon.fairy-button [type="submit"]:not(.adminbar-button):after,
body .elementor-widget-button.kid-icon.fairy-button [type="submit"]:not(.adminbar-button):focus:after,
body .kid-icon.fairy-button .elementor-cta .elementor-cta__button.elementor-button:after,
body .kid-icon.fairy-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:after,
body .kid-icon.fairy .elementor-cta .elementor-cta__button.elementor-button:after,
body .kid-icon.fairy .elementor-cta--skin-classic .elementor-cta__button.elementor-button:after {
	width: 102px;
	right: calc(100% - 43px);
	background-image: url('../img/twinkle-standing.png');
}

body .kid-icon.captain-smile .elementor-button:after,
body .kid-icon.captian-smiles-button .elementor-button:after,
body .elementor-widget-button.kid-icon.captian-smiles-button .elementor-button:after,
body .elementor-widget-button.kid-icon.captian-smiles-button button:not(.gm-control-active):after,
body .elementor-widget-button.kid-icon.captian-smiles-button button:not(.gm-control-active):focus:after,
body .elementor-widget-button.kid-icon.captian-smiles-button [class*="elementor-kit"] .elementor-button:after,
body .elementor-widget-button.kid-icon.captian-smiles-button [class*="elementor-kit"] .elementor-button:focus:after,
body .elementor-widget-button.kid-icon.captian-smiles-button [type="button"]:not(.gm-control-active):after,
body .elementor-widget-button.kid-icon.captian-smiles-button [type="button"]:not(.gm-control-active):focus:after,
body .elementor-widget-button.kid-icon.captian-smiles-button [type="submit"]:not(.adminbar-button):after,
body .elementor-widget-button.kid-icon.captian-smiles-button [type="submit"]:not(.adminbar-button):focus:after,
body .kid-icon.captian-smiles-button .elementor-cta .elementor-cta__button.elementor-button:after,
body .kid-icon.captian-smiles-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:after,
body .kid-icon.captain-smile .elementor-cta .elementor-cta__button.elementor-button:after,
body .kid-icon.captain-smile .elementor-cta--skin-classic .elementor-cta__button.elementor-button:after {
	background-image: url('../img/captian-smiles.png');
	width: 65px;
	right: calc(100% - 33px);
}

body .kid-icon.spex .wp-element-button:after,
body .kid-icon.spex .elementor-button:after,
body .kid-icon.spex-button .wp-element-button:after,
body .kid-icon.spex-button .elementor-button:after,
body .elementor-widget-button.kid-icon.spex-button .elementor-button:after,
body .elementor-widget-button.kid-icon.spex-button button:not(.gm-control-active):after,
body .elementor-widget-button.kid-icon.spex-button button:not(.gm-control-active):focus:after,
body .elementor-widget-button.kid-icon.spex-button [class*="elementor-kit"] .elementor-button:after,
body .elementor-widget-button.kid-icon.spex-button [class*="elementor-kit"] .elementor-button:focus:after,
body .elementor-widget-button.kid-icon.spex-button [type="button"]:not(.gm-control-active):after,
body .elementor-widget-button.kid-icon.spex-button [type="button"]:not(.gm-control-active):focus:after,
body .elementor-widget-button.kid-icon.spex-button [type="submit"]:not(.adminbar-button):after,
body .elementor-widget-button.kid-icon.spex-button [type="submit"]:not(.adminbar-button):focus:after,
body .kid-icon.spex-button .elementor-cta .elementor-cta__button.elementor-button:after,
body .kid-icon.spex-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:after,
body .kid-icon.spex .elementor-cta .elementor-cta__button.elementor-button:after,
body .kid-icon.spex .elementor-cta--skin-classic .elementor-cta__button.elementor-button:after {
	background-image: url('../img/spex.png');
	width: 128px;
	right: calc(100% - 40px);
}

body .kid-icon.golden-dragon .wp-element-button:after,
body .kid-icon.golden-dragon .elementor-button:after,
body .kid-icon.bracket-button .wp-element-button:after,
body .kid-icon.bracket-button .elementor-button:after,
body .elementor-widget-button.kid-icon.bracket-button .elementor-button:after,
body .elementor-widget-button.kid-icon.bracket-button button:not(.gm-control-active):after,
body .elementor-widget-button.kid-icon.bracket-button button:not(.gm-control-active):focus:after,
body .elementor-widget-button.kid-icon.bracket-button [class*="elementor-kit"] .elementor-button:after,
body .elementor-widget-button.kid-icon.bracket-button [class*="elementor-kit"] .elementor-button:focus:after,
body .elementor-widget-button.kid-icon.bracket-button [type="button"]:not(.gm-control-active):after,
body .elementor-widget-button.kid-icon.bracket-button [type="button"]:not(.gm-control-active):focus:after,
body .elementor-widget-button.kid-icon.bracket-button [type="submit"]:not(.adminbar-button):after,
body .elementor-widget-button.kid-icon.bracket-button [type="submit"]:not(.adminbar-button):focus:after,
body .kid-icon.bracket-button .elementor-cta .elementor-cta__button.elementor-button:after,
body .kid-icon.bracket-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:after,
body .kid-icon.golden-dragon .elementor-cta .elementor-cta__button.elementor-button:after,
body .kid-icon.golden-dragon .elementor-cta--skin-classic .elementor-cta__button.elementor-button:after {
	background-image: url('../img/bracket.png');
	width: 211px;
	right: calc(100% - 90px);
}

.elementor-widget-call-to-action.kid-icon>.elementor-widget-container,
.elementor-widget-call-to-action.kid-icon>.elementor-widget-container .elementor-cta,
.elementor-widget-call-to-action.kid-icon>.elementor-widget-container .elementor-cta .elementor-cta__content {
	overflow: visible;
}

/* / ===== Multi Color Button ===== / */
body .light-blue-button.wp-block-button .wp-element-button,
body .light-blue-button .elementor-button,
body .elementor-widget-button.light-blue-button .elementor-button,
body .elementor-widget-button.light-blue-button button:not(.gm-control-active),
body .elementor-widget-button.light-blue-button button:not(.gm-control-active):focus,
body .elementor-widget-button.light-blue-button [class*="elementor-kit"] .elementor-button,
body .elementor-widget-button.light-blue-button [class*="elementor-kit"] .elementor-button:focus,
body .elementor-widget-button.light-blue-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.light-blue-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.light-blue-button [type="submit"]:not(.adminbar-button),
body .elementor-widget-button.light-blue-button [type="submit"]:not(.adminbar-button):focus,
body .light-blue-button .elementor-cta .elementor-cta__button.elementor-button,
body .light-blue-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
	color: var(--black);
	background-color: var(--light-blue);
	border: 2px solid var(--light-blue);
}

body .light-blue-button.wp-block-button .wp-element-button:hover,
body .light-blue-button .elementor-button:hover,
body .elementor-widget-button.light-blue-button .elementor-button:hover,
body .elementor-widget-button.light-blue-button button:not(.gm-control-active):hover,
body .elementor-widget-button.light-blue-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.light-blue-button [class*="elementor-kit"] .elementor-button:hover,
body .elementor-widget-button.light-blue-button [class*="elementor-kit"] .elementor-button:focus:hover,
body .elementor-widget-button.light-blue-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.light-blue-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.light-blue-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.light-blue-button [type="submit"]:not(.adminbar-button):focus:hover,
body .light-blue-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .light-blue-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
	background-color: var(--black);
	color: var(--light-blue);
	border-color: var(--black);
}

body .blue-button.wp-block-button .wp-element-button,
body .blue-button .elementor-button,
body .elementor-widget-button.blue-button .elementor-button,
body .elementor-widget-button.blue-button button:not(.gm-control-active),
body .elementor-widget-button.blue-button button:not(.gm-control-active):focus,
body .elementor-widget-button.blue-button [class*="elementor-kit"] .elementor-button,
body .elementor-widget-button.blue-button [class*="elementor-kit"] .elementor-button:focus,
body .elementor-widget-button.blue-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.blue-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.blue-button [type="submit"]:not(.adminbar-button),
body .elementor-widget-button.blue-button [type="submit"]:not(.adminbar-button):focus,
body .blue-button .elementor-cta .elementor-cta__button.elementor-button,
body .blue-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
	color: #fff;
	background-color: var(--dark-blue);
	border: 2px solid var(--dark-blue);
}

body .blue-button.wp-block-button .wp-element-button:hover,
body .blue-button .elementor-button:hover,
body .elementor-widget-button.blue-button .elementor-button:hover,
body .elementor-widget-button.blue-button button:not(.gm-control-active):hover,
body .elementor-widget-button.blue-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.blue-button [class*="elementor-kit"] .elementor-button:hover,
body .elementor-widget-button.blue-button [class*="elementor-kit"] .elementor-button:focus:hover,
body .elementor-widget-button.blue-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.blue-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.blue-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.blue-button [type="submit"]:not(.adminbar-button):focus:hover,
body .blue-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .blue-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
	background-color: #fff;
	color: var(--dark-blue);
	border-color: var(--dark-blue);
}

body .white-button.wp-block-button .wp-element-button,
body .white-button .elementor-button,
body .elementor-widget-button.white-button .elementor-button,
body .elementor-widget-button.white-button button:not(.gm-control-active),
body .elementor-widget-button.white-button button:not(.gm-control-active):focus,
body .elementor-widget-button.white-button [class*="elementor-kit"] .elementor-button,
body .elementor-widget-button.white-button [class*="elementor-kit"] .elementor-button:focus,
body .elementor-widget-button.white-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.white-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.white-button [type="submit"]:not(.adminbar-button),
body .elementor-widget-button.white-button [type="submit"]:not(.adminbar-button):focus,
body .white-button .elementor-cta .elementor-cta__button.elementor-button,
body .white-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
	color: var(--red);
	background-color: var(--white);
	border: 2px solid var(--white);
}

body .white-button.wp-block-button .wp-element-button:hover,
body .white-button .elementor-button:hover,
body .elementor-widget-button.white-button .elementor-button:hover,
body .elementor-widget-button.white-button button:not(.gm-control-active):hover,
body .elementor-widget-button.white-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.white-button [class*="elementor-kit"] .elementor-button:hover,
body .elementor-widget-button.white-button [class*="elementor-kit"] .elementor-button:focus:hover,
body .elementor-widget-button.white-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.white-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.white-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.white-button [type="submit"]:not(.adminbar-button):focus:hover,
body .white-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .white-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
	background-color: var(--red);
	color: var(--white);
	border-color: var(--red);
}

body .yellow-button.wp-block-button .wp-element-button,
body .yellow-button .elementor-button,
body .elementor-widget-button.yellow-button .elementor-button,
body .elementor-widget-button.yellow-button button:not(.gm-control-active),
body .elementor-widget-button.yellow-button button:not(.gm-control-active):focus,
body .elementor-widget-button.yellow-button [class*="elementor-kit"] .elementor-button,
body .elementor-widget-button.yellow-button [class*="elementor-kit"] .elementor-button:focus,
body .elementor-widget-button.yellow-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.yellow-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.yellow-button [type="submit"]:not(.adminbar-button),
body .elementor-widget-button.yellow-button [type="submit"]:not(.adminbar-button):focus,
body .yellow-button .elementor-cta .elementor-cta__button.elementor-button,
body .yellow-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
	color: var(--black);
	background-color: var(--yellow);
	border: 2px solid var(--yellow);
}

body .yellow-button.wp-block-button .wp-element-button:hover,
body .yellow-button .elementor-button:hover,
body .elementor-widget-button.yellow-button .elementor-button:hover,
body .elementor-widget-button.yellow-button button:not(.gm-control-active):hover,
body .elementor-widget-button.yellow-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.yellow-button [class*="elementor-kit"] .elementor-button:hover,
body .elementor-widget-button.yellow-button [class*="elementor-kit"] .elementor-button:focus:hover,
body .elementor-widget-button.yellow-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.yellow-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.yellow-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.yellow-button [type="submit"]:not(.adminbar-button):focus:hover,
body .yellow-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .yellow-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
	background-color: #fff;
	color: var(--black);
	border-color: var(--yellow);
}

body .black-button.wp-block-button .wp-element-button,
body .black-button .elementor-button,
body .elementor-widget-button.black-button .elementor-button,
body .elementor-widget-button.black-button button:not(.gm-control-active),
body .elementor-widget-button.black-button button:not(.gm-control-active):focus,
body .elementor-widget-button.black-button [class*="elementor-kit"] .elementor-button,
body .elementor-widget-button.black-button [class*="elementor-kit"] .elementor-button:focus,
body .elementor-widget-button.black-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.black-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.black-button [type="submit"]:not(.adminbar-button),
body .elementor-widget-button.black-button [type="submit"]:not(.adminbar-button):focus,
body .black-button .elementor-cta .elementor-cta__button.elementor-button,
body .black-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
	color: var(--yellow);
	background-color: var(--black);
	border: 2px solid var(--black);
}

body .black-button.wp-block-button .wp-element-button:hover,
body .black-button .elementor-button:hover,
body .elementor-widget-button.black-button .elementor-button:hover,
body .elementor-widget-button.black-button button:not(.gm-control-active):hover,
body .elementor-widget-button.black-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.black-button [class*="elementor-kit"] .elementor-button:hover,
body .elementor-widget-button.black-button [class*="elementor-kit"] .elementor-button:focus:hover,
body .elementor-widget-button.black-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.black-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.black-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.black-button [type="submit"]:not(.adminbar-button):focus:hover,
body .black-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .black-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
	background-color: var(--yellow);
	color: var(--black);
	border-color: var(--yellow);
}

body .white-text.black-button.wp-block-button .wp-element-button,
body .white-text.black-button .elementor-button,
body .elementor-widget-button.white-text.black-button .elementor-button,
body .elementor-widget-button.white-text.black-button button:not(.gm-control-active),
body .elementor-widget-button.white-text.black-button button:not(.gm-control-active):focus,
body .elementor-widget-button.white-text.black-button [class*="elementor-kit"] .elementor-button,
body .elementor-widget-button.white-text.black-button [class*="elementor-kit"] .elementor-button:focus,
body .elementor-widget-button.white-text.black-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.white-text.black-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.white-text.black-button [type="submit"]:not(.adminbar-button),
body .elementor-widget-button.white-text.black-button [type="submit"]:not(.adminbar-button):focus,
body .white-text.black-button .elementor-cta .elementor-cta__button.elementor-button,
body .white-text.black-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
	color: var(--white);
	background-color: var(--black);
	border: 2px solid var(--black);
}

body .white-text.black-button.wp-block-button .wp-element-button:hover,
body .white-text.black-button .elementor-button:hover,
body .elementor-widget-button.white-text.black-button .elementor-button:hover,
body .elementor-widget-button.white-text.black-button button:not(.gm-control-active):hover,
body .elementor-widget-button.white-text.black-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.white-text.black-button [class*="elementor-kit"] .elementor-button:hover,
body .elementor-widget-button.white-text.black-button [class*="elementor-kit"] .elementor-button:focus:hover,
body .elementor-widget-button.white-text.black-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.white-text.black-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.white-text.black-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.white-text.black-button [type="submit"]:not(.adminbar-button):focus:hover,
body .white-text.black-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .white-text.black-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
	background-color: var(--yellow);
	color: var(--black);
	border-color: var(--black);
}

/* / ==================== Text Link ==================== / */
body .text-link.wp-block-button .wp-element-button,
body .text-link .elementor-button,
body .text-link .elementor-button:focus,
body .text-link button:not(.gm-control-active),
body .text-link button:not(.gm-control-active):focus,
body .text-link [class*="elementor-kit"] .elementor-button,
body .text-link [class*="elementor-kit"] .elementor-button:focus,
body .text-link [type="submit"]:not(.adminbar-button),
body .text-link [type="submit"]:not(.adminbar-button):focus,
body .text-link [type="button"]:not(.gm-control-active),
body .text-link [type="button"]:not(.gm-control-active):focus,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button {
	color: var(--dark-blue);
	background-color: transparent;
	font-size: 20px !important;
	line-height: 26px;
	padding: 0;
	font-weight: 700 !important;
	border: none;
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
	text-align: left;
	border-radius: 0;
	-webkit-appearance: none;
	transition: all 0.3s;
	box-sizing: border-box;
	text-transform: capitalize;
	max-width: 100%;
	letter-spacing: 0;
	text-underline-offset: 8px;
	text-decoration-thickness: 3px;
}

body .light.text-link.wp-block-button .wp-element-button,
body .light.text-link .elementor-button,
body .light.text-link .elementor-button:focus,
body .light.text-link button:not(.gm-control-active),
body .light.text-link button:not(.gm-control-active):focus,
body .light.text-link [class*="elementor-kit"] .elementor-button,
body .light.text-link [class*="elementor-kit"] .elementor-button:focus,
body .light.text-link [type="submit"]:not(.adminbar-button),
body .light.text-link [type="submit"]:not(.adminbar-button):focus,
body .light.text-link [type="button"]:not(.gm-control-active),
body .light.text-link [type="button"]:not(.gm-control-active):focus,
body .light.text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button,
body .light.text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button {
	color: var(--white);
}

body .text-link .elementor-button span.last,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button span.last,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button span.last,
body .arrow-btn .elementor-button span.last {
	display: inline-block;
}

body .text-link .elementor-button span.last:after,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button span.last:after,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button span.last:after,
body .arrow-btn .elementor-button span.last::after {
	content: "";
	width: 22px !important;
	height: 20px;
	display: inline-block;
	background: url("/wp-content/uploads/2025/01/link-arrow.svg") center center no-repeat;
	background-size: contain;
	margin-bottom: -5px;
	margin-left: 15px;
	transition: all 0.3s;
}

body .text-link .elementor-button:hover,
body .text-link .elementor-button:focus:hover,
body .text-link button:not(.gm-control-active):hover,
body .text-link button:not(.gm-control-active):focus:hover,
body .text-link [class*="elementor-kit"] .elementor-button:hover,
body .text-link [class*="elementor-kit"] .elementor-button:focus:hover,
body .text-link [type="submit"]:not(.adminbar-button):hover,
body .text-link [type="submit"]:not(.adminbar-button):focus:hover,
body .text-link [type="button"]:not(.gm-control-active):hover,
body .text-link [type="button"]:not(.gm-control-active):focus:hover,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button:hover {
	background-color: transparent;
	text-decoration: none;
	border: none;
}

/* / ===== Arrow Inside Button ===== / */
body .arrow-btn .elementor-button span.last::after {
	margin-left: 8px;
}

body .arrow-btn .elementor-button span.last::after {
	background-image: url('../img/arrow-right.svg');
}

body .arrow-btn.dark-blue .elementor-button span.last::after {
	background-image: url('../img/arrow-right-light-gray.svg');
}

body .arrow-btn.dark-blue .elementor-button:hover span.last::after {
	background-image: url('../img/arrow-right.svg');
}

body .arrow-btn.light-gray .elementor-button:hover span.last::after {
	background-image: url('../img/arrow-right-light-gray.svg');
}

body .text-link .elementor-button:after {
	display: none !important;
}

body .elementor-button span {
	color: inherit;
}

/* gravity form select dropdowns */
.ginput_container_select .select {
	position: relative;
}

.ginput_container_select .select select,
.gfield .clear-multi .ginput_container_date .select select,
.gfield .gfield_time_ampm .select select,
body select:not([class*="ui-datepicker"]) {
	width: 100%;
	height: 60px;
	cursor: pointer;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #00000080;
	padding-left: 16px;
	padding-right: 16px;
	background: url(../img/chevron-down.svg) no-repeat center right 26px;
	background-color: #fff;
	background-size: 14px;
	padding: 12px 45px 10px 25px !important;
	margin: 0 !important;
	font-size: 18px;
	font-weight: 500;
}

body .gform_wrapper li.gfield_error .clear-multi .ginput_container_date .select {
	border-color: #e75454;
}

.s-hidden {
	display: none !important;
}

body .styledSelect {
	padding: 12px 45px 10px 25px;
	position: relative;
	height: 60px;
	z-index: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	border-radius: 10px !important;
	background-color: var(--white);
	border: 1px solid #00000080;
	box-shadow: none;
	font-size: 18px !important;
	line-height: 1.67px;
	color: var(--black) !important;
	text-transform: none;
	letter-spacing: 0px;
	transition: all 0.3s;
	font-weight: 500;
	align-content: center;
}

body .styledSelect:focus {
	border: 2px solid #a65d43;
}

body .gform_wrapper .gfield_required {
	color: #AC1318;
	font-weight: 700 !important;
	margin-left: 2px;
	text-transform: lowercase;
	font-size: inherit !important;
}

body .gform_wrapper .gfield_time_ampm select {
	width: 80px !important;
	padding-bottom: 17px !important;
	padding-top: 17px !important;
}

/* .styledSelect.active {
  box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
} */
body .styledSelect:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(calc(-50% + 1px));
	right: 26px;
	line-height: 1;
	width: 14px;
	height: 8px;
	background: url(../img/chevron-down.svg) no-repeat center;
}

.styledSelect.active:after {
	background: url("../img/chevron-down.svg") no-repeat center;
	transform: translateY(-50%) rotate(180deg);
}

.kids-gtranslate .styledSelect:after {
	background: url("../img/arrow-down-black.svg") no-repeat center;
}

body .options {
	display: none;
	position: absolute;
	top: calc(100% + 2px);
	right: 0;
	left: 0;
	z-index: 9;
	margin: 0 !important;
	padding: 0;
	list-style: none;
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 10px;
	max-height: 300px;
	overflow-y: auto;
	border: 0 solid #00000080;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
	padding: 10px;
}

body form .options li:not(.optgroup) {
	margin: 0;
	padding: 12px 10px;
	font-size: 16px;
	line-height: 1.25;
	color: #1E2937;
	text-transform: none;
	/* height: 40px; */
	cursor: pointer;
	font-weight: 500;
	border-radius: 5px;
}

body form .options li:not(.optgroup):hover {
	background-color: #9EE4FF80;
}

.options li::before {
	display: none !important;
}

.options li[rel=""] {
	display: none;
}

.options li.active {
	background-color: #9EE4FF80;
	position: relative;
	cursor: default;
	pointer-events: none;
}

.styledSelect.noplaceholder .text-ellipses {
	color: rgba(71, 71, 71, 0.6);
}

body form .options:has(.optgroup) {
	padding: 20px
}

body form .options li.optgroup {
	font-size: 14px;
	font-weight: 700;
}

body form .options li.optgroup:not(:last-child) {
	margin-bottom: 12px
}

body form .options li.optgroup .optgroup-options {
	margin-top: 6px;
}

body form .options:has(.optgroup) li:not(.optgroup) {
	padding: 8px 10px
}

header .kd-locations-list-wrapper {
	display: block !important;
}

/* ------------------------------------------------------------
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
------------------------------------------------------------ */
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;
}

/* ------------------------------------------------------------
gravity form style
------------------------------------------------------------ */
html body .gform_wrapper form .gform_fields {
	display: flex;
	flex-wrap: wrap;
	gap: 31px 30px;
}

html body .gform_wrapper form .gform_fields .gfield:not(.wd-100) {
	width: calc(50% - 15px);
}

html body .gform_wrapper .gform_heading,
html body .gform_wrapper .gform_validation_errors {
	display: none;
}

html body .gform_wrapper *:focus {
	outline: none;
}

html body .gform_wrapper div.validation_error html body .gform_wrapper form {
	border: 2px solid #666;
	padding: 0;
}

html body .gform_wrapper form .gform_fields .gfield {
	margin-top: 0;
	/* margin-bottom: 16px !important; */
	border: 0;
	background: none;
	vertical-align: top;
	letter-spacing: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.gform_wrapper.gform_validation_error .gform_body .gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

html body .gform_wrapper form .gform_fields .gfield.bottom-info {
	padding-top: 0px !important;
}

html body .gform_wrapper form .gform_fields .gfield .ginput_container {
	margin-top: 0 !important;
}

html body .gform_wrapper .top_label .gfield_label,
html body .gform_wrapper .gform_wrapper legend.gfield_label {
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: var(--black);
	line-height: 1.63;
	margin-bottom: 9px;
	letter-spacing: 0;
	margin-top: 0 !important;
	gap: 0
}

html body .gform_wrapper form .gform_fields .gfield input[type="text"],
html body .gform_wrapper form .gform_fields .gfield input[type="email"],
html body .gform_wrapper form .gform_fields .gfield input[type="number"],
html body .gform_wrapper form .gform_fields .gfield input[type="tel"],
html body .gform_wrapper form .gform_fields .gfield textarea {
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 10px !important;
	background-color: var(--white);
	border: 1px solid #00000080;
	box-shadow: none;
	font-size: 18px !important;
	line-height: 1.67 !important;
	color: var(--black) !important;
	width: 100% !important;
	padding: 14px 25px !important;
	transition: all 0.3s;
	height: 60px;
	font-weight: 500;
}

html body .gform_wrapper form .gform_fields .gfield input[type="text"]::-webkit-input-placeholder,
html body .gform_wrapper form .gform_fields .gfield input[type="email"]::-webkit-input-placeholder,
html body .gform_wrapper form .gform_fields .gfield input[type="number"]::-webkit-input-placeholder,
html body .gform_wrapper form .gform_fields .gfield input[type="tel"]::-webkit-input-placeholder,
html body .gform_wrapper form .gform_fields .gfield textarea::-webkit-input-placeholder,
html body .gform_wrapper form .gform_fields .gfield .styledSelect .text-ellipses {
	color: var(--black);
}

html body .gform_wrapper form .gform_fields .gfield .styledSelect .text-ellipses {
	color: var(--black) !important;
}

html body .gform_wrapper form .gform_fields .gfield input[type="text"]:focus,
html body .gform_wrapper form .gform_fields .gfield input[type="email"]:focus,
html body .gform_wrapper form .gform_fields .gfield input[type="number"]:focus,
html body .gform_wrapper form .gform_fields .gfield input[type="tel"]:focus,
html body .gform_wrapper form .gform_fields .gfield textarea:focus,
html body .gform_wrapper form .gform_fields .gfield .styledSelect.active {
	border: 1px solid var(--black);
}

html body .gform_wrapper form .gform_fields .gfield textarea {
	height: 195px;
	resize: none;
}

html body .gform_wrapper form .gform_fields .gfield .styledSelect .text-ellipses.valueAdded {
	color: var(--black) !important;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/* 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 .gform_fields .gfield.gfield_error:not(.top-text):not(.recaptcha-field) {
	margin-bottom: 0 !important;
}

html body .gform_wrapper form .gform_fields .gfield.recaptcha-field {
	padding-top: 10px !important;
}

html body .gform_wrapper form .gform_fields .gfield .ginput_container.ginput_recaptcha {
	margin-top: 0 !important;
}

html body .gform_wrapper .gfield.gfield_error.gfield_contains_required div.gfield_description {
	font-size: 11px;
	color: var(--red);
	font-family: "Montserrat", Sans-serif;
	font-weight: 600;
	padding-top: 5px;
	line-height: normal;
	letter-spacing: -0.13px;
	padding-right: 7px;
	/* display: none; */
	margin: 0;
}

html body .gform_wrapper .validation_message {
	font-size: 11px;
	color: var(--red);
	font-family: "Montserrat", Sans-serif;
	font-weight: 400;
	padding-top: 5px;
}

html body .gform_wrapper .gfield_error .gfield_required {
	color: var(--red);
	text-transform: capitalize;
}

html body .gform_wrapper div.validation_error {
	border: 0;
	font-size: 20px;
	color: var(--red);
	display: none;
}

html body .gform_wrapper .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 .gform_wrapper .gfield_error textarea,
.gfield_error .styledSelect {
	border: 1px solid var(--red) !important;
}

/* -------------------------------------------------------
Radio and Checkbox Styling
---------------------------------------------------------- */
html body .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked+label,
html body .gform_wrapper .gfield_radio input[type="radio"]:checked+label {
	font-weight: normal;
}

html body .gform_wrapper .gform_fields .gfield.gfield_error+li.gfield.gfield_error {
	margin-top: 0;
}

html body .gform_wrapper .gfield_error div.ginput_complex.ginput_container label,
html body .gform_wrapper .gfield_error .gfield_checkbox,
html body .gform_wrapper .gfield_error .gfield_radio {
	color: #000;
}

html body .gform_wrapper .gfield_radio .gchoice {
	display: block;
	position: relative;
	margin-bottom: 12px;
	/* cursor: pointer; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html body .gform_wrapper .gfield_radio .gchoice:before {
	display: none !important;
}

html body .gform_wrapper .gfield_radio .gchoice input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

html body .gform_wrapper .gfield_radio .gchoice label {
	padding-left: 40px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	padding-bottom: 2px;
}

html body .gform_wrapper .gfield_radio .gchoice label:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background-color: #f2f2f3;
	border: 2px solid #8c8c8c;
}

html body .gform_wrapper .gfield_radio .gchoice input~label:hover:before {
	background-color: #ccc;
}

html body .gform_wrapper .gfield_radio .gchoice:hover input~label {
	font-weight: normal;
}

html body .gform_wrapper .gfield_radio .gchoice input:checked~label:before {
	background-color: #12749B;
	border-color: #12749B;
}

html body .gform_wrapper .gfield_radio .gchoice label:after {
	content: "";
	position: absolute;
	display: none;
}

html body .gform_wrapper .gfield_radio .gchoice input:checked~label:after {
	display: block;
}

html body .gform_wrapper .gfield_radio .gchoice label:after {
	top: 10px;
	left: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}

html body .gform_wrapper .gfield_checkbox .gchoice {
	display: block;
	position: relative;
	margin-bottom: 12px;
	/* cursor: pointer; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.gfield_description.instruction,
html body .gform_wrapper .gfield_checkbox .gchoice:before {
	display: none !important;
}

html body .gform_wrapper .gfield_checkbox .gchoice input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

html body .gform_wrapper .gfield_checkbox .gchoice label {
	padding-left: 34px;
	font-size: 16px;
	line-height: 1.63;
	font-weight: 500 !important;
	padding-bottom: 0;
	padding-top: 0;
	color: var(--black);
	margin: 0;
	padding-bottom: 1px;
}

html body .gform_wrapper .gfield_checkbox .gchoice label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border: 1px solid #00000080;
	border-radius: 8px;
	transition: 0.1s all;
}

html body .gform_wrapper .gfield_checkbox .gchoice input~label:hover:before {
	background-color: rgba(0, 0, 0, .02);
}

html body .gform_wrapper .gfield_checkbox .gchoice:hover input~label {
	font-weight: normal;
}

html body .gform_wrapper .gfield_checkbox .gchoice input:checked~label:before {
	background-color: var(--dark-blue);
	border-color: var(--dark-blue);
}

html body .gform_wrapper .gfield_checkbox .gchoice label:after {
	content: "";
	position: absolute;
	display: none;
}

html body .gform_wrapper form .gform_fields .gfield.two-col-check .gfield_checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	flex-direction: row;
}

html body .gform_wrapper form .gform_fields .gfield.two-col-check .gfield_checkbox .gchoice {
	margin: 0;
	display: inline-block;
	max-width: 100%;
	width: max-content;
}

html body .gform_wrapper .gfield_checkbox .gchoice input:checked~label:after {
	display: block;
}

html body .gform_wrapper .gfield_checkbox .gchoice label:after {
	left: 9px;
	top: 4px;
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.elementor .gm-style img {
	max-width: none;
}

html body .gform_wrapper form .gform_fields .gfield.combo-name-fields {
	margin-bottom: 0 !important;
}

html body .gform_wrapper form .gform_fields .gfield.combo-name-fields input {
	margin-bottom: 20px !important;
}

html body .gform_wrapper form .gform_fields .gfield.combo-name-fields .ginput_container>span {
	margin-bottom: 0;
	padding-top: 0;
}

html body .gform_wrapper form .gform_fields .gfield.combo-name-fields .validation_message {
	margin-top: -20px;
	margin-bottom: 20px;
}

html body .gform_wrapper form .gform_fields .gfield.gfield--type-consent {
	position: relative;
}

html body .gform_wrapper form .gform_fields .gfield.gfield--type-consent input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	visibility: hidden
}

html body .gform_wrapper form .gform_fields .gfield.gfield--type-consent label {
	padding-left: 40px;
	font-size: 14px;
	line-height: 1.64;
	font-weight: 500 !important;
	padding-bottom: 0;
	padding-top: 0;
	color: var(--black);
	margin: 0;
}

html body .gform_wrapper form .gform_fields .gfield.gfield--type-consent label:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border: 1px solid #00000080;
	border-radius: 8px;
	transition: 0.1s all;
}

html body .gform_wrapper form .gform_fields .gfield.gfield--type-consent input~label:hover:before {
	background-color: rgba(0, 0, 0, .02);
}

html body .gform_wrapper form .gform_fields .gfield.gfield--type-consent input:checked~label:before {
	background-color: var(--dark-blue);
	border-color: var(--dark-blue);
}

html body .gform_wrapper form .gform_fields .gfield.gfield--type-consent label:after {
	content: "";
	position: absolute;
	display: none;
}

html body .gform_wrapper form .gform_fields .gfield.gfield--type-consent input:checked~label:after {
	display: block;
}

html body .gform_wrapper form .gform_fields .gfield.gfield--type-consent label:after {
	left: 9px;
	top: 4px;
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ------------------------------------------------------------
gravity form Button styling
------------------------------------------------------------ */
html body .gform_wrapper form .gform_footer {
	text-align: center;
	padding: 48px 0 0;
	margin: 0;
	justify-content: center;
}

html body .gform_wrapper form .gform_footer input[type="submit"] {
	color: var(--white) !important;
	background-color: var(--red) !important;
	font-size: 20px !important;
	line-height: 32px !important;
	padding: 11px 24px 11px !important;
	font-weight: 700 !important;
	border: 2px solid var(--red) !important;
	display: inline-block !important;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	border-radius: 50px !important;
	-webkit-appearance: none;
	transition: all 0.3s;
	box-sizing: border-box;
	font-family: "Montserrat", Sans-serif;
	max-width: 100%;
	width: 220px !important;
	outline: none !important;
}

html body .gform_wrapper form .gform_footer input[type="submit"]:hover {
	background-color: var(--white) !important;
	color: var(--red) !important;
	text-decoration: none;
}

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;
	padding: 0 !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
------------------------------------------------------------ */
/* / ===================== Coming Soon ===================== / */
.coming-soon-content {
	min-height: calc(100vh - 839px);
}

/* / ================= Cookie Policy Style ================= / */
#cookie-notice {
	background-color: var(--dark-blue) !important;
	position: fixed;
	z-index: 11111;
}

#cookie-notice #cn-notice-text {
	display: flex;
	justify-content: center;
	align-items: center;
}

#cookie-notice #cn-notice-text+#cn-accept-cookie,
#cn-notice-buttons {
	display: none !important;
}

#cookie-notice .cookie-notice-container {
	padding: 25px 50px;
	margin-left: auto;
	margin-right: auto;
}

#cookie-notice .cookies-message {
	text-align: left;
	font-family: "Montserrat", Sans-serif;
	display: block;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	max-width: 60%;
	margin: 0 1em 0 auto;
	font-size: 12px;
}

#cookie-notice .cookies-message a {
	color: #fff;
	text-decoration: underline;
}

#cookie-notice .cookies-message a:hover {
	text-decoration: none;
}

#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: 12px 10px;
	min-width: 110px;
	font-weight: 700;
	border-radius: 50px;
	text-align: center;
	background-color: #fff;
	font-family: "Montserrat", sans-serif;
	text-decoration: none;
	line-height: 1.1;
	color: var(--dark-blue);
	border: 1px solid var(--white);
}

#cookie-notice .cookies-button-container .cookies-button:hover {
	background-color: var(--dark-blue);
	color: var(--white);
}

.cn-close-icon:before,
.cn-close-icon:after {
	background-color: #fff;
}

.cookie-notice-container .cn-text-container {
	margin: 0
}

/* / ================= Skip to Main Button ================= / */
a.skip-main {
	left: -999px;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -999;
	color: var(--white);
	background-color: var(--red);
	border: 2px solid var(--red);
	font-size: 14px;
	border-radius: 50px;
}

a.skip-main:focus,
a.skip-main:active {
	background-color: #fff;
	box-shadow: 0 0 2px 2px rgb(0 0 0 / 60%);
	clip: auto !important;
	color: var(--red);
	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;
}

/* Custom CSS STARTS */
body footer .elementor-icon-list-items .elementor-icon-list-item>a:not(.elementor-button),
body .utility-nav-list .elementor-icon-list-items .elementor-icon-list-item a {
	text-decoration: none;
}

body footer .elementor-icon-list-items .elementor-icon-list-item>a:not(.elementor-button) {
	max-width: max-content;
	font-weight: 500 !important;
}

body footer .elementor-icon-list-items .elementor-icon-list-item>a:not(.elementor-button):hover .elementor-icon-list-text,
body .utility-nav-list .elementor-icon-list-items .elementor-icon-list-item a:hover .elementor-icon-list-text {
	text-decoration: underline;
}

body .elementor-icon-list-items .elementor-icon-list-item>a:not(.elementor-button):hover .elementor-icon-list-text {
	text-decoration: underline;
}

.kids-gtranslate select,
.kids-gtranslate .styledSelect {
	border: 0 !important;
	padding: 0;
	background-color: transparent;
	border-radius: 0 !important;
	font-size: 14px !important;
	line-height: 1.71 !important;
	height: auto;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 20px;
	font-weight: 500;
}

.kids-gtranslate .styledSelect:hover .text-ellipses {
	text-decoration: underline !important
}

.kids-gtranslate>.elementor-widget-container {
	display: flex;
	align-items: center;
	margin-left: 15px;
	padding-left: 15px;
}

.kids-gtranslate>.elementor-widget-container::before {
	content: '' !important;
	background-color: rgba(0, 0, 0, 0.5);
	width: 1px;
	height: 14px;
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translatey(-50%);
}

.kids-gtranslate .styledSelect:after {
	right: 1px;
}

body [data-elementor-type="header"] .toggle-icon .elementor-icon-wrapper,
body [data-elementor-type="header"] .search-icon .elementor-icon-wrapper {
	cursor: pointer;
	display: flex;
	transition: 0.3s all;
}

body [data-elementor-type="header"] .toggle-icon .elementor-widget-container,
body [data-elementor-type="header"] .search-icon .elementor-widget-container {
	display: flex;
	transition: 0.3s all;
	align-items: center;
}

body [data-elementor-type="header"] .search-icon .elementor-icon-wrapper:hover {
	opacity: 0.7
}

body [data-elementor-type="header"] .search-close:hover {
	opacity: 0.7
}

body .search-close {
	display: block;
	z-index: 3;
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translatey(-50%);
	cursor: pointer;
	transition: 0.3s all;
}

body .search-close svg {
	width: 100%;
	height: 100% !important;
}

.search-close .elementor-widget-container {
	margin: 0 !important;
}

.search-close .elementor-widget-container .elementor-icon-wrapper {
	display: flex;
	width: 18px;
	height: 18px;
}

.search-close .elementor-widget-container .elementor-icon-wrapper .elementor-icon {
	width: 100%;
	height: 100%;
}

.search-wrapper {
	position: absolute;
	z-index: 3;
	top: calc(50% - 0px);
	width: 100%;
	transform: translatey(-50%);
	right: 0;
	opacity: 0;
	visibility: hidden;
	display: block;
	z-index: 1;
	height: 100%;
	z-index: 8;
	max-width: calc(100% - 70px);
	width: 100%;
	align-content: center;
	background-color: var(--white);
}

body.show-search .search-wrapper {
	opacity: 1;
	visibility: visible;
}

.site-search .e-search-input-wrapper .e-font-icon-svg {
	display: none;
}

.site-search form[role="search"] button[type="submit"] {
	display: none;
}

.site-search form[role="search"] input[type="search"] {
	background-color: rgba(255, 255, 255, 1);
	font-size: 16px;
	line-height: 1.7em;
	border-style: none;
	padding: 12px 40px 12px 47px;
	border-radius: 5px;
	height: 50px;
	color: var(--black);
	font-size: 16px;
	font-weight: 600;
	background-image: url('../img/search-icon.svg');
	background-repeat: no-repeat;
	background-position: center left 16px;
	background-size: 20px;
	/* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.site-search form[role="search"] input[type="search"]::placeholder {
	color: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	font-weight: 600;
}

body header[data-elementor-type="header"] {
	position: sticky;
	top: 0;
	/* filter: drop-shadow(0px 4px 10px 0px #0000000D); */
	/* filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.05)); */
	z-index: 1001;
}

.no-click-cards .elementor-cta {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.no-click-cards .elementor-cta .elementor-cta__content {
	flex: 1;
	align-content: flex-start;
}

font:empty,
font:empty+br {
	display: none !important
}

.kd-simple-cta-blocks .elementor-widget-call-to-action .elementor-cta__bg-wrapper {
	border-radius: 10px;
}

.simple-cards-wrapper .elementor-widget-call-to-action .elementor-cta__bg-wrapper .elementor-cta__bg {
	background-position: top center;
}

.kd-simple-cta-blocks .elementor-widget-call-to-action .elementor-cta__content {
	align-content: flex-start;
	align-items: flex-start;
}

.simple-cards-wrapper .elementor-widget-call-to-action .elementor-cta__content {
	flex: 1;
}

.simple-cards-wrapper .elementor-widget-call-to-action .elementor-cta {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.elementor-swiper-button.elementor-swiper-button-next svg {
	position: relative;
	left: 1px
}

.elementor-swiper-button.elementor-swiper-button-prev svg {
	position: relative;
	left: -1px
}

.dental-e-slider .elementor-swiper-button:hover {
	opacity: 0.7;
}

.search-results-wrapper .facetwp-template article:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
	padding-bottom: 20px
}

.search-results-wrapper .facetwp-template article .elementor-post__title {
	margin-bottom: 5px;
	margin-top: 0;
}

.search-results-wrapper .facetwp-template article .elementor-post__title:not(:has(+ .elementor-post__excerpt)) {
	margin-bottom: 0px
}

.search-results-wrapper .facetwp-template article .elementor-post__title a {
	color: var(--dark-blue);
	text-decoration: none;
	font-weight: inherit !important;
}

.search-results-wrapper .facetwp-template article .elementor-post__title a:hover {
	text-decoration: underline;
}

.search-results-wrapper .kd-custom-search {
	display: flex;
	margin-bottom: 40px;
}

.search-results-wrapper .kd-custom-search input {
	font-size: 16px;
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	border-color: var(--dark-blue);
	height: 50px;
	padding: 8px 15px;
	border-radius: 5px 0 0 5px;
	font-weight: 500;
}

.search-results-wrapper .kd-custom-search input:focus {
	border-color: var(--black);
}

.search-results-wrapper .kd-custom-search [type="submit"] {
	padding: 12px 18px 14px;
	border-radius: 0 !important;
	font-size: 16px;
	height: 50px;
	background-color: var(--dark-blue);
	border: 1px solid var(--dark-blue);
	color: var(--white);
	border-radius: 0 5px 5px 0 !important;
	font-weight: 500;
}

.search-results-wrapper .kd-custom-search [type="submit"]:hover {
	background-color: var(--black);
	border-color: var(--black);
}

.search-results-wrapper .kd-custom-search [type="submit"]:focus {
	outline: none;
}

.left-aligned>.e-con-inner {
	margin-left: 0
}

.right-aligned>.e-con-inner {
	margin-right: 0
}

.kd-gallery {
	padding-left: 80px;
	padding-right: 80px;
}

.kd-gallery .gallery-thumbs .swiper-slide {
	max-width: 120px;
	height: 80px;
	border-radius: 10px;
	overflow: hidden;
}

.kd-gallery .gallery-thumbs .swiper-slide img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kd-gallery .gallery-slider .swiper-slide {
	position: relative;
	padding-bottom: 59.83%;
	min-height: 215px;
}

.kd-gallery .gallery-slider {
	margin-bottom: 16px;
}

.kd-gallery .gallery-slider .swiper-slide img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
	border-radius: 10px;
}

.kd-gallery .gallery-thumbs .swiper-slide:not(.swiper-slide-active) {
	opacity: 0.5
}

.kd-gallery .gallery-thumbs .swiper-slide.swiper-slide-active::after {
	content: '';
	position: absolute;
	box-shadow: inset 0 0 0 3px rgba(172, 19, 24, 1) !important;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 10px;
}

.kd-gallery .kd-gallery-next,
.kd-gallery .kd-gallery-prev {
	width: 50px;
	height: 50px;
	background-color: var(--dark-blue);
	border-radius: 50px;
	padding: 14px;
}

.kd-gallery .kd-gallery-prev {
	left: 0;
}

.kd-gallery .kd-gallery-next {
	right: 0
}

.kd-gallery .kd-gallery-next,
.kd-gallery .kd-gallery-prev {
	top: calc(50% - 52px);
	transition: opacity 0.3s ease;
}

.kd-gallery .kd-gallery-next:hover,
.kd-gallery .kd-gallery-prev:hover {
	opacity: 0.8;
}

.kd-gallery .kd-gallery-next::after,
.kd-gallery .kd-gallery-prev::after {
	content: '';
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center;
}

.kd-gallery .kd-gallery-next::after {
	background-image: url('../img/chevron-right.svg');
	margin-left: 2px;
}

.kd-gallery .kd-gallery-prev::after {
	background-image: url('../img/chevron-left.svg');
	margin-left: -2px;
}

.kd-home-only-icons .gallery {
	display: flex;
	gap: 50px;
	align-items: center;
	flex-wrap: wrap;
}

.kd-home-only-icons .gallery-item {
	width: auto;
	max-width: unset !important;
}

/* body:not(.home):not(.elementor-editor-active) .kd-home-only-icons {
	display: none !important;
} */
.kd-cards-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 36px 30px;
	justify-content: center;
}

.kd-cards-wrapper .kd-card-wrap {
	width: calc(33.33% - 20px);
	display: flex;
	flex-direction: column;
}

.kd-card-wrap .kd-card-content {
	background-color: rgba(0, 0, 0, 0.03);
	padding: 20px;
	border-radius: 0 0 10px 10px;
	flex: 1;
}

.kd-card-wrap .kd-card-content ul {
	padding: 0;
	list-style: none;
}

.kd-card-wrap .kd-card-content ul li:not(:last-child) {
	margin-bottom: 5px
}

.kd-card-wrap .kd-card-content .kd-card-title {
	margin-top: 0;
	color: var(--black);
}

.kd-card-wrap .kd-card-content .kd-card-title a {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
	font-size: inherit
}

.kd-card-wrap .kd-card-content .kd-card-title a:hover {
	text-decoration: underline;
}

.kd-card-wrap .kd-category {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	color: var(--black);
	background-color: var(--light-blue);
	padding: 8px 20px;
	border-radius: 0 0 10px 0;
	font-weight: 600 !important;
	line-height: 1.66;
	font-size: 18px;
	text-decoration: none;
}

.kd-card-wrap a.kd-category:hover {
	opacity: 0.8;
}

.kd-card-wrap .kd-category.category-vision {
	background-color: var(--yellow);
}

.kd-card-wrap .kd-category.category-orthodontics {
	background-color: var(--red);
	color: var(--white);
}

.kd-card-wrap .kd-card-img-wrap {
	position: relative;
	min-height: 350px;
	padding-bottom: 80%;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.kd-card-wrap .kd-card-img-wrap:not(:has(img)) {
	background: url('../img/fallback-image-blue.png') center center / cover no-repeat;
}

.kd-profiles-cards .kd-card-wrap .kd-card-img-wrap:not(:has(img)) {
	background: url('../img/avatar-fallback-thumbnail.png') center center / cover no-repeat;
}

.kd-card-wrap .kd-card-img-wrap img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kd-card-wrap .kd-card-description {
	margin-top: 11px;
	font-size: 14px;
	line-height: 1.57;
}

.kd-card-wrap .kd-card-cta {
	margin-top: 9px;
}

.kd-card-wrap .kd-card-cta a {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px;
	color: var(--dark-blue);
}

.profile-single-img-wrap .kd-category {
	background-color: var(--light-blue);
	padding: 15px 20px;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.25;
	border-radius: 0 0 10px 10px;
}

.profile-single-img-wrap .kd-category.category-vision {
	background-color: var(--yellow);
}

.profile-single-img-wrap .kd-category.category-orthodontics {
	background-color: var(--red);
	color: var(--white);
}

/* .profile-single-content-block ul {
	padding: 0;
	list-style: none;
}
.profile-single-content-block ul li:not(:last-child) {
	margin-bottom: 5px;
} */
/* .profile-single-content-block:not(:has(.elementor-widget-text-editor)) {
	display: none
} */
html body .profile-single-content-block ul.wp-block-list:not(:last-child):has(+ hr) {
	margin-bottom: 0;
}

html body .profile-single-content-block ul li:not(:last-child) {
	margin-bottom: 5px;
}

html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container>h2,
html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container>h3,
html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container>h4,
html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container>h5,
html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container>h6 {
	font-size: 24px;
	color: var(--black);
	font-family: 'Montserrat';
	font-weight: 700;
	line-height: 1.25;
	margin-top: 31px;
	margin-bottom: 10px;
}

html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container>h2:first-child,
html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container>h3:first-child,
html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container>h4:first-child,
html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container>h5:first-child,
html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container>h6:first-child {
	margin-top: 0;
}

html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container>hr {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	margin: 29px 0 31px;
}

html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container p:has(+ p) {
	margin-bottom: 5px
}

html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container p:has(+ hr),
html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container p:last-child {
	margin-bottom: 0;
}

body .facetwp-facet {
	margin-bottom: 0;
}

.facetwp-facet.facetwp-type-fselect .fs-wrap {
	width: 100%;
}

.facetwp-facet.facetwp-type-fselect .fs-wrap .fs-label-wrap {
	background-color: var(--white);
	height: 60px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	cursor: pointer
}

.mp-product-type .facetwp-type-fselect .fs-wrap.fs-open .fs-label-wrap {
	border: 1px solid var(--dark-blue);
	/* border-radius: 10px; */
}

.facetwp-type-fselect .fs-wrap .fs-label-wrap .fs-label {
	width: 100%;
	padding: 10px 40px 10px 25px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.67;
	border-radius: 10px;
}

.facetwp-facet-kd_proximity .location-results,
.facetwp-type-fselect .fs-dropdown {
	border-radius: 10px;
	top: calc(100% + 1px);
	border: 0 solid rgba(0, 0, 0, 0.5);
	overflow: hidden;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
	padding: 10px 0;
}

.facetwp-type-fselect.facetwp-facet .fs-label-wrap .fs-arrow {
	width: 24px;
	height: 24px;
	border: none;
	background: url(../img/chevron-down.svg) no-repeat center / 17px;
	right: 20px;
}

.facetwp-facet.facetwp-type-search .facetwp-input-wrap {
	width: 100%;
}

.facetwp-facet.facetwp-facet-kd_proximity .facetwp-input-wrap {
	width: 100%;
}

.locations-search input[type="text"],
.facetwp-facet.facetwp-facet-kd_proximity .facetwp-location,
.facetwp-facet.facetwp-type-search .facetwp-search {
	background-color: var(--white);
	height: 60px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	/* cursor: pointer; */
	font-size: 18px !important;
	font-weight: 500;
	line-height: 1.67;
	padding: 14px 60px 14px 24px !important;
	color: var(--black);
	outline: none;
	box-shadow: unset;
}

.locations-search input[type="text"]::placeholder,
.facetwp-facet.facetwp-facet-kd_proximity .facetwp-location::placeholder,
.facetwp-facet.facetwp-type-search .facetwp-search::placeholder {
	color: var(--black);
}

.facetwp-facet.facetwp-facet-kd_proximity .facetwp-icon,
.facetwp-facet.facetwp-type-search .facetwp-icon {
	width: 46px;
	height: 46px;
	background-color: var(--yellow);
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	right: 7px;
	top: 7px;
	transition: 0.3s all;
}

.locations-header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
	flex-wrap: wrap;
} 

.locations-header-container .locations-title {
	width: calc(100% - 440px);
	padding-right: 20px;
	margin-top: 0;
	color: var(--dark-blue);
}

.locations-header-container .locations-search {
	width: 440px;
	max-width: 100% !important;
}

.facetwp-facet.facetwp-facet-kd_proximity .facetwp-icon:hover,
.facetwp-facet.facetwp-type-search .facetwp-icon:hover {
	opacity: 0.7;
}

/* .facetwp-facet.facetwp-facet-kd_proximity .facetwp-icon:before {
} */
.facetwp-facet.facetwp-type-search .facetwp-icon::before {
	background: url(../img/search-icon-red.svg) no-repeat center / 18px;
	animation: none !important;
	transform: none !important;
}

body .pagination,
.profiles-archive-main .facetwp-pager:has(.facetwp-page),
.post-type-archive-services .facetwp-pager:has(.facetwp-page) {
	margin: 50px 0 0;
}

.kd-card-wrap .kd-card-img-wrap:has(a) img {
	transition: 0.3s all;
}

.kd-card-wrap .kd-card-img-wrap:has(a) img:hover {
	transform: scale(1.1);
}

.facetwp-type-fselect [data-idx="0"],
.facetwp-type-fselect .fs-dropdown .fs-search {
	display: none;
}

.kd-videos-resource-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}

.kd-videos-resource-wrap .video-card-wrapper {
	width: calc(33.33% - 20px);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.kd-videos-resource-single .video-card-wrapper .video-wrap,
.kd-videos-resource-wrap .video-card-wrapper .video-wrap {
	position: relative;
	aspect-ratio: 16/9;
}

.kd-videos-resource-single .video-wrap .video-overlay::before,
.kd-videos-resource-wrap .video-wrap .video-overlay::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: 0.3s all;
	z-index: 1;
}

.kd-videos-resource-single .video-card-wrapper:hover .video-overlay::before,
.kd-videos-resource-wrap .video-card-wrapper:hover .video-overlay::before {
	opacity: 1
}

.kd-videos-resource-single .video-wrap .video-overlay,
.kd-videos-resource-wrap .video-wrap .video-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	cursor: pointer;
}

.kd-videos-resource-single .video-wrap .video-overlay {
	border-radius: 10px;
}

.kd-videos-resource-single .video-wrap .video-overlay img,
.kd-videos-resource-wrap .video-wrap .video-overlay img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.kd-videos-resource-single .video-wrap .video-overlay:not(:has(img)),
.kd-videos-resource-wrap .video-wrap .video-overlay:not(:has(img)) {
	background-color: var(--dark-blue);
}

.kd-videos-resource-wrap .video-wrap .video-overlay:has(img)+* {
	opacity: 0;
}

.kd-videos-resource-single .video-wrap video,
.kd-videos-resource-single .video-wrap iframe,
.kd-videos-resource-wrap .video-wrap video,
.kd-videos-resource-wrap .video-wrap iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.kd-videos-resource-single .video-wrap video,
.kd-videos-resource-single .video-wrap iframe {
	border-radius: 10px;
}

.kd-videos-resource-single .video-content-wrapper,
.kd-videos-resource-wrap .video-content-wrapper {
	padding: 30px 20px;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 0 0 10px 10px;
	flex: 1;
}

.kd-videos-resource-single .video-content-wrapper .video-heading,
.kd-videos-resource-wrap .video-content-wrapper .video-heading {
	margin-top: 0;
}

.kd-videos-resource-single .video-wrap .video-overlay::after,
.kd-videos-resource-wrap .video-wrap .video-overlay::after {
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url('../img/play-icon.svg');
	filter: drop-shadow(0px 4px 4px #00000040);
}

.wpb-popup-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(55, 51, 49, 0.7);
	z-index: 111111;
	display: none;
}

.wpb-popup-wrapper .wpb-popup-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.wpb-popup-wrapper .wpb-popup-inner {
	max-width: 970px;
	margin: 0 auto;
	width: 95%;
	max-height: 95%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	display: flex;
}

.wpb-popup-wrapper .wpb-popup-inner .wpb-video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 18px;
}

.wpb-popup-wrapper .wpb-popup-inner .wpb-popup-content {
	overflow: auto;
	width: 100%;
}

.wpb-popup-wrapper .wpb-popup-inner .wpb-video-wrapper:has(iframe[src='']) {
	display: none;
}

.wpb-popup-wrapper .wpb-popup-inner .wpb-video-wrapper video,
.wpb-popup-wrapper .wpb-popup-inner .wpb-video-wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 10px;
}

.wpb-popup-wrapper .wpb-close-button {
	background-image: url('../img/cross-icon-red.svg');
	position: fixed;
	top: 24px;
	right: 27px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	transition: 0.3s all;
	cursor: pointer;
	z-index: 1;
	background-color: var(--yellow);
	width: 40px;
	height: 40px;
	border-radius: 6px;
}

.wpb-popup-wrapper .wpb-close-button:hover {
	opacity: 0.8;
}

body:has(.wpb-popup-wrapper.active) {
	overflow: hidden
}

.elementor-widget-shortcode:has(.facetwp-facet.facetwp-facet-reset) {
	position: absolute;
	right: 0;
	top: calc(100% + 5px);
}

.facetwp-facet.facetwp-facet-reset .facetwp-reset {
	color: var(--red);
	border: none;
	background: transparent;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	padding: 0;
	opacity: 1;
	outline: none;
}

.facetwp-facet.facetwp-facet-reset .facetwp-reset::before {
	content: '';
	width: 11px;
	height: 11px;
	background: url(../img/cross-icon-red.svg) no-repeat center / contain;
	display: inline-block;
	margin-right: 6px;
}

.facetwp-facet.facetwp-facet-reset .facetwp-reset:hover {
	text-decoration: underline
}

.search-noresults {
	width: 100%;
	max-width: 770px;
	background-color: var(--dark-blue);
	padding: 30px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.search-noresults::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url(../img/dental-pattern.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.1;
	z-index: 0;
	pointer-events: none;
}

/* body:not(.search) .search-noresults {
	text-align: center;
} */
.pagination .nav-links,
.elementor-pagination,
.facetwp-pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/* margin-top: 45px; */
	row-gap: 10px;
	align-items: center;
}

.facetwp-pager:empty {
	margin-top: 0;
}

.page-numbers.current,
.facetwp-pager .facetwp-page.active {
	color: var(--black);
	background-color: var(--yellow) !important;
	pointer-events: none;
}

.page-numbers:not(.dots):not(.current):hover,
a.facetwp-page:not(.dots):not(.active):hover {
	background-color: var(--yellow);
}

/* .page-numbers {
    margin: 0 !important;
} */
.pagination .nav-links .page-numbers,
.facetwp-pager .facetwp-page {
	height: 50px;
	min-width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin: 0 8px;
	line-height: 1.6;
	font-size: 20px;
	font-weight: 700;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.05);
	color: var(--black);
}

.pagination .nav-links .page-numbers.dots,
.facetwp-page.dots {
	min-width: auto;
	border: 0;
	padding-bottom: 10px;
	background-color: transparent;
}

.pagination .nav-links .page-numbers.next,
.pagination .nav-links .page-numbers.prev,
.facetwp-pager .facetwp-page.next,
.facetwp-pager .facetwp-page.prev {
	border: 0;
	background-color: rgba(0, 0, 0, 0.05);
	position: relative;
	color: transparent !important;
}

.pagination .nav-links .page-numbers.next:hover,
.pagination .nav-links .page-numbers.prev:hover,
.facetwp-pager .facetwp-page.next:hover,
.facetwp-pager .facetwp-page.prev:hover {
	color: transparent;
}

.pagination .nav-links .page-numbers.next,
.facetwp-pager .facetwp-page.next {
	margin-left: 4px;
	width: 50px;
	height: 50px;
	min-width: 50px !important;
	background-color: transparent;
}

.pagination .nav-links .page-numbers.prev,
.facetwp-pager .facetwp-page.prev {
	margin-right: 4px;
	width: 50px;
	height: 50px;
	min-width: 50px !important;
	background-color: transparent;
}

.pagination .nav-links .page-numbers.next:after,
.pagination .nav-links .page-numbers.prev:after,
.facetwp-pager .facetwp-page.next:after,
.facetwp-pager .facetwp-page.prev:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/arrow-right.svg');
	border-radius: 8px;
	transition: 0.3s all;
}

.pagination .nav-links .page-numbers.next:hover:after,
.pagination .nav-links .page-numbers.prev:hover:after,
.facetwp-pager .facetwp-page.next:hover:after,
.facetwp-pager .facetwp-page.prev:hover:after {
	/* background-color: var(--light-gray-blue);
    background-image: url('../img/arrow-left.svg'); */
	opacity: 0.8;
}

.pagination .nav-links .page-numbers.prev,
.facetwp-pager .facetwp-page.prev {
	transform: rotate(180deg);
}

.search-noresults>* {
	color: var(--white);
}

.gt_selector .options {
	border: 0;
	border-radius: 8px;
	padding: 4px;
	background-color: var(--white);
	filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
	min-width: max-content;
	left: 9px;
	top: calc(100% + 5px);
	overflow: visible;
	box-shadow: unset;
}

.gt_selector .options::after {
	content: '';
	width: 20px;
	height: 20px;
	background-color: inherit;
	position: absolute;
	left: 50%;
	top: -7px;
	transform: translateX(-50%) rotate(-45deg);
	z-index: -1;
	border-radius: 4px;
}

.gt_selector .options>li {
	font-size: 14px;
	line-height: 1.71;
	font-weight: 500;
	text-align: center;
	padding: 5px 10px;
	min-width: 101px;
	cursor: pointer;
	border-radius: 5px;
	transition: 0.3s all;
}

.gt_selector .options>li:hover {
	background-color: #9EE4FF80;
}

.gt_selector .options>li:not(:last-child) {
	margin-bottom: 4px;
}

.gt_selector .options>li.active {
	background-color: #9EE4FF80;
	pointer-events: none;
	font-weight: 600;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
	content: '';
	background-image: url('../img/chevron-down.svg');
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
	color: var(--black);
	font-weight: 500;
	font-size: 17px;
	line-height: 1.41;
	height: auto;
	padding: 30px 0px 28px;
	transform: translateZ(0);
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:not(:last-child) {
	margin-right: 52px;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover,
.header-main-wrapper .mega-menu-wrap {
	background-image: unset !important;
	background-color: transparent !important;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link>.mega-indicator {
	transform: rotate(-180deg)
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
	display: inline-flex;
	align-items: center;
	margin-left: 8px;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link::before {
	content: '' !important;
	width: 100%;
	height: 6px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: var(--red);
	opacity: 0;
	visibility: hidden
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link::before,
.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link::before,
.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:hover>a.mega-menu-link::before {
	opacity: 1;
	visibility: visible;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:focus,
.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link,
.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
	background-color: transparent !important
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor:not(:hover)>a.mega-menu-link::before,
.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item:not(:hover)>a.mega-menu-link::before {
	background-color: var(--dark-blue);
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item p {
	margin-bottom: 3px
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item p:has(+p>img),
.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item p:has(>img:only-child),
.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item p:has(>a:only-child) {
	margin: 0;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item p:has(>a:only-child)>a {
	position: absolute;
	inset: 0;
	z-index: 10;
	text-indent: -9999px;
	/* hides the text */
	overflow: hidden;
	display: block;
	color: transparent !important
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item {
	transition: 0.3s all;
	border-radius: 5px;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item:has(p>a:only-child:hover) {
	background-color: #9EE4FF80;
}

/* .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > .mega-sub-menu > .kid-row-text-box .mega-menu-item p:has(>a:only-child) > a::after {
	content: '';
	background-color: red;
} */
.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item img {
	position: absolute;
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 3px;
	top: 10px;
	right: 10px;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item .mega-block-title {
	font-weight: 700 !important;
	line-height: 1.35;
	font-size: 14px !important;
	text-transform: unset !important;
	color: var(--black) !important;
	padding-bottom: 3px !important
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item .textwidget p {
	font-size: 12px !important;
	font-weight: 500 !important;
	color: rgba(0, 0, 0, 0.6) !important;
	line-height: 1.58 !important
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item .textwidget p:has(strong) {
	color: var(--black) !important;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item .textwidget p:has(strong),
.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item .textwidget p>strong {
	font-weight: 500 !important;
	font-size: 13px !important;
	line-height: 1.46 !important
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item:not(:last-child) {
	margin-bottom: 5px;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
	background-color: var(--white);
	box-shadow: 0px 4px 10px 0px #0000001A;
	padding: 15px;
	border-top: 1px solid #0000000D;
	border-radius: 0 0 10px 10px;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.width-320,
.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.width-450 {
	position: relative;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.width-320>.mega-sub-menu {
	width: 320px !important;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.width-450>.mega-sub-menu {
	width: 450px !important;
	max-width: unset;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item {
	display: flex !important;
	flex-direction: column;
	padding: 10px 120px 10px 15px !important;
	justify-content: center;
	min-height: 100px;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-community-dropdown>.mega-sub-menu {
	right: 0;
	left: auto
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu .mega-menu-item {
	padding: 0 !important
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu .mega-menu-item:not(:last-child) {
	margin-bottom: 5px;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu .mega-menu-item>.mega-menu-link {
	font-size: 14px !important;
	line-height: 1.35;
	font-weight: 700 !important;
	text-transform: unset !important;
	color: var(--black) !important;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu .mega-menu-item>.mega-menu-link {
	padding: 10px 15px !important;
	transition: 0.3s all;
	border-radius: 5px;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu .mega-menu-item>.mega-menu-link:hover {
	background-color: #9EE4FF80 !important;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item.dental-item .mega-block-title::before {
	background-image: url('../img/dental-care.svg');
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item.vision-item .mega-block-title::before {
	background-image: url('../img/glasses-green.svg');
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item.orthodontics-item .mega-block-title::before {
	background-image: url('../img/braces.svg');
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item.resources-item .mega-block-title::before {
	background-image: url('../img/resources.svg');
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item.videos-item .mega-block-title::before {
	background-image: url('../img/videos.svg');
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu {
	float: unset !important;
	display: flex !important;
	flex-direction: column;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item {
	width: 100% !important;
	border-radius: 5px !important;
	overflow: hidden;
	transition: 0.3s all;
	;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item:not(:last-child) {
	margin-bottom: 4.5px;
	border-radius: 5px;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item .widget_text .mega-block-title {
	line-height: 1.35;
	text-transform: unset;
	color: var(--black);
	font-weight: 700 !important;
	font-size: 14px !important;
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 10px 15px;
	position: relative;
	cursor: pointer;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item .widget_text .mega-block-title::before {
	content: '';
	display: inline-block;
	width: 49px;
	height: 49px;
	min-width: 49px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item .textwidget {
	font-size: 12px !important;
	color: var(--black);
	line-height: 1.58;
	padding: 12px 15px 9px;
	position: relative;
	display: none;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item .textwidget p>a {
	color: var(--dark-blue);
	text-decoration: none;
	font-weight: 500;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item .textwidget p {
	margin-bottom: 8px;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item .textwidget p:last-child {
	margin-bottom: 0;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item .widget_text .mega-block-title::after {
	content: '';
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(../img/chevron-down.svg);
	position: absolute;
	right: 16px;
	top: 28px
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item:hover,
.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item.active {
	background-color: #9EE4FF80;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item.active .textwidget:before {
	background: #0000001A;
	content: '' !important;
	position: absolute;
	height: 1px;
	width: calc(100% - 30px);
	top: 0;
	display: block !important;
	left: 15px;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item.active .widget_text .mega-block-title::after {
	transform: rotate(-180deg)
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu {
	max-height: 566px;
	overflow-y: auto;
}

/* For modern WebKit browsers (Chrome, Safari, Edge) */
.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu::-webkit-scrollbar {
	width: 6px;
	/* Thin scrollbar */
	background-color: #fafafa;
	/* Track background */
	border-radius: 10px;
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu::-webkit-scrollbar-thumb {
	background-color: #186997;
	/* Scroll thumb */
	border-radius: 10px;
}

/* Firefox */
.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu {
	scrollbar-width: thin;
	scrollbar-color: #186997 #fafafa;
	/* thumb color, track color */
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item .textwidget p>a:hover {
	text-decoration: underline
}

.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu .mega-menu-item.mega-current-menu-item>.mega-menu-link {
	background: #9EE4FF80;
}

.kids-gtranslate.mobile-translator .styledSelect {
	font-size: 16px !important;
	text-transform: uppercase;
	padding: 0 16px 0 0 !important;
}

.kids-gtranslate.mobile-translator>.elementor-widget-container {
	padding: 0 !important;
	border: 0 !important;
}

.kids-gtranslate.mobile-translator .styledSelect:after {
	transform: translateY(calc(-50% + 0px));
}

.kids-gtranslate.mobile-translator>.elementor-widget-container::before {
	display: none;
}

.kids-gtranslate.mobile-translator .styledSelect:hover .text-ellipses {
	text-decoration: none !important
}

.kids-gtranslate.mobile-translator .gt_selector .options {
	left: 50%;
	transform: translatex(-50%);
}

.kids-gtranslate.mobile-translator .gt_selector .options>li {
	min-width: 75px
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content h2:first-child,
[data-elementor-type="single-post"] .elementor-widget-theme-post-content h3:first-child,
[data-elementor-type="single-post"] .elementor-widget-theme-post-content h4:first-child,
[data-elementor-type="single-post"] .elementor-widget-theme-post-content h5:first-child,
[data-elementor-type="single-post"] .elementor-widget-theme-post-content h6:first-child {
	margin-top: 0;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content h2,
[data-elementor-type="single-post"] .elementor-widget-theme-post-content h3,
[data-elementor-type="single-post"] .elementor-widget-theme-post-content h4,
[data-elementor-type="single-post"] .elementor-widget-theme-post-content h5,
[data-elementor-type="single-post"] .elementor-widget-theme-post-content h6 {
	margin-top: 37px;
	margin-bottom: 16px;
	color: var(--dark-blue);
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content h2:first-child {
	margin-bottom: 24px
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content a {
	word-break: break-word;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content p {
	font-size: 18px;
	line-height: 1.66;
	letter-spacing: 0.02px
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content p:not(:last-child),
[data-elementor-type="single-post"] .elementor-widget-theme-post-content ul:not(:last-child) {
	margin-bottom: 16px;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content p:has(+.wp-block-buttons):not(:last-child) {
	margin-bottom: 19px
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content p:has(+ul):not(:last-child) {
	margin-bottom: 17px;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content ul li {
	padding-left: 27px;
	font-size: 18px;
	line-height: 1.66;
	font-weight: 500;
	position: relative
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content ul li:not(:last-child) {
	margin-bottom: 10px;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content ul li::after {
	content: '';
	width: 3px;
	height: 3px;
	background-color: var(--black);
	position: absolute;
	left: 12px;
	top: 12.5px;
	border-radius: 100px;
}

.elementor-widget-text-editor p:has(+ ul) {
	margin-bottom: 18px;
}

.elementor-widget-text-editor ul:has(+ p) {
	margin-bottom: 10px;
}

.kd-aside-bar .elementor-widget-text-editor p:has(+ ul + p) {
	margin-bottom: 10px;
}

.elementor-widget-text-editor ul li strong {
	font-weight: 700 !important;
}

.kd-dental-information-cards .kd-card-wrap .kd-card-img-wrap,
.kd-services-cards .kd-card-wrap .kd-card-img-wrap {
	min-height: 220px;
	padding-bottom: 59%;
}

.kd-dental-information-cards .kd-card-wrap .kd-card-content,
.kd-services-cards .kd-card-wrap .kd-card-content {
	padding: 30px 20px;
}

.kd-dental-information-cards .kd-card-wrap .kd-card-cta,
.kd-services-cards .kd-card-wrap .kd-card-cta {
	margin-top: 15px
}

.kd-dental-information-cards .kd-cards-wrapper,
.kd-services-cards .kd-cards-wrapper {
	row-gap: 30px;
}

.facetwp-type-fselect .fs-dropdown {
	padding: 10px;
}

.facetwp-facet-kd_proximity .location-results .location-result,
.facetwp-type-fselect .fs-dropdown .fs-options .fs-option {
	border-radius: 5px;
	padding: 12px 10px;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 500;
}

.facetwp-facet-kd_proximity .location-results .location-result:not(:last-child),
.facetwp-type-fselect .fs-dropdown .fs-options .fs-option:not(:last-child) {
	margin-bottom: 6px;
}

.facetwp-facet-kd_proximity .location-results .location-result:hover,
.facetwp-type-fselect .fs-dropdown .fs-options .fs-option:hover {
	background-color: #9EE4FF80;
}

.facetwp-facet-kd_proximity .location-results .location-result.active,
.facetwp-type-fselect .fs-dropdown .fs-options .fs-option.selected {
	background-color: #9EE4FF;
	pointer-events: none;
}

.kd-accordion-cta-list a {
	max-width: max-content;
}

.kd-accordion-cta-list a[href*="google.com/maps"],
.kd-accordion-cta-list a[href*="maps.google.com"],
.kd-accordion-cta-list a[href*="goo.gl/maps"],
.kd-accordion-cta-list a[href*="maps.app.goo.gl"] {
	position: relative;
	max-width: max-content
}

.kd-accordion-cta-list a[href*="google.com/maps"]::after,
.kd-accordion-cta-list a[href*="maps.google.com"]::after,
.kd-accordion-cta-list a[href*="goo.gl/maps"]::after,
.kd-accordion-cta-list a[href*="maps.app.goo.gl"]::after {
	content: "";
	width: 22px;
	height: 14px;
	position: absolute;
	left: 100%;
	top: 4px;
	background-image: url(../img/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 13px;
	padding-left: 9px;
}

.map-wrapper .map-body {
	border-radius: 10px;
	overflow: hidden;
}

.map-body .facetwp-map-filtering {
	display: none !important;
}

.kd-accordion .e-n-accordion-item-title {
	justify-content: space-between;
}

header .kd-locations-block .kd-locations-toggler {
	display: none !important;
}

.kd-locations-dropdown .kd-locations-list-wrapper {
	display: none;
}

.kd-locations-list-wrapper {
	background-color: var(--white);
	border-radius: 10px;
	padding: 10px;
}

header .kd-locations-block .kd-locations-list-wrapper {
	padding: 0;
	border-radius: 0;
}

.kd-locations-list-wrapper .kd-location-item:not(:last-child) {
	margin-bottom: 6px;
}

.kd-locations-list-wrapper .kd-location-item {
	border-radius: 5px;
}

.kd-locations-list-wrapper .kd-location-item.active {
	background-color: #9EE4FF80;
}

.kd-locations-list-wrapper .kd-location-item .state-icon {
	width: 40px;
	min-width: 40px;
	display: inline-block;
}

.kd-locations-list-wrapper .kd-location-item .state-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.kd-locations-list-wrapper .kd-location-item .kd-location-state {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 9px 30px 10px 15px;
	position: relative;
	border-radius: 5px;
	cursor: pointer;
}

.kd-locations-list-wrapper .kd-location-item:not(.active) .kd-location-state:hover {
	background-color: #9EE4FF80
}

.kd-locations-block .kd-locations-toggler::after,
.kd-locations-list-wrapper .kd-location-item .kd-location-state::after {
	content: '';
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(../img/chevron-down.svg);
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.kd-locations-block .kd-locations-toggler::after {
	right: 21px;
	/* top: 21px; */
	width: 15px;
	height: 15px;
}

.kd-locations-list-wrapper .kd-location-item .kd-location-city {
	padding: 12px 15px 9px;
	position: relative;
	display: none;
}

.kd-locations-block .kd-locations-toggler.active::after,
.kd-locations-list-wrapper .kd-location-item.active .kd-location-state::after {
	transform: translateY(-50%) rotate(-180deg);
}

.kd-locations-list-wrapper .kd-location-item .kd-location-city::after {
	content: '';
	height: 1px;
	width: calc(100% - 30px);
	background-color: #0000001A;
	position: absolute;
	left: 15px;
	top: 0;
}

.kd-locations-list-wrapper .kd-location-item .kd-location-state .state-name {
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	line-height: 1.35;
	text-decoration: none;
	padding-top: 2.25px;
}

.kd-locations-list-wrapper .kd-location-item .kd-location-state a.state-name:hover {
	text-decoration: underline;
}

.kd-locations-list-wrapper .kd-location-item .city-name {
	font-size: 12px;
	line-height: 1.58;
	color: var(--dark-blue);
	text-decoration: none;
	cursor: pointer;
	max-width: max-content;
	font-weight: 500;
}

.kd-locations-list-wrapper .kd-location-item .city-name:hover {
	text-decoration: underline
}

.kd-locations-list-wrapper .kd-location-item .city-name a {
	all: inherit;
}

.kd-locations-list-wrapper .kd-location-item .kd-city-item {
	display: flex;
	align-items: center;
	gap: 10px;
	/* justify-content: space-between; */
}

.kd-locations-list-wrapper .kd-location-item .kd-city-item:not(:last-child) {
	margin-bottom: 8px;
}

.kd-locations-list-wrapper .kd-location-item .kd-location-card-services {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	min-width: max-content;
}

.kd-locations-list-wrapper .kd-location-item .kd-location-card-services .kd-service-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.kd-locations-dropdown .kd-locations-list-wrapper {
	position: absolute;
	width: 100%;
	z-index: 1;
	top: calc(100% + 1px);
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
	z-index: 2;
}

.kd-locations-block .kd-locations-toggler {
	padding: 13px 20px;
	font-size: 18px;
	line-height: 30px;
	background-color: var(--white);
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	font-weight: 600;
}

.kd-locations-list-wrapper .kd-location-item .locations-all {
	padding: 6px 15px 8px;
	font-size: 14px;
	line-height: 19px;
	font-weight: 700;
	display: inline-block;
}

.kd-locations-list-wrapper .kd-location-item .locations-all a {
	text-decoration: none;
}

.kd-locations-list-wrapper .kd-location-item .locations-all a:hover {
	text-decoration: underline
}

.kd-locations-dropdown .kd-locations-block .kd-locations-list-wrapper {
	max-height: 415px;
	overflow: auto;
}

.kd-highlight-popup-box::-webkit-scrollbar,
body form .options::-webkit-scrollbar,
.kd-locations-dropdown .kd-locations-block .kd-locations-list-wrapper::-webkit-scrollbar {
	width: 6px;
	background-color: transparent;
	border-radius: 10px;
}

.kd-highlight-popup-box:-webkit-scrollbar-thumb,
body form .options:-webkit-scrollbar-thumb,
.kd-locations-dropdown .kd-locations-block .kd-locations-list-wrapper::-webkit-scrollbar-thumb {
	background-color: #186997;
	border-radius: 10px;
}

.kd-highlight-popup-box,
body form .options,
.kd-locations-dropdown .kd-locations-block .kd-locations-list-wrapper {
	scrollbar-width: thin;
	scrollbar-color: #186997 transparent;
}

.hp-map-section .hp-map-col .elementor-widget-image {
	height: 100%;
}

.blue-link a,
.blue-link p a {
	color: var(--dark-blue) !important;
}

.white-link a,
.white-link p a {
	color: var(--white) !important;
}

body .external-button .elementor-button {
	padding: 0 !important;
	background-color: transparent !important;
	border: 0 !important;
	color: var(--dark-blue) !important;
	font-size: 18px !important;
	line-height: 1.44 !important;
	border-radius: 0 !important;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px !important;
	display: inline-flex;
}

body .external-button .elementor-button:hover {
	text-decoration: underline
}

body .external-button .elementor-button::after {
	content: '';
	display: inline-block;
	width: 16px;
	margin-left: 11px;
	background: url('../img/external-icon.svg') no-repeat center center / contain;
	position: relative;
	bottom: 1px;
}

.external-links-cards .elementor-widget-image {
	height: 219px;
}

.kid-icon.elementor-widget-button.has-space,
.kid-icon.has-space .elementor-cta__button-wrapper,
.kid-icon.has-space .wp-element-button {
	padding-left: 58px
}

.kd-locations-main .kd-locations-state-title {
	margin-top: 0;
	color: var(--dark-blue);
}

.kd-locations-main .kd-locations-block:not(:last-child) {
	margin-bottom: 60px;
}

.kd-locations-main .kd-locations-cards-wrap {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.kd-locations-main .kd-locations-cards-wrap .kd-locations-card {
	background-color: #00000008;
	padding: 26px 20px 25px;
	border-radius: 10px;
	width: calc(25% - 12px);
}

.kd-locations-main .kd-locations-cards-wrap .kd-location-card-title {
	font-size: 24px;
	font-family: 'Montserrat';
	font-weight: 700;
	line-height: 1.25;
	margin-top: 0;
}

.kd-locations-main .kd-locations-cards-wrap .kd-location-card-title a {
	text-decoration: none;
	box-shadow: unset;
	outline: none;
}

.kd-locations-main .kd-locations-cards-wrap .kd-location-card-title a:hover {
	text-decoration: underline;
}

.kd-locations-main .kd-locations-cards-wrap .kd-location-card-brand {
	font-weight: 700;
	line-height: 1.11;
	margin-top: 15px;
	font-size: 18px;
	color: var(--dark-blue);
}

.kd-locations-main .kd-locations-cards-wrap .kd-location-card-address {
	font-size: 16px;
	line-height: 1.25;
}

.kd-locations-main .kd-locations-cards-wrap .kd-location-card-brand a,
.kd-locations-main .kd-locations-cards-wrap .kd-location-card-address a {
	text-decoration: none;
	font-weight: inherit;
	color: inherit;
}

.kd-locations-main .kd-locations-cards-wrap .kd-location-card-brand a:hover,
.kd-locations-main .kd-locations-cards-wrap .kd-location-card-address a:hover {
	text-decoration: underline;
}

.kd-locations-main .kd-locations-cards-wrap .kd-location-card-address p:not(:last-child) {
	margin-bottom: 8px;
}

.kd-locations-main .kd-locations-cards-wrap .kd-location-card-services {
	display: flex;
	flex-wrap: wrap;
	margin-top: 13px;
	gap: 16px;
}

.kd-locations-main .kd-locations-cards-wrap .kd-location-card-services .kd-service-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.location-welcome-text {
	font-size: 28px;
	line-height: 1.5;
	font-weight: 500;
}

/* .kd-coupen-main .kd-coupen-card .coupen-content .kd-coupen-price-amount {
	font-size: 110px;
	font-family: 'Lilita One', sans-serif !important;
	color: #fff; 
	-webkit-text-stroke: 6px var(--dark-blue);
	position: relative;
	line-height: 1;
	letter-spacing: -5px;
} */
/* .kd-coupen-main .kd-coupen-card .coupen-content .kd-coupen-price .dollar {
	font-size: 70px;
	font-family: 'Lilita One', sans-serif !important;
	display: inline-block;
	-webkit-text-stroke: 5px var(--dark-blue);
	text-shadow: 2px 2px 0px var(--dark-blue), 3px 2px 0px var(--dark-blue), 2px 3px 0px var(--dark-blue);
	line-height: 1;
	color: var(--white);
	margin-bottom: 26px;
} */
.kd-services-highlights {
	display: flex;
	gap: 30px;
	justify-content: center;
	flex-wrap: wrap;
}

.kd-services-highlights .kd-highlight-card {
	width: calc(33.33% - 20px)
}

.kd-services-highlights .highlight-featured-image {
	position: relative;
	/* padding-bottom: 100%; */
	height: 370px;
}

.kd-services-highlights .highlight-featured-image img {
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kd-services-highlights .highlight-content {
	padding: 24px 15px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.kd-services-highlights .highlight-content .highlight-title {
	margin-top: 0;
	text-align: center;
	color: var(--red);
}

.kd-providers-main {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: center;
}

.kd-providers-main .kd-provider-card {
	width: calc(33.33% - 20px);
	display: flex;
	flex-direction: column;
}

.kd-providers-main .kd-provider-card .kd-provider-image {
	position: relative;
	/* padding-bottom: 94.5%; */
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	min-height: 350px;
}

.kd-providers-main .kd-provider-card .kd-provider-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
	transition: 0.3s all;
}

.kd-providers-main .kd-provider-card .kd-provider-name a {
	text-decoration: none;
	color: inherit;
	font-weight: inherit;
}

.kd-providers-main .kd-provider-card .kd-provider-name a:hover {
	text-decoration: underline;
}

.kd-providers-main .kd-provider-card .kd-provider-image a:hover img {
	transform: scale(1.1);
}

.kd-providers-main .kd-provider-card .kd-provider-info {
	padding: 30px 30px 44px;
	background-color: var(--dark-blue);
	border-radius: 0 0 10px 10px;
	flex: 1;
}

.kd-providers-main .kd-provider-card .kd-provider-name {
	margin-top: 0;
	color: var(--white);
}

.kd-providers-main .kd-provider-card .kd-provider-name a {
	text-decoration: none;
}

.kd-providers-main .kd-provider-card .kd-provider-specialty {
	color: var(--yellow);
	font-size: 24px;
	font-weight: 700;
	margin-top: 5px;
	line-height: 1.25;
	margin-bottom: 0;
	cursor: pointer;
	max-width: max-content;
}

.kd-providers-main .kd-provider-card .kd-provider-specialty a {
	all: inherit;
	margin: 0;
}

.kd-providers-main .kd-provider-card .kd-provider-specialty a:hover {
	text-decoration: underline;
}

.kd-providers-main .kd-provider-card .kd-provider-link {
	padding-top: 10px;
	display: inline-block;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 700;
	color: #9EE4FF;
	text-underline-offset: 12px;
	text-decoration-thickness: 2px;
}

.kd-testimonial-main .kd-testimonial-content p {
	text-align: center;
	margin-bottom: 0;
}

.kd-testimonial-main .kd-testimonial-content .kd-testimonial-text {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 500;
}

.kd-testimonial-main .kd-testimonial-content .kd-testimonial-author {
	font-weight: 700;
	font-size: 24px;
	margin-top: 16px;
	line-height: 1.25;
}

.kd-testimonial-main .kd-testimonial-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.kd-testimonial-main .kd-testimonial-content .quote-icon {
	display: inline-block;
	height: 104px;
	width: 137px;
	margin-bottom: 40px;
	background-image: url('../img/quote-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}

.kd-faq-main .kd-faq-block .kd-faq-title {
	margin-top: 0;
	text-align: center;
}

.kd-faq-main .kd-faq-content {
	margin-top: 20px;
}

.kd-faq-main .kd-faq-item:not(:last-child) {
	margin-bottom: 16px;
}

.kd-faq-main .kd-faq-block:not(:last-child) {
	margin-bottom: 50px;
}

.kd-faq-main .kd-faq-item {
	border-radius: 8px;
	background-color: var(--white);
}

.kd-faq-main .kd-faq-item .kd-faq-header {
	margin: 0;
	padding: 20px 45px 20px 20px;
	cursor: pointer;
	font-weight: 600;
	font-family: 'Montserrat';
	position: relative;
}

.kd-faq-main .kd-faq-item .kd-faq-header::after {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	right: 21px;
	top: 50%;
	transform: translateY(-50%);
	background: url("../img/chevron-down.svg") no-repeat center;
	background-size: contain;
}

.kd-faq-archive.kd-faq-main .kd-faq-item {
	background-color: #9EE4FF80;
}

.kd-faq-main .kd-faq-item .kd-faq-header.active::after {
	transform: translateY(-50%) rotate(180deg);
}

.kd-faq-main .kd-faq-item .kd-faq-body {
	padding: 10px 20px 20px;
	display: none;
}

.kd-location-community-card .kd-community-cta a:hover {
	background-color: var(--dark-blue);
	color: var(--white);
}

.kd-location-community-cards {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: center;
}

.kd-location-community-cards .kd-location-community-card {
	width: calc(33.33% - 20px);
	display: flex;
	flex-direction: column;
}

.kd-location-community-card .kd-community-featured-image {
	position: relative;
	padding-bottom: 88.7%;
}

.kd-location-community-card .kd-community-featured-image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}

.kd-location-community-card .kd-location-community-card-content {
	background-color: var(--white);
	border-radius: 0 0 10px 10px;
	--content-padding: 20px;
	padding-left: var(--content-padding);
	padding-top: var(--content-padding);
	padding-right: var(--content-padding);
	flex: 1;
	display: flex;
	flex-direction: column;
}

.kd-location-community-card .kd-location-community-card-content .kd-location-community-card-title {
	margin-top: 0;
}

.kd-location-community-card .kd-community-cta {
	display: flex;
	width: calc(100% + 2 * var(--content-padding));
	margin-left: calc(-1 * var(--content-padding));
	padding-top: 20px;
	margin-top: auto;
}

.kd-location-community-card .kd-community-cta a {
	background-color: var(--red);
	text-decoration: none;
	color: var(--white);
	font-size: 20px;
	line-height: 1.1;
	width: 100%;
	text-align: center;
	padding: 20px;
	border-radius: 0 0 10px 10px;
}

.kd-location-community-card .kd-location-community-card-description {
	margin-bottom: 0;
	margin-top: 10px;
}

.welcome-families-block .wp-video-shortcode::after {}

.welcome-families-block .wp-video-shortcode::before {}

.welcome-families-block h2,
.welcome-families-block h3 {
	margin-top: 0;
	margin-bottom: 24px;
	text-align: center;
	color: var(--dark-blue);
	text-transform: capitalize;
}

.coupen-section .welcome-families-block:not(:has(.elementor-shortcode>*)) {
	display: none
}

.welcome-families-block h3 {
	color: var(--red);
}

.welcome-families-block p:not(:first-child) {
	margin-top: 27px;
	text-align: center;
}

.welcome-families-block img,
.welcome-families-block .wp-video,
.welcome-families-block .wp-video-shortcode,
.welcome-families-block p:has(video:only-child) {
	width: 100% !important;
}

.welcome-families-block p:has(video:only-child) {
	position: relative;
}

.welcome-families-block p:has(video:only-child)::before,
.welcome-families-block p:has(video:only-child)::after,
.welcome-families-block .wp-video-shortcode::after,
.welcome-families-block .wp-video-shortcode::before {
	content: '';
	width: 100px;
	height: 100px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: -1;
}

.welcome-families-block p:has(video:only-child)::after,
.welcome-families-block .wp-video-shortcode::after {
	left: -154px;
	width: 278px;
	height: 316px;
	bottom: -21px;
	background-image: url(../img/left-bold.png);
}

.welcome-families-block p:has(video:only-child)::before,
.welcome-families-block .wp-video-shortcode::before {
	right: -154px;
	width: 355px;
	height: 593px;
	bottom: -35px;
	background-image: url(../img/right-bold.png);
}

.kd-location-info h2 {
	margin-top: 0;
	margin-bottom: 24px;
	color: var(--dark-blue);
}

.services-heighlight::before {
	width: 1441px;
	left: 50%;
	transform: translatex(-50%);
	border-radius: 1500px;
	min-height: 1441px;
	top: 85px;
}

.kd-highlight-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kd-highlight-popup-box {
	background: #fff;
	padding: 40px 30px;
	max-width: 600px;
	width: 90%;
	position: relative;
	border-radius: 10px;
	max-height: 90%;
	overflow: auto;
}

.kd-highlight-popup-close,
.kd-highlight-popup-close:focus {
	position: absolute;
	top: 10px;
	right: 15px;
	background: none;
	border: none;
	cursor: pointer;
	outline: none !important;
	background-color: var(--yellow);
	background-image: url('../img/cross-icon-red.svg');
	width: 30px;
	height: 30px;
	padding: 0 !important;
	transition: 0.3s all;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
}

.kd-highlight-popup-inner .kd-popup-title {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 0;
}

.kd-highlight-popup-close:hover {
	opacity: 0.8;
	background-color: var(--yellow);
}

body.loc-popup-opens {
	overflow: hidden
}

.insurance-banner .insurance_button {
	min-width: max-content;
}

.insurance-banner .insurance-description-block {
	flex: 1;
}

.insurance-banner .insurance-button-block,
.insurance-banner .insurance-title-block {
	width: max-content;
	max-width: 270px;
}

.kd-services-highlights .highlight-featured-image:not(:has(img)) {
	border-radius: 10px;
	background: url('../img/twinkle-standing.png') no-repeat center / auto;
	background-color: var(--dark-blue);
}

.kd_office_info .elementor-widget-container {
	position: relative;
	padding-left: 28px;
}

.kd_office_info.address .elementor-widget-container::before,
.kd_office_info.number .elementor-widget-container::before,
.kd_office_info.timing .elementor-widget-container::before {
	content: '';
	position: absolute;
	left: -3px;
	top: 5px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.kd_office_info.address .elementor-widget-container::before {
	background-image: url('../img/pin-icon.svg');
}

.kd_office_info.number .elementor-widget-container::before {
	background-image: url('../img/phone.svg');
}

.kd_office_info.timing .elementor-widget-container::before {
	background-image: url('../img/clock.svg');
}

.kd_office_info a {
	font-weight: inherit !important
}

.kd_office_info.timing .elementor-widget-container>p {
	text-wrap-style: pretty;
}

.kd-loaction-top-nav .location-title-text {
	margin: 0
}

.kd-loaction-top-nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.kd-loaction-top-nav .nav-block:not(:last-child) {
	margin-right: 20px;
	padding-right: 20px;
	position: relative;
}

.kd-loaction-top-nav .nav-block:not(:last-child)::after {
	content: '';
	width: 1px;
	height: 22px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translatey(-50%);
}

.kd-loaction-top-nav .nav-block.loctaion-number .location-number-text,
.kd-loaction-top-nav .nav-block.loctaion-address .location-address-text {
	padding-left: 13px;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 500;
	cursor: pointer;
}

.kd-loaction-top-nav .nav-block.loctaion-address .location-address-text:not(:has(a)) {
	cursor: auto;
}

.kd-loaction-top-nav .nav-block.loctaion-number .location-number-text:hover,
.kd-loaction-top-nav .nav-block.loctaion-address .location-address-text:has(a):hover {
	text-decoration: underline;
}

.kd-loaction-top-nav .nav-block.loctaion-number .location-number-text a,
.kd-loaction-top-nav .nav-block.loctaion-address .location-address-text a {
	all: inherit;
	padding: 0;
}

.kd-loaction-top-nav .nav-block.loctaion-number,
.kd-loaction-top-nav .nav-block.loctaion-address {
	position: relative;
	display: flex;
	align-items: center;
}

.kd-loaction-top-nav .nav-block.loctaion-number:before,
.kd-loaction-top-nav .nav-block.loctaion-address:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.kd-loaction-top-nav .nav-block.loctaion-number:before {
	background-image: url('../img/phone-icon-red.svg');
}

.kd-loaction-top-nav .nav-block.loctaion-address:before {
	background-image: url('../img/pin-icon-red.svg');
}

.kd-loaction-top-nav .nav-block.text-link .elemntor-button {
	font-size: 20px;
	font-family: 'Lilita One', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--red);
}

.kd-loaction-top-nav .nav-block.text-link .elemntor-button:hover {
	text-decoration: underline;
}

.kd-testimonial-slider .swiper-slide {
	align-content: center;
	height: auto;
}

.kd-highlight-popup-inner .kd-popup-title:empty {
	display: none
}

.kd-locations-main.state-locations .kd-locations-state-title {
	text-align: center;
}

.kd-locations-main.state-locations .kd-locations-cards-wrap {
	margin-top: 50px;
	justify-content: center;
}

.kd-locations-main.state-locations .kd-locations-cards-wrap .kd-locations-card {
	background-color: var(--white);
	width: calc(33.33% - 10.64px)
}

.kd-locations-main.state-locations.city-cards .kd-locations-cards-wrap .kd-locations-card {
	background-color: rgba(0, 0, 0, 0.03);
}

body:not(.elementor-editor-active) .kid-hide-page-dk,
body:not(.elementor-editor-active) .location-faq-section:not(:has(.kd-faq-main)),
body:not(.elementor-editor-active) .location-community-main:not(:has(.kd-location-community-cards)),
body:not(.elementor-editor-active) .location-gallery:not(:has(.kd-gallery))>.e-con-inner .elementor-widget-shortcode,
body:not(.elementor-editor-active) .testimonial-main:not(:has(.kd-testimonial-main)),
body:not(.elementor-editor-active) .location-providers:not(:has(.kd-providers-main)),
body:not(.elementor-editor-active) .location-office-info:not(:has(.kd_office_info.address, .kd_office_info.number, .kd_office_info.timing)),
body:not(.elementor-editor-active) .insurance-banner:not(:has(.insurance-description-block .insurance_desc, .insurance-button-block .elementor-button)),
body:not(.elementor-editor-active) .services-heighlight:not(:has(.kd-services-highlights)),
body:not(.elementor-editor-active) .kd-location-info:not(:has(.elementor-widget-text-editor)),
body:not(.elementor-editor-active) .coupen-section:not(:has(.welcome-families-block .elementor-shortcode>*, .coupen-cards .kd-coupen-main)),
body:not(.elementor-editor-active) .location-top-nav-block:not(:has(.kd-loaction-top-nav)) {
	display: none !important;
}

body:not(.elementor-editor-active) .location-gallery:not(:has(.kd-gallery))>.e-con-inner>.elementor-element {
	margin-top: 0 !important
}

.location-single-social .location-single-social-icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

.location-single-social .social-follow-text {
	margin-right: 15px;
}

.location-single-social .social-icon-wrap {
	display: flex;
	gap: 15px;
}

.location-single-social .social-icon-wrap>div {
	display: inline-block;
}

.location-single-social .social-icon-wrap a {
	display: inline-block;
}

.location-single-social .social-icon-wrap a svg {
	width: 32px;
	height: 40px;
	color: var(--red)
}

.location-single-social .social-icon-wrap a svg path {
	fill: var(--red)
}

.location-single-social .location-single-iframe-wrap {
	margin-top: 50px
}

.location-single-social .location-single-iframe-wrap iframe {
	min-width: 100% !important;
}

body.post-type-archive-profiles .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.why-us-dropdown>a.mega-menu-link::before,
body.tax-service_category .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.services-dropdown>a.mega-menu-link::before,
body.single-locations .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.locations-dropdown>a.mega-menu-link::before,
body .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.education-dropdown:has(.current_nav_item)>a.mega-menu-link::before {
	opacity: 1 !important;
	visibility: visible !important;
	background-color: var(--dark-blue) !important;
}

body.post-type-archive-profiles .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.why-us-dropdown:hover>a.mega-menu-link::before,
body.tax-service_category .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.services-dropdown:hover>a.mega-menu-link::before,
body.single-locations .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.locations-dropdown:hover>a.mega-menu-link::before,
body .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.education-dropdown:hover>a.mega-menu-link::before {
	background-color: var(--red) !important;
}

.header-main-wrapper .mega-kd-accordions-dropdown .kd-item:has(.current_nav_item),
.mega-locations-dropdown>.mega-sub-menu .kd-location-item:has(.current_nav_item),
body.post-type-archive-profiles .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item:has(.profile-archive),
body.page-id-35 .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item:has(.why-us-link),
body.tax-service_category.term-dental .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item:has(.dental),
body.tax-service_category.term-vision .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item:has(.vision),
body.tax-service_category.term-orthodontics .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item:has(.orthodontics) {
	background: #9EE4FF80 !important;
}

.header-main-wrapper .mega-kd-accordions-dropdown .kd-item a.current_nav_item,
.mega-locations-dropdown>.mega-sub-menu .kd-location-item a.current_nav_item {
	text-decoration: underline !important;
}

.kd-coupen-main {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}

.kd-coupen-main .kd-coupen-card {
	background-color: var(--yellow);
	border-radius: 20px;
	padding: 25px;
	width: calc(50% - 15px);
	display: flex;
	flex-direction: column;
	gap: 13px;
	justify-content: space-between;
}

.kd-coupen-main .kd-coupen-card .kd-coupen-title {
	margin-top: 0;
	/* font-family: 'Montserrat'; */
	font-weight: 400;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.1;
	color: var(--red);
}

.kd-coupen-main .kd-coupen-card .coupen-content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	max-width: max-content;
	margin: 0 auto;
	min-height: 120px;
	flex-wrap: wrap;
}

.kd-coupen-main .kd-coupen-card .coupen-content .kd-coupen-price {
	display: flex;
	align-items: center;
	z-index: 1;
	position: relative;
}

.kd-coupen-main .kd-coupen-card .coupen-content .kd-coupen-price::before {
	content: '';
	width: 154px;
	height: 120px;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url('../img/price-bg.svg') no-repeat center / contain;
}

.kd-coupen-main .kd-coupen-card .coupen-content .kd-coupen-price-amount {
	font-size: 106px;
	-webkit-text-stroke: 8px #054E93;
	font-family: 'Lilita One', sans-serif !important;
	line-height: 1;
	letter-spacing: -6px;
	color: #fff;
	text-transform: uppercase;
}

[lang="es"] .kd-coupen-main .kd-coupen-card .coupen-content .kd-coupen-price-amount {
	font-size: 70px;
	letter-spacing: -5px;
	-webkit-text-stroke: 7px #054E93;
}

[lang="es"] .kd-coupen-main .kd-coupen-card .kd-coupen-text {
	font-size: 28px;
}

.kd-coupen-main .kd-coupen-card .coupen-content .kd-coupen-price sup {
	position: relative;
	top: -0.45em;
	font-size: 62%;
	font-family: 'Lilita One', sans-serif !important;
	-webkit-text-stroke: 4px #054E93;
}

body:not(.elementor-editor-active) .coupen-section:not(:has(+ .kd-location-info .elementor-widget-text-editor))>.e-con-inner {
	padding-bottom: 0 !important
}

.kd-coupen-main .kd-coupen-card .coupen-decription {
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	color: #054E93;
	line-height: 1.25;
}

.kd-coupen-main .kd-coupen-card .kd-coupen-text {
	font-size: 32px;
	font-family: 'Lilita One', sans-serif;
	color: #054E93;
	line-height: 1.1;
	max-width: 200px;
}

html[lang="es"] .kd-coupen-main .kd-coupen-card .kd-coupen-text {
	max-width: 192px;
}

.kd-location-single-office-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.kd-location-single-office-info .elementor-widget-container {
	font-size: 22px;
	font-weight: 500;
	color: var(--white);
	line-height: 1.45;
}

.kd-location-single-office-info .elementor-widget-container a {
	text-decoration: none;
	color: inherit;
}

.kd-location-single-office-info .elementor-widget-container a:hover {
	text-decoration: underline;
	color: inherit
}

.kd-location-single-office-info li:not(:first-child) {
	margin-top: 16px;
}

html body .community-partner .gform_wrapper form .gform_footer input[type="submit"] {
	width: auto !important
}

html body .community-partner .gform_wrapper form .gform_footer {
	padding-top: 24px;
	justify-content: flex-start;
}

.kd-coupen-main.brand-coupen .kd-coupen-card {
	width: 100%;
}

.elementor-widget-image a {
	width: 100%;
}

.kd-events-accordions+.kd-events-accordions {
	margin-top: 40px;
}

.kd-events-accordions .heading-title,
.kd-event-accordions-wrap .event-venue h5 {
	margin-top: 0;
}

.kd-events-accordions .kd-event-title {
	margin-bottom: 20px;
}

.kd-event-accordions-wrap:not(:last-child) {
	margin-bottom: 16px;
}

.kd-event-accordions-wrap .event-acc-header {
	padding: 20px 20px 19px;
	background-color: var(--light-blue);
	border-radius: 8px;
	position: relative;
	padding-right: 45px;
	cursor: pointer;
}

.kd-event-accordions-wrap .event-acc-header::after {
	content: '';
	width: 16px;
	height: 18px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translatey(-50%);
	background: url(../img/accordion-down.svg) no-repeat center / contain;
}

.kd-event-accordions-wrap.active .event-acc-header::after {
	transform: translatey(-50%) rotate(-180deg);
}

.kd-event-accordions-wrap.active .event-acc-header {
	margin-bottom: 16px;
}

.kd-event-accordions-wrap .event-acc-header .event-acc-title {
	margin-top: 0;
	font-family: 'Montserrat';
	font-weight: 600;
}

.kd-event-accordions-wrap .event-acc-body {
	border-radius: 10px;
	padding: 20px;
	border: 1px solid #0000001A;
	display: none;
}

.kd-event-accordions-wrap .event-venue {
	margin-top: 8px;
}

.kd-event-accordions-wrap .event-information {
	margin-top: 12px;
	padding: 21px 20px 19px 19px;
	background-color: rgba(0, 0, 0, 0.03);
	border-radius: 10px;
}

.kd-event-accordions-wrap .event-content-wrap:not(:first-child) {
	margin-top: 31px;
}

.kd-event-accordions-wrap .event-contact-info .kd-accordion-cta-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.kd-event-accordions-wrap .event-contact-info .kd-accordion-cta-list li {
	padding-left: 31px;
	font-size: 16px;
	line-height: 1.63em;
	font-weight: 500;
	position: relative;
}

.kd-event-accordions-wrap .event-contact-info .kd-accordion-cta-list li:not(:last-child) {
	margin-bottom: 10px
}

.kd-event-accordions-wrap .event-contact-info .kd-accordion-cta-list li:before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 4px;
}

.kd-event-accordions-wrap .event-contact-info .kd-accordion-cta-list li.address:before {
	background: url(../img/pin-icon-blue.svg) no-repeat center / contain;
}

.kd-event-accordions-wrap .event-contact-info .kd-accordion-cta-list li.phone:before {
	background: url(../img/phone-blue.svg) no-repeat center / contain;
}

.kd-event-accordions-wrap .event-contact-info .kd-accordion-cta-list li a:hover,
.kd-event-accordions-wrap .event-contact-info .kd-accordion-cta-list li a {
	padding: 0;
	position: relative;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.kd-event-accordions-wrap .event-information .event-address {
	margin-bottom: 18px;
}

.kd-event-accordions-wrap .event-contact-info .kd-accordion-cta-list li a {
	text-decoration: none;
}

.kd-event-accordions-wrap .event-contact-info .kd-accordion-cta-list li a:hover {
	text-decoration: underline
}

.kd-booking-button:not(:has(.kd_online_booking_button)),
.notifictaion-top-nav-block:not(:has(.elementor-widget-text-editor)),
.kd-locations-main .kd-locations-cards-wrap .kd-location-card-services:not(:has(.kd-service-icon)) {
	display: none
}

.kd_online_booking_button {
	text-align: center
}

html body .gform_wrapper form .gform_fields .gfield.two-col-check .gfield_checkbox .gchoice,
html body .gform_wrapper form .gform_fields .gfield.gfield--type-choice .ginput_container_consent {
	cursor: pointer;
}

body:has(.is-loading) {
	overflow: hidden
}

body:has(.is-loading) .kd-loader-wrapper {
	opacity: 1;
	visibility: visible;
}

.kd-loader-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	top: 0;
	left: 0;
	z-index: 1111;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
}

.locations-search:has(#autocomplete-results.kd_loading) .reset-mark::after,
.kd-loader {
	width: 50px;
	padding: 8px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--dark-blue);
	--_m:
		conic-gradient(#0000 10%, #000),
		linear-gradient(#000 0 0) content-box;
	-webkit-mask: var(--_m);
	mask: var(--_m);
	-webkit-mask-composite: source-out;
	mask-composite: subtract;
	animation: l3 1s infinite linear;
	margin: auto;
}

@keyframes l3 {
	to {
		transform: rotate(1turn)
	}
}

.locations-search:has(#autocomplete-results.kd_loading) .reset-mark {
	background-image: none;
	display: flex;
    align-items: center;
    justify-content: center;
}

.locations-search:has(#autocomplete-results.kd_loading) .reset-mark::after {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	background: var(--red); 
}

.kd-locations-main.kd-map-cards .kd-locations-cards-wrap .kd-locations-card {
	width: 100%;
	background-color: transparent !important;
	padding: 0 !important
}

.kd-locations-main.kd-map-cards .kd-locations-cards-wrap {
	margin: 0 !important
}

.map-body .gm-style-iw.gm-style-iw-c {
	max-width: 350px !important;
	padding-left: 20px;
	max-height: 280px !important;
}

.map-body .gm-style-iw-d {
	padding-right: 10px;
	padding-bottom: 10px;
}

.map-body .gm-ui-hover-effect {
	width: 40px !important;
	height: 40px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	opacity: 1 !important;
	transition: 0.3s all;
}

.map-body .gm-ui-hover-effect span {
	margin: 0 !important;
	mask-image: unset !important;
	background-image: url('../img/cross-icon-black.svg') !important;
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center;
}

.kd-map-popup .maplibregl-popup-content .maplibregl-popup-close-button {
	width: 32px !important;
	height: 32px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	opacity: 1 !important;
	transition: 0.3s all;
	background-image: url('../img/cross-icon-black.svg') !important;
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center;
	color: transparent !important;
}

.kd-map-popup .maplibregl-popup-content .maplibregl-popup-close-button:hover,
.map-body .gm-ui-hover-effect:hover {
	opacity: 0.7 !important;
}

.map-wrapper .map-body .GMAMP-maps-pin-view {
	width: 24px !important;
	background: url(../img/pin-icon-blue.svg) no-repeat center / contain
}

.map-wrapper .map-body .GMAMP-maps-pin-view>svg {
	opacity: 0;
}

.hp-map-col .elementor-widget-shortcode,
.hp-map-col .elementor-shortcode {
	height: 100%;
}

.hp-map-col .elementor-shortcode img,
.hp-map-col .elementor-shortcode iframe {
	height: 100%;
	width: 100%;
}

.hp-map-col .elementor-shortcode img {
	object-fit: cover
}

/* cookiebot style */
/* Branding on the banner */
body a#CybotCookiebotDialogPoweredbyCybot,
body div#CybotCookiebotDialogPoweredByText {
	display: none;
}

body #CybotCookiebotDialogHeader {
	display: none;
}

/* Branding on the widget */
body #CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
	display: none;
}

body div.CookiebotWidget-main-logo {
	display: none
}

/* Branding on the banner */
body a#CybotCookiebotDialogPoweredbyCybot,
body div#CybotCookiebotDialogPoweredByText {
	display: none;
}

/* Branding on the widget */
body #CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
	display: none !important;
}

body div.CookiebotWidget-main-logo {
	display: none !important;
}

body #CybotCookiebotDialog *,
body #CybotCookiebotDialogBodyUnderlay * {
	Font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

body #CybotCookiebotDialog h2,
body #CybotCookiebotDialogBodyContentTitle.CybotCookiebotDialogBodyContentHeading {
	font-family: 'Lilita One', sans-serif !important;
	font-size: 40px;
	line-height: 1;
	color: var(--dark-blue);
	font-weight: 400;
}

body #CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBulkConsentCount {
	align-self: flex-start;
}

body #CybotCookiebotDialog h2 * {
	font-size: 40px;
} 

body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
body #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type),
body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change,
body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw,
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonDecline {
	Font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1;
	padding: 14px 34px 14px 34px !important;
	position: relative;
}

body #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieGroup:not(.open):hover,
body #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo {
	background-color: #F7F7F7 !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider {
	background-color: rgba(0,0,0,0.5) !important;
}

#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
	background-color: var(--dark-blue) !important;
} 

body #CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
body #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
body #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,
body #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,
body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
body #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,
body #CybotCookiebotDialogDetailBodyContentTextAbout a {
	color: var(--dark-blue) !important;
	line-height: 1.44 !important;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px !important;
	font-weight: 700;
}

body .CybotCookiebotDialogDetailBodyContentCookieLink::after {
	content: '';
	display: inline-block;
	width: 16px;
	margin-left: 11px;
	background: url(../img/external-icon.svg) no-repeat center center / contain;
	position: relative;
	bottom: 1px;
	height: 16px;
}

body .CybotCookiebotDialogDetailBodyContentCookieLink img {
	display: none
}

body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change,
body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
	text-transform: capitalize;
}

body #CybotCookiebotDialog .CybotCookiebotScrollContainer,
body #CybotCookiebotDialogNav {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

body div#CybotCookiebotDialogNav .CybotCookiebotDialogNavItem,
body div#CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonLabel strong,
body div#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink,
body #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:not(:disabled):not(.disabled),
body #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:not(:disabled):not(.disabled),
body #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper input[type=checkbox],
body #CybotCookiebotDialog button,
body #CybotCookiebotDialog input,
body #CybotCookiebotDialog label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) {
	text-transform: capitalize;
}

body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
	font-weight: 600;
	font-size: 16px
}

body #CybotCookiebotDialogDetailBulkConsentLink:hover,
body #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
	border-bottom-color: var(--dark-blue) !important;
	color: var(--dark-blue) !important;
	border-width: 2px !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
	color: var(--dark-blue) !important;
}

body div#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li,
body div#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li {
	Font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

body #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:not(:disabled):not(.disabled) {
	display: flex;
}

body #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogHeader {
	display: none;
}

body #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogTabContent {
	margin-left: 0;
}

body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	font-size: 20px !important;
	line-height: 1.1;
	font-weight: 700 !important;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	text-decoration: none;
	box-sizing: border-box;
	color: var(--white);
	background-color: var(--red);
	border: 2px solid var(--red);
	padding: 16px 38px 16px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	border-radius: 50px;
	-webkit-appearance: none;
	transition: all 0.3s;
	max-width: 100%;
	text-transform: capitalize;
	outline: none;
	height: auto !important
}

body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept:hover,
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept:hover,
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover {
	text-decoration: none;
	background-color: var(--white);
	color: var(--red);
}

body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change *,
body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw * {
	color: #fff;
}

body #CookiebotWidget:not(.CookiebotWidget-inactive) {
	display: none;
}

body #CookiebotWidget {
	display: none;
}

body #CybotCookiebotDialog.CybotEdge:not([lang=ta]):not([lang=bg]):not([lang=is]):not([lang=el]) #CybotCookiebotDialogTabContent {
	margin-left: 0;
}

body #CybotCookiebotDialogBodyUnderlay * {
	Font-family: "Montserrat", Arial, Helvetica, sans-serif;
	color: #292929;
}

body #CybotCookiebotDialog * {
	Font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

body #CybotCookiebotDialogBodyEdgeMoreDetailsLink:hover {
	text-decoration: underline !important;
}

body #CybotCookiebotDialogBodyContentText p a:hover,
body #CybotCookiebotDialogBodyContentText p a:hover {
	text-decoration: underline !important;
}

#CybotCookiebotDialogBodyContentText p a:hover font {
	text-decoration: underline !important;
}

body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
body #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
body #CybotCookiebotDialogBodyLevelButtonCustomize,
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
body #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type),
body #CybotCookiebotDialogBodyLevelButtonCustomize,
body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
body #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type) {
	font-family: "Brother 1816", sans-serif;
	text-transform: none;
	border-radius: 10px;
	Font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
	outline: 2px solid #000000;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5);
}

.kd-map-container #map { 
	width: 100%; 
	height: 430px; 
	border-radius: 10px;
	margin-bottom: 50px;
}

.locations-search { 
	position: relative;
}

#autocomplete-results {
	position: absolute;
	top: 100%; 
	left: 0; 
	right: 0;
	background: white;
	border: 1px solid #ddd;
	max-height: 200px;
	overflow-y: auto;
	width: 100%;
	z-index: 1000;
	border-radius: 10px;
    top: calc(100% + 1px);
    border: 0 solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    padding: 10px;
}

#autocomplete-results .autocomplete-item {
	border-radius: 5px;
    padding: 12px 10px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
	cursor: pointer
}

#autocomplete-results .autocomplete-item:hover {
	background-color: #9EE4FF80;
}

#autocomplete-results .autocomplete-item:not(:last-child) {
    margin-bottom: 6px;
}

.kd-map-popup .maplibregl-popup-content {
	padding: 32px 20px 20px;
	min-width: 270px;
	border-radius: 10px;
}

.kd-locations-main .kd-locations-cards-wrap .kd-location-distance{
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
}

.reset-mark {
	position: absolute;
	width: 46px;
	height: 46px;
	top: 50%;
	right: 7px;
	transform: translatey(-50%);
	background: url('../img/search-icon-red.svg') center center / 16px no-repeat;
	border-radius: 6px;
	background-color: var(--yellow);
	cursor: pointer;
	transition: 0.3s all;
}

.reset-mark:hover {
	opacity: 0.85;
}

.reset-mark.is_active {
	background: url('../img/cross-icon-red.svg') center center / 16px no-repeat;
	background-color: var(--yellow);
}

#autocomplete-results.kd_loading {
	overflow: hidden
}
 
#autocomplete-results.kd_loading::after {
	content: '';
	position: absolute;
	border-radius: inherit;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	top: 0;
	left: 0;
}

/*             
#autocomplete-input { width: 100%; padding: 10px; font-size: 16px; }

.autocomplete-item {
	padding: 10px;
	cursor: pointer;
}
.autocomplete-item:hover {
	background: #f0f0f0;
}
.map-container { display: flex; flex-direction: column; gap: 20px; }

.error-message { color: red; padding: 10px; }
.kd-locations-main { width: 100%; }
.kd-locations-blocks { display: flex; flex-direction: column; gap: 30px; }
.kd-locations-block { margin-bottom: 30px; }
.kd-locations-state-title { font-size: 24px; margin-bottom: 15px; }
.kd-locations-cards-wrap { display: flex; flex-wrap: wrap; gap: 20px; }
.kd-location-card-title a { text-decoration: none; color: #333; }
.kd-location-card-brand { margin: 10px 0; }
.kd-location-card-address a { color: #007cba; text-decoration: none; }
.kd-location-card-services { display: flex; gap: 10px; margin-top: 10px; }
.kd-service-icon { display: inline-block; width: 24px; height: 24px; background-size: cover; }
.no-locations { padding: 20px; text-align: center; color: #666; }
.elementor-widget-container { width: 100%; }
.location-container, .location-wrapper { width: 100%; }
*/

.loc-single-map #locations-panel {
	display: none !important
}

.loc-single-map .elementor-shortcode > .elementor-widget-container,
.loc-single-map .location-container,
.loc-single-map .location-wrapper,
.loc-single-map .location-wrapper .map-container,
.loc-single-map .location-container #map {
	height: 100%;
}

.location-office-info .kd-map-container #map {
	height: 100%
}

@media only screen and (min-width: 1600px) {
	.kd-overlay-bg .elementor-widget-container {
		margin-top: -23.3rem !important;
	}
}

@media only screen and (min-width: 1300px) {
	.kd-home-only-icons .gallery-item:first-child {
		min-width: 324px;
	}
}

@media only screen and (max-width: 1260px) {
	.search-wrapper {
		top: calc(50% + 1px);
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:not(:last-child) {
		margin-right: 38px;
	}

	html[lang="es"] .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
		font-size: 15px;
		padding: 32px 0px 28px;
	}

	html[lang="es"] body .header-main-wrapper .elementor-widget-maxmegamenu>.elementor-widget-container,
	html[lang="es"] .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:not(:last-child) {
		margin-right: 18px !important;
	}

	html[lang="es"] body .header-main-wrapper {
		padding-left: 20px;
	}

	html[lang="es"] .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
		margin-left: 6px;
	}

	html[lang="es"] .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.education-dropdown>.mega-sub-menu {
		left: -100px
	}

	html[lang="es"] .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.insurance-dropdown>.mega-sub-menu {
		left: -75px
	}

	/* .welcome-families-block p:has(video:only-child)::after {
		width: 80px;
		height: 90px;
		bottom: 3px;
        left: 1px;
	}
	.welcome-families-block p:has(video:only-child)::before {
		height: 172px;
		width: 102px;
		right: -1px;
        bottom: -1px;
	} */
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	.hero-l-image-col {
		display: none;
	}

	.hero-l-content-col {
		width: 100%;
	}

	.hero-l-content-col .right-aligned>.e-con-inner {
		margin-left: 0 !important;
		max-width: 100%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {

	/* .footer-wrapper > .e-con-inner {
		gap: 25px;
	} */
	.footer-wrapper>.e-con-inner>.footer-text {
		--width: 100%;
	}

	.footer-wrapper>.e-con-inner>.patient-forms {
		--width: calc(33.5% - 40px);
	}

	.footer-wrapper>.e-con-inner>.community-col {
		--width: calc(31.5% - 40px);
	}

	.footer-wrapper>.e-con-inner>.company-legal {
		--width: calc(35% - 40px);
	}

	body .header-main-wrapper {
		padding-left: 25px;
	}

	.search-wrapper {
		max-width: calc(100% - 25px);
	}

	body .header-main-wrapper .elementor-widget-maxmegamenu>.elementor-widget-container {
		margin-right: 25px !important;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
		font-size: 16px;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
		padding: 31px 0px 28px;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.education-dropdown>.mega-sub-menu,
	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.insurance-dropdown>.mega-sub-menu {
		left: -25px
	}
}

@media only screen and (max-width: 1150px) {
	.kd-home-only-icons .gallery-item {
		width: calc(33.33% - 40px) !important;
		max-width: calc(33.33% - 40px) !important;
	}

	.kd-home-only-icons .gallery {
		justify-content: center;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:not(:last-child) {
		margin-right: 25px;
	}

	.kd-locations-main .kd-locations-cards-wrap .kd-locations-card {
		width: calc(33.33% - 10.7px);
	}

	.kd-loaction-top-nav .location-title-text {
		font-size: 20px;
	}

	.kd-loaction-top-nav .nav-block.loctaion-number .location-number-text,
	.kd-loaction-top-nav .nav-block.loctaion-address .location-address-text,
	.kd-loaction-top-nav .nav-block.text-link .elemntor-button {
		font-size: 18px;
		line-height: 1;
	}
}

@media only screen and (min-width: 1025px) {
	.kd-max-mega-menu {
		display: block !important;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-locations-dropdown>.mega-sub-menu {
		min-width: 370px !important;
		width: 100% !important;
		max-width: 400px !important;
	}
}

@media only screen and (max-width: 1024px) {
	.hippa-single-map .right-aligned>.e-con-inner {
		margin-left: 0 !important;
		max-width: 100%;
	}

	html body .e-con .kid-icon.elementor-widget-button,
	html body .kid-icon.elementor-widget-button,
	html body .kid-icon .elementor-cta__button-wrapper,
	html body .kid-icon .wp-element-button {
		margin: 0;
	}

	.kd-services-highlights .highlight-content .highlight-cta-wrap {
		margin-top: 24px !important;
	}

	.kid-icon.elementor-widget-button.has-space,
	.kid-icon.has-space .elementor-cta__button-wrapper,
	.kid-icon.has-space .wp-element-button {
		padding-left: 0;
	}

	body .kid-icon .elementor-button:after {
		display: none
	}

	body.header-toggled {
		overflow: hidden;
	}

	.search-wrapper {
		max-width: calc(100% - 195px);
		top: calc(50% - 1px);
	}

	.kd-locations-main.state-locations .kd-locations-cards-wrap .kd-locations-card {
		width: calc(50% - 8px)
	}

	.kd-gallery {
		padding-left: 70px;
		padding-right: 70px;
	}

	.kd-videos-resource-wrap .video-card-wrapper,
	.kd-cards-wrapper .kd-card-wrap {
		width: calc(50% - 15px);
	}

	.kids-gtranslate>.elementor-widget-container {
		padding-left: 10px;
		margin-left: 18px;
	}

	.kids-gtranslate select,
	.kids-gtranslate .styledSelect {
		font-size: 13px !important;
	}

	.kids-gtranslate>.elementor-widget-container::before {
		left: 10px;
		top: calc(50% + 1px);
	}

	.header-main-wrapper {
		position: static
	}

	.kd-max-mega-menu {
		position: absolute !important;
		top: 100%;
		background-color: #fff;
		width: calc(100% + 30px);
		max-width: calc(100% + 30px) !important;
		height: calc(100dvh - 120px);
		display: none;
		overflow-y: auto;
		left: -15px;
		right: -15px;
		z-index: -1;
	}

	.locations-header-container .locations-title {
		width: calc(100% - 320px);
		padding-right: 20px;
		margin-top: 0;
	}

	.locations-header-container .locations-search {
		width: 320px;
		max-width: 100% !important;
	}

	body.header-toggled .toggle-icon .elementor-icon {
		background: url('../img/cross-icon-black.svg') center center no-repeat;
		background-size: 16px;
		transition: none;
	}

	.kids-gtranslate.mobile-translator .styledSelect {
		padding-right: 15px !important;
	}

	.kids-gtranslate .styledSelect:after {
		right: -1px;
	}

	body.header-toggled .toggle-icon .elementor-icon svg {
		opacity: 0;
		visibility: hidden;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu .mega-menu-item.mega-current-menu-item>.mega-menu-link,
	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu .mega-menu-item>.mega-menu-link:hover,
	.header-main-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1,
	.header-main-wrapper #mega-menu-wrap-menu-1 {
		background-color: transparent !important;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu .mega-menu-item.mega-current-menu-item>.mega-menu-link {
		text-decoration: underline !important;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:last-child>.mega-sub-menu {
		border-bottom: 1px solid #00000033;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link::before {
		display: none;
	}

	.header-main-wrapper .kd-max-mega-menu>.elementor-widget-container {
		overflow-y: auto;
		padding: 25px 20px 60px;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:not(:last-child) {
		margin-right: 0 !important;
		border-bottom: 1px solid #00000033;
	}

	html[lang="es"] .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link,
	html body .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .mega-menu-link {
		background: unset;
		/* background-color: #9EE4FF80 !important; */
		padding: 16px 0 15px;
		border-radius: 10px !important;
		/* max-width: max-content; */
	}

	/* html body .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
		padding: 16px 0 15px;
	} */
	/* .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus,
	html body .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .mega-menu-link:hover {
		background-color: #9EE4FF !important;
	} */
	/* .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
		background-color: #A0E4FE !important;
	} */
	html body .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:not(:last-child) {
		margin-right: 0;
		margin-bottom: 0;
		/* padding: 16px 0; */
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link {
		position: relative;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link>.mega-indicator {
		background-size: 18px !important;
		position: absolute !important;
		width: 30px !important;
		height: 30px !important;
		transition: unset;
		content: '';
		top: 50%;
		right: -7px;
		/* background-color: var(--yellow); */
		transform: translateY(-50%);
		border-radius: 6px;
		display: flex !important;
		align-items: center;
		justify-content: center;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
		background-image: url('../img/arrow-down-black.svg') !important;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: 14px;
		height: 14px;
		/* transform: rotate(-90deg); */
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link:after {
		transform: translateY(-50%) rotate(180deg);
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
		border-radius: 10px 10px 0 0 !important;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link>.mega-indicator {
		transform: translatey(-50%) rotate(180deg);
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.width-320>.mega-sub-menu,
	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.width-450>.mega-sub-menu {
		width: 100% !important;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu {
		max-height: unset;
	}

	html body .gform_wrapper form .gform_fields .gfield.two-col-check .gfield_checkbox {
		gap: 20px;
	}

	/* html body .gform_wrapper .gfield_checkbox .gchoice label {
		padding-left: 24px;
	} */
	html body .gform_wrapper form .gform_fields {
		gap: 30px 20px;
	}

	html body .gform_wrapper form .gform_fields .gfield:not(.wd-100) {
		width: calc(50% - 10px);
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
		background-color: transparent;
		box-shadow: unset;
		padding: 0;
		border-top: 1px solid #00000033;
		border-radius: 0;
		padding: 15px 0 13px;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-locations-dropdown.mega-menu-megamenu>ul.mega-sub-menu {
		padding: 13px 0 11px;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item {
		min-height: 80px;
		padding: 0 110px 0 10px !important;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item:not(:last-child) {
		margin-bottom: 10px;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item img {
		top: 0;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item .widget_text .mega-block-title {
		padding: 0 0 0 0;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item .widget_text .mega-block-title::before {
		width: 35px;
		min-width: 35px;
		height: 35px;
		margin-left: 10px;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item .mega-block-title {
		min-height: 45px;
		align-content: center;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item:not(:last-child) {
		margin-bottom: 9.5px;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item .widget_text .mega-block-title::after {
		right: 12px;
		top: 15px;
	}

	/* .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > .mega-services-dropdown > .mega-sub-menu {
		padding: 14px 0 14px !important;
	} */
	/* .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item .kd-accordions-dropdown > .mega-sub-menu > .kd-item:hover,  */
	/* .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item .kd-accordions-dropdown > .mega-sub-menu > .kd-item.active, */
	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item:has(p>a:only-child:hover) {
		background-color: transparent;
	}

	.kd-locations-list-wrapper .kd-location-item .locations-all,
	.kd-locations-list-wrapper .kd-location-item .kd-location-state {
		padding: 5px 30px 5px 10px;
	}

	.kd-locations-list-wrapper .kd-location-item .kd-location-city::after {
		width: calc(100% - 20px);
		left: 10px;
	}

	.kd-locations-list-wrapper .kd-location-item .kd-location-state::after {
		right: 12px;
	}

	.kd-locations-list-wrapper .kd-location-item:not(:last-child) {
		margin-bottom: 9.6px;
	}

	.kd-locations-list-wrapper .kd-location-item .kd-location-city {
		padding: 12px 10px 9px;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item .kd-accordions-dropdown>.mega-sub-menu>.kd-item .textwidget {
		padding: 11px 10px 9px;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu .mega-menu-item>.mega-menu-link {
		padding: 4.5px 10px 4.5px !important;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu .mega-menu-item:not(:last-child) {
		margin-bottom: 11px;
	}

	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
	.header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link {
		font-weight: 600;
		color: var(--dark-blue);
	}

	.welcome-families-block .wp-video-shortcode::after,
	.welcome-families-block .wp-video-shortcode::before {
		display: none;
	}

	.kd-providers-main {
		gap: 16px;
	}

	.kd-services-highlights {
		gap: 32px 16px;
	}

	.kd-providers-main .kd-provider-card,
	.kd-services-highlights .kd-highlight-card {
		width: calc(50% - 8px);
	}

	html[lang="es"] body .header-main-wrapper .elementor-widget-maxmegamenu>.elementor-widget-container,
	html[lang="es"] .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:not(:last-child) {
		margin-right: 0 !important;
	}

	.kd-coupen-main .kd-coupen-card .coupen-content {
		gap: 34px;
	}

	.kd-coupen-main .kd-coupen-card .kd-coupen-text {
		font-size: 28px;
	}

	.kd-coupen-main .kd-coupen-card .coupen-content .kd-coupen-price-amount {
		font-size: 90px;
	}

	.kd-coupen-main .kd-coupen-card .coupen-content .kd-coupen-price::before {
		width: 134px;
		height: 100px;
	}

	body.post-type-archive-profiles .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.why-us-dropdown>a.mega-menu-link,
	body.tax-service_category .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.services-dropdown>a.mega-menu-link,
	body.single-locations .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.locations-dropdown>a.mega-menu-link,
	body .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.education-dropdown:has(.current_nav_item)>a.mega-menu-link {
		color: var(--dark-blue) !important;
		font-weight: 600;
	}

	.header-main-wrapper .mega-kd-accordions-dropdown .kd-item:has(.current_nav_item),
	.mega-locations-dropdown>.mega-sub-menu .kd-location-item:has(.current_nav_item),
	body.post-type-archive-profiles .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item:has(.profile-archive),
	body.page-id-35 .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item:has(.why-us-link),
	body.tax-service_category.term-dental .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item:has(.dental),
	body.tax-service_category.term-vision .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item:has(.vision),
	body.tax-service_category.term-orthodontics .header-main-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>.mega-sub-menu>.kid-row-text-box .mega-menu-item:has(.orthodontics) {
		background: transparent !important;
	}

	.header-main-wrapper .kd-location-item:has(.current_nav_item) .state-name,
	.header-main-wrapper .mega-menu-item:has(.current_nav_item)>.mega-block-title {
		/* text-decoration: underline !important; */
		color: var(--dark-blue) !important;
		font-weight: 600 !important;
	}

	.insurance-banner .insurance-title-block {
		max-width: 100%;
	}

	.kd-location-community-cards {
		gap: 15px;
	}

	.kd-location-community-cards .kd-location-community-card {
		width: calc(50% - 7.5px);
	}
}

@media only screen and (max-width: 900px) {
	.kd-coupen-main {
		gap: 24px;
	}

	.kd-coupen-main .kd-coupen-card {
		width: 100%;
		max-width: 512px;
	}
}

@media only screen and (min-width: 768px) {
	.sticky-aside {
		position: sticky;
		top: 160px
	}

	.profile-single-img-wrap {
		position: sticky;
		top: 160px;
		max-height: calc(100dvh - 170px);
	}
}

@media only screen and (max-width: 767px) {

	/* body .elementor a.elementor-button,  */
	body .wp-block-button .wp-element-button,
	body .elementor-button,
	body .elementor-widget-button .elementor-button,
	body .elementor-widget-button button:not(.gm-control-active),
	body .elementor-widget-button button:not(.gm-control-active):focus,
	body .elementor-widget-button [class*="elementor-kit"] .elementor-button,
	body .elementor-widget-button [class*="elementor-kit"] .elementor-button:focus,
	body .elementor-widget-button [type="button"]:not(.gm-control-active),
	body .elementor-widget-button [type="button"]:not(.gm-control-active):focus,
	body .elementor-widget-button [type="submit"]:not(.adminbar-button),
	body .elementor-widget-button [type="submit"]:not(.adminbar-button):focus,
	body .elementor-cta .elementor-cta__button.elementor-button,
	body .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
		font-size: 16px !important;
		padding: 14px 38px 14px;
	}

	body header[data-elementor-type="header"] {
		filter: unset;
		/* box-shadow: 0px 4px 10px 0px #0000000D; */
	}

	.kid-icon.fairy-button.hero-button .elementor-button:after {
		display: none;
	}

	body .kid-icon.fairy-button.hero-button {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	body .kid-icon.fairy-button.hero-button .elementor-button {
		margin-left: 0;
	}

	body .elementor-widget-heading.display-1 h1.elementor-heading-title,
	body h1.display-1,
	body .h1.display-1,
	body .elementor-widget-heading.h1.display-1 .elementor-heading-title,
	.display-1 h1.elementor-cta__title.elementor-cta__content-item,
	body .elementor-widget-heading.display-1 h2.elementor-heading-title,
	body h2.display-1,
	body .h2.display-1,
	body .elementor-widget-heading.h2.display-1 .elementor-heading-title,
	.display-1 h2.elementor-cta__title.elementor-cta__content-item {
		font-size: 66px;
	}

	body h1,
	body .h1,
	body .elementor-widget-heading h1.elementor-heading-title,
	body .elementor-widget-heading.h1 .elementor-heading-title {
		font-size: 40px;
	}

	body h2,
	body .h2,
	body .elementor-widget-heading h2.elementor-heading-title,
	body .elementor-widget-heading.h2 .elementor-heading-title,
	body h2.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h2.elementor-image-box-title,
	body .elementor-posts .elementor-post h2.elementor-post__title,
	body .elementor-posts h2.elementor-post__title {
		font-size: 34px;
	}

	body h3,
	body .h3,
	body .elementor-widget-heading h3.elementor-heading-title,
	body .elementor-widget-heading.h3 .elementor-heading-title,
	body h3.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h3.elementor-image-box-title,
	body .elementor-posts .elementor-post h3.elementor-post__title,
	body .elementor-posts h3.elementor-post__title {
		font-size: 24px;
		line-height: 1.2;
	}

	body h4,
	body .h4,
	body .elementor-widget-heading h4.elementor-heading-title,
	body .elementor-widget-heading.h4 .elementor-heading-title,
	body h4.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h4.elementor-image-box-title,
	body .elementor-posts .elementor-post h4.elementor-post__title,
	body .elementor-posts h4.elementor-post__title {
		font-size: 20px;
	}

	.location-welcome-text,
	body h5,
	body .h5,
	body .elementor-widget-heading h5.elementor-heading-title,
	body .elementor-widget-heading.h5 .elementor-heading-title,
	body h5.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h5.elementor-image-box-title,
	body .elementor-posts .elementor-post h5.elementor-post__title,
	body .elementor-posts h5.elementor-post__title {
		font-size: 18px;
	}

	body h6,
	body .h6,
	body .elementor-widget-heading h6.elementor-heading-title,
	body .elementor-widget-heading.h6 .elementor-heading-title,
	body h6.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h6.elementor-image-box-title,
	body .elementor-posts .elementor-post h6.elementor-post__title,
	body .elementor-posts h6.elementor-post__title {
		font-size: 16px;
	}

	body .lead-text p,
	body .lead-text.elementor-widget-text-editor,
	body .lead-text.elementor-widget-text-editor p,
	body .lead-text .elementor-widget-text-editor,
	body .lead-text .elementor-widget-text-editor p,
	body .lead-text .elementor-cta__description.elementor-cta__content-item {
		font-size: 16px;
	}

	body .article-text p,
	body .article-text.elementor-widget-text-editor,
	body .article-text.elementor-widget-text-editor p,
	body .article-text .elementor-widget-text-editor,
	body .article-text .elementor-widget-text-editor p,
	body .article-text .elementor-cta__description.elementor-cta__content-item {
		font-size: 16px;
	}

	.search-wrapper {
		right: 0;
		left: 0;
		max-width: 100%;
		width: 100%;
	}

	.kd-gallery .kd-gallery-next,
	.kd-gallery .kd-gallery-prev {
		display: none;
	}

	.kd-gallery {
		padding-left: 0;
		padding-right: 0;
	}

	.kd-gallery .gallery-thumbs .swiper-slide {
		width: 80px;
		height: 53px;
	}

	.kd-home-only-icons .gallery-item {
		width: calc(50% - 25px) !important;
		max-width: calc(50% - 25px) !important;
	}

	.kd-videos-resource-wrap {
		gap: 16px;
	}

	.kd-videos-resource-wrap .video-card-wrapper,
	.kd-cards-wrapper .kd-card-wrap {
		width: 100%;
	}

	.profile-single-img-wrap {
		max-width: 414px;
	}

	.profile-single-img-wrap .elementor-widget-image {
		min-height: 340px;
		padding-bottom: 80%;
	}

	.profile-single-img-wrap .elementor-widget-image img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100% !important;
	}

	.profile-single-img-wrap .kd-category {
		font-size: 18px;
	}

	body .pagination,
	.profiles-archive-main .facetwp-pager:has(.facetwp-page),
	.post-type-archive-services .facetwp-pager:has(.facetwp-page) {
		margin: 24px 0 0;
	}

	.elementor-widget-shortcode:has(.facetwp-facet.facetwp-facet-reset) {
		top: 100%;
	}

	body header .utility-contact-list .elementor-widget-container {
		margin: 0 !important;
		border-radius: 5px 5px 0 0 !important;
	}

	body header .utility-contact-list {
		position: fixed;
		z-index: 1;
		overflow: hidden;
		width: 100%;
		height: 51px;
		bottom: 0;
		left: 0;
		right: 0;
	}

	body header .utility-contact-list .elementor-icon-list-items .elementor-icon-list-item {
		text-align: center;
		justify-content: center;
	}

	body header .utility-contact-list .elementor-icon-list-items .elementor-icon-list-item a {
		justify-content: center;
		max-width: max-content;
	}

	body header .utility-contact-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
		display: none !important;
	}

	.kd-gallery .gallery-slider {
		margin-bottom: 11px;
	}

	[data-elementor-type="single-post"] .elementor-widget-theme-post-content ul li,
	[data-elementor-type="single-post"] .elementor-widget-theme-post-content p {
		font-size: 16px;
		line-height: 1.68;
	}

	[data-elementor-type="single-post"] .elementor-widget-theme-post-content ul li {
		padding-left: 24px;
	}

	[data-elementor-type="single-post"] .elementor-widget-theme-post-content h2:first-child {
		margin-bottom: 17px;
	}

	[data-elementor-type="single-post"] .elementor-widget-theme-post-content h2,
	[data-elementor-type="single-post"] .elementor-widget-theme-post-content h3,
	[data-elementor-type="single-post"] .elementor-widget-theme-post-content h4,
	[data-elementor-type="single-post"] .elementor-widget-theme-post-content h5,
	[data-elementor-type="single-post"] .elementor-widget-theme-post-content h6 {
		margin-top: 28px;
	}

	[data-elementor-type="single-post"] .elementor-widget-theme-post-content p:has(+.wp-block-buttons):not(:last-child) {
		margin-bottom: 0;
	}

	body .site-main ul:not([class])>li,
	body .site-main ul:not([class])>li>ol>li>ul:not([class])>li {
		padding-left: 24px;
		margin-bottom: 0;
	}

	body .site-main ul:not([class]):not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields):not(.camps_and_programs) li:before,
	body .site-main ul:not([class]) li ol li ul:not([class]) li:after {
		left: 10px;
		top: 10px;
	}

	.locations-search input[type="text"],
	.facetwp-facet.facetwp-facet-kd_proximity .facetwp-location,
	.facetwp-facet.facetwp-type-search .facetwp-search {
		height: 54px;
		font-size: 16px !important;
		padding: 15px 60px 14px 15px !important;
	}

	.kd-dental-information-cards .kd-card-wrap .kd-card-cta,
	.kd-services-cards .kd-card-wrap .kd-card-cta {
		margin-top: 12px;
	}

	.facetwp-facet.facetwp-type-search .facetwp-icon {
		width: 40px;
		height: 40px;
	}

	.facetwp-facet.facetwp-type-search .facetwp-icon::before {
		background-size: 17px;
	}

	.kd-dental-information-cards .kd-card-wrap .kd-card-img-wrap,
	.kd-services-cards .kd-card-wrap .kd-card-img-wrap {
		min-height: 200px;
		padding-bottom: 54%;
	}

	.kd-card-wrap .kd-card-cta a {
		font-size: 16px;
	}

	.kd-dental-information-cards .kd-card-wrap .kd-card-content,
	.kd-services-cards .kd-card-wrap .kd-card-content {
		padding: 21px 20px 18px;
	}

	.kd-dental-information-cards .kd-cards-wrapper,
	.kd-services-cards .kd-cards-wrapper {
		row-gap: 16px;
	}

	.facetwp-facet.facetwp-type-fselect .fs-wrap .fs-label-wrap {
		height: 54px;
	}

	.facetwp-type-fselect .fs-wrap .fs-label-wrap .fs-label {
		padding: 11px 36px 10px 14px;
		font-size: 16px;
	}

	.facetwp-type-fselect.facetwp-facet .fs-label-wrap .fs-arrow {
		background-size: 15px;
		right: 11px;
	}

	footer[data-elementor-type="footer"] {
		padding-bottom: 45px;
	}

	html body .gform_wrapper form .gform_fields .gfield:not(.wd-100) {
		width: 100%;
	}

	html body .gform_wrapper form .gform_fields .gfield.two-col-check .gfield_checkbox .gchoice {
		width: 170px;
	}

	html body .gform_wrapper form .gform_fields .gfield.two-col-check .gfield_checkbox .gchoice label {
		max-width: max-content;
	}

	html body .gform_wrapper .gfield_checkbox .gchoice label {
		font-size: 14px;
		padding: 2px 0 2px 34px;
	}

	html body .gform_wrapper .top_label .gfield_label,
	html body .gform_wrapper .gform_wrapper legend.gfield_label {
		font-size: 14px;
		margin-bottom: 10px;
	}

	html body .gform_wrapper form .gform_fields {
		gap: 20px 20px
	}

	body .styledSelect,
	html body .gform_wrapper form .gform_fields .gfield input[type="text"],
	html body .gform_wrapper form .gform_fields .gfield input[type="email"],
	html body .gform_wrapper form .gform_fields .gfield input[type="number"],
	html body .gform_wrapper form .gform_fields .gfield input[type="tel"],
	html body .gform_wrapper form .gform_fields .gfield textarea {
		height: 54px;
		padding: 10px 15px !important;
		font-size: 16px !important;
		padding-right: 38px !important;
	}

	.kd-faq-main .kd-faq-block:not(:last-child) {
		margin-bottom: 40px;
	}

	body .styledSelect:after {
		right: 16px;
	}

	html body .gform_wrapper form .gform_fields .gfield.gfield--type-consent label {
		font-size: 12px;
		line-height: 1.66;
	}

	html body .gform_wrapper form .gform_footer {
		padding-top: 31px;
	}

	html body .gform_wrapper form .gform_footer input[type="submit"] {
		font-size: 16px;
		padding: 8px 24px 6px !important;
	}

	.kd-max-mega-menu {
		height: calc(100dvh - 106px);
	}

	.kd-locations-block .kd-locations-toggler {
		font-size: 16px;
		padding: 11px 20px 9px;
	}

	.kid-hide-page-mb {
		display: none !important;
	}

	/* .kd-locations-block .kd-locations-toggler::after {
		top: 18px;
	} */
	body .text-link.wp-block-button .wp-element-button,
	body .text-link .elementor-button,
	body .text-link .elementor-button:focus,
	body .text-link button:not(.gm-control-active),
	body .text-link button:not(.gm-control-active):focus,
	body .text-link [class*="elementor-kit"] .elementor-button,
	body .text-link [class*="elementor-kit"] .elementor-button:focus,
	body .text-link [type="submit"]:not(.adminbar-button),
	body .text-link [type="submit"]:not(.adminbar-button):focus,
	body .text-link [type="button"]:not(.gm-control-active),
	body .text-link [type="button"]:not(.gm-control-active):focus,
	body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button,
	body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button {
		font-size: 18px !important;
		padding: 0 !important;
	}

	.external-links-cards .elementor-widget-image {
		height: 180px;
	}

	html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container>h2,
	html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container>h3,
	html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container>h4,
	html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container>h5,
	html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container>h6 {
		font-size: 18px;
	}

	html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container>hr {
		margin: 16px 0 17px;
	}

	html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container>h2,
	html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container>h3,
	html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container>h4,
	html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container>h5,
	html body .profile-single-content-block .elementor-widget-theme-post-content .elementor-widget-container>h6 {
		margin-top: 16px;
	}

	.kd-locations-main .kd-locations-cards-wrap .kd-locations-card {
		width: calc(50% - 8px);
	}

	.kd-locations-main .kd-locations-cards-wrap {
		margin-top: 16px;
	}

	.kd-locations-main .kd-locations-cards-wrap .kd-locations-card {
		padding: 21px 20px 20px;
	}

	.kd-locations-main .kd-locations-cards-wrap .kd-location-card-title {
		font-size: 18px;
		line-height: 1.25;
	}

	/* .kd-coupen-main .kd-coupen-card .coupen-content .kd-coupen-price-amount {
		font-size: 55px;
		-webkit-text-stroke: 4px var(--dark-blue);
		letter-spacing: -2px;
	} */
	.kd-providers-main .kd-provider-card .kd-provider-info {
		padding: 20px 20px 30px;
	}

	.kd-testimonial-main .kd-testimonial-content .quote-icon {
		height: 52px;
		width: 68px;
	}

	.kd-locations-main.state-locations .kd-locations-cards-wrap {
		margin-top: 24px;
	}

	.pagination .nav-links .page-numbers.next,
	.facetwp-pager .facetwp-page.next {
		width: 35px;
		height: 35px;
		min-width: 35px !important;
	}

	.pagination .nav-links .page-numbers.prev,
	.facetwp-pager .facetwp-page.prev {
		width: 35px;
		height: 35px;
	}

	.pagination .nav-links .page-numbers,
	.facetwp-pager .facetwp-page {
		width: 35px;
		height: 35px;
		font-size: 16px;
		min-width: 35px;
		margin: 0 4px;
	}

	.pagination .nav-links .page-numbers.prev,
	.facetwp-pager .facetwp-page.prev {
		margin-right: 4px;
	}

	.pagination .nav-links .page-numbers.next,
	.facetwp-pager .facetwp-page.next {
		margin-left: 4px;
	}

	#cookie-notice #cn-notice-text {
		flex-direction: column;
		gap: 12px;
		justify-content: flex-start;
	}

	#cookie-notice .cookies-message {
		margin: 0;
		max-width: 100%;
	}

	#cookie-notice .cookies-button-container {
		margin-left: 0;
	}

	#cookie-notice .cookie-notice-container {
		padding: 25px 40px 25px 15px;
	}

	.cn-close-icon {
		top: 15px;
		margin-top: 0;
	}

	.simple-cards-wrapper .elementor-widget-call-to-action .elementor-cta__bg-wrapper {
		padding-bottom: 75%
	}

	.kd-videos-resource-single .video-content-wrapper,
	.kd-videos-resource-wrap .video-content-wrapper {
		padding: 20px;
	}

	.kd-coupen-main .kd-coupen-card .kd-coupen-title {
		font-size: 20px
	}

	.kd-coupen-main .kd-coupen-card .coupen-content .kd-coupen-price-amount {
		font-size: 55px;
		-webkit-text-stroke: 6px #054E93;
		letter-spacing: -3px
	}

	.kd-coupen-main .kd-coupen-card .coupen-content {
		gap: 24px;
		min-height: 73px
	}

	.kd-coupen-main .kd-coupen-card .coupen-content .kd-coupen-price::before {
		width: 90px;
	}

	.kd-coupen-main .kd-coupen-card {
		padding: 20px 15px
	}

	.kd-coupen-main .kd-coupen-card .kd-coupen-text {
		font-size: 22px;
	}

	.welcome-families-block p:has(video:only-child)::after {
		width: 80px;
		height: 90px;
		bottom: 3px;
		left: 1px;
	}

	.welcome-families-block p:has(video:only-child)::before {
		height: 172px;
		width: 102px;
		right: -1px;
		bottom: -1px;
	}

	.welcome-families-block p:has(*:only-child) {
		padding: 0 30px;
	}

	.kd-location-single-office-info .elementor-widget-container {
		font-size: 18px;
		line-height: 1.55;
	}

	.kd-event-accordions-wrap.active .event-acc-header {
		margin-bottom: 9px;
	}

	.kd_office_info.address .elementor-widget-container::before,
	.kd_office_info.number .elementor-widget-container::before,
	.kd_office_info.timing .elementor-widget-container::before {
		top: 3px;
	}

	.kd-services-highlights .highlight-featured-image {
		height: 280px;
	}

	#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
		gap: 20px;
		flex-wrap: wrap;
	}

	#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper button {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0
	}

	body #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
		flex-direction: column-reverse;
	}

	.locations-header-container {
		gap: 16px;
		flex-direction: column;
		align-items: flex-start;
	}

	.locations-header-container,
	.kd-map-container #map {
		margin-bottom: 24px;
	}

	/* .kd-map-container #map {
		height: 230px;
	} */

	.locations-header-container .locations-title {
		padding-right: 0;
		width: 100%;
	}

	.locations-header-container .locations-search {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {

	.kd-simple-cta-blocks .elementor-widget-call-to-action,
	.no-click-cards .elementor-widget-call-to-action {
		width: 100% !important;
	}

	.kd-providers-main .kd-provider-card,
	.kd-services-highlights .kd-highlight-card,
	.kd-locations-main .kd-locations-cards-wrap .kd-locations-card {
		width: 100%;
	}

	.kd-locations-main.state-locations .kd-locations-cards-wrap .kd-locations-card {
		width: 100%
	}

	.footer-wrapper .community-col,
	.footer-wrapper .patient-forms {
		width: 100%;
	}

	.kd-location-community-cards {
		gap: 16px;
	}

	.kd-location-community-cards .kd-location-community-card {
		width: 100%;
	}
}

@media only screen and (max-width: 520px) {
	.external-links-cards>.e-con-inner>.elementor-element {
		width: 100%
	}
}

@media only screen and (max-width: 389px) {
	body header .utility-contact-list .elementor-icon-list-items .elementor-icon-list-item a {
		font-size: 13px !important;
	}

	body header .utility-contact-list>.elementor-widget-container {
		padding: 18px 10px 15px !important;
	}

	body header .utility-contact-list .elementor-icon-list-items .elementor-icon-list-item {
		margin-right: calc(20px / 2) !important;
		margin-left: calc(20px / 2) !important;
	}

	body header .utility-contact-list .elementor-icon-list-items {
		margin-right: calc(-20px / 2) !important;
		margin-left: calc(-20px / 2) !important;
	}

	body header .utility-contact-list .elementor-icon-list-items .elementor-icon-list-item::after {
		right: calc(-20px / 2) !important;
	}

	body header .utility-contact-list .elementor-icon-list-icon svg {
		margin: 0 !important;
	}

	html[lang="es"] .utility-col.left .elementor-icon-list-item>a {
		font-size: 11px !important
	}

	html[lang="es"] .utility-col.left .elementor-icon-list-items,
	html[lang="es"] .utility-col.left .elementor-icon-list-item {
		margin-right: calc(10px / 2) !important;
		margin-left: calc(10px / 2) !important;
	}

	html[lang="es"] .utility-col.left .elementor-icon-list-item::after {
		right: calc(-10px / 2) !important;
		height: 10px !important
	}

	html[lang="es"] .kd-coupen-main .kd-coupen-card .kd-coupen-text {
		font-size: 20px;
	}

	[lang="es"] .kd-coupen-main .kd-coupen-card .coupen-content .kd-coupen-price-amount {
		font-size: 60px;
		letter-spacing: -4px;
		-webkit-text-stroke: 5px #054E93;
	}

	.kd-coupen-main .kd-coupen-card .kd-coupen-text,
	html[lang="es"] .kd-coupen-main .kd-coupen-card .kd-coupen-text {
		max-width: 150px;
	}

	.kd-locations-list-wrapper .kd-location-item .kd-city-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}

	.kd-locations-list-wrapper .kd-location-item .kd-city-item:not(:last-child) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
		padding-bottom: 8px;
	}
}