@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

/* General Classes 
----------------------------------------------------------------------------------------------------*/


.mt10 {
    margin-top:10px;
}

.mt20 {
    margin-top:20px;
}
.mt30 {
    margin-top:30px;
}
.mt40 {
    margin-top:40px;
}
.mb10 {
    margin-bottom:10px;
}

.mb20 {
    margin-bottom:20px;
}
.mb30 {
    margin-bottom:30px;
}
.mb40 {
    margin-bottom:40px;
}
.pt40  {
    padding-top: 40px;
}






.row.empty-row [class^="col-"],
.row.empty-row [class*=" col-"]{
  min-height: 0;
}
.le-edit-open .row.empty-row [class^="col-"],
.le-edit-open .row.empty-row [class*=" col-"]{
    min-height: 1px;
}
.no-padding  {
    padding: 0px;
}

.live-view > iframe  {
    width: 100%;
}
.aurora_background_input_none.propsRemoveBgBtn  {
    color: #ffffff!important;
}


.list-inline ul{
    list-style: none;
    padding: 0 0 0 5px;
    margin: 0;
}

.list-inline ul li{
    display: inline;
    padding: 0;
    margin: 0 10px 0 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters[class^="col-"],
.no-gutters[class*=" col-"]{
  padding-right: 0;
  padding-left: 0;
}

.no-gutter-left {
    padding-left:0;
}

.force-width img {
    width: 100%;
    height: auto;
}


/* Expand
----------------------------------------------------------------------------------------------------*/
.expand {
    position: relative;
}
.expand h6 {
    position: relative; 
    font-size: 20px;
    padding: 15px 45px 15px 20px;
    line-height: 30px !important;
    font-weight: 400;
    border: .5px solid #363636;
    background-color: #ffffff;
    border-radius: 5px;
}
.expand h6:after {
    font-family: FontAwesome;
    content: "\f107";
    color: #363636;
    top: 25px;
    right: 15px;
    float: right;
    font-size: 16px !important;
    line-height: 15px;
    border-radius: 50%;
    padding: 0 3px;
    width: 20px;
    height: 20px;
    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 h6.active {
    margin-bottom: 10px !important;
}
.expand h6.active:after {
    /*content: '-';*/
    font-family: FontAwesome;
    content: "\f106";
    padding-left: 4px;
}
.expand h6:hover {
    cursor: pointer;
}
.expand p {
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 20px;
    line-height: 1.5;
}
.expand p a, .expand ul li a  {
    font-size: 16px;
}
.expand ul  {
    font-size: 16px;
    margin-bottom: 30px;
}



/* END General Classes 
----------------------------------------------------------------------------------------------------*/

body {
    background: rgba(149,200,216,.15);
    margin: 0 auto;
    color: #363636;
    font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 1.4;
}

hr {
    border: 0;
    height: 1px;
}


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

/* <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 900 */

.playfair-<uniquifier> {
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

a  {
    color: #2F474F;
}
a:link {
	text-decoration: underline;
}
a:hover {

}
a:focus { 
    outline: thin solid; 
}
a img {
	border: 0;
}
p {
	color: #323232;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 1.3;
	margin: 0;
	margin-bottom: 20px;
}
ul,ol {
    margin-top:0;
}

[le_content_type="text"].le_content ul {
    padding-left: 0;
    margin-left: 0;
}

/*[le_content_type="text"].le_content li {*/
/*    margin: .35em 0 .35em 1em;*/
/*}*/

h1, h1 a, .title1, .title1 a {
	font-family: "Playfair", serif;
	font-size: 84px;
	font-weight: 600;
	color: #363636;
	margin:0 0 .2em 0;
}
h2, h2 a, .title2, .title2 a {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin:0 0 1em 0;
	text-transform: uppercase;
}
h3, h3 a, .title3, .title3 a {
	font-family: "Playfair", serif;
	font-size: 44px;
	font-weight: 600!important;
	margin:0 0 .4em 0;
}
h4, h4 a, .title4, .title4 a {
    font-family: "Open Sans", sans-serif;
	font-size: 26px;
	font-weight: 600;
	margin:0 0 .4em 0;
	line-height: 1.4;
}
h5, h5 a, .title5, .title5 a {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin:0 0 .4em 0;
}
h6, h6 a, .title6, .title6 a {
	font-family: "Playfair", serif;
	font-size: 20px;
	font-weight: 400;
	margin:0 0 .8em 0;
}




/* Make sure font awesome icons that are links do not have underline on hover */
.fa a:hover, a.fa:hover {
    text-decoration: none;
}
.fa-plus-circle  {
    color: #1357FF;
}


.sub-header p {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.white-text h1,.white-text h2, .white-text h3, .white-text h4, .white-text p, .white-text   {
    color: #ffffff;
}

.pre-sub-header p:first-of-type {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 0px;
}
.underline h3  {
    border-bottom: 1px solid #2F474F;
    padding: 10px 0;
}


/* Forms
----------------------------------------------------------------------------------------------------*/

.le_form {
	color: #323232;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #323232;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	border: 0px solid transparent;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	margin: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
}
.wrapper input[type="text"],.wrapper input[type="email"],.wrapper input[type="password"], .wrapper textarea {
	padding: 10px;
	background-color: #fff;
	border: none;
	/*-moz-border-radius:10px;*/
	/*-webkit-border-radius:10px;*/
	/*border-radius: 10px;*/
	border:.5px solid #A6A6A6;
	box-shadow: none !important;
	color: #363636;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	margin: 0;
}

.wrapper textarea {
    padding: 10px 10px;
}
.recaptcha-terms  {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    font-size: 12px!important;
    text-align: center;
}
.recaptcha-terms a  {
    font-size: 12px!important;
}
.recaptcha-terms a:hover  {
    text-decoration: underline;
}


.bottom-form .form-control {
    height: 45px !important;
}
.bottom-form input[type="text"], .bottom-form input[type="email"], .bottom-form input[type="password"], .bottom-form textarea {
    padding: 15px 15px !important;
    
}
.bottom-form input[type="submit"].seFormButton {
    background-color: #2F474F !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
}
.bottom-form input[type="submit"].seFormButton:hover {
    background-color: #363636 !important;
}
.bottom-form .recaptcha-terms, .bottom-form .recaptcha-terms a {
    color: #363636 !important;
}
.bottom-form .target-p-element {
    font-size: 14px;
    width: 75%;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    line-height: 1.4em;
}
.le-captcha  {
    text-align: center;
}



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

/* -- Bootstrap form tweaks -- */
.form-control {
    height: 50px;
}
.form-group {
	margin-bottom: 20px;
	position: relative;
	line-height: normal;
}

/* -- 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;
    /*letter-spacing: .14em;*/
}
:-moz-placeholder { /* older Firefox*/
     font-size: 13px; 
    color: #A6A6A6;
    /*letter-spacing: .14em;*/
}
::-moz-placeholder { /* Firefox 19+ */ 
    font-size: 13px; 
    color: #A6A6A6;
    /*letter-spacing: .14em;*/
} 
:-ms-input-placeholder { 
    font-size: 13px; 
    color: #A6A6A6;
    /*letter-spacing: .14em;*/
}

.form-group label.title3 {
    padding-top: 30px;
    margin-bottom: 15px;
    display: block;
}

.le_form label {
    font-weight: 400;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: .5px;
    margin-bottom: 8px;
}
#form-1-control-field_2-1, #form-1-control-field_2-2, #form-1-control-field_2-3  {
    padding: 6px 10px 7px 10px;
}

input[type=radio], input[type=checkbox] {
    margin-top: 0px!important;
}



/* -- fieldset clearing -- */
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin:20px 0;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

@media all and (min-width: 768px) {
    .form-inline .form-control {
        max-width: 150px;
    }
}

/* ---- 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;
}

/* Buttons
----------------------------------------------------------------------------------------------------*/
button {
    border: none;
    padding: 0px;
    background-color: transparent;
}
p > a.se_button  {
    margin-top: 20px;
}

.se_button a, a.se_button, .button1 {
	position: relative;
	display: inline-block;
	color: #ffffff;
	background-color: #2F474F;
	margin-bottom: 15px;
	padding: 5px!important;
	margin-left: 20px;
	line-height: 1em;
	font-family: "Open Sans", sans-serif;
	font-weight:600;
	text-transform: uppercase;
	 /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 50px; 
    /* Firefox 1-3.6 */
    -moz-border-radius: 50px;  
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 50px;  
}
.primary-button a  {
    color: #ffffff!important;
}



.se_button a:hover, a:hover.se_button {
    text-decoration: none;
}
/*.se_button.button2 a, a.se_button.button2{*/
/*    padding: 15px 20px;*/
/*    -moz-border-radius: 500px;*/
/*    -webkit-border-radius: 500px;*/
/*    border-radius: 500px;*/
/*}*/
.se_button.fullwidthButton a, a.se_button.fullwidthButton{
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 25px 35px;
}

.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 14px 25px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 50px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 50px;  
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 50px;  
}
.seFormButton {
    background-color: #2F474F;
    color: #ffffff;
}
.seFormButton:hover {
    background-color: #1A1A1A;
    color: #ffffff;
}

.se_cta {
    display: block;
    margin-bottom: 20px;
	padding: 20px;
	font-size: 24px;
	background-color: #ffffff;
	border: 7px solid rgba(71, 63, 73, .7);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.se_cta:hover {
    border-color: #0da0b0;
}

.se_cta a, a.se_cta {
    color: #ffffff;
}
.se_cta a:hover, a:hover.se_cta {
    color: #e0e0e0;
    text-decoration: none;
}
.button1:hover  {
    background-color: #1A1A1A!important;
    color: #ffffff;
}

.button2, .se_button.button2 a, a.se_button.button2  {
    background-color: #ffffff!important;
    color: #363636!important;
	border: 1px solid #363636!important;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 50px; 
    /* Firefox 1-3.6 */
    -moz-border-radius: 50px; 
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 50px; 
    text-decoration: none;
    font-size: 16px;
    margin-left: 0px;
    padding: 14px 35px 14px 20px!important;
}

.button2:hover, .button2 a:hover, .se_button.button2 a:hover, a.se_button.button2:hover  {
    color: #1A1A1A!important;
    text-decoration: underline;
}



button > a.se_button.button1, .se_button.button1  {
	margin: 0px;
	padding: 15px 40px 15px 20px!important;
	font-size: .9em;
	text-decoration: none;
}
button > a.se_button.button1:after, .se_button.button1:after, button > a.se_button.button2:after, .se_button.button2:after  {
    display: inline-block;
    position: relative;
    left: 10px;
    font-family: FontAwesome;
    content: "\f105";
    height: 0;
    width: 0;
    font-size: 15px;
}

button > a.se_button.button1:hover:after, .se_button.button1:hover:after, button > a.se_button.button2:hover:after, .se_button.button2:hover:after {
    left: 14px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.button3, .se_button.button3 a, a.se_button.button3, .button3 a  {
    color: #363636!important;
	padding: 2px 10px!important;
	background-color: transparent;
	font-size: 16px;
	 text-decoration: none;
	 margin-left: 0px;
}

.button3:hover, .se_button.button3 a:hover, a.se_button.button3:hover, .button3 a:hover  {
    text-decoration: underline;
}

a.se_button.button3:after, .se_button.button3:after  {
    display: inline-block;
    position: relative;
    left: 10px;
    font-family: FontAwesome;
    content: "\f105";
    height: 0;
    width: 0;
    font-size: 15px;
}

a.se_button.button3:hover:after, .se_button.button3:hover:after  {
    left: 14px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}


/*.button3 a, a.se_button.button3  {*/
/*    margin-left: 0px;*/
/*    padding: 10px 20px!important;*/
/*}*/

/*.button3.white-button:hover  {*/
/*    color: #ffffff!important;*/
/*	border: 3px solid #ffffff!important;*/
/*}*/


/* Site Branding
----------------------------------------------------------------------------------------------------*/

.se_siteBranding {
    line-height:1;
    /*padding: 10px 0;*/
}

.se_siteBranding img {
    max-width: 100%;
    height: auto;
}
.se_siteBranding a {
	color: #363636;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	word-break: break-word;
	max-width: 100%;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.le_logo img {
    padding:5px 0;
    transition: all .3s ease;
}
.le_logo_text {
    font-size:100%;
    transition: all .3s ease
}
.se_tagline {
    margin-top: 8px;
	font-family: "Open Sans", sans-serif;
}


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

.wrapper {
	width: 100%;
	position: relative;
	right: 0;
	transition: right .3s ease;
}

.le-logged-in .page-wrapper {
    position: relative;
    top: 40px;
}

.se_WrapperContent {
    padding-top: 40px;
}

/* Header
----------------------------------------------------------------------------------------------------*/

.header-wrap {
    position:absolute;
    width: 100%;
    z-index: 300;
}
.le-edit-open .header-wrap, .header-wrap.no-feature, .aurora-page-wrapper .header-wrap {
    position:relative;
}

.header {
	padding: 0 20px 0px 30px;
	box-shadow: 0 1px 2px 0px #cccccc;
	background-color: #ffffff;
}
.header-top  {
    padding: 10px 0;
    background-color: rgb(237, 245, 248);
}
.header-top p {
    margin: 0px;
    font-size: 15px;
    text-align: right;
}
.header-top p a  {
    font-size: 15px;
    text-transform: uppercase;
}

/* Navigation (menu-bar)
----------------------------------------------------------------------------------------------------*/
.aurora_home #le_headerRegion, #le_headerRegion  {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.menu-bar {
    padding-right: 100px;
}
.menu-wrap{
    position:absolute;
    top:auto;
    padding-left:0;
}
.le-logged-in.OpenMobileMenu .mobile-menu-cap {
    height: 115px;
}
.OpenMobileMenu .wrapper {
    position: fixed;
}
.OpenMobileMenu .header {
    padding-right: 120px;
}
#no-hover {
    font-size: 18px !important;
}
#no-hover:hover {
    color: #fff !important;
}



/* Navigation (menu-bar)
----------------------------------------------------------------------------------------------------*/
.MainMenu {
    display: block;
    text-align: right;
}
.MainMenu ul {
    margin: 0;
    padding: 0;
}
.MainMenu li {
	list-style: none;
	list-style-type: none;
	position: relative;
	line-height: 1.3;
}
.MainMenu li.le_menuitem_level_0 {
	display: inline-block;
    /*padding: 12px 0;*/
}
.MainMenu .le_menu_level_1_container {
    position: absolute;
    left: 0;
}
.MainMenu ul.le_menu_level_1 {
    background-color: #fff;
    position: relative;
    left: 0;
    z-index: 10;
    display: none;
    margin-left: 20px;
    padding: 33px 0 0 0;
    text-align: left;
    height: auto;
}
.scrolled-nav .MainMenu ul.le_menu_level_1 {
    padding: 19px 0 0 0;
}
.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.MainMenu li.le_menuitem_level_1 a {
    display: block;
	padding: 8px 10px !important;
	margin: 0 !important;
	color: #363636;
	border-bottom: 1px solid #f4f4f4;
    font-family: "Open Sans", sans-serif;
	font-size: 14px !important;
	text-decoration: none;
	/*text-transform: uppercase;*/
	min-width: 200px;
}
.MainMenu li.le_menuitem_level_1 a:hover {
    background-color: #2F474F!important;
	color: #ffffff;
}
.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;
    margin-top: 20px;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    font-size: 30px;
}
.OpenMobileMenu .navicon:after {
    content: '\f00d';
    color: #000;
    right: 10px;
    top: 0;
    position: fixed;
    z-index: 100;
}
.navicon:hover {
    cursor: pointer;
}
.mobile-social {
    margin-top: -15px;
    padding-left: 10px;
}
.mobile-social a {
    text-decoration: none;
}
@media (max-width: 991px) { 
    /*.OpenMobileMenu .wrapper {*/
    /*    right:240px;*/
    /*}*/
    .se_menu {
        top: -100vh;
        position: absolute;
        transition: right .3s ease;
    }
    .MainMenu {
        padding: 0;
    }
    .OpenMobileMenu .se_menu {
        padding: 30px 0 0 20px;
        background-color: #ecf5f8;
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        transition: top .6s ease;
    }
    .le_menu_level_container {
    	position: relative;
    }
    .MainMenu li {
        display: block !important;
        text-align: left;
        width: 100%;
    }
    .MainMenu li.le_menuitem_level_0 {
        padding: 0;
        list-style: none !important;
	    list-style-type: none !important;
    }
    .MainMenu ul.le_menu_level_1 {
        background: rgba(255,255,255,0);
        padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px !important;
        display: block;
        text-decoration: none;
        border-bottom: 1px solid #d2d8db;
        width: 95%;
    }
    .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: #999;
    	height: 0;
    	width: 0;
    }
    .MainMenu li.hasChild > a.active-mobile-parent:after {
        content:"-";
    }
    .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;
    }
}

