/* @font-face {
	font-family: 'Macklin Text';
	src: url('../_fonts/MacklinText-Medium.woff2') format('woff2'),
		url('../_fonts/MacklinText-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Macklin Text';
	src: url('../_fonts/MacklinText-MediumItalic.woff2') format('woff2'),
		url('../_fonts/MacklinText-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
} */

body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}


h1,
.h1 {
	font-size: clamp(2.125rem, 1rem + 2.3438vw, 2.875rem);
	line-height: clamp(2.25rem, 1.7337rem + 1.7391vw, 3.125rem);
	font-weight: 700;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

.fixed {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.56);
}

/* header start */

.header-menu ul {
	list-style-type: none;
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: flex-end;
}

.top-menu i {
	color: var(--secondary-color);
	margin-right: 5px;
}

.header-menu .top-menu-container {
	background-color: var(--primary-color);
	padding-right: 4%;
	display: flex;
	justify-content: flex-end;
	gap: clamp(1.25rem, 0.4927rem + 1.5798vw, 1.875rem);
}

.header-menu .top-menu-container ul {
	gap: clamp(0.75rem, -0.9375rem + 3.5156vw, 1.875rem);
}

.header-menu .top-menu-container li,
.header-menu .top-menu-container li a {
	font-size: 16px;
	line-height: 30px;
	color: var(--secondary-color);
	padding: 15px 0;
	text-decoration: none;
	transition: all 0.3s;
	font-weight: 700;
}

.header-menu .top-menu-container li a:hover {
	color: var(--secondary-hover-color);
}

.header-menu .top-menu-container .button_group {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.header-menu .top-menu-container .button_group a {
	background: #F3CF4E;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 5px;
	/* font-family: 'Lato'; */
}


.header-menu .main-menu-container ul {
	gap: clamp(0.5rem, -4.3103rem + 7.7586vw, 5rem);
	padding-right: 4%;
}

.header-menu .main-menu-container li a {
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 21px 0;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 0.56px;
}

.header-menu .main-menu-container li a:hover {
	color: var(--secondary-hover-color);
}

.site-header {
	background-color: var(--primary-color);
	position: sticky;
	top: 0;
	z-index: 99;
}

.site-header .logo {
	max-width: clamp(11.25rem, 0.3125rem + 21.875vw, 20rem);
	display: inline-flex;
	justify-content: center;
	position: relative;
	z-index: 2;
	margin-left: 4%;
	padding: 15px 0 15px;
}

.navbar>.container-fluid {
	align-items: center;
}

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

/* @media (min-width: 1200px) {
	.site-header .logo img {
		height: 120px;
	}
} */

/* header end */


.site-content p,
.site-content p a,
.site-content li a,
.site-content li {
	font-size: 14px;
	line-height: 22px;
	color: var(--primary-color);
	word-wrap: break-word;
}

/* .gform-theme--foundation .gform_footer {
	margin-bottom: 70px !important;
} */

.gform-theme--foundation .gfield textarea.large {
	height: 168px !important;
	min-block-size: 10rem !important;
	resize: none !important;
}

.att-btn,
.gform-theme--foundation .gform_footer .gform_button {
	background-color: var(--secondary-color) !important;
	color: var(--white) !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
	line-height: 30px !important;
	padding: 2.5px 25px !important;
	font-weight: bold !important;
	transition: all .5s ease !important;
	display: inline-block !important;
	cursor: pointer !important;
	border-radius: 0px !important;
}

.att-btn:hover,
.gform-theme--foundation .gform_footer .gform_button:hover {
	border-top-left-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5) !important;
	background-color: var(--secondary-hover-color) !important;
}

.footer-wrapper .call-us {
	font-size: 20px;
	line-height: 50px;
}

.att-section__title {
	margin-bottom: 13px;
}

.att-section__title,
.att-sectoin__desc p {
	color: var(--white);
}

.att-sectoin__desc {
	margin-bottom: 33px;
	/* max-width: 420px; */
}



.aat-section__banner {
	position: relative;
	z-index: 2;
	min-height: clamp(21.875rem, 15.6793rem + 20.8696vw, 32.375rem);
}

.att__bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;

}

