/*
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 ===================== / */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/*
font-family: 'Gelica', sans-serif;
*/

/* / ===================== Generate ===================== / */

:root {
	--green: #034643;
	--yellow: #F9D363;
	--gray: #333333;
	--charcoal-blue: #2E4052;
	--black: #000000;
	--white: #ffffff;
}

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;
}

/* / ===================== Anchor Tag Styling ===================== / */

body .elementor a,
body a {
	font-family: inherit;
	font-weight: inherit;
	text-decoration: underline;
	color: inherit;
	font-size: inherit;
	transition: all 0.3s;
}

body .elementor a:hover,
body a:hover {
	text-decoration: none;
	color: inherit;
}

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: inherit;
	text-decoration: underline;
}

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: inherit;
	text-decoration: none;
}

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: 10px;
	padding-left: 20px;
}

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.4;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}

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: var(--green);
	position: absolute;
	left: 10px;
	top: 9px;
	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: var(--green);
}

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: var(--gray);
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	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 .lead-text.elementor-widget-text-editor,
body .lead-text.elementor-widget-text-editor p {
	font-size: 20px;
}

body h1,
body .h1,
body .elementor-widget-heading h1.elementor-heading-title,
body .elementor-widget-heading.h1 .elementor-heading-title {
	font-family: "Gelica", Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: 500;
	line-height: 1.2;
	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: "Gelica", Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.17;
	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: "Gelica", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	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: "Gelica", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 500;
	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: "Gelica", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	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: "Gelica", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	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: 12px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

/* / ===================== Button Style ===================== / */

/* / ===== Default 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-widget-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
	font-size: 18px !important;
	line-height: 28px;
	font-weight: 500 !important;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	text-decoration: none;
	box-sizing: border-box;
	color: var(--gray);
	background-color: var(--yellow);
	border: 2px solid var(--yellow);
	padding: 14px 18px 14px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	border-radius: 10px;
	-webkit-appearance: none;
	transition: all 0.3s;
	max-width: 100%;
}

.elementor-button:after,
[type="button"]:after {
	content: "";
	width: 142px;
	display: block;
	max-width: 100%;
}

body .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-widget-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
	color: var(--gray);
	background-color: transparent;
	text-decoration: none;
	border-color: var(--yellow);
}

/* / ===== Multi Color Button ===== / */

body .green-button .elementor-button,
body .elementor-widget-button.green-button .elementor-button,
body .elementor-widget-button.green-button button:not(.gm-control-active),
body .elementor-widget-button.green-button button:not(.gm-control-active):focus,
body .elementor-widget-button.green-button [class*="elementor-kit"] .elementor-button,
body .elementor-widget-button.green-button [class*="elementor-kit"] .elementor-button:focus,
body .elementor-widget-button.green-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.green-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.green-button [type="submit"]:not(.adminbar-button),
body .elementor-widget-button.green-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.green-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.green-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
	color: var(--white);
	background-color: var(--green);
	border: 2px solid var(--green);
}

body .green-button .elementor-button:hover,
body .elementor-widget-button.green-button .elementor-button:hover,
body .elementor-widget-button.green-button button:not(.gm-control-active):hover,
body .elementor-widget-button.green-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.green-button [class*="elementor-kit"] .elementor-button:hover,
body .elementor-widget-button.green-button [class*="elementor-kit"] .elementor-button:focus:hover,
body .elementor-widget-button.green-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.green-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.green-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.green-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.green-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.green-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover {
	background-color: transparent;
	color: var(--green);
	border-color: var(--green);
}

/* / ==================== Text Link ==================== / */

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(--gray);
	background-color: transparent;
	font-size: 20px !important;
	line-height: 24px;
	padding: 0;
	font-weight: 700 !important;
	border: none;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
	border-radius: 0;
	-webkit-appearance: none;
	transition: all 0.3s;
	box-sizing: border-box;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	max-width: 100%;
	letter-spacing: 0;
}

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;
	color: var(--gray);
	text-decoration: underline;
	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;
	letter-spacing: 1.1px;
}

/* 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: 50px;
	cursor: pointer;
	position: relative;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	border: 2px solid rgb(71 71 71 / 60%);
	padding-left: 16px;
	padding-right: 16px;
	background: url(../img/arrow-down-black.svg) no-repeat center right 18px;
	background-color: #f2f2f3;
	background-size: 18px;
	padding: 12px 40px 12px 16px !important;
	margin: 0 !important;
}

body .gform_wrapper .gfield_error .clear-multi .ginput_container_date .select {
	border-color: #e75454;
}

.s-hidden {
	display: none;
}

.styledSelect {
	padding: 10px 45px 10px 20px;
	position: relative;
	height: 50px;
	z-index: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	border-radius: 50px !important;
	background-color: #F2F2F3;
	border: 2px solid rgb(71 71 71 / 60%);
	box-shadow: none;
	font-size: 16px !important;
	line-height: 28px;
	color: #1E2937 !important;
	text-transform: none;
	letter-spacing: 0px;
	transition: all 0.3s;
}

.styledSelect:focus {
	border: 2px solid #a65d43;
}

body .gform_wrapper .gfield_required {
	color: rgb(71 71 72 / 40%);
	font-weight: 400 !important;
	margin-left: 2px;
	text-transform: lowercase;
	letter-spacing: -0.3px;
}

body .gform_wrapper .gfield_time_ampm select {
	width: 80px !important;
	padding-bottom: 17px !important;
	padding-top: 17px !important;
}

.styledSelect:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(calc(-50% + 1px));
	right: 18px;
	line-height: 1;
	width: 14px;
	height: 8px;
	background: url(../img/arrow-down-black.svg) no-repeat center;
}

.styledSelect.active:after {
	background: url("../img/arrow-down-black.svg") no-repeat center;
	transform: translateY(-50%) rotate(180deg);
}

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: #f2f2f3;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 30px;
	padding-top: 0;
	padding-bottom: 0;
	max-height: 300px;
	overflow-y: auto;
	border: 2px solid #137ca6;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}

body form .options li {
	margin: 0;
	padding: 10px 20px 10px;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: -0.18px;
	color: #1E2937;
	text-transform: none;
	cursor: pointer;
}

body form .options li:hover {
	background-color: #DBE9EE;
}

.options li::before {
	display: none !important;
}

.options li[rel=""] {
	display: none;
}

.options .active {
	background-color: #DBE9EE;
	position: relative;
	cursor: default;
	pointer-events: none;
}

.styledSelect.noplaceholder .text-ellipses {
	color: rgba(71, 71, 71, 0.6);
}

/* 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;
}

.checkbox-container:hover input~.checkmark {
	background-color: #ccc;
}

.checkbox-container input:checked~.checkmark {
	background-color: var(--green);
}

.checkbox-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-container input:checked~.checkmark:after {
	display: block;
}

.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);
}

.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;
}

.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.radio-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

.radio-container:hover input~.checkmark {
	background-color: #ccc;
}

.radio-container input:checked~.checkmark {
	background-color: var(--green);
}

.radio-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.radio-container input:checked~.checkmark:after {
	display: block;
}

.radio-container .checkmark:after {
	top: 7px;
	left: 7.5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}

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.14px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.gform_wrapper.gform_validation_error .gform_body ul .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: "Rubik", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #474747;
	line-height: 24px;
	margin-bottom: 8px;
	letter-spacing: -0.5px;
	margin-top: 0 !important;
}

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 #33333380;
	box-shadow: none;
	font-size: 16px !important;
	line-height: 28px !important;
	color: var(--green) !important;
	width: 100% !important;
	height: 60px;
	padding: 17px 20px !important;
	transition: all 0.3s;
}

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: rgba(71, 71, 71, 0.6);
}

html body .gform_wrapper form .gform_fields .gfield .styledSelect .text-ellipses {
	color: rgba(71, 71, 71, 0.6) !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: 2px solid #137CA6;
}

html body .gform_wrapper form .gform_fields .gfield textarea {
	height: 195px;
	resize: none;
}

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;
}

input:-webkit-autofill {
	-webkit-text-fill-color: #666666 !important;
}

html body .gform_wrapper form .gform_fields .gfield .styledSelect .text-ellipses.valueAdded {
	color: #1E2937 !important;
}

html body .gform_wrapper form .gform_fields .gfield.gfield_error:not(.top-text):not(.recaptcha-field) {
	margin-bottom: 15px !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: 10px;
	color: #e11919;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	padding-top: 5px;
	line-height: normal;
	letter-spacing: -0.13px;
	padding-right: 7px;
	display: none;
}

html body .gform_wrapper .validation_message {
	font-size: 10px;
	color: #e11919;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	padding-top: 5px;
}

html body .gform_wrapper .gfield_error .gfield_required {
	color: #d53b12;
	text-transform: capitalize;
}

html body .gform_wrapper div.validation_error {
	border: 0;
	font-size: 20px;
	color: #f02525;
	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: 2px solid #D73F09 !important;
}

html body .gform_wrapper .gfield_checkbox li input[type="checkbox"]:checked+label,
html body .gform_wrapper .gfield_radio li input[type="radio"]:checked+label {
	font-weight: normal;
}

html body .gform_wrapper .gform_fields .gfield.gfield_error+.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 li {
	display: block;
	position: relative;
	margin-bottom: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html body .gform_wrapper .gfield_radio li:before {
	display: none !important;
}

html body .gform_wrapper .gfield_radio li input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

html body .gform_wrapper .gfield_radio li label {
	padding-left: 40px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	padding-bottom: 2px;
}

html body .gform_wrapper .gfield_radio li 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 li input~label:hover:before {
	background-color: #ccc;
}

html body .gform_wrapper .gfield_radio li:hover input~label {
	font-weight: normal;
}

html body .gform_wrapper .gfield_radio li input:checked~label:before {
	background-color: var(--green);
	border-color: var(--green);
}

html body .gform_wrapper .gfield_radio li label:after {
	content: "";
	position: absolute;
	display: none;
}

html body .gform_wrapper .gfield_radio li input:checked~label:after {
	display: block;
}

html body .gform_wrapper .gfield_radio li label:after {
	top: 10px;
	left: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}

html body .gform_wrapper .gfield_checkbox li {
	display: block;
	position: relative;
	margin-bottom: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html body .gform_wrapper .gfield_checkbox li:before {
	display: none !important;
}

html body .gform_wrapper .gfield_checkbox li input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

html body .gform_wrapper .gfield_checkbox li label {
	padding-left: 40px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	padding-bottom: 2px;
}

html body .gform_wrapper .gfield_checkbox li label:before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: #f2f2f3;
	border: 2px solid #8c8c8c;
	border-radius: 6px;
}

html body .gform_wrapper .gfield_checkbox li input~label:hover:before {
	background-color: #ccc;
}

html body .gform_wrapper .gfield_checkbox li:hover input~label {
	font-weight: normal;
}

html body .gform_wrapper .gfield_checkbox li input:checked~label:before {
	background-color: #12749B;
	border-color: #12749B;
}

html body .gform_wrapper .gfield_checkbox li label:after {
	content: "";
	position: absolute;
	display: none;
}

html body .gform_wrapper .gfield_checkbox li input:checked~label:after {
	display: block;
}

html body .gform_wrapper .gfield_checkbox li label:after {
	left: 8px;
	top: 4px;
	width: 8px;
	height: 14px;
	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_footer {
	text-align: left;
	padding: 10px 0 0;
	margin: 0;
}

html body .gform_wrapper form .gform_footer input[type="submit"] {
	color: #1E2937;
	background-color: #F68C1E;
	font-size: 20px !important;
	line-height: 32px !important;
	padding: 12px 24px 12px;
	font-weight: 700 !important;
	border: 2px solid #F68C1E;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	border-radius: 50px;
	-webkit-appearance: none;
	transition: all 0.3s;
	box-sizing: border-box;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	max-width: 300px;
	width: 100%;
}

html body .gform_wrapper form .gform_footer input[type="submit"]:hover {
	background-color: transparent;
	color: #1E2937;
	text-decoration: none;
	border: 2px solid #F68C1E;
}

body .gform_wrapper.gform_validation_error .gform_body ul .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 .gfield.gfield_error.gf_left_half,
body .gform_wrapper.gform_validation_error .top_label .gfield.gfield_error.gf_right_half {
	max-width: 50%;
	margin-right: 0 !important;
}

.coming-soon-content {
	min-height: calc(100vh - 381px);
}

/* / ================= Cookie Policy Style ================= / */
#cookie-notice {
	background-color: rgb(3 70 67 / 85%) !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: 4px 10px;
	min-width: 110px;
	font-weight: 500;
	border-radius: 10px;
	text-align: center;
	background-color: #F9D363;
	border: 1px solid #F9D363;
	font-family: "Montserrat", sans-serif;
	text-decoration: none;
	line-height: 30px;
	color: var(--green);
}