/* Navigation scroll and banner 
----------------------------------------------------------------------------------------------------*/


.header .header-wrap {
    position: relative;
}
.header-banner {
    width: 100%;
    height: auto;
    line-height: 10px;
}
#global-nav {
    position: fixed;
    top: 0;
    z-index: 2000;
    /*height: 150px;*/
    width: 100%;
    line-height: 100px;
    -webkit-transition: height .5s, line-height .5s; /* Safari */
    transition: height .5s, line-height .5s;
}
.scrolled-nav .navicon {
    /*margin-top: -28px;*/
    -webkit-transition: all .5s;
    transition: all .5s;
}
.scrolled-nav .se_menu {
    padding-top: 15px;
}
/*.contentwide {*/
/*    padding-top: 0;*/
/*}*/
/*.cookies {*/
/*    margin: auto;*/
/*    padding: 0 !important;*/
/*    color: #ffffff;*/
/*    padding: 12px 0 !important;*/
/*}*/
/*.cookieclose {*/
/*    right: 0;*/
/*    position: absolute;*/
/*    cursor: pointer;*/
/*    font-size: 18px;*/
/*}*/
/*.cookies p {*/
/*    color: #ffffff;*/
/*    margin-bottom: 0px;*/
/*    padding: 5px;*/
/*}*/
/*.nav-list li {*/
/*  list-style: none;*/
/*  display: inline-block;*/
/*  padding-left: 20px;*/
/*}*/

/* Main Content
----------------------------------------------------------------------------------------------------*/

.content {
	padding: 0;

}
.contentInner {
    padding: 15px;
}

.htmlSlide {
    width: 100%!important;
    max-width: 100%!important;
}

.aurora_home #le_featureContainer  {
    height: 100vh;
    width: 100vw;
}

p > img, li > img {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 25px; 
    /* Firefox 1-3.6 */
    -moz-border-radius: 25px; 
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 25px; 
    border: 1px solid #363636;
    /*box-shadow: 0 0 15px rgb(0 0 0 / 0.15);*/
}

.contact-info  {
    display: flex;
    align-items: center;
}

.contact-info ul  {
    list-style-type: none;
    margin: 0px;
    padding: 0 0 0 30px;
    text-align: left;
    margin-left: 25px!important;
}

.contact-title  {
    font-weight: 600;
    font-size: 1em;
}

.circle-img  img  {
    height: auto;
    margin-bottom: 20px;
    border-radius: 50%;
    /*transition: transform .25s ease;*/
}
.rounded-corner-img  img  {
    height: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    /*transition: transform .25s ease;*/
}

/*.circle-img:hover  img  {*/
/*    transform: scale(1.02);*/
/*}*/

.circle-treatment-img  img  {
    height: auto;
    border-radius: 50%;
    transition: transform .25s ease;
}

.circle-treatment-img:hover img {
    transform: scale(1.02);
}