.att__bg-image.bg-overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.25;
}
.att__bg-image.bg-overlay.overlay-red:before{
	background-color: var(--secondary-hover-color);
}
.att__bg-image.bg-overlay.overlay-orange:before{
	background-color: var(--secondary-color);
}
.att__bg-image.bg-overlay.overlay-blue:before{
	background-color: var(--blue);
}
.att__bg-image.bg-overlay.overlay-black:before{
	background-color: var(--black);
}

.att__bg-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 100% 30%;
}

.slick-dots {
	display: none !important;
}

.container-fluid {
	padding-left: 5%;
	padding-right: 5%;
}

.att-section__icon-card {
	padding-top: clamp(2.5rem, -0.3125rem + 5.8594vw, 4.375rem);
	/*padding-bottom: clamp(2.5rem, -0.7813rem + 6.8359vw, 4.6875rem)*/
}

.att-icon__card-title,
h2,
.h2 {
	font-size: clamp(1.25rem, 0.8812rem + 1.2422vw, 1.875rem);
	line-height: clamp(1.75rem, 0.4583rem + 2.0833vw, 2.125rem);
	color: var(--primary-color);
	margin-bottom: 10px;
	text-transform: uppercase;
}

.heading-underline {
	line-height: 0;
	margin-top: 5px;
}

.heading-underline img {
	width: 98px;
	margin: 0 auto;
}

.overlapping-columns-wrapper {
	background: linear-gradient(to right, var(--primary-color) 58%, var(--white) 42%);
	padding: 42px 0 30px 47px;
}

.overlapping-columns-wrapper .att-btn {
	margin-top: 12px;
}

.overlapping-columns-wrapper .col-md-6:not(:last-child) {
	padding-right: clamp(0rem, -2.8125rem + 9vw, 2.25rem);
}

.overlapping-columns-wrapper .col-md-6:not(:last-child) p,
.overlapping-columns-wrapper .col-md-6:not(:last-child) h4 {
	color: var(--white);
}

.overlapping-columns-wrapper .col-md-6:not(:last-child) h4 {
	margin-bottom: 23px;
}

.overlapping-columns-wrapper h4 {
	text-transform: capitalize;
}

.overlapping-columns-wrapper .col-md-6:last-child {
	background-color: var(--grey);
	padding: 30px;
}

.overlapping-two-columns h2 {
	margin-bottom: 58px;
}

.overlapping-two-columns {
	padding-bottom: clamp(2.5rem, -0.7813rem + 6.8359vw, 4.6875rem);
	;
	padding-top: clamp(2.5rem, -0.7813rem + 6.8359vw, 4.6875rem);
}

.att-section__locaion {
	padding-bottom: clamp(1.875rem, -0.4688rem + 7.5vw, 3.75rem);
	padding-top: clamp(1.875rem, -0.4688rem + 7.5vw, 3.75rem);
}

.att-section__locaion h2 {
	margin-bottom: clamp(1.25rem, -2.3125rem + 7.4219vw, 3.625rem);
}

.att-section__tabs {
	background-color: var(--grey);
	padding-bottom: clamp(1.875rem, -0.4688rem + 7.5vw, 3.75rem);
	padding-top: clamp(1.875rem, -0.4688rem + 7.5vw, 3.75rem);
}

.att-section__tabs h2 {
	margin-bottom: 67px;
}

.nav-tabs .nav-link {
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.72px;
	color: rgba(0, 0, 0, 0.71) !important;
	border-color: var(--border-grey);
	font-weight: 800;
	text-transform: uppercase;
	padding: 14px 20px;
	border-radius: 5px;
	height: 100%;
	width: 100%;
	transition: all 0.3s;
}


.att-section__tabs .nav.nav-tabs {
	border: none;
	justify-content: space-between;
}

.tab-content {
	background-color: var(--white);
	border: 1px solid var(--border-grey);
	border-radius: 5px;
}

.tab-content>.tab-pane {
	padding: 30px;

}

.nav-tabs .nav-link:hover {
	color: var(--primary-color) !important;
	border-color: var(--border-grey);
	background-color: #fff;
}

.nav-tabs .nav-link.active:hover {
	color: var(--primary-color) !important;
	border-color: var(--border-grey);
	background-color: var(--secondary-hover-color);
}