#cookie-notice .cookies-button-container .cookies-button:hover {
	background-color: #fff !important;
	color: #333333;
	opacity: 1;
}

.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: fixed;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -999;
	background-color: #fff;
	color: #333;
	font-size: 14px;
}

a.skip-main:focus,
a.skip-main:active {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgb(0 0 0 / 60%);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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);
}

#wpadminbar+header {
	top: 32px;
}

header {
	position: sticky;
	top: 0;
	z-index: 100;
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,.05);
}

header .find-location .elementor-button{
	font-size: 20px !important;
}

header .find-location .elementor-button .elementor-button-text{
	letter-spacing: 0 !important;
}

header .find-location .elementor-button-icon svg {
	width: 15px;
	transition: all 0.3s;
}

.find-location .elementor-button:hover svg path {
	fill: var(--green);
}

header .learn-more .elementor-button-icon svg {
	width: 20px;
}

header .learn-more .elementor-button {
	text-underline-offset: 3px;
	font-weight: 600 !important;
}

header .learn-more .elementor-button:hover {
	text-decoration: none !important;
}

header .header-gtranslate .gtranslate_wrapper .gt_selected {
	background: none !important;
}

header .header-gtranslate .gtranslate_wrapper .gt_selected a {
	border: 1px solid #034643;
	background: transparent;
	border-radius: 10px;
	padding: 18px 16px 18px;
	width: auto !important;
	font-size: 20px;
	line-height: 22px;
	color: var(--green);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 6px;
}

header .header-gtranslate .gtranslate_wrapper .gt_selected a img {
	width: 42px !important;
	height: 25px !important;
}

header .header-gtranslate .gtranslate_wrapper .gt_option,
header .header-gtranslate .gtranslate_wrapper .gt_switcher {
	width: 160px !important;
}

header .header-gtranslate .gt_switcher .gt_selected a:after {
	width: 20px !important;
	top: 18px;
	background-size: 20px !important;
	right: 20px !important;
	background: url(../img/chevron-down.svg) no-repeat center;
}

header .header-gtranslate .gt_switcher .gt_option a img,
header .header-gtranslate .gtranslate_wrapper .gt_selected a img{
    display: none;
}

header .header-gtranslate .gt_switcher .gt_option {
	position: absolute;
	background: #fff;
	border: 1px solid var(--green);
	border-radius: 10px;
	margin-top: 2px;
	height: max-content !important;
	max-height: 210px !important;
	padding: 7px 0;
}

header .header-gtranslate .gt_switcher .gt_option::-webkit-scrollbar-track {
	margin: 10px !important;
}

header .header-gtranslate .gt_switcher .gt_option a {
	padding: 16px 20px 16px;
	font-family: "Montserrat";
	display: flex;
	align-items: center;
	gap: 10px;
}

header .header-gtranslate .gt_switcher .gt_option a:hover{
    background-color: #F3F9F5;
}

.loc-map-popup .popup-phone a,
.loc-map-popup .popup-address a {
	text-decoration: none;
}

.loc-map-popup .popup-phone a:hover,
.loc-map-popup .popup-address a:hover {
	text-decoration: underline;
}

/* header .header-gtranslate .gt_switcher .gt_option a:last-child {
	padding-bottom: 12px;
} */

.hero-section .hero-content {
	max-width: 600px;
}

.expect-cta-section .elementor-widget-icon-box .elementor-icon-box-title {
	margin-top: 0;
}

.happy-family-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 60px;
	border-radius: 17px;
}

.happy-family-slider .swiper-pagination .swiper-pagination-bullet {
	transition: all 0.3s;
}

.map-section {
	background-color: var(--white);
	padding: 29px 30px;
	border-radius: 10px;
}

.map-wrapper .map-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.map-wrapper .map-head .hide-map {
	color: var(--green);
	font-weight: 700;
	font-size: 18px;
	position: relative;
	cursor: pointer;
	padding-right: 28px;
}

.map-wrapper .map-head .hide-map::after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	background: url(../img/chevron-up.svg) no-repeat center / contain;
	right: 0;
	top: 4px;
	transition: all 0.3s;
}

.map-wrapper .map-head .hide-map.active::after {
	transform: rotate(180deg);
}

.use-my-location {
	text-decoration: none !important;
	color: var(--green) !important;
	position: relative;
}

.use-my-location::before {
	content: '';
	width: 15px;
	height: 20px;
	background: url(../img/location-pin-icon.svg) no-repeat center / contain;
	position: absolute;
	left: -26px;
	top: 2px;
}

.use-my-location:hover {
	text-decoration: underline !important;
}

.frc-map-filtration .use-my-location {
	display: none;
}

.map-wrapper .map-body {
	margin-top: 24px;
	border-radius: 10px;
	overflow: hidden;
}

.map-body .facetwp-type-map {
	margin-bottom: 0 !important;
}

.happy-family-slider .elementor-swiper-button:hover {
	opacity: 0.8;
}