.service-list, .service-list-img  {
    border-bottom: .5px solid #2F474F;
    padding: 10px 0;
    margin-bottom: 20px;
    position: relative;
    /*display: flex;*/
    /*align-items: center;*/
}
.service-list-img > p > img  {
    right: 8px;
    top: 40%;
    position: absolute;
    display: inline-block;
}
.service-list:after, .service-list-img:after {
    content: "\f105";
    font-family: 'FontAwesome';
    right: 8px;
    top: 40%;
    position: absolute;
    display: inline-block;
}
.service-list:hover:after, .service-list-img:hover:after {
    right: 0px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.service-list > p, .service-list-img > p  {
    margin-right: 50px;
}
.service-list ul, .service-list-img ul {
    list-style-type: none;
    margin-right: 20px;
    padding: 0 0 0 30px;
    text-align: left;
}

.service-list h5, .service-list-img h5  {
    margin-bottom: 10px;
}
.service-list p a, .service-list-img p a  {
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    position: absolute;
}
.service-list p a:hover, .service-list-img p a:hover  {
    cursor: pointer;
}

.price-list  {
    border-bottom: .5px solid #2F474F;
    padding: 10px 0;
    margin-bottom: 20px;
    display: flex;
    align-items: top;
}
.feature-content [le_content_type="htmlslider"] img {
    margin-bottom: -20px;
}
.hero img  {
    border-radius: 0px;
    border: none;
}
.hero .hero-text  {
    position: absolute;
    bottom: 30%;
    padding-left: 16%;
    width: 60%;
}
.hero .hero-text-container  {
    background-color: #ffffff;
    padding: 40px 40px 20px 40px;
    border-radius: 25px;
    border: 1px solid #000000;
}
/*.hero .hero-text p  {*/
/*    width: 60%;*/
/*}*/

.img-slider ul li:not(:first-child) {
    font-size: 14px;
    padding: 10px 10px 0 10px;
}

.img-slider ul li:nth-child(2) {
    font-weight: 600;
    text-transform: uppercase;
}
.img-slider .swiper-pagination {
    position: relative; 
    text-align: left; 
    margin-top: 20px;
}
.swiper-pagination-bullet-active {
    background: #95C8D8!important;
} 


/* Animations
----------------------------------------------------------------------------------------------------*/

.left-reveal {
    position: relative;
    opacity: 0;
}
.left-reveal.active {
    opacity: 1;
    animation: 1s ease 1 fade-left;
}
@keyframes fade-left {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.right-reveal {
    position: relative;
    opacity: 0;
}
.right-reveal.active {
    opacity: 1;
    animation: 1s ease 1 fade-right;
}
@keyframes fade-right {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.top-reveal {
    position: relative;
    opacity: 0;
}
.top-reveal.active {
    opacity: 1;
    animation: 1s ease 1 fade-top;
}
@keyframes fade-top {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.bottom-reveal {
    position: relative;
    opacity: 0;
}
.bottom-reveal.active {
    opacity: 1;
    animation: 1s ease 1 fade-bottom;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(-60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



/* Reviews - elfsight widget
----------------------------------------------------------------------------------------------------*/
.capcOd  {
    background-color: #ffffff!important;
}

.WidgetTitle__Container-sc-kd7lmy-0.gGHVJf.es-widget-title-container  {
    display: none!important;
}
.HeaderContainer__Inner-sc-mvslij-0.kexhGA.es-header-container.HeaderComponent__StyledHeader-sc-1skmixu-0.fisQVV  {
    display: none!important;
}
.HeaderComponent__Top-sc-1skmixu-2.ixrxvq.es-header-component-top {
    display: none!important;
}


/* Specials
----------------------------------------------------------------------------------------------------*/
.special-card  {
    background-color: #ffffff;
    border: 1px solid #707070;
    box-shadow: 0 0 15px rgb(0 0 0 / 0.15);
    margin-bottom: 40px;
    border-radius: 25px;
    padding: 40px 20px 15px 20px;
}

.special-card > p  {
    text-align: center;
    padding: 20px;
    padding-left: 20px!important;
    margin-bottom: 0px;
    font-size: 16px;
}
.special-card ul  {
    text-align: center;
    margin-bottom: 0px;
}
.special-card > p > img  {
    box-shadow: none;
    width: 30%;
    border-radius: 0px;
    padding-bottom: 0px;
}
.special-card .special-price  {
    font-family: "Playfair", serif;
    font-size: 44px;
    line-height: 48px;
    color: #363636;
    letter-spacing: -1px;
    font-weight: 600;
    padding-bottom: 0px;
}
.special-card h3  {
    font-size: 24px;
}
.special-details  {
    font-size: 16px;
}
.special-card .sp-small  {
    font-size: 30px;
    line-height: 0;
    font-family: "Playfair", serif;
    padding-bottom: 30px;
    border-bottom: 1px solid #2F474F;
    font-weight: 600;
}

/*.special-card > p:first-child  {*/
/*    font-family: "Playfair", serif;*/
/*    font-size: 150px;*/
/*}*/

.special-offer li:last-child {
    border-bottom: 4px solid #1357FF;
    margin: 40px 20px 20px 20px;
    padding-bottom: 30px;
}

.special-offer li {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
}

ul.special-details  {
    padding: 0px 30px;
    padding-left: 30px!important;
    margin-bottom: 20px;
}

.special-details > li:first-child  {
    font-size: 1.2em;
    font-weight: 600;
}



/* ------- Feature Area --------- */
.feature-container.has-feature .edit-instructions {
    display: none !important;
}

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

.footer {
    clear: both;
	padding: 80px 0 60px 0;
    text-align: center;
    background-color: #ffffff;
}
.footer-base {
    padding-top:15px;
}
.footer ul li, .footer p  {
	font-size: 14px;
	color: #363636;
	list-style-type: none;
}
.footer ul li  {
    margin: 0 0 10px 0!important;
}

.footer .le_menu  {
    padding-left: 0px;
    margin-bottom: 0px;
}
.footer .le_menu li {
    margin-bottom: 8px;
}
.footer .se_siteBranding  {
    text-align: left;
}
.footer .le_logo .le_logo_text {
    color: #363636;
    font-weight: 600;
}
/*.footer .le_logo a img  {*/
/*    padding: 10px;*/
/*    background-color: #ffffff;*/
/*    margin-bottom: 20px;*/
/*}*/
.footer a  {
    color: #2F474F;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}
.footer a:hover  {
    color: #363636;
    text-decoration: underline;
}

.footer .se_social {
    margin-bottom: 10px;
    text-align: center;
}

.se_social a {
    margin: 0 .15em;
    font-size: 16px;
}
.footer-menu p {
    font-size: 14px;
    margin-bottom: 20px;
}

.footer-menu ul li {
    list-style-type: none;
    margin: 0 0 .35em 0!important;
}

#le_footer-area2 ul li {
    list-style-type: none;
    text-align: left;
    text-decoration: none;
}
.border-top {
    border-top: 1px solid #2F474F;
    padding-top: 20px;
}



/* Media Queries
----------------------------------------------------------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

@media (max-width: 767px) { 
    .top-header {
        position: fixed;
        width: 100%;
        z-index: 1;
        top: 0;
    }
    .header {
        padding: 10px 0 10px 10px;
        width: 100%;
        z-index: 1;
    }
    .header-top p, .header-top p a  {
        font-size: 12px;
        text-align: center;
    }
    .subheader-hero  {
        font-size: 22px;
    }
    .feature-content [le_content_type="htmlslider"] img {
        height: 500px!important;
        margin-bottom: -20px;
    }
    .hero .hero-text {
        bottom: 10%;
        padding-left: 5%;
        width: 95%;
    }
    .hero .hero-text-container  {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 20px 20px 5px 20px;
        border: none;
    }
    .feature_blog_image {
        width: 100% !important;
        height: auto;
        float: none;
    }
    .feature_blog_image img {
        width: 100% !important;
        height: auto;
    }
    .blog_post_listing_title_section {
        text-align: center;
    }
    #blog_post_listing .feature_blog_image {
        float:none;
        text-align: center;
        margin-bottom: 20px;
    }
    #blog_post_listing .feature_blog_text {
        text-align: center;
        float: none;
    }
    #blog_post_listing a.read_more_link {
        display: table !important;
        margin: 15px auto 15px auto;
    }
    #blog_sidebar {
        float: left !important;
        width: 100% !important;
    }
    .blog_post_listing_sidebar {
        width: 100% !important;
    }
    /* Fix images, background color with no-padding expand into mobile menu when open */
    .no-padding {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    h1, h1 a, .title1, .title1 a  {
        font-size: 44px!important;
        margin-bottom: 30px;
    }
    h2, h2 a, .title2, .title2 a  {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    h3, h3 a, .title3, .title3 a  {
        font-size: 36px;
    }
    h6, h6 a, .title6, .title6 a  {
        font-size: 22px;
    }
    .sub-header p  {
        font-size: 18px;
    }
    .home-link {
        font-size: 1.05em;
    }
    .se_button a, a.se_button  {
        text-align: center;
    }
    .footer .col-xs-12  {
        margin-bottom: 20px;
    }
    .footer  {
        padding: 50px 0 0 0;
    }
    .footer a  {
        font-size: 16px;
    }
    .footer .se_siteBranding  {
        text-align: center;
    }
    
    .enrollment_box_text {
        width: 100%!important;
    }
    .se_social  {
        float: none;
    }
    .desktop-only  {
       display: none; 
    }
    .circle-img img  {
        margin: 0px 0 50px;
    }
    .bottom-card  {
        padding: 40px 20px 1px 20px!important;
        margin-bottom: 30px;
        border-radius: 40px!important;
    }
    .bottom-form {
        margin-top: 20px;
    }
    .bottom-form input[type="submit"].seFormButton {
        display: block;
        width: 100%;
        position: relative;
        top: -25px;
    }
    .service-menu, .skin-menu {
        display: none;
    }
    .req-con:before {
        margin-left: 0 !important;
        font-size: 14px !important;
    }
    .req-phone:before {
        margin-left: 10px !important;
        font-size: 12px !important;
    }
    .req-con, .req-phone {
        display: inline-block;
    }
    .req-con a, .req-phone a {
        font-size: 12px !important;
        text-decoration: none !important;
        padding-left: 5px !important;
    }
    .mobile-no-padding {
        padding: 0 0 0 20px !important;
    }
    .MainMenu2 .req-con:before {
        position: absolute;
        color: #fff;
        left: 0;
        top: 5px;
    }
    .MainMenu2 .req-con, .MainMenu2 .req-phone {
        padding-left: 15px !important;
    }
    .header .se_siteBranding img {
        max-width: 70px !important;
    }
    .footer .se_siteBranding img {
        width: 40%;
    }
    .aurora_home #le_featureContainer  {
        height: auto;
    }
    .side-img-list.sm ul  {
        border-right: 0px!important;
        justify-content: flex-start!important;
        margin-bottom: 20px;
        /*padding: 0 10px 10px 10px;*/
        /*border-bottom: 1px solid #2F474F;*/
    }
    .side-img-list ul  {
        padding-right: 0px!important;
    }
  
    .add-treatments  {
        margin: 0 15px;
        padding: 30px 30px 15px 30px;
    }
    #le_footer-area2 ul li  {
        text-align: center;
    }
    .bottom-form .target-p-element  {
        width: 100%;
        padding: 0;
    }
    p > img, li > img  {
        margin-bottom: 20px;
    }
    .mobile-header {
        background-color: #EEF6F9;
        text-align: center;
        padding: 20px 0;
    }
    .mobile-header a {
        font-size: 16px;
        text-decoration: none !important;
    }
    .mobile-header p {
        margin: 0 !important;
    }
    .mobile-request, .mobile-phone {
        position: relative;
    }
    .mobile-request:before {    
        font-family: 'FontAwesome';
        content: '\f133';
        color: #2F474F;
        padding-right: 8px;
        font-size: 15px;
        position: relative;
    }
    .mobile-phone:before {    
        font-family: 'FontAwesome';
        content: '\f3cf';
        color: #2F474F;
        padding-right: 8px;
        font-size: 13px;
        top: -1px;
        position: relative;
    }
    #le_featureContainer {
        margin-top: 135px;
    }
    #blog_post_listing  {
        margin: 140px 0 100px 0!important;
    }
    .wrapper {
        overflow: hidden;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .header .se_siteBranding img {
        max-width: 90px !important;
    }
    .header {
         padding: 0px; 
    }
    .feature-content [le_content_type="htmlslider"] img {
        height: 750px !important;
        margin-bottom: -20px;
    }
    .footer .se_siteBranding img {
        width: 40%;
    }
    .se_social {
        text-align: left;
    }
    .se_menu {
        float: right;
    }
    .service-menu {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        display: inline-block;
        line-height: 1 !important;
    	border-right: 1px solid #363636;
    	padding-right: 20px;
    }
    .skin-menu {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        display: inline-block;
        line-height: 1 !important;
    	border-right: 1px solid #363636;
    	padding: 0 20px;
    }
    .service-menu:hover, .skin-menu:hover {
        color: #6D9BAA;
        cursor: pointer;
    }
    .hero .hero-text {
        position: absolute;
        top: 30%;
        padding-left: 5%;
        width: 75%;
    }
    h4, h4 a, .title4, .title4 a  {
        font-size: 20px!important;
    }
    
    .se_button.secondary-button.white-button, .se_button.secondary-button  {
        color: #1357FF!important;
    }
    .se_button.secondary-button.white-button:hover  {
        color: #ffffff!important;
    }
    .se_button.secondary-button:hover  {
       color: #191919!important; 
    }
    .half-width-form-control {
        display: inline-block;
        width: calc(48% - 2px);
        margin: 0 8px 30px 0;
    }
    .border-right {
        border-right: 1px solid #363636;
        padding-right: 50px;
    }
    .bottom-form input[type="text"], .bottom-form input[type="email"], .bottom-form input[type="password"], .bottom-form textarea {
        margin-bottom: -23px !important;
        margin-right: 5px !important;
    }
    /*.row-same-height {*/
    /*    display:table;*/
    /*    width: 100%;*/
    /*    margin-right: 0px;*/
    /*    margin-left: 0px;*/
    /*}*/
    /*.feature-container .row-same-height  {*/
    /*    margin-right: -15px;*/
    /*    margin-left: -15px;*/
    /*}*/
    /*.row-same-height [class^="col-"],*/
    /*.row-same-height [class*="col-"]{*/
    /*    display: table-cell;*/
    /*    float: none;*/
    /*    vertical-align: middle;*/
    /*    padding: 0px 0px 0px 0px;*/
    /*}*/
    .le-edit-open #global-nav  {
         z-index: 0;
         position: relative;
    }
    .le-logged-in #global-nav  {
        top: 45px;
        z-index: 2;
    }
    .scrolled-nav {
      /*height: 40px !important;*/
      line-height: 40px !important;
    }
    .scrolled-nav .header  {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .scrolled-nav .le_logo a img  {
        height: 65px !important;
        padding: 0 !important;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    .mobile-header {
        display: none;
    }
    .special-card  {
        padding: 40px 10px 15px 10px;
    }
    .special-card .special-price {
        font-size: 34px;
        line-height: 40px;
    }
    .special-card .sp-small {
        font-size: 20px;
    }
    .special-card > p  {
        padding: 10px 0;
        padding-left: 0px!important;
    }
    .special-card button > a.se_button.button1, .special-card .se_button.button1  {
        font-size: 14px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /* ---- End Separate Mobile Menu ---- */
    
    .MainMenu li.le_menuitem_level_0 a {
        font-size: 16px;
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 10px;
    }
    .MainMenu li.le_menuitem_level_0 a {
        font-size: 12px;
        margin: 0 11px 0 11px;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        overflow: hidden;
        display: inline-block;
        position: relative;
        font-family: "Open Sans", sans-serif;
        padding-bottom: 7px;
        font-size: 16px;
        color: #363636;
        line-height: 20px;
        word-break: break-word;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
        margin-bottom: 10px;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
        /*color: #95C8D8;*/
    }
    .MainMenu li.le_menuitem_level_0 a {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        overflow: hidden;
    }
    .MainMenu li.le_menuitem_level_0 a:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 51%;
        right: 51%;
        bottom: 0;
        background: #95C8D8;
        height: 2px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .MainMenu li.le_menuitem_level_1 a:before {
        /*content: "";*/
        /*position: absolute;*/
        /*z-index: -1;*/
        /*left: 51%;*/
        /*right: 51%;*/
        /*bottom: 0;*/
        /*background: #95C8D8;*/
        height: 0px;
    }
    .MainMenu li.le_menuitem_level_0 a:hover:before, .MainMenu li.le_menuitem_level_0 a:focus:before, .MainMenu li.le_menuitem_level_0 a:active:before {
        left: 0;
        right: 0;
    }
    .MainMenu li.le_menuitem_level_0:last-of-type a {
        margin-right: 0 !important;
    }
    .MainMenu li.le_menuitem_level_0.hasChild > a:after {
        display: inline-block;
        position: relative;
        padding-left: 5px;
        top: -2px;
        font-family: "FontAwesome";
        content: '\f078';
        font-size: 11px;
        color: #363636;
    }
    
    .blog-text h2 {
        font-size: 14px !important;
    }
    .feature-content [le_content_type="htmlslider"] img {
        vertical-align: middle;
        width: 100%;
        height: auto;
    }
    .hero .hero-text {
        position: absolute;
        top: 30%;
        padding-left: 5%;
        width: 70%;
    }
    .row-same-height [class^="col-"],
    .row-same-height [class*="col-"]{
        padding: 0px 0px 0px 0px;
    }
    
    
    
    .row-same-height {
        display:table;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .feature-container .row-same-height  {
        margin-right: -15px;
        margin-left: -15px;
    }
    .row-same-height [class^="col-"],
    .row-same-height [class*="col-"]{
        display: table-cell;
        float: none;
        vertical-align: middle;
        padding: 0px 0px 0px 0px;
    }
    
    
    
    .se_social {
        text-align: right;
    }
    .footerLeft {
        text-align: left;
    }
    .footerMid {
        text-align: left;
    }
    .footerRight {
        text-align: right;
    }    
    .mobile-social {
        display: none;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .MainMenu li.le_menuitem_level_0 a {
        font-size: 16px;
        margin: 0 15px 0 15px;
    }
    .blog-text h2 {
        font-size: 18px !important;
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 10px;
    }
    .individualschedule #le_mb_week_schedule {
        padding: 0 50px !important;
    }
    .bottom-form input[type="text"], .bottom-form input[type="email"], .bottom-form input[type="password"], .bottom-form textarea {
        min-width: 300px !important;
    }
}
@media (min-width: 1300px) {
    .MainMenu li.le_menuitem_level_0 a {
        font-size: 16px;
        margin: 0 15px 0 15px;
    }
    .hero .hero-text {
        position: absolute;
        bottom: 30%;
        padding-left: 16%;
        width: 60%;
    }
}
@media (min-width: 1400px) {
    .MainMenu li.le_menuitem_level_0 a {
        font-size: 16px;
        margin: 0 20px 0 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;
}

.wrapper img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.feature-content .le_plugin_slider_container {
    margin:auto;
}
.feature-content [le_content_type="htmlslider"] img {
	vertical-align: middle;
    width: 100%;
	height: auto;
}
.wrapper table {
	border-spacing: 0 !important;
}
ul, ul li  {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
[le_content_type="text"].le_content ul  {
    margin-left: 0px;
}






/* Clear
----------------------------------------------------------------------------------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

  .le_metro_silver_button {
    display: inline-block;
    min-width: 75px;      
  }
  

/* Box Slider Fixes
----------------------------------------------------------------------------------------------------*/
.bx-wrapper .bx-controls-direction a {
    z-index: 100 !important;
}
.htmlPanel { /* Fixes shift of content when fade transition is applie */
    left: 0;
}

/* ---- Scale map down on mobile devices for easier scrolling ----*/

.mobile-map {
	max-width: 100%;
}

@media only screen and (max-width : 992px) { 
	.mobile-map {
		max-width: 80%;
	}
}

/* Mindbody
----------------------------------------------------------------------------------------------------*/
.appt_left_side  {
    width: 100%!important;
}

.mb_appt_wrapper h3  {
    font-size: 28px;
}



/* Blog
----------------------------------------------------------------------------------------------------*/
.blog_post_listing {
    padding: 0 !important;
    border: 1px solid #dddddd;
    justify-content: start !important;
}
.blog_post_listing .box-top {
    padding: 20px;
}
.blog_post_listing .title-flex, .blog_post_listing .title-flex h3 {
    margin-bottom: 0 !important;
    font-size: 28px;
}
.blog_post_listing .blog_post_listing_footer_section {
    display: none;
}
.feature_blog_text {
    height: 70px;
    overflow: hidden;
    text-decoration: none;
}
#blog_post_listing .feature_blog_text {
    float: none;
    font-size: 16px;
}
.blog_post_publishdatetime, #blog_post_listing .feature_blog_text  {
        font-family: "Open Sans", sans-serif;
}
.blog_post_tag_header, .blog_post_footer_section_label  {
    font-size: 18px;
}
.title-flex > h3  {
    font-size: 28px;
}

a.read_more_link {
    display: inline-block !important;
    text-transform: uppercase;
    border: 2px solid #000;
    margin-top: 10px !important;
    width: 160px;
}
.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';
    font-family: 'Open Sans';
    border-radius: 2px;
    background: rgba(199,232,42,.2);
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    display: block;
}






/* Classes that can be added in the advanced tab of most elements
========================================================================================== */

/* - Text Classes - */
.text-shadow-dark {
    text-shadow: 0px 1px 1px rgba(0,0,0,.45);
}
.text-shadow-light {
    text-shadow: 0px 1px 1px rgba(255,255,255,.65)
}

/* - List Classes - */
/* Use the following CSS code if you want to have a class per icon */
.checklist ul, .treatment-details ul { 
    padding-left:50px!important; 
    list-style:none; 
}
.checklist ul li, .treatment-details ul li { 
    margin-bottom:15px!important; 
    text-indent: -0.6em;
}
.checklist ul li:before, .treatment-details ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 10px 0 -15px;
    color: #2F474F;
}
.checklist-circle ul { 
    padding-left:20px; 
    list-style:none; 
}
.checklist-circle ul li { 
    margin-bottom:10px; 
}
.checklist-circle ul li:before {    
    font-family: 'FontAwesome';
    content: '\f058';
    margin:0 5px 0 -15px;
}
.list ul {
    padding-left: 50px!important;
   
}
.list ul li {
    margin-bottom:10px; 
    text-indent: -0.2em;
     list-style-type: disc;
}

.treatment-add ul {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    list-style-type:none;
    font-size: 16px;
}

.treatment-add ul li {
    margin-bottom: 15px;
}

.treatment-add ul li:before  {
    font-family: 'FontAwesome';
    content: '\2b';
    padding: 0 10px 0px 0px;
    font-size: 12px;
    color: #2F474F;
}
.treatment-details  {
    background-color: #ffffff;
    border-radius: 25px;
    border: .5px solid #363636;
    padding: 0px 50px 50px 50px;
    margin: 40px 0;
}
.treatment-details .row{
    border-bottom: .5px solid #363636;
    padding: 50px 0;
}
.treatment-details .row:last-child{
    border-bottom: none;
    padding: 50px 0 0 0;
}
.add-treatments  {
    background-color: #ffffff;
    border-radius: 25px;
    border: .5px solid #363636;
    padding: 50px 50px 15px 50px;
}
.treatment-time p, .treatment-price p  {
    font-size: 16px;
    text-indent: -1.5em;
    margin-left: 24px;
}
.treatment-time p:before  {
    font-family: 'FontAwesome';
    content: '\f017';
    padding: 0 10px 0px 0px;
    font-size: 15px;
    color: #2F474F;
}
.treatment-price p:before  {
    font-family: 'FontAwesome';
    content: '\24';
    padding: 0 10px 0px 5px;
    font-size: 15px;
    color: #2F474F;
}

.side-img-copy ul, .side-img-list ul, .side-img-list.sm ul {
    display: flex;
    /*justify-content: flex-start;*/
    justify-content: center;
    list-style-type:none;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    border-right: 1px solid #363636;
    padding-right: 20px;
    color: #000000;
}
.side-img-list.sm.no-border ul  {
    border-right: none;
}

/*.side-img-copy ul li img {*/
/*    height: 50px;*/
/*    margin-right: 20px;*/
/*    border-radius: 50%;*/
/*    transition: transform .25s ease;*/
/*}*/
.side-img-list ul  {
    border-right: none;
    align-items: flex-start;
    margin-bottom: 30px;
}
.side-img-list ul li:first-child {
    margin-right: 30px;
    flex-basis: 70px;
    flex-grow: 0;
    flex-shrink: 0;
}
.side-img-list.sm ul li:first-child {
    margin-right: 20px;
    flex-basis: 65px;
    flex-grow: 0;
    flex-shrink: 0;
}
.side-img-list ul li img, .side-img-list.sm ul li img {
    border-radius: 50%;
}
.side-img-list ul li p, .side-img-list ul li p a {
    font-size: 16px;
}

/*.side-img-copy ul li > .fas {*/
/*    margin-right: 20px;*/
/*    color: #2F474F;*/
/*}*/


/* ---- Responsive text aligning ---- */
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
}

@media (min-width:1200px) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
}


/* -- Display Cards -- */

.display-card {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,.08);
    padding: 20px;
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    transition: box-shadow .3s ease;
}

.display-card:hover {
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}

.bottom-card  {
    color: #ffffff;
    background-color: rgb(19, 87, 255);
    padding: 40px 40px 20px 40px;
    border-radius: 30px;
}
.bottom-card p  {
    color: #ffffff;
    margin-top: 40px;
}
.bottom-card .le_form  {
    color: #ffffff;
}
.bottom-card .seFormButton  {
    background-color: #ffffff;
    color: #363636;
}
.bottom-card .seFormButton:hover  {
    background-color: #363636;
    color: #ffffff;
}
.bottom-card .recaptcha-terms a  {
    color: #ffffff;
    font-size: 12px!important;
}


.border-card  {
    border: 5px solid rgb(19, 87, 255);
    border-radius: 20px;
    padding: 0 0 30px 0;
    background-color: #ffffff;
}
.border-card p:first-child  {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 30px;
    background-color: rgb(19, 87, 255);
    padding: 20px;
    color: #ffffff;
}
.border-card p:last-child  {
    margin-top: 20px;
}
.border-card p  {
    font-size: 1.2em;
    font-weight: 600;
}
[le_content_type="text"].le_content ul  {
    margin-left: auto;
}
.border-card ul  {
    margin: 0 auto;
    width: 80%;
}

.border-card ul li  {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    padding: 8px;
}
.benefit  {
    padding: 0 20px;
}

.benefit > h4  {
    border-bottom: 5px solid rgb(19, 87, 255);
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.benefit ul  {
    padding: 8px;
    margin-left: 10px!important;
}
.benefit li {
    margin: 0.35em 0 0.35em 1em;
    text-indent: -0.5em;
}
.benefit ul li:before {
    font-family: 'FontAwesome';
    content: '\f054';
    margin: 0 10px 0 -15px;
    color: rgb(253, 3, 10);
}




/* -- Mobile Only Theme Styles -- */
@media all and (max-width: 768px) {
    .mobile-center {
        text-align: center !important; /* needs important incase Aurora advanced tab align setting differs */
        margin: auto;
    }
    .mobile-hide {
        display: none !important; /* needs important incase Aurora advanced tab align setting differs */
    }
}

/* --------- End Theme Styles --------- */


/* ------- System fixes (These should be added to Aurora and not done in the template) ---- */
@media all and (max-width:1279px){
    #auroraContentContainer {
    	min-width:100%;
    	position: relative;
    	top: 0px;
    }
}
.aurora_pushContent {
    left:200px;
    margin-left:0 !important;
}

.le-logged-in #auroraContentContainer {
	top: 40px;
}

