/* Fontello */

@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?83218925');
  src: url('fonts/fontello.eot?83218925#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff2?83218925') format('woff2'),
       url('fonts/fontello.woff?83218925') format('woff'),
       url('fonts/fontello.ttf?83218925') format('truetype'),
       url('fonts/fontello.svg?83218925#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
} 


@font-face {
	font-family: 'Optima';
	font-style: normal;
	font-weight: normal;
	src: local('Optima'), url('fonts/OPTIMA.woff') format('woff');
}


@font-face {
	font-family: 'Optima Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Optima Italic'), url('fonts/Optima_Italic.woff') format('woff');
}


@font-face {
	font-family: 'Optima Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Optima Medium'), url('fonts/Optima Medium.woff') format('woff');
}


@font-face {
	font-family: 'Optima Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Optima Bold'), url('fonts/OPTIMA_B.woff') format('woff');
}
	
@font-face {
    font-family: 'Moonic';
    src: url('fonts/MOONICRegular.woff2') format('woff2'),
         url('fonts/MOONICRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#Container, header, nav, section, #CreativeConnect, footer, #Content-Container, #Banner, #Mission, #Marquee, #About, #Services, #Info, #Power, #Journey, #Map, #Reviews,

#iService, #iHow-Works, #Benefits, #Book-Session, #iStory, #iProfile, #iQuote, #iTeam, #Title, #Terms, #Common-Block, #Login, #Poem-Wheel, #Videos, #Videos
 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#Container {
	overflow: hidden;
}

#Header, #Main-Menu, #Mobile-Menu, #Footer, #Content-Main, #Banner-Intra, #Mission-Intra, #Marquee-Intra, #About-Intra, #Services-Intra, #Info-Intra, #Power-Intra, #Journey-Intra, #Map-Intra, #Reviews-Intra,


#iService-Grid, #iHow-Works-Intra, #Benefits-Intra, #Book-Session-Intra, #iProfile-Intra, #iQuote-Intra, #iTeam-Intra, #Title-Intra, #Terms-Intra, #Common-Block-Intra, #Login-Intra, #Poem-Wheel-Intra, #Videos-Intra, #Videos-Intra {
	min-width: 300px;
	margin: 0px auto;
	padding: 0 2%;
	position: relative;
}

#About-Intra, #Book-Session-Intra, #Benefits-Intra {
    max-width: 1440px;
}

/* Header */

header{
	background: rgba(10, 69, 54, 1);
	padding: 15px 0;
}

.logo{
    width: 270px;
	position: relative;
	text-align: center;
}

.logo,
.nav-l ,
.nav-r {
	vertical-align: middle;
}

.nav-l{
	text-align: left;
} 

.nav-r {
	text-align: right;
}

.logo a{
    display: inline-block;
    width: 200px;
}

.menu > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font: normal 16px / 32px 'Optima';
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding: 0 10px;
}

.menu > li a {
	position: relative;
	color: rgba(234, 226, 213, 1);
	transition: 0.5s all ease;
	display: block;
}

.menu > li:hover a{
	color: rgba(234, 226, 213, 1);
}

.nav-r .contactBTN a{
	background: rgba(155, 114, 34, 1);
    color: #fff;
	border-radius: 50px;
    letter-spacing: .7px;
    font: normal 16px / 32px 'Optima Bold';
}

.nav-r .contactBTN a:hover {
    color: #fff;
}

/* Banner */

#Banner{
    height: calc(100vh - 73.5px);
    background: url(../images/restroring-health-banner.jpg) no-repeat center top;
    background-size: cover;
}

#Banner-Intra{
	height: 100%;
}

.banner-tagline{
    position: absolute;
    font: normal 16px / 20px Verdana, Arial, Helvetica, sans-serif;
    top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    padding: 15px;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
    max-width: 920px;
}

.banner-tagline p{
    color: #fff;
    font: normal 21px / 32px 'Optima';
    text-transform: uppercase;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
}

.banner-tagline h1{
    color: #fff;
    font: normal 60px / 64px 'Moonic';
    text-transform: uppercase;
}

.banner-tagline span{
	display: block;
    color: #fff;
    font: normal 24px / 32px 'Moonic';
    text-transform: uppercase;
	margin: 10px 0 0 0;
}

.banner-tagline span i {
    position: relative;
    align-items: center;
    text-indent: -9999px;
    display: inline-block;
    height: 15px;
    width: 10px;
    text-align: center;
}

.banner-tagline span i:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0;
    height: 4px;
    width: 4px;
    background: #fff;
    border-radius: 10px;
	top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
}

.banner-tagline a{
    display: block;
    width: 300px;
    background: rgba(155, 114, 34, 1);
    color: #fff;
    border-radius: 50px;
    padding: 10px 0;
    text-align: center;
    margin: 30px auto 0 auto;
    font: normal 18px / 30px 'Optima Bold';
}

.quick-connect{
    position: absolute;
	bottom: 20px;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
}

.quick-connect li{
	display: inline-block;
	vertical-align: top;
    width: 220px;
    font: normal 18px / 26px 'Optima';
}


.quick-connect li:first-child a{
    padding: 0 15px 0 0;
}

.quick-connect li img{
    width: 130px;
    margin: 0 auto 6px auto;
    display: block;
    text-align: center;
}

.quick-connect li.borders{
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}


.quick-connect li.call-ico a{
    padding: 0 0 0 75px;
    background: url(../images/call-ico.svg) no-repeat 24px center;
    background-size: 30px;
    text-align: left;
}

.quick-connect li.mail-ico a{
	padding: 0 0 0 73px;
    background: url(../images/map-ico.svg) no-repeat 24px center;
    background-size: 26px;
    text-align: left;
}
 
.quick-connect li a{
    display: block;
    vertical-align: top;
    color: #fff;
}



/* Mission */

#Mission{
    padding: 80px 0;
	background: rgba(234, 226, 213, 1);
}

#Mission .logo-mission{
	display: block;
	text-align: center;
	width: 100%;
    max-width: 150px;
	margin: auto;
}

#Mission h2{
    text-align: center;
    font: normal 40px / 50px 'Moonic';
    color: rgba(10, 69, 54, 1);
    max-width: 960px;
    margin: 10px auto 30px auto;
}

#Mission p{
    text-align: center;
    font: normal 20px / 32px 'Optima';
    color: rgba(10, 69, 54, 1);
    max-width: 860px;
    margin: 10px auto;
}