.location-cards-section {
	padding: 31px 0 0;
}

.location-cards-section .show-result {
	font-size: 18px;
	color: #2E4052;
	font-weight: 600;
}

.location-cards-section .show-result.no-result {
	display: none;
}

.location-cards-section .loc-cards-wrapper {
	display: flex;
	flex-direction: column;
	overflow: auto;
	max-height: 650px;
	margin-top: 31px;
	padding: 0 21px 30px 30px;
}

.loc-cards-wrapper .location-card {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #33333380;
	padding: 0 10px 32px;
	margin-bottom: 32px;
}

.loc-cards-wrapper .location-card:last-child {
	border: none;
	margin: 0;
}

.loc-cards-wrapper .location-card .loc-detail {
	display: flex;
	width: calc(100% - 182px);
	flex-wrap: wrap;
}

.loc-cards-wrapper .location-card .location-title {
	width: 30.63%;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
}

.loc-cards-wrapper .location-card .address-call .phone a,
.loc-cards-wrapper .location-card .address-call .address a {
	text-decoration: none !important;
}

.loc-cards-wrapper .location-card .address-call .phone a:hover,
.loc-cards-wrapper .location-card .address-call .address a:hover {
	text-decoration: underline !important;
}

.loc-cards-wrapper .location-card .location-title a {
	font-family: "Gelica", sans-serif;
	text-decoration: none;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 12px;
}

.loc-cards-wrapper .location-card .schedule-persons em {
	font-style: normal;
    font-weight: 600;
    font-size: 14px;
}

.loc-cards-wrapper .location-card .location-title .miles {
	display: none;
	font-size: 18px;
	font-weight: 600;
	color: #2E4052;
	margin-top: 22px;
}

.frc-location-map-section:has(.zip-code .locate-me.f-reset) .loc-cards-wrapper .location-card .miles {
	display: inline-block;
}

.loc-cards-wrapper .location-card .address-call {
	width: 31.43%;
	padding-right: 30px;
	display: flex;
	flex-direction: column;
}

.loc-cards-wrapper .location-card .address-call .phone {
	margin-top: 22px;
}

.loc-cards-wrapper .location-card .schedule-persons .schedule,
.loc-cards-wrapper .location-card .schedule-persons .persons,
.loc-cards-wrapper .location-card .address-call .address,
.loc-cards-wrapper .location-card .address-call .phone {
	text-decoration: none;
	display: block;
	font-weight: 400;
	position: relative;
	padding-left: 25px;
}

.loc-cards-wrapper .location-card .address-call .address p {
	display: inline-block;
}

.frc-map-filtration .zip-code input[type="text"]::placeholder {
	color: #034643;
}

.loc-cards-wrapper .location-card .address-call .address:hover,
.loc-cards-wrapper .location-card .address-call .phone:hover,
.loc-cards-wrapper .location-card .location-title a:hover,
.loc-cards-wrapper .location-card .schedule-persons a:hover {
	text-decoration: underline;
}

.loc-cards-wrapper .location-card .persons::before,
.loc-cards-wrapper .location-card .schedule::before,
.loc-cards-wrapper .location-card .phone::before,
.loc-cards-wrapper .location-card .address::before {
	content: '';
	width: 15px;
	height: 20px;
	position: absolute;
	left: -1px;
	top: 2px;
}

.loc-cards-wrapper .location-card .address-call .satellite-location {
	padding-left: 26px;
	margin-top: 3px;
	position: relative;
	cursor: pointer;
}

.loc-cards-wrapper .location-card .address-call .satellite-location::after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: -1px;
	top: 0px;
	background: url(../img/icon-info.svg) no-repeat center / contain;
}

.loc-cards-wrapper .location-card .address-call .satellite-location h5 {
	font-family: Montserrat;
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
}

.loc-cards-wrapper .location-card .address-call .satellite-location p {
	position: absolute;
	top: 0;
	left: 2px;
	background: #fff;
	z-index: 2;
	border-radius: 20px;
	padding: 12px 15px 15px 38px;
	box-shadow: 0px 4px 22px 0px #00000017;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	font-size: 12px;
	font-weight: 500;
}

.loc-cards-wrapper .location-card .address-call .satellite-location p::after {
	content: "";
	position: absolute;
	top: 13px;
	left: 16px;
	width: 16px;
	height: 16px;
	background: url(../img/icon-info.svg) no-repeat center / contain;
}

.loc-cards-wrapper .location-card .address-call .satellite-location:hover p {
	opacity: 1;
	visibility: visible;
}

.loc-cards-wrapper .location-card .persons::before {
	background: url(../img/icon-person.svg) no-repeat center / contain;
}

.loc-cards-wrapper .location-card .schedule::before {
	background: url(../img/icon-clock.svg) no-repeat center / contain;
}

.loc-cards-wrapper .location-card .phone::before {
	background: url(../img/icon-phone.svg) no-repeat center / contain;
}

.loc-cards-wrapper .location-card .address::before {
	background: url(../img/location-pin-icon.svg) no-repeat center / contain;
}

.loc-cards-wrapper .location-card .schedule-persons {
	width: 37.94%;
	display: flex;
	flex-direction: column;
	gap: 22px;
	padding-right: 40px;
}

.loc-cards-wrapper .location-card .location-buttons {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 182px;
}

.loc-cards-wrapper .location-card .location-buttons a {
	text-decoration: none;
	color: var(--gray);
}

.loc-cards-wrapper .location-card .location-buttons a.visit-site {
	background-color: var(--green);
	color: #fff;
	border-color: var(--green);
}

.loc-cards-wrapper .location-card .location-buttons a.visit-site:hover {
	background-color: transparent;
	color: var(--green);
}

.map-section .map-tabs {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 72px;
	font-size: 18px;
	font-weight: 700;
	color: var(--green);
}

.map-section .map-tabs .map-tab {
	padding: 0 6px 3px;
	position: relative;
	cursor: pointer;
}

.map-section .map-tabs .map-tab::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: var(--yellow);
	opacity: 0;
	transition: all 0.3s;
}

.map-section .map-tabs .map-tab:hover::after,
.map-section .map-tabs .map-tab.active::after {
	opacity: 1;
}

.loc-map-popup {
	display: flex;
	flex-direction: column;
}

.loc-map-popup .popup-title {
	text-decoration: none;
}

.loc-map-popup em {
	font-size: 12px;
}

.location-details .frc-hours em{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.loc-map-popup .popup-title:hover {
	text-decoration: underline;
}

.loc-map-popup .popup-address,
.loc-map-popup .popup-hours,
.loc-map-popup .popup-phone,
.loc-map-popup .popup-age {
	padding-left: 30px;
	position: relative;
	margin-top: 8px;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
}

.loc-map-popup .popup-age {
	margin-top: 10px;
}

.loc-map-popup .popup-address:hover,
.loc-map-popup .popup-phone:hover {
	text-decoration: underline;
}

.loc-map-popup .popup-address::after,
.loc-map-popup .popup-hours::after,
.loc-map-popup .popup-phone::after,
.loc-map-popup .popup-age::after {
	content: '';
	width: 12px;
	height: 17px;
	position: absolute;
	left: 4px;
	top: 3px;
}

.loc-map-popup .popup-address::after {
	background: url(../img/location-pin-icon.svg) no-repeat center / contain;
}

.loc-map-popup .popup-hours::after {
	background: url(../img/icon-clock.svg) no-repeat center / contain;
}

.loc-map-popup .popup-phone::after {
	background: url(../img/icon-phone.svg) no-repeat center / contain;
}

.loc-map-popup .popup-age::after {
	background: url(../img/icon-person.svg) no-repeat center / contain;
}

.location-details .address-hours .frc-hours strong,
.loc-cards-wrapper .location-card .schedule-persons .schedule strong {
	font-weight: 500;
}

.map-body .gm-style-iw.gm-style-iw-c {
	max-width: 350px !important;
	padding-left: 30px;
	max-height: 280px !important;
}

.map-body .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
	margin-top: -10px;
	padding-right: 10px;
	padding-bottom: 14px;
}

.map-body .gm-style-iw.gm-style-iw-c .gm-style-iw-d h4 {
	line-height: 1.2;
}

.map-body .gm-style-iw.gm-style-iw-c .loc-map-popup .popup-address a {
	line-height: 1.5
}

.map-body .gm-style-iw.gm-style-iw-c .gm-style-iw-chr button {
	position: absolute;
	right: 0px;
	top: 0px;
	opacity: 1;
}

.map-body .gm-style-iw.gm-style-iw-c .gm-style-iw-chr button span {
	background-color: var(--green);
}

.loc-map-popup .elementor-button {
	text-decoration: none;
	max-width: auto;
	color: var(--green);
	font-family: 'Montserrat', sans-serif;
	padding: 5px 0 4px;
	width: calc(50% - 8px);
}