.att-section__tabs .nav-tabs .nav-link.active {
	background-color: var(--secondary-color);
	color: var(--white) !important;
	border-color: var(--border-grey);
}

.att-section__tabs .content {
	padding-left: clamp(0rem, -2.25rem + 4.6875vw, 1.5rem);
	padding-right: clamp(0rem, -2.8125rem + 5.8594vw, 1.875rem);
	display: flex;
	flex-direction: column;
	justify-content: start;
	height: 100%;
}

.att-section__tabs .content li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 35px;
}

.att-section__tabs .content li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("/wp-content/uploads/2023/11/Screenshot_from_2023-11-06_14-44-33-removebg-preview.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.att-section__tabs .content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.att-section__tabs .nav-tabs .nav-item {
	width: calc(20% - 2px);
	margin-bottom: 3px;
}

@media (max-width: 768px) {
	.att-section__tabs .nav-tabs .nav-item {
		width: calc(50% - 1.5px);
	}
}

@media (max-width: 475px) {
	.att-section__tabs .nav-tabs .nav-item {
		width: 100%;
	}
}

.att-section__doctors-carousel {
	background-color: var(--primary-color);
	padding-top: clamp(2.5rem, -1.1563rem + 7.6172vw, 4.9375rem);
	padding-bottom: clamp(2.5rem, -1.1563rem + 7.6172vw, 4.9375rem);
}

.att-section__doctors-carousel h2 {
	color: var(--white);
	margin-bottom: 52px;
}

.doc-details {
	padding: 0 5px;
}

.doctors-carousel-wrapper {
	padding: 0 6%;
}

.doc-details img {
	aspect-ratio: 1 /1;
	width: 100%;
	object-fit: cover;
	border-radius: 2px;
	border: 2px solid var(--white);
}

.doc-details h4 {
	font-size: 15px;
	font-weight: bold;
	color: var(--secondary-color);
	line-height: 28px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 0px;
}
@media (max-width:1092.98px) {
	.doc-details h4 {
		font-size: 12px;
	}
	.doc-details p{
		font-size: 12px;
	}
}

.doc-details p {
	color: var(--white);
	text-align: center;
	margin-bottom: 0;
}

.slick-arrow {
	width: 42px;
	height: 42px;
	background-color: var(--secondary-color);
	border-radius: 5px;
	transition: all 0.3s;
}

.slick-arrow:hover {
	background-color: var(--secondary-hover-color);
}

.slick-arrow:before {
	content: '';
	width: 15px;
	height: 15px;
	border-left: 3px solid var(--white);
	border-bottom: 3px solid var(--white);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 1;
}

.slick-prev {
	left: 10px;
}

.slick-next {
	right: 10px;
}

.slick-next,
.slick-prev {
	top: 30%;
	z-index: 9;
}

.slick-arrow.slick-prev:before {
	transform: rotate(45deg);
	margin-left: 14px;
}

.slick-arrow.slick-next:before {
	transform: rotate(-135deg);
	margin-left: 10px;
}

.att-section__video {
	padding-top: clamp(2.5rem, -2.75rem + 10.9375vw, 6rem);
	padding-bottom: clamp(2.5rem, -4.25rem + 14.0625vw, 7rem);
}

.att-section__video h2 {
	margin-bottom: 68px;
}

.att-section__video .video-description {
	margin-top: 48px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	text-align: center;
}

.att-section__video .video-description * {
	font-size: 16px;
	color: #2B3076;
	line-height: 1.6;
}

.responsive-16-9 {
	position: relative;
	padding-bottom: 52.65%;
}

.responsive-16-9 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.att-section__form {
	/* background-color: rgba(67, 182, 201, 0.3); */
	background-color: rgba(241, 90, 41, 0.25);
	padding-top: clamp(1.875rem, -1.125rem + 6.25vw, 3.875rem);
	padding-bottom: clamp(1.875rem, -0.375rem + 4.6875vw, 3.375rem);
}

.att-section__form h2 {
	margin-bottom: clamp(1.25rem, -2.3125rem + 7.4219vw, 3.625rem);
}

.att-section__form .intro-description {
	margin-bottom: clamp(1.25rem, -2.3125rem + 7.4219vw, 3.625rem);
	margin-left: auto;
	margin-right: auto;
	max-width: 685px;
	text-align: center;
	font-size: 16px;
	color: #2B3076;
	line-height: 1.6;
}