#Mission p i{
    font: normal 20px / 32px 'Optima Bold';
	font-style: italic;
}

#Mission .video{
    width: 100%;
    max-width: 960px;
    margin: 30px auto 0 auto;
}

#Mission .video img{
    border-radius: 10px;
}
/* About */

#About{
    background: url(../images/wave.png) no-repeat left center rgba(10, 69, 54, 1);
    background-size: 40%;
    padding: 100px 0;
}

.about-content{
	width: 55%;
	float: right;
}

.about-content h3{
	color: #ffffff;
    font: normal 46px / 50px 'Moonic';
    margin: 0 0 15px 0;
}


.about-content p{
    color: #ffffff;
    font: normal 17px / 28px 'Optima';
    margin: 0 0 15px 0;
    letter-spacing: 0.5px;
}

/* Services */

#Services{
    padding: 100px 0;
    background: rgba(234, 226, 213, 1);
}

#Services h3{
    text-align: center;
    font: normal 70px / 80px 'Moonic';
    color: rgba(10, 69, 54, 1);
    margin: 0 auto 30px auto;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-grid a{
	display: block;
}

.service-content{
	padding: 30px;
    min-height: 390px;
	position: relative;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.service-content.col1{
	background: rgba(68, 59, 54, 1);
}

.service-content.col2{
	background: rgba(159, 136, 72, 1);
}

.service-content.col3{
	background: rgba(105, 50, 26, 1);
}

.service-content.col4{
	background: rgba(90, 124, 137, 1);
}

.service-content h4{
    margin: 0 0 30px 0;
    color: rgba(234, 226, 213, 1);
    text-align: center;
    font: normal 28px / 30px 'Moonic';
    text-transform: uppercase;
}

.service-content p{
    color: rgba(234, 226, 213, 1);
    font: normal 16px / 24px 'Optima';
    margin: 0 0 15px 0;
    letter-spacing: 0.5px;
	text-align: center;
}

.service-content span{
	position: absolute;
	left: 0;
	right: 0;
    bottom: 20px;
	margin: auto;
    color: rgba(234, 226, 213, 1);
    font: normal 16px / 24px 'Optima';
    text-transform: uppercase;
    text-align: center;
    display: block;
    letter-spacing: 1px;
}

/* Info */

#Info{
	padding: 100px 0;
	background: url(../images/restroring-health-banner-review.jpg) no-repeat center bottom;
	background-size: cover;
}

#Info p{
	color: #ffffff;
    font: normal 28px / 38px 'Optima';
    letter-spacing: 0.5px;
    margin: 0 auto 15px auto;
    max-width: 840px;
    text-align: center;
}


#Info a{
    display: block;
    width: 180px;
    background: rgba(155, 114, 34, 1);
    border-radius: 50px;
    padding: 10px 0;
    text-align: center;
    margin: 30px auto 0 auto;
    font: normal 18px / 30px 'Optima Bold';
	letter-spacing: 0.7px;
    color: #ffffff;
}

/* Power */

#Power{
	background: rgba(68, 59, 54, 1);
    padding: 75px 0;
}

.power-content {
	vertical-align: middle;
}

.power-content h3{
    color: #ffffff;
    font: normal 46px / 50px 'Moonic';
    margin: 0 0 15px 0;
}

.power-content h4{
    color: #ffffff;
    font: normal 20px / 30px 'Optima Bold';
    letter-spacing: 0.5px;
    margin: 0 0 15px 0;
}

.power-content p{
    color: #ffffff;
    font: normal 17px / 28px 'Optima';
    margin: 0 0 15px 0;
    letter-spacing: 0.5px;
}

.power-content span{
    font: normal 17px / 28px 'Optima Bold';
}

.power-content a {
    display: block;
    width: 180px;
    background: rgba(155, 114, 34, 1);
    border-radius: 50px;
    padding: 10px 0;
    text-align: center;
    margin-top: 30px;
    font: normal 18px / 30px 'Optima Bold';
	letter-spacing: 0.7px;
    color: #ffffff;
}

.power-img {
	text-align: center;
	padding: 30px;
	vertical-align: middle;
}

.power-img img {
    max-width: 520px;
    width: 100%;
}

/* Reviews */

#Reviews{
	padding: 90px 0 30px 0;
    background: #141414;
    background: url(../images/review-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.rslides:after {
	content: '';
	display: block;
	clear: both;
}

.reviews-slide{
    background: rgba(233, 226, 215, 1);
    padding: 60px 30px;
    width: 60%;
    margin: auto;
    border-radius: 10px;
    min-width: 480px;
}

.reviews-slide img{
    display: block;
    width: 140px;
    margin: 0 auto 20px auto;
}

.reviews-slide h4{
    font: normal 18px / 30px 'Optima';
    color: rgba(68, 59, 54, 1);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 0 30px 0;
}

.review-block{
	position: relative;
    min-height: 240px;
}

.review-btn{
    display: block;
    font: normal 18px / 30px 'Optima Bold';
    color: rgb(255 255 255);
    text-transform: uppercase;
    margin: 50px auto 10px auto;
    width: 220px;
    background: rgba(155, 114, 34, 1);
    border-radius: 50px;
    padding: 10px 0;
    text-align: center;
    letter-spacing: 0.7px;
    color: #ffffff;
}

.review-btn:hover{
    color: #ffffff;
}

.reviews-slide p{
    color: rgba(68, 59, 54, 1);
    font: normal 24px / 32px 'Optima';
    letter-spacing: 0.5px;
    width: 90%;
    margin: auto;
    text-align: center;
}

.reviews-slide span.name{
    display: block;
    text-align: center;
    font: normal 22px/30px 'Optima Bold';
    letter-spacing: 1px;
    margin: 30px 0 0 0;
	color: rgba(68, 59, 54, 1);
}

.enclosed-arrow{
	display: none;
    position: absolute;
    z-index: 2;
    width: 80px;
    height: 50px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.testomonials_nav{
    position: absolute;
    vertical-align: top;
    width: 18px;
    height: 25px;
}

.testomonials_nav span{
	display: none;
}

.testomonials_nav.prev {
	background: url(../images/left-arrow.svg) no-repeat center center;
    background-size: contain;
    left: 0;
}

.testomonials_nav.next {
	background: url(../images/right-arrow.svg) no-repeat center center;
    background-size: contain;
    right: 0;
}

/* Journey */

#Journey{
    padding: 90px 0;
    background: url(../images/restoring-health-quick-bg.png) no-repeat bottom center rgba(234, 226, 213, 1);
    background-size: 59%;
}

.journey{
    width: 100%;
    max-width: 640px;
    margin: auto;
}

.journey h4{
    font: normal 45px / 54px 'Moonic';
    color: rgba(10, 69, 54, 1);
    text-transform: uppercase;
    margin: 0 0 10px 0;
    text-align: center;
}

.journey p{
    font: normal 22px / 30px 'Optima';
    color: rgba(10, 69, 54, 1);
    margin: 0 0 20px 0;
    letter-spacing: 1px;
    text-align: center;
}

.journey p.bold{
    font: normal 22px / 30px 'Optima Bold';
}

.journey a{
    display: block;
    width: 210px;
    background: rgba(155, 114, 34, 1);
    border-radius: 50px;
    padding: 10px 0;
    text-align: center;
    margin: 30px auto 0 auto;
	letter-spacing: 0.7px;
    font: normal 18px / 30px 'Optima Bold';
    color: #ffffff;
}

/* Map */

#Map{
	background: rgba(155, 114, 34, 1);
}