.loc-map-popup .map-popup-buttons {
	display: flex;
	gap: 15px;
	margin-top: 17px;
}

.map-body .facetwp-map-filtering {
	display: none !important;
}

.frc-map-filtration .facetwp-type-reset {
	position: absolute;
	right: 3px;
	bottom: -32px;
}

.frc-map-filtration .facetwp-type-reset .facetwp-reset {
	color: var(--green);
	border: none;
	padding: 0;
	font-size: 16px;
	position: relative;
	padding-left: 16px;
	background: transparent !important;
	outline: none !important;
}

.frc-map-filtration .facetwp-type-reset .facetwp-reset::before {
	content: '';
	width: 12px;
	height: 16px;
	position: absolute;
	top: 3px;
	left: 0;
	background: url(../img/reset-facetwp.svg) no-repeat center / contain;
}

.loc-map-popup .elementor-button:hover {
	background-color: #fff;
}

.frc-map-filtration .facetwp-type-reset .facetwp-reset:hover {
	text-decoration: underline;
}

.loc-map-popup .elementor-button.visit-site {
	color: #fff;
	background-color: var(--green);
	border-color: var(--green);
}

.loc-map-popup .elementor-button.visit-site:hover {
	color: var(--green);
	background-color: var(--white);
	border-color: var(--green);
}

.location-services {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}

.location-services .loc-service {
	width: calc(33.33% - 20px);
	border: 2px solid var(--green);
	border-radius: 10px;
	padding: 18px 30px 18px 28px;
	min-height: 100px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	position: relative;
}

.location-service-wrapper {
	padding: 66px 15px;
}

.location-service-wrapper .service-title,
.location-service-wrapper .service-subtitle {
	text-align: center;
}

.location-service-wrapper .service-title {
	color: #2E4052;
}

.location-service-wrapper .service-subtitle {
	margin-top: 8px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-bottom: 0;
}

.location-service-wrapper .location-services {
	margin-top: 30px;
}

.location-services .loc-service .service-card-inner {
	display: flex;
	align-items: center;
	gap: 16px;
}

.location-details .address-hours .location-address p,
.location-details .phone-email p {
	margin: 0;
}

.location-services .loc-service .service-icon {
	min-width: 58px;
	height: 30px;
	text-align: center
}

.location-services .loc-service .service-icon img {
	max-width: 100%;
	max-height: 100%;
}

.location-services .loc-service .service-card-inner{
	gap: 12px;
}

.location-services .loc-service.hidden-service {
	display: none;
}

.location-services .loc-service:not(.card-hidden) {
	display: flex !important;
	align-items: center;
}

.location-services .view-more-wrap {
	margin-top: -7px;
}

.location-services .view-more-wrap:has(a[style="display: none;"]) {
	display: none;
}

.location-services .view-more {
	display: inline-block;
	color: var(--gray);
	cursor: pointer;
	text-decoration: none;
	position: relative;
}

.location-services .view-more::after {
	content: '';
	width: 16px;
	height: 12px;
	background: url(../img/arrow-down.svg) no-repeat center / contain;
	display: inline-block;
	margin-left: 6px;
}

.location-services .view-more:hover {
	text-decoration: underline;
}

.fs-dropdown .fs-options::-webkit-scrollbar,
.loc-cards-wrapper::-webkit-scrollbar {
	width: 9px;
}

.fs-dropdown .fs-options::-webkit-scrollbar-track,
.loc-cards-wrapper::-webkit-scrollbar-track {
	background: #F3F9F5;
	border-radius: 10px;
}

.fs-dropdown .fs-options::-webkit-scrollbar-thumb,
.loc-cards-wrapper::-webkit-scrollbar-thumb {
	background: var(--green);
	border-radius: 10px;
}

.frc-map-filtration {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
}

.frc-map-filtration label {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 13px;
}

.frc-map-filtration .facetwp-facet {
	margin: 0;
}

.frc-map-filtration .facetwp-facet .fs-label-wrap {
	border: 1px solid #33333380;
	border-radius: 10px;
	padding: 16px 40px 14px 12px;
}

.proxi-search .elementor-button:focus{
    color: var(--blue)
}

.frc-map-filtration .facetwp-facet .fs-label-wrap .fs-arrow {
	width: 18px;
	height: 20px;
	border: none;
	background: url(../img/chevron-up.svg) no-repeat center / contain;
	transform: rotate(180deg);
	right: 19px;
}

.frc-map-filtration .facetwp-facet .fs-label-wrap .fs-label {
	font-weight: 400;
	color: var(--green);
}

.frc-map-filtration .zip-code .facetwp-facet-frc_zip {
	display: flex;
}

.frc-map-filtration .zip-code input[type="text"] {
	border: 1px solid #939694;
	border-radius: 10px;
	padding: 17px 20px;
	font-size: 16px;
	color: var(--green);
}

.frc-map-filtration .zip-code input[type="button"] {
	min-width: 119px;
	background: var(--yellow);
	border: 2px solid var(--yellow);
	border-radius: 10px;
	font-size: 18px;
	color: var(--green);
	font-weight: 500;
	margin-left: 13px;
}

.frc-map-filtration .zip-code .proxi-search {
	display: flex;
	gap: 15px;
	width: 100%;
}

.frc-map-filtration .zip-code .proxi-search .facetwp-type-proximity {
	width: calc(100% - 134px);
}

.frc-map-filtration .zip-code .proxi-search .elementor-button::after {
	display: none;
}

.frc-map-filtration .zip-code .proxi-search .elementor-button {
	width: 119px;
	text-decoration: none;
}

.frc-map-filtration .zip-code .location-results {
	border: 1px solid #939694;
	border-radius: 10px;
	width: calc(100% + 135px);
	margin-top: 2px;
}

.frc-map-filtration .zip-code .location-results .location-result {
	padding: 7px 20px;
	font-weight: 400;
}

.frc-map-filtration .zip-code .location-results .location-result .result-main {
	font-size: 14px;
}

gmp-advanced-marker[aria-label="Your location"] {
	display: none;
}

.frc-map-filtration .zip-code {
	z-index: 2;
}

.frc-map-filtration .zip-code .location-results .location-result:hover,
.frc-map-filtration .zip-code .location-results .location-result.active {
	background-color: #F3F9F5;
}

.frc-map-filtration .zip-code .location-results .location-attribution {
	display: none;
}

.frc-map-filtration .zip-code input[type="button"]:hover {
	background: var(--white);
}

.frc-map-filtration .zip-code .facetwp-input-wrap {
	width: 100%;
}

.frc-map-filtration .zip-code .facetwp-input-wrap .locate-me,
.frc-map-filtration .zip-code select {
	display: none;
}

.frc-map-filtration .zip-code .facetwp-facet-frc_proximity .facetwp-input-wrap {
	position: relative;
}

.frc-map-filtration .select-service {
	width: calc(36.33% - 15px);
}

.frc-map-filtration .select-service.age {
	width: calc(28.03% - 15px);
}

.frc-map-filtration .zip-code {
	width: calc(35.63% - 0px);
}

.frc-map-filtration .select-service .fs-wrap {
	width: 100%;
	cursor: pointer;
}

.frc-map-filtration .select-service .fs-wrap[aria-expanded="true"] .fs-arrow {
	transform: rotate(0deg)
}

.frc-map-filtration .zip-code .facetwp-facet-frc_zip .facetwp-input-wrap .facetwp-icon {
	position: static;
	opacity: 1;
}

.frc-map-filtration .zip-code input[type="text"] {
	width: 100%;
	min-width: unset;
}

.frc-map-filtration .zip-code .facetwp-facet-frc_zip .facetwp-input-wrap {
	display: flex;
	flex-direction: row-reverse;
	gap: 15px;
	width: 100%;
}

.frc-map-filtration .zip-code .facetwp-facet-frc_zip .facetwp-input-wrap .facetwp-icon::before {
	content: 'Search';
	background: var(--yellow);
	width: 117px;
	border: 2px solid var(--yellow);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-size: 18px;
	font-weight: 500;
	transition: all 0.3s;
	animation: none !important;
}

.frc-map-filtration .zip-code .facetwp-facet-frc_zip .facetwp-input-wrap .facetwp-icon:hover::before {
	background: #fff;
}

.map-section .map-body .GMAMP-maps-pin-view {
	width: 20px !important;
	background: url(../img/marker.svg) no-repeat center / contain
}

.map-section .map-body .GMAMP-maps-pin-view svg {
	opacity: 0;
	visibility: hidden;
}

.facetwp-type-fselect .fs-option .fs-option-label {
	white-space: unset !important;
	word-break: normal;
	line-height: 1.5;
	color: var(--green);
	font-weight: 400;
}

.location-details {
	display: flex;
	flex-wrap: wrap;
}

.location-details h5 {
	font-family: "Montserrat";
	font-size: 20px;
	color: var(--black);
	margin: 0;
	font-weight: 600;
}

