h1,h2,h3,h4,h5 {
	margin: 0!important;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/* html, body {
height: 100%;
} */
/* HERO */
section.hero-section.home-sections {
	padding-top: 150px;
}
h1.md-hero-title {
	font-weight: 500;
	font-size: 60px;
	line-height: 84px;
	text-align: center;
	letter-spacing: -0.02em;
	color: var(--hp-title-color);
	padding-bottom: 18px;
}
p.md-hero-sub-title {
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: var(--hp-cotnent-color);
	max-width: 860px;
	margin: 0 auto;
}
a.md-hp-button {
	width: 220px;
	height: 69px;
	left: 851.47px;
	top: 457px;
	background: #EB8247;
	border-radius: 0px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 22px;
	line-height: 29px;
	color: #fff;
}
.md-wrap-hero a.md-hp-button {
	margin: 0 auto;
	margin-top: 50px;
}
.md-hero-image-wrap {
	padding-top: 80px;
}
.md-hero-image-wrap {
	height: calc(45vh - 100px);
	float: left;
	width: 100%;
}
.md-hero-image-con {
	display: flex;
	justify-content: space-between;
}
.md-hero-img-2 {
	padding-top: 50px;
}
h1.md-hero-title {
	position: relative;
}
h1.md-hero-title:before {
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2022/08/hero_pattern_bg.svg);
	width: 247px;
	height: 247px;
	top: -72px;
	left: 38%;
	right: 50%;
	bottom: 0;
	z-index: -1;
}
/* Baner */
section.md-banner-below-hero {
	padding: 300px 0 200px;
}
h2.md-banner-title {
	font-weight: 500;
	font-size: 55px;
	line-height: 75px;
	text-align: center;
	letter-spacing: -0.02em;
	color: var(--hp-title-color);
	max-width: 840px;
	margin: 0 auto!important;
}
section.md-banner-below-hero {
	position: relative;
	z-index: -1;
}
section.md-banner-below-hero:before {
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2022/08/badge_first_section.svg);
	width: 100%;
	height: 230px;
	bottom: -95px;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
}
/* Recovery Programs */
section.md-recovery-programs {
	padding: 180px 0 0px;
}
.md-recovery-left {
	display: flex;
	flex-direction: column;
}
h2.md-hp-title{
	font-size: 45px;
}
h2.md-hp-title,
.md-hp-sm-title {
	font-weight: 500;
	line-height: 55px;
	letter-spacing: -0.01em;
	color: var(--hp-title-color);
}
.md-hp-sm-title {
	font-size: 45px;
}
.md-recovery-right h2.md-hp-title {
	padding-bottom: 50px;
}
.md-recovery-right h2.md-hp-title {
	max-width: 430px;
}
.md-hp-content p {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: var(--hp-cotnent-color);
	margin: 0;
	padding-bottom: 30px;
}
.md-recovery-right {
	padding-left: 85px;
}
.md-hp-content p:last-child{
	padding-bottom: 0;
}
.md-wrap-recovery {
	display: flex;
	justify-content: space-between;
}
/* .md-hero-img:last-child, .md-hero-img:last-child img {
	min-height:100%;
	    object-fit: cover;
} */

.md-recovery-right h2.md-hp-title:before {
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2022/08/three_leafs_oposite.svg);
	width: 120px;
	height: 130px;
	right: 23%;
	transform: rotate(270deg);
	top: -60px;
}

.md-recovery-right h2.md-hp-title {
	position: relative;
}
/* Recovery faq */

.md-recovery-faq {
	float: left;
	width: 100%;
	margin-top: 200px;
}
.md-recovery-faq-wrap {
	display: inline-flex;
	width: 100%;
	padding-bottom: 160px;
}
.md-recovery-faq-wrap .md-recovery-faq-left {
	padding: 38px 65px 55px 65px;
	background: #44562D;
	border-radius: 0px 0px 0px 50px;
}
.md-recovery-faq .faq-holder,
.md-why-faq-wrap .faq-holder{
	border-bottom: 1px solid #97aa7f;
}
.md-recovery-faq-right.col-xs-12.col-md-4 {
	padding-left: 0;
}
.faq-title:after {
	content: "";
	right: 0;
	top: 0px;
	position: absolute;
	color: #000;
	transform: rotate(0deg);
	background: url(/wp-content/uploads/2022/08/faq_arrow_down.svg);
	width: 35px;
	height: 36px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.3s ease-in-out;
}
.md-faq-title.faq-title:after {
	transform: rotate(180deg);
	transition: 0.3s ease-in-out;
}
.text-part .faq-title {
	padding: 20px 50px 20px 30px;
	position: relative;
	margin: 0 0 7px;
	font-size: 22px;
	line-height: 1.4;
	cursor: pointer;
}