.map-l {
	vertical-align: middle;
    padding: 0 0 0 13%;
}

.map-l li{
    color: #ffffff;
    font: normal 24px / 30px 'Optima Medium';
    letter-spacing: 0.5px;
    margin: 0 auto 20px auto;
}

.map-l li span{
    display: block;
    color: #ffffff;
    font: normal 20px / 30px 'Optima';
    letter-spacing: 0.5px;
    margin: 5px auto 0 auto;
}

.map-r iframe{
    display: block;
}


/* Footer */

footer{
	background: rgba(10, 69, 54, 1);
	padding: 50px 0 0 0;
}

.footer-logo{
	width: 300px;
}

.footer-content{
    padding: 0 10px 0 30px;
}

.footer-content ul{
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: right;
}

.footer-content li{
    font: normal 18px / 30px 'Optima';
    letter-spacing: 1px;
    text-align: right;
    display: inline-block;
    padding: 0 0 0 8%;
}

.footer-content li a{
    color: #ffffff;
}

.footer-level-two{
	padding: 30px 0 20px 0;
	border-bottom: 1px solid #fff;
}

.footer-social{
    vertical-align: middle;
    width: 110px;
}

.footer-call{
	text-align: right;
    vertical-align: middle;
}

.footer-call a{
    color: #ffffff;
    font: normal 20px / 30px 'Optima';
    letter-spacing: 0.5px;
    margin: 5px auto 0 auto;
}

.footer-info {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    padding: 30px 0;              /* no side padding */
    margin: 0;
    list-style: none;
    border-top: 1px solid rgba(255,255,255,0.35);
    font-family: 'Optima';
    font-size: 14px;
    letter-spacing: 1px;
}

.footer-info .terms {
    justify-self: start;
}

.footer-info .terms li {
	display: inline-block;
	vertical-align: top;
}

.footer-info .terms li:first-child {
	margin: 0 15px 0 0;
}

.footer-info .terms li a{
	text-decoration: underline;
}

.footer-info .copyright {
    justify-self: center;
	color: rgba(255,255,255,0.85);
}

.footer-info .design {
    justify-self: end;
}

.footer-info a {
    text-decoration: none;
    color: rgba(255,255,255,0.85);
    transition: opacity 0.3s ease;
}

/* Social Media */

.social-media {
	margin: 10px 0 0 0;
}

.social-media li {
	display: inline-block;
	vertical-align: top;
    width: 40px;
    height: 40px;
	margin: 0 5px 10px 0;
	position: relative;
}

.social-media li a {
    width: 40px;
    height: 40px;
	display: block;
	transition: 0.8s all ease;
	opacity: 0.7;
}

.social-media li:hover a {
	opacity: 1;
}

.social-media li a:before {
	position: absolute;
	font-family: 'fontello';
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	transition: 0.7s all ease;
    font-size: 21px;
	color: #f3f9ed;
}

.social-media .fb a:before {
	content: '\E813';
    top: 8px;
}

.social-media .instagram a:before {
	content: '\F16D';
    top: 7px;
}


/* Services */

.service-grid-txt{
	padding: 100px 50px;
}

.service-grid-txt .info{
    display: block;
    color: #fff;
    font: normal 18px / 30px 'Optima';
    text-transform: uppercase;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
}

.service-grid-txt h1{
    color: #fff;
    font: normal 70px / 66px 'Moonic';
    text-transform: uppercase;
}

.service-grid-txt p{
	color: #ffffff;
    font: normal 16px / 24px 'Optima';
    margin: 10px 0 15px 0;
    letter-spacing: 0.5px;
}

.service-grid-txt a{
    display: block;
    width: 180px;
    background: rgba(155, 114, 34, 1);
    border-radius: 50px;
    padding: 10px 0;
    text-align: center;
    margin-top: 30px;
    color: #ffffff;
	letter-spacing: 0.7px;
    font: normal 18px / 30px 'Optima Bold';
}


.holistic .service-grid-txt {
	background: rgba(68, 59, 54, 1);
	width: 50%;
}

.holistic .service-grid-img{
	background: url(../images/banner/holistic.jpg) no-repeat center center;
	background-size: cover;
}



.acupuncture .service-grid-txt {
	background: rgba(159, 136, 72, 1);
	width: 50%;
}

.acupuncture .service-grid-img{
	background: url(../images/banner/japanese-acupuncture.jpg) no-repeat center center;
	background-size: cover;
}



.pregnancy .service-grid-txt {
	background: rgba(105, 50, 26, 1);
	width: 50%;
}

.pregnancy .service-grid-img{
	background: url(../images/banner/pregnancy.jpg) no-repeat center center;
	background-size: cover;
}



.detox .service-grid-txt {
	background: rgba(90, 124, 137, 1);
	width: 50%;
}

.detox .service-grid-img{
	background: url(../images/banner/detox.jpg) no-repeat center center;
	background-size: cover;
}























.iabout .service-grid-txt {
	background: rgba(155, 114, 34, 1);
	width: 50%;
}

.iabout .service-grid-txt{
	vertical-align: middle;
}

.iabout .service-grid-img img{
	width: 100%;
}

#iHow-Works{
    padding: 60px 0;
    background: rgba(234, 226, 213, 1);
}