.att-section__form .gform_fields {
	row-gap: 0 !important;
}

.att-section__form .gfield input,
.att-section__form .gfield textarea {
	border: 1px solid #D1D1D1 !important;
	border-radius: 0 !important;
	height: auto !important;
	padding: 17px 19px !important;
	background-color: var(--white);
	font-size: 14px !important;
	line-height: 18px !important;
	color: #707070 !important;
	box-shadow: none !important;
}

.att-section__form .gfield {
	margin-bottom: 17px !important;
}

.contact-details {
	list-style-type: none;
	margin: 0;
	padding: 30px;
	border: 1px solid #D1D1D1;
	background-color: var(--white);
}

.contact-details li {
	margin-bottom: 15px;
	padding-left: 50px;
	position: relative;
}

.contact-details li a {
	text-decoration: none;
}

.contact-details li .contact_icon {
	position: absolute;
	left: 0;
	top: 2px;
	width: 35px;
	height: 35px;
}

.contact-details li .label {
	color: var(--primary-color);
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	display: block;
	margin-bottom: 7px;
}

.bottom-row {
	background-color: var(--primary-color);
	padding: 30px 0;
	text-align: center;
}

.bottom-row p {
	margin: 0;
}

.copyright p {
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	/* font-family: 'Lato'; */
}

.call-us {
	margin: 60px 0 30px;
	text-align: center;
}

.call-us p {
	color: var(--secondary-color);
	font-weight: bold;
	margin: 0;
	font-size: clamp(1.25rem, 0.8812rem + 1.2422vw, 1.875rem);
	line-height: clamp(1.75rem, 0.4583rem + 2.0833vw, 2.125rem);
	text-transform: uppercase;
}

.call-us p a {
	font-size: 40px;
	line-height: 1.2;
	color: var(--primary-color);
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
	/* font-family: 'Lato'; */
}

@media (max-width:600px) {
	.call-us p a {
		font-size: 32px;
	}
}


@media (max-width: 992px) {
	.site-header .logo img {
		width: 100%;
	}

	.header-menu .top-menu-container {
		display: none;
	}

	.header-menu .main-menu-container ul {
		flex-direction: column;
		padding: 0px 0 40px;
		background-color: var(--primary-color);
		gap: 0px;
	}

	.header-menu .main-menu-container ul li a {
		padding: 20px 20px;
		border-bottom: 1px solid #fff;
		display: block;
		color: #fff
	}

	.site-header .logo::before {
		content: none
	}

	.site-header .logo {
		margin-left: 20px;
	}

	.bottom-row {
		background: var(--primary-color);
		text-align: center;
	}

	.copyright p {
		color: #fff;
	}
}

@media (max-width: 767px) {
	.overlapping-columns-wrapper {
		background: linear-gradient(to bottom, var(--primary-color) 58%, var(--white) 42%);
		padding: 42px 30px;
	}

}

@media (min-width: 1025px) {
	#header.site-header {
		overflow: hidden;
	}
}

.icon-info-wrapper {
	font-size: 16px;
	color: #2B3076;
	line-height: 32px;
}

.icon-info-wrapper .att-icon__card-title {
	font-size: clamp(1.125rem, 0.6825rem + 1.4907vw, 1.875rem);
	line-height: 50px;
	margin-bottom: 0px;
}

.icon-info-wrapper .att-card__desc {
	/* font-family: 'Lato'; */
	font-size: 14px;
	line-height: 22px;
}

@media (max-width: 768px) {

	.icon-info-wrapper .att-card__desc,
	.icon-info-wrapper .att-icon__card-title {
		text-align: center;
	}
}

