/*
Theme Name: Astra Child
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   astra
Version:    1.0
License:    GNU General Public License v2 or later
*/
:root {
	--white:#ffffff;
	--black:#000000;
	--green: #9acd32;
	--light-green:#9acd32;
	--light-grey:#575757;
	--light-blue:#3B4799;
	--transition:all 0.4s;
}
/* Common */
.contact--menu a.mega-menu-link:before {
    content: "\f879";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 20px !important;
    transform: rotate(15deg);
}
.btn--common a , .btn--border a, .btn--light a, .footer--list ul > li > a,  .hero--slider .elementor-button , .post--archive .uael-post__read-more {
	z-index: 0;
    overflow: hidden;
    position: relative;
}
.btn--common a:before, .btn--border a:before, .btn--light a:before, .footer--list ul > li > a:before , .hero--slider .elementor-button:before, .post--archive .uael-post__read-more:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--light-blue);
    left: 0;
    top: 0;
    transition: var(--transition);
   	opacity:0;
    z-index: -1;
}
.btn--border a:before {
	/*background-color:var(--white);*/
}
.btn--light a:before, .footer--list ul > li > a:before {
	background-color: var(--light-blue);
}
.btn--light a:hover, .footer--list ul > li > a:hover .elementor-icon-list-text {
	color:var(--white) !important;
	border-color:var(--light-blue);
}
.btn--border a:hover {
	/*color:var(--light-blue) !important;*/
	border-color:var(--white) !important;
}
.btn--common a:hover:before, .btn--border a:hover:before, .btn--light a:hover:before, .footer--list ul > li > a:hover:before, .hero--slider .elementor-button:hover:before, .post--archive .uael-post__read-more:hover:before {
	opacity:1;
}
/* .btn--group a:hover {
    background: transparent !important;
} */
.btn--group .uael-dual-button-wrap {
    row-gap: 15px;
}
.btn--group a:before {
    background-color: var( --e-global-color-6818dd3 );
}
input:focus, textarea:focus {
	outline:none !important; 
}
input[type="submit"]:focus {
border:none !important;	
}
ul.elementor-icon-list-items a span {
	transition: color 0.4s;
}
.elementor-button {
    min-width: 150px;
    padding: 13px 32px !important;
    min-height: 50px;
    border-radius: 30px !important;
}
.heading--h1 h1 {
	font-size: clamp(28px, 3vw, 50px) !important;
	line-height: 1.2 !important;
}
.post--single--hero h1 {
	font-size: clamp(24px, 2.5vw, 40px) !important;
}
.uael-gf-style .uael-gf-select-custom {
    position: relative;
    display: block;
}
.uael-gf-style .uael-gf-select-custom:after {
	content:"" !important;
	background-image:url("/wp-content/uploads/2023/03/down-1.png");
	width: 20px;
    height: 20px;
    background-size: 20px;
    opacity: 0.5;
	right: 1em !important;
}
.dynamic--internal--banner {
	padding-block:20px !important; 
}
/* Common End*/

/* Header */
header#main--header {
    position: fixed;
	width: 100%;
    z-index: 999;
    background: rgb(255, 255, 255);
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
	box-shadow: 0px 0px 4px rgba(000,000,000,0.2);
}
/* .elementor.elementor-9.elementor-location-header {
    margin-bottom: 97px;
} */
/* .main--header > .elementor-container > .elementor-column {
    width: 50% !important;
    flex-grow: 1;
} */
.main--menu li.contact--menu > a {
    background-color: var(--light-green);
    border-radius: 30px;
    text-transform: uppercase;
    min-height: 60px;
    color: var(--white) !important;
    font-size: 14px;
    min-width: 150px;
    justify-content: center;
}
.contact--us a {
    padding-right: 60px !important;
}
/* Header End */

/* get-in-touch */
.get-in-touch textarea {
    height: 150px !important;
}
.get-in-touch .gform_button.button {
    min-width: 290px;
    min-height: 60px;
    justify-content: center;
    border-radius: 50px !important;
	font-weight:800 !important;
}
/* get-in-touch-end */


/* Cusomize css */
.other--area .elementor-widget-wrap.elementor-element-populated {
    display: grid !important;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: 20px;
    align-items: unset !important;
}
.other--area .elementor-widget-container {
    height: 100%;
}

.our-location-upper .elementor-widget-wrap.elementor-element-populated{
	display: grid !important;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: 20px;
}
.addiction-program .elementor-image-box-img img , .our-location-upper .elementor-image-box-img img {
	width:100% !important;
}
.our-location .elementor-image-box-content {
    position: absolute;
    bottom: 0;
}
.our-location .elementor-image-box-img a:after {
    content: '';
    background: #3b4799a8;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 0;
    transition: 0.5s;
}
.our-location .elementor-image-box-img a:hover:after{
	opacity: 1;
}
.our-location .elementor-image-box-content {
    height: 100%;
}
.our-location .elementor-image-box-content > h3 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-location .elementor-image-box-content > h3:after {
    content: '';
    background: #3b4799a8;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    transition: 0.5s;
    z-index: 0;
    opacity: 0;
}
.our-location .elementor-image-box-content > h3 > a {
    z-index: 1;
    position: absolute;
    bottom: 20px;
}
.our-location .elementor-image-box-content > h3:hover:after {
    opacity: 1;
}
.our-location .elementor-image-box-content > h3:hover a {
    bottom: 50%;
    text-decoration: underline;
}

