  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.font {
    font-family: 'Montserrat', sans-serif;
    font-family: 'Lato', sans-serif;
}

ul,
li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
}

.wrapper_inside {
    width: 1080px;
    margin: auto;
}

.wide-column {
    width: 55%;
    margin: auto;
}


h1 {
    font-size: 50px;
    font-family: 'Lato', sans-serif;
}

h2 {
    font-family: 'Lato', sans-serif;
    line-height: 54px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 45px;
    letter-spacing: 0.09em;
    text-align: center;
    color: #303a42;
}

p {
    color: #707070;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 36px;
}

/** Header /

.main-header {
    padding: 25px 0;
    border-bottom: 1px solid #707070;
}

.wrapper_header {
    width: 1240px;
    margin: auto;
}

.wrapper_header .row {
    margin: 0px;
}

.logo {
    float: left;
}

.main-menu {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.main-menu li {
    float: left;
    margin-right: 30px;
}

.main-menu li a {
    color: #696868;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.main-menu li a:hover,
.main-menu li.active a {
    color: #9eca5c;
}

.freeTrial {
    color: #fe994e;
    font-size: 14px;
    font-weight: bold;
    width: 186px;
    text-align: center;
    height: 42px;
    border: 2px solid #fe994e;
    display: inline-block;
    border-radius: 40px;
    line-height: 38px;
    margin-right: 10px;
}

.freeTrial:hover {
    background: #fe994e;
    color: white;
}

.MloginLink {
    color: #696868;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}

.searchBtn {
    background-image: url(/images/search.svg);
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    cursor: pointer;
    margin-left: 20px;
    vertical-align: middle;
}

.subHeader {
    padding: 30px 0;
    background: #62BA8D;
}

.home .subHeader {
    border-bottom: none;
    background: none;
}

.home .heroContent h1 {
    color: white;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.home .heroContent p {
    margin: 15px 0 0;
    letter-spacing: 0.1px;
    width: 90%;
}

.home .heroContent .btn {
    margin-top: 20px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    width: auto;
    height: auto;
    line-height: 55px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    border: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6fc3a4+0,a5c68a+100 */
    background: rgb(111, 195, 164);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(111, 195, 164, 1) 0%, rgba(165, 198, 138, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(111, 195, 164, 1) 0%, rgba(165, 198, 138, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(111, 195, 164, 1) 0%, rgba(165, 198, 138, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fc3a4', endColorstr='#a5c68a', GradientType=1);
    /* IE6-9 */
    padding: 0 40px;
}

.LocationGroup {
    padding: 0 30px;
}

.LocationGroup label {
    color: #6dcba9;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    margin-right: 10px;
    vertical-align: middle;
}

.LocationGroup .formGroup {
    display: inline-block;
    position: relative;
    width: 230px;
}

.LocationGroup input[type="text"] {
    background: #eee;
    border: none;
    padding: 10px;
    font-size: 14px;
    color: #6dcba9;
    border-radius: 10px;
}

.LocationGroup input[type="submit"] {
    background: #6dcba9;
    border: none;
    padding: 8px 20px 10px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    right: -10px;
    text-transform: uppercase;
}


/** Hero Images /

.main-banner {
    background-image: url(/images/hero.jpg);
    height: 600px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.heroContent {
    width: 50%;/* Adjusted from 675px to 50% */
    float: right;
    padding: 8em 0;
}

.heroContent h1 {
    color: white;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.heroContent p {
    color: #c1e092;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 27px;
    display: block;
    margin: 15px 0;
    letter-spacing: 1.2px;
}

/** Sign Up /
.signUp {
    text-align: center;
    padding: 60px 0;
}

.signUp h2 {
    color: #23303b;
    margin-bottom: 30px;
}

.signUp h2 span {
    font-weight: 600;
}

.signBox p {
    margin: 0 9% 15px;
}

.signUp .btn {
    margin-top: 20px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    width: 335px;
    height: 74px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#deb453+0,deb453+56,e55799+59,d97897+100 */
    background: rgb(222, 180, 83);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(222, 180, 83, 1) 0%, rgba(222, 180, 83, 1) 56%, rgba(229, 87, 153, 1) 59%, rgba(217, 120, 151, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(222, 180, 83, 1) 0%, rgba(222, 180, 83, 1) 56%, rgba(229, 87, 153, 1) 59%, rgba(217, 120, 151, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(222, 180, 83, 1) 0%, rgba(222, 180, 83, 1) 56%, rgba(229, 87, 153, 1) 59%, rgba(217, 120, 151, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#deb453', endColorstr='#d97897', GradientType=1);
    /* IE6-9 */

}

/** Services /
.services {
    background-image: url(/images/serviceBG.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 120px 0 80px;
}

.services h2 {
    text-align: center;
    color: #000;
    font-size: 45px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.9px;
    margin-bottom: 30px;
}

.services .pragraph {
    width: 80%;
    margin: 0 auto 40px;
    text-align: center;
}

.serviceBox {
    text-align: center;
    background: rgba(98, 186, 141, 0.85);
    border-radius: 24px;
    padding: 20px;
    min-height: 630px;
}

.serviceBox img {
    border-radius: 100%;
    border: 8px solid rgba(255, 255, 255, 0.3);
}

.serviceBoxContent {
    text-align: center;
}

.serviceBox h3 {
    font-size: 22px;
    color: white;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: normal;
    letter-spacing: 1.2px;
}

.serviceBox p {
    font-size: 18px;
    color: white;
    line-height: 30px;
}

.serviceBox a {
    font-size: 18px;
    color: white;
    text-decoration: underline;
    font-weight: 600;
}

/** About Us /

.about {
    padding: 70px 0;
}

.about h2 {
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}

.about .pragraph {
    color: #62BA8D;
    font-weight: bold;
    text-align: center;
    width: 70%;
    margin: 0 auto 40px;
    letter-spacing: 1.2px;
    line-height: 30px;
}

.galleryBLock {
    margin-top: 12px;
}

.galleryBLock li img {}

.videoPlayer {
    background: #000;
}

.infoAbout2 p {
    line-height: 35px;
    font-size: 20px;
    letter-spacing: 1.2px;
    color: #000;
}

.infoAbout {
    margin-top: 15px;
}

.infoAbout h3 {
    color: #303a42;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    margin-bottom: 5px;
}

.infoAbout p {
    color: #303a42;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
}

/** Body Spirit /

.bodySpirit {
    background-image: url(/images/bodySpirit.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 90px 0 70px;
    text-align: center;
}

.bodySpirit h2 {
    text-align: center;
    color: white;
    margin-bottom: 30px;
    font-weight: normal;
}

.bodySpirit h3 {
    text-align: center;
    color: #C1E092;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
    line-height: 18px;
    text-transform: uppercase;
}

.bodySpirit p {
    text-align: center;
    color: white;
    line-height: 35px;
    font-size: 20px;
    letter-spacing: 1.2px;
    font-weight: 300;
    width: 70%;
    margin: auto;
}

/** About Benefits /

.benefits {
    padding: 60px 0px;
}

.benefits h2 {
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
}

.benefitsListing {}

.benefitsListing li {
    margin-bottom: 20px;
    color: #303a42;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    list-style-image: url(/images/check.png);
}

.testmonial {
    background: #efeeef;
    padding: 25px 30px;
}

.testmonial .carousel-indicators {
    bottom: -30px;
}

.testmonial .carousel-indicators li {
    background-color: #D2D2D2;
    opacity: 1;
    height: 10px;
    border-radius: 50%;
    width: 10px;
}

.testmonial .carousel-indicators li.active {
    background-color: #696868;

}

hr {
    border-color: #5AAD84;
}

.testmonial p {
    color: #303A42;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.testmonial .infoUser {
    margin-top: 20px;
}

.infoUser img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.infoUser span {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
}


/** Green Box /

.greenBox {
    background-image: url(/images/greenBG.jpg);
    background-repeat: no-repeat;
    padding: 65px 0 50px;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.greenBox h3 {
    color: white;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.greenBox p {
    color: white;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    width: 94%;
}

.greenBox .price {
    color: white;
    font-size: 58px;
    font-weight: 600;
    text-align: center;
    line-height: normal;
}

.greenBox .btn {
    margin-top: 20px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    width: 335px;
    height: 74px;
    line-height: 58px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fead5b+1,f87d2e+100 */
    background: rgb(254, 173, 91);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(254, 173, 91, 1) 1%, rgba(248, 125, 46, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(254, 173, 91, 1) 1%, rgba(248, 125, 46, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(254, 173, 91, 1) 1%, rgba(248, 125, 46, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fead5b', endColorstr='#f87d2e', GradientType=1);
    /* IE6-9 */
}

.rating {
    margin-top: 20px;
}

.rating span {
    background-image: url(/images/star.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 34px;
    display: inline-block;
    margin-right: 12px;
    cursor: pointer;
}

/** FIND A LOCATION /

.findLocation {
    background-image: url(/images/locationBG.jpg);
    background-repeat: no-repeat;
    padding: 55px 0 50px;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.findLocation h2 {
    text-align: center;
    color: white;
    font-weight: normal;
    margin-bottom: 50px;
}

.findLocation .formGroup {
    position: relative;
    width: 650px;
    margin: auto;
}

.findLocation input[type="text"] {
    background: white;
    border: none;
    padding: 20px 20px;
    font-size: 14px;
    color: #E99653;
    width: 100%;
    font-family: 'Lato', sans-serif;
    border-radius: 10px;
}

.findLocation input[type="submit"] {
    background: #E99653;
    border: none;
    padding: 16px 30px;
    font-size: 19px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 0px;
    text-transform: uppercase;
    top: 0;
    border-radius: 10px;
    height: 61px;
}

.mapSet {
    border: 8px solid #EEE;
    border-radius: 50%;
}

.locationForm {
    margin-bottom: 47px;
}

.locationBox {
    background: white;
    padding: 20px;
    margin-bottom: 45px;
}

.locationBox img {
    width: 100%;
}

.locationBox h3 {
    color: #272727;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.locationBox span {
    background: #62BA8D;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    font-size: 24px;
    width: 39px;
    height: 39px;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    margin-right: 5px;
}

.locationBox p {
    color: #3e3e3e;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px
}

.findLocation iframe {
    border: 8px solid white !important;
}


/** Footer /

.main-footer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f48c45+0,f8ac64+100 */
    background: rgb(244, 140, 69);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(244, 140, 69, 1) 0%, rgba(248, 172, 100, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(244, 140, 69, 1) 0%, rgba(248, 172, 100, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(244, 140, 69, 1) 0%, rgba(248, 172, 100, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f48c45', endColorstr='#f8ac64', GradientType=1);
    /* IE6-9 */
    padding: 33px 0 45px;
}

.subscribeForm .formGroup {
    position: relative;
    width: 395px;
    float: right;
}

.subscribeForm input[type="text"] {
    background: white;
    border: none;
    padding: 20px 20px;
    font-size: 14px;
    color: #62ba8d;
    width: 100%;
    font-family: 'Lato', sans-serif;
    border-radius: 10px;
    text-transform: uppercase;
}

.subscribeForm input[type="submit"] {
    background: #62ba8d;
    border: none;
    padding: 19px 30px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 0px;
    text-transform: uppercase;
    top: 0;
    border-radius: 10px;
}

.seprate {
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    margin: 30px 0;
}

.footer_Nav {
    text-align: center;
}

.footer_Nav li {
    display: inline-block;
    margin: 0 30px;
}

.footer_Nav li a {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.socialMedia {
    text-align: center;
    margin-top: 30px;
}

.socialMedia li {
    display: inline-block;
    margin-right: 25px;
}

.socialMedia li a {
    color: white;
    font-size: 34px;
}

.ToggleMenu {
    display: none;
}

.topDes {
    text-align: right;
}

.copyrightFt a {
    margin-right: 15px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.copyrightFt span {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.copyrightFt span.or {
    margin: 0 0 0 -12px;
}

.address {
    color: white;
    letter-spacing: 0.2px;
    font-size: 18px;
}

.chnageLocation,
.chnageLocation:hover {
    color: white;
    font-weight: bold;
    text-transform: capitalize;
}

.contactForm {
    padding: 50px 0;
}

.page-title {
    text-align: center;
    color: #62BA8D;
    font-weight: normal;
    letter-spacing: 0.9px;
    font-size: 50px;
    margin-bottom: 30px;
}

.contactForm label {
    color: #707070;
    letter-spacing: 1.2px;
    margin-bottom: 0px;
}

.form-group {
    margin-bottom: 24px;
}

.contactForm .form-control {
    display: block;
    width: 100%;
    height: 64px;
    padding: .375rem 1rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #62BA8D;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #62BA8D;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contactForm textarea.form-control {
    height: 380px;
}

.contactForm .btn {
    margin-top: 20px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    width: 335px;
    height: 74px;
    line-height: 58px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6fc3a4+0,a5c68a+100 */
    background: rgb(111, 195, 164);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(111, 195, 164, 1) 0%, rgba(165, 198, 138, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(111, 195, 164, 1) 0%, rgba(165, 198, 138, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(111, 195, 164, 1) 0%, rgba(165, 198, 138, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fc3a4', endColorstr='#a5c68a', GradientType=1);
    /* IE6-9 */
}

.MsgBlock {
    margin-top: 50px;
}

.sucessMsg h3 {
    font-size: 45px;
    color: #000000;
    font-weight: 300;
    letter-spacing: 0.9px;
    margin-bottom: 20px;
}

.sucessMsg p {
    letter-spacing: 1.2px;
}

.aboutBrain {
    padding: 50px 0;
    position: relative;
    background: #F48D47;
    height: 610px;
}

.aboutBG {
    background-image: url(/images/aboutBG.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
}

.aboutBrain h1 {
    margin-bottom: 15px;
    font-weight: normal;
    letter-spacing: 0.01em;
    line-height: normal;
    text-align: left;
    color: #fff;
    font-size: 40px;
}

.aboutBrain p {
    line-height: 35px;
    font-size: 20px;
    letter-spacing: 1.2px;
    color: #fff;
}

.orangeBox {
    background: #62BA8D;
}

.paddingLeft0 {
    padding-left: 0;
}

.orangeBox p {
    line-height: 48px;
    font-size: 35px;
    letter-spacing: 1.2px;
    color: white;
    width: 85%;
    margin: 50px auto;
}

.partnersBox {
    padding: 90px 0;
}

.partnersBox h2 {
    margin-bottom: 30px;
    font-size: 55px;
}

.partnersBox .pragraph {
    width: 70%;
    margin: 0 auto 30px;
}

.partnersBox .logoPart {
    height: 140px;
    text-align: center;
}

.partnersBox .partnersBoxInside img {
    margin: auto;
    width: 200px;
}

.partnersBox .partnersBoxInside p {
    font-size: 16px;
    color: #636364;
    line-height: 28px;
    padding: 0 30px;
}

.yoga .aboutBrain {
    background: #6BCB96;
}

.yogaBG {
    background-image: url(/images/yogaBG.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
}

.yoga .aboutBrain .btn {
    margin-top: 20px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    width: auto;
    height: auto;
    line-height: 55px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    border: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfb751+0,da75a0+100 */
    background: rgb(223, 183, 81);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(223, 183, 81, 1) 0%, rgba(218, 117, 160, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(223, 183, 81, 1) 0%, rgba(218, 117, 160, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(223, 183, 81, 1) 0%, rgba(218, 117, 160, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfb751', endColorstr='#da75a0', GradientType=1);
    /* IE6-9 */
    padding: 0 40px;
}


.discoverBox {
    padding: 60px 0;
    position: relative;
    z-index: 99;
}

.discoverBox h2 {
    margin-bottom: 30px;
}

.discoverBox p {
    width: 70%;
    margin: auto;
}

.serviceBox ul {
    padding: 0 40px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.serviceBox li {
    font-size: 20px;
    color: white;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    text-align: left;
    margin-bottom: 10px;
    list-style: disc;
}

.serviceBox li:last-child {
    margin-bottom: 0px;
}

.services.qigongClasses {
    background-image: url(/images/taichi_qigongBG.png);
    background-size: 100% 100%;
}

.qigongClasses h2 {
    color: #000;
    margin-bottom: 50px;
}

.qigongClasses h3 {
    padding: 0 50px;
}

.qigongClasses .serviceBoxContent {
    min-height: 340px;
}

.taichiBG {
    background-image: url(/images/taichiBG.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
}

.tai .aboutBrain {
    background: #78D1DB;
}

.tai .aboutBrain .btn {
    margin-top: 20px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    width: auto;
    height: auto;
    line-height: 55px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    border: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfb751+0,da75a0+100 */
    background: rgb(223, 183, 81);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(223, 183, 81, 1) 0%, rgba(218, 117, 160, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(223, 183, 81, 1) 0%, rgba(218, 117, 160, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(223, 183, 81, 1) 0%, rgba(218, 117, 160, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfb751', endColorstr='#da75a0', GradientType=1);
    /* IE6-9 */
    padding: 0 40px;
}

.QIGONGBox {
    padding: 40px 0;
}

.QIGONGBox p {
    font-size: 20px;
    color: #636364;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
}

.QIGONGBox ul {
    margin-bottom: 0px;
}

.QIGONGBox li {
    font-size: 20px;
    color: #636364;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
    list-style: disc;
    list-style-image: url(/images/check.png);
    letter-spacing: 1.2px;
}

.QIGONGBox h2 {
    margin-bottom: 30px;
}

.classlocationBG {
    background-image: url(/images/classlocationBG.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
}


.discoverYogaBox {
    padding: 50px 0 90px;
}

.discoverYogaBox h2 {
    font-size: 40px;
}

.meditation .aboutBrain {
    background: #78D1DB;
}

.meditationtBG {
    background-image: url(/images/meditationtBG.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
}

.meditation .aboutBrain .btn {
    margin-top: 20px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    width: auto;
    height: auto;
    line-height: 55px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    border: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfb751+0,da75a0+100 */
    background: rgb(223, 183, 81);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(223, 183, 81, 1) 0%, rgba(218, 117, 160, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(223, 183, 81, 1) 0%, rgba(218, 117, 160, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(223, 183, 81, 1) 0%, rgba(218, 117, 160, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfb751', endColorstr='#da75a0', GradientType=1);
    /* IE6-9 */
    padding: 0 40px;
}

.meditation .discoverYogaBox h2 {
    font-size: 40px;
}

.meditation .serviceBox {
    min-height: inherit;
    background: none;
}

.meditation .serviceBox .serviceBoxContent {
    background: rgba(98, 186, 141, 0.85);
    border-radius: 24px;
    padding: 20px;
    margin-top: 20px;
}

.benefit.services {
    background-image: url(/images/benefit-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
}

.benefit.services h2 {
    color: white;
}

.benefit.services .QIGONGBox li {
    font-size: 20px;
    color: white;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
    list-style: disc;
    list-style-image: url(/images/check-white.png);
    letter-spacing: 1.2px;
}

.benefit.services .serviceBoxContent {
    min-height: inherit;
}

.benefit.services .QIGONGBox {
    padding-top: 100px;
}

.breathwork .aboutBrain {
    background: #6BCB96;
}

.breathworkBG {
    background-image: url(/images/breathworkBG.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
}

.breathwork .aboutBrain .btn {
    margin-top: 20px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    width: auto;
    height: auto;
    line-height: 55px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    border: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfb751+0,da75a0+100 */
    background: rgb(223, 183, 81);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(223, 183, 81, 1) 0%, rgba(218, 117, 160, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(223, 183, 81, 1) 0%, rgba(218, 117, 160, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(223, 183, 81, 1) 0%, rgba(218, 117, 160, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfb751', endColorstr='#da75a0', GradientType=1);
    /* IE6-9 */
    padding: 0 40px;
}

.breathwork .serviceBox {
    min-height: inherit;
    background: none;
}

.breathwork .serviceBox .serviceBoxContent {
    background: rgba(98, 186, 141, 0.85);
    border-radius: 24px;
    padding: 20px;
    margin-top: 20px;
}

.classCat {
    margin-top: 50px;
}

.contentPure h2 {
    text-transform: none;
    font-size: 36px;
    text-align: left;
    line-height: normal;
    font-weight: 600;
    letter-spacing: 0;
}

.contentPure h2 span {
    color: #62BA8D;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.contentPure p {
    color: #707070;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 36px;
}

.contentPure .btn {
    margin-top: 20px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    width: auto;
    height: auto;
    line-height: 55px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    background: #62BA8D;
    padding: 0 40px;
}

.listAdd {
    margin-bottom: 60px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 60px;
}

.listAdd:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.listAdd img {
    border: 12px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.disclaimer {
    padding: 60px 0;
}

.topPart {
    padding: 80px 0 30px;
}

.topPart h1 {
    font-weight: 300;
    color: #707070;
    letter-spacing: 0.9px;
}

.topPart input[type="text"] {
    background: white;
    border: none;
    padding: 20px 20px;
    font-size: 18px;
    color: #E99653;
    width: 100%;
    font-family: 'Lato', sans-serif;
    border-radius: 10px;
    border: 2px solid #707070;
    font-weight: 300;
}

.topPart input[type="submit"] {
    background: #E99653;
    border: none;
    padding: 16px 50px;
    font-size: 19px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 0px;
    text-transform: uppercase;
    top: 0;
    border-radius: 10px;
    height: 71px;
}

.googleMap iframe {
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.16);
}

.allLocation {
    padding: 100px 0 70px;
}

.blockArea {
    margin-bottom: 25px;
}

.blockArea h4 {
    color: #707070;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
}

.blockArea ul li {
    color: #000;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 5px;
}

.storeList h3 {
    color: #272727;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.storeList span {
    background: #62BA8D;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    font-size: 24px;
    width: 39px;
    height: 39px;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    margin-right: 5px;
}

.storeList p {
    color: #3e3e3e;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
}

.inBoldSet {
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.16);
}

.inBoldSet iframe {
    box-shadow: none;
    height: 100%;
}

.insidscroll {
    padding: 0 0 0 40px;
    height: 350px;
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 10px;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #C1E092;
    /* background-color: #C1E092; */
    width: 10px;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #C1E092;
}


/****  Blog  /

.blogList {
    padding: 75px 0;
}

.blogList h1 {
    color: #E99653;
    text-align: center;
    margin-bottom: 50px;
}

.insideBlog {
    background: white;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.16);
    margin-bottom: 60px;
}

.insideBlog .contentSpace {
    padding: 30px;
}

.insideBlog .cat {
    color: #62BA8D;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px;
    letter-spacing: 1.2px;
    text-align: right;
}

.insideBlog .cat img {
    margin-left: 8px;
    vertical-align: top;
}

.insideBlog .blog-title {
    font-size: 25px;
    letter-spacing: 1px;
    min-height: 100px;
    margin-bottom: 20px;
    text-align: left;
    line-height: 35px;
    text-transform: none;
}

.insideBlog .blog-title a {
    color: #303a42;
}

.insideBlog .date {
    color: #707070;
    letter-spacing: 1.2px;
    font-size: 16px;
}

.blogPagination {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px;
}

.blogPagination li {
    display: inline-block;

}

.blogPagination li:last-child {
    margin-right: 0;
}

.blogPagination li a,
.blogPagination li span {
    color: white;
    background: #62BA8D;
    padding: 5px 14px;
    border-radius: 30px;
    width: 39px;
    height: 39px;
    line-height: 29px;
    font-weight: bold;
    font-size: 20px;
    margin-right: 5px;
    display: block;
}

.blogPagination li:last-child a {
    text-align: right;
}

.filter {
    background: #F69B54;
    padding: 35px 0;
}

.filter .blogFilter {
    margin-bottom: 0px;
}

.filter .blogFilter li {
    display: inline-block;
    margin-right: 40px;
}

.filter .blogFilter li:last-child {
    margin-right: 0px;
}

.filter .blogFilter li a {
    color: white;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1.2px;
}

.filter .blogFilter li a:hover {
    opacity: 0.9;
}

.infoBlog {
    padding: 75px 0;
    margin: auto;
    width: 55%;
}

.infoBlog h1 {
    font-weight: 300;
    color: #707070;
    letter-spacing: 0.9px;
    margin-bottom: 30px;
}

.infoBlog .cat {
    color: #62BA8D;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 1.2px;
}

.infoBlog .date {
    color: #707070;
    letter-spacing: 1.2px;
    font-size: 16px;
}

.blogContent {
    padding: 80px 0;
}

.blogContent p {
    color: #303A42;
    letter-spacing: 0;
    margin-bottom: 50px;
    font-size: 22px;
}

.blogContent p:last-child {
    margin-bottom: 0px;
}

.blogContent p b {
    display: block;
    color: #707070;
    font-size: 19px;
    letter-spacing: 1.2px;
    font-weight: bold;
    margin-bottom: 10px;
}

.shareBlog {
    border: 2px solid #848484;
    text-align: center;
    padding: 20px 8px;
    margin-top: 15px;
}

.shareBlog h4 {
    color: #C1E092;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.2px;
    margin-bottom: 15px;
}

.shareBlog ul {
    margin-bottom: 0px;
}

.shareBlog ul li {
    margin-bottom: 20px;
}

.shareBlog ul li a {
    background: #62BA8D;
    color: white;
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    font-size: 20px;
    line-height: 45px;

}

.shareBlog ul li:last-child {
    margin-bottom: 0px;
}

/****  founderIlchi_lee  /

.founderIlchi_lee .aboutBrain {
    background: white;
}

.founderBG {
    background-image: url(/images/founderBG.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
}

.founderIlchi_lee .aboutBrain h1 {
    color: #E99653;
    margin-bottom: 0px;
}

.founderIlchi_lee .aboutBrain h3 {
    color: #62BA8D;
    line-height: normal;
    margin-bottom: 10px;
    letter-spacing: 1.2px;
    font-size: 20px;
}

.founderIlchi_lee .aboutBrain p {
    width: 310px;
    color: #707070;
}

.founder_about {
    position: relative;
    z-index: 999;
    padding: 50px 0;
}

.founder_about p {
    text-align: center;
    width: 90%;
    margin: 0 auto 30px;
}

.socialFollow {
    text-align: center;
}

.socialFollow .title {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
}

.socialFollow li {
    display: inline-block;
    margin-right: 10px;
}

.socialFollow li img {
    width: 50px;
}

.progressBar {
    background: #F69B54;
    padding: 30px 0;
}

.progressMenu {
    margin-bottom: 0px;
}

.progressMenu li {
    display: inline-block;
    margin-right: 80px;
    position: relative;
}

.progressMenu li:last-child {
    margin-right: 0px;
}

.progressMenu li::before {
    content: '';
    background-image: url(/images/progress.png);
    height: 16px;
    width: 48px;
    position: absolute;
    right: -68px;
    background-repeat: no-repeat;
    top: 5px;
}

.progressMenu li.active:before {
    background-image: url(/images/progress_active.png);
}

.progressMenu li:last-child:before {
    display: none;
}

.progressMenu li a {
    color: white;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 1.2px;
    font-weight: bold;
}

.progressMenu li.active a {
    color: white;
}

.privateBoxs {
    padding: 60px 0;
}

.insidePrivateBox {
    background: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
    padding: 50px;

}

.insidePrivateBox h2 {
    text-align: center;
    color: #000;
    margin-bottom: 30px;
    min-height: 220px;
}

.insidePrivateBox .btn {
    margin-top: 20px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    width: auto;
    height: auto;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfb751+0,da75a0+100 */
    background: rgb(223, 183, 81);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(223, 183, 81, 1) 0%, rgba(218, 117, 160, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(223, 183, 81, 1) 0%, rgba(218, 117, 160, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(223, 183, 81, 1) 0%, rgba(218, 117, 160, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfb751', endColorstr='#da75a0', GradientType=1);
    /* IE6-9 */
    padding: 0 40px;
}

.searchBox {
    padding: 70px 0;
}

.searchBox h1 {
    font-weight: normal;
    color: #62BA8D;
    letter-spacing: 0.9px;
}

.searchBox input[type="text"] {
    background: white;
    border: none;
    padding: 20px 20px;
    font-size: 18px;
    color: #62BA8D;
    width: 100%;
    font-family: 'Lato', sans-serif;
    border-radius: 10px;
    border: 2px solid #62BA8D;
    font-weight: 300;
}

.searchBox input[type="submit"] {
    background: #62BA8D;
    border: none;
    padding: 16px 50px;
    font-size: 19px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 0px;
    text-transform: uppercase;
    top: 0;
    border-radius: 10px;
    height: 71px;
}

.searchBox .locationForm {
    width: 60%;
    margin: 50px auto 0;
    position: relative;
}

.try_classes .insidscroll {
    height: auto;
    margin: 0;
    padding: 0;
}

.try_classes .inBoldSet {
    box-shadow: none;
}

.try_classes .googleMap {
    margin-bottom: 50px;
}

.try_classes .storeList li {
    background: #fff;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.16);
    padding: 20px;
    margin-bottom: 30px;
}

.try_classes .storeList li:last-child {
    margin-bottom: 0px;
}

.try_classes .storeList {
    margin-bottom: 0;
}

.try_classes .storeList li.active {
    border: 2px solid #62BA8D
}

.try_classes .storeList li.active .mapSet {
    border: 8px solid #62BA8D;
}

.try_classes .storeList li .btn.green-btn {
    color: white;
    font-weight: bold;
    font-size: 18px;
    width: auto;
    height: auto;
    line-height: 44px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6dc3a5+0,a7c689+100 */
    background: rgb(109, 195, 165);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(109, 195, 165, 1) 0%, rgba(167, 198, 137, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(109, 195, 165, 1) 0%, rgba(167, 198, 137, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(109, 195, 165, 1) 0%, rgba(167, 198, 137, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6dc3a5', endColorstr='#a7c689', GradientType=1);
    /* IE6-9 */
    padding: 0 40px;
}

.try_classes .storeList li.active .selected {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    color: #62ba8d;
    vertical-align: 3px;
}

.chooseReson .form-group {
    margin: auto;
    width: 50%;
}

.chooseReson .form-group label {
    font-family: Lato;
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 0.12em;
    line-height: 40px;
    text-align: center;
    color: #707070;
    margin-bottom: 30px;
}

.chooseReson .form-group select {
    background: transparent;
    border: 1px solid #62ba8d;
    border-radius: 0px;
    font-family: Lato;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #62ba8d;
    padding: 15px 0;
    line-height: normal;
    height: auto;
}

.chooseReson {
    margin: 70px 0;
}

.chooseReson h1 {
    font-weight: normal;
    color: #62BA8D;
    letter-spacing: 0.9px;
    margin-bottom: 30px;
}

.chooseReson .btn {
    margin-top: 50px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    width: 335px;
    height: 74px;
    line-height: 58px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6fc3a4+0,a5c68a+100 */
    background: rgb(111, 195, 164);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(111, 195, 164, 1) 0%, rgba(165, 198, 138, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(111, 195, 164, 1) 0%, rgba(165, 198, 138, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(111, 195, 164, 1) 0%, rgba(165, 198, 138, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fc3a4', endColorstr='#a5c68a', GradientType=1);
    /* IE6-9 */
}

/ SESSION RECIPIENT **/

.session_rec .contactForm {
    padding: 100px 0;
}

.session_rec .page-title {
    margin-bottom: 50px;
}

.session_rec .form-control {
    display: block;
    width: 100%;
    height: 64px;
    padding: .375rem 1rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #62BA8D;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #62BA8D;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.session_rec .form-control::placeholder {
    color: #62BA8D;
    opacity: 1;
}

.session_rec .MsgBlock p a {
    color: #62BA8D;
}

.terms_content {
    padding: 70px 0;
}

.terms_content h1 {
    font-weight: normal;
    color: #62BA8D;
    letter-spacing: 0.9px;
    text-align: center;
    margin-bottom: 30px;
}

.terms_content h3 {
    font-family: Lato;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #636364;
    margin-bottom: 25px;
}

.terms_content p {
    font-family: Lato;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #636364;
    margin-bottom: 15px;
}

.subPage .progressMenu {
    text-align: center;
}

.subPage .progressMenu li:before {
    display: none;
}

.detailsTable {
    text-align: left;
    width: 80%;
    margin: auto;
}

.detailsTable th {
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0.12em;
    line-height: 30px;
    text-align: left;
    color: #62ba8d;
    padding-bottom: 0;
}

.detailsTable td {
    font-family: Lato;
    font-weight: normal;
    font-size: 25px;
    letter-spacing: 0.12em;
    line-height: 35px;
    text-align: left;
    color: #707070;
}

.detailsTable td label {
    font-family: Lato;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    text-align: right;
    color: #707070;
}

.detailsTable tfoot {
    border-top: 1px solid #636364;
}

.billingInfo {
    background: #62BA8D;
    padding: 70px 0;
}

.payment h2 {
    font-family: Arial;
    font-weight: bold;
    font-size: 25px;
    text-align: left;
    color: #fff;
    text-transform: none;
}

.payment .billPayment {
    width: 80%;
    margin: auto;
}

.payment .billPayment label.form-check-label {
    font-family: "Segoe UI";
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #fff;
}

.payment .billPayment .form-check-input {
    margin-top: 7px;
}

.payment .billPayment label {
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    color: #fff;
}


.payment .billPayment .form-control {
    height: 50px;
    padding: 0 20px;
    border-radius: 4px;
    border-color: #BCE0FD;
    font-family: Arial;
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #2699fb;
}

.payment .billPayment .form-control::placeholder {
    font-family: Arial;
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #2699fb;

}

.payment .billPayment label.form-check-label.creditCard {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 27px;
    text-align: center;
    color: #fff;
}

.payment .billPayment label.form-check-label.creditCard + span {
    font-family: "Segoe UI";
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #fff;
    margin: 0 8px
}

.payment .billPayment .paypalBtn {
    width: 230px;
    display: inline-block;
    background: white;
    text-align: center;
    padding: 24px;
    border-radius: 4px;
}

.payment .billPayment .cardType {
    width: 100%;
    display: inline-block;
    background: white;
    text-align: center;
    border-radius: 4px;
    margin-top: 7px;
    height: 50px;
    line-height: 50px;
}

.payment .billPayment .creditCardColumn {
    margin-top: 30px;
}

.relative {
    position: relative;
}

.payment .billPayment input[type="button"] {
    background: #E99653;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: -4px;
    text-transform: uppercase;
    top: 0;
    border-radius: 10px 10px 10px 10px;
}

.payment .billPayment .btn {
    margin-top: 50px;
    margin-bottom: 50px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    width: 400px;
    height: 74px;
    line-height: 58px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    background: #E99653;
}

.JustWide {
    width: 80%;
    margin: auto;
}

.artInfo {
    margin-bottom: 50px;
}

.artInfo h3 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 30px;
    text-align: left;
    color: #62ba8d;
}

.artInfo p {
    font-family: Lato;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #636364;
}

.ActionBtns {
    padding: 0;
    margin: 0 0 50px;
    text-align: center;
}

.ActionBtns li {
    text-align: center;
    display: inline-block;
    margin: 0 8px;
    vertical-align: top;
}

.ActionBtns li a {
    width: 190px;
    background: #fff;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
    display: block;
    padding: 20px;
    min-height: 218px;
}

.ActionBtns li p {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0.12em;
    line-height: 30px;
    text-align: center;
    color: #62ba8d;
}

.ActionBtns li img {
    margin-bottom: 20px;
}

.stamp {
    position: relative;
}

.stamp::after {
    content: '';
    background-image: url(/images/STAMP.png);
    background-size: 100% auto;
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    right: 0;
}

.chooseReson .item {
    margin: 0 10px;
}

.chooseReson .item .sheduleBox {
    border: 7px solid #B1BBC3;
    width: 160px;
    height: 160px;
    border-radius: 100px;
    text-align: center;
    padding: 40px 0;
    line-height: normal;
}


.chooseReson .item .sheduleBox .wekDay {
    color: #B1BBC3;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    display: block;
}

.chooseReson .item .sheduleBox .date {
    color: #B1BBC3;
    font-weight: normal;
    font-size: 25px;
    text-transform: uppercase;
}


.chooseReson .item.active .sheduleBox {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6fc3a4+0,a5c68a+100 */
    background: rgb(111, 195, 164);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(111, 195, 164, 1) 0%, rgba(165, 198, 138, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(111, 195, 164, 1) 0%, rgba(165, 198, 138, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(111, 195, 164, 1) 0%, rgba(165, 198, 138, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fc3a4', endColorstr='#a5c68a', GradientType=1);
    /* IE6-9 */
    border: none;
    padding: 50px 0;
}

.chooseReson .item.active .sheduleBox .wekDay,
.chooseReson .item.active .sheduleBox .date {
    color: white;
}

.chooseReson .item.green .sheduleBox {
    border-color: #62BA8D;
}

.chooseReson .item.green .sheduleBox .wekDay,
.chooseReson .item.green .sheduleBox .date {
    color: #62BA8D;
}

.chooseReson #demo {
    position: relative;
}

.customNavigation a {
    cursor: pointer;
    font-size: 40px;
}

.customNavigation a.nextBtn {
    position: absolute;
    right: -30px;
    top: 50px;
    color: #62BA8D;
}

.customNavigation a.prevBtn {
    position: absolute;
    left: -30px;
    top: 50px;
    color: #62BA8D;
}

.chooseReson .TimeSet {
    padding: 50px 0 0 0;
}

.chooseReson .TimeSet h3 {
    font-family: Lato;
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    color: #62ba8d;
    margin-bottom: 30px;
}

.chooseReson .timeBox {
    border: 1px solid #303A42;
    display: block;
    margin-bottom: 40px;
    padding: 10px 0;
    font-family: lato;
    font-weight: 600;
    font-size: 23px;
    color: #303A42;
    border-radius: 6px;
}

.chooseReson .timeBox.active {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6fc3a4+0,a5c68a+100 */
    background: rgb(111, 195, 164);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(111, 195, 164, 1) 0%, rgba(165, 198, 138, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(111, 195, 164, 1) 0%, rgba(165, 198, 138, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(111, 195, 164, 1) 0%, rgba(165, 198, 138, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fc3a4', endColorstr='#a5c68a', GradientType=1);
    /* IE6-9 */
    border: none;
    color: white;
}

.chooseReson .timeBox.disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

/*** Info Address ***/
.infoAddress {
    padding: 40px 0;
}

.infoAddress h3 {
    font-weight: bold;
    letter-spacing: 0.01em;
    line-height: 33px;
    text-align: left;
    color: #62ba8d;
    border-bottom: 1px solid #62BA8D;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.infoAddress p {
    font-family: Lato;
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 35px;
    text-align: left;
    color: #303a42;
}

.infoAddress iframe {
    margin-top: 40px;
    width: 95%;
}

.infoAddress .sidebar {
    background: rgba(232, 232, 232, 0.29);
    padding: 30px;
}

.infoAddress .sidebar h4 {
    font-family: Lato;
    font-weight: normal;
    letter-spacing: 0.01em;
    text-align: left;
    color: #303a42;
    font-size: 30px;
    border-bottom: 1px solid #62BA8D;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.infoAddress .sidebar h5 {
    font-family: Lato;
    font-weight: normal;
    font-size: 28px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #62ba8d;
}

.infoAddress .sidebar h6 {
    font-family: Lato;
    font-weight: 600;
    font-size: 25px;
    text-align: left;
    color: #303a42;
}

.infoAddress .sidebar p {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 21px;
    line-height: 23px;
    color: #000;
}

.infoAddress .sidebar a {
    font-family: Lato;
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #e99653;
}

.infoAddress .sidebar .btnJoin {
    width: 159.89px;
    height: 43.46px;
    border-radius: 6px;
    background: #e99653;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    display: block;
    font-family: Lato;
    font-weight: normal;
    font-size: 16px;
    line-height: 41px;
    text-align: center;
    color: #fff;
}

.infoAddress .sidebar .eventClass {
    margin: 30px 0 20px;
}



/*** Weekly Schedule ***/

.weeklySchedule {
    padding: 50px 0 0;
}

.weeklySchedule h2 {
    text-align: center;
    color: #000;
    font-size: 45px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.9px;
    margin-bottom: 30px;
}

.weeklySchedule .table {
    background: #F8F8F8;
}

.weeklySchedule .table td,
.weeklySchedule .table th {
    padding: .75rem;
    vertical-align: top;
    border-color: #000000;
    width: 10%;
    text-align: center;
}

.weeklySchedule .downloadBtn {
    color: #62BA8D;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    letter-spacing: 0.1px;
    margin-top: 30px;
    display: inline-block;
    text-decoration: underline;
}

.weeklySchedule .downloadBtn img {
    margin-right: 10px;
}

.newsAnnuouncment {
    padding: 70px 0;
}

.newsAnnuouncment .insideBlog {
    margin: 0 15px;
}

.newsAnnuouncment .insideBlog .blog-title {
    font-size: 18px;
    min-height: inherit;
    line-height: 30px;
    margin-bottom: 0px;
}

.newsAnnuouncment .insideBlog .contentSpace {
    padding: 15px;
}

.newsAnnuouncment .owl-carousel .owl-wrapper-outer {
    padding-bottom: 20px;
    padding-top: 40px;
}

.newsAnnuouncment #newsBlock {
    position: relative;
}

.newsAnnuouncment .customNavigation a {
    color: #707070 !important;
}

.newsAnnuouncment .customNavigation a.prevBtn {
    top: 130px;
}

.newsAnnuouncment .customNavigation a.nextBtn {
    top: 130px;
}

.blogSidebar .infoBlog {
    width: auto;
    padding-bottom: 0;
}

.blogSidebar .blogContent {
    padding-top: 25px;
}

.blogSidebar .BannerBlog {
    margin-bottom: 30px;
}

.sidebar {
    border-left: 1px solid #BABABA;
    padding-left: 30px;
    padding-bottom: 40px;
}

.sidebar h4 {
    font-family: Lato;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #303a42;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.sidebar h5 {
    font-family: Lato;
    font-weight: 300;
    font-size: 25px;
    letter-spacing: 0.01em;
    line-height: 35px;
    text-align: left;
    color: #000;
    margin-top: 10px;
}

.sidebar ul li {
    margin-bottom: 30px;
}

.fteDt {
    position: relative;
    width: 490px;
    margin: 30px auto;
    padding: 12px 30px;
}

.fteDt::after {
    content: '';
    background-image: url(/images/DatePic.png);
    background-repeat: no-repeat;
    width: 61px;
    height: 68px;
    position: absolute;
    right: 60px;
    top: 40px;
    z-index: -1
}

.Date_Btn {
    border: 4px solid #70C4A4;
    border-radius: 11px;
    background: no-repeat;
    height: 127px;
    width: 430px;
    text-align: left;
    padding: 0 40px;
    font-family: Lato;
    font-weight: normal;
    font-size: 25px;
    line-height: 38px;
    color: #6ec3a4;
}

.Date_Btn .leftFix {
    display: inline-block;
    margin-right: 20px;
}

.Date_Btn .leftFix b {
    font-family: Lato;
    font-weight: 900;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    color: #6ec3a4;
    display: block;
}

.Date_Btn .leftFix span {
    font-family: Lato;
    font-weight: normal;
    font-size: 25px;
    line-height: 38px;
    text-align: center;
    color: #6ec3a4;

}

.Date_Btn img {
    margin-top: -52px;
}

/** As of 20200329, Added from Fahd For One Month Membership **/
ul.ks-cboxtags {
    list-style: none;
    padding: 20px;
    text-align: center;
}

    ul.ks-cboxtags li {
        display: block;
        margin-bottom: 17px;
    }

        ul.ks-cboxtags li label {
            display: inline-block;
            background-color: rgba(255, 255, 255, .9);
            border: 2px solid #fe994e;
            color: #fe994e;
            border-radius: 25px;
            white-space: nowrap;
            margin: 3px 0px;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
            transition: all .2s;
            width: 80%;
            text-align: center;
            font-weight: bold;
            text-transform: uppercase;
            margin: 0 auto;
        }

        ul.ks-cboxtags li label {
            padding: 8px 12px;
            cursor: pointer;
        }

        ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
            content: "";
            transition: transform .3s ease-in-out;
        }

        ul.ks-cboxtags li input[type="checkbox"]:checked + label {
            border: 2px solid #fe994e;
            background-color: #fe994e;
            color: #fff;
            transition: all .2s;
        }

        ul.ks-cboxtags li:hover input[type="checkbox"] + label {
            border: 2px solid #fe994e;
            background-color: #fe994e;
            color: #fff;
        }

        ul.ks-cboxtags li input[type="checkbox"] {
            display: absolute;
        }

        ul.ks-cboxtags li input[type="checkbox"] {
            position: absolute;
            opacity: 0;
        }

            ul.ks-cboxtags li input[type="checkbox"]:focus + label {
                border: 2px solid #fe994e;
            }

.stepForm img {
    width: 100%;
    border: 30px solid white;
}

.insideMakeBox {
    padding-top: 20%;
    padding-bottom: 20%;
}

    .insideMakeBox h3 {
        color: #636364;
        letter-spacing: 1px;
        margin-bottom: 25px;
    }

    .insideMakeBox p {
        color: #636364;
        letter-spacing: 1px;
        font-weight: 300;
        font-size: 27px;
    }

    .insideMakeBox .btn {
        border-radius: 30px;
        background-color: #6dcba9;
        width: 186px;
        height: 45px;
        font-size: 14px;
        color: white;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
    }

ul.ks-cboxtags li input[type="radio"]:checked + label::before {
    content: "";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="radio"]:checked + label {
    border: 2px solid #fe994e;
    background-color: #fe994e;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li:hover input[type="radio"] + label {
    border: 2px solid #fe994e;
    background-color: #fe994e;
    color: #fff;
}

ul.ks-cboxtags li input[type="radio"] {
    display: absolute;
}

ul.ks-cboxtags li input[type="radio"] {
    position: absolute;
    opacity: 0;
}

    ul.ks-cboxtags li input[type="radio"]:focus + label {
        border: 2px solid #fe994e;
    }

.insideMakeBoxFull {
    padding-top: 5%;
    padding-bottom: 5%;
}

.insideMakeBox p.tunTitle span {
    color: #636364;
    display: block;
    font-size: 15px;
}

.priceTable {
}

    .priceTable .TableRow1 {
        background: #e9e8e8;
        border-radius: 20px 0 0 20px;
    }

    .priceTable .TableRow2 {
        background: #f3f3f3;
        border-right: 1px solid #c4c4c4;
    }

    .priceTable .TableRow3 {
        background: #f3f3f3;
    }

    .priceTable .TableRow4 {
        background: #f3f3f3;
        box-shadow: 0px 0px 18.75px 6.25px rgba(31, 31, 31, 0.1);
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        margin-top: -29px;
        margin-bottom: -30px;
    }

    .priceTable h4 {
        background: #6dcba9;
        padding: 50px 0;
        color: white;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
        min-height: 145px;
    }

.TableRow3 h4 {
    background: #6aa4e4;
}

.TableRow4 h4 {
    background: #816ae4;
    padding-top: 80px;
    position: relative;
}

    .TableRow4 h4 span {
        color: #fe994e;
    }

    .TableRow4 h4 abr {
        position: absolute;
        background: white;
        padding: 10px 0;
        color: #fe994e;
        font-size: 12px;
        font-weight: bold;
        transform: rotate(30deg);
        width: 190px;
        top: 12px;
        right: -40px;
        letter-spacing: 1px;
        text-align: center;
    }

.priceTable h5 {
    color: #6dcba9;
    font-size: 66px;
    font-weight: 600;
    margin-bottom: 20px;
}

.TableRow3 h5 {
    color: #6aa4e4;
}

.TableRow4 h5 {
    color: #816ae4;
}

.priceTable h5 span {
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.priceTable .btn {
    width: 180px;
    height: 42px;
    line-height: 28px;
}

.priceTable .btn-green {
    background: #6dcba9;
    color: white;
}

    .priceTable .btn-green:hover {
        background: #3ba27d;
    }


.priceTable .btn-blue {
    background: #6aa4e4;
    color: white;
}

    .priceTable .btn-blue:hover {
        background: #3e6da2;
    }

.priceTable .btn-purple {
    background: #816ae4;
    color: white;
}

    .priceTable .btn-purple:hover {
        background: #614eb3;
    }

.priceTable p {
    color: #707070;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: left;
}

.tableClass {
    margin-top: 25px;
    width: 100%;
}

    .tableClass td {
        border-bottom: 1px solid #c4c4c4;
        padding: 7px 15px;
        color: #636364;
        font-weight: bold;
        font-size: 18px;
    }

    .tableClass tr:last-child td {
        border-bottom: none;
    }

.areHeight {
    height: 330px;
}

.TableRow1 .tableClass td {
    border: none;
    text-align: right;
}

.tableClass td .fa-circle {
    color: #6dcba9;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: #6aa4e4;
    cursor: pointer;
    display: inline-block;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

/*** Responsive Mode ***/

@media only screen and (min-width:992px) and (max-width:1295px) {

    .wrapper_header,
    .wrapper,
    .wrapper_inside {
        width: 100%;
        padding: 0 15px;
    }

    .heroContent {
        width: 50%;/* Adjusted from auto to 50% */
        padding: 4em 0;
    }

    .main-banner {
        height: 32em;
    }

    .services {
        padding: 80px 0 140px;
    }

    .bodySpirit {
        padding: 50px 0;
    }

    .benefitsListing {
        padding-left: 30px;
    }

    .greenBox {
        padding: 30px 0;
    }

    .greenBox .btn {
        margin-top: 0px;
        font-size: 20px;
        height: auto;
        line-height: normal;
        padding: 18px 0;
    }

    .IMGBlock1 img {
        width: 100%;
    }

    .serviceBox img {
        width: 70%;
    }

    .serviceBox h3 {
        font-size: 20px;
    }

    .serviceBox p {
        font-size: 16px;
    }

    .findLocation {
        background-size: 100% 100%;
        padding: 50px 0;
    }

    .container {
        max-width: 100%;
    }

    .bodySpirit p {
        width: auto;
    }

    .bodySpirit h3 {
        margin-bottom: 10px;
    }

    .benefits {
        padding: 40px 0px;
    }

    .orangeBox img {
        height: 100%;
    }

    .topPart h1 {
        font-size: 40px;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .progressMenu li {
        margin-bottom: 20px;
    }

    .benefit.services {
        background-size: 100% 100%;
    }

}

@media only screen and (max-width:1199px) {
    .wide-column {
        width: 80%;
        margin: auto;
    }


}

@media only screen and (max-width:991px) {

    .wrapper_header,
    .wrapper,
    .wrapper_inside {
        width: 100%;
        padding: 0 15px;
    }

    .topDes {
        text-align: left;
    }

    .logo {
        margin: 0;
    }

    .logo img {
        width: 190px;
    }

    .ToggleMenu {
        display: block;
    }

    .rightNav {
        float: none;
        position: absolute;
        background: #f8f8f8;
        width: calc(100% - 0px);
        margin-left: -15px;
        padding: 20px;
        top: 89px;
        display: none;
        z-index: 99;
    }

    .main-menu {
        display: block;
    }

    .main-menu li {
        float: none;
        margin-right: 0;
        margin-bottom: 2px;
        padding: 10px;
    }

    .main-menu li a {
        display: block;
    }

    .LocationGroup {
        text-align: center !important;
    }

    .services .pragraph {
        width: auto;
    }

    .about .pragraph {
        width: auto;
    }

    .ToggleMenu {
        position: absolute;
        color: #333;
        font-size: 24px;
        top: 30px;
        right: 20px;
    }

    .topDes {
        width: 100%;
    }

    .main-banner {
        height: 440px;
        background-size: 100% 100%;
    }

    .heroContent {
        width: 50%; /* Adjusted from auto to 50% */
        padding: 4em 0; /* Adjusted from 2em to 3em */
    }

    .heroContent h1 {
        font-size: 28px;
    }

    .heroContent p {
        font-size: 18px;
    }

    .heroContent p b {
        font-size: 18px;
    }

    .signUp h2 {
        font-size: 30px;
        line-height: normal;
    }

    .signUp {
        padding: 0px 0 0;
    }


    .signUp .btn {
        margin-top: 20px;
        font-size: 20px;
        width: auto;
        height: auto;
        line-height: normal;
        padding: 18px 60px;
    }

    .services {
        background-size: 100% 100%;
        padding: 80px 0 100px;
    }

    .serviceBox {
        margin-bottom: 30px;
    }

    .serviceBox img {
        width: 190px;
    }

    .serviceBox h3 {
        font-size: 20px;
    }

    .serviceBox p {
        font-size: 16px;
    }

    .IMGBlock1 img {
        width: 100%;
    }

    .videoPlayer video {
        height: 220px;
    }

    .bodySpirit {
        padding: 30px 0;
    }

    .bodySpirit h2 {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: normal;
    }

    .bodySpirit h3 {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: normal;
    }

    .bodySpirit p {
        font-size: 18px;
        line-height: normal;
        width: auto;
    }

    .benefits {
        padding: 40px 0px;
    }

    .greenBox .btn {
        padding: 18px 40px;
    }

    .benefitsListing {
        padding-left: 30px;
    }

    .benefitsListing li {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .testmonial {
        padding: 15px 20px;
    }

    .testmonial p {
        font-size: 16px;
        line-height: 23px;
    }

    .infoUser img {
        width: 50px;
    }

    .infoUser span {
        font-size: 16px;
    }

    .greenBox {
        background-size: 100% 100%;
        padding: 40px 0;
    }

    .greenBox .btn {
        margin-top: 20px;
        font-size: 20px;
        width: auto;
        height: auto;
        line-height: normal;
        padding: 18px 40px;
    }

    .greenBox .price {
        font-size: 26px;
    }

    .greenBox .price span {
        font-size: 40px;
    }

    .findLocation .formGroup {
        width: auto;
    }

    .findLocation {
        background-size: 100% 100%;
        padding: 50px 0;
    }

    .locationBox img {
        width: auto;
    }

    .ftLogo img {
        width: 180px;
    }

    .subscribeForm input[type="text"] {
        padding: 10px 20px;
    }

    .subscribeForm input[type="submit"] {
        padding: 9px 30px;
    }

    .socialMedia li a {
        font-size: 24px;
    }

    .benefits h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .about h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .about {
        padding: 40px 0;
    }

    .findLocation h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .services h2 {
        text-align: center;
        color: white;
        font-size: 30px;
        margin-bottom: 50px;
    }

    .findLocation iframe {
        height: 326px;
    }

    .partnersBox .pragraph {
        width: auto;
    }

    .orangeBox p {
        line-height: 35px;
        font-size: 20px;
        letter-spacing: 1.2px;
        color: white;
        width: auto;
        margin: 20px 0;
    }

    .orangeBox img {
        height: 100%;
    }

    .aboutBrain h1 {
        line-height: normal !important;
        font-size: 28px;
    }

    .meditation .discoverYogaBox h2 {
        font-size: 30px;
    }

    .meditation .discoverYogaBox h2 br {
        display: none;
    }

    .topPart h1 {
        font-size: 30px;
        margin-bottom: 0;
        margin-top: 20px;
    }

    .insideBlog .blog-title {
        font-size: 28px;
        min-height: 160px;
        line-height: 38px;
    }

    .aboutBrain.founder_Ilchi .setUp_founder {
        margin-left: 30px;
        margin-top: 150px;
    }

    .topPart {
        padding: 40px 0 10px;
    }

    .insidePrivateBox {
        padding: 40px 30px;
    }

    .insidePrivateBox h2 {
        min-height: 160px;
        font-size: 28px;
        line-height: 40px;
    }

    .progressMenu li {
        margin-bottom: 20px;
    }

    .try_classes .insidscroll {
        height: auto;
        margin: 0 0 30px;
        padding: 0;
    }

    .try_classes .inBoldSet iframe {
        box-shadow: none;
        height: 300px;
    }

    .detailsTable td {
        font-size: 16px;
    }

    .detailsTable th {
        font-size: 12px;
        line-height: normal;
    }

    .detailsTable th:last-child {
        width: auto !important;
    }

    .detailsTable td label {
        font-size: 16px;
        line-height: normal;
    }

    .payment .billPayment .paypalBtn {
        width: 80%;
        padding: 14px;
        margin-top: 10px;
    }

    .p0Tabl {
        padding: 0;
    }

    .payment .billPayment .btn {
        font-size: 25px;
    }

    .JustWide {
        width: auto;
        margin: auto;
    }

    .greenBox h3 {
        font-size: 30px;
    }

    .benefit.services {
        background-size: 100% 100%;
    }

    .insidePrivateBox {
        margin-bottom: 30px;
    }

    .insidePrivateBox h2 {
        min-height: inherit;
    }

    .customNavigation a {
        position: relative !important;
        margin-top: 40px;
        display: inline-block;
    }

    .customNavigation a.nextBtn {
        right: -10px;
        top: 20px;
        color: #62BA8D;
    }

    .customNavigation a.prevBtn {
        left: -10px;
        top: 20px;
        color: #62BA8D;
    }

    .infoAddress iframe {
        width: 100%;
    }

    .infoAddress .sidebar {
        margin-top: 30px;
    }

    .wide-column {
        width: auto;
        margin: auto;
    }

    .newsAnnuouncment {
        padding: 40px 0;
    }

    .newsAnnuouncment .owl-carousel .owl-wrapper-outer {
        padding-bottom: 20px;
        padding-top: 10px;
    }

    .newsAnnuouncment .customNavigation {
        text-align: center;
    }

    .newsAnnuouncment .customNavigation a.nextBtn,
    .newsAnnuouncment .customNavigation a.prevBtn {
        top: 0;
        margin-top: 20px;
    }

    /** As of 20200329, Added from Fahd for 1M Membership  **/
    .insideMakeBox {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .priceTable h4 {
        font-size: 12px;
        min-height: 130px;
    }

    .priceTable h5 {
        font-size: 36px;
    }

    .priceTable h5 span {
        font-size: 16px;
    }

    .priceTable .btn {
        width: 120px;
    }

    .areHeight {
        height: 280px;
    }

    .tableClass td {
        font-size: 12px;
    }

    .priceTable p {
        font-size: 13px;
        line-height: 18px;
    }
}

@media only screen and (max-width:767px) {
    .bodySpirit {
        background-size: 100% 100%;
    }

    .benefits {
        padding: 30px 0;
    }

    .benefits h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .bodySpirit h2 {
        font-size: 22px;
    }

    .videoPlayer {
        margin-top: 13px;
    }

    .bodySpirit h3 {
        font-size: 16px;
    }

    .bodySpirit p {
        font-size: 16px;
        width: auto;
    }

    .rating span {
        width: 26px;
        background-size: 100% auto;
    }

    .greenBox h3 {
        margin-bottom: 15px;
        text-align: center;
        font-size: 22px;
    }

    .greenBox p {
        width: auto;
        text-align: center;
    }

    .greenBox .btn {
        padding: 14px 40px;
    }

    .locationBox img {
        width: 100%;
    }

    .locationBox h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .findLocation iframe {
        height: 300px;
    }

    .locationBox p {
        font-size: 12px;
        line-height: 22px;
    }

    .main-footer .col-6 {
        width: 100%;
    }

    .subscribeForm .formGroup {
        position: relative;
        width: 100%;
        float: none;
    }

    .subscribeForm input[type="submit"] {
        padding: 9.5px 30px;
    }

    .socialMedia {
        margin-top: 20px;
    }

    .main-footer {
        padding: 20px 0;
    }

    .serviceBox img {
        width: 150px;
    }

    .signUp h2 {
        font-size: 22px;
    }

    .services h2 {
        color: #000;
        font-size: 22px;
        margin-bottom: 15px;
    }

    .aboutBrain h1 {
        font-size: 25px;
        line-height: normal;
    }

    .aboutBrain {
        padding: 30px 0;
    }

    .aboutBrain p {
        line-height: 30px;
        font-size: 16px;
        width: auto;
    }

    .benefits h2 br {
        display: none;
    }

    p {
        font-size: 16px;
        line-height: 30px;
    }

    h2 {
        font-size: 22px;
    }

    .heroContent h1 {
        font-size: 22px;
    }

    .serviceBoxContent {
        min-height: 320px;
    }

    .serviceBox p {
        letter-spacing: normal;
        margin-bottom: 0;
    }

    .benefit.services {
        background-color: #DBDBDB;
    }

    .aboutBrain.TAICHI p {
        width: auto;
    }

    .listAdd {
        text-align: center;
    }

    .listAdd img {
        width: 300px;
    }

    .topPart {
        padding: 30px 0 0px;
    }

    .topPart h1 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 15px;
    }

    .topPart input[type="text"] {
        font-size: 16px;
    }

    .topPart input[type="submit"] {
        height: 68px;
    }

    .insideBlog .blog-title {
        font-size: 22px;
        min-height: 110px;
        line-height: normal;
    }

    .blogList h1 {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .blogList {
        padding: 40px 0;
    }

    .filter .blogFilter li {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .filter .blogFilter li a {
        display: block;
    }

    .founder_about p {
        width: auto;
    }

    .aboutBrain.founder_Ilchi .setUp_founder {
        margin-left: 0;
        margin-top: 10px;
    }

    .aboutBrain.founder_Ilchi p {
        width: 78%;
    }

    .progressMenu li {
        display: block;
    }

    .p0Tabl {
        padding: 0 15px;
        margin-top: -40px;
        margin-bottom: 20px;
        width: 140px;
    }

    .detailsTable {
        text-align: left;
        width: auto;
        margin: auto;
    }

    .payment .billPayment {
        width: auto;
        margin: auto;
    }

    .ActionBtns li {
        margin: 20px 8px;
        vertical-align: top;
    }

    .serviceBox {
        min-height: inherit;
    }

    .bannerBG {
        background: none;
    }

    .aboutBrain {
        height: auto;
    }

    .discoverYogaBox h2 {
        font-size: 22px;
        line-height: normal;
    }

    .discoverYogaBox h2 br {
        display: none;
    }

    .discoverBox p {
        width: auto;
        margin: auto;
    }

    .founderIlchi_lee .aboutBrain p {
        width: auto;
        color: #707070;
    }

    .founderIlchi_lee .aboutBrain {
        background: #f6f6f6;
    }

    .session_rec .contactForm {
        padding: 40px 0;
    }

    .sidebar {
        border-left: none;
        padding-left: 0;
        margin-top: 50px;
        padding-bottom: 0;
    }

    .shareBlog ul li {
        margin-bottom: 20px;
        display: inline-block;
        margin-right: 14px;
    }

    .shareBlog {
        padding: 8px 8px;
        margin-bottom: 20px;
    }

    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }

    /** As of 20200329, Added from Fahd for 1M Membership **/
    .priceTable .TableRow1 {
        display: none;
    }

    .priceTable .TableRow2,
    .priceTable .TableRow3,
    .priceTable .TableRow4 {
        margin-bottom: 30px;
        border-radius: 20px;
        border: none;
        overflow: hidden;
    }

    .priceTable h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .priceTable .TableRow4 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .TableRow4 h4 abr {
        width: 220px;
    }

    .tableClass td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .tableClass td {
        text-align: right;
    }
}

@media only screen and (max-width:574px) {
    .logo img {}

    .ftLogo {
        text-align: center;
        margin-bottom: 20px;
    }

    .ToggleMenu {
        top: 16px;
        right: 20px;
    }

    .main-header {
        padding: 15px 0;
    }

    .main-banner {
        height: 300px;
    }

    .heroContent {
        text-align: center;
        float: none;
    }

    .services h2 {
        color: #23303b;
        font-size: 22px;
    }

    .services .col-3 {
        width: 100%;
    }

    .serviceBox {
        margin-bottom: 30px;
    }

    .serviceBoxContent {
        min-height: inherit;
    }

    .infoAbout2 p {
        line-height: 30px;
        font-size: 16px;
        text-align: center;
    }

    .serviceBox p {}

    .galleryBLock li img {
        width: 100%;
        height: 50px;
    }

    .benefits .col-6 {
        width: 100%;
    }

    .infoUser img {
        margin-right: 10px;
    }

    .greenBox .col-6 {
        width: 100%;
    }

    .greenBox .price {
        margin-top: 30px;
    }

    .findLocation h2 {
        font-size: 22px;
    }

    .findLocation input[type="submit"] {
        position: relative;
        width: 100%;
        margin-top: 10px;
    }

    .locationBox {
        text-align: center;
    }

    .locationBox .col-9 {}

    .locationBox .col-3 {
        text-align: center;
    }

    .locationBox img {
        width: 150px;
        margin-bottom: 20px;
    }

    .findLocation iframe {
        height: 240px;
    }

    .subscribeForm input[type="submit"] {
        position: relative;
        width: 100%;
        margin-top: 10px;
    }

    .testmonial {
        margin-top: 30px;
    }

    .about {
        padding: 20px 0;
    }

    .about h2 {
        font-size: 22px;
        line-height: 35px;
    }

    .about h2 br {
        display: none;
    }

    .LocationGroup label {
        font-size: 15px;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
        display: block;
    }

    .searchBtn {
        display: none;
    }

    .services {
        padding: 30px 0;
    }

    .signBox p {
        margin: 0;
    }

    .freeTrial {
        width: 100%;
        margin: 10px 0;
    }

    .rightNav {
        top: 65px;
    }

    .services {
        padding: 50px 0 50px;
    }

    .services h2 {
        margin-bottom: 0px;
    }

    .contactForm textarea.form-control {
        height: 200px;
    }

    .page-title {
        font-size: 34px;
    }

    .contactForm label {
        margin-bottom: 10px;
    }

    .contactForm .btn {
        width: 100%;
    }

    .locationBox span {
        font-size: 20px;
    }

    .copyrightFt span {
        display: block;
    }

    .heroContent p {
        font-size: 16px;
        line-height: 30px;
    }

    .meditation .discoverYogaBox h2 {
        font-size: 22px !important;
        line-height: normal;
    }

    .discoverYogaBox {
        padding: 40px 0 20px;
    }

    .discoverBox p {
        width: auto;
        margin: auto;
    }

    .aboutBrain {
        text-align: center;
    }

    .benefit.services .QIGONGBox {
        padding-top: 10px;
    }

    .benefit.services h2 {
        line-height: normal;
        margin-bottom: 30px;
    }

    .listAdd {
        margin-bottom: 50px;
    }

    .listAdd img {
        width: 200px;
    }

    .contentPure h2 {
        font-size: 26px;
        line-height: normal;
        margin-top: 20px;
    }

    .contentPure p {
        font-size: 16px;
        line-height: 28px;
    }

    .googleMap iframe {
        height: 400px;
    }

    .topPart input[type="submit"] {
        height: 68px;
        position: inherit;
        width: 100%;
        margin-top: 10px;
    }

    .blogPagination {
        margin-top: 0;
    }

    .blogPagination li a,
    .blogPagination li span {
        margin-right: 2px;
        display: block;
        font-size: 15px;
        width: 35px;
        height: 35px;
        line-height: 25px;
    }

    .aboutBrain.founder_Ilchi p {
        width: auto;
    }

    .founder_about {
        padding: 10px 0;
    }

    .socialFollow .title {
        display: block;
        margin-bottom: 10px;
    }

    .privateBoxs {
        padding: 30px 0;
    }

    .insidePrivateBox h2 {
        min-height: inherit;
        font-size: 22px;
        line-height: 30px;
    }

    .progressMenu {
        text-align: center;
    }

    .progressMenu li {
        display: block;
        margin-right: 0;
    }

    .progressMenu li:last-child {
        margin-bottom: 0px;
    }

    .progressMenu li::before {
        display: none;
    }

    .try_classes .storeList li {
        text-align: center;
    }

    .try_classes .storeList li .mapSet {
        margin-bottom: 20px;
    }

    .searchBox .locationForm {
        width: auto;
        margin: 20px auto 0;
    }

    .searchBox input[type="submit"] {
        height: 68px;
        position: inherit;
        width: 100%;
        margin-top: 10px;
    }

    .searchBox {
        padding: 30px 0;
    }

    .searchBox h1 {
        font-size: 30px;
    }

    .terms_content h1 {
        font-size: 30px;
    }

    .payment .billPayment .paypalBtn {
        width: 48%;
    }

    .payment .billPayment .btn {
        font-size: 18px;
        width: auto;
        padding: 0 40px;
    }

    .detailsTable td {
        font-size: 13px;
        line-height: normal;
    }

    .payment .searchBox h1 {
        font-size: 26px;
    }

    .aboutBrain h1 {
        text-align: center;
    }

    .rightNav {
        margin-left: 0;
    }

    .contactForm .btn {
        font-size: 24px;
        height: 64px;
        line-height: 48px;
    }

    .sheduleBox {
        margin: auto;
    }

    .infoAddress iframe {
        height: 300px;
    }

    .weeklySchedule h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .infoAddress .sidebar h4 {
        font-size: 25px;
    }

    .weeklySchedule .downloadBtn {
        font-size: 20px;
        line-height: normal;
    }

    .weeklySchedule {
        padding: 10px 0 0;
    }

    .blogSidebar .blogContent {
        padding-bottom: 0;
    }

    .Date_Btn {
        height: 100px;
        width: 100%;
        font-size: 15px;
        padding: 0 30px;
    }

    .fteDt {
        width: 100%;
        padding: 8px 30px;
        margin-bottom: 0px;
    }

    .fteDt::after {
        width: 30px;
        background-size: 100% auto;
    }

    .mp-0 {
        padding: 0;
    }

    /** As of 20200329, Added from Fahd for 1M Membership **/
    ul.ks-cboxtags li label {
        width: 100%;
        font-size: 13px;
    }

    .insideMakeBox p {
        font-size: 22px;
    }

    .insideMakeBox .tableClass p {
        font-size: 16px;
        line-height: normal;
    }

    .areHeight {
        height: inherit;
    }

    .signUpHome p {
        font-size: 18px;
        line-height: normal;
    }

    .heroContent {
        width: auto; /* Added */
        padding: 2em 0; /* Adjusted from 0 */
    }

    .home .heroContent p {
        font-size: 16px;
        line-height: normal;
    }

    .captionBanner {
        right: 0px;
        top: 30px;
        width: 100%;
        left: 0px;
    }

    .home .signUp .btn {
        font-size: 14px;
        line-height: normal;
        padding: 15px 60px;
    }
}

@media only screen and (min-width:1320px) {
    .container {
        max-width: 1300px;
    }
}