.le_region_name {
    font-family: 'Helvetica', arial, sans-serif !important;
    font-weight: normal !important;
}
.le_region_overlay_container {
    margin-top:0;
}

/* -- End System Fixes -- */

/* -- Search Results Page -- */
.search_result {
  clear: both;
}

/* ---- CSSE Animation Preset ---- */
.hideme {
  opacity:0;
}
.showme {
  opacity:1;
}
/* -- Disable CSS Animations when in edit mode -- */
.le-edit-open .animated{
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}



/* ========================================== Theme Speficic UI Styles ========================================== */
.expander {
    visibility: hidden;
    position: fixed;
    z-index: 1001;
    top:40px;
    left:0;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 26px;
    text-align: center;
    background: #537fbc;
    color: white;
    cursor: pointer;
    border-radius: 0 0 2px 0;
    transition: left .2s ease;
}
.expander:hover {
    background: #3e63b8;
}

.le-edit-open .expander,
.le-design-open .expander{
    left: 200px;
    visibility: visible;
    width: 26px;
    height: 26px;
}

.expander:before {
    display: block;
    font-family: "FontAwesome";
    content: '\f065';
    transform: rotate(90deg);
}
.expanded-view .expander {
    left:0;
}
.expanded-view .expander:before {
    content: '\f066';
}

/* --- 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;
}


/* --- Helper Instructions when in edit mode --- */

.edit-instructions {
    display: none;
}

.le-edit-open .edit-instructions {
    display: block;
    clear: both;
    padding: 10px;
    border-radius: 2px;
    background: rgba(199,232,42,.2);
}
.le-edit-open .edit-instructions a{ 
    text-decoration: underline;
}
.le-logged-in .MainMenu2 {
    margin-top: 40px !important;
}
.le-logged-in .OpenMobileMenu .navicon:after {
    position: relative !important;
}
.le-edit-open #global-nav {
    position: relative !important;
}
.le-edit-open .mobile-header {
    display: block;
}
.aurora_header_bar a {
    text-decoration: none !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_header-text {
}
.aurora_about-us #le_feature-content1 {
}
.aurora_about-us #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/background/newyou-med-spa-texture-gb-bkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 150px;
}
.aurora_about-us #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_about-us #le_section-five {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_about-us #le_section-five-area1 {
    margin-bottom: 50px;
}
.aurora_about-us #le_section-five-area8 {
    margin-left: 50px;
}
.aurora_about-us #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/background/newyou-med-spa-request-consultation-home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_about-us #le_section-four-area6 {
}
.aurora_about-us #le_section-six {
}
.aurora_about-us #le_section-six-area1 {
    margin-bottom: 50px;
}
.aurora_about-us #le_section-three {
    margin-bottom: 150px;
}
.aurora_about-us #le_section-three-area1 {
}
.aurora_about-us #le_section-three-area6 {
}
.aurora_about-us #le_section-three-area9 {
}
.aurora_about-us #le_section-two {
    margin-top: 125px;
    margin-bottom: 75px;
}
.aurora_acne #le_feature-content1 {
    margin-top: 115px;
}
.aurora_acne #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/skin-concerns/newyou-med-spa-skin-concern-acne.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
    padding-bottom: 400px;
}
.aurora_acne #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_acne #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_acne #le_section-eight {
}
.aurora_acne #le_section-four {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_acne #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_acne #le_section-four-area11 {
}
.aurora_acne #le_section-nine {
    background-image: linear-gradient(rgba(255, 255, 255, 0.27), rgba(255, 255, 255, 0.27)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/background/newyou-med-spa-texture-gb-bkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_acne #le_section-nine-area10 {
}
.aurora_acne #le_section-nine-area6 {
    padding-top: 25%;
    padding-right: 50px;
}
.aurora_acne #le_section-nine-area8 {
}
.aurora_acne #le_section-nine-area9 {
}
.aurora_acne #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_acne #le_section-seven {
}
.aurora_acne #le_section-seven-area7 {
    padding-left: 50px;
}
.aurora_acne #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_acne #le_section-six {
}
.aurora_acne #le_section-six-area1 {
}
.aurora_acne #le_section-three {
}
.aurora_acne #le_section-three-area1 {
}
.aurora_acne #le_section-two {
    padding-top: 125px;
    padding-bottom: 50px;
}
.aurora_acne #le_section-two-area1 {
}
.aurora_acne-copy---test #le_feature-content1 {
    margin-top: 115px;
}
.aurora_acne-copy---test #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/skin-concerns/newyou-med-spa-skin-concern-discoloration.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
    padding-bottom: 400px;
}
.aurora_acne-copy---test #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_acne-copy---test #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_acne-copy---test #le_section-eight {
}
.aurora_acne-copy---test #le_section-four {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_acne-copy---test #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_acne-copy---test #le_section-four-area11 {
}
.aurora_acne-copy---test #le_section-nine {
    background-image: linear-gradient(rgba(255, 255, 255, 0.27), rgba(255, 255, 255, 0.27)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/background/newyou-med-spa-texture-gb-bkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_acne-copy---test #le_section-nine-area10 {
}
.aurora_acne-copy---test #le_section-nine-area6 {
    padding-top: 25%;
    padding-right: 50px;
}
.aurora_acne-copy---test #le_section-nine-area8 {
}
.aurora_acne-copy---test #le_section-nine-area9 {
}
.aurora_acne-copy---test #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_acne-copy---test #le_section-seven {
}
.aurora_acne-copy---test #le_section-seven-area7 {
    padding-left: 50px;
}
.aurora_acne-copy---test #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_acne-copy---test #le_section-six {
}
.aurora_acne-copy---test #le_section-six-area1 {
}
.aurora_acne-copy---test #le_section-three {
}
.aurora_acne-copy---test #le_section-three-area1 {
}
.aurora_acne-copy---test #le_section-two {
    padding-top: 125px;
    padding-bottom: 50px;
}
.aurora_acne-copy---test #le_section-two-area1 {
}
.aurora_aging #le_feature-content1 {
    margin-top: 115px;
}
.aurora_aging #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/skin-concerns/newyou-med-spa-skin-concern-aging.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 350px;
}
.aurora_aging #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_aging #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_aging #le_section-eight {
}
.aurora_aging #le_section-four {
    margin-top: 100px;
    margin-bottom: 125px;
}
.aurora_aging #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_aging #le_section-four-area11 {
}
.aurora_aging #le_section-nine {
    background-image: linear-gradient(rgba(255, 255, 255, 0.27), rgba(255, 255, 255, 0.27)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/background/newyou-med-spa-texture-gb-bkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_aging #le_section-nine-area10 {
}
.aurora_aging #le_section-nine-area6 {
    padding-top: 25%;
    padding-right: 50px;
}
.aurora_aging #le_section-nine-area8 {
}
.aurora_aging #le_section-nine-area9 {
}
.aurora_aging #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_aging #le_section-seven {
}
.aurora_aging #le_section-seven-area7 {
    padding-left: 50px;
}
.aurora_aging #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_aging #le_section-six {
}
.aurora_aging #le_section-six-area1 {
}
.aurora_aging #le_section-three {
}
.aurora_aging #le_section-three-area1 {
}
.aurora_aging #le_section-two {
    padding-top: 125px;
    padding-bottom: 50px;
}
.aurora_aging #le_section-two-area1 {
}
.aurora_biologique-recherche-customized-facial #le_feature-content1 {
    margin-top: 115px;
}
.aurora_biologique-recherche-customized-facial #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/skincare-treatments/newyou-medspa-biologique-recherche-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 430px;
    padding-bottom: 430px;
}
.aurora_biologique-recherche-customized-facial #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_biologique-recherche-customized-facial #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_biologique-recherche-customized-facial #le_section-eight {
}
.aurora_biologique-recherche-customized-facial #le_section-four {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_biologique-recherche-customized-facial #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_biologique-recherche-customized-facial #le_section-four-area11 {
}
.aurora_biologique-recherche-customized-facial #le_section-nine {
}
.aurora_biologique-recherche-customized-facial #le_section-nine-area10 {
}
.aurora_biologique-recherche-customized-facial #le_section-nine-area8 {
}
.aurora_biologique-recherche-customized-facial #le_section-nine-area9 {
}
.aurora_biologique-recherche-customized-facial #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_biologique-recherche-customized-facial #le_section-seven {
}
.aurora_biologique-recherche-customized-facial #le_section-seven-area7 {
}
.aurora_biologique-recherche-customized-facial #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_biologique-recherche-customized-facial #le_section-six {
}
.aurora_biologique-recherche-customized-facial #le_section-six-area1 {
}
.aurora_biologique-recherche-customized-facial #le_section-three {
    margin-top: 25px;
    margin-bottom: 100px;
}
.aurora_biologique-recherche-customized-facial #le_section-three-area1 {
    margin-bottom: 50px;
}
.aurora_biologique-recherche-customized-facial #le_section-three-area10 {
    margin-top: 25px;
}
.aurora_biologique-recherche-customized-facial #le_section-two {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_body-contouring #le_feature-content1 {
    margin-top: 115px;
}
.aurora_body-contouring #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/body-treatments/newyou-med-icoone-body-contouring-system-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
    padding-bottom: 425px;
}
.aurora_body-contouring #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_body-contouring #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_body-contouring #le_section-eight {
}
.aurora_body-contouring #le_section-four {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_body-contouring #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_body-contouring #le_section-four-area11 {
}
.aurora_body-contouring #le_section-nine {
}
.aurora_body-contouring #le_section-nine-area10 {
}
.aurora_body-contouring #le_section-nine-area8 {
}
.aurora_body-contouring #le_section-nine-area9 {
}
.aurora_body-contouring #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_body-contouring #le_section-seven {
}
.aurora_body-contouring #le_section-seven-area7 {
}
.aurora_body-contouring #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_body-contouring #le_section-six {
}
.aurora_body-contouring #le_section-six-area1 {
}
.aurora_body-contouring #le_section-three {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_body-contouring #le_section-three-area1 {
    margin-bottom: 50px;
}
.aurora_body-contouring #le_section-two {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_book-appointment #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_book-appointment #le_section-four {
}
.aurora_book-appointment #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_book-appointment #le_section-four-area11 {
}
.aurora_book-appointment #le_section-six {
    margin-bottom: 125px;
}
.aurora_book-appointment #le_section-six-area1 {
    margin-bottom: 50px;
}
.aurora_book-appointment #le_section-six-area11 {
    margin-top: 50px;
}
.aurora_book-appointment #le_section-six-area8 {
    margin-left: 50px;
}
.aurora_book-appointment #le_section-three {
    margin-bottom: 100px;
}
.aurora_book-appointment #le_section-three-area10 {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(47, 71, 79);
    border-width: 0.5px;
    border-radius: 25px;
    margin-top: -100px;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}