.location-details p,
.location-details a {
	color: #000;
	display: inline-block;
	margin-top: 6px;
	font-weight: 400;
}

.location-details a{
	word-break: break-word !important;
}

.location-details .phone-email {
	width: 33.33%;
	padding-right: 30px;
}

.location-details .address-hours .frc-address {
	padding-left: 59px;
	position: relative;
}

.location-details .address-hours .frc-hours {
	padding-left: 68px;
	position: relative;
}

.location-details .parking-info,
.location-details .phone-email .frc-web,
.location-details .phone-email .frc-email,
.location-details .phone-email .phone-num {
	padding-left: 48px;
	position: relative;
}

.location-details .parking-info::before,
.location-details .address-hours .frc-address::before,
.location-details .address-hours .frc-hours::before,
.location-details .phone-email .frc-web::before,
.location-details .phone-email .frc-email::before,
.location-details .phone-email .phone-num::before {
	content: '';
	width: 25px;
	height: 30px;
	position: absolute;
	left: 7px;
	top: 0;
}

.location-details .parking-info::before {
	background: url(../img/parking-icon.svg) no-repeat center / contain;
	top: 22px;
	width: 22px;
	left: 9px;
}

.location-details .parking-info {
	width: 100%;
	border-top: 1px solid #33333380;
	margin-top: 23px;
	padding-top: 22px;
}

.location-details .parking-info p:empty {
	display: none !important;
}

.location-details .phone-email .frc-email {
	margin-top: 21px;
}

.location-details .phone-email .frc-web {
	margin-top: 20px;
}

.location-details .address-hours .frc-address::before {
	background: url(../img/location-pin-icon.svg) no-repeat center / contain;
	left: 22px;
	width: 19px;
}

.location-details .address-hours .frc-hours::before {
	background: url(../img/icon-clock.svg) no-repeat center / contain;
	left: 28px;
}

.location-details .phone-email .phone-num::before {
	background: url(../img/icon-phone.svg) no-repeat center / contain;
}

.location-details .phone-email .frc-email::before {
	background: url(../img/icon-email.svg) no-repeat center / contain;
}

.location-details .phone-email .frc-web::before {
	background: url(../img/icon-web.svg) no-repeat center / contain;
}

.location-details .address-hours {
	width: 66.66%;
	display: flex;
}

.location-details .address-hours .location-address {
	width: 50%;
	padding-right: 30px;
}

.location-details .address-hours .hours {
	width: 50%;
}

.select-service .fs-dropdown {
	border: 1px solid #33333380;
	z-index: 3;
	border-radius: 10px;
	overflow: hidden;
	padding: 8px 0;
	margin-top: 2px;
}

.select-service .fs-dropdown .fs-search {
	display: none;
}

.select-service .fs-wrap.multiple .fs-option .fs-checkbox i {
	width: 20px;
	height: 20px;
	left: 20px;
	margin: 0;
	top: 9px;
}

.select-service .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
	background-color: var(--green);
}

.select-service .fs-wrap.multiple .fs-option.selected .fs-checkbox i::before {
	content: '';
	left: 6px;
	top: 1px;
	width: 7px;
	height: 12px;
	border: solid var(--white);
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}

.select-service .fs-option {
	padding: 7px 10px 7px 50px !important;
}

.select-service .fs-option:hover {
	background-color: #F3F9F5;
}

.frc-map-filtration .zip-code .fcomplete-wrap {
	top: 100%;
}

.hero-gallery .elementor-widget-slides .swiper .swiper-slide,
.hero-gallery .elementor-widget-slides .swiper,
.hero-gallery .elementor-widget-slides {
	height: 100%;
}

.map-section .facetwp-type-pager {
	margin: 9px 0 0;
	display: none;
}

.map-section .facetwp-pager {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 17px;
}

.map-section .facetwp-pager a {
	text-decoration: none;
	color: #000000;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 400;
	transition: none;
	height: 30px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.map-section .facetwp-pager a.active {
	background: var(--green);
	color: #fff;
	width: 30px;
	min-width: 30px;
}

.map-section .facetwp-pager a.active {
	pointer-events: none;
}

.map-section .facetwp-pager a.next {
	font-size: 0;
	background: url(../img/arrow-right.svg) no-repeat center / contain;
	background-size: 21px;
	margin-left: 6px;
	width: 30px;
	position: relative;
	right: -4px;
}

.map-section .facetwp-pager a.prev {
	font-size: 0;
	background: url(../img/arrow-left.svg) no-repeat center / contain;
	background-size: 21px;
	margin-right: 14px;
	width: 30px;
}

.loc-cards-wrapper .noresult {
	text-align: center;
	margin: 70px 0 50px;
	font-size: 24px;
	font-family: "Gelica";
	font-weight: 500;
}

.gm-style-iw.gm-style-iw-c:has(.loc-map-popup)+.gm-style-iw-tc,
.gm-style-iw.gm-style-iw-c:has(.loc-map-popup) {
	display: block !important;
}

.gmnoprint.gm-style-cc, 
a[title="Report errors in the road map or imagery to Google"],
.gm-style-iw.gm-style-iw-c+.gm-style-iw-tc,
.gm-style-iw.gm-style-iw-c {
	display: none;
}

.popup-hours .highlight,
.location-details .address-hours .frc-hours .highlight,
.loc-cards-wrapper .location-card .schedule-persons .schedule .highlight{
    display: inline-block;
    background: #fad46380;
    padding: 2px 8px;
    border-radius: 5px;
    margin: 5px 0 5px;
    font-size: 14px;
    font-weight: 700;
}

.loc-cards-wrapper .location-card .address-call .phone{
    text-decoration: none !important;
}

.location-details .address-hours .frc-hours .highlight{
    margin: 5px 0 0;
}

/****G Translate****/

[lang="fa"] .header-gtranslate,
[lang="ar"] .header-gtranslate {
	margin: 0 0 0 20px !important;
}

[lang="fa"] .hero-section .hero-content-wrapper .hero-description, 
[lang="ar"] .hero-section .hero-content-wrapper .hero-description{
    padding: 0;
}

[lang="fa"] header .header-gtranslate .gt_switcher .gt_option a,
[lang="fa"] header .header-gtranslate .gtranslate_wrapper .gt_selected a,
[lang="ar"] header .header-gtranslate .gt_switcher .gt_option a,
[lang="ar"] header .header-gtranslate .gtranslate_wrapper .gt_selected a {
	text-align: start;
}

[lang="ar"] header .header-gtranslate .gt_switcher .gt_selected a:after,
[lang="fa"] header .header-gtranslate .gt_switcher .gt_selected a:after {
	right: auto !important;
	left: 15px;
}

[lang="fa"] .location-details .phone-email,
[lang="ar"] .location-details .phone-email {
	padding-right: 0;
}

[lang="fa"] .lang-text p, 
[lang="ar"] .lang-text p{
    text-align: center !important;
}

[lang="fa"] .location-details .parking-info,
[lang="fa"] .location-details .phone-email .frc-web,
[lang="fa"] .location-details .phone-email .frc-email,
[lang="fa"] .location-details .phone-email .phone-num,
[lang="ar"] .location-details .parking-info,
[lang="ar"] .location-details .phone-email .frc-web,
[lang="ar"] .location-details .phone-email .frc-email,
[lang="ar"] .location-details .phone-email .phone-num {
	padding-right: 40px;
	padding-left: 0;
}

[lang="fa"] .location-details .parking-info::before,
[lang="fa"] .location-details .address-hours .frc-address::before,
[lang="fa"] .location-details .address-hours .frc-hours::before,
[lang="fa"] .location-details .phone-email .frc-web::before,
[lang="fa"] .location-details .phone-email .frc-email::before,
[lang="fa"] .location-details .phone-email .phone-num::before,
[lang="ar"] .location-details .parking-info::before,
[lang="ar"] .location-details .address-hours .frc-address::before,
[lang="ar"] .location-details .address-hours .frc-hours::before,
[lang="ar"] .location-details .phone-email .frc-web::before,
[lang="ar"] .location-details .phone-email .frc-email::before,
[lang="ar"] .location-details .phone-email .phone-num::before {
	left: auto;
	right: 0;
}

[lang="fa"] .location-details .address-hours .frc-hours,
[lang="fa"] .location-details .address-hours .frc-address,
[lang="ar"] .location-details .address-hours .frc-hours,
[lang="ar"] .location-details .address-hours .frc-address {
	padding-right: 40px;
	padding-left: 10px;
}

[lang="fa"] .map-wrapper .map-head .hide-map,
[lang="ar"] .map-wrapper .map-head .hide-map {
	padding-right: 0;
	padding-left: 28px;
}

[lang="fa"] .map-wrapper .map-head .hide-map::after,
[lang="ar"] .map-wrapper .map-head .hide-map::after {
	right: auto;
	left: 0;
}

[lang="fa"] .use-my-location::before,
[lang="ar"] .use-my-location::before {
	left: auto;
	right: -20px;
}

[lang="fa"] .happy-family-slider .swiper-pagination,
[lang="ar"] .happy-family-slider .swiper-pagination {
	left: 50% !important;
	transform: translate(-50%, -100%) !important;
}

[lang="fa"] .zig-zag-section .zz-content,
[lang="ar"] .zig-zag-section .zz-content {
	padding-left: 0;
	padding-right: 50px;
}

[lang="fa"] .zig-zag-section .zz-content .border-head,
[lang="ar"] .zig-zag-section .zz-content .border-head {
	padding: 0 20px 0 0;
	border-width: 0 8px 0 0;
}

[lang="fa"] .expect-cta-section .elementor-widget-icon-box .elementor-icon-box-wrapper,
[lang="ar"] .expect-cta-section .elementor-widget-icon-box .elementor-icon-box-wrapper {
	flex-direction: row;
}

[lang="fa"] .expect-cta-section .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon,
[lang="ar"] .expect-cta-section .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
	margin-right: 0;
	margin-left: 15px;
}

