/* General */
@media screen and (max-width: 575px) {
	#sp-main-body {
		padding: 40px 0 30px 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#sp-main-body {
		padding: 45px 20px;
	}
}

@media screen and (min-width: 768px) {
	#sp-main-body {
		padding: 60px 30px;
	}
}

#sp-main-body > .container {
	animation-duration: 800ms;
    animation-name: fadeIn;
}

hr {
	border-top: 1px solid #ccc!important;
	margin-top: 35px !important;
    margin-bottom: 35px !important;	
	opacity: 1;
}

.sp-pagebuilder-page-edit {
	display: none!important;
}

.com-content-article .icons,
.article-list .article .featured-article-badge, 
.article-details .featured-article-badge,
.article-can-edit {
    display: none!important; 
}

.com-finder p {
    margin-bottom: 1rem!important;
}

body.offline-mode {
    background-size: auto!important;
	background-position: center 15% !important;
}



/* Fonts */
@media screen and (max-width: 575px) {
	body {
		font-size: 17px!important;
	}
}

a {
	font-weight: 600;
}

a:focus, a:active {
	color: #404040;
}

::selection {
  background-color: #295fac;
  color: #fff; 
}

.error-code, .coming-soon-number {
    color: #D30000!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.75rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 1px;
}

body.view-article .h2:not([itemprop="headline"], .sppb-addon-title), body.view-article .h3:not(.sppb-addon-title), body.view-article .h4:not(.sppb-addon-title), body.view-article .h5:not(.sppb-addon-title), body.view-article .h6:not(.sppb-addon-title) {
	margin-top: 1.75rem;
}

@media screen and (max-width: 399px) {
	.h1, h1, .article-details .article-header h1 {
		font-size: 28px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 26px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 24px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 22px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 20px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 18px;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	.h1, h1, .article-details .article-header h1 {
		font-size: 30px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 28px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 26px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 24px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 22px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 20px;
	}
}

@media screen and (min-width: 768px) {
	.h1, h1, .article-details .article-header h1 {
		font-size: 42px;
	}

	.h2, h2, .article-details .article-header h2 {
		font-size: 36px;
	}

	.h3, h3, .article-details .article-header h3 {
		font-size: 30px;
	}

	.h4, h4, .article-details .article-header h4 {
		font-size: 28px;
	}

	.h5, h5, .article-details .article-header h5 {
		font-size: 24px;
	}

	.h6, h6, .article-details .article-header h6 {
		font-size: 22px;
	}
}



/* Buttons, links and forms */
.form-control, .form-select {
    border-radius: 0;
	padding: 14px 18px;
	font-size: 18px;
	border: 1px solid rgba(41, 95, 172, 0.4)!important;
	box-sizing: border-box!important;
}

input {
	font-size: 18px!important;
	padding: 14px 18px;
}

.form-control:focus {
	border-color: rgba(41, 95, 172, 1)!important;
	box-shadow: 0 0 10px 3px rgba(41, 95, 172, 0.25)!important;
	outline: none!important;
}

.form-select:focus {
	border-color: rgba(41, 95, 172, 1)!important;
    box-shadow: 0 0 10px 3px rgba(41, 95, 172, 0.25)!important;
	outline: none!important;
}

select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
    height: auto!important;
	border-radius: 0!important;
	padding: 14px 18px;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 12px 8px;
}

textarea {
	border-radius: 0!important;
	border: 1px solid rgba(41, 95, 172, 0.4)!important;
	box-sizing: border-box!important;
}

textarea:focus {
	border-color: rgba(41, 95, 172, 1)!important;
	box-shadow: 0 0 10px 3px rgba(41, 95, 172, 0.25)!important;
	outline: none!important;
}

input[type="text"]:not(.form-control), 
input[type="email"]:not(.form-control), 
input[type="url"]:not(.form-control), 
input[type="date"]:not(.form-control), 
input[type="password"]:not(.form-control), 
input[type="search"]:not(.form-control), 
input[type="tel"]:not(.form-control), 
input[type="number"]:not(.form-control), 
select:not(.form-select):not(.form-control) {
    padding: 14px 18px!important;
	border-radius: 0!important;
	border: 1px solid rgba(41, 95, 172, 0.4)!important;
	box-sizing: border-box!important;
}

input[type="text"]:not(.form-control):focus, 
input[type="email"]:not(.form-control):focus, 
input[type="url"]:not(.form-control):focus, 
input[type="date"]:not(.form-control):focus, 
input[type="password"]:not(.form-control):focus, 
input[type="search"]:not(.form-control):focus, 
input[type="tel"]:not(.form-control):focus, 
input[type="number"]:not(.form-control):focus, 
select:not(.form-select):not(.form-control):focus {
	border-color: rgba(41, 95, 172, 1)!important;
    box-shadow: 0 0 10px 3px rgba(41, 95, 172, 0.25)!important;
	outline: none!important;
}


.btn, .btn-primary, .sppb-btn-primary {
	display: inline-block!important;
	position: relative!important;
	white-space: nowrap!important;
	color: #fff!important;
	background-color: #295fac!important;
	font-size: 15px!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 0!important;
	padding: 18px 35px!important;
	transition: all 0.3s ease!important;
}

.btn:hover, .btn-primary:hover, .sppb-btn-primary:hover,
.btn:active, .btn-primary:active, .sppb-btn-primary:active {
	color: #000!important;
	background-color: #9dd07c!important;
}

.btn:focus, .btn-primary:focus, .sppb-btn-primary:focus {
	color: #fff!important;
	background-color: #295fac!important;
	outline: 3px solid #9dd07c!important;
	outline-offset: 0!important;
}

.btn:focus:not(:focus-visible), 
.btn-primary:focus:not(:focus-visible), 
.sppb-btn-primary:focus:not(:focus-visible) {
	outline: none!important;
}


.btn-secondary, .sppb-btn-secondary {
	display: inline-block!important;
	position: relative!important;
	white-space: nowrap!important;
	color: #252525!important;
	background-color: #9dd07c!important;
	font-size: 15px!important;
	font-weight: 600!important;
	text-align: center!important;
	text-transform: uppercase!important;
	border: none!important;
	border-radius: 0!important;
	padding: 18px 35px!important;
	transition: all 0.3s ease!important;
}