.aurora_book-appointment #le_section-three-area9 {
}
.aurora_book-appointment #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/background/newyou-med-spa-request-consultation.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 300px;
    padding-bottom: 200px;
}
.aurora_book-appointment #le_section-two-area5 {
}
.aurora_book-appointment #le_section-two-area6 {
}
.aurora_cellulite-icoone-body #le_feature-content1 {
    margin-top: 115px;
}
.aurora_cellulite-icoone-body #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/skin-concerns/newyou-med-spa-skin-concern-cellulite.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 350px;
}
.aurora_cellulite-icoone-body #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_cellulite-icoone-body #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_cellulite-icoone-body #le_section-eight {
}
.aurora_cellulite-icoone-body #le_section-four {
    margin-top: 100px;
    margin-bottom: 125px;
}
.aurora_cellulite-icoone-body #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_cellulite-icoone-body #le_section-four-area11 {
}
.aurora_cellulite-icoone-body #le_section-nine {
    background-image: linear-gradient(rgba(255, 255, 255, 0.27), rgba(255, 255, 255, 0.27)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/background/newyou-med-spa-texture-gb-bkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_cellulite-icoone-body #le_section-nine-area10 {
}
.aurora_cellulite-icoone-body #le_section-nine-area6 {
    padding-top: 25%;
    padding-right: 50px;
}
.aurora_cellulite-icoone-body #le_section-nine-area8 {
}
.aurora_cellulite-icoone-body #le_section-nine-area9 {
}
.aurora_cellulite-icoone-body #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_cellulite-icoone-body #le_section-seven {
}
.aurora_cellulite-icoone-body #le_section-seven-area7 {
    padding-left: 50px;
}
.aurora_cellulite-icoone-body #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_cellulite-icoone-body #le_section-six {
}
.aurora_cellulite-icoone-body #le_section-six-area1 {
}
.aurora_cellulite-icoone-body #le_section-three {
}
.aurora_cellulite-icoone-body #le_section-three-area1 {
}
.aurora_cellulite-icoone-body #le_section-two {
    padding-top: 125px;
    padding-bottom: 50px;
}
.aurora_cellulite-icoone-body #le_section-two-area1 {
}
.aurora_cellulite-icoone-body1 #le_feature-content1 {
    margin-top: 115px;
}
.aurora_cellulite-icoone-body1 #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/skincare-treatments/newyou-med-spa-skin-treatment-dermaplaning.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 350px;
}
.aurora_cellulite-icoone-body1 #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_cellulite-icoone-body1 #le_section-eight {
}
.aurora_cellulite-icoone-body1 #le_section-four {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_cellulite-icoone-body1 #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_cellulite-icoone-body1 #le_section-four-area11 {
}
.aurora_cellulite-icoone-body1 #le_section-nine {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/background/newyou-med-spa-texture-gb-bkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_cellulite-icoone-body1 #le_section-nine-area10 {
}
.aurora_cellulite-icoone-body1 #le_section-nine-area8 {
}
.aurora_cellulite-icoone-body1 #le_section-nine-area9 {
}
.aurora_cellulite-icoone-body1 #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_cellulite-icoone-body1 #le_section-seven {
    background-color: rgb(255, 255, 255);
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_cellulite-icoone-body1 #le_section-seven-area7 {
    padding-left: 50px;
}
.aurora_cellulite-icoone-body1 #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_cellulite-icoone-body1 #le_section-six {
    padding-bottom: 100px;
}
.aurora_cellulite-icoone-body1 #le_section-six-area1 {
    margin-bottom: 50px;
}
.aurora_cellulite-icoone-body1 #le_section-three {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_cellulite-icoone-body1 #le_section-three-area1 {
    margin-bottom: 50px;
}
.aurora_cellulite-icoone-body1 #le_section-two {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_chemical-peels #le_feature-content1 {
    margin-top: 115px;
}
.aurora_chemical-peels #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/skincare-treatments/newyou-medspa-chemical-peels-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
    padding-bottom: 400px;
}
.aurora_chemical-peels #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_chemical-peels #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_chemical-peels #le_section-eight {
}
.aurora_chemical-peels #le_section-four {
    padding-top: 50px;
    padding-bottom: 0px;
}
.aurora_chemical-peels #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_chemical-peels #le_section-four-area11 {
}
.aurora_chemical-peels #le_section-nine {
}
.aurora_chemical-peels #le_section-nine-area10 {
}
.aurora_chemical-peels #le_section-nine-area8 {
}
.aurora_chemical-peels #le_section-nine-area9 {
}
.aurora_chemical-peels #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_chemical-peels #le_section-seven {
}
.aurora_chemical-peels #le_section-seven-area7 {
    padding-left: 50px;
}
.aurora_chemical-peels #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_chemical-peels #le_section-six {
}
.aurora_chemical-peels #le_section-six-area1 {
    margin-bottom: 50px;
}
.aurora_chemical-peels #le_section-three {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_chemical-peels #le_section-three-area1 {
    margin-bottom: 50px;
}
.aurora_chemical-peels #le_section-two {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_contact #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_contact #le_section-five {
    margin-top: 100px;
}
.aurora_contact #le_section-five-area1 {
    margin-bottom: 50px;
}
.aurora_contact #le_section-five-area14 {
    margin-top: 50px;
}
.aurora_contact #le_section-four {
    padding-bottom: 100px;
}
.aurora_contact #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_contact #le_section-four-area10 {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(47, 71, 79);
    border-width: 1px;
    border-radius: 25px;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 25px;
    padding-left: 50px;
}
.aurora_contact #le_section-four-area11 {
}
.aurora_contact #le_section-six {
    margin-top: 150px;
    margin-bottom: 125px;
}
.aurora_contact #le_section-six-area1 {
    margin-bottom: 50px;
}
.aurora_contact #le_section-three {
    margin-bottom: 200px;
}
.aurora_contact #le_section-three-area10 {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(47, 71, 79);
    border-width: 0.5px;
    border-radius: 25px;
    margin-top: -100px;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}