[lang="fa"] .hero-section .hero-content .elementor-widget-heading,
[lang="ar"] .hero-section .hero-content .elementor-widget-heading {
	padding-right: 0 !important;
}

[lang="fa"] .frc-map-filtration .facetwp-facet .fs-label-wrap .fs-arrow,
[lang="ar"] .frc-map-filtration .facetwp-facet .fs-label-wrap .fs-arrow {
	right: auto;
	left: 15px;
}

[lang="fa"] .frc-map-filtration .facetwp-facet .fs-label-wrap,
[lang="ar"] .frc-map-filtration .facetwp-facet .fs-label-wrap {
	padding: 16px 0px 14px 40px;
}

[lang="fa"] .loc-cards-wrapper .location-card .location-title,
[lang="fa"] .loc-cards-wrapper .location-card .schedule-persons,
[lang="fa"] .loc-cards-wrapper .location-card .address-call,
[lang="ar"] .loc-cards-wrapper .location-card .location-title,
[lang="ar"] .loc-cards-wrapper .location-card .schedule-persons,
[lang="ar"] .loc-cards-wrapper .location-card .address-call {
	padding-right: 0;
	padding-left: 15px;
}

[lang="fa"] .loc-cards-wrapper .location-card .schedule-persons .schedule,
[lang="fa"] .loc-cards-wrapper .location-card .schedule-persons .persons,
[lang="fa"] .loc-cards-wrapper .location-card .address-call .address,
[lang="fa"] .loc-cards-wrapper .location-card .address-call .phone,
[lang="ar"] .loc-cards-wrapper .location-card .schedule-persons .schedule,
[lang="ar"] .loc-cards-wrapper .location-card .schedule-persons .persons,
[lang="ar"] .loc-cards-wrapper .location-card .address-call .address,
[lang="ar"] .loc-cards-wrapper .location-card .address-call .phone {
	padding-left: 0px;
	padding-right: 25px;
}

[lang="fa"] .loc-cards-wrapper .location-card .persons::before,
[lang="fa"] .loc-cards-wrapper .location-card .schedule::before,
[lang="fa"] .loc-cards-wrapper .location-card .phone::before,
[lang="fa"] .loc-cards-wrapper .location-card .address::before,
[lang="ar"] .loc-cards-wrapper .location-card .persons::before,
[lang="ar"] .loc-cards-wrapper .location-card .schedule::before,
[lang="ar"] .loc-cards-wrapper .location-card .phone::before,
[lang="ar"] .loc-cards-wrapper .location-card .address::before {
	left: auto;
	right: 0;
}

[lang="fa"] .loc-cards-wrapper .location-card .address-call .satellite-location,
[lang="ar"] .loc-cards-wrapper .location-card .address-call .satellite-location {
	padding-left: 0;
	padding-right: 26px;
}

[lang="fa"] .loc-cards-wrapper .location-card .address-call .satellite-location::after,
[lang="ar"] .loc-cards-wrapper .location-card .address-call .satellite-location::after {
	left: auto;
	right: 0;
}

[lang="fa"] .loc-cards-wrapper .location-card .address-call .satellite-location p,
[lang="ar"] .loc-cards-wrapper .location-card .address-call .satellite-location p {
	padding: 12px 35px 15px 15px;
	text-align: right;
}

[lang="fa"] .loc-cards-wrapper .location-card .address-call .satellite-location p::after,
[lang="ar"] .loc-cards-wrapper .location-card .address-call .satellite-location p::after {
	left: auto;
	right: 9px;
}

[lang="ar"] .map-section .facetwp-pager a.prev,
[lang="ar"] .map-section .facetwp-pager a.next,
[lang="fa"] .map-section .facetwp-pager a.prev,
[lang="fa"] .map-section .facetwp-pager a.next {
	transform: rotate(-180deg);
}

[lang="sw"] .info-bar .learn-more .elementor-button-content-wrapper,
[lang="es"] .info-bar .learn-more .elementor-button-content-wrapper {
	gap: 10px !important;
}

[lang="sw"] .info-bar .learn-more,
[lang="es"] .info-bar .learn-more {
	width: 210px !important;
}

[lang="sw"] .info-bar .elementor-widget-text-editor,
[lang="es"] .info-bar .elementor-widget-text-editor {
	width: calc(100% - 250px);
}

[lang="sw"] .loc-cards-wrapper .location-card .location-buttons a,
[lang="es"] .loc-cards-wrapper .location-card .location-buttons a {
	font-size: 16px !important;
	padding: 12px;
}

[lang="ar"] .loc-map-popup .popup-address,
[lang="ar"] .loc-map-popup .popup-hours,
[lang="ar"] .loc-map-popup .popup-phone,
[lang="ar"] .loc-map-popup .popup-age,
[lang="fa"] .loc-map-popup .popup-address,
[lang="fa"] .loc-map-popup .popup-hours,
[lang="fa"] .loc-map-popup .popup-phone,
[lang="fa"] .loc-map-popup .popup-age {
	padding-left: 0;
	padding-right: 30px;
}

[lang="ar"] .loc-map-popup .popup-address::after,
[lang="ar"] .loc-map-popup .popup-hours::after,
[lang="ar"] .loc-map-popup .popup-phone::after,
[lang="ar"] .loc-map-popup .popup-age::after,
[lang="fa"] .loc-map-popup .popup-address::after,
[lang="fa"] .loc-map-popup .popup-hours::after,
[lang="fa"] .loc-map-popup .popup-phone::after,
[lang="fa"] .loc-map-popup .popup-age::after {
	left: auto;
	right: 0;
}

[lang="ar"] .map-body .gm-style-iw.gm-style-iw-c .gm-style-iw-chr button,
[lang="fa"] .map-body .gm-style-iw.gm-style-iw-c .gm-style-iw-chr button {
	right: 0;
}

[lang="ar"] .single-hero-content,
[lang="fa"] .single-hero-content {
	padding-right: 0;
	padding-left: 30px;
}

[lang="ar"] .location-details .address-hours .location-address,
[lang="fa"] .location-details .address-hours .location-address {
	padding-left: 15px;
}

[lang="fa"] .hero-section .hero-content-wrapper,
[lang="ar"] .hero-section .hero-content-wrapper {
	justify-content: center !important;
	padding-left: 20px;
}

[lang="ar"] .happy-family-slider .elementor-swiper-button.elementor-swiper-button-next,
[lang="fa"] .happy-family-slider .elementor-swiper-button.elementor-swiper-button-next {
	transform: translate(-278px, -100%) rotate(180deg) !important;
}

[lang="ar"] .happy-family-slider .elementor-swiper-button.elementor-swiper-button-prev,
[lang="fa"] .happy-family-slider .elementor-swiper-button.elementor-swiper-button-prev {
	transform: translate(278px, -100%) rotate(180deg) !important;
}

[lang="ar"] .location-services .view-more::after,
[lang="fa"] .location-services .view-more::after{
	margin-right: 10px;
}

[lang="fa"] body p,
[lang="fa"] body .elementor-widget-text-editor,
[lang="fa"] body .elementor-widget-text-editor li,
[lang="ar"] body p,
[lang="ar"] body .elementor-widget-text-editor,
[lang="ar"] body .elementor-widget-text-editor li{
    text-align: right;
}

[lang="ar"] body .elementor-location-footer p,
[lang="fa"] body .elementor-location-footer p {
    text-align: center;
}

[lang="ar"] body,
[lang="fa"] body{
    overflow-x: hidden;
}

.gt_switcher:has(.gt_option a[title="Farsi"].gt_current) .gt_selected a,
[lang="fa"] .gt_switcher:has(.gt_option a[title="Farsi"].gt_current) .gt_selected a{
    font-size: 0;
	transition: none;
}