.btn-secondary:hover, .sppb-btn-secondary:hover,
.btn-secondary:active, .sppb-btn-secondary:active {
	color: #fff!important;
	background-color: #295fac!important;
}

.btn-secondary:focus, .sppb-btn-secondary:focus {
	color: #fff!important;
	background-color: #295fac!important;
	outline: 3px solid #9dd07c!important;
	outline-offset: 0!important;
}

.btn-secondary:focus:not(:focus-visible), 
.sppb-btn-secondary:focus:not(:focus-visible) {
	outline: none!important;
}


.btn-white-plus {
	display: inline-block;
	position: relative;
	color: #252525;
	background-color: #fff;
	font-size: 15px!important;
	font-weight: 700!important;
	text-transform: uppercase;
	text-align: left!important;
	border: none;
	border-radius: 0!important;
	padding: 18px 40px 18px 50px!important;
    transition: all 0.3s ease;
}

.btn-white-plus::before {
    content: '\2b';
    position: absolute;
    left: 30px;
    top: 50%;
	padding-bottom: 2px;
    transform: translateY(-50%);
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 15px;
    line-height: 1;
    color: #252525;
    opacity: 1;
    transition: none;
}

.btn-white-plus:hover {
	color: #252525;
	background-color: #9dd07c;
}

.btn-white-plus:active {
	color: #252525;
	font-weight: 800;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8);
}

.btn-white-plus:focus {
	color: #252525;
	outline: 3px solid #9dd07c!important;
	outline-offset: 0!important;
}

.btn-white-plus:focus:not(:focus-visible) {
	outline: none!important;
}


.btn-blue-plus {
	display: inline-block;
	position: relative;
	color: #fff;
	background-color: #295fac;
	font-size: 15px!important;
	font-weight: 700!important;
	text-transform: uppercase;
	text-align: left!important;
	border: none;
	border-radius: 0!important;
	padding: 18px 40px 18px 50px!important;
    transition: all 0.3s ease;
}

.btn-blue-plus::before {
    content: '\2b';
    position: absolute;
    left: 30px;
    top: 50%;
	padding-bottom: 2px;
    transform: translateY(-50%);
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    transition: none;
}

.btn-blue-plus:hover::before {
	color: #252525;
}

.btn-blue-plus:hover {
	color: #252525;
	background-color: #9dd07c;
}

.btn-blue-plus:active {
	color: #fff!important;
	background-color: #295fac;
	font-weight: 800;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8);
}

.btn-blue-plus:hover:active {
    color: #fff!important;
    background-color: #295fac!important;
}

.btn-blue-plus:focus {
	color: #fff!important;
	background-color: #295fac!important;
	outline: 3px solid #9dd07c!important;
	outline-offset: 0!important;
}

.btn-blue-plus:focus::before {
	color: #fff!important;
}

.btn-blue-plus:focus:not(:focus-visible) {
	outline: none!important;
}

.btn-green-plus {
	display: inline-block;
	position: relative;
	color: #fff;
	background-color: #9dd07c;
	font-size: 15px!important;
	font-weight: 700!important;
	text-transform: uppercase;
	text-align: left!important;
	border: none;
	border-radius: 0!important;
	padding: 18px 40px 18px 50px!important;
    transition: all 0.3s ease;
}

.btn-green-plus::before {
    content: '\2b';
    position: absolute;
    left: 30px;
    top: 50%;
	padding-bottom: 2px;
    transform: translateY(-50%);
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    transition: none;
}

.btn-green-plus:hover::before {
	color: #252525;
}

.btn-green-plus:hover {
	color: #252525;
	background-color: #295fac;
}

.btn-green-plus:active {
	color: #fff!important;
	background-color: #295fac;
	font-weight: 800;
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.8);
}

.btn-green-plus:hover:active {
    color: #fff!important;
    background-color: #295fac!important;
}

.btn-green-plus:focus {
	color: #fff!important;
	background-color: #295fac!important;
	outline: 3px solid #9dd07c!important;
	outline-offset: 0!important;
}

.btn-green-plus:focus::before {
	color: #fff!important;
}

.btn-green-plus:focus:not(:focus-visible) {
	outline: none!important;
}



/* Logo and main menu */
#sp-top-bar {
    position: relative;
	display: flex;
    align-items: center;
	height: 46px;
	padding: 0;
}

#sp-top-bar * {
	height: 100%;
}

#sp-top-bar .sp-module {
    margin: 0 0 0 5px;
}

#sp-top1 {
    display: flex;
	justify-content: start;
    align-items: center;
}

#sp-top2 {
    display: flex;
	justify-content: end;
    align-items: center;
	padding-right: 5px;
}

@media screen and (max-width: 1199px) {
	#sp-top2 {
		padding-right: 15px;
	}
}

@media screen and (max-width: 575px) {
	#sp-top2 {
		padding-right: 0;
	}
}

#sp-top1 a, #sp-top2 a {
	color: #fff;
}

/*top socials*/
@media screen and (max-width: 575px) {
	#sp-top1 .top-socials-menu {
		display: none!important;
	}
}

#sp-top1 .top-socials-menu ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 22px;
}

#sp-top1 .top-socials-menu ul li {
	display: inline-block;
}

#sp-top1 .top-socials-menu ul a {
	position: relative;
	font-size: 0;
	text-decoration: none;
	display: inline-block;
}

#sp-top1 .top-socials-menu ul a span {
	font-size: 14px;
	color: #fff;
	padding-right: 0!important;
}

@media screen and (min-width: 1200px) and (max-width: 1449px) {
	#sp-top1 .top-socials-menu ul {
		gap: 15px;
	}
	
	#sp-top1 .top-socials-menu ul a span {
		font-size: 16px;
	}
}

#sp-top1 .top-socials-menu ul a:hover span {
	color: #9dd07c;
}

/*top-left (contacts) and top-right menu*/
@media screen and (max-width: 359px) {
	#sp-top1 .top-contact-menu {
		display: none!important;
	}
}

