.inner-hero {
	padding: 73px 0 313px;
	background: var(--secondary-bg);
}

.hero-content__cta{
	margin-top: 16px;
}

.inner-hero-no-rw {
	padding: 73px 0 100px;
}

.inner-hero-no-rw.hero-blog-post {
	padding: 50px 0;
}

.page-padd {
	padding: 80px 0;
}

#breadcrumbs {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 18px;
}

.inner-hero .container {
	display: flex;
}

.inner-hero__subheading {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 28px;
}

img.inner-hero__image {
	border-radius: 60px;
	height: 100%;
	object-fit: cover;
}

.review-holder {
	padding: 54px 60px;
	background: var(--color-dark);
	border-radius: 20px;
	margin-top: -224px;
}

.review-holder * {
	font-style: italic;
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	letter-spacing: -0.22px;
}

.review-holder__text {
	margin: 20px 0 30px;
}
.inner-content-wrap {
	padding-top: 40px;
}
.dd-col-10 {
	left: 50%;
	transform: translatex(-50%);
	padding: 20px 0;
}

.inner-content img {
	border-radius: 30px;
}
.step__image {
	margin-bottom: 12px;
}
.steps-wrap {
	margin: 20px 0;
}
.btn--full-width {
	width: 100%;
	padding: 15px;
	text-align: center;
	background: #F1FEFF;
	cursor: pointer;
}
.btn--read-more.btn--expand-text,
.btn--read-more.btn--hide-text {
	margin-bottom: 60px;
}
.btn--full-width img {
	margin-top: -2px;
	transition:0.4s;
}

.btn--full-width:hover img {
	filter: grayscale(1) invert(85%) sepia(95%) saturate(21%) hue-rotate(350deg) brightness(200%) contrast(106%);
}
.inner-content ul,
.inner-content ol {
	padding: 35px 50px 20px 50px;
	border-radius: 20px;
	background: #F8F7F5;
	margin: 0 0 20px;
	line-height: 25px;
}

.inner-content ul ul,
.inner-content ul ol {
	margin-bottom: 0;
}
.inner-content ul li,
.inner-content ol li {
	font-size: 16px;
	line-height: 28px;
	padding: 0 0 10px 5px;
	margin: 0;
}
.rounded-box-style {
	padding: 40px 50px 25px 50px;
	margin: 0 0 20px;
	border-radius: 20px;
	background: #F8F7F5;
}

.rounded-box-style ul,
.rounded-box-style ol {
	padding: 0 0 0 20px!important;
	margin: 0 0 20px;
}

.rounded-box-style ul ul {
	padding: 0;
	margin: 0 0 20px 0;
}

.rounded-box-style p {
	margin: 0 0 20px;	
}

/* .rounded-box-style ul ul li:before {
	content: "\2022"; 
	color: var(--dark-color);
	font-weight: bold; 
	display: inline-block; 
	width: 1em; 
	margin-left: -1em;
} */
.dark-banner--rounded {
	display: flex;
	border-radius: 20px;
	background: var(--color-dark);
	margin-bottom: 45px;
	overflow: hidden;
	position: relative;
	margin: 20px 0 35px;
}
.banner--text-right {
	justify-content: flex-end;
}
.dark-banner--rounded * {
	color: #fff;
}

.dark-banner--rounded h3 {
	line-height: 36px;
}
.dark-list {
	padding: 30px 40px;
	width: 50%;
}

.inner-content .dark-banner--rounded .dark-list ul {
	padding: 0 0 0 17px;
	margin: 0;
	list-style: none;
	background: transparent;
	border-radius: 0;
}
.inner-content .dark-banner--rounded .dark-text ul {
	background: transparent;
	border-radius: 0;
	padding: 0 0 0 20px;
	margin: 0;
}

.dark-list ul li {
	padding: 5px 0;
	margin: 0;
	font-size: 16px;
}

.dark-list li::before {
	content: "\2022"; 
	color: #fff;
	font-weight: bold; 
	display: inline-block; 
	width: 1em; 
	margin-left: -1em;
}

.dark-list li a {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.16px;
	color: var(--secondary-cta-color);
}

.dark-list p {
	margin-bottom: 10px;
}

.dark-text {
	padding: 44px 50px;
	width: 50%;
}

.dark-text a {
	color: var(--secondary-cta-color);
}
.dark-text a:hover,
.dark-list li a:hover {
	color: #FFF;
}
.inner-content .dark-text h3 {
	font-size: 26px;
	line-height: 33px;
	letter-spacing: 0;
	margin-bottom: 25px;
}

a.dark-text__cta-btn {
    padding: 10px 30px;
	color: var(--color-dark);
}

a.dark-text__cta-btn:hover {
	color: var(--color-dark);
}