.md-border-box {
	border-radius: 18px;
	transition: all .3s ease-in-out;
}
.faq-content {
	display: none;
}
h3.faq-title {
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	position: relative;
}
.faq-holder {
	padding: 30px 0 33px;
	border-bottom: 1px solid #D6CCB9;
	    cursor: pointer;
}
.faq-holder:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
p.faq-content-te {
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #FFFFFF;
	padding: 10px 0;
	margin: 0;
}
a.faq-link {
	font-weight: 400;
	font-size: 16px;
	line-height: 36px;
	color: #DF6520;
}
/* testemonials */
.md-testemonials h2.md-hp-title {
	text-align: center;
	padding-bottom: 50px;
}
.md-testemonials-wrap {
	padding: 45px 45px 25px;
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.md-testemonials-na h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	color: #44562D;
	padding-bottom: 13px;
}
.md-testemonials-na p {
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #606060;
	margin-bottom: 15px;
}
.md-testemonials-ne h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 36px;
	color: #1F1F1F;
}
.md-testemonials-ne,
.md-testemonials-bo {
	display: flex;
	align-items: center;
	flex-direction: row;
}
.md-testemonials-ne img {
	margin-left: 5px;
}
.md-testemonials-bo {
	justify-content: space-between;
	margin-top: auto;
}
.md-wrap-testemonials {
	display: inline-flex;
	flex-wrap: wrap;
}
.md-imag-below-testemonial {
	padding-top: 180px;
	padding-bottom: 50px;
}
.md-testemo-img {
	background: transparent;
}
section,
.md-imag-below-testemonial  {
	float: left;
	width: 100%;
}
/* Addictions */

.md-addiction-img {
	border-radius: 50px 0px 0px 0px;
	display: flex;
	overflow: hidden;
}
.md-treat-left.col-xs-12.col-md-4 {
	padding-right: 0;
}
.md-treat-faq-wrap {
	display: inline-flex;
	flex-wrap: wrap;
	float: left;
	width: 100%;
	padding-top: 60px;
}
.md-treat-right.col-xs-12.col-md-8 {
	padding: 30px 50px 55px 69px;
	background: #F9F7F3;
	border-radius: 0px 0px 50px 0px;
}
.md-treat-right h3.faq-title.md-border-box {
	color: #44562D;
}
.md-treat-right p.faq-content-te {
	color: #606060;
}
.md-addiction-img, .md-addiction-img img {
	height: 100%;
	object-fit: cover;
}
.md-treat-right h3.faq-title.md-border-box::after {
	background: url(/wp-content/uploads/2022/08/addiction_we_treat_faq_arrow_down.svg);
}
.md-wrap-addiction h2.md-hp-title {
	text-align: center;
}
section.md-addiction-treat {
	padding: 150px 0 200px;
}
.md-recovery-faq-right img {
	object-fit: cover;
	height: 100%;
}
section.md-banner {
	padding: 160px 0 140px;
	position: relative;
}
section.md-banner:before {
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2022/08/badge_first_section.svg);
	top: -115px;
	left: 44%;
	z-index: 300;
	width: 228px;
	height: 230px;
	background-repeat: no-repeat;
	background-position: center;
}
.md-wrap-banner h2.md-hp-sm-title {
	text-align: center;
}
.md-wrap-banner p {
	font-weight: 400;
	font-size: 19px;
	line-height: 34px;
	text-align: center;
	color: #606060;
	max-width: 700px;
	margin: 0 auto;
	padding: 22px 0 35px;
}
.md-wrap-banner a.md-hp-button {
	margin: 0 auto;
}
/* story */
.md-story-bottom {
	padding-top: 50px;
	float: left;
	width: 100%;
}
section.md-story {
	padding: 130px 0 135px;
}
.md-story-top-left h2.md-hp-title {
	position: relative;
	max-width: 350px;
}
.md-story-top-left h2.md-hp-title:before {
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2022/08/three_leafs_oposite.svg);
	width: 135px;
	height: 140px;
	bottom: -79px;
	background-repeat: no-repeat;
	right: 110px;
}
a.md-bottom-story {
	width: 187px;
	height: 50px;
	border: 1px solid #44562D;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 36px;
	color: #44562D;
	margin-left: 15px;
	margin-top: 44px;
	float: left;
}
.md-why-choose-faq h2.md-hp-sm-title {
	padding-bottom: 70px;
}
.md-why-choose-faq h2.md-hp-sm-title,
.md-we-treat h2.md-hp-sm-title {
	max-width: 756px;
	text-align: center;
	margin: 0 auto!important;
}
.md-we-treat h2.md-hp-sm-title {
	padding-bottom: 40px;
}
.md-we-treat p {
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	letter-spacing: -0.01em;
	color: #606060;
	max-width: 1030px;
	margin: 0 auto;
	padding-bottom: 70px;
}
.md-we-img-left, .md-we-img-right {
	display: inline-flex;
	flex-wrap: wrap;
}
.md-treat-img:last-child, .md-treat-img-3, .md-treat-img-6 {
	padding-top: 30px;
}
.md-we-img-wrap {
	display: inline-flex;
	flex-wrap: wrap;
}
.md-we-img-left, .md-we-img-right {
	display: inline-flex;
	flex-wrap: wrap;
}
.md-we-img-right .md-treat-img:nth-child(2), .md-we-img-right .md-treat-img-5 {
	padding-top: 30px;
}
.md-we-img-left:before {
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2022/08/badge_first_section.svg);
	bottom: -102px;
	z-index: 300;
	width: 228px;
	height: 230px;
	background-repeat: no-repeat;
	background-position: center;
	left: -97px;
}
.md-why-treat {
	padding-bottom: 205px;
}
.md-we-img-left {
	position: relative;
}

