@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    background: #fff;
    margin: 0 auto;
	font-size: 14px;
	line-height: 1.4;
    list-style:none; 
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

hr {
    border: 1px solid #D3D3D3;
}


/* Typography
----------------------------------------------------------------------------------------------------*/

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
h1, h1 a, .title1, .title1 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
    font-family: "Nanum Myeongjo", serif;
    font-weight: 400;
    font-style: normal;
}
h2, h2 a, .title2, .title2 a {
	margin:0 0 .2em 0;
	line-height: 1.1;
    font-family: "Nanum Myeongjo", serif;
    font-weight: 400;
    font-style: normal;
}
h3, h3 a, .title3, .title3 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
    font-family: "Nanum Myeongjo", serif;
    font-weight: 400;
    font-style: normal;
}
h4, h4 a, .title4, .title4 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
    font-family: "Nanum Myeongjo", serif;
    font-weight: 400;
    font-style: normal;
}
h5, h5 a, .title5, .title5 a {
	margin:0 0 .2em 0;
	line-height: 1.6;
	margin: 0;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 30px;
}
h6, h6 a, .title6, .title6 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
	margin: 0;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
}

/* Forms
----------------------------------------------------------------------------------------------------*/
.le_form {
    margin-top: 10px;
}
.le_form_name {
	font-size: 18px;
	margin: 0 0 10px 0;
}
.form-group {
	margin-bottom: 10px;
	position: relative;
}
.seFormButton, .wrapper input[type="submit"].seFormButton {
	padding: 12px 40px;
	border: 0px solid transparent;
	margin: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
    color: #ffffff !important;
}
.wrapper input[type="text"],.wrapper input[type="email"],.wrapper input[type="password"], .wrapper textarea {
	padding: 20px 10px;
	background-color: #fff;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius: 0;
	border:1px solid rgb(210,210,210);
	box-shadow: none !important;
	margin: 0;
}

/* -- Search Element --*/
.wrapper input[type="text"]#search_form_value {
	padding: 5px 10px;
}
#search_form_button {
    padding: 5px 15px;
    position: relative;
}

/* -- Hide input placehoder text on focus --*/
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

:-webkit-input-placeholder {
    font-size: 13px; 
    color: #676767;
}
:-moz-placeholder { /* older Firefox*/
     font-size: 13px; 
    color: #676767;
}
:-moz-placeholder { /* Firefox 19+ */ 
    font-size: 13px; 
    color: #676767;
} 
:-ms-input-placeholder { 
    font-size: 13px; 
    color: #676767;
}
@media all and (min-width: 768px) {
    .form-inline .form-control {
        max-width: 150px;
    }
    .form-inline label.error {
        margin-top: 15px;
    }
}

/* ---- Form Alerts --- */
.le_form_container .error {
    color: #000;
    padding: 3px 8px;
    background-color: #fdcece;
}
.form-inline .no-labels label.error,.no-labels label.error {
    display:block !important;
}
.form-inline label.error {
    display:block;
    position: absolute;
    color: red;
    background: pink;
    padding: 2px 3px;
    border-radius: 2px;
    z-index: 2;
    color: #cd1719;
    font-size: 12px;
}
.recaptcha-terms {
    padding: 0 !important;
    margin: 0 !important;
    color: rgb(38, 73, 96)!important;
}
.newsletter .recaptcha-terms {
    color: #fff;
}
.newsletter input[type="submit"].seFormButton {
    background: rgba(255,255,255,0);
    border: 3px solid #fff;
    color: #fff;
}
.newsletter input[type="submit"].seFormButton:hover {
    background-color: #fff;
    color: #000;
}
.newsletter .form-inline input[type="submit"].seFormButton {
    margin-left: 10px;
}
.swiper-pagination-bullet-active {
    background-color: #000 !important;
}

.swiper-button-next:after {
    color: #000 !important;
}


/* Buttons
----------------------------------------------------------------------------------------------------*/

.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 12px 30px 10px 30px;
	border: 0px solid transparent;
	-webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    text-align: center;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
}
.se_button.button1 a, a.se_button.button1 {
    margin-top: 10px;
}
.se_button.button2 a, a.se_button.button2 {
    background-color: rgba(255,255,255,0);
    border: 2px solid #fff;
    color: #fff;
    margin-top: 10px;
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background-color: #A1926F;
    color: #222222;
    border: 2px solid #A1926F;
}
.se_button.button3 a, a.se_button.button3 {
    background-color: #fff;
    color: rgb(38, 73, 96);
    border: 2px solid rgb(38, 73, 96);
    margin-top: 10px;
}
.se_button.button3 a:hover, a:hover.se_button.button3 {
    background-color: #rgb(38, 73, 96);
    border: 2px solid #fff;
    color: #fff;
    margin-top: 10px;
}
.se_button.button4 a, a.se_button.button4 {
    background-color: rgb(174, 195, 176);
    color: rgb(38, 73, 96);
    margin-top: 10px;
}
.se_button.button4 a:hover, a:hover.se_button.button4 {
    background-color: rgb(38, 73, 96);
    color: #fff;
    margin-top: 10px;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton {
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 20px 35px;
}

/* Gallery
----------------------------------------------------------------------------------------------------*/

#lightbox-container-image-data-box {
    max-width: 95% !important;
}
#aurora_page_wrapper {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image-box {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    height: auto !important;
}
#lightbox-container-image-box img {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image img {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
.circleImg {
    object-position: 50% 50%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    overflow:hidden;
}
.circleImg img {
    object-fit: cover;
    min-height: 500px;
    border-radius: 50%; 
}