.addiction-program .elementor-widget-wrap.elementor-element-populated{
	display: grid !important;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap: clamp(15px, 2.2vw, 40px);
}
.addiction-program .elementor-image-box-content{
	position: absolute;
    bottom: 20px;
}

.testimonial--slider .elementor-testimonial__image img {
    width: 100% !important;
    height: 100% !important;
}
.testimonial--slider .elementor-testimonial__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
   padding: clamp(30px, 6vw, 100px) clamp(30px, 6vw, 100px) clamp(30px, 6vw, 100px) 0 !important;
}

.testimonial--slider .elementor-testimonial__title {
    margin-top: 30px;
}

.blog--home .uael-post__bg-wrap {
/*     min-height: 300px; */
    display: flex;
    align-items: flex-start;
	justify-content: center;
}
.map--100 , .map--100 * {
	height:100% !important;
}
/* Cusomize css */

/* Home */
.hero--slider .swiper-slide{
	min-height: 60vh;
}


.hero--slider .swiper-slide-inner {
	max-width: 1120px;
}
.hero--slider .swiper-slide-inner .elementor-slide-heading {
	font-size: clamp(28px, 3vw, 50px) !important;
    line-height: 1.3 !important;
    max-width: 450px;
}
.hero--slider.main_slide .swiper-slide-inner .elementor-slide-heading {
    max-width: 700px;
}
.hero--slider.main_slide .swiper-slide-inner .elementor-slide-heading h3 {
    font-size: clamp(22px, 2vw, 36px) !important;
    color: var(--e-global-color-ffd1b72);
}

.hero--slider.main_slide .swiper-slide-inner .elementor-slide-heading h2 {
    font-size: clamp(28px, 3vw, 50px) !important;
    color: var(--e-global-color-ffd1b72);
}

.hero--slider.main_slide .elementor-swiper-button {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.hero--slider.main_slide .elementor-swiper-button.elementor-swiper-button-prev {
    left: 2%;
    cursor: pointer;
}

.hero--slider.main_slide .elementor-swiper-button.elementor-swiper-button-next {
    right: 2%;
    cursor: pointer;
}

.hero--slider.main_slide .swiper-pagination {
    display: block;
}
.hero--slider.main_slide .elementor-background-overlay {
    background-image: linear-gradient(180deg, rgb(2 1 1 / 0%) 0%, rgb(59 71 153 / 63%) 100%);
}
.blog--home .uael-post-wrapper .uael-post__bg-wrap {
	transition:var(--transition);
}
.blog--home .uael-post-wrapper {
	margin-bottom:0px !important;
}
.blog--home .uael-post-wrapper .uael-post__bg-wrap:hover {
	background-color:var(--green) !important;
}
.blog--home .uael-post__title {
	font-size: clamp(20px, 2vw, 30px) !important;
}
.testimonial--slider .swiper-slide {
	padding: 0px !important;
}
.testimonial--slider .elementor-testimonial {
    gap: clamp(30px, 5vw, 95px);
    align-items: flex-start !important;
}
.testimonial--slider .elementor-testimonial__content {
	width: 49%;
} 
.testimonial--slider .elementor-testimonial__footer {
	width: 51%;
	padding-right:0px !important;
}
.testimonial--slider .swiper-container {
	overflow:hidden;
	padding-bottom: 0px !important;
}
.testimonial--slider .elementor-testimonial__content .elementor-testimonial__name {
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.testimonial--slider .swiper-pagination {
    width: max-content !important;
    left: calc(50% + calc(47px + clamp(30px, 5vw, 95px))) !important;
    transform: translateX(-50%);
    bottom: auto !important;
    top: calc(400px + clamp(30px, 6vw, 100px));
}
.contact--home .elementor-element-populated {
	max-width: 630px;
	
}

.get-in-touch .gform_fields {
	gap: 30px !important;
}
.height--100 , .height--100 * {
	height:100% !important;
}
.height--100 img {
	object-fit:cover;
}
.testimonial--slider .elementor-testimonial__image img {
	min-height: 550px;
}
.our-location .elementor-image-box-content{
	overflow: hidden;
}

.our-location .elementor-image-box-content > h3 > a {
    width: 100%;
    height: 100%;
    top: calc(100% - 40px);
    transition: 0.5s;
}

.our-location .elementor-image-box-content:hover h3 > a {
    top: calc(0% + 0px);
    padding-top: calc(50% - 40px);
}


.hover_box figure.elementor-image-box-img {
    overflow: hidden;
    transition: 0.5s;
}

.hover_box .elementor-image-box-wrapper:hover figure.elementor-image-box-img img {
    transform: scale(1.2);
    transition: 0.5s;
}

.hover_box figure.elementor-image-box-img img {
    transition: 0.5s;
}

.hover_box figure.elementor-image-box-img:after {
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgb(59 71 153 / 66%), transparent);
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: 0.5s;
}

.hover_box .elementor-image-box-wrapper:hover figure.elementor-image-box-img:after {
    opacity: 1;
}

.hover_box .elementor-image-box-wrapper .elementor-image-box-content{
	height: 100%;
    top: 0px;
    bottom: 0px;
}
.hover_box .elementor-image-box-wrapper .elementor-image-box-content > h3 {
    height: 100%;
    margin-bottom: 0px;
}

.hover_box .elementor-image-box-wrapper .elementor-image-box-content > h3 > a {
    height: 100%;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 40px;
}
.hover_box .elementor-image-box-wrapper:hover .elementor-image-box-content > h3 > a {
    padding-bottom: 60px;
}

.hover_box .elementor-image-box-wrapper:hover .elementor-image-box-content {
    top: 0%;
}

.hover_box .elementor-image-box-wrapper:hover .elementor-image-box-content {
    bottom: 40px;
    transition: 0.5s;
}

.hover_box .elementor-image-box-wrapper .elementor-image-box-content {
    transition: 0.5s;
}


/* Home end */

/*our-program*/

.our-program .elementor-widget-wrap.elementor-element-populated{
	display: grid !important;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: clamp(15px, 2.2vw, 40px);
}
#our-difference .elementor-testimonial__cite {
    margin-top: 10px;
}
#our-difference .elementor-testimonial__title {
    margin-top: 20px;
}
#our-difference .elementor-testimonial__content{
	padding: clamp(30px, 6vw, 100px) clamp(30px, 6vw, 0px) clamp(30px, 6vw, 100px) 0 !important;
}
#our-difference .swiper-pagination {
    transform: rotate(90deg);
    top: 41% !important;
    left: calc(0% - 200px * 0.5) !important;
}