.gt_switcher:has(.gt_option a[title="Farsi"].gt_current) .gt_selected a::before,
[lang="fa"] .gt_switcher:has(.gt_option a[title="Farsi"].gt_current) .gt_selected a::before{
    content: "Farsi";
    font-size: 20px;
}

@media screen and (max-width: 1024px) {

	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: 32px;
	}

	body .lead-text.elementor-widget-text-editor,
	body .lead-text.elementor-widget-text-editor p {
		font-size: 18px;
	}

	.location-services .loc-service {
		width: calc(50% - 20px);
	}

	.location-cards-section .loc-cards-wrapper {
		padding: 0 10px 0 0;
	}

	.loc-cards-wrapper .location-card .loc-detail {
		width: 100%;
	}

	.loc-cards-wrapper .location-card .location-buttons {
		flex-direction: row;
		margin-top: 30px;
		width: 100%;
	}

	.loc-cards-wrapper .location-card .address-call,
	.loc-cards-wrapper .location-card .location-title,
	.loc-cards-wrapper .location-card .schedule-persons {
		width: 33.33%;
		padding-right: 25px;
	}

	.loc-cards-wrapper .location-card .address-call .phone {
		margin-top: 9px;
	}

	.loc-cards-wrapper .location-card .schedule-persons {
		gap: 12px;
	}

	.location-details .address-hours {
		width: 50%;
		flex-direction: column;
	}

	.location-details .phone-email {
		width: 50%;
	}

	.location-details .address-hours .hours {
		width: 100%;
		margin-top: 20px;
	}

	.location-details .address-hours .location-address {
		width: 100%;
		padding-right: 0px;
	}

	.location-details .address-hours .frc-hours {
		padding-left: 58px;
	}

	.location-details .address-hours .frc-hours::before {
		left: 18px;
	}

	header .find-location .elementor-button {
		font-size: 16px !important;
		padding: 10px;
	}

	header .header-gtranslate .gt_switcher .gt_selected a:after {
		right: 12px !important;
		top: 15px;
	}

	header .header-gtranslate .gtranslate_wrapper .gt_selected a {
		padding: 14px 13px;
		font-size: 18px;
	}

	header .header-gtranslate .gtranslate_wrapper .gt_selected a img {
		width: 25px !important;
		height: 20px !important;
	}

	header .header-gtranslate .gtranslate_wrapper .gt_option,
	header .header-gtranslate .gtranslate_wrapper .gt_switcher {
		width: 150px !important;
	}

	.coming-soon-content {
		min-height: calc(100vh - 322px);
	}

	.location-services .view-more-wrap {
		margin-top: -8px;
	}

	header .header-gtranslate .gt_switcher .gt_option a {
		padding: 14px 12px;
	}

	[lang="sw"] header .elementor-widget-theme-site-logo img,
	[lang="es"] header .elementor-widget-theme-site-logo img {
		max-width: 190px !important;
	}

	[lang="sw"] header .lang-section,
	[lang="es"] header .lang-section {
		width: calc(100% - 190px) !important
	}

	[lang="sw"] header .find-location a,
	[lang="es"] header .find-location a {
		font-size: 14px !important;
	}

	[lang="fa"] .location-details .phone-email,
	[lang="ar"] .location-details .phone-email {
		padding-left: 20px;
	}

	[lang="fa"] .location-details .phone-email .frc-web,
	[lang="ar"] .location-details .phone-email .frc-web {
		word-break: break-all;
	}

}

@media screen and (max-width: 767px) {

	body h1,
	body .h1,
	body .elementor-widget-heading h1.elementor-heading-title,
	body .elementor-widget-heading.h1 .elementor-heading-title {
		font-size: 35px;
		line-height: 41px;
	}

	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: 24px;
	}

	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: 20px;
	}

	body .lead-text.elementor-widget-text-editor,
	body .lead-text.elementor-widget-text-editor p {
		font-size: 16px;
	}

	.hero-section .hero-content {
		max-width: 100%;
	}

	.learn-more .elementor-button .elementor-button-text {
		font-size: 12px;
	}

	header .learn-more .elementor-button-icon svg {
		width: 12px;
	}

	header .learn-more {
		min-width: 111px !important;
	}

	.happy-family-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 30px;
	}

	.map-section .map-tabs {
		display: flex;
	}

	.map-section .tab-content:not(.active) {
		display: none;
	}

	.loc-cards-wrapper .location-card .address-call,
	.loc-cards-wrapper .location-card .location-title {
		width: 50%;
	}

	.loc-cards-wrapper .location-card .schedule-persons {
		margin-top: 20px;
		flex-direction: row;
		width: 100%;
		padding-right: 0;
	}

	.loc-cards-wrapper .location-card .schedule {
		width: calc(50% - 12px);
		padding-right: 20px;
	}

	.loc-cards-wrapper .location-card .persons {
		width: calc(50% - 12px);
	}

	.map-section {
		padding: 41px 15px 44px;
	}

	.location-cards-section .show-result {
		font-size: 12px;
	}

	.location-cards-section {
		padding: 26px 0 0;
	}

	.location-cards-section .loc-cards-wrapper {
		padding: 0;
		max-height: unset;
		margin-top: 12px;
	}

	.info-bar .elementor-button .elementor-button-content-wrapper {
		gap: 6px !important;
	}

	.info-bar .elementor-button .elementor-button-text {
		letter-spacing: 0
	}

	.frc-map-filtration .select-service.age {
		width: calc(50% - 0px);
	}

	.frc-map-filtration .select-service {
		width: calc(50% - 15px);
	}

	.frc-map-filtration .zip-code {
		width: 100%;
	}

	.map-body #facetwp-map {
		height: 703px !important;
	}

	.map-wrapper .map-head {
		display: none;
	}

	.frc-map-filtration .use-my-location {
		display: block;
		margin-left: 29px;
		margin-top: -5px;
	}

	.frc-map-filtration {
		justify-content: flex-start;
	}

	header .header-gtranslate .gtranslate_wrapper .gt_selected a {
		padding: 8px 8px;
		font-size: 16px;
		gap: 5px;
	}

	header .header-gtranslate .gtranslate_wrapper .gt_selected a img {
		width: 20px !important;
	}

	header .header-gtranslate .gt_switcher .gt_selected a:after {
		background-size: 16px !important;
		right: 8px !important;
		top: 8px;
	}

	header .header-gtranslate .gtranslate_wrapper .gt_option,
	header .header-gtranslate .gtranslate_wrapper .gt_switcher {
		width: 120px !important;
	}

	.location-services {
		gap: 20px;
	}

	.location-services .loc-service {
		width: calc(50% - 10px);
		min-height: 90px;
	}

	.location-services .view-more-wrap {
		margin-top: -3px;
	}

	.frc-map-filtration .facetwp-type-reset {
		right: 30px;
		bottom: 0px;
	}

	.map-section .facetwp-type-pager {
		display: block;
	}

	header .header-gtranslate .gt_switcher .gt_option a {
		padding: 12px 10px;
		font-size: 14px;
		gap: 5px;
	}

	.hero-section .hero-gallery {
		background-position: right 28% !important
	}

	#cookie-notice #cn-notice-text {
		flex-direction: column;
		align-items: flex-start;
	}

	#cookie-notice .cookies-message {
		max-width: 100%;
		flex: auto;
		margin: 0 0 10px;
	}

	#cookie-notice .cookies-button-container {
		margin: 0;
	}

	#cookie-notice .cookie-notice-container {
		padding: 20px 40px 20px 20px;
	}

	.coming-soon-content {
		min-height: calc(100vh - 221px);
	}

	.location-service-wrapper {
		padding: 40px 10px;
	}

	.location-service-wrapper .location-services {
		margin-top: 14px;
	}

	.location-details .parking-info {
		margin-top: 13px;
	}

	.map-body .gm-style-iw.gm-style-iw-c {
		max-height: max-content !important;
	}

	/*Language Code*/
	[lang="fa"] .zig-zag-section .zz-content,
	[lang="ar"] .zig-zag-section .zz-content {
		padding-right: 0px;
	}

	[lang="fa"] .frc-map-filtration .use-my-location,
	[lang="ar"] .frc-map-filtration .use-my-location {
		margin-left: 0;
		margin-right: 29px;
	}

	[lang="sw"] .info-bar .elementor-widget-text-editor,
	[lang="es"] .info-bar .elementor-widget-text-editor {
		width: calc(100% - 0px);
	}

	[lang="ar"] .single-hero-content,
	[lang="fa"] .single-hero-content {
		padding-right: 0;
		padding-left: 0px;
	}

	[lang="fa"] .hero-section .hero-content-wrapper,
	[lang="ar"] .hero-section .hero-content-wrapper {
		padding-left: 15px;
	}

	[lang="ar"] .happy-family-slider .elementor-swiper-button.elementor-swiper-button-next,
	[lang="fa"] .happy-family-slider .elementor-swiper-button.elementor-swiper-button-next {
		transform: translate(-220px, -100%) rotate(180deg) !important;
	}

	[lang="ar"] .happy-family-slider .elementor-swiper-button.elementor-swiper-button-prev,
	[lang="fa"] .happy-family-slider .elementor-swiper-button.elementor-swiper-button-prev {
		transform: translate(220px, -100%) rotate(180deg) !important;
	}

}