.h2.lighter {
	font-weight: normal;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.slickOverlay {
	position: relative;
	overflow: hidden;
	/* margin: 10px; */
	width: 100%;
	background: var(--primary-color);
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
	.slickOverlay {
		margin: 0px;
	}
}

.slickOverlay:hover img {
	opacity: 0.3;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.slickOverlay i {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	font-size: 22px;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: var(--secondary-color);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
	cursor: pointer;
}

.slickOverlay:hover i {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.docContent {
	display: none;
}

#docModal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	/* Optional overlay effect */
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

/* Modal styling */
.docModalContent {
	background: var(--primary-color);
	padding: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	color: #fff;
	position: relative;
	width: 500px;
}

.docModalContent .closeModal {
	background: var(--secondary-color);
	color: #fff;
	width: 40px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	cursor: pointer;
}

.docModalContent h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

.docModalContent {
	font-size: 13px;
}

.docModalContent h5 {
	margin-top: 10px;
	font-size: 15px;
	text-transform: uppercase;
}

.innerBanner.aat-section__banner {
	min-height: auto;
	padding-top: clamp(1.875rem, 1.1374rem + 2.4845vw, 3.125rem);
	padding-bottom: clamp(1.875rem, -1.4441rem + 11.1801vw, 7.5rem);
}

.att-section-editor {
	padding-top: clamp(1.875rem, 1.1374rem + 2.4845vw, 3.125rem);
	padding-bottom: clamp(1.875rem, 1.1374rem + 2.4845vw, 3.125rem);
}

.job-category-filters {
	text-align: center;
	padding-top: clamp(1.25rem, 0.1436rem + 3.7267vw, 3.125rem);
	padding-bottom: clamp(1.25rem, 0.1436rem + 3.7267vw, 3.125rem);

}

.job-category-filters .filter-btn {
	border: 1px solid #D1D1D1;
	text-transform: uppercase;
	color: var(--primary-color);
	font-size: 14px;
	letter-spacing: .76px;
	background: transparent;
	padding: 5px 10px;
}

@media (max-width: 475px) {
	.job-category-filters .filter-btn {
		margin-bottom: 3px;
	}
}


.job-category-filters .filter-btn:hover,
.job-category-filters .filter-btn.active {
	background: var(--primary-color);
	color: #fff;
	border-color: var(--primary-color);
}

.filtered-jobs h2 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 700;
	border-bottom: 2px solid var(--secondary-color);
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.filtered-jobs .job-item {
	display: none;
	margin-bottom: 30px;
}

.job-list {
	width: 100%;
}

.job-list td {
	padding: 0px 30px;
}


.job-list .jobPostTitle,
.job-list .jobAddress {
	border-bottom: 1px solid #D1D1D1;
	display: block;
	padding: 10px 0;
}

.job-list td:last-child {
	border-left: 1px solid #D1D1D1;
}

.job-list a {
	text-decoration: none;
	color: var(--primary-color);
}

@media (max-width: 767px) {
	.att-section__tabs h2 {
		margin-bottom: 32px;
	}

	.att-section__video h2 {
		margin-bottom: 32px;
	}

	.att-section__video .video-description {
		margin-top: 32px;
	}

}

@media (max-width: 479px) {
	.job-list td {
		display: block;
		padding: 0px;
	}

	.job-list .jobPostTitle,
	.job-list .jobAddress {
		border: none;
		padding: 5px 0;
	}

	.job-list td:last-child {
		border-left: none;
		border-bottom: 1px solid #D1D1D1;
	}

	.filtered-jobs h2 {
		margin-bottom: 15px;
	}

	.att-section__doctors-carousel .slick-next,
	.att-section__doctors-carousel .slick-prev {
		top: 36%;
	}
}

/* Image filter orange color */
.navbar-toggler-icon img,
.contact-details li .contact_icon img,
.footer-wrapper .call-us p a img,
.heading-underline img,
.att-section__tabs .content li:before {
	filter: brightness(1) sepia(1) saturate(500%) hue-rotate(316deg);
}

/* SUBMENU CSS */



@media (min-width:993px) {
	.sub-menu {
		flex-direction: column;
		position: fixed;
		padding: 0px !important;
		gap: 0 !important;
		visibility: hidden;
		opacity: 0;
		background-color: var(--secondary-color);
	}

	.menu-trigger-wrapper {
		display: none !important;
	}

	.menu-item-has-children:hover .sub-menu {
		visibility: visible;
		opacity: 1;
		transition: all 0.3s;
	}

	.menu-item-has-children:hover>a::after {
		transform: scale(1.5, 1) rotate(180deg);
	}
}

@media (max-width:992.98px) {
	.sub-menu {
		display: none;
	}

	.main-menu-container {
		display: none !important;
	}

	.sub-menu {
		width: 100%;
	}
}

.sub-menu li a {
	padding: 0 !important;
	transition: all 0.3s;
	font-size: 12px;
	line-height: 12px;
	border: none;
}

@media (max-width:992.98px) {
	.sub-menu li a {
		padding: 5px 20px !important;
		border: none !important;
	}

	#mobile-menu .mobile-menu-wrapper .primary-menu>ul>li.menu-item-has-children.open>a:after {
		transform: translateY(-50%) rotate(180deg);
	}
}

.sub-menu li {
	padding: 5px 10px;
	border: none;
}

@media (max-width:992.98px) {
	.sub-menu li {
		width: 100%;
	}

	.menu-item-has-children>a {
		display: flex !important;
		justify-content: space-between;
		align-items: center;
	}

	#menu-main-menu .menu-item-has-children .sub-menu {
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s;
	}

	#menu-main-menu .menu-item-has-children.open .sub-menu {
		display: block;
		visibility: visible;
		opacity: 1;
		transition: all 0.3s;
	}
}