.aurora_contact #le_section-three-area9 {
}
.aurora_contact #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/background/newyou-med-contact-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 350px;
    padding-bottom: 250px;
}
.aurora_contact #le_section-two-area6 {
}
.aurora_dermaplaning #le_feature-content1 {
    margin-top: 115px;
}
.aurora_dermaplaning #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/skincare-treatments/newyou-med-spa-skin-rejuvenation-dermaplaning.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 375px;
    padding-bottom: 375px;
}
.aurora_dermaplaning #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_dermaplaning #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_dermaplaning #le_section-eight {
}
.aurora_dermaplaning #le_section-four {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_dermaplaning #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_dermaplaning #le_section-four-area11 {
}
.aurora_dermaplaning #le_section-nine {
}
.aurora_dermaplaning #le_section-nine-area10 {
}
.aurora_dermaplaning #le_section-nine-area8 {
}
.aurora_dermaplaning #le_section-nine-area9 {
}
.aurora_dermaplaning #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_dermaplaning #le_section-seven {
}
.aurora_dermaplaning #le_section-seven-area7 {
    padding-left: 50px;
}
.aurora_dermaplaning #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_dermaplaning #le_section-six {
}
.aurora_dermaplaning #le_section-six-area1 {
}
.aurora_dermaplaning #le_section-three {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_dermaplaning #le_section-three-area1 {
    margin-bottom: 50px;
}
.aurora_dermaplaning #le_section-three-area10 {
    margin-top: 25px;
}
.aurora_dermaplaning #le_section-two {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_discoloration-hyperpigmentation #le_feature-content1 {
    margin-top: 115px;
}
.aurora_discoloration-hyperpigmentation #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/skin-concerns/newyou-med-spa-skin-concern-discoloration.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 350px;
}
.aurora_discoloration-hyperpigmentation #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_discoloration-hyperpigmentation #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_discoloration-hyperpigmentation #le_section-eight {
}
.aurora_discoloration-hyperpigmentation #le_section-four {
    margin-top: 100px;
    margin-bottom: 125px;
}
.aurora_discoloration-hyperpigmentation #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_discoloration-hyperpigmentation #le_section-four-area11 {
}
.aurora_discoloration-hyperpigmentation #le_section-nine {
    background-image: linear-gradient(rgba(255, 255, 255, 0.27), rgba(255, 255, 255, 0.27)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/background/newyou-med-spa-texture-gb-bkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_discoloration-hyperpigmentation #le_section-nine-area10 {
}
.aurora_discoloration-hyperpigmentation #le_section-nine-area6 {
    padding-top: 25%;
    padding-right: 50px;
}
.aurora_discoloration-hyperpigmentation #le_section-nine-area8 {
}
.aurora_discoloration-hyperpigmentation #le_section-nine-area9 {
}
.aurora_discoloration-hyperpigmentation #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_discoloration-hyperpigmentation #le_section-seven {
}
.aurora_discoloration-hyperpigmentation #le_section-seven-area7 {
    padding-left: 50px;
}
.aurora_discoloration-hyperpigmentation #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_discoloration-hyperpigmentation #le_section-six {
}
.aurora_discoloration-hyperpigmentation #le_section-six-area1 {
}
.aurora_discoloration-hyperpigmentation #le_section-three {
}
.aurora_discoloration-hyperpigmentation #le_section-three-area1 {
}
.aurora_discoloration-hyperpigmentation #le_section-two {
    padding-top: 125px;
    padding-bottom: 50px;
}
.aurora_discoloration-hyperpigmentation #le_section-two-area1 {
}
.aurora_gallery #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_gift-cards #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_hair-restoration #le_feature-content1 {
    margin-top: 115px;
}
.aurora_hair-restoration #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/wellness-treatments/newyou-med-wellness-hair-loss-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 350px;
}
.aurora_hair-restoration #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_hair-restoration #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_hair-restoration #le_section-eight {
}
.aurora_hair-restoration #le_section-four {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_hair-restoration #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_hair-restoration #le_section-four-area11 {
}
.aurora_hair-restoration #le_section-nine {
}
.aurora_hair-restoration #le_section-nine-area10 {
}
.aurora_hair-restoration #le_section-nine-area8 {
}
.aurora_hair-restoration #le_section-nine-area9 {
}
.aurora_hair-restoration #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_hair-restoration #le_section-seven {
}
.aurora_hair-restoration #le_section-seven-area7 {
    padding-left: 50px;
}
.aurora_hair-restoration #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_hair-restoration #le_section-six {
}
.aurora_hair-restoration #le_section-six-area1 {
    margin-bottom: 50px;
}
.aurora_hair-restoration #le_section-three {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_hair-restoration #le_section-three-area1 {
    margin-bottom: 50px;
}
.aurora_hair-restoration #le_section-two {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_hifu-lift-and-contour-facial #le_feature-content1 {
    margin-top: 115px;
}
.aurora_hifu-lift-and-contour-facial #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/skincare-treatments/newyou-medspa-hifu-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
    padding-bottom: 400px;
}
.aurora_hifu-lift-and-contour-facial #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_hifu-lift-and-contour-facial #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_hifu-lift-and-contour-facial #le_section-eight {
}
.aurora_hifu-lift-and-contour-facial #le_section-four {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_hifu-lift-and-contour-facial #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_hifu-lift-and-contour-facial #le_section-four-area11 {
}
.aurora_hifu-lift-and-contour-facial #le_section-nine {
}
.aurora_hifu-lift-and-contour-facial #le_section-nine-area10 {
}
.aurora_hifu-lift-and-contour-facial #le_section-nine-area8 {
}
.aurora_hifu-lift-and-contour-facial #le_section-nine-area9 {
}
.aurora_hifu-lift-and-contour-facial #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_hifu-lift-and-contour-facial #le_section-seven {
}
.aurora_hifu-lift-and-contour-facial #le_section-seven-area7 {
}
.aurora_hifu-lift-and-contour-facial #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_hifu-lift-and-contour-facial #le_section-six {
}
.aurora_hifu-lift-and-contour-facial #le_section-six-area1 {
}
.aurora_hifu-lift-and-contour-facial #le_section-three {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_hifu-lift-and-contour-facial #le_section-three-area1 {
    margin-bottom: 50px;
}
.aurora_hifu-lift-and-contour-facial #le_section-three-area10 {
}
.aurora_hifu-lift-and-contour-facial #le_section-two {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_hipaa-policy #le_feature-content1 {
}
.aurora_hipaa-policy #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/background/newyou-med-spa-texture-gb-bkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 150px;
}
.aurora_hipaa-policy #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_hipaa-policy #le_section-five {
}
.aurora_hipaa-policy #le_section-five-area1 {
}
.aurora_hipaa-policy #le_section-five-area8 {
    margin-left: 50px;
}
.aurora_hipaa-policy #le_section-four {
}
.aurora_hipaa-policy #le_section-four-area6 {
}
.aurora_hipaa-policy #le_section-six {
}
.aurora_hipaa-policy #le_section-six-area1 {
}
.aurora_hipaa-policy #le_section-three {
}
.aurora_hipaa-policy #le_section-three-area1 {
}
.aurora_hipaa-policy #le_section-three-area6 {
}
.aurora_hipaa-policy #le_section-three-area9 {
}
.aurora_hipaa-policy #le_section-two {
    margin-top: 100px;
    margin-bottom: 75px;
}
.aurora_home #le_feature-content2 {
}
.aurora_home #le_feature-content3 {
}
.aurora_home #le_featureContainer {
}
.aurora_home #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_home #le_section-eight {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/background/newyou-med-spa-texture-gb-bkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home #le_section-eight-area1 {
}
.aurora_home #le_section-eight-area6 {
    margin-right: 50px;
}
.aurora_home #le_section-eight-area7 {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(47, 71, 79);
    border-width: 1px;
    border-radius: 25px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
    padding-left: 30px;
}
.aurora_home #le_section-five {
}
.aurora_home #le_section-five-area1 {
}
.aurora_home #le_section-five-area8 {
}
.aurora_home #le_section-four {
}
.aurora_home #le_section-four-area1 {
}
.aurora_home #le_section-four-area8 {
}
.aurora_home #le_section-one {
    background-color: rgb(255, 255, 255);
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_home #le_section-seven {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home #le_section-seven-area1 {
    margin-bottom: 75px;
}
.aurora_home #le_section-six {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/new-you-med-spa-doctor-woman.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 100px;
}
.aurora_home #le_section-six-area8 {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
    border-radius: 25px;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
}
.aurora_home #le_section-three {
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_home #le_section-three-area1 {
}
.aurora_home #le_section-three-area8 {
    margin-left: 10px;
    padding-top: 10%;
}
.aurora_home #le_section-two {
}
.aurora_home #le_section-two-area8 {
}
.aurora_icoone-cellulite-reduction #le_feature-content1 {
    margin-top: 115px;
}
.aurora_icoone-cellulite-reduction #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/skin-concerns/newyou-med-spa-skin-concern-cellulite.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 375px;
    padding-bottom: 375px;
}
.aurora_icoone-cellulite-reduction #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_icoone-cellulite-reduction #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_icoone-cellulite-reduction #le_section-eight {
}
.aurora_icoone-cellulite-reduction #le_section-four {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_icoone-cellulite-reduction #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_icoone-cellulite-reduction #le_section-four-area11 {
}
.aurora_icoone-cellulite-reduction #le_section-nine {
}
.aurora_icoone-cellulite-reduction #le_section-nine-area10 {
}
.aurora_icoone-cellulite-reduction #le_section-nine-area8 {
}
.aurora_icoone-cellulite-reduction #le_section-nine-area9 {
}
.aurora_icoone-cellulite-reduction #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_icoone-cellulite-reduction #le_section-seven {
}
.aurora_icoone-cellulite-reduction #le_section-seven-area7 {
}
.aurora_icoone-cellulite-reduction #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_icoone-cellulite-reduction #le_section-six {
}
.aurora_icoone-cellulite-reduction #le_section-six-area1 {
}
.aurora_icoone-cellulite-reduction #le_section-three {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_icoone-cellulite-reduction #le_section-three-area1 {
    margin-bottom: 50px;
}
.aurora_icoone-cellulite-reduction #le_section-two {
    padding-top: 125px;
    padding-bottom: 75px;
}
.aurora_icoone-facial #le_feature-content1 {
    margin-top: 115px;
}
.aurora_icoone-facial #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/new-you-med-spaIcoone_facial_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 350px;
}
.aurora_icoone-facial #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_icoone-facial #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_icoone-facial #le_section-eight {
}
.aurora_icoone-facial #le_section-four {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_icoone-facial #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_icoone-facial #le_section-four-area11 {
}
.aurora_icoone-facial #le_section-nine {
}
.aurora_icoone-facial #le_section-nine-area10 {
}
.aurora_icoone-facial #le_section-nine-area8 {
}
.aurora_icoone-facial #le_section-nine-area9 {
}
.aurora_icoone-facial #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_icoone-facial #le_section-seven {
}
.aurora_icoone-facial #le_section-seven-area7 {
}
.aurora_icoone-facial #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_icoone-facial #le_section-six {
}
.aurora_icoone-facial #le_section-six-area1 {
}
.aurora_icoone-facial #le_section-three {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_icoone-facial #le_section-three-area1 {
    margin-bottom: 25px;
}
.aurora_icoone-facial #le_section-two {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_icoone-scar-reduction #le_feature-content1 {
    margin-top: 115px;
}
.aurora_icoone-scar-reduction #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/newyou-med-spa/newyou-med-spa-skin-treatment-skin-lab-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
    padding-bottom: 400px;
}
.aurora_icoone-scar-reduction #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_icoone-scar-reduction #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_icoone-scar-reduction #le_section-eight {
}
.aurora_icoone-scar-reduction #le_section-four {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_icoone-scar-reduction #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_icoone-scar-reduction #le_section-four-area11 {
}
.aurora_icoone-scar-reduction #le_section-nine {
}
.aurora_icoone-scar-reduction #le_section-nine-area10 {
}
.aurora_icoone-scar-reduction #le_section-nine-area8 {
}
.aurora_icoone-scar-reduction #le_section-nine-area9 {
}
.aurora_icoone-scar-reduction #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_icoone-scar-reduction #le_section-seven {
}
.aurora_icoone-scar-reduction #le_section-seven-area7 {
}
.aurora_icoone-scar-reduction #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_icoone-scar-reduction #le_section-six {
}
.aurora_icoone-scar-reduction #le_section-six-area1 {
}
.aurora_icoone-scar-reduction #le_section-three {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_icoone-scar-reduction #le_section-three-area1 {
}
.aurora_icoone-scar-reduction #le_section-two {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_immune-system-booster #le_feature-content1 {
    margin-top: 115px;
}
.aurora_immune-system-booster #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/wellness-treatments/newyou-medspa-icoone-system-id-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 350px;
}
.aurora_immune-system-booster #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_immune-system-booster #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_immune-system-booster #le_section-eight {
}
.aurora_immune-system-booster #le_section-four {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_immune-system-booster #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_immune-system-booster #le_section-four-area11 {
}
.aurora_immune-system-booster #le_section-nine {
}
.aurora_immune-system-booster #le_section-nine-area10 {
}
.aurora_immune-system-booster #le_section-nine-area8 {
}
.aurora_immune-system-booster #le_section-nine-area9 {
}
.aurora_immune-system-booster #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_immune-system-booster #le_section-seven {
}
.aurora_immune-system-booster #le_section-seven-area7 {
    padding-left: 50px;
}
.aurora_immune-system-booster #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_immune-system-booster #le_section-six {
}
.aurora_immune-system-booster #le_section-six-area1 {
}
.aurora_immune-system-booster #le_section-three {
}
.aurora_immune-system-booster #le_section-three-area1 {
}
.aurora_immune-system-booster #le_section-two {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_ipl-body-pigmentation #le_feature-content1 {
    margin-top: 115px;
}
.aurora_ipl-body-pigmentation #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/body-treatments/newyou-med-spa-body-treatment-ipl-body-pigmentation.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
    padding-bottom: 400px;
}
.aurora_ipl-body-pigmentation #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_ipl-body-pigmentation #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_ipl-body-pigmentation #le_section-eight {
}
.aurora_ipl-body-pigmentation #le_section-four {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_ipl-body-pigmentation #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_ipl-body-pigmentation #le_section-four-area11 {
}
.aurora_ipl-body-pigmentation #le_section-nine {
}
.aurora_ipl-body-pigmentation #le_section-nine-area10 {
}
.aurora_ipl-body-pigmentation #le_section-nine-area8 {
}
.aurora_ipl-body-pigmentation #le_section-nine-area9 {
}
.aurora_ipl-body-pigmentation #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_ipl-body-pigmentation #le_section-seven {
}
.aurora_ipl-body-pigmentation #le_section-seven-area7 {
}
.aurora_ipl-body-pigmentation #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_ipl-body-pigmentation #le_section-six {
}
.aurora_ipl-body-pigmentation #le_section-six-area1 {
}
.aurora_ipl-body-pigmentation #le_section-three {
}
.aurora_ipl-body-pigmentation #le_section-three-area1 {
}
.aurora_ipl-body-pigmentation #le_section-two {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_ipl-hair-removal #le_feature-content1 {
    margin-top: 115px;
}
.aurora_ipl-hair-removal #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/body-treatments/newyou-medspa-ipl-hair-removal-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
    padding-bottom: 400px;
}
.aurora_ipl-hair-removal #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_ipl-hair-removal #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_ipl-hair-removal #le_section-eight {
}
.aurora_ipl-hair-removal #le_section-four {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_ipl-hair-removal #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_ipl-hair-removal #le_section-four-area11 {
}
.aurora_ipl-hair-removal #le_section-nine {
}
.aurora_ipl-hair-removal #le_section-nine-area10 {
}
.aurora_ipl-hair-removal #le_section-nine-area8 {
}
.aurora_ipl-hair-removal #le_section-nine-area9 {
}
.aurora_ipl-hair-removal #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_ipl-hair-removal #le_section-seven {
}
.aurora_ipl-hair-removal #le_section-seven-area7 {
}
.aurora_ipl-hair-removal #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_ipl-hair-removal #le_section-six {
}
.aurora_ipl-hair-removal #le_section-six-area1 {
}
.aurora_ipl-hair-removal #le_section-three {
}
.aurora_ipl-hair-removal #le_section-three-area1 {
}
.aurora_ipl-hair-removal #le_section-two {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_ipl-photofacial #le_feature-content1 {
    margin-top: 115px;
}
.aurora_ipl-photofacial #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/skincare-treatments/newyou-med-spa-skin-ipl-photofacial.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
    padding-bottom: 400px;
}
.aurora_ipl-photofacial #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_ipl-photofacial #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_ipl-photofacial #le_section-eight {
}
.aurora_ipl-photofacial #le_section-four {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_ipl-photofacial #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_ipl-photofacial #le_section-four-area11 {
}
.aurora_ipl-photofacial #le_section-nine {
}
.aurora_ipl-photofacial #le_section-nine-area10 {
}
.aurora_ipl-photofacial #le_section-nine-area8 {
}
.aurora_ipl-photofacial #le_section-nine-area9 {
}
.aurora_ipl-photofacial #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_ipl-photofacial #le_section-seven {
}
.aurora_ipl-photofacial #le_section-seven-area7 {
}
.aurora_ipl-photofacial #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_ipl-photofacial #le_section-six {
}
.aurora_ipl-photofacial #le_section-six-area1 {
}
.aurora_ipl-photofacial #le_section-three {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_ipl-photofacial #le_section-three-area1 {
}
.aurora_ipl-photofacial #le_section-two {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_iv-therapy #le_feature-content1 {
    margin-top: 115px;
}
.aurora_iv-therapy #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/new-you-med-spa-iv-therapy-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
    padding-bottom: 400px;
}
.aurora_iv-therapy #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_iv-therapy #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_iv-therapy #le_section-eight {
}
.aurora_iv-therapy #le_section-four {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_iv-therapy #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_iv-therapy #le_section-four-area11 {
}
.aurora_iv-therapy #le_section-nine {
}
.aurora_iv-therapy #le_section-nine-area10 {
}
.aurora_iv-therapy #le_section-nine-area8 {
}
.aurora_iv-therapy #le_section-nine-area9 {
}
.aurora_iv-therapy #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_iv-therapy #le_section-seven {
}
.aurora_iv-therapy #le_section-seven-area7 {
    padding-left: 50px;
}
.aurora_iv-therapy #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_iv-therapy #le_section-six {
}
.aurora_iv-therapy #le_section-six-area1 {
}
.aurora_iv-therapy #le_section-three {
}
.aurora_iv-therapy #le_section-three-area1 {
}
.aurora_iv-therapy #le_section-three-area10 {
}
.aurora_iv-therapy #le_section-two {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_led-light-therapy #le_feature-content1 {
    margin-top: 115px;
}
.aurora_led-light-therapy #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/skincare-treatments/newyou-med-led-light-therapy-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 350px;
}
.aurora_led-light-therapy #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_led-light-therapy #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_led-light-therapy #le_section-eight {
}
.aurora_led-light-therapy #le_section-four {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_led-light-therapy #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_led-light-therapy #le_section-four-area11 {
}
.aurora_led-light-therapy #le_section-nine {
}
.aurora_led-light-therapy #le_section-nine-area10 {
}
.aurora_led-light-therapy #le_section-nine-area8 {
}
.aurora_led-light-therapy #le_section-nine-area9 {
}
.aurora_led-light-therapy #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_led-light-therapy #le_section-seven {
}
.aurora_led-light-therapy #le_section-seven-area7 {
    padding-left: 50px;
}
.aurora_led-light-therapy #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_led-light-therapy #le_section-six {
}
.aurora_led-light-therapy #le_section-six-area1 {
    margin-bottom: 50px;
}
.aurora_led-light-therapy #le_section-three {
}
.aurora_led-light-therapy #le_section-three-area1 {
    margin-bottom: 50px;
}
.aurora_led-light-therapy #le_section-two {
    padding-top: 125px;
    padding-bottom: 50px;
}
.aurora_lymphatic-drainage #le_feature-content1 {
    margin-top: 115px;
}
.aurora_lymphatic-drainage #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/wellness-treatments/newyou-med-icoone-lymphatic-drainage-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 375px;
    padding-bottom: 375px;
}
.aurora_lymphatic-drainage #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_lymphatic-drainage #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_lymphatic-drainage #le_section-eight {
}
.aurora_lymphatic-drainage #le_section-four {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_lymphatic-drainage #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_lymphatic-drainage #le_section-four-area11 {
}
.aurora_lymphatic-drainage #le_section-nine {
}
.aurora_lymphatic-drainage #le_section-nine-area10 {
}
.aurora_lymphatic-drainage #le_section-nine-area8 {
}
.aurora_lymphatic-drainage #le_section-nine-area9 {
}
.aurora_lymphatic-drainage #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_lymphatic-drainage #le_section-seven {
}
.aurora_lymphatic-drainage #le_section-seven-area7 {
    padding-left: 50px;
}
.aurora_lymphatic-drainage #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_lymphatic-drainage #le_section-six {
}
.aurora_lymphatic-drainage #le_section-six-area1 {
}
.aurora_lymphatic-drainage #le_section-three {
}
.aurora_lymphatic-drainage #le_section-three-area1 {
}
.aurora_lymphatic-drainage #le_section-two {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_medspa-policies #le_feature-content1 {
}
.aurora_medspa-policies #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/background/newyou-med-spa-texture-gb-bkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 150px;
}
.aurora_medspa-policies #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_medspa-policies #le_section-five {
}
.aurora_medspa-policies #le_section-five-area1 {
}
.aurora_medspa-policies #le_section-five-area8 {
    margin-left: 50px;
}
.aurora_medspa-policies #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/background/newyou-med-spa-request-consultation-home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_medspa-policies #le_section-four-area6 {
}
.aurora_medspa-policies #le_section-six {
}
.aurora_medspa-policies #le_section-six-area1 {
}
.aurora_medspa-policies #le_section-three {
}
.aurora_medspa-policies #le_section-three-area1 {
}
.aurora_medspa-policies #le_section-three-area6 {
}
.aurora_medspa-policies #le_section-three-area9 {
}
.aurora_medspa-policies #le_section-two {
    margin-top: 100px;
    margin-bottom: 75px;
}
.aurora_microdermabrasion #le_feature-content1 {
    margin-top: 115px;
}
.aurora_microdermabrasion #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/skincare-treatments/newyou-med-spa-skin-rejuvenation-microdermabrasion.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
    padding-bottom: 400px;
}
.aurora_microdermabrasion #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_microdermabrasion #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_microdermabrasion #le_section-eight {
}
.aurora_microdermabrasion #le_section-four {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_microdermabrasion #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_microdermabrasion #le_section-four-area11 {
}
.aurora_microdermabrasion #le_section-nine {
}
.aurora_microdermabrasion #le_section-nine-area10 {
}
.aurora_microdermabrasion #le_section-nine-area8 {
}
.aurora_microdermabrasion #le_section-nine-area9 {
}
.aurora_microdermabrasion #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_microdermabrasion #le_section-seven {
}
.aurora_microdermabrasion #le_section-seven-area7 {
    padding-left: 50px;
}
.aurora_microdermabrasion #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_microdermabrasion #le_section-six {
}
.aurora_microdermabrasion #le_section-six-area1 {
    margin-bottom: 50px;
}
.aurora_microdermabrasion #le_section-three {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_microdermabrasion #le_section-three-area1 {
    margin-bottom: 50px;
}
.aurora_microdermabrasion #le_section-two {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_microneedling #le_feature-content1 {
    margin-top: 115px;
}
.aurora_microneedling #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/skincare-treatments/newyou-med-spa-skin-rejuvenation-microneedling.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
    padding-bottom: 400px;
}
.aurora_microneedling #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_microneedling #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_microneedling #le_section-eight {
}
.aurora_microneedling #le_section-four {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_microneedling #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_microneedling #le_section-four-area11 {
}
.aurora_microneedling #le_section-nine {
}
.aurora_microneedling #le_section-nine-area10 {
}
.aurora_microneedling #le_section-nine-area8 {
}
.aurora_microneedling #le_section-nine-area9 {
}
.aurora_microneedling #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_microneedling #le_section-seven {
}
.aurora_microneedling #le_section-seven-area7 {
    padding-left: 50px;
}
.aurora_microneedling #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_microneedling #le_section-six {
}
.aurora_microneedling #le_section-six-area1 {
}
.aurora_microneedling #le_section-three {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_microneedling #le_section-three-area1 {
    margin-bottom: 25px;
}
.aurora_microneedling #le_section-two {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_microneedling-with-prf-platelet-rich-fibrin #le_feature-content1 {
    margin-top: 115px;
}
.aurora_microneedling-with-prf-platelet-rich-fibrin #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/skincare-treatments/newyou-med-spa-skin-rejuvenation-microneedling.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
    padding-bottom: 400px;
}
.aurora_microneedling-with-prf-platelet-rich-fibrin #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_microneedling-with-prf-platelet-rich-fibrin #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-eight {
}
.aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-four {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-four-area11 {
}
.aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-nine {
}
.aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-nine-area10 {
}
.aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-nine-area8 {
}
.aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-nine-area9 {
}
.aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-seven {
}
.aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-seven-area7 {
    padding-left: 50px;
}
.aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-six {
}
.aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-six-area1 {
}
.aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-three {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-three-area1 {
    margin-bottom: 25px;
}
.aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-two {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_nad-injections #le_feature-content1 {
    margin-top: 115px;
}
.aurora_nad-injections #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/wellness-treatments/newyou-med-icoone-lymphatic-drainage-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 375px;
    padding-bottom: 375px;
}
.aurora_nad-injections #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_nad-injections #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_nad-injections #le_section-eight {
}
.aurora_nad-injections #le_section-four {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_nad-injections #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_nad-injections #le_section-four-area11 {
}
.aurora_nad-injections #le_section-nine {
}
.aurora_nad-injections #le_section-nine-area10 {
}
.aurora_nad-injections #le_section-nine-area8 {
}
.aurora_nad-injections #le_section-nine-area9 {
}
.aurora_nad-injections #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_nad-injections #le_section-seven {
}
.aurora_nad-injections #le_section-seven-area7 {
    padding-left: 50px;
}
.aurora_nad-injections #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_nad-injections #le_section-six {
}
.aurora_nad-injections #le_section-six-area1 {
}
.aurora_nad-injections #le_section-three {
}
.aurora_nad-injections #le_section-three-area1 {
}
.aurora_nad-injections #le_section-two {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_oxydermabrasion #le_feature-content1 {
    margin-top: 115px;
}
.aurora_oxydermabrasion #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/skincare-treatments/newyou-med-spa-skin-rejuvenation-oxydermabrasion.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
    padding-bottom: 400px;
}
.aurora_oxydermabrasion #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_oxydermabrasion #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_oxydermabrasion #le_section-eight {
}
.aurora_oxydermabrasion #le_section-four {
    padding-top: 50px;
}
.aurora_oxydermabrasion #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_oxydermabrasion #le_section-four-area11 {
}
.aurora_oxydermabrasion #le_section-nine {
}
.aurora_oxydermabrasion #le_section-nine-area10 {
}
.aurora_oxydermabrasion #le_section-nine-area8 {
}
.aurora_oxydermabrasion #le_section-nine-area9 {
}
.aurora_oxydermabrasion #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_oxydermabrasion #le_section-seven {
}
.aurora_oxydermabrasion #le_section-seven-area7 {
    padding-left: 50px;
}
.aurora_oxydermabrasion #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_oxydermabrasion #le_section-six {
}
.aurora_oxydermabrasion #le_section-six-area1 {
    margin-bottom: 50px;
}
.aurora_oxydermabrasion #le_section-three {
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_oxydermabrasion #le_section-three-area1 {
    margin-bottom: 50px;
}
.aurora_oxydermabrasion #le_section-two {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_preventative #le_feature-content1 {
    margin-top: 115px;
}
.aurora_preventative #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/skin-concerns/newyou-med-spa-skin-concern-preventative.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 350px;
}
.aurora_preventative #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_preventative #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_preventative #le_section-eight {
}
.aurora_preventative #le_section-four {
    margin-top: 100px;
    margin-bottom: 125px;
}
.aurora_preventative #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_preventative #le_section-four-area11 {
}
.aurora_preventative #le_section-nine {
    background-image: linear-gradient(rgba(255, 255, 255, 0.27), rgba(255, 255, 255, 0.27)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/background/newyou-med-spa-texture-gb-bkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_preventative #le_section-nine-area10 {
}
.aurora_preventative #le_section-nine-area6 {
    padding-top: 25%;
    padding-right: 50px;
}
.aurora_preventative #le_section-nine-area8 {
}
.aurora_preventative #le_section-nine-area9 {
}
.aurora_preventative #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_preventative #le_section-seven {
}
.aurora_preventative #le_section-seven-area7 {
    padding-left: 50px;
}
.aurora_preventative #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_preventative #le_section-six {
}
.aurora_preventative #le_section-six-area1 {
}
.aurora_preventative #le_section-three {
}
.aurora_preventative #le_section-three-area1 {
}
.aurora_preventative #le_section-two {
    padding-top: 125px;
    padding-bottom: 50px;
}
.aurora_preventative #le_section-two-area1 {
}
.aurora_privacy-policy #le_feature-content1 {
}
.aurora_privacy-policy #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/background/newyou-med-spa-texture-gb-bkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 150px;
}
.aurora_privacy-policy #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_privacy-policy #le_section-five {
}
.aurora_privacy-policy #le_section-five-area1 {
}
.aurora_privacy-policy #le_section-five-area8 {
    margin-left: 50px;
}
.aurora_privacy-policy #le_section-four {
}
.aurora_privacy-policy #le_section-four-area6 {
}
.aurora_privacy-policy #le_section-six {
}
.aurora_privacy-policy #le_section-six-area1 {
}
.aurora_privacy-policy #le_section-three {
}
.aurora_privacy-policy #le_section-three-area1 {
}
.aurora_privacy-policy #le_section-three-area6 {
}
.aurora_privacy-policy #le_section-three-area9 {
}
.aurora_privacy-policy #le_section-two {
    margin-top: 100px;
    margin-bottom: 75px;
}
.aurora_request-consultation #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_request-consultation #le_section-four {
}
.aurora_request-consultation #le_section-four-area1 {
    margin-bottom: 50px;
}
.aurora_request-consultation #le_section-four-area11 {
}
.aurora_request-consultation #le_section-six {
    margin-bottom: 125px;
}
.aurora_request-consultation #le_section-six-area1 {
    margin-bottom: 50px;
}
.aurora_request-consultation #le_section-six-area11 {
    margin-top: 50px;
}
.aurora_request-consultation #le_section-six-area8 {
    margin-left: 50px;
}
.aurora_request-consultation #le_section-three {
    margin-bottom: 100px;
}
.aurora_request-consultation #le_section-three-area10 {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(47, 71, 79);
    border-width: 0.5px;
    border-radius: 25px;
    margin-top: -100px;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}