img.right-img {
	width: 50%;
	height: 100%;
	object-fit: cover;	
	position: absolute;
	right: 0;
	border-radius: 0!important;
}
img.left-img {
	width: 50%;
	height: 100%;
	object-fit: cover;	
	position: absolute;
	left: 0;
	border-radius: 0!important;
}

.get-help-cta {
	font-size: 20px;
	margin: 10px 0 30px;
}

.checkmark-list ul {
	list-style: none;
	padding: 20px 20px 20px 35px!important;
	margin: 0 0 40px!important;
}

.list-columns-3 ul {
	columns: 3;
	column-count: 3;	
}


.list-columns-2 ul {
	columns: 2;
	column-count: 2;	
}

.list-columns-4 ul {
	columns: 4;
	column-count: 4;	
}

.checkmark-list ul li {
	padding: 5px 0 5px 30px;
	margin:0;
	font-size: 16px;
	font-weight: 600;
	position: relative;
}
.checkmark-list ul li:before {
	content: url(/wp-content/uploads/2023/09/Group-139.svg);
	position: absolute;
	left: 0;
	top: 8px;
}

.banner-full-bg {
	background: url(/wp-content/uploads/2023/09/banner_image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
	padding: 84px 130px 96px;
	text-align: center;
	margin: 20px 0 45px;
}

.banner-full-bg h2 {
	color: #fff;
	margin: 0 0 20px;
	letter-spacing: 0;
	line-height: 50px;
}

.banner-full-bg h3 {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	letter-spacing: 0;
	margin: 0 0 20px;
}

.banner-full-bg p {
	color: #fff;
}

.banner__phone {
	justify-content: center;
}

.banner-full-bg .banner__phone-number {
	font-size: 18px;
	font-weight: 700;
	line-height: 36.857px;
	padding: 15px 40px;
	background: var(--secondary-cta-color);
	color: #fff;
	border-radius: 0 6px 6px 0;
}

.banner__sun-holder {
	background: #fff;
	padding: 15px 10px;
	border-radius: 6px 0 0 6px;
}

.banner-get-help {
	padding: 15px 45px;
}

.treatment-approach-wrap {
	margin: 20px -7px 30px;
}

.step-holder {
	padding: 0 7px;
}

.step-holder:first-of-type {
	padding-left: 0;
}

.step {
	border-radius: 20px;
	background: #F8F7F5;
	padding: 20px 15px 30px 15px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.step h3.step__title {
	margin-bottom: 5px;
}

.step p.step__text {
	font-size: 15px;
	margin-bottom: 0;
	line-height: 22px;
}

.ae-box-inner__name {
	font-size: 24px;
	margin: 10px 0 3px;
}

.ae-box-inner__position {
	font-size: 20px;
	font-weight: 300;
}
.team-wrap {
	padding: 50px 0 40px;
}
.team-title {
	width: 100%;
}
.ae-box-inner.t-center {
	margin-bottom: 40px;
}

img.ae-box-inner__image {
	border-radius: 200px;
}

/********** TESTIMONIALS ************/
.page-template-page-testimonials .programs-section {
	border-bottom: 1px solid #C0C0C0;
}
.testimonial-inner {
	margin-bottom: 30px;
}

.testimonial-video--inner video {
    border-radius: 20px;
    overflow: hidden;
}

h3.testimonial-video__title--inner {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

.all-testimonials-wrap {
	padding: 30px 0;
}
.inner-insurance-providers {
	margin-bottom: 50px;
}
.inner-insurance-providers .insurance-provider {
	padding: 10px;
}

.inner-insurance-providers  .insurance-provider__holder {
	height: 147px;
}

.inner-insurance-providers  .insurance-provider__image {
	max-width: 90%;
}

.tour-video {
	border-radius: 20px;
}

.interior-gallery {
	padding: 50px 0 60px;
}
.interior-gallery .gallery,
.campus-gallery .gallery {
	display: flex;
	flex-wrap: wrap;
}
.campus-gallery {
	background: var(--secondary-bg);
	padding: 45px 0 70px;
}
.interior-gallery h2,
.campus-gallery h2 {
	padding-left: 15px;
}

/****** PAGINATION ******/

.md-pagination-holder {
	margin-top: 40px;
}

.page-numbers {
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.2px;
	width: 70px;
	height: 70px;
	text-align: center;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #C3C1C1;
	background: #FEFEFE;
	padding: 24px 0;
	margin: 0 7px;
	color: var(--dark-color);
}

span.page-numbers.current {
	color: var(--secondary-cta-color);
	border: 1px solid var(--secondary-cta-color);
}

a.page-numbers:hover {
	background: var(--secondary-cta-color);
	color: #fff;
}
a.page-numbers:hover img {
	filter: invert(100%);
}

.contact-us__map-sec {
	padding: 0;
	height: 100%;
}

.contact-us__map-sec #gmap {
	height: 712px;
	border-radius: 0;
}

.contact-us__under-map {
	display: flex;
	justify-content: flex-start;
}

.contact-us__info {
	padding: 34px;
}
.contact-us__address {
	max-width: 370px;
}

.contact-us__info a {
	font-size: 16px;
}

.contact-us__info h4 {
	margin-bottom: 10px;
}

.blog-content {
	padding: 70px 0 130px;
}

.blog-content .blog-post {
	border-bottom: 1px solid #c8c8c8;
	border-top: none;
}


.blog-content .blog-post:first-of-type {
	border-top: 1px solid #c8c8c8;
}

.blog-navigation.md-pagination-holder {
	margin-top: 100px;
}

.container.blog-container {
	display: flex;
	justify-content: center;
	max-width: 1170px;
}
.all-areas-wrap {
	padding-top: 40px;
}
.page-template-page-areas .current-page-faq,
.page-template-page-insurance .current-page-faq,
.page-template-default.page-child .current-page-faq,
.page-id-11889 .current-page-faq,
.page-id-12343 .current-page-faq,
.page-id-12174 .current-page-faq {
	padding: 150px 0 336px;
	background: var(--light-blue-bg);
}
.page-template-page-insurance .current-page-faq {
	border-bottom: 1px solid #C8C8C8;
}
.page-template-page-insurance .contact-section {
	margin-top: 50px;
}
.sidebar-menu {
	border-radius: 20px;
	background: var(--secondary-cta-color);
	padding: 30px 26px 20px;
	color: #fff;
}

.sidebar-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sidebar-menu ul li {
	padding: 0;
	margin: 0 0 10px;
}

.sidebar-menu ul li a {
	color: #fff;
	font-size: 16px;
}

.sidebar-menu ul li a:hover {
	color: var(--color-dark);
}
h3.sidebar-title {
	color: #fff;
	margin-bottom: 20px;
}

.sidebar-review{
	margin-top: 16px;
}

.sidebar-banner {
	background: var(--color-dark);
	padding: 45px 40px;
	text-align: center;
	border-radius: 20px;
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}

h3.sidebar-banner__h3 {
	color: #fff;
	letter-spacing: -0.22px;
	margin-bottom: 20px;
}

.container.blog-post-container {
	align-items: center;
}

.single-content ul, 
.single-content ol {
	padding: 40px 50px 30px;
	border-radius: 20px;
	background: #F8F7F5;
	margin: 0 0 20px;
}

.single-content ul li,
.single-content ol li {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
}

.single-content ul ul,
.single-content ul ol {
	padding: 0 0 0 20px;
	margin: 0;
}

.inner-video {
	border-radius: 30px;
}

.areas-helper {
	height: 236px;
}

@media screen and (max-width: 600px) {
	.desktop-video {
		display: none;
	}
}

@media screen and (min-width: 601px) {
	.mobile-video {
		display: none;
	}
}
@media screen and (max-width:1600px) {
	.contact-us__map-sec #gmap {
		height: 525px;
	}
	.contact-us__under-map {
		padding: 35px 15px;
	}

	.contact-us__info {
		padding: 0 20px;
	}
	
	.inner-hero-no-rw.hero-blog-post {
		padding: 40px 0;
	}
	
	img.hero-blog-post__image {
		height: 250px;
		width: 450px;
		float: right;
		
	}

}


@media screen and (max-width:1200px) {
	.list-columns-3 ul {
		columns: 2;
		column-count: 2;	
	}

	.list-columns-4 ul {
		columns: 2;
		column-count: 2;	
	}	

	.banner-full-bg {
		padding: 84px 50px 96px;
	}
	.contact-us__under-map {
		flex-direction: column;
		padding: 40px;
	}

	.contact-us__info {
		padding: 0;
	}

	.contact-us__address {
		margin-bottom: 20px;
	}

	.contact-us__map-sec #gmap {
		height: 462px;
	}
	.page-template-page-areas .current-page-faq {
		padding: 35px 15px 70px;
	}
	
	.page-template-page-areas .current-page-faq,
.page-template-page-insurance .current-page-faq,
.page-template-default.page-child .current-page-faq,
.page-id-11889 .current-page-faq,
.page-id-12343 .current-page-faq,
.page-id-12174 .current-page-faq {
	padding: 35px 0 150px;
}

	.areas-helper {
		height: 250px;
	}

}