.ihow-image{
    padding: 0 2%;
    vertical-align: top;
    text-align: left;
    width: 50%;
}

.ihow-txt{
    padding: 0 2%;
}

.ihow-txt h2 {
    color: rgba(68, 59, 54, 1);
    font: normal 24px / 32px 'Optima Medium';
    margin: 0 0 10px 0;
}

.ihow-txt h2.techs{
	margin: 30px 0 15px 0;
}

.ihow-txt p.info {
    color: rgba(68, 59, 54, 1);
    font: normal 17px / 28px 'Optima';
    margin: 0 0 15px 0;
}

.techs-list li{
	border-bottom: 1px solid rgba(68, 59, 54, 1);
    padding: 15px 0;
}

.techs-list li p{
    color: rgba(68, 59, 54, 1);
    font: normal 17px / 28px 'Optima';
    letter-spacing: 0.5px;
}

.techs-list li p span{
    font: normal 20px / 30px 'Optima Medium';
    display: block;
}

/* Benefits */

#Benefits.holistic{
	background: rgba(68, 59, 54, 1);
	padding: 50px 0;
}

#Benefits.acupuncture {
	background: rgba(159, 136, 72, 1);
	padding: 50px 0;
}

#Benefits.pregnancy{
	background: rgba(105, 50, 26, 1);
	padding: 50px 0;
}

#Benefits.detox{
	background: rgba(90, 124, 137, 1);
	padding: 50px 0;
}


#Benefits h3{
    color: #ffffff;
    font: normal 24px / 32px 'Optima Medium';
    margin: 0 0 30px 0;
    letter-spacing: 1px;
	text-align: center;
}

.benefits-list {
    padding: 0;
    margin: 0;
    text-align: center;
}

.benefits-list li{
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    padding: 18px;
    font: normal 20px / 30px "Moonic", serif;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    border-right: 1px solid #fff;
}

.benefits-list li:last-child{
	border-right: 0;
}

/* Book Session */

#Book-Session{
    padding: 90px 0;
    background: url(../images/wave-r.png) no-repeat top right rgba(234, 226, 213, 1);
    background-size: 46%;
}

.book-session{
	width: 100%;
    max-width: 640px;
}

.book-session h3{
    color: rgba(10, 69, 54, 1);
    font: normal 54px / 80px 'Moonic';
    text-transform: uppercase;
    letter-spacing: 2px;
}

.book-session h3 overlap{
    letter-spacing: -21px;
    padding: 0 20px 0 0px;
}

.book-session p{
    font: normal 20px / 32px 'Optima';
    color: rgba(10, 69, 54, 1);
    margin: 0 0 20px 0;
}

.book-session a{
    display: block;
    width: 200px;
    background: rgba(155, 114, 34, 1);
    border-radius: 50px;
    padding: 10px 0;
    text-align: center;
    margin-top: 30px;
    color: #ffffff;
	letter-spacing: 0.7px;
    font: normal 18px / 30px 'Optima Bold';
}

/* About iStory */

#iStory{
    padding: 60px 2%;
    background: rgba(234, 226, 213, 1);
}

.istory-grid-media{
    padding: 0px 2%;
}

.iframe-vid {
    position: relative;
    width: 100%;
    max-width: 900px;   /* optional — remove if you want full width */
    margin: 0 auto;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 10px;
}

.iframe-vid iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    border: none;            /* remove border */
    border-radius: 10px;     /* rounded corners */
}

.istory-grid-txt{
	vertical-align: middle;
    padding: 0px 2%;
}

.istory-grid-txt h4{
    display: block;
    color: rgba(68, 59, 54, 1);
    font: normal 18px / 30px 'Optima';
    text-transform: uppercase;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
}

.istory-grid-txt h3{
	color: rgba(68, 59, 54, 1);
    font: normal 20px / 30px 'Optima Bold';
    margin: 10px 0 15px 0;
    letter-spacing: 0.5px;
}

.istory-grid-txt p{
	color: rgba(68, 59, 54, 1);
    font: normal 17px / 28px 'Optima';
    margin: 0 0 15px 0;
}

/* Profile */

#iProfile{
    padding: 100px 0;
    background: rgba(234, 226, 213, 1);
}

#iProfile.for-dark{
    background: rgba(10, 69, 54, 1);
}

.profile-content h2{
    color: rgba(10, 69, 54, 1);
    font: normal 70px / 66px 'Moonic';
    text-transform: uppercase;
	margin: 0 0 50px 0;
}

.for-dark .profile-content h2{
    color: #fff;
}

.profile-content h2 span{
	display: block;
    font: normal 20px / 30px 'Optima';
	font-style: Italic;
    text-transform: capitalize;
}

.profile-content .profile-info{
	border-bottom: 1px solid  rgba(10, 69, 54, 1);
    margin: 0 0 25px 0;
}

.for-dark .profile-content .profile-info{
    border-bottom: 1px solid #fff;
}

.profile-content .profile-info p{
    color: rgba(10, 69, 54, 1);
    font: normal 17px / 28px 'Optima';
    margin: 0 0 25px 0;
}

.for-dark .profile-content .profile-info p{
    color: #fff;
}

.profile-meta {
	margin: 0 0 30px 0;
}

.profile-meta h3{
    color: rgba(10, 69, 54, 1);
    font: normal 17px / 28px 'Optima';
}

.for-dark .profile-meta h3{
    color: #fff;
}

.profile-meta p{
    color: rgba(10, 69, 54, 1);
    font: normal 17px / 28px 'Optima';
	font-style: Italic;
}

.for-dark .profile-meta p{
    color: #fff;
}

.profile-meta li{
    color: rgba(10, 69, 54, 1);
    font: normal 17px / 28px 'Optima';
}

.for-dark .profile-meta li{
    color: #fff;
}

.profile-img{
	padding: 0 20px;
}

.profile-img-top{
    text-align: center;
    max-width: 580px;
    margin: auto;
}

.iprofile-img-top{
	display: none;
}

.profile-img-meta{
	text-align: center;
    max-width: 580px;
	margin: 30px auto 0 auto;
	padding: 30px 0;
	border-top: 1px solid rgba(10, 69, 54, 1);
	border-bottom: 1px solid rgba(10, 69, 54, 1);
}