/* Site Branding
----------------------------------------------------------------------------------------------------*/
.se_siteBranding {
    line-height:1;
    padding: 10px 0;
    height: auto;
    max-width: 100%;
}
.se_siteBranding img {
    width: 100px;
    height: auto;
}
.se_siteBranding a {
	word-break: break-word;
	max-width: 100%;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.le_logo_text {
    line-height: 1.4;
}

/* CSS
----------------------------------------------------------------------------------------------------*/
.whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p, .whitetext {
    color: #ffffff;
}
.whitetext h1 a, .whitetext h2 a, .whitetext h3 a, .whitetext h4 a, .whitetext h5 a, .whitetext h6 a, .whitetext p a, .whitetext a {
    color: #ffffff;
}
.bigtext a {
    margin-top: 25px;
    display: inline-block;
}
.bigtext a:after {
    position: relative;
    content: '\f105';
    font-family: 'FontAwesome';
    left: 10px;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.bigtext a:hover:after {
    left: 15px;
}
.no-gutters {
    padding: 0;
    margin: 0;
}
.cta-img {
    display: block;
    position: relative;
    padding-top: 66.6%;
}
.cta-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
}
.staff {
    position: relative;
    margin-bottom: 0px;
    border-radius: 20px;
    padding: 10px;
}
.staff2 {
    position: relative;
    margin-bottom: 0px;
    border-radius: 50%;
    border: 8px solid #fff;
    border-top-color: var(--bg-color);
    padding: 10px;
}
.staff img, .staff2 img {
    border-radius: 20px;
    width: 100%;
    height: auto;
}
/* Expand
----------------------------------------------------------------------------------------------------*/
.expand {
    position: relative;
    margin: 0 0 30px 0;
    text-align: center;
}
.expand h3 {
    margin-bottom: 0;
    font-size: 23px;
    line-height: 30px;
    color: rgb(38, 73, 96);
}
.expand h6 {
    font-weight: 500 !important;
    color: rgb(174, 195, 176);
    font-size: 17px;
}
.expand h4 {
    position: relative; 
    font-size: 15px;
    color: rgb(38, 73, 96);
    text-transform: none;
    font-family: josefin sans;
    padding-left: 30px;
    padding-right: 30px;
}
.expand h6:after {
    content: '+';
    margin-left: 5px;
    font-size: 16px !important;
    color: rgb(174, 195, 176);
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h6.active {
    color: rgb(174, 195, 176);
    margin-bottom: 10px !important;
}
.expand h6.active:after {
    content: '-';
}
.expand h6:hover {
    cursor: pointer;
    color: rgb(174, 195, 176);
}
.expand iframe {
    padding: 5px 0 15px 0;
}
/* Expand2----------------------------------------------------------------------------*/

.expand2 h4 {
    position: relative; 
    font-size: 16px !important;
    margin: 0px;
    border-bottom: 1px solid #A1926F;
    color: rgb(38, 73, 96) !important;
    padding: 15px 15px 10px 15px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 400;
    padding-top: 5px;
    font-family: josefin sans;
    text-transform: uppercase;
}
.expand2 h4:after {
    content: '+';
    top: 12px;
    right: 15px;
    float: right;
    font-size: 18px !important;
    line-height: 15px;
    display: inline-block;
    position: absolute;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
/*.expand h3.active {*/
/*    background-color: var(--bg-blue);*/
/*    color: #fff;*/
/*    margin-bottom: 10px !important;*/
/*}*/
.expand2 h4:hover:after {
    content: '-';
}
.expand2 h4.active:after {
    content: '+';
    padding-left: 4px !important;
}
.expand2 h4:hover {
    cursor: pointer;
    color: #A1926F !important;
}
.expand2 p {
    padding: 10px 20px;
}



/* --- Expanded View Toggles --- */
.aurora_side_bar_title {
    transition: left .2s ease;
}

.le-edit-open.expanded-view .aurora_side_bar_title,
.le-design-open.expanded-view .aurora_side_bar_title {
    position: relative;
    opacity:0;
    left: -200px;
}

.le-edit-open.expanded-view .showSB,
.le-design-open.expanded-view .showSB {
    opacity:0;
    left: -200px !important;
}

.le-edit-open.expanded-view #auroraContentContainer,
.le-design-open.expanded-view #auroraContentContainer{
    left: 0;
}
/* HomeMenu
----------------------------------------------------------------------------------------------------*/

.HomeMenu li {
	list-style: none;
	list-style-type: none;
	position: relative;
}
.HomeMenu li.le_menuitem_level_0 {
	display: inline-block;
	padding: 20px 0;
}
.HomeMenu li.le_menuitem_level_0 a {
    display: block;
    position: relative;
    padding: 10px 20px;
    line-height: 15px;
    color: #fff;
    font-size: 16px;
    word-break: break-word;
    text-decoration: none;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.HomeMenu li.le_menuitem_level_0 a:hover {
}

/* Blog
----------------------------------------------------------------------------------------------------*/
.blog_post_listing {
    padding: 0 !important;
    border-radius: 25px;
    justify-content: start !important;
}
.blog_post_listing .box-top {
    padding: 25px 25px 25px 25px;
    border-radius: 25px !important;
}
.blog_post_listing .title-flex, .blog_post_listing .title-flex h3 {
    margin-bottom: 0 !important;
}
.blog_post_title {
    color: rgb(38, 73, 96) !important;
}
.blog_post_listing .blog_post_listing_footer_section {
    display: none;
}
.feature_blog_text {
    height: 57px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.63);
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
#blog_post_listing .feature_blog_text {
    float: none;
}
      .feature_blog_image {
        width: 100% !important;
        height: 100% !important;
        float: none;
        border-radius: 40px !important;
        padding: 25px;
    }
    
    .feature_blog_image img {
        width: auto;
        height: auto;
        border-radius: 50px;
    }
    
    .blog_post_listing_title_section {
        text-align: center;
    }
    #blog_post_listing .feature_blog_image {
        float:none;
        text-align: center;
        margin-bottom: 20px;
        border-radius: 20px;
        width: 100% !important;
        height: auto;
    }
    .feature_blog_image {
        border-radius: 20px;
    }
.top-banner {
    background-image: none !important;
    padding: 125px !important;
}
a.read_more_link {
    display: inline-block !important;
    text-transform: uppercase;
    width: 100%;
}
.le-logged-in #blog_post:before {
    content: 'Click on dashboard icon in top black bar to edit this page';
    border-radius: 2px;
    background: rgba(199,232,42,.2);
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    display: block;
}
.le-logged-in #blog_post_listing:before {
    content: 'Click on dashboard icon in top black bar to edit this page';
    border-radius: 2px;
    background: rgba(199,232,42,.2);
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    display: block;
}

/* Wrapper
----------------------------------------------------------------------------------------------------*/

.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.le-logged-in .page-wrapper {
    position: relative;
    top: 40px;
}
.se_WrapperContent {
    padding-top: 40px;
}

/* Header
----------------------------------------------------------------------------------------------------*/
.header {
	padding: 30px 0 20px 0;
}
.se_header {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

/* Menu
----------------------------------------------------------------------------------------------------*/
.MainMenu {
    display: block;
    text-align: center;
}
.MainMenu ul {
    margin: 0;
    padding: 0;
}
.MainMenu li {
	list-style: none;
	list-style-type: none;
	position: relative;
}
.MainMenu li.le_menuitem_level_0 {
	display: inline-block;
    padding: 12px 0;
}
.MainMenu li.le_menuitem_level_0 a {
    display: block;
    position: relative;
    padding: 10px 10px;
    line-height: 15px;
    word-break: break-word;
    text-decoration: none;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
}
.MainMenu .le_menu_level_1_container {
    position: absolute;
    left: 0;
}
.MainMenu ul.le_menu_level_1 {
    position: relative;
    left: 0;
    z-index: 10;
    display: none;
    margin: 0;
    padding: 5px;
    text-align: left;
    height: auto;
}
.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 245px;
	line-height: 1em;
}
.MainMenu li.le_menuitem_level_1 a:hover {
    background-image: none;
}
.MainMenu .le_menu_level_2_container {
    float: right;
	left: 100%;
	margin-top: -35px;
	padding: 0;
}
.MainMenu ul.le_menu_level_2 {
	position: absolute;
	right:0;
	left: 160px;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
	display: block;
}
.navicon {
    position: relative;
    line-height: 45px;
    height: 45px;
    padding: 0 20px 0 0;
    text-transform: uppercase;
    background: transparent !important;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    font-size: 30px;
}
.OpenMobileMenu .navicon:after {
    content: '\f00d';
}
.navicon:hover {
    cursor: pointer;
}
@media (max-width: 767px) { 
    .OpenMobileMenu .wrapper {
        right:240px;
    }
    .se_menu {
        position: fixed;
        height: 100vh;
        width: 240px;
        padding: 30px 0 0 0;
        top: 0;
        right:-240px;
        transition: right .3s ease;
    }
    .MainMenu {
        padding: 0;
    }
    .OpenMobileMenu .se_menu {
        right:0;
    }
    .le_menu_level_container {
    	position: relative;
    }
    .MainMenu li {
        display: block;
        text-align: left;
        width: 100%;
    }
    .MainMenu a {
        
    }
    .MainMenu li.le_menuitem_level_0 {
        padding: 0px;
        list-style: none !important;
	    list-style-type: none !important;
    }
    .MainMenu ul.le_menu_level_1 {
        padding: 10px;
        margin-bottom: 10px;
    }
    .se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
        padding: 10px;
        margin-bottom: 10px;
        background-color: #fff !important;
    }
    .MainMenu li.le_menuitem_level_0.hasChild > a:after, .MainMenu li.le_menuitem_level_1.hasChild > a:after {
        display:inline-block;
        position: relative;
        left: 5px;
        content: "+";
        color: #000;
    	height: 0;
    	width: 0;
    }
    .MainMenu li.hasChild > a.active-mobile-parent:after {
        content:"-";
        display: none;
    }
    .MainMenu li.le_menuitem_level_0.hasChild ul.le_menu_level_1, .MainMenu li.le_menuitem_level_1.hasChild ul.le_menu_level_2 {
        /*height: 0;*/
        visibility: hidden;
        /*opacity:0;*/
        display: none;
        transition: all .3s ease;
    }
    .MainMenu li.le_menuitem_level_0.hasChild ul.le_menu_level_1.open-mobile-sub, .MainMenu li.le_menuitem_level_1.hasChild ul.le_menu_level_2.open-mobile-sub {
        height: auto;
        visibility: visible;
        display: block;
        /*opacity: 1;*/
    }
    .MainMenu .le_menu_level_1_container {
        position: relative;
    }
    .MainMenu .le_menu_level_2_container {
    	left: 0;
    	margin-top: 0;
 
    }
    .MainMenu ul.le_menu_level_2 {
    	position: relative;
    	left: 0;
    }
    .top-banner {
        padding: 50px !important;
    }
    .se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
        padding: 0;
        margin: 0;
    }
}