@media screen and (max-width:991px) { 
	.inner-hero .container {
		display: block;
	}

	img.inner-hero__image {
		height: auto; 
		margin-top: 50px;
		width: 100%;
		border-radius: 30px;
	}
	
		.hero-blog-post__img-holder {
		display: none;
	}
	.banner-full-bg {
		padding: 70px 15px 85px;
	}

	.dark-banner--rounded {
		flex-direction: column;
	}

	.dark-list,
	.dark-text {
		width: 100%;
	}

	img.left-img,
	img.right-img{
		width: 100%;
		height: 320px;
		object-fit: cover;
		position: relative;
	}

	.inner-insurance-providers .insurance-provider {
		padding: 5px;
	}

	.inner-insurance-providers .insurance-provider__holder {
		height: 115px;
	}

	.container.blog-container {
		display: block;
	}

	.sidebar-menu {
		margin-top: 70px;
	}
	.sidebar-banner .btn{
		margin: auto;
	}

	.blog-navigation.md-pagination-holder {
		margin-top: 60px;
	}
	.step-holder {
		margin-bottom: 20px;
		padding: 0;
	}
	.team-wrap,
	.all-testimonials-wrap {
		padding: 20px 0;
	}
	.all-areas-wrap {
		padding-top: 30px;
	}
	
	.areas-helper {
		height: 167px;
	}

}