#sp-top1 .top-contact-menu {
	margin-left: 25px;
}

@media screen and (max-width: 575px) {
	#sp-top1 .top-contact-menu {
		margin-left: 0;
	}
}

#sp-top1 .top-contact-menu ul, 
#sp-top2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap; 
	justify-content: flex-start; 
}

#sp-top1 .top-contact-menu ul li,
#sp-top2 ul li {
	display: flex;
	align-items: center; 
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#sp-top1 .top-contact-menu ul li:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 575px) {
	#sp-top1 .top-contact-menu ul li:first-child {
		border-left: none;
		padding-left: 5px;
	}
	
	#sp-top1 .top-contact-menu ul li {
		padding-right: 10px;
	}
}

#sp-top2 ul li:last-child {
	padding: 0 0 0 20px;
	border-right: none;
}

@media screen and (min-width: 1200px) {
	#sp-top2 ul li:nth-last-child(2) {
		padding: 0 0 0 20px;
		border-right: none;
	}
}

@media screen and (max-width: 1199px) {
	#sp-top2 ul li:not(:last-child) {
		display: none;
	}
}

@media screen and (max-width: 1199px) {
	#sp-top2 ul li a.request-appointment-top {
		color: #000;
		font-weight: 700;
		background-color: #9dd07c;
		padding: 2px 15px 0 15px;
		line-height: 46px;
	}
	
	#sp-top2 ul li a.request-appointment-top:hover {
		color: #000;
		background-color: #abd1da;
	}
}

#sp-top1 .top-contact-menu ul li a,
#sp-top2 ul li a {
    display: flex;
	align-items: center;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

#sp-top1 .top-contact-menu ul li a span {
	display: flex;
    align-items: center;
}

#sp-top1 .top-contact-menu ul li a:hover,
#sp-top2 ul li a:hover {
	color: #9dd07c;
}

@media screen and (max-width: 799px) {
	#sp-top1 .top-contact-menu ul li a.top-left-contact-item {
		font-size: 0;
	}
	
	#sp-top1 .top-contact-menu ul li a.top-left-contact-item span {
		font-size: 14px;
	}
}

@media screen and (min-width: 800px) {
	#sp-top1 .top-contact-menu ul li a.top-left-contact-item span {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#sp-top1.col-lg-7  {
		width: 50%;
	}

	#sp-top2.col-lg-5  {
		width: 50%;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#sp-top1.col-lg-7  {
		width: 75%;
	}

	#sp-top2.col-lg-5  {
		width: 25%;
	}
}

@media screen and (min-width: 1200px) {
    .item-848 {
		display: none!important;
    }
}
/**/

#sp-logo-and-main-menu {
	position: relative;
	z-index: 999;
	background-color: #fff;
}

@media screen and (min-width: 1200px) {
	#sp-top-bar > .container,
	#sp-logo-and-main-menu > .container {
		max-width: 1620px;
		padding: 0 45px 0 30px;
	}
}

.header-sticky {
	position: fixed!important;
	top: 0;
	width: 100%;
	animation: spFadeInDown 1.0s;
	z-index: 9;
}

@media screen and (max-width: 575px) {
	.header-sticky {
		position: fixed!important;
		top: 0;
		width: 100%;
		animation: spFadeIn 0.8s;
		z-index: 9;
	}
}

#sp-logo-and-main-menu.header-sticky {
    background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.175);
	backdrop-filter: blur(10px);
}

#sp-logo, #sp-menu {
	z-index: 9;
}

#sp-logo > .sp-column {
	height: 100%;
}

#sp-menu > .sp-column {
    display: flex;
    align-items: center;
    justify-content: end;
}

#sp-logo-and-main-menu .logo {
	height: 100%;
    align-items: center;
    display: flex;
}

@media screen and (max-width: 1199px) {
	#sp-logo.col-lg-3 {
		width: 80%;
	}
	
	#sp-menu.col-lg-9 {
		width: 20%;
	}
	
	.logo-image {
		height: 76px!important;
		padding: 15px 0;
	}
	
	#offcanvas-toggler {
		height: 100%!important;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	#sp-logo.col-lg-3 {
		width: 300px;
	}
	
	#sp-menu.col-lg-9 {
		width: auto;
		flex: 1 1 auto;
	}
}

@media screen and (min-width: 1400px) {
	#sp-logo.col-lg-3 {
		width: 400px;
	}
	
	#sp-menu.col-lg-9 {
		width: auto;
		flex: 1 1 auto;
	}
}

@media screen and (max-width: 575px) {
	.logo-image {
		width: 100%!important;
		height: auto!important;
		max-height: 70px;
		padding: 10px 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
	.logo-image {
		width: 100%!important;
		height: auto!important;
		max-height: 90px;
		padding: 15px 0 15px 0;
	}
}

.sp-megamenu-wrapper {
	justify-content: end;
}

@media screen and (min-width: 1200px) {
	.logo-image {
		height: auto!important;
		max-height: 96px; 
		width: auto!important;
	}
}

.sp-megamenu-wrapper > ul {
	display: flex;
	justify-content: space-between; 
	list-style-type: none; 
	padding: 0; 
	white-space: nowrap;
	flex-wrap: nowrap;
}

.sp-megamenu-wrapper ul li a {
    white-space: normal;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    left: -5px!important;
}

.sp-megamenu-parent .sp-dropdown li > a {
    font-size: 19px;
	display: block!important;
}

@media screen and (max-width: 1599px) {
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		position: relative;
		padding: 0 10px;
		font-size: 18px!important;
		letter-spacing: -0.2px;
	}
}

@media screen and (max-width: 1299px) {
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		position: relative;
		padding: 0 7px;
		font-size: 16px!important;
		letter-spacing: -0.2px;
	}
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    line-height: 1.3;
}

@media screen and (max-width: 1599px) {
	.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
		font-size: 17px!important;
	}
}

@media screen and (max-width: 1299px) {
	.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
		font-size: 16px!important;
	}
}

