:root {
	--txt: #2C3B19;
	--txt-light:#606060;
	--main-cta: #FF7E57;
	--main-cta-hover: #FF6738;
	--bckg-light: #F9F7F3;

} 
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section {
	float: left;
	width: 100%;
}
body ul,
body ol,
body p,
body input,
body label{
	margin:0;
	font-family: "Google Sans", sans-serif;	 
}
body a,
body h1,
body h2,
body h3,
body h4,
body h5{
	font-family: "Google Sans", sans-serif;
	margin:0;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.dd-section-title {
	color: var(--txt);
	font-size: 28px;
	font-weight: 500;
	line-height: 34px;
}
.dd-center-text{
	text-align:center;
}
.dd-cta-button {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	background: var(--main-cta);
	width: 190px;
	height: 56px;
	margin-left: auto;
	margin-right: auto;
	transition:all .3s ease-in-out;
}
.dd-cta-button:hover{
	background: var(--main-cta-hover);
	color:#fff;
}
.dd-cta-button img,a.dd-reviews-link img{
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.dd-cta-button:hover img,a.dd-reviews-link:hover img{
	transform: rotate(90deg);
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	-webkit-transform: (90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}


.dd-link-hover img{
	transition: transform .5s; 
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-ms-transition: -ms-transform .5s;
	-o-transition: -o-transform .5s;
}

.dd-link-hover:hover {
	color: var(--main-cta-hover);
}

.dd-link-hover:hover img{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);

	filter: brightness(0) saturate(100%) invert(61%) sepia(57%) saturate(2639%) hue-rotate(328deg) brightness(92%) contrast(122%);
}
/* Hero */
.dd-hero-section {
	position:relative;
	padding: 200px 0 140px;
}
.dd-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.dd-wrap-hero {
	position: relative;
	z-index: 10;
}
.dd-hero-lines-holder,.dd-banner-lines-holder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
	display: flex;
}
.dd-hero-single-line ,.dd-banner-single-line{
	width: 100%;
	height: 100%;
}
.dd-hero-single-line:nth-child(1), .dd-hero-single-line:nth-child(2) ,.dd-banner-single-line:nth-child(1),.dd-banner-single-line:nth-child(2){
	border-right: .7px solid rgba(222, 218, 211, 0.40);
}

.dd-hero-badge {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -70px;
	width: auto;
	height: 140px;
	    z-index: 10;
	 animation: rotateBadge 16s linear infinite;
}
@keyframes rotateBadge {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.dd-hero-title {
	color: #FFF;
	text-align: center;
	font-size: 33px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 0px;
	margin-bottom:15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 420px;
}
.dd-hero-sub-title {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height:26px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
/* Programs */
.dd-programs-section {
	padding: 100px 0 60px;
}
.dd-section-title-holder {
	margin-bottom: 55px;
}
.dd-programs-single-title {
	color: var(--txt);
	font-weight: 500;
	font-size: 22px;
	line-height: 34px;
	margin: 15px 0 10px;
}
.dd-programs-text {
	color: var(--txt-light);
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.16px;
	margin-bottom: 45px;
}
.dd-programs-all-holder {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.dd-programs-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.dd-programs-link {
	color: var(--main-cta);
	font-size: 16px;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* mixed slider */
.dd-infinite-mixed-slider-section {
	padding-bottom: 60px;
}

.infinite-mixed {
	overflow: hidden;
	width: 100%;
}

.mixed-track {
	display: flex;
	align-items: center;
	width: max-content;
	animation: scrollMixed 30s linear infinite;
}

.item {
	flex-shrink: 0;
	margin-right: 20px;
}

/* Text styling */
.item.text {
	white-space: nowrap;
	color: #C2BEB6;
	font-size: 46px;
	font-weight: 400;
	line-height: 0px;
	letter-spacing: -2.255px;
}

/* Image styling */
.item.image img {
	width: 50px;
	height: 50px;
	object-fit: cover;
}

@keyframes scrollMixed {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}
/* Path */
.dd-path-section {
	background: var(--bckg-light);
	padding: 60px 0 0;
	position:relative;
}
.dd-path-pattern {
	position: absolute;
	right: 0;
	top: 0;
}

.dd-path-all-holder {
	float: left;
	width: 100%;
	z-index: 10;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.dd-path-subtitle {
	color: var(--txt-light);
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.21px;
	margin-bottom: 35px;
}
.dd-path-title {
	margin-bottom: 15px;
}
.dd-path-single-title {
	margin-bottom: 10px;
	color: var(--txt);
	font-size: 18px;
	font-weight: 500;
	line-height: 34px;
}
.dd-path-box-all:not(:last-child) {
	margin-bottom: 30px;
}
.dd-path-single-text {
	color: var(--txt-light);
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.18px;
}

.dd-path-text-box {
	position: relative;
}
.dd-path-box-all {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}
.dd-path-box-all img {
	margin-top: 6px;
}
.dd-path-section-image-holder {
	position: relative;
	height: 100%;
}
.dd-path-person-image {
	height: 100%;
	object-fit: cover;
}
.dd-path-google-image {
	position: absolute;
	top: 0;
	left: 0;
}
/* Banner */
.dd-banner-section {
	padding: 110px 0;
	position: relative;
}
.dd-banner-holder,.dd-banner-bottom-holder {
	position: relative;
	z-index: 10;
}
.dd-banner-title.dd-section-title {
	color: #FFF;
	font-size: 28px;
	letter-spacing: -0.5px;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	line-height:36px;
}
.dd-banner-subtitle {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-top:10px;
	margin-bottom:30px;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

/* Treat */

.md-treat-right {
	background: var(--bckg-light);
	padding: 50px 15px 50px 30px;

}
.md-treat-faq-wrap {
	display: inline-flex;
	float: left;
	width: 100%;
}
.dd-addiction-img{
	height: 100%;
	width:100%;
	object-fit: cover;
}
.md-treat-faq-wrap .md-treat-left {
	padding-left: 0;
}
.faq-holder.active .faq-answer-inner {
    padding-bottom: 10px;
	    padding-top: 10px;
}
.faq-holder {
	cursor: pointer;
}
.dd-addiction-title.dd-section-title {
	MARGIN-BOTTOM: 25PX;
}
.faq-question {
	position: relative;
}
.faq-question h3 {
	font-weight: 500;
	font-size: 20px;
	line-height: 36px;
	position: relative;
	transition: all .3s ease-in-out;
	color: var(--txt);
}
/* .faq-holder:hover .faq-question h3 {
color: var(--cta);
}
.faq-holder.active .faq-question h3 {
color: var(--cta);
} */

.faq-holder.active .faq-question img {
	transform: rotate(-90deg);
}
.faq-holder .faq-answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 700ms;
}
.faq-holder.active .faq-answer {
	grid-template-rows: 1fr;

}
.faq-holder .faq-question {
	padding: 5px 0;
}
.faq-holder:not(:last-child) {
	margin-bottom: 15px;
}

.faq-answer {
	padding-right: 15px;
}
.faq-answer-inner {
	overflow: hidden;
}

.faq-question:after {
	content: url(/wp-content/uploads/2026/03/Plus_new.svg);
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	transition: transform 0.3s ease, content 0.3s ease;
	color: var(--dark-background);
}

.faq-holder.active .faq-question:after {
	content:url(/wp-content/uploads/2026/03/Minus_new.svg);
	color:var(--cta);
	transform: translateY(-50%);
}

.md-treat-right p.faq-content-te {
	color: var(--txt-light);
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.16px;
	margin-bottom: 15px;
}
a.faq-link {
	font-weight: 400;
	font-size: 16px;
	line-height: 36px;
	color: #DF6520;
}

/* Reviews */
.dd-reviews-section {
	overflow-x: hidden;
	background: #44562D;
	padding: 60px 0 0;
	position:relative;
}
.dd-review-box {
	padding-left: 15px;
	padding-right: 15px;
	width: 340px;
}
.dd-review-box-inner {
	background-color: #fff;
	cursor: pointer;
}
.slider-container {
	float: left;
	width: 100%;
	padding-left: calc((100vw - 1500px) / 2);
}
.reviews-slider-holder {
	width: 140%;
	position: relative;
}

.dd-reviews-all-holder {
	position: relative;
	z-index: 10;
}
.dd-reviews-title.dd-section-title {
	color: #B1C057;
	max-width: 510px;
	margin-bottom: 30px;
	padding-left: 15px;
}
.dd-reviews-link {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	border: 1px solid #E9E9E9;
	background: rgba(255, 255, 255, 0.16);
	width: 250px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	transition: all .3s ease-in-out;
}
.dd-reviews-link:hover {
	background: transparent;
	color: #fff;
}
.dd-review-link-holder {
	padding-left: 15px;
}
.dd-review-top-box {
	padding: 30px 20px 25px 30px;
	min-height: 330px;
}
.dd-review-single-title {
	color: var(--txt);
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 20px;
	max-width: 280px;
}
.dd-review-text {
	color: var(--txt-light);
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.16px;
	max-height: 170px;
	overflow-x: auto;
	padding-right: 20px;
}
.dd-review-text::-webkit-scrollbar {
	width: 3px;

}
.dd-review-text::-webkit-scrollbar-track {
	border-radius: 0px;
	-webkit-background:#E0E0E0;
	background:#E0E0E0;
}

.dd-review-text::-webkit-scrollbar-thumb {
	border-radius: 0px;
	-webkit-background:var(--txt);
	background:var(--txt);
}
.dd-review-bottom-box {
	padding: 20px 20px 20px 30px;
	border-top: 1px solid #E9E9E9;
	display: flex;
	justify-content: space-between;
}
.dd-review-name {
	color: var(--txt);
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
}
.dd-review-name-holder {
	display: flex;
	align-items: center;
	gap: 10px;
}
.dd-reviews-holder {
	margin-bottom: 50px;
}
/* Why */
.dd-why-section {
	padding: 60px 0;
}
.dd-why-title {
	margin-bottom: 20px;
}
.dd-why-subtitle {
	color: var(--txt-light);
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.21px;
}
.dd-why-small-title {
	color: var(--txt);
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	margin-bottom: 30px;
}
.dd-why-list-box {
	display: flex;
	gap: 15px;
	align-items: flex-start;
}

.dd-why-list-title {
	color: var(--txt);
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 10px;
}
.dd-why-list-subtitle {
	color: var(--txt-light);
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.16px;
}
.dd-why-list-box:not(:last-child) {
	margin-bottom: 20px;
}
/* Routes */

#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;
	margin-bottom: 20px;
}
.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: var(--bckg-light);
	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;
	padding-bottom: 10px;
}
.route-title:after {
	content: url(/wp-content/uploads/2026/03/Plus_new.svg);
	height:20px;
	width:20px;
}
.routes-holder.active .route-title:after{
	content:url(/wp-content/uploads/2026/03/Minus_new.svg);
	height:20px;
	width:20px;
}
.route-title h3 {
	color: var(--txt);
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;

}
.route-left {
	padding: 30px 0 0;
}
.routes > .routes-holder:first-of-type .route-left {
	padding-top:60px;
}
.routes > .routes-holder:last-of-type .route-left {
	padding-bottom:60px;
}
.route-text a {
	color: var(--main-cta);
	font-size: 16px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 15px;
}
.routes-holder .route-text {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 700ms;
}
.routes-holder.active .route-text {
	grid-template-rows: 1fr;
}

/* Banner bottom */
.dd-banner-bottom-section {
	padding: 115px 0;
	margin-top: 0;
	position: relative;
	z-index: -1;
}
.dd-banner-bottom-title.dd-section-title {
	color: #FFF;
	font-size: 28px;
	letter-spacing: -0.502px;
	max-width: 570px;
	line-height:36px;
	margin-left: auto;
	margin-right: auto;
}
.dd-banner-bottom-subtitle {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-top:10px;
	margin-bottom:30px;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

/* Blog */
.dd-blog-section {
	background: var(--bckg-light);
	padding: 60px 0;
}
.dd-blog-title {
	margin-bottom: 30px;
}
.blog-post-image-container {
	position: relative;
}
.blog-post-image-container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 300px;
}
.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: var(--txt);
	margin: 0;
}
.blog-wrap-container h3 a, .blog-wrap-container h3 {
	color: var(--txt);
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	margin:20px 0 15px;
}
.blog-post-excerpt {
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: var(--txt-light);
	margin-bottom: 15px;
}
.dd-blog-posts-container a {
	color: var(--main-cta);
	font-size: 18px;
	font-weight: 600;
	display: flex;
	gap: 15px;
}
.dd-blog-posts-container {
	float: left;
	width: 100%;
}
.dd-story-link.dd-link-hover.dd-blog-link {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 0;
}
.dd-blog-link-text {
    display: flex;
    align-items: center;
    gap: 15px;
}
/* Gallery */
.dd-gallery-section {
	padding: 60px 0;
}
.dd-gallery-all-holder {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.dd-gallery-right-holder {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
}
.dd-gallery-all-holder .dd-gallery-right {
	padding-left: 0;
	padding-right: 0;
}
.dd-gallery-box img {
	width: 100%;
	height: 100%;
}


/* Story */
.dd-story-all-holder {
	float: left;
	width: 100%;
}
.dd-story-section {
	padding-bottom: 100px;
}
.dd-story-title.dd-section-title {
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 30px;
	padding-top: 60px;
}
.dd-story-subtitle {
	color: var(--txt);
	font-size: 22px;
	font-weight: 400;
	line-height: 34px;
	max-width: 360px;
	margin-bottom: 20px;
}

.dd-story-right-text {
	color: var(--txt-light);
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.16px;
	margin: 50px 0 30px;
}
.dd-story-right-text p:not(:last-child){
	margin-bottom:20px;
}
.dd-story-video-holder iframe {
	height: 300px;
	max-width: 534px;
}
.dd-story-video-holder {
	position: relative;
}
.dd-story-video-pattern {
	position: absolute;
	left: -80px;
	bottom: -80px;
	z-index: -1;
}
.dd-story-link {
	color: var(--main-cta);
	font-weight: 600;
	text-align: center;
	font-size: 16px;
	display: flex;
	gap: 15px;
}
/* floating gallery */
.infinite-slider {
	overflow: hidden;
	width: 100%;
}

.slider-track {
	display: flex;
	width: max-content;
	animation: scroll 40s linear infinite;
}

.slider-track img {
	width: 250px;        /* adjust */
	height: 160px;       /* adjust */
	object-fit: cover;
	margin-right: 30px;  /* spacing */
}
.dd-image-slider-section {
	padding: 30px 0;
	background: var(--bckg-light);
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}
@media all and (min-width: 768px) {

	.routes-holder > div {
		padding: 0 0 0 50px;
	}

	.route-title h3{
		font-size:24px;
	}
	.routes-img {
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 41.66666667%;
	}
	.dd-hero-section {
		padding: 160px 0 150px;
	}
	.dd-cta-button {
		width: 214px;
		height: 60px;
		font-size:18px;
	}
	.dd-hero-title {
		font-size: 44px;
		line-height: 56px;
		max-width:600px;
		letter-spacing:-1.4px;
	}
	.dd-hero-sub-title {
		font-size: 18px;
		line-height: 30px;
		max-width: 560px;
		margin-bottom:40px;
	}
	.dd-hero-single-line:not(:last-child),.dd-banner-single-line:not(:last-child) {
		border-right: .7px solid rgba(222, 218, 211, 0.30);
	}
	.dd-section-title{
		font-size:30px;
		line-height:40px;
	}
	.dd-programs-section {
		padding: 100px 0 80px;
	}
	.item.text {
		font-size: 70px;
		line-height: 85px;
		letter-spacing: -2.2px;
	}
	.item.image img{
		height:80px;
		width:80px;
	}
	.dd-infinite-mixed-slider-section {
		padding-bottom: 80px;
	}
	.item {
		margin-right: 40px;
	}
	.dd-path-single-title {
		font-size: 22px;
		line-height: 34px;
	}
	.dd-path-subtitle {
		font-size: 18px;
		line-height: 30px;
	}
	.dd-path-section {
		padding: 80px 0 0;
	}
	
	.dd-banner-title.dd-section-title,.dd-banner-bottom-title.dd-section-title {
		font-size: 34px;
		line-height:44px;
		max-width: 500px;
	}
	.dd-banner-section {
		padding: 120px 0;
	}
	.dd-gallery-section {
		padding: 80px 0;
	}
	.dd-reviews-section{
		padding:80px 0 90px;
	}

	.dd-reviews-title.dd-section-title{
		margin-bottom:40px;
	}
	.dd-hero-badge {
		height:150px;
		bottom: -75px;
	}
	.dd-review-box {
		width: 400px;
	}
	.dd-review-person-image {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 0;
		height: 100%;
		max-width: 30%;
		object-fit: cover;
	}
	.dd-review-top-box {
		padding: 35px 30px 35px 40px;
	}
	.dd-review-bottom-box {
		padding: 20px 30px 20px 40px;
	}
	.dd-review-single-title {
		font-size: 24px;
	}
	.dd-review-name {
		font-size: 18px;
		line-height: 28px;
	}
	.dd-why-section {
		padding: 80px 0 70px;
	}
	.dd-why-subtitle {
		font-size: 18px;
		line-height: 30px;
	}
	.dd-why-title {
		margin-bottom: 30px;
	}

	.dd-why-small-title {
		font-size: 24px;
		margin-bottom: 35px;
	}
	.dd-banner-bottom-section {
		padding: 230px 0 100px;
		margin-top: -130px;
	}
	.dd-blog-section {
		padding: 80px 0;
	}
	.blog-post-image-container img{
		min-height: 340px;
	}
	.dd-story-title.dd-section-title {
		font-size: 30px;
		line-height: 40px;
		padding-top: 80px;
		margin-bottom: 30px;
	}
	.dd-story-subtitle{
		font-size:20px;
		line-height:30px;
		max-width:430px;
	}
	.md-treat-right {
		padding: 50px 40px 50px 50px;

	}
	.slider-container {
    padding-left: calc((100vw - 720px) / 2);
}

}

@media screen and (min-width:992px){

	
	.dd-hero-section {
		padding: 200px 0 140px;
	}
/* 	.dd-cta-button {
		width: 230px;
		height: 66px;
	} */
	.dd-hero-title {
		font-size: 48px;
		line-height: 60px;
		max-width:630px;
	}
	.dd-hero-sub-title {
		font-size: 20px;
		line-height: 32px;
		max-width: 600px;
	}


	.dd-section-title{
		font-size:32px;
		line-height:44px;
	}
	.dd-programs-section {
		padding: 120px 0 100px;
	}
	.item.text {
		font-size: 80px;
		line-height: 100px;
	}
	.item.image img{
		height:90px;
		width:90px;
	}
	.dd-infinite-mixed-slider-section {
		padding-bottom: 100px;
	}
	.dd-banner-title.dd-section-title,.dd-banner-bottom-title.dd-section-title {
		font-size: 38px;
		line-height:48px;
		max-width: 520px;
	}

	.dd-gallery-section {
		padding: 100px 0;
	}
	.dd-reviews-section {
		padding: 80px 0 100px;
	}

	.dd-review-person-image {
		max-width: 40%;
	}
	.dd-review-box {
		width: 450px;
	}
	.dd-why-section {
		padding: 100px 0 80px;
	}
	.dd-why-title {
		margin-bottom: 40px;
	}
	.dd-why-small-title{
		margin-bottom:45px;
	}
	.dd-banner-bottom-section {
		padding: 240px 0 120px;
		margin-top: -130px;
	}
	.dd-blog-section {
		padding: 100px 0;
	}
	.dd-blog-title {
		margin-bottom: 40px;
	}
	.dd-story-subtitle {
		font-size: 22px;
		line-height: 34px;
		max-width: 300px;
	}
	.dd-story-right-text {
		margin: 40px 0 30px;
	}
	.dd-story-image {
		height: 360px;
		width: auto;
	}
	.dd-story-title.dd-section-title {
		font-size: 34px;
		line-height: 44px;
		margin-bottom: 120px;
	}
	.dd-story-title-holder-mobile{
		display:none;
	}
	.md-treat-faq-wrap .md-treat-left {
		width: calc(((100vw - 1170px) / 2) + (1170px * 7 / 12));
	}
	.md-treat-right {
		width: calc(100vw - (((100vw - 1170px) / 2) + (1170px * 7 / 12)));
	}
}
@media screen and (min-width:1200px){
	.routes-holder > div {
		padding: 0 50px;
	}
	.dd-hero-section {
		padding: 200px 0 175px;
	}

	.dd-hero-title {
		font-size: 52px;
		line-height: 65px;
		max-width:688px;
	}
	.dd-hero-sub-title {
		font-size: 20px;
		line-height: 32px;
		max-width: 650px;
	}
	.dd-section-title {
		font-size: 38px;
		line-height: 52px;
	}

	.dd-section-title{
		font-size:36px;
		line-height:48px;
	}
	.item.text {
		font-size: 90px;
		line-height: 105px;
	}

	.item.image img{
		height:90px;
		width:90px;
	}
	.dd-path-pattern {
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		z-index: 0;
		width: 35%;
		height: 100% !important;
		object-fit: cover;
	}
	.dd-path-section {
		padding: 90px 0;
	}
	.dd-path-left-holder {
		padding-right: 50px;
		max-width: 800px;
	}
	.dd-path-pattern-mobile {
		display: none;
	}
	.dd-path-section {
		padding: 80px 0;
	}
	.dd-banner-section {
		padding: 160px 0;
	}

	.dd-gallery-section {
		padding: 120px 0;
	}
	.dd-hero-badge {
		height:160px;
		bottom: -80px;
	}

	.dd-why-section {
		padding: 115px 0 85px;
	}
	
	.dd-banner-bottom-section {
		padding: 300px 0 140px;
		margin-top: -150px;
	}
	.dd-blog-section {
		padding: 120px 0;
	}
	.dd-blog-title {
		margin-bottom: 50px;
	}
	.blog-post-image-container img{
		min-height: 420px;
	}
	.dd-story-title.dd-section-title {
		font-size: 38px;
		line-height: 50px;
		margin-bottom: 120px;
	}
	.md-treat-faq-wrap .md-treat-left {
		width: calc(((100vw - 1170px) / 2) + (1170px * 7 / 12) + 13px);
	}
	.md-treat-right {
		width: calc(100vw - (((100vw - 1170px) / 2) + (1170px * 7 / 12)) - 13px);
	}
	.dd-programs-text {
	margin-bottom: 24px;
}
.slider-container {
    padding-left: calc((100vw - 1170px) / 2);
}
}
@media screen and (min-width: 1300px) {
	.container.wide-container {
		width: 1270px;
	}
	.slider-container {
    padding-left: calc((100vw - 1200px) / 2);
}

}
@media screen and (min-width: 1400px) {
	.container.wide-container {
		width: 1370px;
	}
.slider-container {
    padding-left: calc((100vw - 1300px) / 2);
}

}
@media screen and (min-width: 1500px) {
	.container.wide-container {
		width: 1470px;
	}
	.dd-cta-button {
		width: 245px;
		height: 74px;
		font-size:22px;
	}
	.dd-hero-section {
		padding: 230px 0 202px;
	}
	.dd-hero-title {
		font-size: 70px;
		line-height: 86px;
		max-width: 940px;
	}
	.dd-hero-sub-title {
		font-size: 24px;
		line-height: 40px;
		max-width: 740px;
	}
	.dd-section-title {
		font-size: 46px;
		line-height: 56px;
	}
	.dd-programs-section {
		padding: 160px 0 100px;
	}
	.dd-programs-single-title {
		font-size: 30px;
		margin: 30px 0 20px;
	}
	.item.text {
		font-size: 112px;
		line-height: 137px;
	}
	.item.image img{
		height:112px;
		width:112px;
	}
	.dd-path-single-title {
		font-size: 24px;
		line-height: 34px;
	}
	.dd-path-subtitle {
		font-size: 21px;
		line-height: 32px;
	}

	.dd-path-section {
		padding: 140px 0;
	}
	.dd-banner-section {
		padding: 200px 0;
	}
	.dd-banner-title.dd-section-title,.dd-banner-bottom-title.dd-section-title {
		font-size: 50px;
		line-height:60px;
		max-width: 570px;
	}
	.dd-banner-subtitle ,.dd-banner-bottom-subtitle{
		margin-top: 30px;
		margin-bottom:30px;
	}
	.dd-gallery-section {
		padding: 140px 0;
	}
	.dd-reviews-section {
		padding: 120px 0;
	}
	.dd-reviews-title.dd-section-title{
		margin-bottom:60px;
	}
	.dd-hero-badge {
		height:auto;
		bottom: -95px;
	}
	.dd-why-section {
		padding: 120px 0 100px;
	}
	.dd-blog-section {
		padding: 140px 0;
	}
	.dd-blog-title {
		margin-bottom: 70px;
	}
	.dd-story-title.dd-section-title {
		font-size: 66px;
		line-height: 80px;
		margin-bottom: 190px;
	}
	.dd-story-subtitle {
		font-size: 26px;
		line-height: 34px;
		max-width: 360px;
	}
	.dd-story-right-text {
		margin: 50px 0 30px;
	}
	.dd-story-image {
		height: auto;
	}
	.dd-programs-text {
	margin-bottom: 45px;
}
	.faq-question h3 {
	font-size: 24px;
}
	.dd-why-subtitle {
		font-size: 21px;
		line-height: 36px;
	}
	.route-title h3{
		font-size:28px;
	}
}
@media screen and (min-width: 1600px) {
	.container.wide-container {
		width: 1570px;
	}
}
@media screen and (min-width: 1700px) {
	.container.wide-container {
		width: 1670px;
	}
}
@media screen and (min-width: 1800px) {
	.container.wide-container {
		width: 1770px;
	}
}
@media screen and (max-width:1200px){
	.dd-programs-top-holder img {
		max-height: 360px;
		width: 100%;
		object-fit: cover;
	}
	.dd-section-title-holder {
		margin-bottom: 40px;
	}
	.dd-programs-text {
		margin-bottom: 25px;
	}
	.dd-programs-holder:nth-child(-n+2) {
		margin-bottom: 30px;
	}
	.dd-path-section-left {
		margin-bottom: 30px;
	}
	.dd-path-pattern {
		display: none;
	}
	.dd-path-pattern-mobile {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.dd-path-section-right {
		margin-bottom: 50px;
	}
}
@media screen and (max-width:991px){
	.dd-banner-section {
		background-attachment: scroll !important;
		background-position: center center !important;
	}
	.dd-gallery-box {
		margin-bottom: 30px;
	}
	.dd-why-left-holder {
		margin-bottom: 40px;
	}
	.routes-sm-title {
		padding-top: 35px;
	}

	.route-left {
		padding: 25px 0 15px;
	}
	.blog-wrap-container:not(:last-child) {
		padding-bottom: 50px;
	}
	.dd-story-title.dd-section-title br {
		display: none;
	}
	.dd-story-title-holder-destkop {
		display: none;
	}
	.dd-story-all-holder {
		display: flex;
		flex-direction: column-reverse;
	}
	.dd-story-right-holder {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom:60px;
	}
	.dd-story-right-text{
		margin-top:0;
	}
	.dd-story-right-content-all {
		margin-bottom: 30px;
	}
	.dd-story-video-holder iframe {
		max-width: 100%;
	}
	.dd-story-video-pattern {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.md-treat-faq-wrap {
		flex-direction: column-reverse;
	}
}
@media screen and (max-width:767px){
	.dd-hero-single-line:nth-child(4),.dd-hero-single-line:nth-child(5),.dd-banner-single-line:nth-child(4),.dd-banner-single-line:nth-child(5) {
		display: none;
	}
	.dd-programs-holder:not(:last-child) {
		margin-bottom: 45px;
	}
	.dd-programs-all-holder .dd-programs-holder,.dd-path-all-holder .dd-path-section-left,.dd-path-all-holder .dd-path-section-right,.dd-gallery-all-holder .dd-gallery-left,.dd-why-all-holder .dd-why-left-holder,.dd-why-all-holder .dd-why-right-holder ,.dd-routes-section .container,.dd-story-all-holder .dd-story-left,.dd-story-all-holder .dd-story-right{
		padding-left: 0;
		padding-right: 0;
	}
	.dd-right-gallery-box:nth-child(odd){
		padding-left:0;	
	}
	.dd-right-gallery-box:nth-child(even){
		padding-right:0;
	}
	.dd-reviews-holder {
		margin-bottom: 110px;
	}
	.dd-review-link-holder{
		display:flex;
		justify-content:center;
		align-items:center;
		padding-left:0;
		margin-bottom:50px;
	}
	.dd-review-box{
		padding-right:0;
	}
	.dd-review-person-image {
		height: 360px;
		width: 100%;
		object-fit: cover;
		object-position: top;
	}
	.route-text a{
		margin-bottom:25px;
	}
	.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;
	}
	.route-left {
		padding: 10px 0 0;
	}
	.routes > .routes-holder:last-of-type .route-left {
		padding-bottom: 45px;
	}
	.routes > .routes-holder:first-of-type .route-left {
		padding-top: 45px;
	}

	.blog-wrap-container:not(:last-child) {
		padding-bottom: 40px;
	}
	.dd-story-video-pattern {
		height: 200px;
		width: 200px;
		bottom: -60px;
	}
	.faq-question h3 {
		font-size: 18px;
		line-height: 26px;
		max-width:280px;
	}
	.faq-question:after{
		right:10px;
	}
	.dd-addiction-title.dd-section-title br {
    display: none;
}
	.dd-addiction-title.dd-section-title{
		max-width:280px;
	}
	.dd-path-google-image{
		width:180px;
		height:auto;
	}
	.dd-why-list-box:not(:last-child) {
    margin-bottom: 30px;
}
	.slider-track img {
    width: 160px;
    height: 100px;
    margin-right: 15px;
}
}