/* Routes */
#dd-routes {
	padding: 100px 0 120px;
	background: #F9F7F3;
}
#routes-title {
	padding-bottom: 25px;
}
.routes-text-part,
.routes-bottom-part {
	float: left;
	width: 100%;
}
.routes-text-part {
	margin-bottom: 50px;
}
.routes-text p,
.rl-text {
	color: var(--hp-cotnent-color);
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}
.routes-text p {
	margin-bottom: 20px;
}
.routes-sm-title {
	color: var(--main-head-color);
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -0.24px;
	padding-bottom: 25px;
}
.rl-text span {
	font-weight: 700;
}
.routes-list {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}
.routes-list img {
	margin: 5px 15px 0 0;
}
.routes {
	background: #FFF;
	border-radius: 50px 0 50px 0;
	position: relative;
	float: left;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.routes-img {
	object-fit: cover;
	opacity: 0;
	transition: opacity .6s ease-in-out;
}
.routes-holder.active .routes-img {
	opacity: 1;
	transition: opacity .6s ease-in-out;
}
.route-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.route-title img {
	transition: .6s ease;
	padding-bottom: 10px;
}
.active .route-title img {
	transform: rotate(180deg);
	transition: .6s ease;
	padding-top: 10px;
	padding-bottom: 0;
}
.route-title h3 {
	color: var(--hp-title-color);
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	padding-bottom: 10px;
}
.route-left {
	padding: 30px 0 20px;
}
.route-text a {
	color: #DF6520;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
}
.routes-holder .route-text {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 700ms;
}
.routes-holder.active .route-text {
	grid-template-rows: 1fr;
}

@media all and (min-width: 768px) {
	.routes-holder > div {
		padding: 0 50px;
	}
	.routes-holder:not(:last-of-type) .route-left {
		border-bottom: 1px solid #D6CCB9;
	}
	.routes-img {
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		border-radius: 0 0 50px 0;
		width: 41.66666667%;
	}
}

@media (min-width:991px) {
	.md-we-img-left.col-xs-12.col-md-6 {
		padding-right: 0;
	}
	.md-we-img-right.col-xs-12.col-md-6 {
		padding-left: 0;
	}
}
.md-we-img-wrap:before {
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2022/08/bird.svg);
	width: 120px;
	height: 197px;
	right: -100px;
	top: -170px;
	background-size: contain;
	background-repeat: no-repeat;
}

.md-we-img-wrap {
	position: relative;
}