@media screen and (min-width: 1600px) {
	.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
		font-size: 18px!important;
	}
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    padding: 5px 0;
}

.sp-megamenu-parent>li.active>a {
    font-weight: 700;
}

.sp-megamenu-parent>li.active:hover>a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
    color: #9dd07c;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0 15px 0 15px;
}

.sp-megamenu-parent .sp-menu-item .phone-item {
	position: relative;
	padding: 0 10px 0 25px;
    margin: 0 0 0 12px;
}

.sp-megamenu-parent .sp-menu-item .phone-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.4);
}

.sp-megamenu-parent .sp-menu-item .request-appointment {
	display: inline-block;
	height: 60px;
	line-height: 60px; 
	padding: 0 25px;
	margin-left: 15px;
	background-color: #9dd07c; 
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	font-size: 15px!important;
	text-align: center;
	font-weight: 700;
	transition: background-color 0.3s ease;
}

.sp-megamenu-parent .sp-menu-item .request-appointment:hover {
	color: #fff; 
	background-color: #295fac; 
}

/* hide main menu contact item on larger screens */
@media screen and (min-width: 1200px) {
	.main-menu-contact {
		display: none!important;
	}
}



/* Offcanvas menu */
/* remove header sticky behavior */
.offcanvas-menu {
    overflow-y: auto!important;
    overflow-x: hidden!important;
}

.offcanvas-menu > .d-flex.align-items-center.p-3.pt-4 {
    position: static!important;
}

.offcanvas-menu .offcanvas-inner {
    display: flex;
    flex-direction: column;
    flex: 1!important;
    overflow: visible!important;
    max-height: none!important;
    height: auto!important;
	padding: 0px 20px 25px 20px;
}
/**/

.offcanvas-overlay {
	background: rgba(0, 0, 0, 0.6)!important;
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li ul {
    margin-left: 20px;
}

.offcanvas-menu .offcanvas-inner ul.menu, .offcanvas-menu .offcanvas-inner ul.menu ul {
    margin: 0;
}

.offcanvas-menu .logo {
    width: 75%;
}

.offcanvas-menu .logo-image  {
    width: auto!important;
	height: 60px!important;
	padding: 0 0 10px 13px;
}

#offcanvas-toggler {
	width: 100%;
    font-size: 22px;
    font-weight: 400;
    z-index: 9;
}

#offcanvas-toggler:hover {
	color: #122a57!important;
}

/* switch to mobile menu */
@media screen and (max-width: 1199px) {
	#offcanvas-toggler.d-lg-none {
		display: flex!important;
	}

	.sp-megamenu-parent.d-none {
		display: none!important;
	}
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #295fac!important;
}

.offcanvas-menu .burger-icon {
    margin-right: 12px!important;
	margin-top: 12px;
}

#sp-menu .burger-icon {
	width: 30px;
}

.offcanvas-active .burger-icon > span {
    margin: 3.9px -3px;
}

.burger-icon > span {
	background-color: #295fac!important;
	height: 3px;
	border-radius: 5px;
}

@media screen and (max-width: 399px) {
	.offcanvas-menu { 
		width: 100%!important;
	}

	body.ltr.offcanvs-position-right .offcanvas-menu {
		right: -100%;
	}
}

@media screen and (min-width: 400px) {
	.offcanvas-menu { 
		width: 400px!important;
	}

	body.ltr.offcanvs-position-right .offcanvas-menu {
		right: -400px;
	}
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	margin-right: 0px;
}

@media screen and (max-width: 767px) {
	body.ltr #offcanvas-toggler.offcanvas-toggler-right {
		margin-top: 2px;
	}
}

.offcanvas-menu ul.menu > li > a {
	text-transform: uppercase;
}

.offcanvas-toggler-right .burger-icon > span,
.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span,
.offcanvas-menu .offcanvas-inner ul.menu > li.active > a,
.offcanvas-menu .offcanvas-inner ul.menu li.active a,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a:focus > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li li a,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a:hover > .menu-toggler {
	color: #252525;
}

.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li a:focus, .offcanvas-menu .offcanvas-inner ul.menu > li span:hover, .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
	color: #9dd07c;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 20px;
    line-height: 20px;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler {
    right: 0!important; 
    top: auto!important; 
	margin-top: -14px;
	font-size: 20px;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent .menu-toggler {
    color: #fff;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent .nav-header {
	display: block;
	cursor: pointer;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 3px;
	text-transform: uppercase;
}

.offcanvas-menu ul.menu-child li {
	padding: 5px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	font-size: 20px;
	display: flex;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
    line-height: 1.4;
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
	right: 0px!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a.open-search-icon {
	display: none!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1;
	padding: 14px 10px;
}

.offcanvas-menu .offcanvas-inner .sp-module {
   width: 100%;
}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-bottom: 15px;
}

/* request an apointment  btn*/
.offcanvas-menu li.item-838 {
	margin: 15px 10px!important;	
}

.offcanvas-menu li a.request-appointment {
	padding: 20px 15px!important;
	background-color: #9dd07c; 
	color: #000!important;
	text-transform: uppercase!important;
	border: 2px solid transparent;
	border-radius: 0;
    justify-content: center;
	text-align: center;
	font-size: 17px!important;
	font-weight: 600;
	width: 100%;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}

.offcanvas-menu li a.request-appointment:hover {
	color: #fff!important; 
	background-color: #295fac; 
}

.offcanvas-menu li a.request-appointment:focus {
	color: #000!important; 
	background-color: #9dd07c; 
	outline: 3px solid #295fac;
	outline-offset: 0;
}

.offcanvas-menu li a.request-appointment:focus:not(:focus-visible) {
	outline: none;
}

.offcanvas-menu li a.request-appointment:focus-visible {
	color: #000!important; 
	background-color: #9dd07c; 
	outline: 3px solid #295fac;
	outline-offset: 0;
}

/**/
.offcanvas-menu .contact-menu-offcanvas {
	margin: 0 20px 0 0!important;
}

.offcanvas-menu .social-menu-offcanvas ul li a,
.offcanvas-menu .contact-menu-offcanvas ul li a {
	font-size: 16px!important;
	padding: 10px!important;
}



/* lite-youtube */
lite-youtube > .lty-playbtn {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    background: none!important;
    font-size: 60px;
    cursor: pointer;
    z-index: 1;
    filter: none!important;
	transition: none!important;
    border: 0;
}

lite-youtube .lty-playbtn::after {
    font-family: 'Font Awesome 6 Free';
    content: '\f144';
    color: #E10031!important;
    background: none!important;
	font-weight: 900;
	font-size: 70px;
	transition: all 0.3s ease;
}

@media screen and (max-width: 575px) {
	lite-youtube .lty-playbtn::after {
		font-size: 60px;
	}	
}

lite-youtube .lty-playbtn:hover::after {
    color: #E10031!important; 
	transition: all 0.3s ease;
}

lite-youtube .lty-playbtn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px; 
    height: 40px;
	border-radius: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: -1;
}