/*our-program end*/

/* Form Section */
.other--area .elementor-element:hover .elementor-widget-container figure img {
	filter: brightness(0) invert(1);
	transition: var(--transition);
}
.other--area a:before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
}
.get-in-touch .gform_footer:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--light-green);
    transition: all .35s;
    transform: scaleX(1);
}
.get-in-touch .gform_footer {
    max-width: fit-content;
    /*margin-left: auto !important;*/
    position: relative;
    background-color: var(--light-blue);
    border-radius: 30px !important;
    padding: 0 !important;
    /*max-height: 60px;*/
	overflow: hidden;
}

.get-in-touch .gform_footer input[type="submit"] {
    background-color: transparent !important;
    z-index: 2;
    position: relative;
}

.get-in-touch .gform_footer:hover:after{
	width: 100%;
}

.get-in-touch .gform_footer:hover input {
    color: var( --white) !important;
}
.get-in-touch .gform_button.button:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--light-blue);
    left: 0;
    top: 0;
    transition: var(--transition);
    transform: scaleX(0);
    z-index: -1;
}
.get-in-touch .gform_footer:after {
    position: absolute;
    content: "";
    top: 0;
	left: 0;
    width: 100% !important; 
    height: 100%;
    background-color: var(--light-green);
    transition: all .5s;
    transform: scaleX(1);
	opacity:0;
}
.get-in-touch .gform_footer:hover:after {
   	opacity:1;
   /*     border-radius: 30px !important; */
    border: 1px solid var(--light-green);
    padding: 0 !important;
}
div#gform_confirmation_wrapper_1 {
    text-align: center;
}
.gform_wrapper div.gform_validation_errors h2{
	color: var(--e-global-color-320cd6e ) !important;
	font-size: 14px;
    font-weight: 600;
}
/* Form Section End */