/* Main Content
----------------------------------------------------------------------------------------------------*/
.content {
	padding: 0;
}
.htmlSlide {
    width: 100%!important;
    max-width: 100%!important;
}
.bx-viewport {
    padding-bottom: 50px !important;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

.footer {
    clear: both;
	padding: 40px 0;
    text-align: center;
    border-top: 1px solid #d1d3d3;
}
.se_social {
    margin-top: 20px;
}
.se_social a {
    margin: 0 .15em;
    font-size: 24px;
}

/* Media Queries
----------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
    .header {
        padding: 10px 0;
    }
    .se_siteBranding {
        padding: 0;
    }
    .se_siteBranding img {
        max-width: 100%;
        height: auto;
        /*margin-left: 140px;*/
        margin-left: 43%;
    }
    .desktop-only {
        display: none;
    }
    .feature_blog_image {
        width: 100% !important;
        max-height: auto;
        float: none;
        border-radius: 25px;
    }
    .feature_blog_image img {
        width: 100% !important;
        height: auto;
        border-radius: 25px;
    }
    .blog_post_listing_title_section {
        text-align: center;
    }
    #blog_post_listing .feature_blog_image {
        float:none;
        text-align: center;
        margin-bottom: 20px;
            border-radius: 25px;
    }
    #blog_post_listing .feature_blog_text {
        text-align: center;
        float: none;
    }
    a.read_more_link {
        display: table !important;
        width: 100%;
    }   
    #blog_sidebar {
        float: left !important;
        width: 100% !important;
    }
    .blog_post_listing_sidebar {
        width: 100% !important;
    }
    td, th {
        display: block;
        clear: both;
    }
    td[data-th]:before {
        content: attr(data-th);
        float: left;
    }
    .newsletter {
        margin-top: 10px;
    }
    .newsletter .form-inline input[type="submit"].seFormButton {
        display: block;
        width: 100%;
        margin: -15px 0 0 0 !important;
    }
    h1, h1 a, .title1, .title1 a {
        font-size: 44px !important;
    }
    .expand2 h4 {
        font-size: 12px !important;
    }
    .blog_post_listing .title-flex, .blog_post_listing .title-flex h3 {
        text-align: center;
    }
    .circleImg {
        object-position: 50% 50%;
        width: 400px;
        height: 400px;
        border-radius: 50%;
        overflow:hidden;
    }
        .circleImg img {
        object-fit: cover;
        min-height: 400px;
        border-radius: 50%;
    }
}
@media (max-width: 400px) {
    .circleImg {
        width: 320px;
        height: 320px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .circleImg img {
        min-height: 320px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .navicon {
        display: none;
    }
    .se_siteBranding {
        text-align: center;
    }
    .MainMenu {
        text-align: center;
    }
    .form-inline input[type="text"], .form-inline input[type="email"], .form-inline input[type="password"], .form-inline textarea {
        margin-bottom: -18px;
    }
    .footer-text p {
        font-size: 24px;
        line-height: 30px;
    }
    .se_social {
        text-align: right;
    }
    .banner h1 {
        font-size: 60px;
    }
    .newsletter .form-inline .form-control {
        width: 200px;
        min-width: 200px;
    }
    .bigtext p {
        font-size: 24px;
    }
    .big-text p {
        font-size: 22px;
    }
    .bigger-text h2 {
        font-size: 50px;
    }
    .footerLeft {
        text-align: left;
    }
    .footerRight {
        text-align: right;
    }
    .form-inline {
        padding: 0 10%;
    }
        #blog_post_listing .feature_blog_image {
        max-height: 500px;
    }
     #blog_post_listing a.read_more_link {
        width: 100%;
}

}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 12px;
    }
    .bigtext {
        padding: 0 20%;
    }
    .big-text {
        padding: 0 10%;
    }
    .newsletter .form-inline .form-control {
        width: 250px;
        min-width: 250px;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 20px;
    }
}


/* Resets
----------------------------------------------------------------------------------------------------*/

a#forgot_password_link {
    background: none !important;
    padding: 0 !important;
    line-height: 30px;
}

button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
img {
    max-width: 100%;
    height: auto;
}

/* - List Classes - */


.ul { 
    padding-left:30px; 
    list-style:none; 
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.checklist ul { 
    padding-left:30px; 
    list-style:none; 
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.checklist ul li { 
    margin-bottom:10px; 
}
.checklist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -15px;
    color: rgb(161, 146, 111);
}

/* --- Helper Instructions when in edit mode --- */
.edit-instructions {
    display: none;
}
.le-edit-open .edit-instructions {
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 2px;
    background: rgba(199,232,42,.2);
}
.le-edit-open .edit-instructions a{ 
    text-decoration: underline;
}
.le-edit-open .se_header {
    padding-top: 50px;
}
.le-edit-open #le_section-one {
    padding-top: 350px !important;
}

