@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root {
    --bg-main: #363636;
    --bg-tan: #f1e7df;
    --bg-light-blue: #009aa2;
    --bg-dark-blue: #1d767c;
}

body {
    font-family: "Lato", sans-serif;
    background: #fff;
    color: var(--bg-main);
    margin: 0 auto;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}
hr {
    border: 0;
    height: 1px;
}


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

a {
	text-decoration: none;
	color: var(--bg-dark-blue);
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: var(--bg-light-blue);
}
p {
    font-family: "Lato", sans-serif;
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}
h1, h1 a, .title1, .title1 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
	font-family: "Lato", sans-serif;
	font-weight: 400;
}
h2, h2 a, .title2, .title2 a {
	margin:0 0 .2em 0;
	line-height: 1.2;
	font-family: "Playfair Display", sans-serif;
	font-size: 40px;
	font-weight: 500;
}
h3, h3 a, .title3, .title3 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
	font-family: "Playfair Display", sans-serif;
	font-weight: 400;
}
h4, h4 a, .title4, .title4 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
	font-family: "Playfair Display", sans-serif;
	font-weight: 400;
}
h5, h5 a, .title5, .title5 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
	font-family: "Playfair Display", sans-serif;
	font-weight: 400;
}
h6, h6 a, .title6, .title6 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
	font-family: "Lato", sans-serif;
	font-weight: 400;
}

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

.le_form_name {
	font-size: 18px;
	margin: 0 0 10px 0;
}
.form-group {
	margin-bottom: 10px;
}
.seFormButton, .wrapper input[type="submit"].seFormButton {
    background-color: var(--bg-dark-blue);
    color: #fff;
    font-family: "Lato", sans-serif;
	padding: 8px 15px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0;
	border: 0;
	text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
    background-color: var(--bg-light-blue);
	cursor: pointer;
}
.wrapper input[type="text"],.wrapper input[type="email"],.wrapper input[type="password"], .wrapper textarea {
    font-family: "Lato", sans-serif;
	padding: 10px;
	background-color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border:1px solid rgb(210,210,210);
	box-shadow: none !important;
	margin: 0;
}
.form-control {
    height: 50px;
}

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

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

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

/* ---- Form Alerts --- */
.le_form_container .error {
    color: #000;
    padding: 3px 8px;
    background-color: #fdcece;
}
.form-inline .no-labels label.error,.no-labels label.error {
    display:block !important;
}
.form-inline label.error {
    display:block;
    position: absolute;
    color: red;
    background: pink;
    padding: 2px 3px;
    border-radius: 2px;
    z-index: 2;
    color: #cd1719;
    font-size: 12px;
}
.recaptcha-terms {
    padding: 0 !important;
    margin: 0 !important;
}
.half-width-form-control1 {
    width: 49% !important;
    float: left;
    margin-right: 1%;
}
.half-width-form-control {
    width: 50% !important;
    float: left;
}
.home-form p {
    font-size: 12px;
}
.home-form .le_form label {
    display: block !important;
}
.home-form .checkbox label {
    font-size: 12px;
}
.home-form .first-checkbox {
    margin-top: 30px !important;
}
.home-form .seFormButton {
    margin-top: 10px !important;
}
.newsletter p {
    font-size: 12px;
    line-height: 1.3;
}
.newsletter .recaptcha-terms {
    margin-top: -10px !important;
}
.newsletter .seFormButton {
    padding: 14px 15px !important;
    position: relative;
    top: -20px;
}
/*.newsletter .form-inline input[type="text"] {*/
/*    margin-bottom: -23px !important;*/
/*    min-width: 250px !important;*/
/*    width: 250px !important;*/
/*}*/
#ui-datepicker-div {
    width: 250px !important;
}
.le_jqueryui_target .ui-widget-header {
    background-color: var(--bg-dark-blue) !important;
}
#ui-datepicker-div a {
    color: #fff !important;
    text-align: center;
}
.ui-datepicker-next {
    float: right !important;
}
.ui-datepicker-calendar {
    width: 100% !important;
}
.ui-datepicker-calendar th {
    text-align: center !important;
}
.le_jqueryui_target .ui-state-default {
    background: var(--bg-dark-blue);
    padding: 5px;
    width: 100% !important;
    display: block !important;
}
.le_jqueryui_target .ui-state-default:hover {
    background: var(--bg-light-blue);
}
.ui-datepicker-calendar ul {
    text-align: center;
}
.ui-datepicker-title {
    text-align: center;
    font-size: 20px;
    padding-bottom: 5px;
}
.ui-datepicker-prev, .ui-datepicker-next {
    text-decoration: none !important;
}


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