/* Footer */
.recent--post h5 {
    display: none;
}
.recent--post ul {
    list-style: none;
    margin: 0;
    padding-right: 150px;
}
.recent--post a {
    color: var(--e-global-color-5eb2a20 );
    font-weight: 600;
    font-size: 14px;
}
.recent--post li:not(:last-child) {
    margin-bottom: 30px;
}
.member--sec .gallery-item img{
	margin: 0 !important;
}
.num--section {
    margin-bottom: 10px !important;
}
.footer--list ul > li > a {
    min-height: auto;
    border: 1px solid var(--light-blue);
    border-radius: 30px;
    padding: 4px 12px;
    display: flex !important;
    justify-content: center;
    align-items: center !important;
    min-width: 200px;
    width: auto !important;
	font-size:12px !important;
}
.footer--list ul {
	display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer--membership > .elementor-container {
	margin-left: 0px !important;
}
.ft--link a {
	color:var(--light-blue);
}
.ft--light--link a, .copy--right a {
	color:#575757;
}
.copy--right a:hover {
	color:var(--light-blue);
}
/* Footer--End */


/* our staff */
.team--members > .elementor-element-populated {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: clamp(20px, 3vw, 55px);
}
.team--members > .elementor-element-populated .elementor-image-box-img img {
	width:100%;
}
.team--accordian .elementor-accordion .elementor-tab-content {
	padding: 15px clamp(20px, 3vw, 50px) 60px; 
	border:none;
}
.team--popup--design {
	display: flex;
    gap: clamp(20px, 3vw, 50px);
}
.team--popup--design .team--popup--header {
	width: 32%;
    text-align: center;
	min-width: 260px;
}
.team--popup--design .pragraph--text {
	width: 75%;
}

.team--popup--design img {
	width: 100%;
    
}
.team--popup--design h3 {
	font-size: clamp(18px, 2.5vw, 24px)!important;
	color: var(--Blue) !important;
	margin-top: 15px !important;
}
.team--popup--design h4 {
	font-size: 18px;
    font-weight: 500;
    margin: 10px 0 30px;
}
.team--popup--design .pragraph--text {
	max-height: 500px;
    overflow-y: auto;
}

.team--popup--design .pragraph--text::-webkit-scrollbar {
  width: 5px;
}


.team--popup--design .pragraph--text::-webkit-scrollbar-track {
  background: var(--white);
	border-radius: 10px;
}


.team--popup--design .pragraph--text::-webkit-scrollbar-thumb {
  background: var(--Blue);
	border-radius: 10px;
}


.team--popup--design .pragraph--text::-webkit-scrollbar-thumb:hover {
  background: var(--red);
}
.team--popup-popup .uael-modal-close {
	width: 50px !important;
    height: 50px !important;
    background-color: var(--green);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10px !important;
    left: auto !important;
    top: 10px;
}
.team--popup-popup .uael-content {
/* 	max-height: calc(100vh - 100px); */
	width: calc(100% - 30px) !important; 
	max-width:1250px;
	min-height: 570px;
	background-color: #eff0f9;
}
.team--popup-popup .uael-modal-close > i {
    color: var( --e-global-color-5eb2a20 );
}
.team--popup-popup .uael-content .uael-modal-content-data {
/* 	padding: clamp(50px, 7vw, 100px) clamp(15px, 4vw, 70px) !important; */
	padding-bottom: 70px !important;
}
.team--members .elementor-image-box-img {
	position:relative;
	transition:var(--transition);
}
.team--members .elementor-image-box-img:before {
	position: absolute;
    content: "View Bio";
    left: 0;
    top: 0;
    width: 100%;
    aspect-ratio: 1/ 1.16;
	opacity:0;
    background-color: rgb(9 59 132 / 40%);
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 3px;
    font-size: clamp(20px,3.5vw, 24px);
    display: flex;
    justify-content: center;
    align-items: center;
	transition:var(--transition);
}
.team--members .elementor-image-box-wrapper:hover .elementor-image-box-img:before {
	opacity:1;
}
.team--members .elementor-image-box-img img {
	aspect-ratio: 1/ 1.16;
    object-fit: cover;
    object-position: top;
}

.team--members > .elementor-widget-wrap > section:nth-last-child(1) .elementor-image-box-img img {
    aspect-ratio: 1/ 0.5;
}

.team--members > .elementor-widget-wrap > section:nth-last-child(1) .elementor-image-box-img {
    aspect-ratio: 1/ 1.16;
    display: flex;
    align-items: center;
    background: #fbfbfb;
}
/* our staff */

/* tour */
.image--gallery .uael-img-gallery-wrap img {
	aspect-ratio: 1/ 0.75;
    object-fit: cover;
    object-position: center;
}
.fancybox-button--close {
	padding:0px !important;
	border-radius:0px !important;
}
/* tour end */

/* podcast */

.podcast--text img {
	float: right;
    margin: 0 0 10px 20px;
    max-width: 300px !important;
	 width: 100%;
}
/* podcast end */

/* post archive */

.post--archive .uael-post__inner-wrap {
	display: flex;
}
.post--archive .uael-post__inner-wrap > .uael-post__thumbnail {
	width: 35%;
}
.post--archive .uael-post__inner-wrap > .uael-post__content-wrap {
	width: 75%;
}
.post--archive .uael-post__inner-wrap .uael-post__thumbnail {
	padding-bottom:0px !important;
}
.post--archive .uael-post__inner-wrap .uael-post__thumbnail img {
	position: relative;
	height:auto;
	aspect-ratio: 1 / 0.7;
}
.post--archive .uael-post__inner-wrap .uael-post__excerpt p {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post--single--hero {
	max-width:1920px;
	margin:0 auto;
}
.post--single--hero > .elementor-container {
		margin-right: 0px !important;
	}

.post--single--hero > .elementor-container .elementor-widget-theme-post-featured-image , .post--single--hero > .elementor-container .elementor-widget-theme-post-featured-image * {
	height:100% !important;
}
.post--single--hero > .elementor-container .elementor-widget-theme-post-featured-image img {
	object-fit: cover;
}
.post--single--content h3,  .post--single--content h2 {
	color:var(--light-blue) !important;
	margin-bottom:25px;
}
.post--single--content a {
	color:var(--light-blue) !important;
}
.post--single--content ol,  .post--single--content ul {
		margin-left:30px;
	}
.post--nav .elementor-post-navigation{
	gap:10px !important;
}
.related--post .elementor-post__title a:hover {
	color:var(--green) !important;
}
/* post archive end */

/* insurence form 
.insurance--form {
	width:50% !important;
}
.insurance--form .ginput_container * {
	width:100% !important;
}
.insurance--form .gform_fields > li {
	width:100% !important;
}
 insurance form end */

/* responsive */

#mega-menu-wrap-primary #mega-menu-primary {
		gap: 20px;
	}

@media (min-width:1025px) {
.header--logo img {
    width: 350px;
    min-height: 84px;
    object-fit: contain;
}
	body {
    padding-top: 114px;
}
	.max_maga_menu ul#mega-menu-primary {
	    display: flex !important;
	    justify-content: flex-end;
	}
	.max_maga_menu ul#mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a:after {
		transform: translateX(-50%) scale(1);
	}
	.max_maga_menu ul#mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a {
		background: transparent !important;
	}
	
	.max_maga_menu ul#mega-menu-primary > li:nth-last-child(1){
	    background-color: var(--light-blue) !important;
	    border-radius: 30px !important;
	    text-transform: uppercase !important;
	    min-height: 60px !important;
	    color: var(--white) !important;
	    font-size: 14px !important;
	    min-width: 150px !important;
	    justify-content: center !important;
		overflow: hidden !important;
	}
	
	.max_maga_menu ul#mega-menu-primary > li:nth-last-child(1):after {
		position: absolute !important;
		content: "" !important;
		top: 0 !important;
		left: 0 !important;
		width: 100%;
    	
		height: 100% !important;
		background-color: var(--light-green) !important;
		transition: var(--transition) !important;
		opacity:0;
		display: block !important;
		
	}

	.max_maga_menu ul#mega-menu-primary > li:nth-last-child(1) > a {
		z-index: 1;
		color: var(--white) !important;
	}

	.max_maga_menu ul#mega-menu-primary > li:nth-last-child(1):hover:after {
		
		opacity:1;
		
	}

	.max_maga_menu ul#mega-menu-primary > li:nth-last-child(1) > a:hover {
		background-color: transparent !important;
	}
	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu > li:not(:first-child) > ul.mega-sub-menu {
		height: 100% !important;
		max-width: fit-content !important;
		display: flex !important;
		flex-direction: column;
	}
	
	.max_maga_menu ul#mega-menu-primary > li > a {
	    color: var(--e-global-color-2dd727a ) !important;
	    fill: var(--e-global-color-2dd727a );
	    display: flex !important;
	    align-items: center;
	    padding: 13px 15px !important;