/* -- Hide Options in Color in Design Tab -- */
.aurora_color-options .aurora_style-menu-inner h4.aurora_style-section-title:nth-of-type(4) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner h4.aurora_style-section-title:nth-of-type(9) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(18) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(19) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(20) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(21) {
    display: none !important;
}
/*.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(35) {*/
/*    display: none !important;*/
/*}*/
/*.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(36) {*/
/*    display: none !important;*/
/*}*/
/*.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(37) {*/
/*    display: none !important;*/
/*}*/
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(40) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(41) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(42) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(43) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(44) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(45) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(46) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(47) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(48) {
    display: none !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    min-height: 0px !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_footer-area1 {
    margin-top: 50px;
}
#le_header-left {
    margin-top: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
}
.aurora_about #le_section-five-area2 {
}
.aurora_about #le_section-five-area4 {
}
.aurora_about #le_section-five-area5 {
}
.aurora_about #le_section-five-area6 {
}
.aurora_about #le_section-four {
    background-image: linear-gradient(rgba(38, 73, 96, 0.76), rgba(38, 73, 96, 0.76)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/waywellnesscenternew/media/mountains-889131_copy1.);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_about #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.79)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/waywellnesscenternew/way-wellness-center/happybuddhaheader.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_about #le_section-one-content3 {
    margin-top: 25px;
}
.aurora_about #le_section-seven {
    background-color: rgba(179, 162, 123, 0.28);
    margin-bottom: 38px;
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_about #le_section-seven-area2 {
    margin-right: 50px;
}
.aurora_about #le_section-seven-area3 {
}
.aurora_about #le_section-six {
    margin-top: 125px;
    margin-bottom: 125px;
}
.aurora_about #le_section-six-area2 {
    margin-right: 50px;
}
.aurora_about #le_section-six-area3 {
}
.aurora_about #le_section-three {
    margin-top: 75px;
    padding-bottom: 50px;
}
.aurora_about #le_section-three-area1 {
}
.aurora_about #le_section-three-area1 A {
    padding-top: 75px;
    padding-right: 200px;
    padding-bottom: 75px;
    padding-left: 200px;
}
.aurora_about #le_section-three-area2 {
}
.aurora_about #le_section-three-area3 {
}
.aurora_about #le_section-three-area4 {
}
.aurora_about #le_section-three-area5 {
}
.aurora_about #le_section-three-area6 {
}
.aurora_about #le_section-three-area7 {
}
.aurora_about #le_section-three-area8 {
}
.aurora_about #le_section-three-area9 {
}
.aurora_about #le_section-threea {
    background-color: rgb(38, 73, 96);
    padding-top: 75px;
    padding-right: 200px;
    padding-bottom: 75px;
    padding-left: 200px;
}
.aurora_about #le_section-threes {
    background-color: rgb(38, 73, 96);
}
.aurora_about #le_section-threes-area0 {
    margin-bottom: 50px;
    padding-top: 75px;
    padding-right: 200px;
    padding-bottom: 50px;
    padding-left: 200px;
}
.aurora_about #le_section-two {
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_about #le_section-two-area2 {
    text-align: center;
}
.aurora_about #le_section-two-area3 {
}
.aurora_acupuncture #le_section-five {
}
.aurora_acupuncture #le_section-four {
    background-color: rgba(179, 162, 123, 0.28);
    padding-top: 75px;
    padding-bottom: 125px;
}
.aurora_acupuncture #le_section-four-area1 {
    margin-top: 50px;
}
.aurora_acupuncture #le_section-four-area2 {
}
.aurora_acupuncture #le_section-four-area3 {
    margin-left: 50px;
}
.aurora_acupuncture #le_section-Fourteen-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/waywellnesscenternew/way-wellness-center/cupping.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-right: 25px;
    padding-bottom: 150px;
    padding-left: 25px;
}
.aurora_acupuncture #le_section-Fourteen-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/waywellnesscenternew/way-wellness-center/moxa.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-right: 25px;
    padding-bottom: 150px;
    padding-left: 25px;
}
.aurora_acupuncture #le_section-Fourteen-area6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/waywellnesscenternew/way-wellness-center/moxibustion.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-right: 25px;
    padding-bottom: 150px;
    padding-left: 25px;
}
.aurora_acupuncture #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.79)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/waywellnesscenternew/way-wellness-center/acuHeader_acumodelbagua.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_acupuncture #le_section-one-content3 {
}
.aurora_acupuncture #le_section-seven {
    background-color: rgb(38, 73, 96);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_acupuncture #le_section-six {
    margin-top: 125px;
    margin-bottom: 125px;
}
.aurora_acupuncture #le_section-six-area2 {
    margin-right: 50px;
}
.aurora_acupuncture #le_section-thirteen-area4 {
}
.aurora_acupuncture #le_section-thirteen-area5 {
}
.aurora_acupuncture #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_acupuncture #le_section-two-area1 {
    padding-right: 200px;
    padding-bottom: 50px;
    padding-left: 200px;
}
.aurora_acupuncture #le_section-two-area10 {
}
.aurora_acupuncture #le_section-two-area2 {
}
.aurora_acupuncture #le_section-two-area8 {
}
.aurora_acupuncture #le_section-two-area9 {
}
.aurora_allergy-elimination #le_section-Fifteen {
    padding-top: 75px;
    padding-bottom: 125px;
}
.aurora_allergy-elimination #le_section-Fifteen-area2 {
    border-radius: 50%;
    margin-bottom: 50px;
}
.aurora_allergy-elimination #le_section-five {
}
.aurora_allergy-elimination #le_section-four {
    background-color: rgba(179, 162, 123, 0.28);
    padding-top: 75px;
    padding-bottom: 125px;
}
.aurora_allergy-elimination #le_section-four-area2 {
    border-radius: 50%;
    margin-bottom: 50px;
    padding-bottom: 0px;
}
.aurora_allergy-elimination #le_section-four-area3 {
    margin-left: 50px;
}
.aurora_allergy-elimination #le_section-nineteen {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_allergy-elimination #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.79)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/waywellnesscenternew/way-wellness-center/allergyheader.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_allergy-elimination #le_section-one-content3 {
}
.aurora_allergy-elimination #le_section-seven {
    background-color: rgb(38, 73, 96);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_allergy-elimination #le_section-six {
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_allergy-elimination #le_section-six-area1 {
    margin-bottom: 75px;
    padding-right: 200px;
    padding-left: 200px;
}
.aurora_allergy-elimination #le_section-six-area2 {
    margin-top: 1px;
    margin-right: 50px;
    margin-bottom: 1px;
    margin-left: 1px;
}
.aurora_allergy-elimination #le_section-six-area3 {
    margin-left: 50px;
}
.aurora_allergy-elimination #le_section-Sixteen {
    background-color: rgb(38, 73, 96);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_allergy-elimination #le_section-twenty {
    background-color: rgb(38, 73, 96);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_allergy-elimination #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_allergy-elimination #le_section-two-area1 {
    padding-right: 200px;
    padding-bottom: 50px;
    padding-left: 200px;
}
.aurora_allergy-elimination #le_section-two-area10 {
}
.aurora_allergy-elimination #le_section-two-area2 {
    margin-bottom: 50px;
}
.aurora_allergy-elimination #le_section-two-area3 {
    margin-left: 50px;
}
.aurora_allergy-elimination #le_section-two-area8 {
}
.aurora_allergy-elimination #le_section-two-area9 {
}
.aurora_class-schedule #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.79)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/waywellnesscenternew/way-wellness-center/homeheader_happytravelerheader.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_contact #le_section-seven {
}
.aurora_contact #le_section-three {
    background-color: rgba(179, 162, 123, 0.28);
    margin-top: 75px;
    margin-bottom: 75px;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact #le_section-three-area1 {
    padding-right: 200px;
    padding-left: 200px;
}
.aurora_contact #le_section-two {
    padding-top: 100px;
    padding-bottom: 60px;
}
.aurora_contact #le_section-two-area2 {
}
.aurora_contact #le_section-two-area3 {
    margin-left: 50px;
}
.aurora_faq #le_section-five {
}
.aurora_faq #le_section-five-area1 {
}
.aurora_faq #le_section-four {
}
.aurora_faq #le_section-four-area2 {
}
.aurora_faq #le_section-four-area3 {
    margin-left: 50px;
}
.aurora_faq #le_section-nine {
}
.aurora_faq #le_section-nine-area2 {
}
.aurora_faq #le_section-nine-area3 {
}
.aurora_faq #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.79)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/waywellnesscenternew/way-wellness-center/FAQheader_happybuddha.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_faq #le_section-one-content3 {
}
.aurora_faq #le_section-seven {
    background-color: rgb(38, 73, 96);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_faq #le_section-seven-area1 {
}
.aurora_faq #le_section-six {
}
.aurora_faq #le_section-six-area1 {
    padding-right: 200px;
    padding-left: 200px;
}
.aurora_faq #le_section-three-area1 {
    padding-right: 200px;
    padding-bottom: 50px;
    padding-left: 200px;
}
.aurora_faq #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_faq #le_section-two-area1 {
    padding-right: 200px;
    padding-bottom: 50px;
    padding-left: 200px;
}
.aurora_faq #le_section-two-area10 {
}
.aurora_faq #le_section-two-area2 {
}
.aurora_faq #le_section-two-area8 {
}
.aurora_faq #le_section-two-area9 {
}
.aurora_fertility-support #le_section-five {
}
.aurora_fertility-support #le_section-four {
    background-color: rgba(179, 162, 123, 0.28);
    padding-top: 75px;
    padding-bottom: 125px;
}
.aurora_fertility-support #le_section-four-area2 {
    margin-bottom: 50px;
}
.aurora_fertility-support #le_section-four-area3 {
    margin-left: 50px;
}
.aurora_fertility-support #le_section-nine {
    padding-top: 75px;
    padding-bottom: 125px;
}
.aurora_fertility-support #le_section-nine-area3 {
    margin-left: 50px;
}
.aurora_fertility-support #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.79)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/waywellnesscenternew/way-wellness-center/guanyinheader.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_fertility-support #le_section-one-content3 {
}
.aurora_fertility-support #le_section-seven {
    background-color: rgb(38, 73, 96);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_fertility-support #le_section-six {
    padding-top: 75px;
    padding-bottom: 125px;
}
.aurora_fertility-support #le_section-six-area2 {
    margin-bottom: 50px;
    text-align: center;
}
.aurora_fertility-support #le_section-six-area3 {
    margin-left: 50px;
}
.aurora_fertility-support #le_section-thirteen {
    background-color: rgba(179, 162, 123, 0.28);
    padding-top: 75px;
    padding-bottom: 125px;
}
.aurora_fertility-support #le_section-thirteen-area2 {
    margin-bottom: 50px;
}
.aurora_fertility-support #le_section-thirteen-area3 {
    margin-left: 50px;
}
.aurora_fertility-support #le_section-two {
    padding-top: 100px;
    padding-bottom: 60px;
}
.aurora_fertility-support #le_section-two-area1 {
    padding-right: 200px;
    padding-bottom: 50px;
    padding-left: 200px;
}
.aurora_fertility-support #le_section-two-area10 {
}
.aurora_fertility-support #le_section-two-area2 {
}
.aurora_fertility-support #le_section-two-area8 {
}
.aurora_fertility-support #le_section-two-area9 {
}
.aurora_herbal-medicine #le_section-five {
}
.aurora_herbal-medicine #le_section-four {
    background-color: rgba(179, 162, 123, 0.28);
    padding-top: 75px;
    padding-bottom: 125px;
}
.aurora_herbal-medicine #le_section-four-area2 {
}
.aurora_herbal-medicine #le_section-four-area3 {
    margin-left: 50px;
}
.aurora_herbal-medicine #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.79)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/waywellnesscenternew/way-wellness-center/teapotsideheader.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_herbal-medicine #le_section-one-content3 {
}
.aurora_herbal-medicine #le_section-seven {
    background-color: rgb(38, 73, 96);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_herbal-medicine #le_section-six {
    padding-top: 75px;
    padding-bottom: 125px;
}
.aurora_herbal-medicine #le_section-six-area2 {
    border-radius: 50%;
    margin-bottom: 50px;
}
.aurora_herbal-medicine #le_section-six-area3 {
    margin-left: 50px;
}
.aurora_herbal-medicine #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_herbal-medicine #le_section-two-area1 {
    padding-right: 200px;
    padding-bottom: 50px;
    padding-left: 200px;
}
.aurora_herbal-medicine #le_section-two-area10 {
}
.aurora_herbal-medicine #le_section-two-area2 {
}
.aurora_herbal-medicine #le_section-two-area8 {
}
.aurora_herbal-medicine #le_section-two-area9 {
}
.aurora_home #le_headerRegion {
}
.aurora_home #le_section-eight {
    margin-top: 75px;
    margin-bottom: 7px;
}
.aurora_home #le_section-eight-area1 {
    margin-bottom: 75px;
}
.aurora_home #le_section-five-area4 {
    background-image: linear-gradient(rgba(67, 67, 67, 0.4), rgba(67, 67, 67, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/waywellnesscenternew/way-wellness-center/acupuncturehomepage.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 25px;
    padding-bottom: 100px;
    padding-left: 25px;
}
.aurora_home #le_section-five-area5 {
    background-image: linear-gradient(rgba(67, 67, 67, 0.4), rgba(67, 67, 67, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/waywellnesscenternew/way-wellness-center/massagehomepage.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 100px;
    padding-right: 25px;
    padding-bottom: 100px;
    padding-left: 25px;
}
.aurora_home #le_section-five-area6 {
    background-image: linear-gradient(rgba(67, 67, 67, 0.4), rgba(67, 67, 67, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/waywellnesscenternew/way-wellness-center/bowls-herbs.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 25px;
    padding-bottom: 100px;
    padding-left: 25px;
}
.aurora_home #le_section-four {
    background-image: linear-gradient(rgba(67, 67, 67, 0.4), rgba(67, 67, 67, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/waywellnesscenternew/media/mountains-889131.);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_home #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.79)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/waywellnesscenternew/way-wellness-center/homeheader_happytravelerheader.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-one-content3 {
    padding-top: 25%;
    padding-right: 25%;
    padding-bottom: 25%;
    padding-left: 25%;
}
.aurora_home #le_section-one-content4 {
}
.aurora_home #le_section-one-content5 {
}
.aurora_home #le_section-seven {
    background-color: rgb(174, 195, 176);
    padding-top: 75px;
    padding-bottom: 125px;
}
.aurora_home #le_section-seven-area1 {
}
.aurora_home #le_section-six {
    background-color: rgb(38, 73, 96);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home #le_section-six-area1 {
    padding-right: 200px;
    padding-left: 200px;
}
.aurora_home #le_section-three {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home #le_section-three-area8 {
}
.aurora_home #le_section-three-area9 {
}
.aurora_home #le_section-two {
    background-color: rgb(38, 73, 96);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_massage-therapy #le_section-eightteen {
    background-color: rgb(38, 73, 96);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_massage-therapy #le_section-eleven {
    background-color: rgba(255, 255, 255, 0.79);
}
.aurora_massage-therapy #le_section-Fifteen {
    background-color: rgb(38, 73, 96);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_massage-therapy #le_section-fIfteen {
    background-color: rgb(38, 73, 96);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_massage-therapy #le_section-five {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_massage-therapy #le_section-five-area1 {
}
.aurora_massage-therapy #le_section-four {
    background-color: rgba(179, 162, 123, 0.28);
    padding-top: 75px;
    padding-bottom: 125px;
}
.aurora_massage-therapy #le_section-four-area2 {
    margin-bottom: 50px;
}
.aurora_massage-therapy #le_section-four-area3 {
    margin-left: 50px;
}
.aurora_massage-therapy #le_section-nine {
    background-color: rgba(179, 162, 123, 0.28);
    padding-top: 75px;
    padding-bottom: 125px;
}
.aurora_massage-therapy #le_section-nine-area2 {
}
.aurora_massage-therapy #le_section-nine-area3 {
}
.aurora_massage-therapy #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.79)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/waywellnesscenternew/way-wellness-center/massage2.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_massage-therapy #le_section-one-content3 {
}
.aurora_massage-therapy #le_section-seven {
    background-color: rgba(179, 162, 123, 0.28);
    padding-top: 75px;
    padding-bottom: 125px;
}
.aurora_massage-therapy #le_section-seven-area1 {
}
.aurora_massage-therapy #le_section-seven-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/waywellnesscenternew/Roxanne_massage13.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
    margin-top: 40px;
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_massage-therapy #le_section-seven-bottom {
    background-color: rgb(38, 73, 96);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_massage-therapy #le_section-seventeen {
    background-color: rgba(179, 162, 123, 0.28);
    padding-top: 75px;
    padding-bottom: 125px;
}
.aurora_massage-therapy #le_section-seventeen-area2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/waywellnesscenternew/way-wellness-center/massage2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-radius: 50%;
    margin-top: 40px;
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_massage-therapy #le_section-six {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_massage-therapy #le_section-six-area1 {
    padding-right: 200px;
    padding-left: 200px;
}
.aurora_massage-therapy #le_section-sixteen {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_massage-therapy #le_section-sixteen {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_massage-therapy #le_section-sixteen-area1 {
    padding-right: 200px;
    padding-left: 200px;
}
.aurora_massage-therapy #le_section-sixteen-area1 {
    padding-right: 200px;
    padding-left: 200px;
}
.aurora_massage-therapy #le_section-ten {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_massage-therapy #le_section-ten-area1 {
    padding-right: 200px;
    padding-left: 200px;
}
.aurora_massage-therapy #le_section-twelve {
}
.aurora_massage-therapy #le_section-twelve-area1 {
}
.aurora_massage-therapy #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_massage-therapy #le_section-two-area1 {
    padding-right: 200px;
    padding-bottom: 50px;
    padding-left: 200px;
}
.aurora_massage-therapy #le_section-two-area10 {
}
.aurora_massage-therapy #le_section-two-area2 {
}
.aurora_massage-therapy #le_section-two-area8 {
}
.aurora_massage-therapy #le_section-two-area9 {
}
.aurora_other #le_section-Fifteen {
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_other #le_section-Fifteen-area2 {
    margin-bottom: 50px;
}
.aurora_other #le_section-five {
    background-color: rgb(38, 73, 96);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_other #le_section-five-area1 {
}
.aurora_other #le_section-four {
    background-color: rgba(179, 162, 123, 0.28);
    padding-top: 75px;
    padding-bottom: 125px;
}
.aurora_other #le_section-four-area2 {
    margin-bottom: 50px;
}
.aurora_other #le_section-four-area3 {
    margin-left: 50px;
}
.aurora_other #le_section-nine {
    background-color: rgba(255, 255, 255, 0.79);
}
.aurora_other #le_section-nine-area2 {
}
.aurora_other #le_section-nine-area3 {
}
.aurora_other #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.79)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/waywellnesscenternew/way-wellness-center/background-woodpattern_new.jpg);
    background-size: cover;
    background-position: center left;
}
.aurora_other #le_section-one-content3 {
}
.aurora_other #le_section-seven {
    background-color: rgba(255, 255, 255, 0.79);
}
.aurora_other #le_section-seven-area1 {
}
.aurora_other #le_section-six {
}
.aurora_other #le_section-six-area1 {
}
.aurora_other #le_section-Sixteen {
    background-color: rgba(179, 162, 123, 0.28);
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_other #le_section-Sixteen-area2 {
    margin-right: 50px;
}
.aurora_other #le_section-ten {
}
.aurora_other #le_section-ten-area2 {
    margin-bottom: 50px;
}
.aurora_other #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_other #le_section-two-area1 {
    padding-right: 200px;
    padding-bottom: 50px;
    padding-left: 200px;
}
.aurora_other #le_section-two-area10 {
}
.aurora_other #le_section-two-area2 {
}
.aurora_other #le_section-two-area8 {
}
.aurora_other #le_section-two-area9 {
}
.aurora_pricing #le_section-eleven {
    background-color: rgba(179, 162, 123, 0.28);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_pricing #le_section-eleven-area1 {
    padding-right: 200px;
    padding-left: 200px;
}
.aurora_pricing #le_section-five {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_pricing #le_section-five-area1 {
    padding-right: 350px;
    padding-left: 340px;
}
.aurora_pricing #le_section-four {
    background-color: rgba(179, 162, 123, 0.28);
    padding-top: 75px;
    padding-bottom: 100px;
}
.aurora_pricing #le_section-four-area1 {
    padding-right: 200px;
    padding-left: 200px;
}
.aurora_pricing #le_section-four-area2 {
}
.aurora_pricing #le_section-four-area3 {
    margin-left: 50px;
}
.aurora_pricing #le_section-nine {
    background-color: rgba(179, 162, 123, 0.28);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_pricing #le_section-nine-area1 {
    padding-right: 200px;
    padding-left: 200px;
}
.aurora_pricing #le_section-nine-area2 {
}
.aurora_pricing #le_section-nine-area3 {
}
.aurora_pricing #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.79)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/waywellnesscenternew/way-wellness-center/Pricingheader_goldenmonk.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_pricing #le_section-one-content3 {
}
.aurora_pricing #le_section-seven {
    background-color: rgb(38, 73, 96);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_pricing #le_section-seven-area1 {
}
.aurora_pricing #le_section-six {
    background-color: rgba(255, 255, 255, 0.79);
}
.aurora_pricing #le_section-six-area1 {
}
.aurora_pricing #le_section-ten {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_pricing #le_section-ten-area1 {
    padding-right: 200px;
    padding-left: 195px;
}
.aurora_pricing #le_section-thirteen {
}
.aurora_pricing #le_section-thirteen-area1 {
}
.aurora_pricing #le_section-twelve {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_pricing #le_section-twelve-area1 {
    padding-right: 200px;
    padding-left: 200px;
}
.aurora_pricing #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_pricing #le_section-two-area1 {
    padding-right: 200px;
    padding-bottom: 50px;
    padding-left: 200px;
}
.aurora_pricing #le_section-two-area10 {
}
.aurora_pricing #le_section-two-area2 {
}
.aurora_pricing #le_section-two-area8 {
}
.aurora_pricing #le_section-two-area9 {
}
.aurora_schedule #le_section-one {
}
.aurora_schedule #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_services #le_section-Fifteen-area1 {
    padding-right: 200px;
    padding-bottom: 50px;
    padding-left: 200px;
}
.aurora_services #le_section-five {
    background-color: rgb(38, 73, 96);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_services #le_section-five-area1 {
}
.aurora_services #le_section-four {
    background-color: rgba(179, 162, 123, 0.28);
    padding-top: 75px;
    padding-bottom: 125px;
}
.aurora_services #le_section-four-area1 {
    margin-top: 50px;
}
.aurora_services #le_section-four-area2 {
    margin-bottom: 50px;
}
.aurora_services #le_section-four-area3 {
    margin-left: 50px;
}
.aurora_services #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.79)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/waywellnesscenternew/way-wellness-center/massage4.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_services #le_section-one-content3 {
}
.aurora_services #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_services #le_section-two-area1 {
    padding-right: 200px;
    padding-bottom: 50px;
    padding-left: 200px;
}
.aurora_services #le_section-two-area10 {
}
.aurora_services #le_section-two-area2 {
}
.aurora_services #le_section-two-area8 {
}
.aurora_services #le_section-two-area9 {
}
.aurora_site-features #le_section-five-area4 {
}
.aurora_site-features #le_section-five-area5 {
}
.aurora_site-features #le_section-five-area6 {
}
.aurora_site-features #le_section-four {
}
.aurora_site-features #le_section-nine {
    margin-top: 50px;
    margin-bottom: 100px;
}
.aurora_site-features #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.79)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate4/template-photos/sauna-spa_copy.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_site-features #le_section-one-content3 {
    margin-top: 25px;
}
.aurora_site-features #le_section-seven {
}
.aurora_site-features #le_section-seven-area2 {
    margin-right: 50px;
}
.aurora_site-features #le_section-seven-area3 {
}
.aurora_site-features #le_section-six {
    background-color: rgb(38, 73, 96);
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_site-features #le_section-six-area2 {
    margin-right: 50px;
}
.aurora_site-features #le_section-six-area3 {
}
.aurora_site-features #le_section-six-area4 {
    background-color: rgb(38, 73, 96);
    padding-right: 25px;
    padding-left: 25px;
}
.aurora_site-features #le_section-thirteen {
    margin-top: 75px;
    margin-bottom: 100px;
}
.aurora_site-features #le_section-thirteen-area3 {
}
.aurora_site-features #le_section-thirteen-area7 {
}
.aurora_site-features #le_section-thirteen-area9 {
}
.aurora_site-features #le_section-three {
    margin-top: 75px;
    padding-bottom: 50px;
}
.aurora_site-features #le_section-three-area1 {
}
.aurora_site-features #le_section-three-area1 A {
    padding-top: 75px;
    padding-right: 200px;
    padding-bottom: 75px;
    padding-left: 200px;
}
.aurora_site-features #le_section-three-area2 {
    margin-bottom: 50px;
}
.aurora_site-features #le_section-three-area9 {
    margin-top: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
}
.aurora_site-features #le_section-threea {
    background-color: rgb(38, 73, 96);
    padding-top: 75px;
    padding-right: 200px;
    padding-bottom: 75px;
    padding-left: 200px;
}
.aurora_site-features #le_section-threes {
    background-color: rgb(38, 73, 96);
}
.aurora_site-features #le_section-threes-area0 {
    margin-bottom: 50px;
    padding-top: 75px;
    padding-right: 200px;
    padding-bottom: 50px;
    padding-left: 200px;
}
.aurora_site-features #le_section-two {
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_site-features #le_section-two-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/waywellnesscenternew/spa-front-desk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    border-radius: 50%;
    margin-top: 40px;
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_site-features #le_section-two-area3 {
}
.aurora_staff #le_section-one {
    background-image: linear-gradient(rgba(67, 67, 67, 0.4), rgba(67, 67, 67, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate4/template-photos/Spa-desk.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_staff #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_workshops #le_section-one {
}
.aurora_workshops #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.seFormButton {
    background-color: rgb(38, 73, 96);
    color: rgb(255, 255, 255);
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
    background-color: rgb(161, 146, 111);
    color: rgb(34, 34, 34);
    border-width: 0px;
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(38, 73, 96);
    color: rgb(255, 255, 255);
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
    background-color: rgb(255, 255, 255);
}
.se_footer a {
    color: rgb(38, 73, 96);
}
.se_footer a:hover {
    color: rgb(161, 146, 111);
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
    color: rgb(161, 146, 111);
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
    background-color: rgb(255, 255, 255);
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
    background-color: rgb(38, 73, 96);
}
.se_menu li.le_menuitem_level_0 a,.navicon {
    font-family: 'Open Sans';
    font-size: 17px;
    color: rgb(38, 73, 96);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgba(38, 73, 96, 0.88);
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(255, 255, 255);
    background-color: rgb(38, 73, 96);
}
.se_menu li.le_menuitem_level_1 a:hover {
    color: rgb(34, 34, 34);
    background-color: rgb(179, 162, 123);
}
.se_siteBranding a {
    font-size: 36px;
    color: rgb(255, 255, 255);
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
    color: rgb(38, 73, 96);
    font-size: 20px;
}
.se_social a:hover {
    color: rgb(161, 146, 111);
}
.se_tagline {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
    color: rgb(38, 73, 96);
}
a:hover {
    color: rgba(0, 0, 0, 0.63);
}
blockquote {
}
body .navicon {
    color: rgb(38, 73, 96);
}
h1, h1 a, .title1, .title1 a {
    font-size: 50px;
    color: rgb(38, 73, 96);
}
h2, h2 a, .title2, .title2 a {
    font-size: 35px;
    color: rgb(38, 73, 96);
}
h3, h3 a, .title3, .title3 a {
    font-size: 24px;
    color: rgb(38, 73, 96);
}
h4, h4 a, .title4, .title4 a {
    font-size: 22px;
}
h5, h5 a, .title5, .title5 a {
    font-size: px;
    color: rgb(38, 73, 96);
}
h6, h6 a, .title6, .title6 a {
    font-size: px;
    color: rgb(38, 73, 96);
}
hr {
}
p, ul, ol, dl {
    font-size: 17px;
    color: rgb(34, 34, 34);
    line-height: 1.5;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    #le_footer-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_header-left {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-five-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-seven-area2 {
    margin-right: 5px;
    margin-left: 5px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-seven-area3 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-six-area2 {
    margin-right: 5px;
    margin-left: 5px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-six-area3 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area1 A {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-threea {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-threes {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-threes-area0 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-two {
    margin-top: 25px;
    padding-top: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-two-area3 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acupuncture #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acupuncture #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acupuncture #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acupuncture #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acupuncture #le_section-four-area3 {
    margin-top: 75px;
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acupuncture #le_section-Fourteen-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acupuncture #le_section-Fourteen-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acupuncture #le_section-Fourteen-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acupuncture #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acupuncture #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acupuncture #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acupuncture #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acupuncture #le_section-six-area2 {
    margin-right: 5px;
    margin-left: 5px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acupuncture #le_section-thirteen-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acupuncture #le_section-thirteen-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acupuncture #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acupuncture #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acupuncture #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acupuncture #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acupuncture #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acupuncture #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allergy-elimination #le_section-Fifteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allergy-elimination #le_section-Fifteen-area2 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allergy-elimination #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allergy-elimination #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allergy-elimination #le_section-four-area2 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allergy-elimination #le_section-four-area3 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allergy-elimination #le_section-nineteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allergy-elimination #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allergy-elimination #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allergy-elimination #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allergy-elimination #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allergy-elimination #le_section-six-area1 {
    margin-bottom: 25px;
    padding-right: 10px;
    padding-bottom: 25px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allergy-elimination #le_section-six-area2 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allergy-elimination #le_section-six-area3 {
    margin-top: 25px;
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allergy-elimination #le_section-Sixteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allergy-elimination #le_section-twenty {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allergy-elimination #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allergy-elimination #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allergy-elimination #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allergy-elimination #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allergy-elimination #le_section-two-area3 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allergy-elimination #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allergy-elimination #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_class-schedule #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two-area3 {
    margin-top: 50px;
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-four-area3 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-nine-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-six-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_faq #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fertility-support #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fertility-support #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fertility-support #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fertility-support #le_section-four-area3 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fertility-support #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fertility-support #le_section-nine-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fertility-support #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fertility-support #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fertility-support #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fertility-support #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fertility-support #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fertility-support #le_section-six-area3 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fertility-support #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fertility-support #le_section-thirteen-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fertility-support #le_section-thirteen-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fertility-support #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fertility-support #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fertility-support #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fertility-support #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fertility-support #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fertility-support #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_herbal-medicine #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_herbal-medicine #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_herbal-medicine #le_section-four-area2 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_herbal-medicine #le_section-four-area3 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_herbal-medicine #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_herbal-medicine #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_herbal-medicine #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_herbal-medicine #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_herbal-medicine #le_section-six-area2 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_herbal-medicine #le_section-six-area3 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_herbal-medicine #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_herbal-medicine #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_herbal-medicine #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_herbal-medicine #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_herbal-medicine #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_herbal-medicine #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-content3 {
    padding-right: 10%;
    padding-left: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-content5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-eightteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-Fifteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-fIfteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-four-area3 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-nine-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-seven-bottom {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-seventeen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-seventeen-area2 {
    margin-bottom: 50px;
    padding-top: 350px;
    padding-bottom: 350px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-six-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-sixteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-sixteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-sixteen-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-sixteen-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-ten-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-twelve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-twelve-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage-therapy #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-Fifteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-Fifteen-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-four-area3 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-nine-area3 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-six-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-Sixteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-Sixteen-area2 {
    margin-right: 5px;
    margin-left: 5px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-eleven-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-five-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-four-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-four-area3 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-nine-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-nine-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-six-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-ten-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-thirteen-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-twelve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-twelve-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-Fifteen-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-four-area3 {
    margin-top: 75px;
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-five-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-seven-area2 {
    margin-right: 5px;
    margin-left: 5px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-seven-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-six-area2 {
    margin-right: 5px;
    margin-left: 5px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-six-area3 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-six-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-thirteen-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-thirteen-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-thirteen-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-three-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-three-area1 A {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-threea {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-threes {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-threes-area0 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-two {
    margin-top: 25px;
    padding-top: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-two-area2 {
    border-radius: 50%;
    margin-top: 0px;
    padding-top: 350px;
    padding-bottom: 350px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_site-features #le_section-two-area3 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staff #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staff #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops #le_section-two {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    #le_footer-area1 {
    padding-right: 29px;
    padding-left: 29px;
    }
}
@media screen and (max-width: 767.98px) {
    #le_header-left {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-five-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-one-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-seven-area2 {
    margin-right: 5px;
    margin-left: 5px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-seven-area3 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-six {
    margin-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-six-area2 {
    margin-right: 5px;
    margin-left: 5px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-six-area3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area1 A {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-threea {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-threes {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-threes-area0 {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two-area2 {
    text-align: center;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two-area3 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acupuncture #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acupuncture #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acupuncture #le_section-four-area1 {
    margin-top: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acupuncture #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acupuncture #le_section-four-area3 {
    margin-top: 50px;
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acupuncture #le_section-Fourteen-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acupuncture #le_section-Fourteen-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acupuncture #le_section-Fourteen-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acupuncture #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acupuncture #le_section-one-content3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acupuncture #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acupuncture #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acupuncture #le_section-six-area2 {
    margin-right: 5px;
    margin-bottom: 50px;
    margin-left: 5px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acupuncture #le_section-thirteen-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acupuncture #le_section-thirteen-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acupuncture #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acupuncture #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acupuncture #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acupuncture #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acupuncture #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acupuncture #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allergy-elimination #le_section-Fifteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allergy-elimination #le_section-Fifteen-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allergy-elimination #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allergy-elimination #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allergy-elimination #le_section-four-area2 {
    margin-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allergy-elimination #le_section-four-area3 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allergy-elimination #le_section-nineteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allergy-elimination #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allergy-elimination #le_section-one-content3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allergy-elimination #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allergy-elimination #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allergy-elimination #le_section-six-area1 {
    margin-bottom: 75px;
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allergy-elimination #le_section-six-area2 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allergy-elimination #le_section-six-area3 {
    margin-top: 25px;
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allergy-elimination #le_section-Sixteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allergy-elimination #le_section-twenty {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allergy-elimination #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allergy-elimination #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allergy-elimination #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allergy-elimination #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allergy-elimination #le_section-two-area3 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allergy-elimination #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allergy-elimination #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_class-schedule #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two-area3 {
    margin-top: 50px;
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-five-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-four-area3 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-nine-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-nine-area3 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-one-content3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-seven-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-six-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_faq #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fertility-support #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fertility-support #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fertility-support #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fertility-support #le_section-four-area3 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fertility-support #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fertility-support #le_section-nine-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fertility-support #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fertility-support #le_section-one-content3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fertility-support #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fertility-support #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fertility-support #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fertility-support #le_section-six-area3 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fertility-support #le_section-thirteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fertility-support #le_section-thirteen-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fertility-support #le_section-thirteen-area3 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fertility-support #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fertility-support #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fertility-support #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fertility-support #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fertility-support #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fertility-support #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_herbal-medicine #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_herbal-medicine #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_herbal-medicine #le_section-four-area2 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_herbal-medicine #le_section-four-area3 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_herbal-medicine #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_herbal-medicine #le_section-one-content3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_herbal-medicine #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_herbal-medicine #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_herbal-medicine #le_section-six-area2 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_herbal-medicine #le_section-six-area3 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_herbal-medicine #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_herbal-medicine #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_herbal-medicine #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_herbal-medicine #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_herbal-medicine #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_herbal-medicine #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    margin-bottom: 5%;
    padding-bottom: 5%;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-content3 {
    margin-bottom: 1px;
    padding-top: 35%;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-content5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven {
    padding-top: 50px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area8 {
    text-align: center;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area9 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-eightteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-eleven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-Fifteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-fIfteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-five-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-four-area3 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-nine-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-nine-area3 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-one-content3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-seven-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-seven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-seven-bottom {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-seventeen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-seventeen-area2 {
    margin-top: 0px;
    padding-top: 155px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-six-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-sixteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-sixteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-sixteen-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-sixteen-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-ten {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-ten-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-twelve {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-twelve-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage-therapy #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-Fifteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-Fifteen-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-five-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-four-area3 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-nine-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-nine-area3 {
    margin-top: 50px;
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-one-content3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-six-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-Sixteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-Sixteen-area2 {
    margin-right: 5px;
    margin-bottom: 50px;
    margin-left: 5px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-ten {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-ten-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-eleven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-eleven-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-five-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-four-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-four-area3 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-nine {
    padding-top: 75px;
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-nine-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-nine-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-nine-area3 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-one-content3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-seven-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-six-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-ten {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-ten-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-thirteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-thirteen-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-twelve {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-twelve-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-Fifteen-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-four-area1 {
    margin-top: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-four-area3 {
    margin-top: 50px;
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-one-content3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-two-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-five-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-one-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-seven-area2 {
    margin-right: 5px;
    margin-left: 5px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-seven-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-six {
    margin-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-six-area2 {
    margin-right: 5px;
    margin-left: 5px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-six-area3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-six-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-thirteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-thirteen-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-thirteen-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-thirteen-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-three-area1 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-three-area1 A {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-threea {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-threes {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-threes-area0 {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-two {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-two-area2 {
    border-radius: 50%;
    margin-top: 0px;
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_site-features #le_section-two-area3 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staff #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staff #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops #le_section-two {
    }
}

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