.se_button a, a.se_button {
    font-family: "Lato", sans-serif;
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 10px 20px;
    text-decoration: none;
    background-color: var(--bg-dark-blue);
    border: 2px solid var(--bg-dark-blue);
    color: #fff;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 10px;
}
.se_button a:after, a.se_button:after {
    content: '\f054';
    font-family: 'FontAwesome';
    left: 8px;
    font-size: 12px;
    top: -1px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.se_button a:hover:after, a.se_button:hover:after {
    left: 12px;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.se_button a:hover, a.se_button:hover {
    background: var(--bg-light-blue) !important;
    border: 2px solid var(--bg-light-blue) !important;
    color: #ffffff !important;
}
.se_button.button1 a, a.se_button.button1 {
    text-decoration: none;
    background-color: rgba(255,255,255,0);
    border: 2px solid var(--bg-dark-blue);
    color: var(--bg-dark-blue);
    padding: 8px 20px 8px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 10px;
}
.se_button.button1 a:after, a.se_button.button1:after {
    content: '\f054';
    font-family: 'FontAwesome';
    left: 8px;
    font-size: 12px;
    top: -1px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.se_button.button1 a:hover:after, a.se_button.button1:hover:after {
    left: 12px;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.se_button.button1 a:hover, a.se_button.button1:hover {
    background: var(--bg-dark-blue) !important;
    border: 2px solid var(--bg-dark-blue) !important;
    color: #ffffff !important;
}
.se_button.button2 a, a.se_button.button2 {
    text-decoration: none;
    background-color: var(--bg-dark-blue);
    border: 2px solid var(--bg-dark-blue);
    color: #fff;
    padding: 8px 20px 8px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 10px;
}
.se_button.button2 a:after, a.se_button.button2:after {
    content: '\f054';
    font-family: 'FontAwesome';
    left: 8px;
    font-size: 12px;
    top: -1px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.se_button.button2 a:hover:after, a.se_button.button2:hover:after {
    left: 12px;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.se_button.button2 a:hover, a.se_button.button2:hover {
    background: var(--bg-light-blue) !important;
    border: 2px solid var(--bg-light-blue) !important;
    color: #ffffff !important;
}
.se_button.largeButton a, a.se_button.largeButton {
    font-size: 16px;
    padding: 0 !important;
    text-decoration: none;
}
.se_button.largeButton a:after, a.se_button.largeButton:after {
    content: '\f054';
    font-family: 'FontAwesome';
    color: var(--bg-dark-blue);
    left: 5px;
    font-size: 10px;
    top: -1px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.se_button.largeButton a:hover:after, a.se_button.largeButton:hover:after {
    left: 8px;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.white-button .se_button.button1 a, .white-button a.se_button.button1 {
    border: 1px solid #fff;
    color: #fff;
}
.white-button .se_button.button1 a:hover, .white-button a:hover.se_button.button1 {
    background-color: #fff !important;
    color: var(--bg-main) !important;
}
.white-button .se_button.button1 a:after, .white-button a.se_button.button1:after {
    color: #fff;
}
.white-button .se_button.button1 a:hover:after, .white-button a.se_button.button1:hover:after {
    color: var(--bg-main);
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton {
    text-decoration: none;
    background-color: var(--bg-dark-blue);
    border: 2px solid var(--bg-dark-blue);
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 20px 10px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 20px;
}
.se_button.fullwidthButton a:after, a.se_button.fullwidthButton:after {
    content: '\f054';
    font-family: 'FontAwesome';
    left: 8px;
    font-size: 12px;
    top: -1px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.se_button.fullwidthButton a:hover:after, a.se_button.fullwidthButton:hover:after {
    left: 12px;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.se_button.fullwidthButton a:hover, a.se_button.fullwidthButton:hover {
    background: var(--bg-light-blue) !important;
    border: 2px solid var(--bg-light-blue) !important;
    color: #ffffff !important;
}

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

#lightbox-container-image-data-box {
    max-width: 95% !important;
}
#aurora_page_wrapper {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image-box {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    height: auto !important;
}
#lightbox-container-image-box img {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image img {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}


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

/* CSS
----------------------------------------------------------------------------------------------------*/

.whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p, .whitetext {
    color: #ffffff !important;
}
.whitetext h1 a, .whitetext h2 a, .whitetext h3 a, .whitetext h4 a, .whitetext h5 a, .whitetext h6 a, .whitetext p a, .whitetext a {
    color: #ffffff !important;
}
.banner {
    position: relative;
    height: 575px;
    overflow: hidden;
}
.uppertext {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
}
.no-gutters {
    padding: 0;
    margin: 0;
}
.banner-right h1 {
    font-size: 18px;
    color: var(--bg-dark-blue);
    font-weight: 400;
}
.banner-right h2 {
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 25px;
}
.banner-right h3 {
    font-family: "Lato", sans-serif;
    font-size: 16px;
}
.title-block h2 {
    font-size: 50px;
}
.title-block h6 {
    font-family: "Lato", serif;
    color: var(--bg-dark-blue);
    font-size: 18px;
    margin: 0 0 5px 0;
    font-weight: 400;
}
.title-block h5 {
    font-family: "Playfair Display", serif;
    color: var(--bg-dark-main);
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: 400;
}
.small-title-block h2 {
    font-size: 45px;
}
.smaller-title-block h2 {
    font-size: 40px;
}
.right-box h6 {
    font-family: "Lato", sans-serif;
    color: var(--bg-dark-blue);
}
.icon-text {
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.icon-text:hover, .icon-text:hover h3 {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.icon-text h3 {
    position: relative;
    font-size: 30px;
    font-family: "Lato", serif;
}
.icon-text h3:after {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-left: 10px;
    font-size: 18px;
    top: 10px;
    color: #000;
    position: absolute;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.icon-text:hover h3:after {
    padding-left: 15px;
}
.icon-text h6 {
    font-family: "Playfair Display", serif;
    color: var(--bg-light-blue);
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}
.icon-text a {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.testimonial-box {
    position: relative;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 25px;
    text-align: center;
    height: 350px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.testimonial-box:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mobomicroclonesite/quote.svg);
    width: 30px;
    height: auto;
    line-height: 0;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.testimonial-box h5 {
    font-family: "Lato", sans-serif;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 55px;
}
.testimonial-box h6 {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 35px;
}
.big-instagram {
    text-align: center;
    color: #fff;
    font-size: 50px;
}
.big-instagram a {
    text-decoration: none !important;
    font-family: "Lato", sans-serif;
}
.bottom-logos img {
    width: auto !important;
    height: 60px !important;
    filter: grayscale(1);
}
.top-title h2 {
    margin-bottom: 15px;
}
.top-title .se_button.button2 a, .top-title a.se_button.button2 {
    margin-top: 20px;
}
.testimonial-textbox h2 {
    margin-bottom: 30px;
}
.testimonial-textbox p {
    font-size: 20px;
    line-height: 1.6;
    /*font-style: italic;*/
    font-weight: 300;
}
.testimonial-textbox h6 {
    font-family: "Lato", serif;
    color: var(--bg-dark-blue);
    font-size: 18px;
    margin: 0 0 5px 0;
    font-weight: 400;
}
.testimonial-textbox h5 {
    font-family: "Lato", sans-serif;
    color: var(--bg-main);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 30px;
}
.row.display-flex > [class*='col-'] {
    border: 2px solid var(--bg-tan);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 50px 30px;
    margin-bottom: 25px;
}
/*.tan-box {*/
/*    border: 2px solid var(--bg-tan);*/
/*    -webkit-border-radius: 2px;*/
/*    -moz-border-radius: 2px;*/
/*    border-radius: 2px;*/
/*    padding: 50px 30px;*/
/*    margin-bottom: 25px;*/
    /*min-height: 470px;*/
/*}*/
.tan-box h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.tan-box ul { 
    padding-left: 40px; 
    list-style:none; 
}
.tan-box ul li:first-of-type {
    border-top: 0;
}
.tan-box ul li {
    border-top: 1px solid #f7f1ed;
    padding: 10px;
    text-indent: -1.8em;
}
.tan-box ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    padding-right: 15px;
    color: var(--bg-dark-blue);
}
.round-img img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.blue-button a {
    border: 2px solid var(--bg-dark-blue);
    color: var(--bg-main);
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    display: block;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 20px 10px;
    margin-bottom: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.blue-button a:hover {
    background-color: var(--bg-dark-blue);
    color: #fff;
}
.title-line h2 {
    border-bottom: 1px solid var(--bg-tan);
    display: block;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.es-widget-title-container {
    display: none !important;
}
.WidgetBackground__Container-sc-1ho7q3r-0 {
    padding: 0 !important;
}
.Background__Overlay-sc-4lq1r6-2 {
    background-color: #F4EFE8 !important;
}
.eapps-instagram-feed-title {
    display: none !important;
}
.service-icon {
    margin-bottom: 25px;
}
.service-icon img {
    width: 75px;
    height: auto;
    margin-bottom: 25px;
}
.service-icon p { 
    /*text-transform: uppercase;*/
    font-size: 18px;
    text-transform: lowercase;
}
.service-icon h6 {
    font-family: "Playfair Display", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}
.faq-title h3 {
    font-size: 30px;
    margin-bottom: 20px;
    color: var(--bg-dark-blue);
}
.banner-title h1 {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
}
.banner-title h2 {
    font-family: "Playfair Display", sans-serif;
    font-size: 45px;
}
.fin-box {
    padding-bottom: 50px;
}
.fin-box img {
    margin-bottom: 20px;
    width: auto;
    height: 30px;
}
/*.fin-box {*/
/*    border: 2px solid var(--bg-tan);*/
/*    -webkit-border-radius: 2px;*/
/*    -moz-border-radius: 2px;*/
/*    border-radius: 2px;*/
/*    padding: 50px 30px;*/
/*    margin-bottom: 25px;*/
/*}*/
.fin-box h2 {
    font-family: "Lato", sans-serif;
    color: var(--bg-main);
    font-size: 16px;
    border-top: 1px solid var(--bg-tan);
    padding-top: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.fin-box h3 {
    color: var(--bg-dark-blue);
    font-size: 28px;
    margin-bottom: 20px;
}
.fin-box h6 {
    font-size: 14px;
}
.fin-box ul { 
    padding-left: 40px; 
    list-style:none; 
}
.fin-box ul li:first-of-type {
    border-top: 0;
}
.fin-box ul li {
    border-top: 1px solid #f7f1ed;
    padding: 10px;
    text-indent: -1.8em;
}
.fin-box ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    padding-right: 15px;
    color: var(--bg-dark-blue);
}
.fin-box .se_button.button1 a, .fin-box a.se_button.button1 {
    position: absolute;
    bottom: 25px;
}
.checklist-items ul { 
    list-style:none; 
    padding-left: 25px;
    margin-top: 25px;
}
.checklist-items ul li:first-of-type {
    border-top: 0;
}
.checklist-items ul li {
    border-top: 1px solid #f7f1ed;
    padding: 10px;
    text-indent: -1.8em;
}
.checklist-items ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    padding-right: 15px;
    color: var(--bg-dark-blue);
}
.member-icon {
    position: relative;
    display: flex;
    align-items:center;
    padding-left: 65px;
    margin-bottom: 65px;
}
.member-icon:before {
    background-color: var(--bg-dark-blue);
    color: #fff;
    content: '+';
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 1;
    padding: 8px 16px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
}
.white-box {
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 50px 30px;
    margin-bottom: 25px;
}
.white-box h3 {
    font-size: 30px;
}
.white-box h6 {
    font-size: 14px;
}
.white-box ul { 
    list-style:none; 
    padding-left: 0;
    margin-top: 25px;
}
.white-box ul li {
    border-top: 1px solid #f7f1ed;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.white-box ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    padding-right: 15px;
    color: var(--bg-dark-blue);
}
.box-tan {
    border: 2px solid var(--bg-tan);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 25px;
    margin-bottom: 25px;
}
.box-tan img {
    margin-bottom: 15px;
}
.box-tan h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.before-after-slider h6 {
    font-size: 14px;
    margin-top: 20px;
}
.testimonials p {
    font-size: 24px;
    color: #fff;
}
.testimonials h6 {
    margin-top: 15px;
    font-size: 20px;
    color: #fff;
}
.submission-text h1 {
    font-family: "Lato", sans-serif;
    color: var(--bg-main);
    font-size: 30px;
    margin-bottom: 15px;
}
.submission-text h2 {
    text-transform: uppercase;
    /*font-family: "Lato", sans-serif;*/
}

/* Pop up
----------------------------------------------------------------------------------------------------*/

.close-git-form a {
    display: block;
    top: 0;
    right: 0;
    font-size: 25px;
    line-height: 25px;
    z-index: 1;
    padding: 10px 15px;
    position: absolute;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    background-color: var(--bg-dark-blue);
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
.close-git-form a:hover {
    background-color: var(--bg-light-blue);
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.git-form {
    position: fixed;
    z-index: 1001;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
    top:0;
    text-align: center;
    width: 500px;
    z-index: -1;
    opacity: 0;
    background: rgba(255,255,255,0.95);
    border: 5px solid var(--bg-hover);
    padding: 40px 20px 30px 20px;
    opacity: 0;
    transform: translateX(100%);
    transition: all .2s ease;
    background: #fff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
    transition: box-shadow .3s ease;
}
.git-form.gitFormOpen {
    opacity: 1;
    transform: translateX(0);
    z-index: 1000;
}
.git-form h3 {
    margin: 0;
    font-family: "Lato", sans-serif;
}
.git-form p {
    font-size: 10px;
}
#form-3-control-field_6{
    height: 50px !important;
    position: relative !important;
    /*top: -22px !important;*/
    border-radius: 2px !important;
    border: 1px solid rgb(210, 210, 210) !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
}
.git-form .small-print {
    position: relative;
    margin-top: 0;
    display: block;
}
.git-form .seFormButton, .git-form input[type="submit"].seFormButton {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    margin-top: -15px;
}
.git-form .recaptcha-terms {
    margin-top: -20px !important;
    padding: 0 !important;
}
@media (max-width: 767px) {
    .git-form {
        width: 300px !important;
        height: 640px !important;
        padding: 30px 0 30px 0;
    }
    .git-form h3 {
        font-size: 22px;
    }
    .git-form h4 {
        font-size: 26px;
        margin-bottom: 10px;
    }
}
@media (min-width: 767px) {
    .git-form {
        height: 660px !important;
    }
    .git-form h3 {
        font-size: 30px;
    }
    .git-form h4 {
        font-size: 45px;
        margin-bottom: 15px;
    }
    .git-form .seFormButton, .git-form input[type="submit"].seFormButton {
        font-size: 18px;
        padding: 15px 30px;
    }
}
.le-edit-open .git-form {
    position: relative !important;
    opacity: 1 !important;
    z-index: 1000 !important;
    margin-left: -100px;
}

/* Expand
----------------------------------------------------------------------------------------------------*/
.expand {
    position: relative;
}
.expand h3 {
    position: relative; 
    font-size: 20px;
    color: var(--bg-main);
    padding: 15px 10px 15px 10px;
    border-bottom: 1px solid var(--bg-tan);
    line-height: 30px !important;
    font-weight: 400;
    font-family: "Lato", sans-serif;
}
.expand h3:before {
    content: '\f078';
    font-family: 'FontAwesome';
    text-align: right;
    right: 0;
    float: right;
    font-size: 14px !important;
    margin-top: 2px;
    color: var(--bg-dark-blue);
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h3.active {
    border-bottom: 1px solid var(--bg-dark-blue);
    color: var(--bg-dark-blue);
    margin-bottom: 10px !important;
}
.expand h3.active:after {
    /*content: '-';*/
    /*padding-left: 4px;*/
}
.expand h3:hover {
    cursor: pointer;
    border-bottom: 1px solid var(--bg-dark-blue);
    color: var(--bg-dark-blue);
}
.expand p {
    padding: 10px 10px 10px 10px;
}
.expand ul {
    padding-left: 40px;
}

/* Price-box
----------------------------------------------------------------------------------------------------*/
/*.price-box {*/
/*    position: relative;*/
/*    border: 2px solid var(--bg-tan);*/
/*    -webkit-border-radius: 2px;*/
/*    -moz-border-radius: 2px;*/
/*    border-radius: 2px;*/
/*    padding: 50px 30px 0 30px;*/
/*    margin-bottom: 25px;*/
/*    min-height: 510px;*/
/*}*/
.price-box {
    padding-bottom: 70px;
}
.price-box h2 {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 5px;
    text-align: center;
}
.price-box h3 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    color: var(--bg-dark-blue);
}
.price-box h5 {
    border-top: 1px solid var(--bg-tan);
    padding: 10px 0 10px 35px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    position: relative;
}
.price-box h5:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    padding-right: 15px;
    color: var(--bg-dark-blue);
    position: absolute;
    left: 0;
    padding-left: 10px;
}
.price-box h6 {
    position: relative; 
    font-size: 16px;
    color: var(--bg-main);
    padding: 10px 25px 0px 25px;
    border-top: 1px solid var(--bg-tan);
    line-height: 30px !important;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    /*text-align: center;*/
}
.price-box h6:after {
    content: '+';
    font-size: 16px !important;
    margin-top: 2px;
    padding-left: 5px;
    color: var(--bg-dark-blue);
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.price-box h6.active {
    color: var(--bg-dark-blue);
    margin-bottom: 10px !important;
    content: '-';
}
.price-box h6.active:after {
    content: '-';
}
.price-box h6:hover {
    content: '-';
    cursor: pointer;
    color: var(--bg-dark-blue);
}
.price-box ul {
    padding-left: 40px;
    font-size: 14px;
    /*margin-bottom: 100px;*/
}
.best-value img {
    right: -16px;
    top: -16px;
    position: absolute;
    float: right;
    width: 150px;
    height: auto;
    z-index: 1;
}
.price-box .se_button.fullwidthButton a, .price-box a.se_button.fullwidthButton {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
}


/*Service Page
----------------------------------------------------------------------------------------------------*/
.ServiceMenu {
    text-align: center;
}
.ServiceMenu a {
    display: inline-block;
    padding: 0 30px;
    font-size: 18px;
    color: var(--bg-main);
    text-transform: uppercase;
    text-decoration: none;
}
.ServiceMenu a:after {
    content: '\f054';
    font-family: 'FontAwesome';
    left: 8px;
    font-size: 12px;
    top: -1px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.ServiceMenu a:hover:after {
    left: 12px;
    color: var(--bg-dark-blue);
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.ServiceMenu a:hover {
    color: var(--bg-dark-blue);
}
.service-box {
    position: relative;
    overflow: hidden;
    margin: 0 0 75px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.service-box, .service-box-static {
    position: relative;
    overflow: hidden;
    margin: 0 0 75px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.service-box img {
    background-color: var(--bg-tan);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    opacity: .8;
	margin-left: 20px;
	margin-bottom: 40px;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
.service-box-static img  {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.service-box:hover img {
    opacity: .6;
    margin-left: 0;
}
.service-box h3, .service-box-static h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.service-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.service-box h3:after {
    content: '\f054';
    font-family: 'FontAwesome';
    left: 8px;
    font-size: 12px;
    top: -1px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.service-box:hover h3:after {
    left: 12px;
    color: var(--bg-dark-blue);
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.external-service-box h3:after {
    content: '\f35d';
    font-family: 'FontAwesome';
    left: 8px;
    font-size: 16px;
    top: -2px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.external-service-box:hover h3:after {
    left: 12px;
    color: var(--bg-dark-blue);
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.service-box a {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.service-box2 {
    position: relative;
    overflow: hidden;
    margin: 0 0 75px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.service-box2 img {
    background-color: var(--bg-tan);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
 /*   opacity: .8;*/
	/*margin-left: 20px;*/
	margin-bottom: 40px;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	/*-webkit-transition: .6s ease-in-out;*/
	/*transition: .6s ease-in-out;*/
}
.service-box2 h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

/*Animations
----------------------------------------------------------------------------------------------------*/
.bknd-fade {
    position: relative;
    opacity: 0;
}
.bknd-fade.active {
    opacity: 1;
    animation: fadeBackground 2s;
    animation-fill-mode: forwards;
}
@keyframes fadeBackground {
    from { background-color: #fff; }
    to { background-color: #F4EFE8; }
}
.bknd-fade2 {
    position: relative;
    opacity: 0;
}
.bknd-fade2.active {
    opacity: 1;
    animation: fadeBackground2 2s;
    animation-fill-mode: forwards;
}
@keyframes fadeBackground2 {
    from { background-color: #fff; }
    to { background-color: #1D767C; }
}
.fade-in {
    position: relative;
    opacity: 0;
}
.fade-in.active {
    opacity: 1;
    animation: fadeIn 4s;
    -webkit-animation: fadeIn 4s;
    -moz-animation: fadeIn 4s;
    -o-animation: fadeIn 4s;
    -ms-animation: fadeIn 4s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.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;
  }
}

/* Locations Dropdown
----------------------------------------------------------------------------------------------------*/

#Location-Dropdown {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #000 !important;
}
#Location-Dropdown_select {
    width: 275px;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#Location-Dropdown .form-control {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    display: inline-block;
    height: 41px;
}
#Location-Dropdown_button {
    font-family: "Lato", sans-serif;
    background-color: var(--bg-dark-blue);
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin: -4px 0 0 5px;
    text-transform: uppercase;
    padding: 8px 15px 8px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
/*#Location-Dropdown_button:after {*/
/*    content: '\f054';*/
/*    font-family: 'FontAwesome';*/
/*    left: 8px;*/
/*    font-size: 12px;*/
/*    top: -1px;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    -webkit-transition: all .4s ease;*/
/*    -moz-transition: all .4s ease;*/
/*    transition: all .4s ease;*/
/*}*/
/*#Location-Dropdown_button:hover:after {*/
/*    left: 12px;*/
/*    position: relative;*/
/*    -webkit-transition: all .4s ease;*/
/*    -moz-transition: all .4s ease;*/
/*    transition: all .4s ease;*/
/*}*/
#Location-Dropdown_button:hover {
    background: var(--bg-light-blue) !important;
    border: 2px solid var(--bg-light-blue) !important;
    color: #ffffff !important;
}
#Location-Dropdown value {
    border-bottom: 1px solid #000 !important;
}

/* CTAS
----------------------------------------------------------------------------------------------------*/
.cta {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    background-color: var(--bg-tan);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cta img {
    opacity: .7;
	margin-left: 30px;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
.cta:hover img {
    opacity: .4;
    margin-left: 0;
}
.cta2 {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    padding-right: 100px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cta2 img {
    opacity: 1;
	margin-left: 30px;
	/*-webkit-transform: scale(1.2);*/
	/*transform: scale(1.2);*/
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
.cta2:hover img {
    opacity: .5;
    margin-left: 0;
}
.cta-text {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
}
.cta .cta-text h3 {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
.cta-text p {
    font-size: 14px;
}
.cta2 h3 {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    position: relative;
    display: block;
    font-size: 24px;
    margin-top: 40px;
    text-align: center;
}
.cta2 h3:after {
    content: '\f054';
    font-family: 'FontAwesome';
    left: 8px;
    font-size: 20px;
    top: -1px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.cta .cta-text h3:after {
    content: '\f054';
    font-family: 'FontAwesome';
    left: 8px;
    font-size: 12px;
    top: -1px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.cta a, .cta2 a {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.cta:hover h3:after, .cta2:hover h3:after {
    left: 12px;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

/* Staff Slider
----------------------------------------------------------------------------------------------------*/

.staff-slider {
    position: relative;
}
.staff-slider .swiper-slide img {
    background-color: var(--bg-tan);
    width: 400px !important;
    height: auto !important;
    margin: 0 auto 15px auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.staff-slider h3 {
    font-family: "Lato", sans-serif;
    position: relative;
    color: var(--bg-dark-blue);
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
}
.staff-slider h3:after {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-left: 10px;
    font-size: 12px;
    top: -3px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.staff-slider:hover img {
    opacity: .7;
}
.staff-slider:hover h3:after {
    padding-left: 17px;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.staff-slider a {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* Home Blog
----------------------------------------------------------------------------------------------------*/
.home-blog .gridWrapper {
    display: flex !important;
    -webkit-overflow-scrolling: touch !important;
    flex-wrap: nowrap !important;
    overflow-x: scroll !important;
    width: 100% !important;
}
.home-blog .blog_post_listing {
    flex: 0 0 auto !important;
    width: 31.75% !important;
    display: inline-block !important;
}
.home-blog .gridWrapper::-webkit-scrollbar {
    width: 2px !important;
    margin-top: 20px !important;
}
.home-blog .gridWrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #dddddd !important;
    border-radius: 10px !important;
}
.home-blog .gridWrapper::-webkit-scrollbar-thumb {
    background: var(--bg-dark-blue) !important;
    border-radius: 10px !important;
}
.home-blog .gridWrapper::-webkit-scrollbar-thumb:hover {
    background: var(--bg-light-blue) !important;
}
.home-blog .blog_post_listing {
    margin-bottom: 30px !important;
}

/* Blog
----------------------------------------------------------------------------------------------------*/
.feature_blog_image {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.blog_post_listing {
    padding: 0 !important;
    border: 1px solid #dddddd;
    justify-content: start !important;
    border-radius: 2px;
}
.title-flex h3 {
    margin-top: 30px;
}
.title-flex h3 a {
    text-decoration: none;
    font-size: 24px;
    color: var(--bg-main);
}
.title-flex h3 a:hover {
    color: var(--bg-dark-blue);
}
.blog_post_listing_content {
    overflow: hidden !important;
}
.blog_post_listing .box-top {
    padding: 0 20px 20px 20px;
}
.blog_post_listing .blog_post_listing_footer_section {
    display: none;
}
.feature_blog_text {
    height: 70px;
    overflow: hidden;
}
#blog_post_listing .feature_blog_text {
    float: none;
}
a.read_more_link {
    display: inline-block !important;
    text-transform: uppercase;
    width: 140px;
    font-size: 16px !important;
}
.le-logged-in #blog_post:before {
    content: 'Click on dashboard icon in top black bar to edit this page';
    border-radius: 2px;
    background: rgba(199,232,42,.2);
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    display: block;
}
.le-logged-in #blog_post_listing:before {
    content: 'Click on dashboard icon in top black bar to edit this page';
    border-radius: 2px;
    background: rgba(199,232,42,.2);
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    display: block;
}

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

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

/* Header
----------------------------------------------------------------------------------------------------*/
.top-header {
    background-color: var(--bg-tan);
    padding: 15px 0;
}
.header {
	padding: 25px 5% 25px 5%;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	background-color: #fff;
}
.full-header {
    position: fixed;
    top: 0;
    margin: 0 auto;
    z-index: 100;
    left: 0;
    right: 0;
}

/* Menu
----------------------------------------------------------------------------------------------------*/
.MainMenu {
    position: absolute;
    z-index: 900;
    left: -350px;
    top: 0;
    height: 100%;
    width: 300px;
    float: left;
    overflow-x: visible;
    background-color: #fff;
    border-top: 1px solid var(--bg-tan);
    padding: 20px;
}

.OpenMobileMenu .MainMenu {
    height: 100%;
    width: 100%;
    top: 60px;
    left:0;
    opacity: 1;
    transition: top .3s ease;
}
.MainMenu ul {
    margin: 0;
    padding: 0;
}
.MainMenu li {
	list-style: none;
	list-style-type: none;
	position: relative;
}
.MainMenu li.le_menuitem_level_0 {
	display: inline-block;
    padding: 5px 0;
}
.MainMenu li.le_menuitem_level_0:last-of-type {
    border-bottom: 0 !important;
}
.MainMenu li.le_menuitem_level_0 a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: var(--bg-main);
    border-bottom: 1px solid var(--bg-tan);
    font-weight: 400;
    display: inline-block;
    position: relative;
    padding: 15px 10px 15px 10px;
    line-height: 15px;
    word-break: break-word;
    text-decoration: none;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
    color: var(--bg-dark-blue);
}
.MainMenu .le_menu_level_1_container {
    position: absolute;
    left: 0;
}
.MainMenu ul.le_menu_level_1 {
    position: relative;
    left: 0;
    z-index: 10;
    /*display: none;*/
    margin: 0;
    padding: 13px 0 0 0;
    text-align: left;
    height: auto;
}
.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.MainMenu li.le_menuitem_level_1 a {
    font-family: 'Poppins', sans-serif;
	display: block;
	padding: 10px 10px 10px 15px !important;
	margin-top: 0;
	text-decoration: none;
	text-transform: lowercase;
	min-width: 160px;
	line-height: 1em;
	font-size: 14px;
}
.MainMenu li.le_menuitem_level_1:first-of-type a {
    padding-top: 10px !important;
}
.MainMenu li.le_menuitem_level_1 a:hover {
    background-image: none;
}
.MainMenu .le_menu_level_2_container {
    float: right;
	left: 100%;
	margin-top: -35px;
	padding: 0;
}
.MainMenu ul.le_menu_level_2 {
	position: absolute;
	right:0;
	left: 160px;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
	display: block;
}
.navicon {
    position: relative;
    line-height: 30px;
    height: 30px;
    padding: 0 20px 0 0;
    text-transform: uppercase;
    background: transparent !important;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    font-size: 26px;
}
.OpenMobileMenu .navicon:after {
    content: '\f00d';
}
.navicon:hover {
    cursor: pointer;
}
.Menu1 a {
    display: inline-block !important;
    text-decoration: none;
    background-color: var(--bg-dark-blue);
    border: 2px solid var(--bg-dark-blue);
    color: #fff !important;
    padding: 8px 20px 8px 15px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 20px !important;
}
.Menu1 a:after {
    content: '\f054';
    font-family: 'FontAwesome';
    left: 8px;
    font-size: 12px;
    top: -1px;
    color: #fff !important;
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.Menu1 a:hover:after {
    left: 12px;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.Menu1 a:hover {
    background: var(--bg-light-blue) !important;
    border: 2px solid var(--bg-light-blue) !important;
    color: #ffffff !important;
}
.phone-number {
    position: relative;
    margin-left: 40px;
    text-decoration: none;
}
.phone-number a {
    text-decoration: none;
}
.phone-number:before {
    content: '\f095';
    font-family: 'FontAwesome';
    color: var(--bg-dark-blue);
    padding-right: 6px;
    font-size: 12px;
    top: -1px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.book-button {
    margin-left: 30px;
    display: inline-block;
    text-decoration: none;
    background-color: var(--bg-dark-blue);
    border: 2px solid var(--bg-dark-blue);
    color: #fff;
    padding: 8px 15px 8px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.book-button a {
    color: #fff !important;
}
.book-button:hover {
    background-color: var(--bg-light-blue);
    border: 2px solid var(--bg-light-blue);
    color: #fff;
}
.book-button:before {
    content: '\f133';
    font-family: 'FontAwesome';
    color: #fff;
    right: 8px;
    font-size: 16px;
    top: -1px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.book-button:hover:after {
    left: 12px;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    color: #fff;
}
@media (max-width: 991px) { 
    /*.OpenMobileMenu .wrapper {*/
    /*    right:300px;*/
    /*}*/
    .MainMenu {
        position: fixed;
        height: 100vh;
        width: 300px;
        padding: 20px 25px;
        top: 0;
        right:-300px;
        transition: right .3s ease;
    }
    /*.OpenMobileMenu .MainMenu {*/
    /*    right: 0;*/
    /*}*/
    .le_menu_level_container {
    	position: relative;
    }
    .MainMenu li {
        display: block;
        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 {
        padding: 0 0 15px 0;
    }
    .MainMenu li.le_menuitem_level_0.hasChild > a:after, .MainMenu li.le_menuitem_level_1.hasChild > a:after {
        display:inline-block;
        position: relative;
        right: 0;
        content: '\f107';
        font-family: 'FontAwesome';
        color: var(--bg-main);
        font-size: 12px;
        float: right;
    }
    .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;
    }
    .second-menu a {
        font-size: 13px !important;
    }
    .MainMenu li.le_menuitem_level_0 a { 
        display: block;
    }
    .book-button {
        margin: 20px 0 0 0 !important;
    }
    .book-button a {
        padding-left: 20px !important;
        display: inline-block !important;
        border: 0 !important;
    }
    .book-button:before {
        left: 10px !important;
    }
    .phone-number {
        margin: 10px 0 10px 0 !important;
        background-color: rgba(255, 255, 255, 0);
        border: 2px solid var(--bg-dark-blue);
        color: var(--bg-dark-blue);
        padding: 8px 20px 8px 15px;
    }
    .phone-number:before {
        left: 10px !important;
    }
    .phone-number a {
        padding-left: 20px !important;
        display: inline-block !important;
        border: 0 !important;
    }
    .phone-number li.le_menuitem_level_0 {
        border: 0 !important;
    }
}

/* Top Menu
----------------------------------------------------------------------------------------------------*/
.TopMenu {
    text-align: center;
}
.TopMenu ul {
    margin: 0;
    padding: 0;
}
.TopMenu li {
	list-style: none;
	list-style-type: none;
	position: relative;
}
.TopMenu li.le_menuitem_level_0 {
	display: inline-block;
}
.TopMenu li.le_menuitem_level_0 a {
    font-family: "Lato", sans-serif;
    color: var(--bg-main);
    display: block;
    position: relative;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1;
    word-break: break-word;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    border-right: 1px solid var(--bg-main);
}
.TopMenu li.le_menuitem_level_0 a:hover {
}
.TopMenu li.le_menuitem_level_0:last-of-type a {
    border-right: 0 solid var(--bg-main);
}

/* Bottom Menu
----------------------------------------------------------------------------------------------------*/
.BottomMenu {
    padding-top: 20px;
}
.BottomMenu2 {
    text-align: right;
    padding-top: 15px;
}
.BottomMenu .dropdown-icon, .BottomMenu .menu-dropdown {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: var(--bg-main);
    font-weight: 400;
    padding: 10px 30px 10px 0;
    text-transform: uppercase;
    text-decoration: none;
}
.BottomMenu2 .dropdown-icon {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: var(--bg-main);
    font-weight: 400;
    padding: 10px 0 10px 40px;
    text-transform: uppercase;
    text-decoration: none;
}
.menu-dropdown:hover, .dropdown-icon:hover {
    color: var(--bg-dark-blue);
    cursor: pointer;
}
.dropdown-icon:after {
    display: inline-block;
    position: relative;
    left: 6px;
    top: 0;
    content: '\f107';
    font-family: 'FontAwesome';
    color: var(--bg-hover);
    font-size: 14px;
}
.BottomMenu ul, .BottomMenu2 ul {
	list-style: none;
	margin: 0;
    padding: 0;
    z-index: 1;
}
.BottomMenu li, .BottomMenu2 li {
    display: inline-block;
    line-height: 15px;
    word-break: break-word;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.BottomMenu li:hover,
.BottomMenu li:focus-within,
.BottomMenu2 li:hover,
.BottomMenu2 li:focus-within {
	color: var(--bg-hover);
	/*cursor: pointer;*/
}
.BottomMenu h2, .BottomMenu2 h2 {
    font-family: "Playfair Display", sans-serif;
    font-size: 30px;
    color: var(--bg-dark-blue);
}
.BottomMenu h6, .BottomMenu2 h6 {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: var(--bg-dark-blue);
    margin: 10px 0 10px 0;
}

/*.TopMenu li:focus-within a {*/
/*  outline: none;*/
/*}*/

.BottomMenu ul li ul {
    min-width: 290%;
    width: 290%;
	background: #fff;
	visibility: hidden;
    opacity: 0;
	position: absolute;
    transition: all 0.5s ease;
    margin-top: 1rem;
	left: -20%;
	right: 0;
	padding: 50px 30% 50px 20%;
    display: block;
}
.BottomMenu2 ul li ul {
    min-width: 290%;
    width: 290%;
	background: #fff;
	visibility: hidden;
    opacity: 0;
	position: absolute;
    transition: all 0.5s ease;
    margin-top: 1rem;
	left: -160%;
	right: 0;
	padding: 50px 30% 50px 20%;
    display: block;
}
.BottomMenu .dropdown, .BottomMenu2 .dropdown {
    border-top: 1px solid var(--bg-tan);
    margin-top: 40px;
}
.BottomMenu .dropdown li, .BottomMenu2 .dropdown li {
    text-align: left !important;
    font-size: 24px;
    line-height: 35px;
    color: var(--bg-main);
}
.BottomMenu .dropdown li a, .BottomMenu2 .dropdown li a {
    font-size: 24px;
    line-height: 35px;
    padding-left: 0 !important;
    text-decoration: none;
}
.BottomMenu2 .dropdown {
    text-align: left;
}
.BottomMenu ul li:hover > ul,
.BottomMenu ul li:focus-within > ul,
.BottomMenu ul li ul:hover,
.BottomMenu ul li ul:focus,
.BottomMenu2 ul li:hover > ul,
.BottomMenu2 ul li:focus-within > ul,
.BottomMenu2 ul li ul:hover,
.BottomMenu2 ul li ul:focus {
   visibility: visible;
   opacity: 1;
   display: block;
}
.BottomMenu ul li ul li, .BottomMenu2 ul li ul li {
	clear: both;
    width: 100%;
}
.dropdown h2:after {
    content: '\f054';
    font-family: 'FontAwesome';
    left: 8px;
    font-size: 12px;
    top: -1px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.dropdown h2:hover:after {
    left: 12px;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.dropdown-items a {
    color: var(--bg-main);
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}
.dropdown-items a:hover {
    color: var(--bg-dark-blue);
}
.dropdown-img {
    position: relative;
}
.img-dropdown-box {
    position: relative;
}
.img-link {
    background-color: var(--bg-tan);
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.img-dropdown-box:hover .img-link {
    opacity: .3;
}
.img-link a {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.img-dropdown {
    background-color: var(--bg-main);
}
.img-dropdown img {
    opacity: .8;
    margin-bottom: -2px;
}
.img-text {
    position: absolute;
    bottom: 25px;
    left: 40px;
}
.img-text h6 {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 14px;
}
.img-text p {
    color: #fff;
    width: 90%;
    font-family: "Playfair Display", sans-serif;
}

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

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

.footer {
    background: rgba(241,230,223,.1);
    clear: both;
	padding: 75px 10% 50px 10%;
}
.footer p, .footer a {
    color: var(--bg-main);
}
.footer a:hover {
    color: var(--bg-dark-blue);
}
.footer-title p {
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 18px;
}
.FooterMenu a {
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}
.se_social {
    margin-top: 20px;
}
.se_social a {
    margin: 0 .15em;
    text-decoration: none;
    font-size: 24px;
}
.footer-logos {
    padding-top: 50px;
    margin-top: 75px;
    border-top: 1px solid rgb(210, 210, 210);
}
.footer-bottom {
    background-color: var(--bg-main);
    padding: 10px 0;
}
.footer-bottom p {
    color: #fff;
}
.footer-text p {
    font-size: 12px;
    line-height: 1.2;
}
.footer-banner {
    background-color: var(--bg-dark-blue);
    color: #fff;
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    z-index: 1;
}
.footer-banner p {
    padding: 10px 20px;
}
.footer-banner a {
    color: #fff;
    text-decoration: underline;
}
.cookies {
    margin: auto;
    padding: 0 !important;
    color: #ffffff;
    padding: 5px 0 !important;
}
.cookieclose {
    right: 0;
    top: 15px;
    position: absolute;
    cursor: pointer;
    font-size: 18px;
}
.cookies p {
    color: #ffffff;
}
.le-logged-in .footer-banner {
    position: relative !important;
}

/* Media Queries
----------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
    .header {
        padding: 10px 20px;
    }
    .se_siteBranding {
        padding: 0;
    }
    .desktop-only {
        display: none;
    }
    .feature_blog_image {
        width: 100% !important;
        height: auto;
        float: none;
    }
    .feature_blog_image img {
        width: 100% !important;
        height: auto;
    }
    .title-flex h3 {
        text-align: center;
    }
    .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;
    }
    .banner-right h2 {
        font-size: 36px;
    }
    .icon-text {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .icon-border {
        border-bottom: 1px solid var(--bg-main);
    }
    .top-header {
        display: none;
    }
    .se_mainContent {
        padding-top: 50px;
    }
    .se_siteBranding img {
        max-width: 125px;
    }
    #Location-Dropdown_select {
        width: 100%;
    }
    #Location-Dropdown_button {
        margin: 10px 0 0 0;
    }
    h1, h1 a, .title1, .title1 a {
        font-size: 36px;
        line-height: 1.2;
    }
    h2, h2 a, .title2, .title2 a {
        font-size: 30px;
    }
    .title-block h2, .small-title-block h2 {
        font-size: 36px !important;
    }
    .footer {
        padding: 60px 25px;
    }
    .ServiceMenu a {
        border-bottom: 1px solid var(--bg-tan);
        display: block;
        padding-bottom: 15px;
        margin: 0 20px 15px 20px;
    }
    .service-box h3, .service-box-static h3 {
        margin-top: 10px;
    }
    .bottom-logos {
        margin-top: 40px;
    }
    .expand h3 {
        font-size: 16px;
    }
    .title-line h2 {
        margin-bottom: 40px;
    }
    .home-blog .blog_post_listing {
        width: 100% !important;
    }
    .location-content {
        padding: 50px 25px;
    }
    .banner-right {
        padding: 50px 25px 0 25px;
    }
    .banner {
        position: relative;
        height: 270px;
    }
    .uppertext {
        top: 30%;
    }
    .row.display-flex > [class*='col-'] {
        width: 92%;
        margin-left: 4%;
    }
    .title-flex {
        display: block !important;
    }
    .cta2 {
        margin-bottom: 75px;
        padding: 0 50px;
    }
    .service-icon {
        margin-bottom: 50px;
    }
    .before-after-slider {
        margin-bottom: 50px;
    }
    .blog_post_listing .box-top {
        display: block;
        text-align: center;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .form-inline input[type="text"], .form-inline input[type="email"], .form-inline input[type="password"], .form-inline textarea {
        margin-bottom: -17px;
    }
    .se_mainContent {
        padding-top: 150px;
    }
    .icon-border {
        border-right: 1px solid var(--bg-main);
    }
    .footer-left {
        padding-right: 50px;
    }
    .service-icon {
        padding: 0 10px;
    }
    .location-content {
        padding: 50px 25px;
    }
    .OpenMobileMenu .MainMenu {
        top: 140px;
    }
    .banner-right {
        padding: 75px 25px 25px 25px;
    }
    .header {
    	padding: 10px 5% 0 5%;
    }
    .desktop-fade-in {
        position: relative;
        opacity: 0;
    }
    .desktop-fade-in.active {
        opacity: 1;
        animation: fadeIn2 4s;
        -webkit-animation: fadeIn 4s;
        -moz-animation: fadeIn 4s;
        -o-animation: fadeIn 4s;
        -ms-animation: fadeIn 4s;
    }
    
    @keyframes fadeIn2 {
      0% { opacity: 0; }
      100% { opacity: 1; }
    }
    
    @-moz-keyframes fadeIn2 {
      0% { opacity: 0; }
      100% { opacity: 1; }
    }
    
    @-webkit-keyframes fadeIn2 {
      0% { opacity: 0; }
      100% { opacity: 1; }
    }
    
    @-o-keyframes fadeIn2 {
      0% { opacity: 0; }
      100% { opacity: 1; }
    }
    
    @-ms-keyframes fadeIn2 {
      0% { opacity: 0; }
      100% { opacity: 1; }
    }
    .banner #vidBig {
        top: -30%;
        position: relative;
    }
    .service-box-static h3  {
        margin-top: 20px;
    }
    .service-box h3, .service-box2 h3 {
        margin-top: 50px;
    }
    .ServiceMenu a {
        padding: 0 20px;
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .left-content {
        padding: 50px 25px;
    }
    .text-right {
        text-align: left;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 12px;
    }
    .row-same-height {
        display:table;
        width: 100%;
    }
    .row-same-height [class^="col-"],
    .row-same-height [class*="col-"]{
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
    .row-same-height2 {
       display: flex;
       align-items:center;
    }
    .left-box {
        width: 48% !important;
    }
    .right-box {
        width: 52% !important;
    }
    .col-md-15 {
        float: left;
        width: 20%;
    }
    .row.display-flex {
        display: flex;
        gap: 20px
    }
    .row.display-flex > [class*='col-'] {
      flex-grow: 1;
    }
    .white-box {
        min-height: 675px;
    }
    .location-image {
        padding: 0;
        margin-left: -5px;
    }
    .banner-right {
        padding: 0 25px 0 25px;
    }
    .navicon {
        display: none;
    }
    .se_siteBranding {
        text-align: center;
    }
    .title-block h2 {
        font-size: 50px;
    }
    .header {
    	padding: 25px 5% 25px 5%;
    }
    .right-img {
        right: -15px !important;
    }
    .location-content {
        padding: 0 50px 0 5%;
    }
    .uppertext {
        top: 30%;
    }
    .service-box h3, .service-box2 h3 {
        margin-top: 0;
    }
    .ServiceMenu a {
        padding: 0 30px;
        font-size: 18px;
    }
}
@media (min-width: 992px) and (max-width: 1300px) {
    .tablet-title-block h2 {
        font-size: 36px !important;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 20px;
    }
    .location-image {
        padding: 0;
        margin-left: -12px;
    }
    .BottomMenu .dropdown-icon, .BottomMenu .menu-dropdown {
        padding: 10px 40px 10px 0;
    }
    .banner-right {
        padding: 0 25% 0 50px;
    }
    .right-img {
        right: -15px !important;
    }
    .se_mainContent {
        padding-top: 180px;
    }
    .text-right2 {
        text-align: right;
    }
    .testimonials {
        padding: 0 10%;
    }
    .uppertext {
        top: 40%;
    }
}


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

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

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

/* - List Classes - */
.checklist ul { 
    padding-left:30px; 
    list-style:none; 
}
.checklist ul li { 
    margin-bottom:15px; 
}
.checklist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 10px 0 -25px;
}

/* ========================================== 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;
    padding: 10px;
    text-align: center;
    border-radius: 2px;
    background: rgba(199,232,42,.2);
}
.le-edit-open .edit-instructions a{ 
    text-decoration: underline;
}

/* -- Hide Options in Color in Design Tab -- */
.aurora_color-options .aurora_style-menu-inner h4.aurora_style-section-title:nth-of-type(4) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner h4.aurora_style-section-title:nth-of-type(9) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(18) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(19) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(20) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(21) {
    display: none !important;
}
/*.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(35) {*/
/*    display: none !important;*/
/*}*/
/*.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(36) {*/
/*    display: none !important;*/
/*}*/
/*.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(37) {*/
/*    display: none !important;*/
/*}*/
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(40) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(41) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(42) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(43) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(44) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(45) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(46) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(47) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(48) {
    display: none !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    min-height: 0px !important;
}
.le-logged-in .full-header {
    position: relative !important;
}
.le-logged-in .se_mainContent {
    padding-top: 0;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_section-thirteen-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moboakroncantonohionew/MOBO-Med-Spa-North-Canton-Medical-Team_copy2.webp);
    background-size: cover;
    background-position: center center;
    padding-top: 750px;
}
.aurora_botox #le_section-eight {
    padding-top: 150px;
}
.aurora_botox #le_section-eight-area1 {
    padding-bottom: 50px;
}
.aurora_botox #le_section-eight-area2 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_botox #le_section-eleven {
    padding-bottom: 150px;
}
.aurora_botox #le_section-nine {
}
.aurora_botox #le_section-nine-area1 {
}
.aurora_botox #le_section-nine-area2 {
}
.aurora_botox #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mobomicroclonesite/background/mobo-med-spa-hero-botox-woman-face.jpg);
    background-size: cover;
    background-position: center left;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_botox #le_section-seven {
    padding-top: 125px;
}
.aurora_botox #le_section-seven-area2 {
}
.aurora_botox #le_section-seven-area7 {
    padding-bottom: 105px;
}
.aurora_botox #le_section-seven-block {
    border-width: 2px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_botox #le_section-six {
}
.aurora_botox #le_section-six-area1 {
}
.aurora_botox #le_section-six-area2 {
    padding-left: 50px;
}
.aurora_botox #le_section-ten {
    padding-top: 175px;
    padding-bottom: 150px;
}
.aurora_botox #le_section-thirteen {
    background-color: rgba(234, 222, 210, 0.5);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_botox #le_section-thirteen-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mobomicroclonesite/building.png);
    background-size: cover;
    background-position: center center;
    padding-top: 750px;
}
.aurora_botox #le_section-two {
    padding-top: 100px;
    padding-bottom: 150px;
}
.aurora_botox #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_facials #le_section-eight {
    padding-top: 150px;
    padding-bottom: 0px;
}
.aurora_facials #le_section-eight-area1 {
    padding-bottom: 50px;
}
.aurora_facials #le_section-eight-area2 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_facials #le_section-eleven {
    padding-bottom: 150px;
}
.aurora_facials #le_section-seven {
    padding-top: 175px;
}
.aurora_facials #le_section-seven-area7 {
    padding-bottom: 105px;
}
.aurora_facials #le_section-six {
    margin-top: 75px;
}
.aurora_facials #le_section-six-area2 {
    padding-left: 50px;
}
.aurora_facials #le_section-ten {
    padding-top: 175px;
    padding-bottom: 150px;
}
.aurora_facials #le_section-thirteen {
    background-color: rgba(234, 222, 210, 0.5);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_facials #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_facials #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_filler #le_section-eight {
    padding-top: 150px;
}
.aurora_filler #le_section-eight-area1 {
    padding-bottom: 50px;
}
.aurora_filler #le_section-eight-area2 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_filler #le_section-eleven {
    padding-bottom: 150px;
}
.aurora_filler #le_section-nine {
}
.aurora_filler #le_section-nine-area1 {
}
.aurora_filler #le_section-nine-area2 {
    padding-right: 10%;
    padding-left: 50px;
}
.aurora_filler #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mobomicroclonesite/background/mobo-med-spa-hero-filler-smile.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_filler #le_section-seven {
    padding-top: 125px;
}
.aurora_filler #le_section-seven-area2 {
}
.aurora_filler #le_section-seven-area7 {
    padding-bottom: 105px;
}
.aurora_filler #le_section-seven-block {
    border-width: 2px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_filler #le_section-six {
}
.aurora_filler #le_section-six-area1 {
}
.aurora_filler #le_section-six-area2 {
    padding-left: 50px;
}
.aurora_filler #le_section-ten {
    padding-top: 175px;
    padding-bottom: 150px;
}
.aurora_filler #le_section-thirteen {
    background-color: rgba(234, 222, 210, 0.5);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_filler #le_section-thirteen-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mobomicroclonesite/building.png);
    background-size: cover;
    background-position: center center;
    padding-top: 750px;
}
.aurora_filler #le_section-two {
    padding-top: 100px;
    padding-bottom: 150px;
}
.aurora_filler #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_financing #le_section-eight {
    padding-bottom: 75px;
}
.aurora_financing #le_section-eight-area1 {
    padding-bottom: 50px;
}
.aurora_financing #le_section-eight-area2 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_financing #le_section-eleven {
    padding-bottom: 75px;
}
.aurora_financing #le_section-nine {
}
.aurora_financing #le_section-nine-area1 {
}
.aurora_financing #le_section-nine-area2 {
    padding-right: 10%;
    padding-left: 50px;
}
.aurora_financing #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mobomicroclonesite/Membership-MOBO-Med-Spa.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_financing #le_section-seven {
}
.aurora_financing #le_section-seven-area2 {
}
.aurora_financing #le_section-seven-area7 {
}
.aurora_financing #le_section-seven-block {
    border-width: 2px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_financing #le_section-six {
}
.aurora_financing #le_section-six-area1 {
}
.aurora_financing #le_section-six-area2 {
    padding-left: 50px;
}
.aurora_financing #le_section-ten {
}
.aurora_financing #le_section-two {
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_financing #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_head-spa #le_section-eight {
    padding-top: 150px;
    padding-bottom: 0px;
}
.aurora_head-spa #le_section-eight-area1 {
    padding-bottom: 50px;
}
.aurora_head-spa #le_section-eight-area2 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_head-spa #le_section-eleven {
    padding-bottom: 150px;
}
.aurora_head-spa #le_section-nine {
}
.aurora_head-spa #le_section-nine-area1 {
}
.aurora_head-spa #le_section-nine-area2 {
    padding-right: 10%;
    padding-left: 50px;
}
.aurora_head-spa #le_section-one {
}
.aurora_head-spa #le_section-seven {
    padding-top: 175px;
}
.aurora_head-spa #le_section-seven-area2 {
}
.aurora_head-spa #le_section-seven-area7 {
    padding-bottom: 105px;
}
.aurora_head-spa #le_section-seven-block {
    border-width: 2px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_head-spa #le_section-six {
    margin-top: 75px;
}
.aurora_head-spa #le_section-six-area1 {
}
.aurora_head-spa #le_section-six-area2 {
    padding-left: 50px;
}
.aurora_head-spa #le_section-ten {
    padding-top: 175px;
    padding-bottom: 150px;
}
.aurora_head-spa #le_section-thirteen {
    background-color: rgba(234, 222, 210, 0.5);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_head-spa #le_section-thirteen-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mobomicroclonesite/weight-loss-consult.jpg);
    background-size: cover;
    background-position: center left;
    padding-top: 750px;
}
.aurora_head-spa #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_head-spa #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_home #le_section-eight {
    padding-top: 75px;
    padding-bottom: 100px;
}
.aurora_home #le_section-five {
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_home #le_section-five-area1 {
    padding-bottom: 100px;
}
.aurora_home #le_section-five-area4 {
}
.aurora_home #le_section-five-area5 {
}
.aurora_home #le_section-four-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moboakroncantonohionew/MOBO-Medical-Spa-front-desk.jpg);
    background-size: cover;
    background-position: center left;
    padding-top: 750px;
}
.aurora_home #le_section-four-area2 {
}
.aurora_home #le_section-nine {
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_home #le_section-nine-area2 {
}
.aurora_home #le_section-one {
}
.aurora_home #le_section-one-content1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moboakroncantonohionew/MOBO-Med-Spa-North-Canton-Medical-Team_copy2.webp);
    background-size: cover;
    background-position: center center;
    padding-top: 700px;
}
.aurora_home #le_section-one-content2 {
}
.aurora_home #le_section-seven {
}
.aurora_home #le_section-seven-area1 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_home #le_section-seven-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mobomicroclonesite/spa-treatment-chair.jpg);
    background-size: cover;
    background-position: center center;
    margin-right: -15px;
    padding-top: 800px;
}
.aurora_home #le_section-six {
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_home #le_section-six-area2 {
    padding-top: 15px;
}
.aurora_home #le_section-six-area8 {
}
.aurora_home #le_section-ten {
}
.aurora_home #le_section-three {
    background-color: rgba(234, 222, 210, 0.5);
}
.aurora_home #le_section-three-area1 {
    padding-top: 20%;
    padding-right: 10%;
    padding-bottom: 25px;
    padding-left: 10%;
}
.aurora_home #le_section-three-area2 {
    background-color: rgb(255, 255, 255);
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_home #le_section-two {
    padding-top: 75px;
    padding-bottom: 100px;
}
.aurora_home #le_section-two-area1 {
    padding-bottom: 50px;
}
.aurora_lasers #le_section-eight {
    padding-top: 150px;
    padding-bottom: 0px;
}
.aurora_lasers #le_section-eight-area1 {
    padding-bottom: 50px;
}
.aurora_lasers #le_section-eight-area2 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_lasers #le_section-eleven {
    padding-bottom: 150px;
}
.aurora_lasers #le_section-nine {
}
.aurora_lasers #le_section-nine-area1 {
}
.aurora_lasers #le_section-nine-area2 {
}
.aurora_lasers #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mobomicroclonesite/background/mobo-med-spa-hero-lasers-leg.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_lasers #le_section-seven {
    padding-top: 100px;
}
.aurora_lasers #le_section-seven-area2 {
}
.aurora_lasers #le_section-seven-area7 {
    padding-bottom: 105px;
}
.aurora_lasers #le_section-seven-block {
    border-width: 2px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_lasers #le_section-six {
}
.aurora_lasers #le_section-six-area1 {
}
.aurora_lasers #le_section-six-area2 {
    padding-left: 50px;
}
.aurora_lasers #le_section-ten {
    padding-top: 125px;
    padding-bottom: 150px;
}
.aurora_lasers #le_section-thirteen {
    background-color: rgba(234, 222, 210, 0.5);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_lasers #le_section-thirteen-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mobomicroclonesite/building.png);
    background-size: cover;
    background-position: center center;
    padding-top: 750px;
}
.aurora_lasers #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_lasers #le_section-two-area1 {
    padding-right: 15%;
    padding-bottom: 125px;
    padding-left: 15%;
}
.aurora_memberships #le_section-eight {
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_memberships #le_section-eight-area1 {
    padding-bottom: 50px;
}
.aurora_memberships #le_section-eight-area2 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_memberships #le_section-eleven {
}
.aurora_memberships #le_section-four {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moboakroncantonohionew/woman-texting-on-phone-on-couch.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 100px;
}
.aurora_memberships #le_section-nine {
}
.aurora_memberships #le_section-nine-area1 {
}
.aurora_memberships #le_section-nine-area2 {
    padding-right: 10%;
    padding-left: 50px;
}
.aurora_memberships #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mobomicroclonesite/Financing-Options-MOBO-Med-Spa.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_memberships #le_section-seven {
}
.aurora_memberships #le_section-seven-area2 {
}
.aurora_memberships #le_section-seven-area7 {
}
.aurora_memberships #le_section-seven-block {
    border-width: 2px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_memberships #le_section-six {
}
.aurora_memberships #le_section-six-area1 {
}
.aurora_memberships #le_section-six-area2 {
    padding-left: 50px;
}
.aurora_memberships #le_section-six-area3 {
}
.aurora_memberships #le_section-six-area4 {
}
.aurora_memberships #le_section-ten {
}
.aurora_memberships #le_section-three {
    background-color: rgba(234, 222, 210, 0.5);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_memberships #le_section-three-area1 {
    padding-bottom: 50px;
}
.aurora_memberships #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_memberships #le_section-two-area1 {
    padding-right: 15%;
    padding-bottom: 75px;
    padding-left: 15%;
}
.aurora_memberships #le_section-two-area10 {
}
.aurora_memberships #le_section-two-area8 {
}
.aurora_memberships #le_section-two-area9 {
}
.aurora_sculptra #le_section-eight {
    padding-top: 150px;
    padding-bottom: 0px;
}
.aurora_sculptra #le_section-eight-area1 {
    padding-bottom: 50px;
}
.aurora_sculptra #le_section-eight-area2 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_sculptra #le_section-eleven {
    padding-bottom: 150px;
}
.aurora_sculptra #le_section-nine {
}
.aurora_sculptra #le_section-nine-area1 {
}
.aurora_sculptra #le_section-nine-area2 {
    padding-right: 10%;
    padding-left: 50px;
}
.aurora_sculptra #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mobomicroclonesite/Sculptra-Collagen-Treatment-MOBO-Med-Spa-banner.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_sculptra #le_section-seven {
    padding-top: 125px;
}
.aurora_sculptra #le_section-seven-area2 {
}
.aurora_sculptra #le_section-seven-area7 {
    padding-bottom: 105px;
}
.aurora_sculptra #le_section-seven-block {
    border-width: 2px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_sculptra #le_section-six {
}
.aurora_sculptra #le_section-six-area1 {
}
.aurora_sculptra #le_section-six-area2 {
    padding-left: 50px;
}
.aurora_sculptra #le_section-ten {
    padding-top: 175px;
    padding-bottom: 150px;
}
.aurora_sculptra #le_section-thirteen {
    background-color: rgba(234, 222, 210, 0.5);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_sculptra #le_section-thirteen-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mobomicroclonesite/building.png);
    background-size: cover;
    background-position: center center;
    padding-top: 750px;
}
.aurora_sculptra #le_section-two {
    padding-top: 100px;
    padding-bottom: 150px;
}
.aurora_sculptra #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_services #le_section-five {
    padding-bottom: 100px;
}
.aurora_services #le_section-five-area1 {
    padding-bottom: 50px;
}
.aurora_services #le_section-four {
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_services #le_section-four-area1 {
    padding-bottom: 50px;
}
.aurora_services #le_section-nine-area1 {
}
.aurora_services #le_section-nine-area2 {
}
.aurora_services #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mobomicroclonesite/Services-MOBO-Med-Spa.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_services #le_section-thirteen {
    background-color: rgba(234, 222, 210, 0.5);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_services #le_section-thirteen-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mobomicroclonesite/building.png);
    background-size: cover;
    background-position: center center;
    padding-top: 750px;
}
.aurora_services #le_section-three-area1 {
    padding-bottom: 50px;
}
.aurora_services #le_section-two {
    padding-top: 75px;
    padding-bottom: 150px;
}
.aurora_skin-rejuvenation #le_section-eight {
    padding-top: 150px;
}
.aurora_skin-rejuvenation #le_section-eight-area1 {
    padding-bottom: 50px;
}
.aurora_skin-rejuvenation #le_section-eight-area2 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_skin-rejuvenation #le_section-eleven {
    padding-bottom: 150px;
}
.aurora_skin-rejuvenation #le_section-nine {
}
.aurora_skin-rejuvenation #le_section-nine-area1 {
}
.aurora_skin-rejuvenation #le_section-nine-area2 {
    padding-right: 10%;
    padding-left: 50px;
}
.aurora_skin-rejuvenation #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mobomicroclonesite/Services-MOBO-Med-Spa.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_skin-rejuvenation #le_section-seven {
}
.aurora_skin-rejuvenation #le_section-seven-area2 {
}
.aurora_skin-rejuvenation #le_section-seven-area7 {
    padding-bottom: 105px;
}
.aurora_skin-rejuvenation #le_section-seven-block {
    border-width: 2px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_skin-rejuvenation #le_section-six {
}
.aurora_skin-rejuvenation #le_section-six-area1 {
}
.aurora_skin-rejuvenation #le_section-six-area2 {
    padding-left: 50px;
}
.aurora_skin-rejuvenation #le_section-ten {
    padding-top: 175px;
    padding-bottom: 150px;
}
.aurora_skin-rejuvenation #le_section-thirteen {
    background-color: rgba(234, 222, 210, 0.5);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_skin-rejuvenation #le_section-thirteen-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mobomicroclonesite/building.png);
    background-size: cover;
    background-position: center center;
    padding-top: 750px;
}
.aurora_skin-rejuvenation #le_section-two {
    padding-top: 100px;
    padding-bottom: 125px;
}
.aurora_skin-rejuvenation #le_section-two-area1 {
    padding-right: 15%;
    padding-bottom: 125px;
    padding-left: 15%;
}
.aurora_thank-you #le_section-one {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mobomicroclonesite/MOBO-Medical-Spa-front-desk.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_weight-loss-wellness #le_section-eight {
    padding-top: 150px;
    padding-bottom: 0px;
}
.aurora_weight-loss-wellness #le_section-eight-area1 {
    padding-bottom: 50px;
}
.aurora_weight-loss-wellness #le_section-eight-area2 {
    padding-right: 10%;
    padding-left: 10%;
}
.aurora_weight-loss-wellness #le_section-eleven {
    padding-bottom: 150px;
}
.aurora_weight-loss-wellness #le_section-nine {
}
.aurora_weight-loss-wellness #le_section-nine-area1 {
}
.aurora_weight-loss-wellness #le_section-nine-area2 {
    padding-right: 10%;
    padding-left: 50px;
}
.aurora_weight-loss-wellness #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mobomicroclonesite/background/mobo-med-spa-hero-weight-loss-wellness.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_weight-loss-wellness #le_section-seven {
    padding-top: 175px;
}
.aurora_weight-loss-wellness #le_section-seven-area2 {
}
.aurora_weight-loss-wellness #le_section-seven-area7 {
    padding-bottom: 105px;
}
.aurora_weight-loss-wellness #le_section-seven-block {
    border-width: 2px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_weight-loss-wellness #le_section-six {
}
.aurora_weight-loss-wellness #le_section-six-area1 {
}
.aurora_weight-loss-wellness #le_section-six-area2 {
    padding-left: 50px;
}
.aurora_weight-loss-wellness #le_section-ten {
    padding-top: 175px;
    padding-bottom: 150px;
}
.aurora_weight-loss-wellness #le_section-thirteen {
    background-color: rgba(234, 222, 210, 0.5);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_weight-loss-wellness #le_section-thirteen-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mobomicroclonesite/weight-loss-consult.jpg);
    background-size: cover;
    background-position: center left;
    padding-top: 750px;
}
.aurora_weight-loss-wellness #le_section-thirteen-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/moboakroncantonohionew/weight-loss-consult.jpg);
    background-size: cover;
    background-position: top left;
}
.aurora_weight-loss-wellness #le_section-two {
    padding-top: 100px;
    padding-bottom: 150px;
}
.aurora_weight-loss-wellness #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    #le_section-thirteen-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_botox #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_botox #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_botox #le_section-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_botox #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_botox #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_botox #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_botox #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_botox #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_botox #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_botox #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_botox #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_botox #le_section-seven-block {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_botox #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_botox #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_botox #le_section-six-area2 {
    padding-top: 50px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_botox #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_botox #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_botox #le_section-thirteen-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_botox #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_botox #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facials #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facials #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facials #le_section-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facials #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facials #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facials #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facials #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facials #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facials #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facials #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facials #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facials #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_filler #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_filler #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_filler #le_section-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_filler #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_filler #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_filler #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_filler #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_filler #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_filler #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_filler #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_filler #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_filler #le_section-seven-block {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_filler #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_filler #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_filler #le_section-six-area2 {
    padding-top: 50px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_filler #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_filler #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_filler #le_section-thirteen-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_filler #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_filler #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_financing #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_financing #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_financing #le_section-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_financing #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_financing #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_financing #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_financing #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_financing #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_financing #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_financing #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_financing #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_financing #le_section-seven-block {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_financing #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_financing #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_financing #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_financing #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_financing #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_financing #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_head-spa #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_head-spa #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_head-spa #le_section-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_head-spa #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_head-spa #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_head-spa #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_head-spa #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_head-spa #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_head-spa #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_head-spa #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_head-spa #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_head-spa #le_section-seven-block {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_head-spa #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_head-spa #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_head-spa #le_section-six-area2 {
    padding-top: 50px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_head-spa #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_head-spa #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_head-spa #le_section-thirteen-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_head-spa #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_head-spa #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-eight {
    }
}
@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-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-content2 {
    }
}
@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 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-ten {
    }
}
@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 {
    padding-top: 75px;
    padding-right: 25px;
    padding-bottom: 75px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lasers #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lasers #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lasers #le_section-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lasers #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lasers #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lasers #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lasers #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lasers #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lasers #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lasers #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lasers #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lasers #le_section-seven-block {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lasers #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lasers #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lasers #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lasers #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lasers #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lasers #le_section-thirteen-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lasers #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lasers #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-seven-block {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-six-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sculptra #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sculptra #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sculptra #le_section-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sculptra #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sculptra #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sculptra #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sculptra #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sculptra #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sculptra #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sculptra #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sculptra #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sculptra #le_section-seven-block {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sculptra #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sculptra #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sculptra #le_section-six-area2 {
    padding-top: 50px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sculptra #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sculptra #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sculptra #le_section-thirteen-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sculptra #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sculptra #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-thirteen-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-rejuvenation #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-rejuvenation #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-rejuvenation #le_section-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-rejuvenation #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-rejuvenation #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-rejuvenation #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-rejuvenation #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-rejuvenation #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-rejuvenation #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-rejuvenation #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-rejuvenation #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-rejuvenation #le_section-seven-block {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-rejuvenation #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-rejuvenation #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-rejuvenation #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-rejuvenation #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-rejuvenation #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-rejuvenation #le_section-thirteen-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-rejuvenation #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-rejuvenation #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_weight-loss-wellness #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_weight-loss-wellness #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_weight-loss-wellness #le_section-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_weight-loss-wellness #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_weight-loss-wellness #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_weight-loss-wellness #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_weight-loss-wellness #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_weight-loss-wellness #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_weight-loss-wellness #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_weight-loss-wellness #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_weight-loss-wellness #le_section-seven-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_weight-loss-wellness #le_section-seven-block {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_weight-loss-wellness #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_weight-loss-wellness #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_weight-loss-wellness #le_section-six-area2 {
    padding-top: 50px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_weight-loss-wellness #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_weight-loss-wellness #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_weight-loss-wellness #le_section-thirteen-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_weight-loss-wellness #le_section-thirteen-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_weight-loss-wellness #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_weight-loss-wellness #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    #le_section-thirteen-area3 {
    padding-top: 400px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_botox #le_section-eight {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_botox #le_section-eight-area1 {
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_botox #le_section-eight-area2 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_botox #le_section-eleven {
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_botox #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_botox #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_botox #le_section-nine-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_botox #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_botox #le_section-seven {
    padding-top: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_botox #le_section-seven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_botox #le_section-seven-area7 {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_botox #le_section-seven-block {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_botox #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_botox #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_botox #le_section-six-area2 {
    padding-top: 25px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_botox #le_section-ten {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_botox #le_section-thirteen {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_botox #le_section-thirteen-area1 {
    padding-top: 400px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_botox #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_botox #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facials #le_section-eight {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facials #le_section-eight-area1 {
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facials #le_section-eight-area2 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facials #le_section-eleven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facials #le_section-seven {
    padding-top: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facials #le_section-seven-area7 {
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facials #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facials #le_section-six-area2 {
    padding-top: 25px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facials #le_section-ten {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facials #le_section-thirteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facials #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facials #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_filler #le_section-eight {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_filler #le_section-eight-area1 {
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_filler #le_section-eight-area2 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_filler #le_section-eleven {
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_filler #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_filler #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_filler #le_section-nine-area2 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_filler #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_filler #le_section-seven {
    padding-top: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_filler #le_section-seven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_filler #le_section-seven-area7 {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_filler #le_section-seven-block {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_filler #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_filler #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_filler #le_section-six-area2 {
    padding-top: 25px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_filler #le_section-ten {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_filler #le_section-thirteen {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_filler #le_section-thirteen-area1 {
    padding-top: 400px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_filler #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_filler #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_financing #le_section-eight {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_financing #le_section-eight-area1 {
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_financing #le_section-eight-area2 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_financing #le_section-eleven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_financing #le_section-nine {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_financing #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_financing #le_section-nine-area2 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_financing #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_financing #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_financing #le_section-seven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_financing #le_section-seven-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_financing #le_section-seven-block {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_financing #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_financing #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_financing #le_section-six-area2 {
    padding-top: 25px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_financing #le_section-ten {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_financing #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_financing #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_head-spa #le_section-eight {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_head-spa #le_section-eight-area1 {
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_head-spa #le_section-eight-area2 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_head-spa #le_section-eleven {
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_head-spa #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_head-spa #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_head-spa #le_section-nine-area2 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_head-spa #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_head-spa #le_section-seven {
    padding-top: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_head-spa #le_section-seven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_head-spa #le_section-seven-area7 {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_head-spa #le_section-seven-block {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_head-spa #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_head-spa #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_head-spa #le_section-six-area2 {
    padding-top: 25px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_head-spa #le_section-ten {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_head-spa #le_section-thirteen {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_head-spa #le_section-thirteen-area1 {
    padding-top: 400px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_head-spa #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_head-spa #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    padding-top: 50px;
    padding-bottom: 0px;
    }
}
@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-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area1 {
    padding-top: 300px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-nine {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-nine-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-content1 {
    padding-top: 250px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-content2 {
    }
}
@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 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area2 {
    margin-right: 0px;
    margin-left: -15px;
    padding-top: 400px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-ten {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area1 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area2 {
    padding-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    padding-top: 75px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area1 {
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lasers #le_section-eight {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lasers #le_section-eight-area1 {
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lasers #le_section-eight-area2 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lasers #le_section-eleven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lasers #le_section-nine {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lasers #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lasers #le_section-nine-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lasers #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lasers #le_section-seven {
    padding-top: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lasers #le_section-seven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lasers #le_section-seven-area7 {
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lasers #le_section-seven-block {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lasers #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lasers #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lasers #le_section-six-area2 {
    padding-top: 25px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lasers #le_section-ten {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lasers #le_section-thirteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lasers #le_section-thirteen-area1 {
    padding-top: 400px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lasers #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lasers #le_section-two-area1 {
    padding-right: 0px;
    padding-bottom: 75px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-eight {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-eight-area1 {
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-eight-area2 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-eleven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-four {
    padding-top: 100px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-nine {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-nine-area2 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-seven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-seven-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-seven-block {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-six-area2 {
    padding-top: 25px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-six-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-ten {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-two-area1 {
    padding-right: 0px;
    padding-bottom: 75px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sculptra #le_section-eight {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sculptra #le_section-eight-area1 {
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sculptra #le_section-eight-area2 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sculptra #le_section-eleven {
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sculptra #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sculptra #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sculptra #le_section-nine-area2 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sculptra #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sculptra #le_section-seven {
    padding-top: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sculptra #le_section-seven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sculptra #le_section-seven-area7 {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sculptra #le_section-seven-block {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sculptra #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sculptra #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sculptra #le_section-six-area2 {
    padding-top: 25px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sculptra #le_section-ten {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sculptra #le_section-thirteen {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sculptra #le_section-thirteen-area1 {
    padding-top: 400px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sculptra #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sculptra #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-five {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-five-area1 {
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-four {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-four-area1 {
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-nine-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-thirteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-thirteen-area1 {
    padding-top: 400px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-three-area1 {
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-two {
    padding-top: 50px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-rejuvenation #le_section-eight {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-rejuvenation #le_section-eight-area1 {
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-rejuvenation #le_section-eight-area2 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-rejuvenation #le_section-eleven {
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-rejuvenation #le_section-nine {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-rejuvenation #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-rejuvenation #le_section-nine-area2 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-rejuvenation #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-rejuvenation #le_section-seven {
    padding-top: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-rejuvenation #le_section-seven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-rejuvenation #le_section-seven-area7 {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-rejuvenation #le_section-seven-block {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-rejuvenation #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-rejuvenation #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-rejuvenation #le_section-six-area2 {
    padding-top: 25px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-rejuvenation #le_section-ten {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-rejuvenation #le_section-thirteen {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-rejuvenation #le_section-thirteen-area1 {
    padding-top: 400px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-rejuvenation #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-rejuvenation #le_section-two-area1 {
    padding-right: 0px;
    padding-bottom: 75px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-one {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_weight-loss-wellness #le_section-eight {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_weight-loss-wellness #le_section-eight-area1 {
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_weight-loss-wellness #le_section-eight-area2 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_weight-loss-wellness #le_section-eleven {
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_weight-loss-wellness #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_weight-loss-wellness #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_weight-loss-wellness #le_section-nine-area2 {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_weight-loss-wellness #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_weight-loss-wellness #le_section-seven {
    padding-top: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_weight-loss-wellness #le_section-seven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_weight-loss-wellness #le_section-seven-area7 {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_weight-loss-wellness #le_section-seven-block {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_weight-loss-wellness #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_weight-loss-wellness #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_weight-loss-wellness #le_section-six-area2 {
    padding-top: 25px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_weight-loss-wellness #le_section-ten {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_weight-loss-wellness #le_section-thirteen {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_weight-loss-wellness #le_section-thirteen-area1 {
    padding-top: 400px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_weight-loss-wellness #le_section-thirteen-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_weight-loss-wellness #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_weight-loss-wellness #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}

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