@media screen and (max-width:600px) {

	.inner-hero {
		padding: 30px 0 265px;
	}
	.md-breadcrumbs-pages,
	.inner-hero__subheading {
		text-align: center;
	}
	.inner-hero-no-rw {
		padding: 30px 0 80px;
	}

	.inner-hero .container {
		padding: 0;
	}

	img.inner-hero__image {
		border-radius: 20px;
	}

	.inner-hero-no-rw.hero-blog-post {
		padding: 30px 0;
	}
	
	.inner-hero__h1.hero-blog-post__h1 {
		line-height: 34px;
	}
	
	.single-post .blog-content {
		padding: 35px 0 130px;
	}
	
	.list-columns-2 ul,
	.list-columns-3 ul,
	.list-columns-4 ul {
		columns: 1;
		column-count: 1;	
	}	

	.review-holder {
		padding: 40px 35px;
	}

	.review-holder * {
		font-size: 16px;
		line-height: 28px;
	}

	.banner-full-bg {
		padding: 50px 15px 55px;
	}

	.banner-full-bg h2 {
		line-height: 34px;
	}

	.banner-full-bg h3 {
		font-size: 22px;
	}

	.banner-full-bg .banner__phone-number {
		font-size: 16px;
		padding: 10px 15px;
	}

	.banner__sun-holder {
		padding: 17px 14px;
	}

	.banner__sun {
		width: 30px;
	}

	.dark-text {
		padding: 35px 30px 35px;
	}
	.dark-list {
		padding: 30px 15px 30px 35px;
	}

	.inner-content .dark-text h3 {
		font-size: 22px;
	}

	.inner-insurance-providers .insurance-provider__holder {
		height: 60px;
	}

	.gallery__image-holder.gallery__image-holder--inner {
		border-radius: 10px;
		padding: 5px;
	}

	.ae-box-inner__name {
		font-size: 16px;
	}

	.contact-us__map-sec #gmap {
		height: 340px;
	}

	.page-numbers {
		font-size: 16px;
		width: 40px;
		height: 40px;
		padding: 10px 0;
		margin: 0 3px;
	}

	.inner-content .gallery__image {
		border-radius: 10px;
	}

	.single-content ul, .single-content ol {
		padding: 40px 20px 30px 40px;
	}
	.interior-gallery h2, .campus-gallery h2 {
		padding-left: 0;
		text-align: center;
	}
	.interior-gallery .dd-slick .slick-dots li {
		width: 18px;
	}
	.interior-gallery .dd-slick .slick-dots li.slick-active {
		width: 35px;
	}
	.interior-gallery {
		padding-bottom: 75px;
	}
	.campus-gallery {
		padding: 24px 0 85px;
	}
	.rounded-box-style {
		padding-left: 30px;
		padding-right: 30px;
	}
	.inner-content ul,
	.inner-content ol {
		padding-left: 50px;
		padding-right: 20px;
	}
	
	.checkmark-list ul {
		padding: 20px 20px 20px 25px!important;
	}
	
	.inner-content .dark-banner--rounded .dark-list ul {
		padding: 0 16px;
	}
	
	.inner-content figure > img {
		height: 200px;
		width: 100%;
		object-fit: cover;
	}
	

	.areas-helper {
		height: 110px;
	}

}

@media screen and (max-width:360px) {
	.banner-full-bg .banner__phone-number {
		padding: 10px;
	}

	.banner__sun-holder {
		padding: 17px 5px;
	}

}