lite-youtube .lty-playbtn:hover::before {
	background-color: #fff;
	transition: all 0.3s ease;
}

lite-youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
	max-width: 1200px!important;
}

lite-youtube {
	filter: saturate(1) brightness(1);
	transition: filter 0.5s ease;
}

lite-youtube:hover {
	filter: saturate(1.05) brightness(1.05);
	transition: filter 0.5s ease;
}



/* Section - hero */
#section-hero .mk-split-text-panel {
  position: relative;
  overflow: hidden;
}

#section-hero .mk-split-text-panel::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  height: 60px; 
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.5) 3.5px,
    transparent 3.5px
  );
  background-size: 20px 20px;
  background-repeat: repeat; 
  background-position: 3.5px 3.5px;
  pointer-events: none;
}

#section-hero .mk-button-container a {
	z-index: 9;
}



/* Section - our mission */
#section-our-mission .youtube-modal-popup {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/* Section - certification & awards */
#section-cert .logo-carousel {
	max-width: min(1170px, 75vw);
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#section-cert .logo-carousel {
		max-width: 75vw;
		margin: 0 auto;
	}
	
	#section-cert .sppb-carousel-extended-nav-control .prev-control {
		margin-left: -45px;
	}
	
	#section-cert .sppb-carousel-extended-nav-control .next-control {
		margin-right: -45px;
	}
}

@media screen and (max-width: 480px) {
	#section-cert .logo-carousel {
		max-width: 70vw;
		margin: 0 auto;
	}
	
	#section-cert .sppb-carousel-extended-nav-control .prev-control {
		margin-left: -40px;
	}
	
	#section-cert .sppb-carousel-extended-nav-control .next-control {
		margin-right: -40px;
	}
}

#section-cert .sppb-carousel-extended-item {
	display: flex;
	align-items: center;	
    justify-content: center;
	flex-direction: column;
}

#section-cert .sppb-carousel-extended-item img {
    width: auto;
    height: 100%; 
	max-height: 160px;
}

#section-cert .sppb-carousel-extended-content-wrap {
	display: none!important;
}


	
/* Section - news & updates */
#section-news .mod-articles-grid {
    display: grid;
    grid-gap: var(--grid-layout-gap);
    grid-template-columns: repeat(3, 1fr);
}

@container (600px <= width < 1200px) {
    #section-news .mod-articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #section-news .mod-articles-grid > :last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
        max-width: calc(50% - var(--grid-layout-gap) / 2);
    }
}

@container (width < 600px) {
    #section-news .mod-articles-grid {
        grid-template-columns: 1fr;
    }
}

#section-news .mod-articles-col {
	margin-bottom: 30px;
}

#section-news .mod-articles-item {
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
	height: 100%;
}

#section-news .mod-articles-item-content {
	display: flex;
    flex-direction: column;
	border-radius: 0;
}

#section-news .blog-article-image-container {
	padding-top: 60%;
	background-color: #eee;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	filter: saturate(0.8);
	border-radius: 0;
	transition: filter 0.5s ease;
	border: 1px solid #eee;
}

#section-news .blog-article-video-container {
    position: relative;
    padding-top: 60%; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
	border-radius: 0;
}

#section-news .blog-article-image-container:hover {
	filter: saturate(1) brightness(1.03);
	transition: filter 0.5s ease;
}

#section-news .blog-article-item-inner {
	display: flex;
    flex-direction: column;
	height: 100%;
	padding: 0;
	border-radius: 0;
}

#section-news .mod-articles-link {
	display: inline-block;
	color: #252525;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.6px;
}

#section-news .mod-articles-link:hover {
	color: #295fac!important;
	line-height: 1.5;
}

#section-news .mod-articles-title {
	margin-bottom: 5px;
}

#section-news .mod-articles-link:focus, #section-news .mod-articles-link:active {
	color: #295fac!important;
}

@media screen and (max-width: 575px) {
	#section-news .mod-articles-link {
		font-size: 18px;
	}
}

#section-news .mod-articles-text-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    background-color: #fff;
	padding: 20px 30px 30px 30px;	
	border-radius: 10px;
    z-index: 9;
}

@media screen and (max-width: 399px) {
	#section-news .mod-articles-text-content {
        padding: 10px 15px 20px 15px;
	}
}

#section-news .mod-article-intro-text {
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 5px;
	padding-top: 12px;
}

#section-news .mod-article-intro-text p {
	margin-bottom: 0!important;
}

#section-news .readmore {
	margin-top: 10px;
}

#section-news .readmore a {
	display: inline-block;
	position: relative;
	color: #252525 !important;
	font-size: 16px!important;
	font-weight: 700!important;
	text-decoration: none;
	padding-left: 20px;
}

#section-news .readmore a::before {
    content: '\2b';
    position: absolute;
    left: 0;
    top: 50%;
	padding-bottom: 2px;
    transform: translateY(-50%);
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 15px;
    line-height: 1;
    color: #252525;
    opacity: 1;
    transition: none;
}

#section-news .readmore a:hover::before,
#section-news .readmore a:hover {
	color: #295fac !important;
}



/* Footer */

#section-footer1 {
    z-index: 0;
    position: relative;
}
/* userful links menu */
#section-footer1 .vertical-menu ul {
	list-style: none;
	padding: 0;
}