@media screen and (max-width: 600px) {
	.loc-cards-wrapper .location-card .address-call {
		width: 100%;
		padding: 0;
		margin-top: 10px;
		gap: 0px;
	}

	.loc-cards-wrapper .location-card .persons::before,
	.loc-cards-wrapper .location-card .schedule::before,
	.loc-cards-wrapper .location-card .phone::before,
	.loc-cards-wrapper .location-card .address::before {
		left: 3px;
		top: 3px;
	}

	.loc-cards-wrapper .location-card .schedule-persons .schedule,
	.loc-cards-wrapper .location-card .schedule-persons .persons,
	.loc-cards-wrapper .location-card .address-call .address {
		padding-left: 30px;
	}

	.loc-cards-wrapper .location-card .location-title {
		width: 100%;
		padding: 0;
		flex-direction: row;
	}

	.loc-cards-wrapper .location-card .location-title a {
		width: calc(100% - 70px);
	}

	.loc-cards-wrapper .location-card .location-title .miles {
		margin-top: 0;
		min-width: 70px;
		text-align: end;
		padding: 1px 3px 0 0;
	}

	.loc-cards-wrapper .location-card .schedule-persons {
		flex-direction: column;
		width: 100%;
		margin-top: 9px;
		gap: 9px
	}

	.loc-cards-wrapper .location-card .persons,
	.loc-cards-wrapper .location-card .schedule {
		width: 100%;
		padding-right: 0;
	}

	.loc-cards-wrapper .location-card .location-buttons {
		gap: 15px;
		margin-top: 14px;
	}

	.loc-cards-wrapper .location-card .location-buttons a::after {
		width: auto;
	}

	.loc-cards-wrapper .location-card .location-buttons a {
		width: calc(50% - 8px);
		padding: 9px;
	}

	.loc-cards-wrapper .location-card {
		padding: 0 0 19px;
		margin-bottom: 20px;
	}

	.frc-map-filtration {
		flex-direction: column;
	}

	.frc-map-filtration .select-service {
		width: 100%;
	}

	.location-details {
		flex-direction: column;
	}

	.location-details .address-hours {
		width: 100%;
		margin-top: 20px;
	}

	.location-details .phone-email {
		width: 100%;
		padding-right: 0;
	}

	.location-services .loc-service {
		min-height: auto;
		padding: 18px 30px 18px 22px;
		width: 100%;
	}

	.location-services .loc-service::after {
		left: 37px;
		width: 30px;
	}

	.location-services {
		gap: 15px
	}

	.frc-map-filtration {
		gap: 14px;
	}

	.frc-map-filtration label {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.frc-map-filtration .facetwp-facet .fs-label-wrap {
		padding: 11px 40px 9px 11px;
	}

	.frc-map-filtration .facetwp-facet .fs-label-wrap .fs-arrow {
		width: 18px;
		height: 31px;
		right: 20px;
	}

	.frc-map-filtration .zip-code input[type="text"] {
		padding: 12px 20px;
	}

	.frc-map-filtration .select-service.age {
		width: 100%;
	}

	.location-services .view-more-wrap {
		margin-top: 10px;
	}

	.location-details .address-hours .frc-hours,
	.location-details .address-hours .frc-address {
		padding-left: 48px;
	}

	.location-details .address-hours .frc-address::before {
		left: 11px;
	}

	.location-details .address-hours .frc-hours::before {
		left: 7px;
	}

	.location-services .loc-service .service-icon {
		min-width: 56px;
	}

	.frc-map-filtration .zip-code .proxi-search .elementor-button {
		padding: 9px;
	}

	.loc-cards-wrapper .location-card .address-call .satellite-location p {
		left: 10px;
		max-width: 300px;
		margin-right: 15px;
	}

	.loc-cards-wrapper .location-card .address-call .satellite-location::after {
		left: 3px;
	}

	.coming-soon-content {
		min-height: calc(100vh - 248px);
	}

}

@media screen and (max-width: 479px) {

	.frc-map-filtration .zip-code .facetwp-facet-frc_zip {
		flex-direction: column;
	}

	.frc-map-filtration .zip-code input[type="button"] {
		min-width: 100%;
		margin: 20px 0 0;
		padding: 12px 0;
	}

	.frc-map-filtration .zip-code .facetwp-facet-frc_zip .facetwp-input-wrap {
		flex-direction: column-reverse;
	}

	.frc-map-filtration .zip-code input[type="text"] {
		width: 100%;
		padding: 13px 20px;
	}

	.frc-map-filtration .zip-code .facetwp-facet-frc_zip .facetwp-input-wrap .facetwp-icon::before {
		width: 100%;
		height: 60px;
	}

	.frc-map-filtration .zip-code .proxi-search {
		flex-direction: column;
	}

	.frc-map-filtration .zip-code .proxi-search .elementor-button {
		width: 100%;
	}

	.frc-map-filtration .zip-code .proxi-search .facetwp-type-proximity {
		width: 100%;
	}

	.map-body .gm-style-iw.gm-style-iw-c {
		max-width: calc(100vw - 98px) !important;
		padding-left: 24px;
	}

	.gmnoprint.gm-style-mtc-bbw {
		display: none !important
	}

	.loc-map-popup .elementor-button {
		font-size: 16px !important;
	}

	.frc-map-filtration .zip-code .location-results {
		width: 100%;
	}

	[lang="fa"] .header-gtranslate,
	[lang="ar"] .header-gtranslate {
		margin: 0 0 0 10px !important;
	}

	[lang="sw"] header .elementor-widget-theme-site-logo img,
	[lang="es"] header .elementor-widget-theme-site-logo img {
		max-width: 130px !important;
	}

	[lang="sw"] header .lang-section,
	[lang="es"] header .lang-section {
		width: calc(100% - 130px) !important;
	}
}

@media screen and (max-width: 389px) {
	header .elementor-widget-theme-site-logo img {
		max-width: 140px;
	}

	header .header-gtranslate {
		margin-right: 5px !important;
	}

	header .header-gtranslate .gtranslate_wrapper .gt_option,
	header .header-gtranslate .gtranslate_wrapper .gt_switcher {
		width: 80px !important;
	}

	.mob-map-icon .elementor-icon {
		font-size: 18px !important;
	}

	header .header-gtranslate .gtranslate_wrapper .gt_selected a img {
		width: 15px !important;
	}

	header .header-gtranslate .gt_switcher .gt_selected a:after {
		background-size: 13px !important;
		right: 5px !important;
		top: 6px;
	}

	header .header-gtranslate .gt_switcher .gt_option a {
		padding: 9px 6px;
		font-size: 12px;
	}

	header .header-gtranslate .gt_switcher .gt_option a img {
		width: 20px !important;
	}

	header .header-gtranslate .gtranslate_wrapper .gt_selected a {
		padding: 6px 6px;
		font-size: 12px;
	}

	.map-section .map-tabs {
		gap: 50px;
	}

	.loc-cards-wrapper .location-card .location-buttons {
		flex-direction: column;
	}

	.loc-cards-wrapper .location-card .location-buttons a {
		width: 100%;
	}

	.loc-map-popup .map-popup-buttons {
		flex-direction: column;
	}

	.loc-map-popup .elementor-button {
		width: 100%;
	}

	.single-page-hero .single-hero-img {
		padding: 0 15px !important;
	}

	.single-page-hero .single-hero-content {
		margin-top: 40px !important;
	}

	.frc-map-filtration .facetwp-type-reset {
		position: relative;
		right: 0;
		bottom: 0;
		text-align: end;
	}

	.map-section .facetwp-pager{
		gap: 15px;
	}

	.map-section .facetwp-pager a.prev,
	.map-section .facetwp-pager a.next{
		background-size: 18px;
		width: 18px;
		margin: 0;
	}

	[lang="fa"] header .elementor-widget-theme-site-logo img,
	[lang="ar"] header .elementor-widget-theme-site-logo img {
		max-width: 130px !important;
	}

	[lang="fa"] header .lang-section,
	[lang="ar"] header .lang-section {
		width: calc(100% - 128px) !important;
	}

	[lang="ar"] header .header-gtranslate .gt_switcher .gt_selected a:after,
	[lang="fa"] header .header-gtranslate .gt_switcher .gt_selected a:after {
		left: 5px;
	}

	[lang="sw"] .map-section .map-tabs,
	[lang="es"] .map-section .map-tabs {
		gap: 7px;
	}

	[lang="fa"] .gt_switcher:has(.gt_option a[title="Farsi"]) .gt_selected a::before{
		font-size: 16px;
	}

}