/* BLOG  */
.blog-post-image-container {
	position: relative;
}
.blog-post-image-container picture, .blog-post-image-container picture img , .blog-post-image-container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 420px;
}
.blog-post-date {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: fit-content;
	background: #fff;
	position: absolute;
	top: 0;
	right: 25px;
	padding: 3px 8px;
}
.blog-post-date p {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #44562D;
	margin: 0;
}
.blog-wrap-container h3 a, .blog-wrap-container h3 {
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	color: #44562D;
	padding: 35px 0 12px;
	width: 100%;
}
.blog-post-excerpt {
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #606060;
	margin: 0;
}
.blog-posts-container a {
	font-weight: 400;
	font-size: 16px;
	line-height: 36px;
	color: #DF6520;
}
.blog-posts-container {
	padding-bottom: 160px;
	float: left;
	width: 100%;
}
.blog-section h2.md-hp-sm-title {
	text-align: center;
	padding-bottom: 55px;
}
.md-wrap-addiction h2.md-hp-sm-title {
	text-align: center;
}
.md-testemo-img img {
	width: 100%;
	object-fit: cover;
}
/* medium devices 1200px - 1500px */
@media (min-width:1500px) { 
	.md-imag-below-testemonial {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 1500px) and (min-width: 1200px) {
	section.hero-section.home-sections {
		padding-top: 100px;
	}
	h1.md-hero-title {
		font-size: 45px;
	}
	p.md-hero-sub-title {
		font-size: 22px;
		line-height: 36px;
	}
	.md-wrap-hero a.md-hp-button {
		margin-top: 23px;
	}
	h1.md-hero-title:before {
		width: 219px;
		height: 219px;
		background-size: contain;
	}
	.md-hero-image-wrap {
		padding-top: 65px;
		height: calc(400px - 100px);
	}
	.md-recovery-faq-wrap .md-recovery-faq-left {
		padding: 42px 65px 55px 65px;
	}
	h2.md-banner-title {
		font-size: 40px;
		line-height: 60px;
		max-width: 614px;
	}
	section.md-banner-below-hero {
		padding: 280px 0 150px;
	}
	section.md-banner-below-hero:before {
		width: 100%;
		height: 200px;
		bottom: -96px;
		left: 0;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	h2.md-hp-title {
		font-size: 40px;
		line-height: 53px;
	}
	.md-recovery-right h2.md-hp-title {
		padding-bottom: 30px;
		max-width: 404px;
	}
	.md-recovery-left picture.md-hero-img:nth-child(1) {
		margin-bottom: 30px;
	}
	.md-recovery-faq {
		margin-top: 157px;
	}
	.md-recovery-faq-wrap {
		padding-bottom: 120px;
	}
	.md-testemonials h2.md-hp-title {
		text-align: center;
		padding-bottom: 40px;
	}
	.md-imag-below-testemonial {
		padding-top: 130px;
	}
	section.md-addiction-treat {
		padding: 98px 0 190px;
	}
	.md-hp-sm-title {
		font-size: 40px;
		line-height: 52px;
	}
	.md-wrap-addiction h2.md-hp-sm-title {
		text-align: center;
	}
	section.md-banner:before {
		width: 100%;
		height: 185px;
		background-size: contain;
		top: -95px;
		left: 0;
	}
	section.md-banner {
		padding: 130px 0 100px;
	}
	.md-story-top-left h2.md-hp-title:before {
		right: 15px;
	}
	section.md-story {
		padding: 130px 0 120px;
	}
	.md-we-img-wrap:before {
		top: -286px;
		right: 31px;
	}
	section.md-why-choose {
		background-size: cover!important;
	}
	.md-we-img-left:before {
		left: 45px;
		bottom: -110px;
	}
	section.blog-section.home-sections {
		padding-top: 130px;
	}
	section.blog-section.home-sections {
		padding-top: 130px;
	}
	.blog-posts-container {
		padding-bottom: 130px;
	}
	section.md-banner-ab-footer {
		padding: 130px 0;
	}
	.md-phone-banner .md-phone-banner-right a.md-head-phone {
		height: 56px;
	}
	.md-phone-banner-right a.md-head-phone img {
		width: 39px;
		height: 39px;
	}
	.md-recovery-right h2.md-hp-title:before {
		width: 105px;
		background-size: contain;
		height: 110px;
		right: -65px;
	}
	.md-imag-below-testemonial {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width:1500px) {
	a.md-hp-button {
		width: 190px;
		height: 60px;
		font-size: 18px;
		line-height: 28px;
	}
}
@media only screen and (max-width:1200px) {
	.md-recovery-right h2.md-hp-title:before {
		width: 86px;
		background-size: contain;
		height: 110px;
		right: -46px;
		background-repeat: no-repeat;
		    transform: rotate(242deg);
	}
	.md-we-img-wrap:before {
		top: -286px;
		right: 31px;
	}
	section.md-banner-below-hero:before {
		width: 100%;
		left: 0;
		background-repeat: no-repeat;
		background-position: center;
	}
	/* .md-treat-faq-wrap {
	flex-direction: column;
}
	.md-treat-left.col-xs-12.col-md-4 {
	padding-left: 0;
}
	.md-treat-left.col-xs-12.col-md-4 {
	width: 100%;
	max-height: 640px;
} */
	.md-addiction-img img {
		content: url(/wp-content/uploads/2022/08/Treat_backsmall-1.jpg);
		max-height: 640px;
		height: 100%;
		object-fit: cover!important;
		max-width: 100%;
		width: 100%;
	}
	/* .md-treat-right.col-xs-12.col-md-8 {
	width: 100%;
} */
	section.md-banner:before {
		width: 100%;
		height: 220px;
		left: 0;
		background-size: contain;
	}
	section.md-banner {
		padding: 120px 0 100px;
	}
	.md-wrap-addiction h2.md-hp-sm-title {
		text-align: center;
	}
	.md-we-img-left:before {
		left: 55px;
	}
	#dd-routes {
		padding-top: 90px;
		padding-bottom: 100px
	}
	.routes-img {
		width: 50%;
	}
	.route-title h3 {
		font-size: 22px;
	}
}
@media screen and (min-width:992px){
	.md-recovery-left {
    gap: 15px;
}
}
@media only screen and (min-width:992px) and (max-width:1200px) {
	h1.md-hero-title:before {
		width: 220px;
		height: 220px;
		background-size: contain;
	}
	.md-wrap-hero h1.md-hero-title {
		font-size: 45px;
		padding: 0;
	}
	h1.md-hero-title {
		font-size: 45px;
	}
	p.md-hero-sub-title {
		font-size: 22px;
		line-height: 36px;
	}
	.md-wrap-hero a.md-hp-button {
		margin: 0 auto;
		margin-top: 23px;
	}
	.md-hero-image-wrap {
		padding-top: 45px;
	}
	.md-hero-img-1, .md-hero-img-3 {
		max-width: 220px;
	}
	.md-hero-img-2 {
		max-width: 370px;
		padding-top: 42px;
	}
	section.md-banner-below-hero {
		padding: 230px 0 150px;
	}
	.md-recovery-left picture.md-hero-img, .md-recovery-left img {
		max-height: 321px;
		height: 100%;
		object-fit: cover;
	}
	.md-recovery-left picture.md-hero-img:nth-child(1) {
		margin-bottom: 30px;
	}
	h2.md-hp-title {
		font-size: 40px;
		line-height: 53px;
	}
	.md-recovery-right h2.md-hp-title {
		max-width: 404px;
		padding-bottom: 36px;
	}
	section.md-recovery-programs {
		background-size: auto 43%!important;
	}
	.md-recovery-faq {
		margin-top: 170px;
	}
	.md-recovery-faq-wrap {
		padding-bottom: 120px;
	}
	.md-testemonials h2.md-hp-title {
		text-align: center;
		padding-bottom: 41px;
	}
	.md-testemonials-wrap {
		padding: 45px 24px 25px;
	}
	.md-imag-below-testemonial {
		padding-top: 126px;
		padding-bottom: 30px;
	}
	section.md-addiction-treat {
		padding: 100px 0 150px;
	}
	h2.md-banner-title {
		font-size: 40px;
		line-height: 60px;
		max-width: 614px;
	}
	.md-story-top-left.col-xs-12.col-md-4 {
		width: 360px;
	}
	.md-story-top-right.md-hp-content.col-xs-12.col-md-8 {
		width: 60.666667%;
	}
	.md-story-top-left h2.md-hp-title:before {
		right: 15px;
	}
	.md-hp-content p {
		font-size: 16px;
		line-height: 27px;
	}
	.md-story-image.col-xs-12.col-md-4 {
		display: none;
	}
	.md-story-video.col-xs-12.col-md-8 {
		width: 100%;
	}
	h2.md-hp-sm-title {
		font-size: 40px;
		line-height: 60px;
	}
	.md-why-choose-faq h2.md-hp-sm-title {
		max-width: 670px;
	}
	.md-why-treat {
		padding-bottom: 180px;
	}
	section.blog-section.home-sections {
		padding-top: 115px;
	}
	.blog-posts-container {
		padding-bottom: 145px;
	}
	.md-we-treat p {
		font-size: 22px;
		line-height: 36px;
	}
	.md-hero-image-wrap {
		height: calc(45vh - 170px);
		min-height: 236px;
	}
	section.md-banner-below-hero:before {
		background-size: contain;
		bottom: -116px;
	}
	.md-hero-image-con {
		min-height: 340px;
	}
}
@media only screen and (min-width:991px) {
	.md-recovery-faq .md-recovery-faq-right.col-xs-12.col-md-4 {
		/* 		max-height: 375px; */
	}
	.md-treat-left.col-xs-12.col-md-4 {
		/* 		max-height: 551px; */
	}
}
@media only screen and (max-width:991px) {
	.md-wrap-addiction img.md-addiction-img {
		content: url(/wp-content/uploads/2022/08/Treat_backsmall-1.jpg);
	}
	.md-treat-left.col-xs-12.col-md-4 {
		padding-left: 0;
	}
	.md-hero-img-2 img {
		content: url(/wp-content/uploads/2022/08/991_hero_image.jpg);
	}
	h1.md-hero-title:before {
		width: 100%;
		left: 0;
		background-repeat: no-repeat;
		background-position: center;
		height: 220px;
		background-size: contain;
	}
	section.md-banner-below-hero:before {
		background-size: contain;
		bottom: -116px;
	}
	h1.md-hero-title {
		font-size: 40px;
		line-height: 84px;
		padding: 0;
	}
	p.md-hero-sub-title {
		font-size: 18px;
		line-height: 33px;
	}
	.md-wrap-hero a.md-hp-button {
		margin-top: 21px;
	}
	.md-hero-img-1, .md-hero-img-3 {
		display: none;
	}
	.md-hero-img-2, .md-hero-img-2 img {
		width: 100%;
		object-fit: cover;
		height: 340px;
		padding-top: 0;
	}
	.md-hero-image-wrap {
		height: calc(400px - 136px);
		padding-top: 70px;
	}
	section.hero-section.home-sections {
		padding-top: 100px;
	}
	section.md-banner-below-hero {
		padding: 200px 0 130px;
	}
	h2.md-banner-title {
		font-size: 36px;
		line-height: 55px;
		max-width: 553px;
	}
	.md-wrap-recovery {
		flex-direction: column;
	}
	.md-recovery-right {
		order: 1;
	}
	.md-recovery-left,
	.md-we-img-left {
		order: 2;
	}
	h2.md-hp-title {
		font-size: 36px;
		line-height: 53px;
	}
	.md-recovery-right h2.md-hp-title {
		max-width: 364px;
		padding-bottom: 30px;
	}
	.md-recovery-left {
		display: flex;
		flex-direction: row;
	}
	.md-recovery-left .md-hero-img img {
		height: 237px;
		object-fit: cover;
	}

	.md-recovery-left .md-hero-img {
		width: 50%;
		height: 237px;
		object-fit: cover;
	}
	.md-recovery-left .md-hero-img:nth-child(1){
		padding-right: 15px;
	}
	.md-recovery-left .md-hero-img:nth-child(2){
		padding-left: 15px;
	}
	.md-recovery-left {
		padding-top: 70px;
	}
	.md-recovery-faq {
		margin-top: 125px;
	}
	.md-recovery-faq-wrap {
		flex-direction: column;
	}
	.md-recovery-faq-wrap .md-recovery-faq-left {
		border-radius: 0px 50px 0px 0px;
	}
	.md-recovery-faq-right {
		max-height: 355px;
		overflow: hidden;
		padding-right: 0!important;
		border-radius: 0px 0px 0px 50px;
	}
	.md-recovery-faq-right .md-hero-img img ,
	.md-recovery-faq img.md-hero-img{
		content: url(/wp-content/uploads/2022/08/faqback22.jpg);
	}
	.md-recovery-faq-right .md-hero-img, .md-recovery-faq-right .md-hero-img img {
		width: 100%;
	}
	section.md-recovery-programs {
		background-size: auto 60%!important;
	}
	.md-recovery-faq-wrap {
		padding-bottom: 115px;
	}
	.md-testemonials-info:not(:last-child) {
		margin-bottom: 30px;
	}
	.md-testemonials-info.col-xs-12.col-md-4 {
		padding-left: 0;
		padding-right: 0;
	}
	.md-imag-below-testemonial {
		padding-top: 70px;
		padding-bottom: 30px;
	}
	.md-testemo-img:nth-child(2), .md-testemo-img:nth-child(1) {
		margin-bottom: 30px;
	}
	.md-testemonials h2.md-hp-title {
		padding-bottom: 35px;
	}
	section.md-addiction-treat {
		padding: 125px 0 150px;
	}
	.md-story-top-left h2.md-hp-title:before {
		transform: rotate(294deg);
		right: -46px;
		top: -42px;
	}
	.md-story-top-right.md-hp-content {
		padding-top: 50px;
	}
	.md-story-image.col-xs-12.col-md-4 {
		display: none;
	}
	h2.md-hp-sm-title {
		font-size: 36px;
		line-height: 55px;
	}
	.md-why-choose-faq h2.md-hp-sm-title {
		max-width: 600px;
	}
	.md-why-faq-right img, .md-why-faq-right picture {
		object-position: bottom;
		width: 100%;
		height: auto;
		content: url(/wp-content/uploads/2022/09/music_image_768.jpg);
	}
	.md-why-faq-wrap .md-recovery-faq-wrap {
		padding-bottom: 210px;
	}
	.md-we-img-wrap:before {
		top: -455px;
		width: 100%;
		right: 0;
		background-position: center;
	}
	.md-we-treat h2.md-hp-sm-title {
		max-width: 600px;
		padding-bottom: 15px;
	}
	.md-we-treat p {
		font-size: 18px;
		line-height: 33px;
	}
	.md-treat-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.md-we-img-left .md-treat-img:last-child,.md-we-img-left .md-treat-img-3  {
		width: 100%;
		margin-bottom: 30px;
	}
	.md-we-img-right .md-treat-img:nth-child(2), .md-we-img-right .md-treat-img-5  {
		padding-top: 0;
	}
	.md-we-img-right {
		display: flex;
	}
	.md-we-img-right .md-treat-img:nth-child(1) {
		order: 3;
		width: 100%;
		padding-top: 30px;
	}
	.md-we-img-right.md-treat-img:nth-child(2), .md-we-img-right .md-treat-img-5 {
		order: 1;
	}
	.md-we-img-right .md-treat-img:nth-child(3), .md-we-img-right .md-treat-img-6  {
		order: 2;
		padding-top: 0;
	}
	section.blog-section.home-sections {
		padding-top: 115px;
	}
	.blog-posts-container {
		padding-bottom: 115px;
	}
	section.md-banner-ab-footer {
		padding: 76px 0 96px;
	}
	.md-banner-ab-footer h2.md-hp-sm-title {
		max-width: 484px;
		margin: 0 auto!important;
	}
	.blog-wrap-container:not(:last-child) {
		padding-bottom: 60px;
	}
	.md-recovery-right h2.md-hp-title:before {
		width: 100px;
		height: 100px;
		right: -56px;
		background-size: contain;
		background-repeat: no-repeat;
		top: -45px;
		transform: rotate(255deg);
	}
	section.md-why-choose {
		background-size: auto 85%!important;
	}
	.md-we-img-right .md-treat-img:nth-child(1) {
		padding-bottom: 30px;
	}
	h1.md-hero-title {
		line-height: 55px;
	}

	.md-treat-right.col-xs-12.col-md-8 {
		padding: 0px 49px 33px 40px;
	}

	.md-recovery-faq-wrap .md-recovery-faq-left {
		padding: 35px 65px 55px 65px;
	}
	.md-recovery-faq-wrap .md-recovery-faq-left {
		padding: 35px 65px 55px 65px;
	}
	.routes-sm-title {
		padding-top: 35px;
	}
	.routes-holder > div {
		padding: 0 35px;
	}
	.route-left {
		padding: 25px 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	.routes-holder > div {
		padding: 0 ;
	}
	.routes {
		padding-left: 30px;
		padding-right: 30px;
	}
	.routes-img {
		width: 100%;
		height: 0;
		display: flex;
	}
	.routes-holder.active .routes-img {
		height: 100%;
		margin-bottom: 30px;
	}
	.routes-holder:not(:last-of-type) {
		border-bottom: 1px solid #D6CCB9;
	}
}

@media only screen and (max-width:600px){
	.md-story-top-left h2.md-hp-title:before {
		width: 100px;
		height: 110px;
		background-size: contain;
		right: 4px;
		top: -33px;
	}
	.md-we-img-left picture.md-treat-img.col-xs-6.col-md-12 {
		padding-top: 0;
	}
	.md-hero-img-2 img {
		height: 336px;
		object-fit: cover;
		object-position: center;
	}
	h1.md-hero-title {
		font-size: 34px;
		line-height: 44px;
	}
	p.md-hero-sub-title {
		padding-top: 10px;
	}
	h1.md-hero-title:before {
		height: 128px;
		top: -44px;
	}
	section.hero-section.home-sections {
		padding-top: 63px;
	}
	.md-hero-img-2, .md-hero-img-2 img {
		height: auto;
	}
	.md-hero-img-2 img {
		content: url(/wp-content/uploads/2022/08/mobheroimg.jpg);
		object-fit: contain;
	}
	section.md-banner-below-hero {
		padding: 230px 0 120px;
	}
	h2.md-banner-title {
		font-size: 30px;
		line-height: 44px;
	}
	.md-hero-image-wrap {
		height: calc(360px - 190px);
	}
	h2.md-hp-title {
		font-size: 30px;
		line-height: 44px;
	}
	.md-recovery-right h2.md-hp-title:before {
		right: 18%;
		top: -56px;
	}
	.md-recovery-left {
		padding-top: 40px;
		flex-direction: column;
	}
	.md-recovery-right h2.md-hp-title {
		max-width: 290px;
	}
	.md-recovery-left .md-hero-img {
		width: 100%;
		padding: 0!Important;
		margin-bottom: 30px;
	}
	.md-recovery-left .md-hero-img img {
		height: 100%;
		width: 100%;
	}
	.md-recovery-left.col-xs-12.col-md-5, .md-recovery-right.col-xs-12.col-md-6,
	.md-story-top-left.col-xs-12.col-md-4,
	.md-story-top-right.md-hp-content.col-xs-12.col-md-8,
	.md-story-video.col-xs-12.col-md-8,
	.md-treat-img.col-xs-6.col-md-12,
	.md-recovery-left, .md-we-img-left,
	.md-we-img-left.col-xs-12.col-md-6,
	.md-we-img-right.col-xs-12.col-md-6,
	.blog-wrap-container.col-xs-12.col-md-4  {
		padding-left: 0;
		padding-right: 0;
	}
	.md-recovery-faq-wrap .md-recovery-faq-left {
		padding: 45px 34px 45px 34px;
	}
	h3.faq-title.md-border-box {
		font-size: 18px;
		line-height: 30px;
		padding-right: 27px!important;
	}
	.faq-title:after {
		right: 0;
	}
	.faq-holder {
		padding: 25px 0 25px;
	}
	.md-recovery-faq-right .md-hero-img img {
		min-height: 337px;
	}
	.md-recovery-faq-wrap {
		padding-bottom: 80px;
	}
	.md-testemonials-wrap {
		padding: 35px 35px 25px;
	}
	.md-imag-below-testemonial {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	picture.md-testemo-img.col-xs-6.col-md-3 {
		width: 100%;

	}
	picture.md-testemo-img.col-xs-6.col-md-3:not(:last-child){
		margin-bottom: 30px;
	}
	section.md-addiction-treat {
		padding: 70px 0 140px;
	}
	h2.md-hp-sm-title {
		font-size: 30px;
		line-height: 42px;
	}
	.md-treat-faq-wrap {
		padding-top: 15px;
	}
	.md-treat-right.col-xs-12.col-md-8 {
		padding: 30px 22px 33px 22px;
	}
	.md-wrap-banner p {
		font-size: 16px;
		line-height: 27px;
	}
	section.md-story {
		padding: 120px 0 80px;
	}
	.md-hp-content p {
		font-size: 16px;
		line-height: 27px;
		padding-bottom: 20px;
	}
	.md-story-top-right.md-hp-content {
		padding-top: 30px;
	}
	.md-story-video iframe {
		height: 100%;
	}
	a.md-bottom-story {
		margin-left: 0;
	}
	.md-why-choose-faq h2.md-hp-sm-title {
		padding-bottom: 30px;
	}
	.md-why-faq-right img, .md-why-faq-right picture {
		min-height: 298px;
		height: 100%;
		border-radius: 0px 0px 0px 50px;
	}
	section.md-why-choose {
		background-size: auto 85%!important;
	}
	.md-treat-img.col-xs-6.col-md-6 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;

	}
	.md-treat-img:not(:last-child){
		padding-bottom: 30px;
	}
	.md-we-img-wrap:before {
		top: -512px;
	}
	.md-we-treat p {
		padding-bottom: 45px;
	}
	.md-why-treat {
		padding-bottom: 167px;
	}
	section.blog-section.home-sections {
		padding-top: 100px;
	}
	.blog-section h2.md-hp-sm-title {
		padding-bottom: 35px;
	}
	.md-recovery-faq {
		margin-top: 100px;
	}
	.md-story-top-left h2.md-hp-title {
		max-width: 278px;
	}
	.md-story-top-left h2.md-hp-title:before {
		right: -35px;
	}
	.md-treat-img-4 {
		padding-top: 0!Important;
	}
	.md-treat-img-6 {
    padding-bottom: 30px;
}
	.md-treat-img-3 {
    padding-top: 0 !important;
}
	
img.md-hero-img.md-hero-img-2 {
    height: 300px;
}
}
@media only screen and (max-width:400px){
	.md-recovery-faq-wrap .md-recovery-faq-left {
		padding: 12px 34px 45px 34px;
	}
	.md-treat-right.col-xs-12.col-md-8 {
		padding: 0px 22px 33px 22px;
	}
}
@media only screen and (max-width:375px) {
	.md-story-top-left h2.md-hp-title:before {
		width: 67px;
		height: 49px;
		right: -12px;
		transform: rotate(273deg);
		top: -30px;
	}
}
.blog-section {
	padding-top: 180px;
}
.md-recovery-left picture.md-hero-img:nth-child(1) {
	margin-bottom: 30px;
}
.blog-post-date p:nth-child(2) {
	font-size: 22px;
}
.md-imag-below-testemonial {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
a.md-hp-button:hover {
	background: #D45F1D;
	transition: 0.3s ease-in-out;
}
section.md-recovery-programs {
	overflow:hidden;
}