/* .menu-item-has-children .open {
	visibility: visible;
	opacity: 1;
	transition: 0.3s;
} */
#menu-main-menu .menu-item-has-children.open .submenu {
	visibility: visible;
	opacity: 1;
	transition: 0.3s;
}


.sub-menu li:hover {
	background-color: var(--secondary-hover-color) !important;

}

.sub-menu li:hover a {
	color: var(--white) !important;
}

.menu-item-has-children>a::after {
	content: "\25BC";
	display: inline-block;
	margin-left: 5px;
	font-size: 10px;
	color: inherit;
	vertical-align: middle;
	transform: scale(1.5, 1);
	transition: transform 0.3s ease;
	margin-top: -3px;
}

.header-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

@media (max-width:991.98px) {
	.header-wrapper {
		flex-direction: column;
		width: unset;
	}
}

/* #mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s ease, background-color 0.3s;
    transition: -webkit-transform 0.4s ease, background-color 0.3s;
    -o-transition: transform 0.4s ease, background-color 0.3s;
    transition: transform 0.4s ease, background-color 0.3s;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease, background-color 0.3s, visibility 0s 0.4s;
    pointer-events: none;
    visibility: hidden;
    z-index: 99;
    background-color: var(--primary-color);
    border-top: 1px solid var(--color-light-gray);
    padding: 10px 0;
}

#mobile-menu .mobile-menu-wrapper {
    background: var(--primary-color);
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: auto;
}

#mobile-menu .mobile-menu-wrapper .primary-menu>ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#mobile-menu .mobile-menu-wrapper .primary-menu>ul>li {
	border-bottom: 1px solid #B4BEC0;
} */

#mobile-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: calc(100vh - 60px);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform 0.4s ease, background-color 0.3s;
	transition: -webkit-transform 0.4s ease, background-color 0.3s;
	-o-transition: transform 0.4s ease, background-color 0.3s;
	transition: transform 0.4s ease, background-color 0.3s;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease, background-color 0.3s, visibility 0s 0.4s;
	pointer-events: none;
	visibility: hidden;
	z-index: 99;
	background-color: var(--primary-color);
	padding: 10px 0
}

#mobile-menu .mobile-menu-wrapper {
	background: var(--primary-color);
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: auto
}

#mobile-menu .mobile-menu-wrapper .primary-menu>ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

#mobile-menu .mobile-menu-wrapper .primary-menu>ul>li {
	border-bottom: 1px solid #B4BEC0
}

#mobile-menu .mobile-menu-wrapper .primary-menu>ul>li>a {
	font-size: 16px;
	color: var(--white);
	display: block;
	position: relative;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 21px;
	font-weight: 700;
	letter-spacing: 0.56px;
}

#mobile-menu .mobile-menu-wrapper .primary-menu>ul>li.menu-item-has-children>a {
	position: relative
}

#mobile-menu .mobile-menu-wrapper .primary-menu>ul>li.menu-item-has-children>a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M9.99987 12.2108L6.33008 8.54102H13.6697L9.99987 12.2108Z' fill='%231C1B1F'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
	transition: all 0.3s ease-in-out;
	filter: invert(1);
}