/* 		    padding-bottom: 0px !important; */
	    justify-content: center;
	    font-family: var(--e-global-typography-primary-font-family ), Sans-serif !important;
	    line-height: 20px !important;
	    font-weight: 700 !important;
	    font-size: 16px !important;
	    height: 100% !important;
	    transition: all 0.5s !important;
	}
	
	.max_maga_menu ul#mega-menu-primary > li:nth-last-child(2) > a {
	    padding-right: 30px !important;
	}
	
	.max_maga_menu ul#mega-menu-primary > li:not(:last-child) > a:hover {
	    background: transparent !important;
	}
	
	.max_maga_menu ul#mega-menu-primary > li.mega-toggle-on > a.mega-menu-link {
	    background: transparent !important;
	}
	
	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu {
	    display: flex !important;
	    width: 100vw !important;
	    left: 0 !important;
	    position: fixed !important;
	    top: 95px !important;
	    z-index: 999 !important;
	}
	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu > li.mega-menu-row {
	    width: 100% !important;
	    margin: 0 auto !important;
	    max-width: 1820px !important;
	    padding:clamp(15px, 3vw, 50px) !important;
	}
	.max_maga_menu ul#mega-menu-primary > li.mega-toggle-on > a.mega-menu-link > span.mega-indicator, .max_maga_menu ul#mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	    width: 100% !important;
	    height: 100% !important;
	    position: absolute !important;
	    right: 0px;
	    display: flex !important;
	    align-items: center;
	    justify-content: flex-end;
	}
	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu > li.mega-menu-row h4 {
	    font-size: clamp(24px, 2vw, 26px) !important;
	    color: #000 !important;
	    margin-bottom: 10px !important;
	    max-width: 400px;
	    width: 100%;
	}
	
	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu > li.mega-menu-row h4 + .textwidget {
	    font-family: var(--e-global-typography-text-font-family ), Sans-serif;
	    font-size: 16px;
	    line-height: 30px;
	    max-width: 400px;
	    width: 100%;
		padding-right: 20px;
	}
	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu > li:not(:first-child) > ul > li {
		padding: 6px 0px !important;
		width: fit-content !important;
	}

	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu > li:not(:first-child) > ul > li > a {
		color: var(--e-global-color-2dd727a ) !important;
	    fill: var(--e-global-color-2dd727a );
	    padding: 5px 15px !important;
	    font-family: var(--e-global-typography-primary-font-family ), Sans-serif !important;
	    line-height: 20px !important;
	    font-weight: 500 !important;
	    font-size: 16px !important;
	    transition: all 0.5s !important;
	}
	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu > li:not(:first-child) > ul > li.custom--title > a {
		font-weight: 700 !important;
		color:var(--light-blue) !important;
	}
	.max_maga_menu ul#mega-menu-primary >  li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
		background: transparent !important;
	}

	.max_maga_menu ul#mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:after {
		transform: translateX(-50%) scale(1);
	}
	
	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu {
	    display: flex !important;
	    gap: 20px;
	}
	
	
	
	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu > li:not(:first-child) > ul > li > a:after {
	    content: '' !important;
	    width: 2px !important;
	    height: 100% !important;
	    display: block !important;
	    background: var(--light-green);
	    transition: all 0.5s !important;
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    z-index: -1;
	}
	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu > li:not(:first-child) > ul > li.custom--title > a {
		pointer-events:none !important;
		padding-left: 0px !important;
	}
	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu > li:not(:first-child) > ul > li.custom--title > a:after {
		display: none !important;
	}
	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu > li:not(:first-child) > ul > li > a:after {
	    max-width: 100% !important;
	    width: 100%;
	}
	
	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu > li:not(:first-child) > ul > li > a:hover:after {
	    width: 100% !important;
	    transition: all 0.5s !important;
	}
	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu > li:not(:first-child) > ul > li > a:hover{
		color:var( --e-global-color-ffd1b72 ) !important;
		transition: all 0.5s !important;
	}
	
	.max_maga_menu ul#mega-menu-primary > li:not(:last-child) > a:after {
	    content: '' !important;
	    width: calc(100% - 20px) !important;
	    height: 2px !important;
	    display: block !important;
	    position: absolute !important;
	    background: var( --e-global-color-5eb2a20 );
	    bottom: 6px !important;
	    left: 50% !important;
	    transform: translateX(-50%) scale(0);
	    transition: 0.5s !important;
	}
	
	.max_maga_menu ul#mega-menu-primary > li:not(:last-child) > a:hover:after, .max_maga_menu ul#mega-menu-primary > li.mega-toggle-on > a:after {
	    transform: translateX(-50%) scale(1);
	}
	.max_maga_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	    padding: 0px !important;
	}
	.max_maga_menu ul#mega-menu-primary > li.mega-menu-item.mega-current-menu-item.contact--us > a:after {
		width: calc(100% - 60px) !important;
		left: 0px !important;
		transform: translateX(calc(-50% + 60px)) scale(1);
	}
	.max_maga_menu ul#mega-menu-primary > li.contact--us > a:hover:after {
		width: calc(100% - 60px) !important;
		left: 0px !important;
		transform: translateX(calc(-50% + 50px)) scale(1);
	}

	.max_maga_menu ul#mega-menu-primary > li.contact--us > a:after {
		width: calc(100% - 60px) !important;
		transform: translateX(calc(-50% + 60px)) scale(0);
		left: 0px !important;
	}