.for-dark .profile-img-meta {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.profile-img-meta p{
    color: rgba(10, 69, 54, 1);
    font: normal 17px / 28px 'Optima';
}

.for-dark .profile-img-meta p{
    color: #fff;
}

.profile-content a {
    display: block;
    width: 180px;
    background: rgba(155, 114, 34, 1);
    border-radius: 50px;
    padding: 10px 0;
    text-align: center;
    margin: 30px 0 0 0;
    font: normal 18px / 30px 'Optima Bold';
    letter-spacing: 0.7px;
    color: #ffffff;
}



/* iQuote */

#iQuote{
    padding: 90px 0;
    background: url(../images/wave-r.png) no-repeat top right rgba(234, 226, 213, 1);
    background-size: 46%;
}

#iQuote .quote{
    width: 100%;
    max-width: 55%;
}

#iQuote h3{
    color: rgba(10, 69, 54, 1);
    font: normal 34px / 40px 'Moonic';
    text-transform: uppercase;
    letter-spacing: 2px;
}

#iQuote span{
    display: block;
    color: rgba(10, 69, 54, 1);
    font: normal 24px / 32px 'Optima Bold';
    margin: 25px 0 0 0;
}

/* iTeam */

#iTeam{
    padding: 90px 0;
    background: rgba(234, 226, 213, 1);
}

#iTeam h4{
    display: block;
    color: rgba(10, 69, 54, 1);
    font: normal 18px / 30px 'Optima';
    text-transform: uppercase;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
	text-align: center;
}

#iTeam h3{
    color: rgba(10, 69, 54, 1);
    font: normal 70px / 66px 'Moonic';
    text-transform: uppercase;
    margin: 0 0 50px 0;
	text-align: center;
}

.iteam-grid{
	text-align: center;
}

.iteam-grid li{
    display: inline-block;
    vertical-align: top;
    width: 45%;
    max-width: 300px;
    margin: 0 2% 50px 2%;
}

.iteam-grid li a{
	display: block;
}

.iteam-grid li img{
	margin: 0 0 20px 0;
}

.profile-border {
	border-radius: 20px;
}

.iteam-grid h5{
	text-align: center;
    color: rgba(68, 59, 54, 1);
    font: normal 20px / 30px 'Optima Bold';
}

.iteam-grid h5 span{
	display: block;
    font: normal 20px / 30px 'Optima';
    font-style: Italic;
}

/* Title */

#Title{
	padding: 90px 0;
    background: rgba(234, 226, 213, 1);
}

#Title h1{
    color: rgba(10, 69, 54, 1);
    font: normal 70px / 66px 'Moonic';
    text-transform: uppercase;
}
  
/* Terms */

#Terms{
    background: rgba(234, 226, 213, 1);
	padding: 0 0 30px 0;
}

#Terms p{
    color: rgba(68, 59, 54, 1);
    font: normal 17px / 28px 'Optima';
    padding: 5px 0;
}

#Terms h2{
    color: rgba(68, 59, 54, 1);
    font: normal 24px / 32px 'Optima Bold';
    margin: 5px 0;
}

#Terms li{
	color: rgba(68, 59, 54, 1);
	font: normal 17px/28px 'Optima';
	list-style: disc;
	list-style-position: inside;
}

/* Common Block */

#Common-Block{
    padding: 60px 0;
    background: rgba(234, 226, 213, 1);
}

.appointment-grid{
	margin: 50px 0 0 0;
}

.appointment-grid p.info{
    color: rgba(68, 59, 54, 1);
    font: normal 24px / 30px 'Optima Medium';
    letter-spacing: 0.5px;
    margin: 0 auto 40px auto;
}

.appointment-grid li{
	display: inline-block;
	vertical-align: top;
	width: 300px;
    margin: 0 0 50px 0;
}

.appointment-grid li:last-child{
	margin: 0 0 20px 0;
}

.appointment-grid h2{
    text-align: left;
    color: rgba(68, 59, 54, 1);
    font: normal 20px / 30px 'Optima Bold';
	margin: 0 0 15px 0;
}

.appointment-grid h2 span{
    display: block;
    font: normal 20px / 30px 'Optima';
    font-style: Italic;
}

.appointment-grid p{
    color: rgba(68, 59, 54, 1);
    font: normal 17px / 28px 'Optima';
    letter-spacing: 0.5px;
}

.select-service {
    pointer-events: auto;
}

.select-service iframe{
    width: 100%;
    border: 0;
    overflow: hidden;
    display: block;
    min-height: 380px; 
}

/* Login */

#Login{
	background: url(../images/login-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 180px 0;
}

#Login-BG{
	background: rgba(234, 226, 213, 1);
    border-radius: 10px;
	padding: 50px 30px;
}

.login-block{
	max-width: 640px;
	margin: auto;
}

.login-block h1{
    color: rgba(10, 69, 54, 1);
    font: normal 70px / 66px 'Moonic';
    text-transform: uppercase;
	text-align: center;
}

.login-block p.intro{
    color: rgba(68, 59, 54, 1);
    font: normal 16px / 24px 'Optima';
    padding: 0 10px;
    letter-spacing: 0.5px;
    max-width: 90%;
    margin: 20px auto;
}

.login-block p.intro{
    color: rgba(68, 59, 54, 1);
    font: normal 16px / 24px 'Optima';
    padding: 0 10px;
    letter-spacing: 0.5px;
    max-width: 90%;
    margin: 20px auto;
}

.loginBox .error,
.formBox label.error{
    color: #d2341e ! important;
    font: normal 16px / 24px 'Optima';
    letter-spacing: 0.5px;
    text-align: left;
}

.loginBox .inputBox {
    margin: 0 0 20px 0;
}

.loginBox .inputBox label{
    display: block;
    color: rgba(68, 59, 54, 1);
    font: normal 16px / 24px 'Optima';
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
}

.loginBox .inputBox label span{
	color: #C52424;
}

.loginBox .inputBox input{
    padding: 10px;
    outline: none;
    width: 100%;
    font: 400 13px / 30px 'Optima';
    letter-spacing: 0.5px;
    background: none;
    border: 1px solid rgba(155, 114, 34, 1);
    border-radius: 10px;
    color: #141414 ! important;
}

#maskedInput {
  font-family: monospace;
  letter-spacing: 3px;
}

.loginBox .submitBox{
    margin: 25px 0 0 0;
	text-align: center;
}