#mobile-menu .mobile-menu-wrapper .primary-menu>ul>li.menu-item-has-children>a.active {
	font-family: var(--font3);
	border-bottom: 2px solid #2B4B88
}

#mobile-menu .mobile-menu-wrapper .primary-menu>ul>li.menu-item-has-children>a.active:after {
	transform: translateY(-50%) rotate(-180deg)
}

#mobile-menu .mobile-menu-wrapper .primary-menu>ul>li.menu-item-has-children .sub-menu {
	background: var(--color-light-gray);
	list-style-type: none;
	padding: 0;
	margin: 0
}

#mobile-menu .mobile-menu-wrapper .primary-menu>ul>li.menu-item-has-children .sub-menu li {
	padding: 14px
}

#mobile-menu .mobile-menu-wrapper .primary-menu>ul>li.menu-item-has-children .sub-menu li a {
	font-size: 16px;
	color: var(--white);
	display: block;
	position: relative;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 21px;
	font-weight: 700;
	letter-spacing: 0.56px;
}

#mobile-menu .mobile-menu-wrapper .primary-menu>ul>li.menu-item-has-children .sub-menu li:not(:last-child) {
	border-bottom: 1px solid #B4BEC0
}

#mobile-menu .mobile-menu-wrapper .mobile-header-cta {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	margin-top: 20px
}

#mobile-menu .mobile-menu-wrapper .mobile-header-cta .bt {
	background-color: var(--color-dark-blue);
	color: var(--primary-color)
}

#mobile-menu .mobile-menu-wrapper .social-column {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px
}

#mobile-menu .mobile-menu-wrapper .social-column ul {
	padding-left: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 18px;
	justify-content: center
}

#mobile-menu .mobile-menu-wrapper .social-column ul li a {
	font-size: 24px;
	color: var(--color-dark-blue)
}

#mobile-menu .mobile-menu-wrapper .social-column ul li a:hover {
	color: var(--primary-color)
}

#mobile-menu .mobile-menu-wrapper .social-column .contact-location {
	font-size: 17px;
	color: var(--color-dark-blue);
	text-align: center
}

#mobile-menu .mobile-menu-wrapper .social-column .contact-location p {
	margin-bottom: 0
}

@media (min-width: 768px) {
	#mobile-menu {
		height: calc(100vh - 80px)
	}

	#mobile-menu .mobile-menu-wrapper .mobile-header-cta .bt {
		width: auto
	}
}

body.mobile-menu-open #mobile-menu {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	pointer-events: initial;
	visibility: visible;
	-webkit-transition: -webkit-transform 0.4s ease, background-color 0.3s;
	transition: -webkit-transform 0.4s ease, background-color 0.3s;
	-o-transition: transform 0.4s ease, background-color 0.3s;
	transition: transform 0.4s ease, background-color 0.3s;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease, background-color 0.3s, visibility 0s 0s;
}

.menu-trigger-wrapper {
	width: 44px;
	height: 44px;
	margin-left: auto;
	background-color: var(--primary-color);
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-trigger-wrapper .mobile-menu-trigger {
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	height: 12px;
	width: 20px;
}

.menu-trigger-wrapper .mobile-menu-trigger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 25px;
	border-radius: 5px;
	background: var(--secondary-color);
	opacity: 1;
	left: -5px;
	transform: rotate(0deg);
	transform-origin: center center;
	transition: transform 0.25s ease-in-out, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
	will-change: transform;
}

.menu-trigger-wrapper .mobile-menu-trigger.active span:nth-child(1) {
	top: 5px;
	transform: rotate(135deg);
}

.menu-trigger-wrapper .mobile-menu-trigger.active span:nth-child(2) {
	opacity: 0;
	transform: translateX(-40px);
}

.menu-trigger-wrapper .mobile-menu-trigger span:nth-child(1) {
	top: -2px;
}

.menu-trigger-wrapper .mobile-menu-trigger span:nth-child(2) {
	top: 5px;
}

.menu-trigger-wrapper .mobile-menu-trigger.active span:nth-child(3) {
	top: 5px;
	transform: rotate(-135deg);
}

.menu-trigger-wrapper .mobile-menu-trigger span:nth-child(3) {
	top: 12px;
}