#section-footer1 .vertical-menu li {
  display: flex;
  margin-bottom: 8px;
}

#section-footer1 .vertical-menu ul li {
	position: relative;
	margin: 15px 0;
}

#section-footer1 .vertical-menu ul li:first-child {
	margin: 0 0 15px 0;
}

#section-footer1 .vertical-menu ul li a {
	display: inline-flex;
	align-items: flex-start;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}

#section-footer1 .vertical-menu li a span.fa-solid {
	flex-shrink: 0; 
	margin-top: 3px;
}

@media screen and (max-width: 767px) {
	#section-footer1 .vertical-menu ul li a {
		padding: 2px 0;
		line-height: 1.2;
	}
}

#section-footer1 .vertical-menu ul li a:hover {
	color: #9dd07c;
}

#section-footer1 .vertical-menu.chevron-menu ul li a::before {
    font-family: "Font Awesome 6 Free";
	content: "\f054"; 
    color: #fff;
    font-size: 12px;
	font-weight: 900; 
    margin-right: 8px; 
    display: inline-block;
	transform: translateY(4px);
}

/* socials */
#section-footer1 .footer-socials ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 25px;
}

#section-footer1 .footer-socials ul li {
	display: inline-block;
}

#section-footer1 .footer-socials ul a {
	position: relative;
	font-size: 0;
	text-decoration: none;
	display: inline-block;
}

#section-footer1 .footer-socials ul a span {
	font-size: 18px;
	color: #fff;
	padding-right: 0!important;
}

@media screen and (min-width: 1200px) and (max-width: 1449px) {
	#section-footer1 .footer-socials ul {
		gap: 20px;
	}
}

#section-footer1 .footer-socials ul a:hover span {
	color: #9dd07c;
}
/**/

#section-footer1 select.gt_selector {
	padding: 14px 18px !important;
}
	


/* Page header */
body:not(.com-sppagebuilder) #sp-page-header {
    position: relative;
    background-color: #eee;
    animation-duration: 600ms;
    animation-name: fadeIn;
}

body:not(.com-sppagebuilder) #sp-page-header .container {
    position: relative;
    z-index: 1;
}

#sp-page-header .article-breadcrumbs-container {
	display: flex;
    align-items: start;
    justify-content: center;
    position: relative;
    line-height: 1.3;
    flex-direction: column;
	padding: 20px 0;  
}

#sp-page-header .article-breadcrumbs-active-item h1 {
	display: flex;
    justify-content: start;
	color: #295fac;
	font-weight: 700;
	text-transform: uppercase;
	animation-duration: 1000ms;
    animation-name: fadeIn;
}

#sp-page-header .article-breadcrumbs-trail,
#sp-page-header .article-breadcrumbs-trail a {
	position: relative;
	color: #606060;
	font-size: 16px;
	font-weight: 400;
}

@media screen and (max-width: 575px) {
	#sp-page-header .article-breadcrumbs-trail,
	#sp-page-header .article-breadcrumbs-trail a {
		font-size: 15px;
		line-height: 28px;
	}
}

#sp-page-header .article-breadcrumbs-trail a:hover {
	color: #9dd07c;
}

#sp-page-header .article-breadcrumbs-trail .breadcrumbs-separator {
	padding: 0 5px;
}

@media screen and (max-width: 575px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		padding: 0;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 140px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 24px;
		margin-bottom: 5px;	
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		padding: 20px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 150px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 36px;	
	}	
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		padding: 30px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 160px;
	}
	
	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 44px;	
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		padding: 30px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 180px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 46px;	
	}
}

@media screen and (min-width: 1200px) {
	body:not(.com-sppagebuilder) #sp-page-header {
		padding: 30px;
	}

	#sp-page-header .article-breadcrumbs-container {
		min-height: 200px;
	}

	#sp-page-header .article-breadcrumbs-active-item h1 {
		font-size: 50px;
	}
}



/* News blog roll */
.blognews .article-list .row {
    row-gap: 40px;
}

@media screen and (max-width: 991px) {
    .blognews .article-list .row {
        row-gap: 30px;
    }
}

.blognews .blog-article-video-container {
	position: relative;
	width: 100%;
	padding-top: 60%; 
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 0;
	background-color: #eee;
	transition: filter 0.5s ease;
}

.blognews .blog-article-image-container {
	padding-top: 60%;
	background-color: #eee;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	filter: saturate(0.8);
	border-radius: 0;
	transition: filter 0.5s ease;
}

.blognews .article-list .article {
	display: flex;
    flex-direction: column;
	height: 100%;
	padding: 0;
    margin-bottom: 0;
	border: none;
	border-radius: 0;
    transition: all 0.3s ease;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.blognews .article-list .article-body {
	display: flex;
	flex: 1;
    flex-direction: column;
	background-color: #fff;
	padding: 20px 30px 30px 30px;
	border-radius: 0;
	height: 100%;
	z-index: 9;
}

@media screen and (max-width: 399px) {
	.blognews .article-list .article-body {
        padding: 15px 15px 20px 15px;
	}
}

.blognews .article-list .article-intro-image {
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
    background-color: #eee;
    float: none !important;
    margin: 0 !important;
	border: 1px solid #eee;
}

.blognews .article-list .article-intro-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blognews .article-list .blog-article-image-container:hover {
	filter: saturate(1) brightness(1.03);
	transition: filter 0.5s ease;
}

.blognews .article-list .article-header h2 {
	font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.6px;
	margin-bottom: 15px!important;
}

@media screen and (max-width: 575px) {
	.blognews .article-list .article-header h2 {
		font-size: 19px;
	}
}

.blognews .article-list .article-header h2 a {
	color: #252525;
}

.blognews .article-list .article-header h2 a:hover {
	color: #295fac!important;
}

.blognews .article-list .article-header h2 a:focus,.blognews .article-list .article-header h2 a:active {
	color: #295fac!important;
}

.blognews .article-list .article-introtext {
	display: flex;
    flex: 1;
	flex-direction: column;
	font-size: 17px;
}

.blognews .article-list .readmore {
	margin-top: 15px;
}

.blognews .article-list .readmore a {
	display: inline-block;
	position: relative;
	color: #252525 !important;
	font-size: 16px!important;
	font-weight: 700!important;
	text-decoration: none;
	padding-left: 20px;
}

.blognews .article-list .readmore a::before {
    content: '\2b';
    position: absolute;
    left: 0;
    top: 50%;
	padding-bottom: 2px;
    transform: translateY(-50%);
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 15px;
    line-height: 1;
    color: #252525;
    opacity: 1;
    transition: none;
}

.blognews .article-list .readmore a:hover::before,
.blognews .article-list .readmore a:hover {
	color: #295fac !important;
}



/* Sidebars */
@media screen and (max-width: 991px) {
	#sp-main-body #sp-right {
		order: 2;
		margin-top: 30px;
	}

	#sp-main-body #sp-component {
		order: 1;
	}
}