.loginBox .submitBox input{
    display: block;
    width: 200px;
    border: none;
    background: rgba(155, 114, 34, 1);
    border-radius: 50px;
    padding: 10px 0;
    text-align: center;
    color: rgba(234, 226, 213, 1);
    letter-spacing: 0.7px;
    font: normal 18px / 30px 'Optima Bold';
    cursor: pointer;
}

.dashTitle h1{
	text-align: center;
}

.dashTitle p.intro{
    text-align: center;
    color: rgba(68, 59, 54, 1);
    font: normal 16px / 24px 'Optima';
    max-width: 640px;
    margin: 30px auto;
    letter-spacing: 0.5px;
}

.dashboard-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    list-style: none;
    padding: 0;
    width: 80%;
	margin: auto;
}

.dashboard-grid li{
	border-radius: 20px;
	overflow: hidden;
}

.dashboard-grid li a{
	display: block;
}

.dashboard-img{
	position: relative;
}

.dashboard-img:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgb(0 0 0 / 58%);
    width: 100%;
    height: 100%;
}

.dashboard-grid li h2{
	position: absolute;
    color: #fff;
    font: normal 70px / 66px 'Moonic';
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 1;
}

.dashboard-intro{
    position: relative;
    background: rgba(10, 69, 54, 1);
    padding: 30px 30px 60px 30px;
    height: 210px;
}

.dashboard-intro p{
    text-align: center;
    color: rgba(234, 226, 213, 1);
    font: normal 16px / 24px 'Optima';
    letter-spacing: 0.5px;
}

.dashboard-intro span{
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	text-align: center;
    color: rgba(255, 255, 255, 1);
    font: normal 16px / 24px 'Optima';
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}

/* Quizes */

.quizes-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.quizes-list li {
	position: relative;
    padding: 20px ! important;
    border-radius: 10px;
    height: 450px;
	transition: 0.7s all ease;
	overflow: hidden;
}

.quizes-list li.wellness-ico {
    background: url(../images/app/wellness-ico.jpg) no-repeat center top;
    background-size: cover;
}

.quizes-list li.love-ico {
    background: url(../images/app/love-ico.jpg) no-repeat center top;
    background-size: cover;
}

.quizes-list li.poem-ico {
    background: url(../images/app/poem-ico.jpg) no-repeat center top;
    background-size: cover;
}

.quizes-list li.wellnesscheck-ico {
    background: url(../images/app/wellnesscheck-ico.jpg) no-repeat center top;
    background-size: cover;
}

.quizes-list li:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #00000094;
    width: 100%;
    height: 100%;
}

.quizes-list a {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
    position: relative;
    z-index: 2;
}

.quizes-list h3 {
	position: absolute;
    color: rgba(234, 226, 213, 1);
	text-transform: uppercase;
	
    text-align: center;
    font: normal 28px / 30px 'Moonic';
	
    top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    text-align: center;
	width: 100%;
}

/* dashTitle-BG */

.dashTitle-BG{
	background: rgba(155, 114, 34, 1) ! important;
}

#Title.dashTitle-BG h1{
	text-align: center;
	margin: 0 0 20px 0;
    color: rgba(255, 255, 255, 1);
}

#Title.dashTitle-BG p.intro{
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font: normal 16px / 24px 'Optima';
    max-width: 640px;
    margin: 30px auto;
    letter-spacing: 0.5px;
}

/* Poem Wheel */

#Poem-Wheel {
    padding: 60px 2%;
    background: rgba(234, 226, 213, 1);
}

.poem-wheel-l{
	padding: 0 20px;
}

.poem-wheel-l img{
    width: 100%;
    max-width: 740px;
}

.reflection-list{
    color: rgba(68, 59, 54, 1);
    font: normal 17px / 28px 'Optima';
    font-style: Italic;
    margin: 30px 0;
}

.download-btn{
    display: block;
    max-width: 740px;
    color: rgba(68, 59, 54, 1);
    font: normal 16px / 24px 'Optima';
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin: 30px 0 0 0;
}

.poem-wheel-r h2 {
    color: rgba(68, 59, 54, 1);
    font: normal 24px / 32px 'Optima Medium';
    margin: 0 0 10px 0;
}

.poem-wheel-r p.info {
    color: rgba(68, 59, 54, 1);
    font: normal 17px / 28px 'Optima';
    font-style: Italic;
    margin: 0 0 15px 0;
}

.poem-wheel-l .example-btn{
    color: rgba(68, 59, 54, 1);
    font: normal 16px / 24px 'Optima';
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 30px 0 0 0;
    text-decoration: underline;
}

/* Videos */

#Videos{
    padding: 60px 2%;
    background: rgba(234, 226, 213, 1);
}

.filter{
	width: 300px;
}

.filter h2{
    display: block;
    color: rgba(68, 59, 54, 1);
    font: normal 18px / 30px 'Optima';
    margin: 0 0 20px 0;
}

.filter li{
    color: rgba(68, 59, 54, 1);
    font: normal 18px / 30px 'Optima Medium';
    margin: 10px 0 15px 0;
    letter-spacing: 0.5px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(68, 59, 54, 1);
}

.filter li a.active{
    font: normal 18px / 30px 'Optima Bold';
}















.videos{
    padding: 0 10px 0 50px;
}

.videos-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
}

.videos-list h3{
    color: rgba(68, 59, 54, 1);
    font: normal 20px / 30px 'Optima Medium';
    margin: 10px 0;
    text-align: center;
}

.video-thumb {
  position: relative;
  cursor: pointer;
}

.video-thumb img {
  width: 100%;
  border-radius: 10px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
  background: rgba(0,0,0,0.6);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Modal */


.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 9999;
}

.video-modal-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 5% auto;
}

.video-modal iframe {
  width: 100%;
  height: 450px;
}

.close-modal {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}






























.formBox{
    margin: 30px 0;
    max-width: 540px;
}

.formBox .inputBox {
    margin: 0 0 20px 0;
}

.formBox .inputBox label{
    display: block;
    color: rgba(68, 59, 54, 1);
    font: normal 16px / 24px 'Optima';
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
}

span.error{
    font: 400 13px / 30px 'Optima';
    color: #ec3a1a;
	letter-spacing: 0.4px;
}

.formBox .inputBox label span{
	color: #C52424;
}

.formBox .inputBox input{
    padding: 10px;
    outline: none;
    width: 100%;
    font: 400 13px / 30px 'Optima';
    letter-spacing: 0.5px;
    background: none;
    border: 1px solid rgba(155, 114, 34, 1);
    border-radius: 10px;
}