.aurora_request-consultation #le_section-three-area9 {
}
.aurora_request-consultation #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/background/newyou-med-spa-request-consultation.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 300px;
    padding-bottom: 200px;
}
.aurora_request-consultation #le_section-two-area5 {
}
.aurora_request-consultation #le_section-two-area6 {
}
.aurora_skin-lab #le_feature-content1 {
    margin-top: 115px;
}
.aurora_skin-lab #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewYouMedSpa/new-you-med-spa-skin-lab.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 375px;
    padding-bottom: 375px;
}
.aurora_skin-lab #le_feature-content3 {
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
}
.aurora_skin-lab #le_headerRegion1 {
    background-color: rgb(237, 245, 248);
}
.aurora_skin-lab #le_section-eight {
}
.aurora_skin-lab #le_section-four {
    padding-bottom: 75px;
}
.aurora_skin-lab #le_section-four-area1 {
}
.aurora_skin-lab #le_section-four-area11 {
}
.aurora_skin-lab #le_section-nine {
}
.aurora_skin-lab #le_section-nine-area10 {
}
.aurora_skin-lab #le_section-nine-area8 {
}
.aurora_skin-lab #le_section-nine-area9 {
}
.aurora_skin-lab #le_section-one {
    background-color: rgba(149, 200, 216, 0.61);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
}
.aurora_skin-lab #le_section-seven {
}
.aurora_skin-lab #le_section-seven-area7 {
    padding-left: 50px;
}
.aurora_skin-lab #le_section-seven-area9 {
    margin-left: 50px;
}
.aurora_skin-lab #le_section-six {
}
.aurora_skin-lab #le_section-six-area1 {
    margin-bottom: 50px;
}
.aurora_skin-lab #le_section-three {
}
.aurora_skin-lab #le_section-three-area1 {
    margin-bottom: 50px;
}
.aurora_skin-lab #le_section-two {
    padding-top: 125px;
    padding-bottom: 25px;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    #le_header-text {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-five-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-four-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne #le_section-nine-area6 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne-copy---test #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne-copy---test #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne-copy---test #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne-copy---test #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne-copy---test #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne-copy---test #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne-copy---test #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne-copy---test #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne-copy---test #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne-copy---test #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne-copy---test #le_section-nine-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne-copy---test #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne-copy---test #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne-copy---test #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne-copy---test #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne-copy---test #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne-copy---test #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne-copy---test #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne-copy---test #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne-copy---test #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne-copy---test #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne-copy---test #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_acne-copy---test #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aging #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aging #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aging #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aging #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aging #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aging #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aging #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aging #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aging #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aging #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aging #le_section-nine-area6 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aging #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aging #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aging #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aging #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aging #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aging #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aging #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aging #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aging #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aging #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aging #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aging #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_biologique-recherche-customized-facial #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_biologique-recherche-customized-facial #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_biologique-recherche-customized-facial #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_biologique-recherche-customized-facial #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_body-contouring #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_body-contouring #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_body-contouring #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_body-contouring #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_body-contouring #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_body-contouring #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_body-contouring #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_body-contouring #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_body-contouring #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_body-contouring #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_body-contouring #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_body-contouring #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_body-contouring #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_body-contouring #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_body-contouring #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_body-contouring #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_body-contouring #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_body-contouring #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_body-contouring #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_body-contouring #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_body-contouring #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-appointment #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-appointment #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-appointment #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-appointment #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-appointment #le_section-six {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-appointment #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-appointment #le_section-six-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-appointment #le_section-six-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-appointment #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-appointment #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-appointment #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-appointment #le_section-two {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-appointment #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-appointment #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body #le_section-nine-area6 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body1 #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body1 #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body1 #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body1 #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body1 #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body1 #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body1 #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body1 #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body1 #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body1 #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body1 #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body1 #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body1 #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body1 #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body1 #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body1 #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body1 #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body1 #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body1 #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cellulite-icoone-body1 #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chemical-peels #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chemical-peels #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chemical-peels #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chemical-peels #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chemical-peels #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chemical-peels #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chemical-peels #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chemical-peels #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chemical-peels #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chemical-peels #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chemical-peels #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chemical-peels #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chemical-peels #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chemical-peels #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chemical-peels #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chemical-peels #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chemical-peels #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chemical-peels #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chemical-peels #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chemical-peels #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_chemical-peels #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-four-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dermaplaning #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dermaplaning #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dermaplaning #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dermaplaning #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dermaplaning #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dermaplaning #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dermaplaning #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dermaplaning #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dermaplaning #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dermaplaning #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dermaplaning #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dermaplaning #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dermaplaning #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dermaplaning #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dermaplaning #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dermaplaning #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dermaplaning #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dermaplaning #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dermaplaning #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dermaplaning #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dermaplaning #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dermaplaning #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discoloration-hyperpigmentation #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discoloration-hyperpigmentation #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discoloration-hyperpigmentation #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discoloration-hyperpigmentation #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-nine-area6 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gift-cards #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hair-restoration #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hair-restoration #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hair-restoration #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hair-restoration #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hair-restoration #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hair-restoration #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hair-restoration #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hair-restoration #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hair-restoration #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hair-restoration #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hair-restoration #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hair-restoration #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hair-restoration #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hair-restoration #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hair-restoration #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hair-restoration #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hair-restoration #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hair-restoration #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hair-restoration #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hair-restoration #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hair-restoration #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hifu-lift-and-contour-facial #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hifu-lift-and-contour-facial #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hifu-lift-and-contour-facial #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hifu-lift-and-contour-facial #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hipaa-policy #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hipaa-policy #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hipaa-policy #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hipaa-policy #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hipaa-policy #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hipaa-policy #le_section-five-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hipaa-policy #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hipaa-policy #le_section-four-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hipaa-policy #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hipaa-policy #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hipaa-policy #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hipaa-policy #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hipaa-policy #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hipaa-policy #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hipaa-policy #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_feature-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_headerRegion1 {
    }
}
@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-eight-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-eight-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    }
}
@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-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-cellulite-reduction #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-cellulite-reduction #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-cellulite-reduction #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-cellulite-reduction #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-cellulite-reduction #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-cellulite-reduction #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-cellulite-reduction #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-cellulite-reduction #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-cellulite-reduction #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-cellulite-reduction #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-cellulite-reduction #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-cellulite-reduction #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-cellulite-reduction #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-cellulite-reduction #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-cellulite-reduction #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-cellulite-reduction #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-cellulite-reduction #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-cellulite-reduction #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-cellulite-reduction #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-cellulite-reduction #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-cellulite-reduction #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-facial #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-facial #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-facial #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-facial #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-facial #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-facial #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-facial #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-facial #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-facial #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-facial #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-facial #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-facial #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-facial #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-facial #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-facial #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-facial #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-facial #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-facial #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-facial #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-facial #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-facial #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-scar-reduction #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-scar-reduction #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-scar-reduction #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-scar-reduction #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-scar-reduction #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-scar-reduction #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-scar-reduction #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-scar-reduction #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-scar-reduction #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-scar-reduction #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-scar-reduction #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-scar-reduction #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-scar-reduction #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-scar-reduction #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-scar-reduction #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-scar-reduction #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-scar-reduction #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-scar-reduction #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-scar-reduction #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-scar-reduction #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icoone-scar-reduction #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_immune-system-booster #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_immune-system-booster #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_immune-system-booster #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_immune-system-booster #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_immune-system-booster #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_immune-system-booster #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_immune-system-booster #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_immune-system-booster #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_immune-system-booster #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_immune-system-booster #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_immune-system-booster #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_immune-system-booster #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_immune-system-booster #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_immune-system-booster #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_immune-system-booster #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_immune-system-booster #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_immune-system-booster #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_immune-system-booster #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_immune-system-booster #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_immune-system-booster #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_immune-system-booster #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-body-pigmentation #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-body-pigmentation #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-body-pigmentation #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-body-pigmentation #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-body-pigmentation #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-body-pigmentation #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-body-pigmentation #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-body-pigmentation #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-body-pigmentation #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-body-pigmentation #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-body-pigmentation #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-body-pigmentation #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-body-pigmentation #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-body-pigmentation #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-body-pigmentation #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-body-pigmentation #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-body-pigmentation #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-body-pigmentation #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-body-pigmentation #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-body-pigmentation #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-body-pigmentation #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-hair-removal #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-hair-removal #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-hair-removal #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-hair-removal #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-hair-removal #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-hair-removal #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-hair-removal #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-hair-removal #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-hair-removal #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-hair-removal #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-hair-removal #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-hair-removal #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-hair-removal #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-hair-removal #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-hair-removal #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-hair-removal #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-hair-removal #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-hair-removal #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-hair-removal #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-hair-removal #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-hair-removal #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-photofacial #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-photofacial #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-photofacial #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-photofacial #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-photofacial #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-photofacial #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-photofacial #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-photofacial #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-photofacial #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-photofacial #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-photofacial #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-photofacial #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-photofacial #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-photofacial #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-photofacial #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-photofacial #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-photofacial #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-photofacial #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-photofacial #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-photofacial #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ipl-photofacial #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_iv-therapy #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_iv-therapy #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_iv-therapy #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_iv-therapy #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_iv-therapy #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_iv-therapy #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_iv-therapy #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_iv-therapy #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_iv-therapy #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_iv-therapy #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_iv-therapy #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_iv-therapy #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_iv-therapy #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_iv-therapy #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_iv-therapy #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_iv-therapy #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_iv-therapy #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_iv-therapy #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_iv-therapy #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_iv-therapy #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_iv-therapy #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_iv-therapy #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_led-light-therapy #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_led-light-therapy #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_led-light-therapy #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_led-light-therapy #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_led-light-therapy #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_led-light-therapy #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_led-light-therapy #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_led-light-therapy #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_led-light-therapy #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_led-light-therapy #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_led-light-therapy #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_led-light-therapy #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_led-light-therapy #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_led-light-therapy #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_led-light-therapy #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_led-light-therapy #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_led-light-therapy #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_led-light-therapy #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_led-light-therapy #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_led-light-therapy #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_led-light-therapy #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lymphatic-drainage #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_medspa-policies #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_medspa-policies #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_medspa-policies #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_medspa-policies #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_medspa-policies #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_medspa-policies #le_section-five-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_medspa-policies #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_medspa-policies #le_section-four-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_medspa-policies #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_medspa-policies #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_medspa-policies #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_medspa-policies #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_medspa-policies #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_medspa-policies #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_medspa-policies #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microdermabrasion #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microdermabrasion #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microdermabrasion #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microdermabrasion #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microdermabrasion #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microdermabrasion #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microdermabrasion #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microdermabrasion #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microdermabrasion #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microdermabrasion #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microdermabrasion #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microdermabrasion #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microdermabrasion #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microdermabrasion #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microdermabrasion #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microdermabrasion #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microdermabrasion #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microdermabrasion #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microdermabrasion #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microdermabrasion #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microdermabrasion #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nad-injections #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nad-injections #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nad-injections #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nad-injections #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nad-injections #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nad-injections #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nad-injections #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nad-injections #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nad-injections #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nad-injections #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nad-injections #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nad-injections #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nad-injections #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nad-injections #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nad-injections #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nad-injections #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nad-injections #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nad-injections #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nad-injections #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nad-injections #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nad-injections #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_oxydermabrasion #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_oxydermabrasion #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_oxydermabrasion #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_oxydermabrasion #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_oxydermabrasion #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_oxydermabrasion #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_oxydermabrasion #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_oxydermabrasion #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_oxydermabrasion #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_oxydermabrasion #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_oxydermabrasion #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_oxydermabrasion #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_oxydermabrasion #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_oxydermabrasion #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_oxydermabrasion #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_oxydermabrasion #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_oxydermabrasion #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_oxydermabrasion #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_oxydermabrasion #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_oxydermabrasion #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_oxydermabrasion #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_preventative #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_preventative #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_preventative #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_preventative #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_preventative #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_preventative #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_preventative #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_preventative #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_preventative #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_preventative #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_preventative #le_section-nine-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_preventative #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_preventative #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_preventative #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_preventative #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_preventative #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_preventative #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_preventative #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_preventative #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_preventative #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_preventative #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_preventative #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_preventative #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-five-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-four-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_request-consultation #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_request-consultation #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_request-consultation #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_request-consultation #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_request-consultation #le_section-six {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_request-consultation #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_request-consultation #le_section-six-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_request-consultation #le_section-six-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_request-consultation #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_request-consultation #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_request-consultation #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_request-consultation #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_request-consultation #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_request-consultation #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-lab #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-lab #le_feature-content2 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-lab #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-lab #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-lab #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-lab #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-lab #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-lab #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-lab #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-lab #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-lab #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-lab #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-lab #le_section-one {
    padding-top: 40px;
    padding-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-lab #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-lab #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-lab #le_section-seven-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-lab #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-lab #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-lab #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-lab #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-lab #le_section-two {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    #le_header-text {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-five-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-four-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne #le_section-nine {
    padding-top: 75px;
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne #le_section-nine-area6 {
    margin-bottom: 50px;
    padding-top: 0px;
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne #le_section-seven-area7 {
    margin-top: 40px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne-copy---test #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne-copy---test #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne-copy---test #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne-copy---test #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne-copy---test #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne-copy---test #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne-copy---test #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne-copy---test #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne-copy---test #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne-copy---test #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne-copy---test #le_section-nine-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne-copy---test #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne-copy---test #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne-copy---test #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne-copy---test #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne-copy---test #le_section-seven-area7 {
    margin-top: 40px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne-copy---test #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne-copy---test #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne-copy---test #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne-copy---test #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne-copy---test #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne-copy---test #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_acne-copy---test #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aging #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aging #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aging #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aging #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aging #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aging #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aging #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aging #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aging #le_section-nine {
    padding-top: 75px;
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aging #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aging #le_section-nine-area6 {
    margin-bottom: 50px;
    padding-top: 0px;
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aging #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aging #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aging #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aging #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aging #le_section-seven-area7 {
    margin-top: 40px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aging #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aging #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aging #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aging #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aging #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aging #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aging #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_biologique-recherche-customized-facial #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_biologique-recherche-customized-facial #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_biologique-recherche-customized-facial #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_biologique-recherche-customized-facial #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-seven-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_biologique-recherche-customized-facial #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_body-contouring #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_body-contouring #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_body-contouring #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_body-contouring #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_body-contouring #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_body-contouring #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_body-contouring #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_body-contouring #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_body-contouring #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_body-contouring #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_body-contouring #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_body-contouring #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_body-contouring #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_body-contouring #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_body-contouring #le_section-seven-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_body-contouring #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_body-contouring #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_body-contouring #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_body-contouring #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_body-contouring #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_body-contouring #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-appointment #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-appointment #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-appointment #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-appointment #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-appointment #le_section-six {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-appointment #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-appointment #le_section-six-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-appointment #le_section-six-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-appointment #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-appointment #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-appointment #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-appointment #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-appointment #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-appointment #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body #le_section-nine {
    padding-top: 75px;
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body #le_section-nine-area6 {
    margin-bottom: 50px;
    padding-top: 0px;
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body #le_section-seven-area7 {
    margin-top: 40px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body1 #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body1 #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body1 #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body1 #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body1 #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body1 #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body1 #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body1 #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body1 #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body1 #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body1 #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body1 #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body1 #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body1 #le_section-seven-area7 {
    margin-top: 40px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body1 #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body1 #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body1 #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body1 #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body1 #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cellulite-icoone-body1 #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chemical-peels #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chemical-peels #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chemical-peels #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chemical-peels #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chemical-peels #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chemical-peels #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chemical-peels #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chemical-peels #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chemical-peels #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chemical-peels #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chemical-peels #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chemical-peels #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chemical-peels #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chemical-peels #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chemical-peels #le_section-seven-area7 {
    margin-top: 40px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chemical-peels #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chemical-peels #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chemical-peels #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chemical-peels #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chemical-peels #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_chemical-peels #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-four-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dermaplaning #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dermaplaning #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dermaplaning #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dermaplaning #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dermaplaning #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dermaplaning #le_section-four {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dermaplaning #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dermaplaning #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dermaplaning #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dermaplaning #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dermaplaning #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dermaplaning #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dermaplaning #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dermaplaning #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dermaplaning #le_section-seven-area7 {
    margin-top: 40px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dermaplaning #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dermaplaning #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dermaplaning #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dermaplaning #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dermaplaning #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dermaplaning #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dermaplaning #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discoloration-hyperpigmentation #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discoloration-hyperpigmentation #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discoloration-hyperpigmentation #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discoloration-hyperpigmentation #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-nine {
    padding-top: 75px;
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-nine-area6 {
    margin-bottom: 50px;
    padding-top: 0px;
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-seven-area7 {
    margin-top: 40px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discoloration-hyperpigmentation #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gift-cards #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hair-restoration #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hair-restoration #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hair-restoration #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hair-restoration #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hair-restoration #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hair-restoration #le_section-four {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hair-restoration #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hair-restoration #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hair-restoration #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hair-restoration #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hair-restoration #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hair-restoration #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hair-restoration #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hair-restoration #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hair-restoration #le_section-seven-area7 {
    margin-top: 40px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hair-restoration #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hair-restoration #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hair-restoration #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hair-restoration #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hair-restoration #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hair-restoration #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hifu-lift-and-contour-facial #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hifu-lift-and-contour-facial #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hifu-lift-and-contour-facial #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hifu-lift-and-contour-facial #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-seven-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hifu-lift-and-contour-facial #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hipaa-policy #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hipaa-policy #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hipaa-policy #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hipaa-policy #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hipaa-policy #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hipaa-policy #le_section-five-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hipaa-policy #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hipaa-policy #le_section-four-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hipaa-policy #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hipaa-policy #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hipaa-policy #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hipaa-policy #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hipaa-policy #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hipaa-policy #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hipaa-policy #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_feature-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_feature-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight {
    padding-top: 50px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight-area6 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven {
    }
}
@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 {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    padding-top: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-cellulite-reduction #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-cellulite-reduction #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-cellulite-reduction #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-cellulite-reduction #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-cellulite-reduction #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-cellulite-reduction #le_section-four {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-cellulite-reduction #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-cellulite-reduction #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-cellulite-reduction #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-cellulite-reduction #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-cellulite-reduction #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-cellulite-reduction #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-cellulite-reduction #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-cellulite-reduction #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-cellulite-reduction #le_section-seven-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-cellulite-reduction #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-cellulite-reduction #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-cellulite-reduction #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-cellulite-reduction #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-cellulite-reduction #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-cellulite-reduction #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-facial #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-facial #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-facial #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-facial #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-facial #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-facial #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-facial #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-facial #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-facial #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-facial #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-facial #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-facial #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-facial #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-facial #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-facial #le_section-seven-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-facial #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-facial #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-facial #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-facial #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-facial #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-facial #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-scar-reduction #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-scar-reduction #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-scar-reduction #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-scar-reduction #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-scar-reduction #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-scar-reduction #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-scar-reduction #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-scar-reduction #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-scar-reduction #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-scar-reduction #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-scar-reduction #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-scar-reduction #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-scar-reduction #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-scar-reduction #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-scar-reduction #le_section-seven-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-scar-reduction #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-scar-reduction #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-scar-reduction #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-scar-reduction #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-scar-reduction #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icoone-scar-reduction #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_immune-system-booster #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_immune-system-booster #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_immune-system-booster #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_immune-system-booster #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_immune-system-booster #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_immune-system-booster #le_section-four {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_immune-system-booster #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_immune-system-booster #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_immune-system-booster #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_immune-system-booster #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_immune-system-booster #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_immune-system-booster #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_immune-system-booster #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_immune-system-booster #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_immune-system-booster #le_section-seven-area7 {
    margin-top: 40px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_immune-system-booster #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_immune-system-booster #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_immune-system-booster #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_immune-system-booster #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_immune-system-booster #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_immune-system-booster #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-body-pigmentation #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-body-pigmentation #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-body-pigmentation #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-body-pigmentation #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-body-pigmentation #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-body-pigmentation #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-body-pigmentation #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-body-pigmentation #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-body-pigmentation #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-body-pigmentation #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-body-pigmentation #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-body-pigmentation #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-body-pigmentation #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-body-pigmentation #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-body-pigmentation #le_section-seven-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-body-pigmentation #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-body-pigmentation #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-body-pigmentation #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-body-pigmentation #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-body-pigmentation #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-body-pigmentation #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-hair-removal #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-hair-removal #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-hair-removal #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-hair-removal #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-hair-removal #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-hair-removal #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-hair-removal #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-hair-removal #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-hair-removal #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-hair-removal #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-hair-removal #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-hair-removal #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-hair-removal #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-hair-removal #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-hair-removal #le_section-seven-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-hair-removal #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-hair-removal #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-hair-removal #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-hair-removal #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-hair-removal #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-hair-removal #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-photofacial #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-photofacial #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-photofacial #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-photofacial #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-photofacial #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-photofacial #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-photofacial #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-photofacial #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-photofacial #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-photofacial #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-photofacial #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-photofacial #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-photofacial #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-photofacial #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-photofacial #le_section-seven-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-photofacial #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-photofacial #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-photofacial #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-photofacial #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-photofacial #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ipl-photofacial #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_iv-therapy #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_iv-therapy #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_iv-therapy #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_iv-therapy #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_iv-therapy #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_iv-therapy #le_section-four {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_iv-therapy #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_iv-therapy #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_iv-therapy #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_iv-therapy #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_iv-therapy #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_iv-therapy #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_iv-therapy #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_iv-therapy #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_iv-therapy #le_section-seven-area7 {
    margin-top: 40px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_iv-therapy #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_iv-therapy #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_iv-therapy #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_iv-therapy #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_iv-therapy #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_iv-therapy #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_iv-therapy #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_led-light-therapy #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_led-light-therapy #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_led-light-therapy #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_led-light-therapy #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_led-light-therapy #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_led-light-therapy #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_led-light-therapy #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_led-light-therapy #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_led-light-therapy #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_led-light-therapy #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_led-light-therapy #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_led-light-therapy #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_led-light-therapy #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_led-light-therapy #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_led-light-therapy #le_section-seven-area7 {
    margin-top: 40px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_led-light-therapy #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_led-light-therapy #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_led-light-therapy #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_led-light-therapy #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_led-light-therapy #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_led-light-therapy #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage #le_section-four {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage #le_section-seven-area7 {
    margin-top: 40px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lymphatic-drainage #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_medspa-policies #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_medspa-policies #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_medspa-policies #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_medspa-policies #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_medspa-policies #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_medspa-policies #le_section-five-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_medspa-policies #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_medspa-policies #le_section-four-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_medspa-policies #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_medspa-policies #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_medspa-policies #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_medspa-policies #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_medspa-policies #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_medspa-policies #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_medspa-policies #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microdermabrasion #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microdermabrasion #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microdermabrasion #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microdermabrasion #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microdermabrasion #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microdermabrasion #le_section-four {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microdermabrasion #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microdermabrasion #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microdermabrasion #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microdermabrasion #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microdermabrasion #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microdermabrasion #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microdermabrasion #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microdermabrasion #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microdermabrasion #le_section-seven-area7 {
    margin-top: 40px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microdermabrasion #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microdermabrasion #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microdermabrasion #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microdermabrasion #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microdermabrasion #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microdermabrasion #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling #le_section-four {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling #le_section-seven-area7 {
    margin-top: 40px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-four {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-seven-area7 {
    margin-top: 40px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_microneedling-with-prf-platelet-rich-fibrin #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nad-injections #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nad-injections #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nad-injections #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nad-injections #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nad-injections #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nad-injections #le_section-four {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nad-injections #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nad-injections #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nad-injections #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nad-injections #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nad-injections #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nad-injections #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nad-injections #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nad-injections #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nad-injections #le_section-seven-area7 {
    margin-top: 40px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nad-injections #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nad-injections #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nad-injections #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nad-injections #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nad-injections #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nad-injections #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_oxydermabrasion #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_oxydermabrasion #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_oxydermabrasion #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_oxydermabrasion #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_oxydermabrasion #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_oxydermabrasion #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_oxydermabrasion #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_oxydermabrasion #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_oxydermabrasion #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_oxydermabrasion #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_oxydermabrasion #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_oxydermabrasion #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_oxydermabrasion #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_oxydermabrasion #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_oxydermabrasion #le_section-seven-area7 {
    margin-top: 40px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_oxydermabrasion #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_oxydermabrasion #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_oxydermabrasion #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_oxydermabrasion #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_oxydermabrasion #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_oxydermabrasion #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_preventative #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_preventative #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_preventative #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_preventative #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_preventative #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_preventative #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_preventative #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_preventative #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_preventative #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_preventative #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_preventative #le_section-nine-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_preventative #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_preventative #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_preventative #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_preventative #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_preventative #le_section-seven-area7 {
    margin-top: 40px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_preventative #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_preventative #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_preventative #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_preventative #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_preventative #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_preventative #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_preventative #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-five-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-four-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_request-consultation #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_request-consultation #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_request-consultation #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_request-consultation #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_request-consultation #le_section-six {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_request-consultation #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_request-consultation #le_section-six-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_request-consultation #le_section-six-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_request-consultation #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_request-consultation #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_request-consultation #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_request-consultation #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_request-consultation #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_request-consultation #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-lab #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-lab #le_feature-content2 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-lab #le_feature-content3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-lab #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-lab #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-lab #le_section-four {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-lab #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-lab #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-lab #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-lab #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-lab #le_section-nine-area8 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-lab #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-lab #le_section-one {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-lab #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-lab #le_section-seven-area7 {
    margin-top: 40px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-lab #le_section-seven-area9 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-lab #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-lab #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-lab #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-lab #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-lab #le_section-two {
    }
}

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