 

@font-face {
    font-family: 'DIN-Alternate';
    src: url('../fonts/DIN-BlackAlternate.woff2') format('woff2'),
        url('../fonts/DIN-BlackAlternate.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}

 @font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-Italic.woff2') format('woff2'),
        url('../fonts/Lora-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-Bold.woff2') format('woff2'),
        url('../fonts/Lora-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-BoldItalic.woff2') format('woff2'),
        url('../fonts/Lora-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-Regular.woff2') format('woff2'),
        url('../fonts/Lora-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




@media (min-width: 768px) {
	.hide-for-medium {
		display: none !important;
	}
}

@media (min-width: 1025px) {
	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.hide-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 0px),
screen and (min-width: 768px) {
	.show-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.show-for-medium {
		display: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 767px),
screen and (min-width: 1025px) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 1024px) {
	.show-for-large {
		display: none !important;
	}
}

.space-ptb.art-living-banner .container {
	position: relative;
	z-index: 1;
}


.page-template-template-art-of-living .local_links.location_subnav_cta {
	display: none;
}

.space-ptb.art-living-banner {
	min-height: 720px !important;
	max-height: 720px !important;
	background-size: cover;
	position: relative;
	background-position: center top;
	margin-top: 0;
	overflow: visible;
	background-color: transparent !important;
	padding-top: 50px;
}

.art-living-logo {
	position: relative;
}
.page-template-template-art-of-living .content_wrapper {
	max-width: 1200px;
}


 
.space-ptb.art-living-banner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(78deg, #fff 5%, rgba(255, 255, 255, 0.56) 27%, rgba(255, 255, 255, 0) 56%), linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 21%, rgba(255, 255, 255, 0.14) 68%, rgba(255, 255, 255, 0.25) 77%, rgba(255, 255, 255, 0.61) 85%, rgba(255, 255, 255, 0.64) 94%, #fff 100%);
	z-index: 0;
}




.space-ptb.art-living-banner  .content_wrapper {
	padding-top: 45px;
}

 

.bannerLogo {
	margin: 0 auto 60px auto;
	text-align: center;
}

.bannerLogo img {
	max-width:250px
 
}

.section_hero_title.banner-art-title {
	font-size: 56px;
	font-family: Gilroy, sans-serif !important;
	font-weight: 800;
	font-style: italic;
	color: #1e2232;
	max-width: 850px;
	line-height: 1.2;
	text-transform: none;
	margin-bottom: 25px;
}


.banner-art-text {
	font-size: 18px;
	line-height: 28px;
	color: #1e2232;
	margin-bottom: 20px;
	font-weight: 800;
	text-transform: uppercase;
	max-width: 780px;
}

.banner-tools {
	margin-bottom: 40px;
}


.banner-tools ul {
	list-style: none;
	padding: 0;
}

.banner-tools li {
	color: #000;
	padding: 0 0 0 25px;
	position: relative;
	margin-bottom: 15px;
	line-height: 28px;
}


.banner-tools ul li::before {
	position: absolute;
	color: #fff;
	content: "\f00c";
	top: 5px;
	left: -1px;
	font-size: 8px;
	font-weight: 800;
	height: 18px;
	line-height: 30px;
	background: #e83b4c;
	width: 18px;
	border-radius: 66px;
	font-family: 'Font Awesome 5 Pro';
	display: flex;
	justify-content: center;
	align-items: center;
	font: normal normal normal 10px/1 FontAwesome;
}

.banner-tools li {
	color: #1e2232;
	padding: 0 0 0 35px;
	position: relative;
	margin-bottom: 15px;
	line-height: 24px;
	font-size: 18px;
	font-weight: normal;
    /*font-size: 16px;
    font-weight: 800;*/
}
.meetBtn {
	display: flex;
	column-gap: 40px;
	margin-top: 40px;
	align-items: center;
}

.appIcon {
	display: flex;
	column-gap: 10px;
}

.singleAppIcon img {
	background: #e83b4c;
	border-radius: 55px;
}

.singleAppIcon:hover img,
.singleAppIcon:focus img {
	background: #1e2232;
	border-radius: 55px;
}





.button.living-btn {
	margin: 0px 0 05px 0;
	display: inline-block;
	background: #e83b4c;
	padding: 14px 35px;
	border-radius: 10px;
	max-width: 390px !important;
	font-size: 14px;
	font-family: Gilroy, sans-serif !important;
	letter-spacing: 0.5px;
	font-weight: 800;
	width: auto;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin: 0 5px;
}
 

.button.living-btn:hover,
.button.living-btn:focus {
	margin: 0px 0 05px 0;
	display: inline-block;
	background: #1e2232 !important;
	padding: 14px 35px;
	border-radius: 10px;
	text-align: center;
	color: #fff;
		text-transform: uppercase;
		margin: 0 5px;
}
 

.section.meet_section .button.living-btn {
	background: #e83b4c !important;

}
  
.down-app-main.bot-ment-btn {
	text-align: center;
	margin: 70px 0 80px 0;
}

.down-app-main.bot-ment-btn .button {
	max-width: 700px !important;
	font-size:17px!important;
	font-weight: 800!important;
	width:auto
}



.living-banner-right {
	position: absolute;
	bottom: -35%;
	right: -30px;
}


/*  .appIcon a:hover,
  .appIcon a:focus  {
	opacity: 0.7;
}*/

.col-lg-12.section.trust-section {
	padding: 130px 0 60px 0;
}
 

.trust-title {
	font-size: 36px;
	font-family: Gilroy, sans-serif !important;
	font-weight: 800;
	font-style: italic;
	color: #1e2232;
	line-height: 48px;
}

.trust_badge_content {
	max-width: 1280px;
	margin: 0 auto;
}


.trust_badge_inner {
	display: flex;
	justify-content: center;
	column-gap: 45px;
}

.single-trust {
	padding: 10px 10px 20px 10px;
	border: 1px solid #ececec;
	border-radius: 10px;
	max-width: 230px;
	text-align: center;
}


.trust_badge_inner hr {
	width: 30px;
	height: 2px;
	background: #f7c876;
	color: #f7c876;
	border: none;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	opacity: 1;
}



.trustText {
	text-align: center;
	font-family: Lora !important;
	font-size: 16px;
	line-height: 22px;
	color: #797979;
	font-weight: normal;
	margin-top: 20px;
	font-style: italic;
}


.content_wrapper.trust-section-title {
	text-align: center;
	margin-bottom: 50px;
}

.section.stress_section {
	padding: 30px 0;
}

.section.stress_section .et_pb_row.collapse {
	width: 100%;
	max-width: 1240px;
}

.stress-image img {
	max-width: 580px;
	width: 100%;
}

.stress-image {
	text-align: right;
}

.stresstitle {
	font-size: 36px;
	font-family: Gilroy, sans-serif !important;
	font-weight: 800;
	font-style: italic;
	color: #1e2232;
	line-height: 48px;
}

.section.stress_section .et_pb_column.et_pb_column_1_2.no_height {
	margin-right: 1%;
	margin-left: 4%;
}

.stresstitle {
	max-width: 580px;
	margin-bottom: 17px;
}

.stressText {
	max-width: 560px;
	padding-right: 20px;
}

.page-template-mental-wellbeing section p {
	font-size: 18px;
	/* font-size: 16px; */
	font-weight: normal !important;
	line-height: 24px;
	color: #292929;
}

 
 
.section.quote-section {
	padding: 120px 0;
}

.quote_text-title {
	color: #e83b4c;
	font-size: 44px;
	line-height: 58px;
	font-style: italic;
	font-weight: bold;
	font-family: Gilroy, sans-serif !important;
	max-width: 850px;
	text-align: center;
	margin: 0 auto;
	text-transform: none;
}
.quote_text-title strong {
	font-weight: 900;
}
 
.quote-title {
	text-align: center;
	font-family: Lora !important;
	font-size: 36px;
	line-height: 48px;
	color: #1e2232;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
}
 
 
.section.quote-section {
	padding: 60px 0 60px 0;
	background-size: cover;
}
 
.quoteTop {
	max-width: 1180px;
	margin: 0 auto;
	width: 100%;
}

.quoteBot.quote-section-title {
	background: #fff;
/*	margin-top: -181px;*/
	max-width: 1080px !important;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-radius: 20px;
	padding: 60px 25px 25px 25px;
	box-shadow: 0 3px 5px #b3aba4;
}


.quoteTop .quoteImg {
	border-radius: 25px;
	max-width: 100%;
}

.quote-section-inner {
	position: relative;
}
.research-title{
	color:#1e2232;
	font-size: 36px;
	line-height: 48px;
	font-style: italic;
	font-weight: 800;
	font-family: Gilroy, sans-serif !important;
	text-align: center;
	margin: 0 auto;
}

.section.research-section {
	padding: 40px 0 80px 0;
	background-image: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(to bottom, rgba(180, 47, 45, 0.34), rgba(180, 47, 45, 0.34));
}
.research-text p {
	text-align: center;
} 

.research-text {
	margin: 20px 0;
}

.research-text p {
	margin: 0 10px;
}
 .page-template-mental-wellbeing .dz-bnr-inr.style-1.text-center {
	display: none;
}
.research_content {
	max-width: 1140px;
	margin: 0 auto;
}

.research_inner {
	max-width: 1080px;
	margin: 25px auto;
	padding: 50px 45px 30px 45px;
	border-radius: 10px;
	display: flex;
	justify-content: space-around;
	column-gap: 30px;
	text-align: center;
	background-image: linear-gradient(to bottom, #fffbf8 0%, #fff 100%), linear-gradient(to bottom, #fffbf8, #fff);
}

.single-research {
	max-width: 230px;
	min-width: 225px;
	margin: 0 auto;
	text-align: left;
	position: relative;padding: 0;
}
#page.site {
	overflow: hidden;
}
.researchfTitle {
	color: #e29d5a;
	font-family: Lora !important;
	font-weight: 800;
	font-size: 20px;
	margin-bottom: 15px;
	max-width: 145px;
	line-height: 1.2;
}

.researchSTitle {
	color: #000;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 17px;
	letter-spacing: 0.5px;
}
.researchText {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 17px;
	color: #595959;
	font-weight: 600;
}

.researchImg {
	position: absolute;
	top: -33px;
	right: -15px;
	z-index: 0;
}

 
.research_inner .single-research:nth-child(1) {
	margin: 0 40px 0 40px;
}

.research_inner .single-research:nth-child(2) .researchfTitle {
	color: #5693e3;
}

.discover-title {
	color: #1e2232;
	font-size: 36px;
	line-height: 48px;
	font-style: italic;
	font-weight: 800;
	font-family: Gilroy, sans-serif !important;
	text-align: center;
	margin: 0 auto;
}

.discover-text {
	margin: 10px 0 20px 0;
}
 

.section.discover-section {
	padding: 80px 0 50px 0;
}

.discover-text p  {
	max-width: 980px;
	margin: 0 auto;
    text-align: center;
}


.discover_content {
	max-width: 1015px;
	margin: 50px auto 30px auto;
}

.discover_inner {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.single-discover-img {
	border: solid 1px rgba(0, 0, 0, 0.13);
	padding: 0;
	border-radius: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	width: 90px;
	height: 87px;
	margin: 0 auto;
}

.single-discover {
	text-align: left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: center;
}

.single-discover-number {
	color: #e83b4c;
	font-size: 31px;
	line-height: 35px;
	font-weight: 800;
	font-family: Gilroy, sans-serif !important;
	margin: 20px 0 0 18px;
	text-align: center;
	padding-right: 6px;
}

.single-discover-title {
	padding-left: 18px;
	font-size: 16px;
	font-weight: 600;
	padding-right: 9px;
}

.section.meet_section .et_pb_row.collapse {
	width: 100%;
	max-width: 1180px;
}

 .content-inner.about-wrapper1.discover-main {
	padding-bottom: 30px;
}

.founder-right {
	padding: 0 60px;
}

.meetTitle {
	color: #1e2232;
	font-size: 32px;
	line-height: 38px;
	font-style: italic;
	font-weight: 800;
	font-family: Gilroy, sans-serif !important;
	text-align: left;
	margin: 0 auto 10px auto;
}



@media all and (min-width: 981px) {

.et_pb_column.et_pb_column_1_2.founder-left {
	width: 50%;
	margin-right: 2.5%;
}



.et_pb_column.et_pb_column_1_2.founder-right {
	padding: 0 55px 0 25px;
}



.section.meet_section {
	padding-bottom: 40px;
}
}


@media screen and (min-width: 280px) and (max-width: 767px) {
  
 .space-ptb.art-living-banner .et_pb_row.collapse.content_wrapper {
	padding-top: 15px;
}
 .bannerLogo img {
	max-width: 150px;
}
.bannerLogo {
	margin: 0 auto 0px auto;
	text-align: center;
}
 
.section_hero_title.banner-art-title {
	font-size: 35px;
	line-height: 1.3 !important;
	text-transform: capitalize !important;
	text-align: center;
	margin-top: 15px;
}
.banner-tools {
	margin-top: 15px;
}
.living-banner-right img {
	width: auto;
	max-width: 100%;
}

.space-ptb.art-living-banner {
	min-height: 960px !important;
	max-height: 960px !important;
	background-size: cover;
	position: relative;
	background-position: center top;
	margin-top: 0px;
	overflow: visible;
	padding-top: 10px;
}

/*.banner-right-mob-image img {
	max-width: 279px;
}*/

.living-banner-right {
	position: relative;
	bottom: 0;
	right: 0;
}

.banner-art-text {
	margin-bottom: 10px;
	font-weight: 800;
	text-transform: uppercase;
	max-width: 780px;
	text-align: center;
	 
}


.living-banner-left {
	padding: 0 10px;
}


.button.living-btn {
	margin: 0px auto 0px auto !important;
	display: block !important;
	background: #e83b4c;
	padding: 10px 25px !important;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	max-width: 270px !important;
	font-size: 14px;
	font-family: Gilroy, sans-serif !important;
	letter-spacing: 0.5px;
	font-weight: 600;
	width: 100%;
	margin: 15px auto !important;
}


.col-lg-12.section.trust-section {
	padding: 80px 0 10px 0;
	position: relative;
	z-index: 1;
}
.stressText {
	max-width: 100%;
	padding-right: 0;
}

.trust_badge_inner {
	display: flex;
	justify-content: center;
	column-gap: 0;
	flex-wrap: wrap;
}



.single-trust {
	padding: 10px 10px 20px 10px;
	border: 1px solid #ececec;
	border-radius: 10px;
	max-width: 250px;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

 
 .section.stress_section {
	padding: 30px 15px;
}

.stresstitle {
	line-height: 1;
}
.section.quote-section {
	padding: 20px 15px 60px 15px;
	background-size: cover;
}
.quote_text-title {
	font-size: 22px;
	line-height: normal;
	font-style: italic;
	font-weight: 800;
	font-family: Gilroy, sans-serif !important;
	max-width: 850px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}
.quote_text-title br {
	display: none;
}
.quote-title {
	font-size: 18px;
	line-height: 25px;
	font-weight: 800;
	margin-top: 0;
}
.section.research-section {
	padding: 10px 0 40px 0;
	 
}

 .content_wrapper.research-section-title {
	padding: 0 15px;
}

.research-title {
	font-size: 26px;
	line-height: 40px;
	font-style: italic;
	font-weight: 800;
	font-family: Gilroy, sans-serif !important;
	text-align: center;
	margin: 0 auto;
}


.research_inner {
	background-image: none;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 25px auto;
	padding: 00px 45px 00px 45px;
	margin-bottom: 0;
}


.research_inner .single-research {
	margin: 0 00px 30px 0;
	max-width: 100%;
	background: linear-gradient(to top,rgb(254, 253, 251) 0%,rgb(253, 251, 250) 100%);
	width: 100%;
	padding: 20px;
}


.researchImg {
	position: absolute;
	top: 13px;
	right: 20px;
	z-index: 0;
}

.researchfTitle {
	font-size: 24px;
	margin-bottom: 15px;
	max-width: 130px;
	line-height: 1.2;
}
.researchSTitle {
	font-size: 20px;
 
}
.researchText {
	font-size: 18px;
	line-height: normal;  
}
.section.discover-section {
	padding: 50px 0;
}
.discover-text {
	margin: 10px 0 20px 0;
	padding: 0 25px;
}

.single-discover {
	text-align: left;
	display: inline-block;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	width: 42%;
	margin-bottom: 60px;
}

.single-discover-number {
	margin: 20px 0 0 0px;
	text-align: center;
}

.single-discover-title {
	padding-left: 0;
	font-size: 16px;
	text-align: center;
}

.discover_content {
	max-width: 915px;
	margin: 50px auto 00px auto;
	text-align: center;
}

.section.discover-section {
	padding: 50px 0;
	padding-bottom: 0;
}
.section.meet_section {
	padding: 0 15px;
}

.et_pb_column.et_pb_column_1_2.founder-right {
	padding: 0 15px 0 0;
}
.research_inner .single-research:nth-child(1) {
	margin: 0 00px 30px 0;
}

.discover_inner {
	display: inline-block;
	justify-content: space-between;
	text-align: center;
}

.quoteBot.quote-section-title {
	background: #fff;
	margin-top: 45px;
	max-width: 1080px !important;
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	border-radius: 20px;
	padding: 40px 25px 25px 25px;
	box-shadow: 0 3px 5px #b3aba4;
}

 .meetTitle {
	font-size: 26px;
	line-height: 38px; 
}

.meetBtn {
	column-gap: 20px;
}

.meet-mob-app-icon {
	min-width: 90px;
}
.down-app-main.bot-ment-btn .button {
	max-width: 700px !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	width: auto;
	padding: 10px !important;
	margin: 15px !important;
}

.down-app-main.bot-ment-btn {
	text-align: center;
	margin: 40px 0 40px 0;
}
 
 .section.stress_section .container {
	padding: 0;
}

.content-inner.about-wrapper1.discover-main .container {
	padding: 0;
}
.content-inner.about-wrapper1.discover-main {
	padding-bottom: 0;
}

.founder-right {
	padding: 21px 10px;
}

.section.meet_section .button.living-btn {
 
	padding: 10px 15px !important;
	width: auto;
}

.meet-image img {
	max-width: 100%;
	width: auto;
}



 
}	



@media screen and (min-width: 600px) and (max-width: 767px) {
	.button.living-btn {
	margin: 0px 6px 10px 0 !important;
	display: block !important;
	background: #e83b4c;
	padding: 10px 15px !important;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	display: inline-block !important;
	width: auto;
}
.banner-right-mob-image img {
	max-width: 300px;
}
.space-ptb.art-living-banner {
	min-height: 700px !important;
	max-height: 800px !important;
	background-size: cover;
	position: relative;
	background-position: center left;
	margin-top: 0;
	overflow: visible;
	padding-top: 15px;
}


.button.living-btn {
	margin: 0px 15px 10px 0 !important;
	display: block !important;
	background: #e83b4c;
	padding: 10px 25px;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	display: inline-block !important;
}


.living-banner-right {
	position: absolute;
	bottom: -35%;
	right: 0;
}

 

.bannerLogo img {
	max-width: 250px;
}
.col-lg-12.section.trust-section {
	padding: 60px 0 10px 0;
 
}
.trust_badge_inner {
	column-gap: 25px;
}
 .stresstitle {
	font-size: 32px;
	line-height: 40px;
}
.quoteBot.quote-section-title {
	margin-top: 45px;
	max-width: 85% !important;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-radius: 20px;
	padding: 60px 35px 25px 25px;
	box-shadow: 0 3px 5px #b3aba4;
}

.quoteTop .quoteImg {
	border-radius: 25px;
	max-width: 580px;
	margin: 0 auto;
}

.quoteTop {
	text-align: center;
}



.research_inner .single-research {
	margin: 0 00px 30px 0;
	max-width: 450px;
	width: 100%;
	padding: 20px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.section.research-section {
	padding: 10px 0 20px 0;
}
.discover_inner {
	display: inline-block;
	justify-content: space-between;
	text-align: center;
	width: 100%;
}

.single-discover {
	width: 24%;
 
}
.meetTitle {
	text-align: center;
	margin-bottom: 15px;
}

.meet-image {
	text-align: center;
}
.meetBtn {
	justify-content: center;
}
 
.stress-image {
	text-align: center;
}
 

}


@media screen and (min-width: 767px) and (max-width: 1024px) {
	
.bannerLogo img {
	max-width: 200px;
}
.bannerLogo {
	margin: 0 auto 30px auto;
	text-align: center;
}
 
.living-banner-left {
	width: 80%;
	padding: 0 30px;
}

.living-banner-left .section_hero_title.banner-art-title {
	padding-top: 05px;
	text-transform: uppercase;
	text-align: left;
	line-height: 42px;
	font-size: 36px;
	max-width: 140% !important;
	min-width: 125% !important;
}

.banner-art-text {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
	font-weight: 800;
	text-transform: uppercase;
	max-width: 600px;
	width: 75%;
}

.living-banner-right {
	position: absolute;
	bottom: -33%;
	right: -155px;
}

.banner-right-mob-image img {
	max-width: 600px;
}

.trustImg img {
	max-width: 150px;
}
.stress-image {
	text-align: center;
}

.col-lg-12.section.trust-section {
	padding: 60px 0 40px 0;
}

.single-trust {
	max-width: 170px;
}
.trust_badge_inner {
	display: flex;
	justify-content: center;
	column-gap: 20px;
}

.section.stress_section {
	padding: 30px 15px;
}

.section.stress_section .et_pb_column.et_pb_column_1_2 {
	width: 47% !important;
}

.stresstitle {
	max-width: 100%;
	margin-bottom: 17px;
}

.stressText {
	max-width: 100%;
	padding-right: 10px;
	padding-top: 30px;
}

.stresstitle {
	margin-bottom: 0;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	min-width: 200%;
	padding-bottom: 0;
	text-align: left;
}.section.quote-section {
	padding: 20px 0 60px 0;
	background-size: cover;
}

.stress-image img {
	max-width: 580px;
	width: 100%;
	margin-top: 70px;
}
 
 
.stressText {
	max-width: 100%;
	padding-right: 10px;
}
 

.quoteTop {
	max-width: 1180px;
	margin: 0 auto;
	width: 90%;
}

.stress-image img {
	max-width: 580px;
	width: 100%;
	margin-top: 90px;
}

.quoteBot.quote-section-title {
	margin-top: 50px;
	max-width: 1080px !important;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	border-radius: 20px;
	padding: 60px 25px 25px 25px;
	box-shadow: 0 3px 5px #b3aba4;
}

.quote_text-title {
	font-size: 30px;
	line-height: 45px;
 
}

.quote_text-title {
	font-size: 30px;
	line-height: 45px;
 
}

.quote-title {
	font-size: 25px;
	line-height: 48px;
	margin-top: 10px;
}
	
.section.research-section {
	padding: 20px 15px 40px 15px;
}

.research_inner .single-research:nth-child(1) {
	margin: 0 00px 0 20px;
}

.research_inner {
	margin: 25px auto;
	padding: 30px 0px 10px 0;
	border-radius: 10px;
	column-gap: 0;
	text-align: center;
}


.researchImg img {
	max-width: 70%;
}
.researchImg {
	position: absolute;
	top: -12px;
	right: 2px;
	z-index: 0;
}

.section.discover-section {
	padding: 50px 15px;
}

.discover_inner {
	display: flex;
	justify-content: center;
	text-align: center;
}

.single-discover {
	text-align: center;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	min-width: 25%;
}

.single-discover-number {
	margin: 20px 0 0 0;
 
}
.single-discover-title {
	padding-left: 0;
	font-size: 16px;
}

.section.meet_section {
	padding: 0 15px;
}
.et_pb_column.et_pb_column_1_2.founder-left {
	text-align: center;
}
.meetTitle.mobile.show-for-small-only {
	display: block !important;
	text-align: center;
	margin-bottom: 20px;
}

.meetTitle.hide-for-small-only {
	display: none !important;
}

.meetBtn {
	display: flex;
	column-gap: 40px;
	margin-top: 40px;
	align-items: center;
	justify-content: center;
}
.meetText {
	padding: 0 20px;
}
 
 .button.living-btn {
	margin: 4px 0 9px 0 !important;
	display: block;
	background: #e83b4c;
	padding: 10px 35px !important;
	border-radius: 10px;
	max-width: 290px !important;
	font-size: 14px;
	font-family: Gilroy, sans-serif !important;
	letter-spacing: 0.5px;
	font-weight: 800;
	width: 100% !important;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin: 10px 5px !important;
}

 .space-ptb.art-living-banner {
	padding-top: 0;
}

.quoteTop .quoteImg {
	border-radius: 25px;
	max-width: 580px;
	margin: 0 auto;
}

.quoteTop {
	text-align: center;
}
.researchText {
	font-size: 14px;
 
}
.meet-image {
	text-align: center;
}

.section.discover-section {
	padding-bottom: 0;
}

.meetText {
	padding: 20px 20px;
}

.meetBtn {
	margin-top: 0;
	align-items: center;
	justify-content: center;
}

 
}
 
 

@media screen and (min-width: 980px) and (max-width: 1024px) {
	
.living-banner-left .section_hero_title.banner-art-title {
	max-width: 100% !important;
	min-width: 100% !important;
}	

.living-banner-right {
	position: absolute;
	bottom: -45%;
	right: 0;
}

.single-trust {
	max-width: 200px;
}

 .stressText {
	max-width: 100%;
	padding-right: 45px;
	padding-top: 30px;
}

.stress-image img {
	margin-top: 70px;
}
 
.research_inner .single-research:nth-child(1) {
	margin: 0 35px 0 40px;
}

 .et_pb_column.et_pb_column_1_2.founder-right {
	width: 50% !important;
}
.et_pb_column.et_pb_column_1_2.founder-left {
	text-align: center;
	width: 47% !important;
}
.meetTitle.mobile.show-for-small-only {
	display: none !important;
	text-align: center;
	margin-bottom: 20px;
}

.meetTitle.hide-for-small-only {
	display: table !important;
}
.research-title {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
}

.et_pb_column.et_pb_column_1_2.founder-right {
	padding: 0 25px 0 0!important;
}
.research_inner {
	max-width: 980px;
 
}
.meetImg {
	max-width: 100%;
}
.meetText {
	padding: 0;
}

.founder-right {
	padding: 0 20px;
}




	
}

 
 

@media screen and (min-width: 1024px) and (max-width: 1279px) {	
.living-banner-right {
 
	right: -50px;
}
.stresstitle {
	min-width: inherit !important; 
}	
.section.stress_section .et_pb_column.et_pb_column_1_2 {
	width: 46% !important;
}

.stress-image img {
	margin-top: 0;
}
.et_pb_column.et_pb_column_1_2.founder-left {
	text-align: center;
	width: 47% !important;
}
.et_pb_column.et_pb_column_1_2.founder-right {
	padding: 0 20px 0 0;
}
.meetTitle {
	margin: 0 auto 10px 0;
	padding-left: 20px;
}
.meetBtn {
	justify-content: flex-start;
	padding-left: 20px;
}
.section_hero_title.banner-art-title {
	font-size: 50px;
	max-width: 800px;
	line-height: 58px;
}
	.living-banner-left {
	padding: 0 30px;
}
.banner-art-text {
	max-width: 680px;
}

.section.stress_section {
	padding: 30px 15px;
}

.section.quote-section {
	padding: 60px 20px 60px 20px;
	background-size: cover;
}

.quoteBot.quote-section-title {
	max-width: 90% !important;
 
}
.section.research-section {
	padding: 60px 0 40px 0;
 }
.research-text {
	margin: 20px;
}
.section.discover-section {
	padding: 80px 0 40px 0;
}
.section.meet_section {
	padding: 0 15px;
}

.meetTitle {
	margin: 0 auto 10px 0;
	padding-left: 0;
}

.meetBtn {
	justify-content: flex-start;
	padding-left: 0;
}
 
.trust_badge_inner {
	display: flex;
	justify-content: center;
	column-gap: 35px;
}

.single-trust {
	max-width: 220px;
	width: 100%;
}

.quote_text-title {
	font-size: 40px;
	line-height: 52px; 
} 

.banner-right-mob-image img {
	max-width: 550px;
}

.space-ptb.art-living-banner {
	padding-top: 10px;
}

.living-banner-right {
	right: -81px;
	bottom: -42%;
}
 .col-lg-12.section.trust-section {
	padding: 100px 0 60px 0;
}

.stresstitle {
	min-width: inherit !important;
	line-height: 1.2;
}

.section.quote-section {
	padding: 20px 20px 60px 20px;
	background-size: cover;
}

.quoteBot.quote-section-title {
	max-width: 90% !important;
	margin-top: 43px;
}

.section.research-section {
	padding: 00px 0 40px 0;
}

.research_inner {
	max-width: 980px;
 
}
.meetImg {
	max-width: 100%;
}
.founder-right {
	padding: 0 20px;
}





 
}
 

@media screen and (min-width: 1900px) and (max-width: 12000px) {


.space-ptb.art-living-banner {
	min-height: 800px !important;
	max-height: 800px !important;
	background-size: cover;
	position: relative;
	background-position: center top;
	margin-top: 65px;
	overflow: visible;
}
    
 .trust-title {
	font-size: 40px;
	line-height: 48px;
} 
  
  
.single-trust {
	padding: 10px 10px 20px 10px;
	border-radius: 10px;
	max-width: 230px;
	text-align: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	min-width: 230px;
}

.living-banner-right {
	position: absolute;
	bottom: -50%;
	right: 0;
}  
    
.col-lg-12.section.trust-section {
	padding: 210px 0 60px 0;
}   
    
.stress-image img {
	max-width: 580px;
	width: 100%;
} 
    
 .research_inner {
	max-width: 840px;
	margin: 55px auto;
	padding: 35px;
	border-radius: 10px; 
}
    
.banner-art-text {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 40px;
 
}
    
.button.living-btn {
	margin: 45px 0 25px 0;
	display: inline-block;
	background: #e83b4c;
	padding: 12px 25px !important;
	border-radius: 10px;
	min-width: 300px !important;
	text-align: center;
	color: #fff;
}

.stresstitle {
	font-size: 40px;
}
 .research_inner {
	max-width: 940px;
	margin: 55px auto 25px auto;
	padding: 45px 45px 25px 45px;
	border-radius: 10px;
}
    
 .discover-title {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 25px;
}   

 .research-title {
	font-size: 40px;
	line-height: 52px;
 
}
    
 .page-template-mental-wellbeing p {
	font-size: 18px;
	line-height: 26px;
	color: #292929;
}   
   

.banner-tools li {
	margin-bottom: 15px;
	line-height: 28px;
	font-size: 18px;
	font-weight: 800;
}
 
.living-banner-right {
	position: absolute;
	bottom: -43%;
	right: 0;
}
    
 
.research_inner .single-research:nth-child(1) {
	margin: 0 20px 0 00px;
}
    
.single-research {
	max-width: 270px;
	min-width: 225px;
}
 .researchfTitle {
	font-size: 21px; 
}   

.researchText {
	font-size: 17px;
	margin-bottom: 20px;
 
}
  .researchImg {
	top: -25px;
	right: -10px; 
}  
 .meetTitle {
	font-size: 34px;
	line-height: 38px;   
}
  
    
}
 

@media screen and (min-width: 3400px) and (max-width: 12000px) {


.space-ptb.art-living-banner {
	min-height: 1000px !important;
	max-height: 1000px !important;
}
  
.bannerLogo img {
	max-width: 350px;
}

.bannerLogo {
	margin: 0 auto 30px auto;
	text-align: center;
}
    
.page-template-template-art-of-living .content_wrapper {
	max-width: 1300px;
}
    
 .section_hero_title.banner-art-title {
	font-size: 60px;
	max-width: 950px;
	line-height: 75px;
}   
    
 .banner-art-text {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 40px;
	max-width: 850px;
}

.banner-tools ul li::before {
	top: 5px;
	left: -1px;
	height: 25px;
	line-height: 30px;
	width: 25px; 
	font: normal normal normal 12px/1 FontAwesome;
}    
    
 .banner-tools li {
	margin-bottom: 15px;
	line-height: 32px;
	font-size: 20px;
	padding: 0 0 0 40px;
}   
.button.living-btn {
	margin: 45px 0 25px 0;
	display: inline-block;
	background: #e83b4c;
	padding: 15px 35px !important;
	border-radius: 10px;
	min-width: 350px !important;
	text-align: center;
	color: #fff;
	font-size: 22px !important;
}    
    
 .space-ptb.art-living-banner  .content_wrapper {
	padding-top: 85px;
}

.banner-right-mob-image {
	width: 120%;
}
 .banner-right-mob-image img {
	max-width: 650px;
	width: 100%;
}   
 
.living-banner-right {
	position: absolute;
	bottom: -55%;
	right: 0;
}
 .trust-title {
	font-size: 50px;
	line-height: 48px;
}
    
.section.stress_section .et_pb_row.collapse {
	width: 100%;
	max-width: 1340px;
}    
 
.stresstitle {
	font-size: 50px;
	line-height: 60px;
}
 .page-template-mental-wellbeing p {
	font-size: 20px;
	line-height: 30px;
	color: #292929;
}   
    
.stressText {
	max-width: 660px;
}    
  
.quote_text-title {
	font-size: 50px;
	line-height: 60px;
	max-width: 920px;
	text-align: center;
	margin: 0 auto;
}
    
 .research-title {
	font-size: 40px;
	line-height: 48px;
}
 
  .page-template-mental-wellbeing p {
	font-size: 18px;
	line-height: 25px;
	color: #292929;
}  

  .discover-title {
	font-size: 50px;
	line-height: 52px;
	margin-bottom: 25px;
}
    
.section.discover-section {
	padding: 120px 0;
}
  
.single-discover-number {
	font-size: 35px;
	line-height: 35px;
 
 
}

.single-discover-title {
	padding-left: 18px;
	font-size: 18px;
}
 .founder-right {
	padding: 0 05px 0 25px;
}   
 
 


 
    
}

