.formBox .inputBox textarea{
    padding: 10px;
    outline: none;
    width: 100%;
    font: 400 13px / 30px 'Optima';
    letter-spacing: 0.5px;
    background: none;
    border: 1px solid rgba(155, 114, 34, 1);
    border-radius: 10px;
	resize: none;
}

.formBox .submitBox{
    margin: 40px 0 0 0;
	text-align: center;
}


.formBox .submitBox input{
    display: block;
    width: 200px;
    border: none;
    background: rgba(155, 114, 34, 1);
    border-radius: 50px;
    padding: 10px 0;
    text-align: center;
    color: rgba(234, 226, 213, 1);
    letter-spacing: 0.7px;
    font: normal 18px / 30px 'Optima';
    cursor: pointer;
}



/* Video Home Model */

.h-video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

.h-video-modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    height: 450px;
    margin: 5% auto;
    background: #000;
}

.h-video-modal .close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

/* Form Loader */

#formLoader {
  text-align: center;
  padding: 30px 0;
}

#formLoader p {
	margin-top: 12px;
	font-size: 16px;
	color: #444;
    font: normal 16px / 28px 'Optima';
}

.spinner {
  width: 42px;
  height: 42px;
  border: 4px solid #ddd;
  border-top-color: #0f4c81;
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Thank You */

#thankYouMessage h3{
    color: rgba(10, 69, 54, 1);
    font: normal 40px / 66px 'Moonic';
    text-transform: uppercase;
    letter-spacing: 2px;
}

#thankYouMessage p{
    font: normal 20px / 32px 'Optima';
    color: rgb(0 0 0);
    margin: 0 0 20px 0;
}
/* Responsive */

@media (max-width: 1366px) {
	.dashboard-intro {
		height: 260px;
	}
}

@media (max-width: 1170px) {
	.services-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.service-content {
		min-height: 300px;
	}
	.review-block {
		min-height: 430px;
	}
}

@media (max-width: 1100px) {
	.logo a {
		width: 160px;
	}
	.menu > li {
		padding: 0 5px;
	}
	.dashboard-grid {
		width: auto;
		display: block;
	}
	.dashboard-grid li {
		margin: 0 0 40px 0;
	}
	.dashboard-intro {
		height: auto;
        padding: 30px;
	}
	.dashboard-intro span{
        position: unset;
        display: block;
        padding: 30px 0 0 0;
	}
	.quizes-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.video-grid{
        display: block;
        padding: 0 0 30px 0;
	}
	.videos{
        display: block;
        padding: 0;
	}
	.filter{
        display: block;
        margin: 50px 0 0 0;
	}
	.videos-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 1040px) {
	.nav-r, .nav-l{
		display: none;
	}
	#Mobile-Menu{
        position: absolute;
        width: 40px;
        height: 30px;
        right: 10px;
        top: 10px;
        min-width: auto;
        padding: 0 ! important;
	}
	.logo {
        width: 100%;
        display: block;
	}
	.logo a {
        width: 220px;
    }
	.map-l {
		padding: 0 0 0 2%;
	}
	
	.service-grid-txt{
		display: block;
        width: 100% ! important;
	}
	.service-grid-img{
		display: block;
        width: 100% ! important;
	}
	
	#iService .table-div{
        display: flex;
        flex-flow: column;
	}
	
	#iService .service-grid-txt{
        order: 2;
	}
	
	#iService .service-grid-img{
		height: 180px;
        order: 1;
	}
	#iService .iabout .service-grid-img {
		height: auto;
    }
}

@media (max-width: 940px) {
	.footer-logo {
		width: 250px;
	}
	.reviews-slide {
		width: 96%;
	}
	.poem-wheel-l{
        display: block;
        padding: 0;
        margin: 0 0 60px 0;
	}
	.poem-wheel-r{
		display: block;
	}
}

@media (max-width: 860px) {
	.services-grid {
        grid-template-columns: repeat(1, 1fr);
    }
	.services-grid li{
        width: 100%;
        max-width: 480px;
        margin: auto;
	}
	.service-content {
        min-height: 350px;
    }
	.power-content{
		display: block;
		width: auto;
	}
	.power-img{
		display: none;
	}
	.map-l{
		display: block;
		width: auto;
        padding: 60px 2%;
	}
	.map-r{
		display: block;
		width: auto;
	}
	.map-l li:last-child{
		margin: 0;
	}
	.ihow-image{
        display: block;
        width: auto;
        margin: 0 0 40px 0;
	}
	.ihow-txt{
		display: block;
		width: auto;
	}
	.istory-grid-media{
        display: block;
        padding: 0;
        margin: 0 0 50px 0;
	}
	.istory-grid-txt{
		display: block;
		
	}
	.profile-content{
		display: block;
	}
	.profile-img{
		display: none;
	}
	.iprofile-img-top{
        display: block;
        margin: 0 0 30px 0;
	}
	#iQuote .quote {
		width: 100%;
		max-width: max-content;
	}
	#iTeam {
		padding: 50px 0;
	}
	.footer-logo{
        display: block;
        margin: 0 auto 40px auto;
        text-align: center;
	}
	.footer-content{
		display: block;
		text-align: center;
	}
	.footer-content ul {
		float: none;
		text-align: center;
		width: 100%;
	}
	.footer-content li {
		padding: 0 10px;
	}
	.footer-info{
		display: block;
	}
	.footer-info .terms {
        display: block;
        width: auto;
        text-align: center;
        justify-self: auto;
		margin: 0 0 15px 0;
	}
	.footer-info .copyright{
		display: block;
        justify-self: auto;
        text-align: center;
		margin: 0 0 15px 0;
	}
	.footer-info .design{
		display: block;
        justify-self: auto;
        text-align: center;
		margin: 0 0 10px 0;
	}
}

@media (max-width: 767px) {
	.about-content {
		width: auto;
		float: none;
	}
	.benefits-list li{
        border-right: 0;
        display: block;
        width: auto;
        vertical-align: top;
        border-bottom: 1px solid #fff;
	}
	.banner-tagline {
		top: 35%;
	}
}