.hero--slider .swiper-slide-bg{
	background-position: 0px -15vh !important;
}
}


@media (max-width:1380px) and (min-width:1025px) {
	
/* 	.elementor.elementor-9.elementor-location-header {
		margin-bottom: 80px;
	} */
	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu{
		    top: 80px !important;
	}
/* 	.main--header > .elementor-container > .elementor-column:first-child {
		max-width: 213px;
	} */
	.main--menu nav > ul > li > a {
		padding-inline:12px !important; 
		font-size:14px !important;
	}
	.main--menu li.contact--menu > a {
		min-height: 50px;
		min-width: 110px;
	}
/* 	.max_maga_menu ul#mega-menu-primary > li > a, .max_maga_menu ul#mega-menu-primary > li:nth-last-child(2) > a, .max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu > li:not(:first-child) > ul > li > a {
	    padding-inline: 12px !important;
	    font-size: 14px !important;
	} */
	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu > li.mega-menu-row h4 {
		font-size: clamp(20px, 1vw, 22px) !important;
	}
	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu > li.mega-menu-row h4 + .textwidget {
		font-size: 14px;
		line-height: 26px;
	}
	.max_maga_menu ul#mega-menu-primary > li:nth-last-child(1){
	    padding-inline: 12px !important;
	    font-size: 14px !important;
	    min-height: 50px !important;
	    min-width: 110px !important;
	}
	.max_maga_menu ul#mega-menu-primary > li.mega-menu-item.mega-current-menu-item.contact--us > a:after {
		width: calc(100% - 0px) !important;
		left: 50% !important;
		transform: translateX(calc(-50% + 0px)) scale(1);
	}
	.max_maga_menu ul#mega-menu-primary > li.contact--us > a:after {
		width: calc(100% - 20px) !important;
		left: 50% !important;
		transform: translateX(calc(-50% + 0px)) scale(0);
	}
	.max_maga_menu ul#mega-menu-primary > li.contact--us > a:hover:after {
		width: calc(100% - 20px) !important;
		left: 50% !important;
		transform: translateX(calc(-50% + 0px)) scale(1);
	}
}