#sp-right .sp-module {
    margin-top: 30px;
}

#sp-right p {
	line-height: 1.75;		
}

#sp-right .sp-module {
    border: 1px solid #295fac;
	border-radius: 0;
}



/* Single article */
[itemprop="articleBody"] h1, [itemprop="articleBody"] h2, [itemprop="articleBody"] h3, [itemprop="articleBody"] h4, [itemprop="articleBody"] h5, [itemprop="articleBody"] h6 {
	margin-top: 2rem;
}

joomla-hidden-mail a {
	word-wrap: break-word;
}

@media screen and (min-width: 768px) {
	.article-header [itemprop="headline"] {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 575px) {
	.article-details .article-full-image,
	.article-details .article-featured-video {
		margin-bottom: 30px;
	}

	.article-details .article-header {
		margin-bottom: 15px;
	}
}

.article-details [itemprop="articleBody"] p {
	line-height: 1.8;
}

.article-details .wf-columns {
	margin: 20px 0;
}

.article-details .article-full-image {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
	overflow: hidden;
	border-radius: 0;
}

.article-details .article-full-image img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.article-details .article-full-image img {
    border-radius: 10px;
	filter: brightness(95%);
}

.article-details iframe[src*="youtube"] {
	width: 100%;
	max-width: 100%;
	height: auto!important;
	aspect-ratio: 16 / 9;
    border-radius: 10px;
}
	
.article-details .article-info {
	display: none;
}

.article-details .article-featured-video {
	position: relative;
}

.article-details .article-featured-video {
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    margin: 0 0 2rem 0;
    border-radius: 10px;
    background-color: #070707;
}

blockquote, .blockquote {
	color: #fff;
	background-color: #1f2328;
	font-size: 18px;
	font-weight: 400;
	padding: 30px 30px 30px 50px;
	margin: 40px 140px 40px 0;
	position: relative;
	line-height: 1.6;
}

blockquote::before, .blockquote::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 30px;
    width: 3px;
    height: 50px;
    background-color: #fff;
}

@media screen and (max-width: 991px) {
	blockquote, .blockquote {
		margin: 30px 0;
	}
}

/*ul li*/
.article-details ul {
	list-style: none;
	padding: 0 0 0 30px;
	margin: 20px 0 30px 0;
}

@media screen and (max-width: 575px) {
	.article-details ul {
		padding: 0 0 0 10px;
	}
}

.article-details ul li  {
	position: relative;
	padding: 0 0 0 30px;
	margin-bottom: 10px;
}

.article-details ul li::before {
	content: '\f00c';
	font-family: 'Font Awesome 6 Free';
	font-size: 8px;
	font-weight: 600;
	color: #fff;
	background-color: #295fac;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 5px;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}



/* Article modules */
/* Services */
.our-services-module {
	margin-top: 50px;	
}

.our-services-module .mod-articles-items > div {
	padding: 35px 30px;
	box-shadow: 0 2px 12px rgba(0, 0, 0 , 0.12);
}

@media screen and (max-width: 575px) {
	.our-services-module .mod-articles-items > div {
		padding: 25px 20px;
	}
}

.our-services-module .mod-articles-items h6 {
	margin-top: 0!important;
	margin-bottom: 20px;
}

.our-services-module .mod-articles-items h6 a {
	color: #252525!important;
}

.our-services-module .mod-articles-items .readmore {
	margin-top: 20px;
}

.our-services-module .mod-articles-items .readmore a {
	font-size: 16px;
}

/* Locations */
.locations-module {
	margin-top: 50px;	
}

.locations-module h6 {
	margin-top: 0!important;
}

.locations-module .mod-articles-items h6 {
	margin-top: 5px!important;
}

.locations-module .mod-articles-items h6 a {
	font-size: 18px!important;
	font-family: "Open Sans", sans-serif;
}

/* Providers blog with filtering */
.providers-filter-module {
	margin-bottom: 50px;
}	

.jlmf-label {
	font-family: "Besley", sans-serif;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 10px;
}

.providers-filter-module button.jlmf-link {
	margin-top: 15px;
	padding: 0;
	font-size: 16px;
	border: none;
	background-color: transparent;
}

.providers-filter-module button.jlmf-link:hover {
	color: #a8cb65;
}

.blogproviders #item-container {
    display: flex;
    flex-wrap: wrap;
	margin-left: -15px;
    margin-right: -15px;
}

.blogproviders #item-container > .items-row {
    display: contents;
    margin: 0;
    padding: 0;
    border: none;
}

.blogproviders #item-container > .items-row > .row-flex {
    display: contents;
}

.blogproviders #item-container .item {
	margin-bottom: 40px;
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
    .blogproviders #item-container > .items-row > .row-flex > .item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

.blogproviders #item-container .item article {
	display: flex;
    flex-direction: column;
	height: 100%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.blogproviders #item-container .item article .item-content {
    display: flex;
	flex: 1;
    flex-direction: column;
	padding: 0 15px;
}

.blogproviders .providers-item .blog-image a,
.blogproviders .providers-item .blog-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.blogproviders .providers-item .blog-image {
    aspect-ratio: 2 / 3;
    overflow: hidden;
    margin: 0;
}