@media (max-width: 640px) {
	#Header, #Main-Menu, #Mobile-Menu, #Footer, #Content-Main, #Banner-Intra, #Mission-Intra, #Marquee-Intra, #About-Intra, #Services-Intra, #Info-Intra, #Power-Intra, #Journey-Intra, #Map-Intra, #Reviews-Intra, #iService-Grid, #iHow-Works-Intra, #Benefits-Intra, #Book-Session-Intra, #iProfile-Intra, #iQuote-Intra, #iTeam-Intra, #Title-Intra, #Terms-Intra, #Common-Block-Intra {
		padding: 0 5%;
	}
	
	.logo a {
        width: 170px;
    }
	#Banner {
		height: calc(100vh - 73.5px);
		background: url(../images/restroring-health-banner.jpg) no-repeat 85% top;
		background-size: cover;
	}
	.banner-tagline h1 {
		font: normal 40px / 46px 'Moonic';
	}
	#Title{
        padding: 50px 0;
	}
	#Common-Block {
		padding: 20px 0;
	}
	
	
	#Mission {
		padding: 40px 0;
	}
	#Mission h2 {
		font: normal 32px / 36px 'Moonic';
	}
	#Mission p {
		font: normal 17px / 28px 'Optima';
	}
	#Mission p i{
		font: normal 17px / 28px 'Optima Bold';
		font-style: italic;
	}
	.about-content h3 {
        font: normal 36px / 42px 'Moonic';
	}
	.quick-connect li {
        display: block;
        vertical-align: top;
        width: 215px;
        font: normal 18px / 26px 'Optima';
        margin: auto;
        margin: 0 auto 20px auto;
	}
	.quick-connect li.borders{
		border: none;
	}
	.quick-connect li:first-child a{
		padding: 0;
	}
	.reviews-slide p {
		font: normal 18px / 24px 'Optima';
        width: 90%;
	}
	.service-grid-txt {
        padding: 50px 15px;
    }
	
    .banner-tagline {
        top: 50%;
    }
	.banner-tagline p {
        font: normal 13px / 23px 'Optima';
        letter-spacing: 0.5px;
    }
	.quick-connect{
		display: none;
	}
	.service-grid-txt h1 {
		color: #fff;
		font: normal 52px / 60px 'Moonic';
	}
	#Title h1{
		font: normal 52px / 60px 'Moonic';
	}
	#About {
		background: url(../images/wave-l-o.png) no-repeat left top rgba(10, 69, 54, 1);
        background-size: 100%;
		padding: 60px 0;
    }
	#Services {
		padding: 60px 0;
	}
	#iTeam h3 {
		font: normal 52px / 60px 'Moonic';
	}
	#Services h3 {
		font: normal 36px / 42px 'Moonic';
	}
	#Info {
		background: url(../images/restroring-health-banner-review.jpg) no-repeat -520px 0px;
		background-size: cover;
	}
	#Info p {
        font: normal 20px / 28px 'Optima';
	}
	#Power {
		padding: 60px 0;
	}
	.power-content h3 {
		font: normal 36px / 42px 'Moonic';
	}
	.power-img {
        padding: 30px 0 0 0;
    }
	#Reviews {
		background: url(../images/review-bg.jpg) no-repeat right center;
		background-size: cover;
	}
	.reviews-slide h4 {
		font: normal 13px / 22px 'Optima';
	}
	.review-block {
		min-height: 350px;
	}
	.reviews-slide {
		width: 100%;
		margin: auto;
		min-width: auto;
	}
	.testomonials_nav {
		width: 15px;
		height: 24px;
	}
	.testomonials_nav.next {
		background: url(../images/right-arrow.svg) no-repeat center center;
		background-size: contain;
		right: -15px;
	}
	.testomonials_nav.prev{
		background: url(../images/left-arrow.svg) no-repeat center center;
		background-size: contain;
		left: -15px;
	}
	.reviews-slide span.name {
		font: normal 17px / 28px 'Optima Bold';
	}
	.book-session h3 {
		font: normal 54px / 56px 'Moonic';
		margin: 0 0 30px 0;
	}
	#Journey {
		background: url(../images/restoring-health-quick-bg.png) no-repeat bottom center rgba(234, 226, 213, 1);
		background-size: 92%;
	}
	.journey p {
		font: normal 20px / 30px 'Optima';
	}
	.journey p.bold {
		font: normal 20px / 30px 'Optima Bold';
	}
	.map-l {
        padding: 60px 5% 20px 5%;
    }
	.map-l li span {
		font: normal 17px / 28px 'Optima';
	}
	.footer-content {
        padding: 0;
    }
	.footer-content li {
		font: normal 17px / 28px 'Optima';
		letter-spacing: 0.5px;
        padding: 0 5px;
	}
	.footer-social {
		width: auto;
		display: block;
		text-align: center;
	}
	.footer-call {
		display: block;
		text-align: center;
	}
	.footer-call a {
		font: normal 17px / 28px 'Optima';
	}
	.profile-content h2 {
        font: normal 36px / 42px 'Moonic';
        margin: 0 0 30px 0;
    }
	#Book-Session {
        background: url(../images/wave-right-full.png) no-repeat right top rgba(234, 226, 213, 1);
        background-size: 90%;
	}
	#iQuote h3 {
		font: normal 28px / 30px 'Moonic';
		letter-spacing: 2px;
	}
	#iQuote {
        background: url(../images/wave-right-full.png) no-repeat right bottom rgba(234, 226, 213, 1);
        background-size: 90%;
	}
	#iQuote span {
		font: normal 20px / 32px 'Optima Bold';
	}
	.iteam-grid h5 span {
		font: normal 17px / 28px 'Optima';
		font-style: Italic;
	}
	.quizes-list li {	
		height: 160px;
	}
	.quizes-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.videos-list {
        grid-template-columns: repeat(1, 1fr);
    }
	.login-block h1{
        font: normal 52px / 60px 'Moonic';
	}
	.login-block p.intro {
		padding: 0;
		max-width: 100%;
	}
	
	.cf-grid{
        display: flex;
        flex-flow: column;
        padding: 0 0 30px 0;
	}
	.cf-grid .poem-wheel-l{
        order: 2;
        margin: 0;
	}
	.cf-grid .poem-wheel-r{
        order: 1;
	}
}

@media (max-width: 480px) {
	.banner-tagline span {
		font: normal 18px / 24px 'Moonic';
		letter-spacing: 3px;
	}
	#Info {
		background: url(../images/restroring-health-banner-review.jpg) no-repeat -880px 0px;
		background-size: cover;
	}
}