@media (min-width:1200px){
	.max_maga_menu ul#mega-menu-primary > li > a {
	    font-weight: 800 !important;
	    font-size: 21px !important;
	}
}
@media (max-width:1200px) {

	.hero--slider.main_slide .elementor-swiper-button{
		display: none;
	}

}


@media (max-width:1024px) {
		.max_maga_menu nav#mega-menu-wrap-primary > .mega-menu-toggle {
		background: transparent;
	}

/* 	.elementor.elementor-9.elementor-location-header {
		margin-bottom: 80px;
	} */
	
	.max_maga_menu nav#mega-menu-wrap-primary > .mega-menu-toggle > div:nth-last-child(1) {
	    background: #00000008;
	    width: 100% !important;
	    flex-basis: fit-content !important;
	    max-width: 53px;
	}
	
	.max_maga_menu nav#mega-menu-wrap-primary > .mega-menu-toggle > div:nth-last-child(1) span.mega-toggle-animated-inner, .max_maga_menu nav#mega-menu-wrap-primary > .mega-menu-toggle > div:nth-last-child(1) span.mega-toggle-animated-inner:after, .max_maga_menu nav#mega-menu-wrap-primary > .mega-menu-toggle > div:nth-last-child(1) span.mega-toggle-animated-inner:before {
	    background-color: var( --e-global-color-5eb2a20 );
	}
	
	.max_maga_menu ul#mega-menu-primary {
	    background: var( --e-global-color-5eb2a20 ) !important;
	    top: calc(100% + 20px) !important;
	}
	
	.max_maga_menu ul#mega-menu-primary > li > a {
	    color: var(--e-global-color-ffd1b72) !important;
	    border-bottom: 1px solid #ffffff26 !important;
	    font-weight: 600 !important;
	}
	
	.max_maga_menu ul#mega-menu-primary > li.mega-menu-item.mega-toggle-on > a {
	    background: var( --e-global-color-6818dd3 ) !important;
	}
	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu {
	    background: var(--e-global-color-ffd1b72) !important;
	}
	
	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu > li:nth-child(1){display: none !important;}
	
	
	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu > li a {
	    font-size: 14px !important;
	}
	
	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu > li li {
	    padding: 10px 0px !important;
	}
	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu > li:not(:first-child) > ul > li.custom--title > a {
    	font-weight: 700 !important;
		pointer-events: none !important;
    	
	}
	.max_maga_menu ul#mega-menu-primary > li > ul.mega-sub-menu > li.mega-menu-row > .mega-sub-menu > li:not(:first-child) > ul > li > a {
		font-weight: 500 !important;
	}
	.max_maga_menu ul#mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
		background-color:var(--green) !important;
	}
	.testimonial--slider .elementor-testimonial__content {
	padding: 0 15px 15px 0 !important;
}
.testimonial--slider .swiper-pagination {
	top: calc(290px + clamp(30px, 6vw, 100px));
}
.testimonial--slider .elementor-testimonial__image img {
    min-height: 420px;
}
	.blog--home .uael-post-grid__inner {
		row-gap: 20px;
	}
	.main--menu li.contact--menu  {
		display:none;
	}
	.hero--slider .swiper-slide-inner .elementor-slide-heading {
		margin-bottom: 25px !important;
	}
	#our-difference .swiper-pagination {
    top: 100% !important;
    left: 50% !important;
    width: 100% !important;
    transform: translateX(-50%);
}
#our-difference .elementor-testimonial__content {
    padding: clamp(30px, 6vw, 0px) clamp(30px, 6vw, 0px) clamp(30px, 6vw, 100px) 0 !important;
}
	.online--payment {
		width:100% !important;
	}
	.dynamic--internal--banner > .elementor-container {
		min-height: 180px !important;
	}
	.max_maga_menu ul#mega-menu-primary {
		overflow-y:auto !important;
		max-height:75vh !important;
	}
	body{
		padding-top:78px;
	}
}