.blogproviders .providers-item .blog-image img {
    object-fit: cover;
    object-position: top center;
}

@media screen and (min-width: 576px) {
	.blogproviders .article-header {
		min-height: 90px;
	}
}

.blogproviders .article-header h2 {
	font-size: 19px;
    text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}

.blogproviders .article-header h2 a {
    color: #252525;
}

.blogproviders .article-intro .btn,
.blogproviders .article-intro .btn-secondary {
	width: 100%;
	padding: 14px 20px!important;
}

/* Locations blog with filtering */
.locations-filter-module {
	margin-bottom: 50px;
}	

.jlmf-label {
	font-family: "Besley", sans-serif;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 10px;
}

.locations-filter-module button.jlmf-link {
	margin-top: 15px;
	padding: 0;
	font-size: 16px;
	border: none;
	background-color: transparent;
}

.locations-filter-module button.jlmf-link:hover {
	color: #a8cb65;
}

.bloglocations #item-container {
    display: flex;
    flex-wrap: wrap;
	margin-left: -15px;
    margin-right: -15px;
}

.bloglocations #item-container > .items-row {
    display: contents;
    margin: 0;
    padding: 0;
    border: none;
}

.bloglocations #item-container > .items-row > .row-flex {
    display: contents;
}

.bloglocations #item-container .item {
	margin-bottom: 40px;
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
    .bloglocations #item-container > .items-row > .row-flex > .item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

.bloglocations #item-container .item article {
	display: flex;
    flex-direction: column;
	height: 100%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.bloglocations #item-container .item article .item-content {
    display: flex;
	flex: 1;
    flex-direction: column;
	padding: 0 15px;
}

.bloglocations .providers-item .blog-image a,
.bloglocations .providers-item .blog-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.bloglocations .providers-item .blog-image {
    overflow: hidden;
    margin: 0;
}

.bloglocations .providers-item .blog-image img {
    object-fit: cover;
    object-position: top center;
}

@media screen and (min-width: 576px) {
	.bloglocations .article-header {
		min-height: 90px;
	}
}

.bloglocations .article-header h2 {
	font-size: 19px;
    text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
}

.bloglocations .article-header h2 a {
    color: #252525;
}

.bloglocations .article-intro .btn,
.bloglocations .article-intro .btn-secondary {
	width: 100%;
	padding: 14px 20px!important;
}


/* Provider article view */
.provider-item ul.fields-container {
	list-style: none;
	margin-left: 0 !important;
	padding-left: 0 !important;
	margin-top: 30px;
}

.provider-item ul li {
	padding-left: 0;
	padding-bottom: 12px;
	position: relative;
}

.provider-item ul li .field-label {
	display: none;
}

.provider-item ul li::before {
    display: inline-block;
	color: #a3a8b2;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	width: 20px;
}

.provider-item ul li.services::before {
	content: '\f0fa';
}

.provider-item ul li.locations::before {
	content: '\f3c5';
}

.provider-item ul li.appointment-link::before {
	content: '\f073';
}


/* Location article view */
.item-pagelocationblog ul.fields-container {
	list-style: none;
	margin-left: 0 !important;
	padding-left: 0 !important;
	margin-top: 30px;
}

.item-pagelocationblog ul li {
	padding-left: 0;
	padding-bottom: 12px;
	position: relative;
}

.item-pagelocationblog ul li .field-label {
	display: none;
}

.item-pagelocationblog .fields-container .field-value {
    display: inline;
}

.item-pagelocationblog .fields-container .field-entry {
    display: flex;
    gap: 10px;
}

.item-pagelocationblog ul li::before {
    display: inline-block;
    color: #a3a8b2;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 20px;
    flex-shrink: 0;
}

.item-pagelocationblog ul li.services::before {
	content: '\f0fa';
}

.item-pagelocationblog ul li.providers::before {
	content: '\f0c0';
}



/* Pagination */
.pagination-wrapper {
    display: flex;
    align-items: center;
	justify-content: center!important;
	flex-wrap: wrap;
	margin-top: 40px;
}

.pagination-wrapper .pagination,
.pagination-wrapper .pagination-counter {
    margin-bottom: 10px!important;
	color: #252525 !important;
}

@media screen and (max-width: 767px) {
	ul.pagination li:not(:first-child):not(:nth-child(2)):not(:last-child):not(:nth-last-child(2)) {
	  display: none;
	}
}

@media screen and (max-width: 575px) {
	.pagination-wrapper .pagination-counter {
		display: none;
	}
}

.pagination>.active>a, .pagination>.active>span {
    color: #fff;
	border-color: #295fac;
    background-color: #295fac;
	font-weight: 600;
	border-radius: 0!important;
}

.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
    color: #fff;
	border-color:  #295fac;
    background-color:  #295fac;
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
	background-color: #9dd07c;
	border-color: #9dd07c;
}

.pagination li a, .pagination li>span {
	padding: 10px;
	border-radius: 0!important;
	background-color: #f7f7f7;
	font-weight: 600;
}

.page-link:focus {
    box-shadow: none;
}

.disabled > .page-link, .page-link.disabled {
    color: #bbb;
	background-color: #f7f7f7;
}

.pagination li.page-item {
	width: 45px!important;
	text-align: center;
	margin: 4px;
	border-radius: 0;
}

.pagination li:first-child {
	margin-left: 0;
}



/* Scroll up button */
.sp-scroll-up {
    right: 15px;
    bottom: 15px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 0;
}

.sp-scroll-up:hover, .sp-scroll-up:focus, .sp-scroll-up:active {
    color: #fff;
	background-color: #295fac;
}



/* Chatbot */
.chat-bot-wrapper {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #2B2B2B;
    background: transparent!important;
    right: 0;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.chat-bot-wrapper select {
	background-image: none!important;
}

@media screen and (max-width: 480px) {
	.chat-bot-wrapper {
		left: 57px;
		right: auto;
		bottom: -25px;
	}

	.chat-bot-wrapper .msg-notification {
		left: 17px;
		right: auto;
		bottom: 100px!important;
		width: 250px;
	}
}