@media (max-width:767px) {
/* 	.elementor.elementor-9.elementor-location-header {
		margin-bottom: 71px;
	} */
	.max_maga_menu ul#mega-menu-primary {
		top: calc(100% + 15px) !important;
	}
	.addiction-program .elementor-widget-wrap.elementor-element-populated {
		grid-template-columns: repeat(1, 1fr);
	}
	.testimonial--slider .elementor-testimonial {
		flex-direction: column-reverse !important;
	}
	.testimonial--slider .elementor-testimonial > div {
		width:100% !important;
	}
	.testimonial--slider .elementor-testimonial__title {
		margin-top: 20px;
	}
	.testimonial--slider .swiper-pagination {
    left: 50% !important;
    top: auto;
	}
	.testimonial--slider .elementor-testimonial__cite {
		margin-top: 15px !important;
	}
	.testimonial--slider .elementor-testimonial__image img {
    min-height: auto;
}
	.column--reverse > .elementor-container {
		flex-direction: column-reverse !important;
	}
	.get-in-touch .gform_fields {
    gap: 15px !important;
}
	.elementor-button {
		display: inline-flex !important;
    justify-content: center;
    align-items: center;
		padding: 7px 25px !important;
	}
	.footer--membership {
		    max-width: 200px;
	}
	/* 	our staff */
	.team--members > .elementor-element-populated .elementor-image-box-title{
		font-size: 19px !important;
	}
	.team--popup--design .pragraph--text {
		max-height: 140px;
	}
	.team--popup--design {
		flex-direction: column;
	}
	.team--popup--design .team--popup--header, .team--popup--design .pragraph--text {
		width:100%;
	}
	.team--popup-popup .uael-content {
		min-height: auto;
/* 	    max-height: 100vh; */
	}
	.team--popup--design {
		gap:0px;
	}
	/* 	our staff end */
	
	.podcast--text img {
    	max-width: 100% !important;
	
	}
	.post--archive .uael-post__inner-wrap {
		flex-direction: column;
	}
	.post--archive .uael-post__inner-wrap > .uael-post__thumbnail {
    width: 100%;
	}
	.post--archive .uael-post__inner-wrap > .uael-post__content-wrap {
    width: 100%;
	}
	.post--archive .uael-post__inner-wrap .uael-post__thumbnail img {
		aspect-ratio: 1 / 0.6;
	}
	.post--archive .uael-post__footer {
    	margin-top: 10px !important;
	}
	.post--single--content h3, .post--single--content h2 {
   
    margin-bottom: 15px;
	}
	.post--single--content h3 {
		font-size:24px !important;
	}
	.post--single--hero > .elementor-container {
		flex-direction:column-reverse !important;
	}
	.related--post article {
		flex-direction: column !important;
    	gap: 15px;
	}
	.related--post article .elementor-post__thumbnail__link {
		margin:0px !important;
	}
	.related--post--tile .elementor-widget-container {
		margin-top:10px !important;
	}
/*	.insurance--form {
	width:100% !important;
}*/
	.dynamic--internal--banner > .elementor-container {
		min-height: 180px !important;
	}
	.hero--slider .swiper-slide-bg {
		background-position: 70% !important;
	}
	.blog--home .uael-post__title {
		margin-bottom: 0px;
	}
	.basic--internal--cta {
		background-position: 72% 0% !important;
	}
	.team--popup--header img {
    max-width: 80%;
}
}


@media (max-width:425px) {
/* 	.elementor.elementor-9.elementor-location-header {
		margin-bottom: 71px;
	} */
	.btn--group .uael-dual-button-wrap {
		flex-direction: column;
	}
	.btn--group .uael-dual-button-wrap > div {
		width: 100%;
	}
	.btn--group .uael-dual-button {
		margin: 0px !important;
	}
	.max_maga_menu nav#mega-menu-wrap-primary > .mega-menu-toggle > div:nth-last-child(1) span.mega-toggle-animated-inner, .max_maga_menu nav#mega-menu-wrap-primary > .mega-menu-toggle > div:nth-last-child(1) span.mega-toggle-animated-inner:after, .max_maga_menu nav#mega-menu-wrap-primary > .mega-menu-toggle > div:nth-last-child(1) span.mega-toggle-animated-inner:before {
	    width: 30px;
	}
	.max_maga_menu nav#mega-menu-wrap-primary > .mega-menu-toggle > div:nth-last-child(1) span.mega-toggle-animated-inner, .max_maga_menu nav#mega-menu-wrap-primary > .mega-menu-toggle > div:nth-last-child(1) span.mega-toggle-animated-inner:after, .max_maga_menu nav#mega-menu-wrap-primary > .mega-menu-toggle > div:nth-last-child(1) span.mega-toggle-animated-inner:before {
	    width: 30px;
	}
	
	.max_maga_menu nav#mega-menu-wrap-primary > .mega-menu-toggle > div:nth-last-child(1) span.mega-toggle-animated-box {
	    width: 30px;
	}
	
	.max_maga_menu nav#mega-menu-wrap-primary > .mega-menu-toggle > div:nth-last-child(1) {
		max-width: 43px !important;
	}
}
/* responsive end */

.light_blue_for_sitemap *, .light_blue_for_sitemap a{
	color:#3B4799 !important;
}
.light_blue_for_sitemap .wsp-elementor_librarys-title, .light_blue_for_sitemap .wsp-elementor_librarys-list{
	display:none !important;
}

@media screen and (max-width: 767px) {
  .light_blue_for_sitemap .wsp-posts-list{
       margin-left: 25px !important;
  }
}

