/*!
Theme Name: Manhattan Aesthetics 2024
Theme URI: https://them.es/starter
Author: Logic Web Media
Author URI: https://them.es/
Description: 
Version: 2.4.2
Requires at least: 5.0
Tested up to: 5.6
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: quality-review-services
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/******* Global **********/
body{font-family: "Red Hat Display", serif;font-weight: 500;color:#000;
    /*background-color: transparent !important;*/
    /*background-image: linear-gradient(180deg,#fff 50%,#ebe5ec 100%);*/
}

h1,h2,h3,h4,h5,h6{font-family: "Antic Didone", serif;font-weight: 500;color:#000;line-height: 46px; }



.font1{ font-family: "Red Hat Display", serif;}
.font2{ font-family: "Antic Didone", serif;}
.big {font-size: 18px;}
body h2{font-size: 3em;}
body h3{font-size: 36px;}
body h4{font-size: 30px;}
body h5 {
  font-size: 22px;
}



body h6{font-size: 16px;text-transform: uppercase;
  letter-spacing: 1px;
    font-family: "Red Hat Display", serif;
}
body a {
    color: #000;
}
body a:hover {
    color: #c9c1cb;
}

.upper{text-transform: uppercase;}
.blue{color:#2367a9;}
.dark-blue{color:#0a335c;}
.white{color:#fff;}
.fw-700{font-weight: 700;}
.orange{color:#f5884c;}
.btn {
	display: inline-block;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: .7rem 2em;
	font-size: 15px;
	line-height: 1.5;
	border-radius: 0;
	letter-spacing: 1px;
	border-width: 1px;
	border-style: solid;
	text-transform: uppercase;
	}
	.btn.btn-transparent {
	  background-color: transparent;
	  border-color: #1F1F1F;
	  color: #1F1F1F;
	}
	.btn.btn-transparent:hover {
	  background-color: #c9c1cb;
	  border-color: #c9c1cb !important;
	  color: #000 !important;
	}
	.btn-info, .btn-default{color: #fff;
	background-color: #1F1F1F;
	border-radius: 0px;
	border-color: #1F1F1F;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;}
	.btn-info.focus,.btn-info:focus,.btn-info:hover, .btn-default.focus,.btn-default:focus,.btn-default:hover,.btn-info:active,.btn-default:active,.btn-info:checked,.btn-default:checked{color:#000; background-color: #c9c1cb; border-color:  #c9c1cb;text-decoration: none;}
	
	
	.btn-blue, .btn-blue:hover,.btn-blue:focus,.btn-blue:active,.btn-blue:checked{color: #fff;
	background-color:transparent;
	border-color: #fff;
		border-radius: 0px;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;text-decoration: none;}
	.btn.btn-info.btn-black {
	  background-color: #22282B;
	  border-color: #22282B;
	}
	.btn.btn-info.btn-black:hover {
	  background-color: #000;
	  border-color: #000;
	}
	.btn.btn-link {
		padding: 0;
		border: none;
		color: #5A5454;
		font-weight: 500;
	}
	.btn.btn-link:hover {
	  color: #000;
	}
body .btn-info:not(:disabled):not(.disabled):active {
  background-color: #c9c1cb;
  border-color: #c9c1cb;
}
body .btn-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
h2.title-detail, h3.title-detail, h4.title-detail{
display: grid;
grid-template-columns: 50px max-content 50px;
grid-template-rows: 20px 0;
grid-gap: 20px;
align-items: center;
justify-content: center;
}

h2.title-detail:after, h3.title-detail:after, h4.title-detail:after{
content: " ";
display: block;
height:5px;
background: rgb(35,103,169);
background: linear-gradient(90deg, rgba(35,103,169,1) 0%, rgba(255,255,255,0) 100%);
}

h2.title-detail:before, h3.title-detail:before, h4.title-detail:before {
content: " ";
display: block;
height:5px;
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(35,103,169,1) 100%);
}

input:focus, textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #eee;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
}

.large-padding{
	padding-top:150px;
	padding-bottom: 150px;
}
.pad-100{
	padding-top:100px;
	padding-bottom: 100px;
}
.pad-tp-100 {
	padding-top: 100px;
  }
  .pad-btm-100 {
	padding-bottom: 100px;
  }
.pad-50{
	padding-top:50px;
	padding-bottom: 50px;
}
.pad-25{
	padding-top:25px;
	padding-bottom: 25px;
}
.mar-100{
	margin-top:100px;
	margin-bottom: 100px;
}
.mar-tp-100 {
	margin-top: 100px;
  }
  .mar-btm-100 {
	margin-bottom: 100px;
  }
.w-85 {
width: 85%!important;
}

.divider{
	width: 100px;
height: 3px;
background-color: #ecf2fe;
display: table;
margin: 20px auto;
}
.text-decoration-underline {
	text-decoration: underline;
}
.grey-bg {
	background-color: #F6F7F9;
}
.grey-grd-bg {
  background: linear-gradient(to right, #F6F7F9 0%, #FFFFFF 100%);
}
.grey-grd-tp-bg {
  background: linear-gradient(to top, #F6F7F9 0%, #FFFFFF 100%);
}
.grey-grd-btm-bg {
  background: linear-gradient(to bottom, #F6F7F9 0%, #FFFFFF 100%);
}
.gray-bg {
    background-color: #f3eff3;
}
.gray1-bg {
    background-color: #ebe5ec;
}
.rounded-1 {
    border-radius: 5px;
}
.rounded-2 {
    border-radius: 10px;
}
.rounded-3 {
    border-radius: 15px;
}
.text-black {
  color: #000;
}

/******* Header **********/

.top-bar {
	background-color: #000;
	padding: 6px 0px 7px 0px;
}
.top-bar ul li a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

nav#header {
	box-shadow: none;
	width: 100%;
	padding: 10px 20px;
	background-color: transparent;
	}
	
	.flexia-sticky-navbar nav#header{
	-webkit-box-shadow: 1px 1px 20px 1px rgba(0,0,0,.3);
	box-shadow: 1px 1px 20px 1px rgba(0,0,0,.3);
	}
	
	
	@media only screen and (min-width: 992px) {
	.dropdown:hover>.dropdown-menu {
	  display: block;
	}    
	}
	
	nav#header.navbar-expand-xl .navbar-nav .nav-link{
	padding: 1rem .75rem;
	}
	
	.navbar-expand-xl .navbar-nav .nav-link:hover, .navbar-expand-xl .navbar-nav .nav-link:active {
	color: #101F2F;
	}
	
	.dropdown-item.active, .dropdown-item:active {
	color: #16181b !important;text-decoration: none;background-color:#f8f9fa!important;
	}
	
	
	
	nav{background-color: transparent;}
	.home .nav-link {
	color: #fff;
	}
	.nav-link {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	.nav-link:hover {
	color: #1F1F1F;
	}
	.head-phone {
      font-size: 14px;
    }
	.flexia-navbar:hover .nav-link, .flexia-navbar.flexia-sticky-navbar .nav-link {
    	color: #000;
	}
	.flexia-navbar:hover .nav-cta-btn .nav-link.btn.btn-info, .flexia-navbar.flexia-sticky-navbar .nav-cta-btn .nav-link.btn.btn-info {
    	color: #000;
    	border-color: #000 !important;
	}
	.home .navbar-brand .black-logo {
    	display: none;
	}
	.home .navbar-brand .white-logo {
    	display: block;
	}
	.navbar-brand .white-logo {
    	display: none;
	}
	.flexia-navbar:hover .navbar-brand .white-logo, .flexia-navbar.flexia-sticky-navbar .navbar-brand .white-logo {
    	display: none;
	}
	.flexia-navbar:hover .navbar-brand .black-logo, .flexia-navbar.flexia-sticky-navbar .navbar-brand .black-logo {
    	display: block;
	}
	.home .nav-cta-btn .nav-link.btn.btn-info {
		color: #fff;
		border-color: #fff !important;
	}
	.nav-cta-btn .nav-link.btn.btn-info {
		padding: .8rem 1.5rem;
		color: #000;
		border-color: #000 !important;
	}
	.navbar-brand {
	padding-top: 0rem;
	}
	
	.navbar-brand img {
	width: 185px;
	height: auto !important;
	}
	
	
	.dropdown-menu {
	padding: 0px;
	margin: 0px;
	color: #1F1F1F;
	border: none;
	border-radius: 0px;
	}
	.dropdown-item {
	display: block;
	width: 100%;
	padding: .75rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #1F1F1F;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #eee;
	}
	
	.flexia-navbar.flexia-sticky-navbar {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-name: slideInDown;
		animation-name: slideInDown;
		background-color: #fff;
	}
	.home .flexia-navbar.flexia-sticky-navbar {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-name: slideInDown;
		animation-name: slideInDown;
		background-color: #fff;
	}
	.flexia-navbar.flexia-sticky-navbar #header { 
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-name: slideInDown;
		animation-name: slideInDown;
	}
	.flexia-navbar {
	z-index: 999999;
	transition: all .3s ease-in-out;
	transform: translate3d(0,0,0);
	background-color: transparent;
	position: relative;
	width: 100%;
	}
	.home .flexia-navbar {
	background-color: rgba(37,37,37,.52);
	position: absolute;
	}
	
	.flexia-navbar:hover {
      background-color: #fff;
    }

	.slideInDown{
		-webkit-animation-name:slideInDown;
		animation-name:slideInDown
	}
	@keyframes slideInDown{
		from{
			transform:translate3d(0,-100%,0);
			visibility:visible
		}
		to{
			transform:translate3d(0,0,0)
		}
	}
	@-webkit-keyframes slideInDown{
		from{
			transform:translate3d(0,-100%,0);
			visibility:visible
		}
		to{
			transform:translate3d(0,0,0)
		}
	}

/* Mega Menu */
.mega-menu-content {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100vw; /* Full screen width */
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none; /* Hidden by default */
    z-index: 1050;
    overflow: hidden;
}

.mega-menu-content .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
	width: 100%;
}

.mega-menu-content .col-md-3 {
    flex: 0 0 25%; /* 4 columns on large screens */
    max-width: 25%;
    padding: 15px;
}
.dropdown-menu.mega-menu-content h5 {
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 700;
}
.dropdown-menu.mega-menu-content ul {
	padding: 0;
}
.dropdown-menu.mega-menu-content ul li {
	list-style-type: none;
	margin-bottom: 10px;
}
.dropdown-menu.mega-menu-content ul li a {
	color: #1F1F1F;
	font-size: 16px;
	font-weight: 400;
}

@media (max-width: 768px) {
    .mega-menu-content .col-md-3 {
        flex: 0 0 50%; /* 2 columns on medium screens */
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .mega-menu-content .col-md-3 {
        flex: 0 0 100%; /* 1 column on small screens */
        max-width: 100%;
    }
}





/******* Carousel **********/

.carousel-caption h2{color:#fff;font-size: 40px;}
.carousel-caption p{font-size: 18px;
margin: 18px 0px;}

.carousel-caption{position:absolute;right:25%;top: 35px;left:25%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}
/*.carousel-inner::after {*/
/*  display: block;*/
/*  clear: both;*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  right: 0;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  background: linear-gradient(102.17deg, rgba(2, 0, 17, 0.47) 6.5%, rgba(2, 0, 17, 0.5) 23.95%, rgba(2, 0, 17, 0.54) 37.01%, rgba(2, 0, 17, 0.5) 64.29%, rgba(2, 0, 17, 0.51) 99.99%, rgba(2, 0, 17, 0) 100%);*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  z-index: 9;*/
/*  opacity: 0.8;*/
/*}*/
.carousel-inner .carousel-item img {
	object-fit: cover;
	object-position: center;
  }

#carouselExampleCaptions.carousel {
  width: 100%;
}
#banner {
  background-color: #eee;
width: 100%;
overflow: hidden;
position: relative;
z-index: 0;
display: flex;
  align-items: center;
}
	


#bannertext {
  width: 1140px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 2em 0;
  z-index: 99;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}



#bannertext .socList li{
	width: 40px;
height: 40px;
border: 1px solid #fff;
text-align: center;
border-radius: 50%;
line-height: 40px;
margin: 10px 20px 0px 0px;
	color:#fff;
}
#bannertext .socList a, #bannertext .socList a:hover{
	color:#fff;
}

	#banner-img{width: 46%;
position: relative;
right: -28px;
top: 76px;
float: right;
z-index: -1;}

#bannertext h1 {
  font-size: 3em;
  line-height: 1.2em;
  color: #F0F0F0;
  /*text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);*/
  text-align: center;
}

#bannertext h4{font-size: 20px;}
	
#bannertext p {
font-size: 18px;
line-height: 30px;
font-weight: 500;
margin: 30px auto 20px auto;
width: 80%;
/*display: flex;*/
/*gap: 20px;*/
/*justify-content: center;*/
}

.hero-col {
  max-width: 61.004% !important;
  flex: 61.004% !important;
}
#banner.inner-header #bannertext h1 {
  font-size: 5em;
  line-height: 1.1em;
  color: #5A5A5A;
  text-align: center;
}
#banner.inner-header #bannertext .row {
  width: 100%;
}
#banner.inner-header.botox-fillers-header #bannertext h1 {
  color: #fff;
}
#banner.inner-header.botox-fillers-header h4 {
  color: #fff;
}
#banner.inner-header.botox-fillers-header #bannertext p {
  color: #fff;
}
#banner.inner-header.botox-fillers-header .btn.btn-info.btn-transparent {
  border-color: #fff;
  color: #fff;
}

/******* HOME  **********/

nav#header .container {
  max-width: 1500px !important;
}
.container {
	max-width: 1230px !important;
}
#company-logos.owl-carousel .owl-item img {
  width: 70%;
}
.title-with-lines {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.title-with-lines::before,
.title-with-lines::after {
    content: "";
    flex: 1;
    border-top: 1px solid #c9c1cb;
}
#bannertext .btn.btn-link {
	font-size: 30px;
}

.home-experience {
    position: relative;
    overflow: hidden;
	background-image:url("img/home-vid.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center bottom;
padding-top: 200px;
padding-bottom: 200px;
background-attachment: fixed;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.content-overlay {
    position: relative;
    z-index: 2;
    color: #fff;
}

.home-experience::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.cta-box {
	width: 420px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 99;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.35);
	border: 1px solid rgba(184, 173, 171, 0.8);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	padding: 35px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .cta-box:hover {
	transform: scale(1.05);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  }
  
.cta-box h6 {
  width: 78%;
}
.home-treatment img {
	height: 378px;
	object-fit: cover;
	object-position: center;
}
.home-procedures ul {
	padding-left: 15px;
	color: #000;
}
.home-procedures ul li {
	max-width: 50%;
	flex: 50%;
	margin-bottom: 8px;
	font-size: 14px;
  letter-spacing: 1px;
}

.before-after-slider {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.before-after-slider img {
	width: 100%;
	display: block;
	height: 220px;
	object-fit: cover;
	object-position: center;
}

.before-image {
	position: absolute;
	height: 100%;
	width: 50%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 2;
}

.after-image {
	display: block;
}

.resizer {
	position: absolute;
	display: flex;
	align-items: center;
	z-index: 5;
	top: 0;
	left: 50%;
	height: 100%;
	width: 4px;
	background: white;
	touch-action: pan-y;
}

.resizer::after {
	background: #fff;
	content: '\f337'; /* FontAwesome content */
	font-family: "Font Awesome 6 Pro";
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #1f1f1f;
	position: absolute;
	margin: 0 0 0 -11px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 3px solid white;
}


.servWrap { 
	position: relative; 
	border-radius: 10px;
	transition: .3s all ease-in-out;
  }
 .servWrap:hover {
  transform: translateY(-4%);
  box-shadow: 0px 20px 20px 0px rgba(0,0,0,40%);
}
  .servWrap span { 
	position: absolute;
	inset: 0;
  }
  .servWrap img { display: block; }
 
 .servWrap:hover .servContent { 
	opacity: 1;
  } 
.servContent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .3s ease-in-out;
}
.about-left, .about-right {
  position: relative;
}
.about-left::before {
  content: '';
  width: 200px;
  position: absolute;
  left: -14%;
  top: 0;
  height: 200px;
  filter: blur(100px);
  background-color: #f5ceef;
  border-radius: 100px 100px 100px 100px;
}
.about-left::after {
  content: '';
  width: 200px;
  position: absolute;
  left: -41%;
  bottom: 0;
  height: 200px;
  filter: blur(120px);
  background-color: #b99af6;
  border-radius: 100px 100px 100px 100px;
}
.about-right::before {
  content: '';
  width: 200px;
  position: absolute;
  left: -14%;
  top: 0;
  height: 200px;
  filter: blur(100px);
  background-color: #f5ceef;
  border-radius: 100px 100px 100px 100px;
}
.about-right::after {
  content: '';
  width: 200px;
  position: absolute;
  left: -41%;
  bottom: 0;
  height: 200px;
  filter: blur(120px);
  background-color: #b99af6;
  border-radius: 100px 100px 100px 100px;
}
  
 /* .servWrap:before, .servWrap:after, .servWrap span:before, .servWrap span:after {*/
	/*background-color: #1F1F1F;*/
 /* }*/
  
 /* .servWrap:before, .servWrap:after, .servWrap span:before, .servWrap span:after {*/
	/*position: absolute;*/
	/*content: "";*/
	/*display: block;*/
	/*-webkit-transition: -webkit-transform 0.3s;*/
	/*transition: -webkit-transform 0.3s;*/
	/*transition: transform 0.3s;*/
	/*transition: transform 0.3s, -webkit-transform 0.3s;*/
 /* }*/
  
  /* Anchor Tag */
 /* .servWrap:before, .servWrap:after{*/
	/*left: 0;*/
	/*width: 100%;*/
	/*height: 5px;*/
	/*-webkit-transform: scaleX(0);*/
	/*		transform: scaleX(0);*/
 /* }*/
 /* .servWrap:before {*/
	/*top: 0;*/
 /* }*/
 /* .servWrap:after {*/
	/*bottom: 0;*/
 /* }*/
 /* .servWrap:hover:before, .servWrap:hover:after {*/
	/*-webkit-transform: scaleX(1);*/
	/*		transform: scaleX(1);*/
 /* }*/
 /* .servWrap:before {*/
	/*-webkit-transform-origin: right center;*/
	/*		transform-origin: right center;*/
 /* }*/
 /* .servWrap:after {*/
	/*-webkit-transform-origin: left center;*/
	/*		transform-origin: left center;*/
 /* }*/
  
  
  /* Span Tag */
 /* .servWrap span:before, .servWrap span:after {*/
	/*top: 0;*/
	/*width: 5px;*/
	/*height: 100%;*/
	/*-webkit-transform: scaleY(0);*/
	/*		transform: scaleY(0);*/
 /* }*/
 /* .servWrap span:before {*/
	/*left: 0;*/
 /* }*/
 /* .servWrap span:after {*/
	/*right: 0;*/
 /* }*/
 /* .servWrap:hover span:before, .servWrap:hover span:after {*/
	/*-webkit-transform: scaleY(1);*/
	/*		transform: scaleY(1);*/
 /* }*/
 /* .servWrap span:before {*/
	/*-webkit-transform-origin: top center;*/
	/*		transform-origin: top center;*/
 /* }*/
 /* .servWrap span:after {*/
	/*-webkit-transform-origin: bottom center;*/
	/*		transform-origin: bottom center;*/
 /* }*/
  .serv-btn {
	position: relative;
	z-index: 9;
  }

.book-appointment .appointment-wrap {
	padding: 100px 130px 100px 180px;
	min-width: 800px;
	max-width: 800px;
	margin-left: -155px;
}
.appointment-img {
	position: relative;
	z-index: 9;
	padding-top: 100px;
	padding-bottom: 100px;
}
.wpcf7-form .wpcf7-form-control.wpcf7-text {
  background-color: #fff;
  border: 1px solid #c9c1cb;
  padding: 11px 15px;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 500;
  border-radius: 0px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #54595f;
  height: 47px;
}
  .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
	background-color: #fff;
	border: 1px solid #c9c1cb;
	  margin-bottom: 40px;
	  width: 100%;
	  height: 100px;
	  font-weight: 500;
	  border-radius: 0px;
	  padding: 11px 15px;
	  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #54595f;
  height: 47px;
  }
  .wpcf7-form .wpcf7-form-control.wpcf7-select {
	background-color: #fff;
	border: 1px solid #c9c1cb;
	padding: 11px 15px;
	margin-bottom: 20px;
	width: 100%;
	font-weight: normal;
	border-radius: 0px;
	font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #54595f;
  height: 47px;
  }
  .wpcf7-form .wpcf7-form-control.wpcf7-submit {
	padding: .5rem 2em;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid #1F1F1F;
  color: #1F1F1F;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
  background-color: #c9c1cb;
  border-color: #c9c1cb;
}
  .wpcf7-spinner {
	position: absolute;
  }
  .finance-text {
	color: #000;
	letter-spacing: 1px;
	font-size: 14px;
  }
  .finance-logos img {
	width: 90px;
  }

.home-testimonials-inner {
    position: relative;
}
.home-testimonials-inner button.owlts-prev {
    position: absolute;
    left: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
    /*width: 48px;*/
    /*height: 48px;*/
    /*border-radius: 50%;*/
    /*border: 1px solid #D4B13D;*/
    background-color: transparent;
    z-index: 999;
    border: none;
    outline: none;
}
.home-testimonials-inner button.owlts-next {
    position: absolute;
    right: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
    /*width: 48px;*/
    /*height: 48px;*/
    /*border-radius: 50%;*/
    /*border: 1px solid #D4B13D;*/
    background-color: transparent;
    z-index: 999;
    border: none;
    outline: none;
}
.home-testimonials-inner button.owlts-prev i, .home-testimonials-inner button.owlts-next i {
  color: #343434;
  font-size: 26px;
}
.testimonailsContent p {
  font-size: 15px;
}
.testimonailsContent h6 {
  font-size: 15px;
}
.star-rating {
  transition: all;
}
.star {
  color: rgb(211, 175, 55);
  letter-spacing: 3px;
  font-size: 12px;
  transition: all;
}
.blink1 {
  animation: blink 1s infinite;
}
.blink2 {
  animation: blink 2s infinite;
}
.blink3 {
  animation: blink 3s infinite;
}
.blink4 {
  animation: blink 4s infinite;
}
.blink5 {
  animation: blink 5s infinite;
}
.testimonailsInner {
  background-color: transparent;
  background-image: linear-gradient(180deg,#fff 0%,rgba(235,229,236,.33) 100%);
  padding: 30px;
}
.postWrap {
  border: 1px solid #c9c1cb;
  padding: 20px;
}
.postWrap .postImg img {
    width: 100%;
	height: 303px;
	object-fit: cover;
	object-position: center;
}
.postContent .post-title {
	font-size: 30px;
}
.postContent .post-title a {
	color: #000;
	text-decoration: none;
}
.postContent .post-title a:hover {
  color: #666;
}
.postContent .btn.btn-link {
	color: #1F1F1F;
}
.postContent .btn.btn-link:hover {
	color: #000;
}

/******** SUB PAGES ***********/

.blog-detail .post-thumbnail img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.content-box {
  padding: 40px;
  box-shadow: 0px 10px 30px 0px rgba(184,179,252,.2);
}
.teamImg {
  position: relative;
}
.teamImg img {
  z-index: 2;
  position: relative;
}
.teamImg::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  bottom: -10px;
  right: -10px;
  position: absolute;
  z-index: 1;
}
.servBoxInfo h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}
.servBoxInfo p {
  font-size: 14px;
  letter-spacing: 1px;
}
.object-cover {
  object-fit: cover;
  object-position: center;
}
#banner.inner-header {
  margin-top: 0;
}
#banner.inner-header h4 {
  color: #5A5A5A;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1.2em;
}
#banner.inner-header p {
  margin-top: 0;
  width: 100%;
  color: #5A5A5A;
}
#banner.inner-header .btn.btn-info.btn-transparent {
  border-color: #5A5A5A;
  color: #5A5A5A;
}
#banner.inner-header::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}
  .home-faqs .card {
	border-radius: 0px;
	margin-bottom: 15px;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.125) !important;
	padding-top: 3px;
  padding-bottom: 20px;
  }
  .home-faqs .card-header {
	display: flex;
	background-color: transparent;
	border-bottom: none;
	align-items: center;
	padding: 0;
  }
  .home-faqs .card-header .card-number {
	border-radius: 10px;
	border: 1px solid #D8D8D8;
	background: #FFF;
	height: 45px;
	min-width: 45px;
	text-align: center;
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 43px;
  }
  .home-faqs .accordion .card-header .text-left .fas.fa-chevron-down {
	display: none;
  }
  .home-faqs .accordion .card-header .text-left.collapsed .fas.fa-chevron-down {
	display: inline-block;
  }
  .home-faqs .accordion .card-header .text-left.collapsed .fas.fa-chevron-up {
	display: none;
  }
  .home-faqs .accordion .card-header .text-left i.fas {
	position: absolute;
	top: 4px;
	right: 0px;
  }
  .home-faqs .card-body {
	padding-left: 0px;
	padding-right: 0;
	padding-bottom: 0;
  }
.comm-list li {
  position: relative;
  padding-left: 20px;
}
.comm-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
}
.border-drk {
  border: 1px solid #c9c1cb;
}
.border-drk-btm {
  border-bottom: 1px solid #c9c1cb;
}
.menu-links-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.menu-links-btn a.btn {
  max-width: 24%;
  flex: 24%;
  padding-left: 15px;
  padding-right: 15px;
}
.imgNumber {
  position: absolute;
  left: -8px;
  top: 25%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.imgNumber.top {
  top: -15px;
}
.cta-left {
    background-image: url('img/CTA-Procedure-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/******* FOOTER  **********/


#footer h6 {
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}
#footer h4{color: #fff;font-size: 26px;margin-bottom: 30px;}

#footer .fa-brands{}

#footer .list-inline-item:not(:last-child) {
margin-right: 1rem;
}
#footer .fa-brands{color:#fff;}
#footer .socList a {
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
#footer .foot-logo img {
  width: 160px;
}
#footer img{width:70%;
}
#footer .foot-col {
  width: 20%;
  max-width: 20%;
}
#footer .container {
  max-width: 1500px !important;
}
.foot-contact .row{border-bottom: 1px solid #6C6E70;}
		.foot-contact{
		margin-bottom: 40px;}

.footer{
	padding-top: 75px;
	padding-bottom: 75px;
}
#footer .foot-col-1 {
    padding-right: 20px;
  }
.conWrap label {
display: block;
	font-size: 14px;
	color:#252B42;
	font-weight: 500;
}

.conWrap label.error {
font-size: 10px;
font-weight: 400;
margin-bottom: 0px;
}

.conWrap .form-field {
display: inline-block;
margin: 10px 0 10px;
clear: none;
float: left;
width: 100%;
}

.conWrap input, .conWrap textarea{
border: 1px solid #BDBDBD;
display: block;
width: 100%;
font-size: 14px;
border-radius: 0px;
padding: 10px 10px;
color: darkgray;
}

.conWrap input.btn.btn-default{
display: table;
width: auto;
float: right;
color: #fff;
padding: .75rem 3em;
border-radius: .25rem;
}

#footer{
padding-top: 60px;
color: #fff;
background-color: #000;
}


#footer nav{
	margin-top: 10px;
margin-bottom: 1rem;
	background-color: transparent;
}

ul.list-unstyled.nav-list a, ul.list-unstyled.nav-list a:hover{
color: #666666;
}

ul.list-unstyled.nav-list li{
margin-bottom:12px;
display: flex;
  align-items: start;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

ul.list-unstyled.nav-list li i {
  margin-right: 12px;
  margin-top: 3px;
  font-size: 20px;
}
ul.list-unstyled.nav-list.foot-menu li i {
  font-size: 14px;
  margin-right: 5px;
}
#footer a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
#footer a:hover {
  color: #666666;
}
.foot-copy {
  border-top: 1px solid #6C6E70;
}
.list-unstyled.privacy-terms-link {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: end;
  gap: 20px;
}

.footer-subscribe p {margin-top: 20px; margin-bottom:0; }
.footer-subscribe .wpcf7 p { margin: 0; position: relative; }
.footer-subscribe .wpcf7 .wpcf7-submit {
  position: absolute;
  right: 4px;
  top: 4px;
  font-size: 16px;
  background-color: #4a4a4a;
  border-width: 0;
  margin-top: 0;
  padding: .75rem 1.5em;
  border-radius: 20px;
  color: #fff;
}
.footer-subscribe .wpcf7 .wpcf7-submit + .wpcf7-spinner { display: none !important; }
.footer-subscribe .wpcf7 .wpcf7-text { 
    border-width: 0; 
    background-color: #282828; 
    border-bottom: none; 
    border-radius: 0; 
    padding: 0; 
    height: 56px;
    color: #808396; 
    padding-left: 20px;
    background-image: url('img/message.png');
    background-repeat: no-repeat;
  background-position: center left;
  background-position: 13px;
  border: 1px solid #6C6E70;
  border-radius: 20px;
}
.footer-subscribe .wpcf7 .wpcf7-text::placeholder {
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
.footer-subscribe .wpcf7-form { position: relative; padding-left: 100px; }


/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* Responsive CSS */

@media only screen and (max-width: 1568px) {
	nav#header {
		padding: 15px 0px;
	}
	nav#header.navbar-expand-xl .navbar-nav .nav-link {
		padding: 1rem 1rem;
	}
	.book-appointment {
		overflow-x: hidden;
	}
}

@media only screen and (max-width: 1477px) {
nav#header .nav-cta-btn {
  padding-left: 15px !important;
}
nav#header.navbar-expand-xl .navbar-nav .nav-link {
    padding: 1rem 0.8rem;
  }
  .nav-link {
  font-size: 12px;
}
}

@media only screen and (max-width: 1400px) {
	#bannertext {
		width: 100%;
	}
}

@media only screen and (max-width: 1350px) {

nav#header.navbar-expand-xl .navbar-nav .nav-link {
    padding: 1rem 0.5rem;
  }
  .head-phone {
  font-size: 13px;
}
.nav-link {
  font-size: 11px;
}
}


@media only screen and (max-width: 1200px) {
      .head-phone {
  font-size: 15px;
}
.nav-link {
  font-size: 13px;
}
    .home .flexia-navbar {
  position: relative;
  background-color: #fff;
}
    nav#header .left-nav {
      display: none;
    }
    nav#header .right-nav {
      display: none !important;
    }
	.mega-menu-content {
		display: none;
		position: absolute;
		background: white;
		width: 100%;
		left: 0;
		top: 100%;
		z-index: 999;
	}
	.mega-menu .mega-menu-content.show {
		display: block;
	}
	nav#header.navbar-expand-xl .navbar-nav .nav-link {
		text-align: center;
	}
	.navbar-nav .dropdown-menu {
		text-align: center;
	}
	.navbar-nav .nav-item {
		width: 100%;
	}
	.navbar-nav .dropdown-menu.mega-menu-content {
		text-align: left;
		box-shadow: none;
		padding: 0;
	}
	#navbar {
        width: 100%;
        background-color: #fff;
    }
    .home .nav-link {
      color: #000;
    }
	nav#header {
		padding: 10px 15px;
	}
	nav#header .navbar-brand {
      position: relative;
      text-align: center;
    }
	nav#header .navbar-toggler {
        background-color: #fff;
        padding: 5px;
        outline: none;
        border-radius: 4px;
        border: 1px solid #1f1f1f;
        position: absolute;
        right: 15px;
        top: 24px;
    }
	nav#header .navbar-toggler .navbar-toggler-icon {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	nav#header .navbar-toggler .navbar-toggler-icon i {
		color: #1f1f1f;
		font-size: 22px;
	}
	nav#header .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon .fa-light.fa-bars {
		display: block;
	}
	nav#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .fa-light.fa-bars {
		display: none;
	}
	nav#header .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon .fa-light.fa-xmark {
		display: none;
	}
	nav#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .fa-light.fa-xmark {
		display: block;
	}
	.home .navbar-brand .black-logo {
      display: block;
    }
    .home .navbar-brand .white-logo {
      display: none;
    }
    #navbar.show {
      height: 500px;
      overflow: scroll;
    }
	#banner {
		height: 600px;
		margin-top: 0;
	}
	#carouselExampleCaptions.carousel, .carousel-inner, .carousel-item {
		height: 100%;
	}
	.carousel-inner .carousel-item img {
		height: 100%;
	}
	#bannertext {
		width: 100%;
		padding: 2em 1em;
	}
	#bannertext h1 {
		line-height: 1.1;
	}
	.container-md {
		max-width: 100% !important;
	}
	#company-logos.owl-carousel .owl-item img {
      margin: 0 auto;
    }
	body h2 {
        font-size: 2.6rem;
    }
	body h3 {
		font-size: 30px;
	}
	body h4 {
		font-size: 28px;
	}
	 .home-treatment img {
      height: 340px;
    }
	.book-appointment .appointment-wrap {
		padding: 100px 15px 100px 150px;
		min-width: 100%;
	}
	.postWrap {
      padding: 15px;
    }
	.postWrap .postImg img {
		height: 200px;
	}
	.postContent .post-title {
      font-size: 25px;
    }
    .menu-links-btn a.btn {
      max-width: 32%;
      flex: 32%;
    }
    body h1.entry-title {
      font-size: 2.2rem;
    }
    #banner.inner-header #bannertext h1 {
      font-size: 4em;
      line-height: 1em;
    }
    #banner.inner-header h4 {
      font-size: 24px;
    }
}


@media only screen and (max-width: 991px) {
    #banner {
        height: 500px;
    }
	#bannertext h1 {
		font-size: 2.8em;
	}
	body h2 {
		font-size: 2.2rem;
	}
	body h3 {
		font-size: 28px;
	}
	.home-treatment {
      padding-top: 40px;
    }
	.large-padding {
      padding-top: 100px;
      padding-bottom: 100px;
    }
	.home-procedures ul {
		column-gap: 20px;
	}
	.home-procedures ul li {
		max-width: 47%;
		flex: 47%;
	}
	.postWrap .postImg img {
		height: 240px;
	}
	#footer .foot-col {
      width: auto;
      max-width: 100%;
    }
    .menu-links-btn a.btn {
      max-width: 49%;
      flex: 48%;
    }
    .contentWrap.w-75 {
      width: 100% !important;
    }
    .content-box {
      padding: 20px;
    }
    body h1.entry-title {
      font-size: 1.9rem;
    }
}


@media only screen and (max-width: 767px) {
	.nav-cta-btn {
		display: none;
	}
	.navbar-brand img {
		width: 220px;
	}
	nav#header .navbar-toggler {
		order: 0;
	}
	.home #bannertext h1 {
    font-size: 2em;
  }
	#bannertext h1 {
		font-size: 2.5em;
		margin-top: 0;
	}
	#bannertext {
        top: 0;
        bottom: 0;
        padding: 0 1em;
    }
	.pad-100 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.pad-tp-100 {
      padding-top: 80px;
    }
    .pad-btm-100 {
      padding-bottom: 80px;
    }
	body h2 {
		font-size: 2rem;
	}
	body h3 {
		font-size: 26px;
	}
	body h4 {
		font-size: 24px;
	}
	.book-appointment .appointment-wrap {
		padding: 40px 15px 40px 15px;
		max-width: 100%;
  		margin-left: 0;
	}
	.appointment-img {
		padding-top: 0;
		padding-bottom: 0;
	}
	.home-treatment img {
		height: 400px;
	}
	.before-after-slider img {
		height: 260px;
	}
	.home-procedures ul li {
		max-width: 100%;
		flex: 100%;
	}
	.postWrap .postImg img {
		height: 285px;
	}
	#footer .foot-col-1 {
		padding-right: 15px;
	}
	#footer .foot-col {
        width: 100%;
      }
	ul.list-unstyled.nav-list li {
		justify-content: center;
	}
	.list-unstyled.privacy-terms-link {
		justify-content: center;
	}
	#banner.inner-header p {
      width: 100%;
    }
    .page-template-page-trusculpt-id iframe {
      height: 180px;
    }
    .page-template-page-emsculpt iframe {
      height: 180px;
    }
    iframe {
      height: 180px;
    }
    .emsculpt-neo-logo {
      width: 88%;
    }
    #banner.inner-header {
        flex-direction: column-reverse;
        height: auto;
        background-color: transparent;
    }
    #banner.inner-header #bannertext {
        position: relative;
    }
    #banner .hero-col {
        max-width: 100% !important;
        flex: 100% !important;
        padding: 40px 0 0 0;
    }
      #banner.inner-header #bannertext .hero-col h1 {
        font-size: 3em;
      }
	#banner.inner-header.botox-fillers-header #bannertext h1 {
  color: #5A5A5A;
}
	#banner.inner-header.botox-fillers-header #bannertext p {
  color: #5A5A5A;
}
	#banner.inner-header.botox-fillers-header h4 {
  color: #5A5A5A;
}
	#banner.inner-header.botox-fillers-header .btn.btn-info.btn-transparent {
  border-color: #5A5A5A;
  color: #5A5A5A;
}
}


@media only screen and (max-width: 479px) {
    #banner {
        height: 400px;
    }
    #banner.inner-header #bannertext h1 {
        font-size: 2.1em;
    }
    .home-treatment img {
        height: auto;
    }
    .servContent {
        margin: 15px;
        padding: 15px;
    }
	.cta-box {
		width: 92%;
		right: 0;
		padding: 20px;
		left: 0;
		margin: 0 auto;
	}
	.cta-box h6 {
		width: 100%;
	}
	.beauty-treatment-info .btn.btn-info {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 15px;
	}
	.before-after-slider img {
		height: 230px;
	}
	.testimonailsInner {
      padding: 20px;
    }
	.postWrap .postImg img {
		height: 220px;
	}
	.menu-links-btn a.btn {
        max-width: 100%;
        flex: 100%;
    }
    .content-box {
        padding: 15px;
    }
    body h1.entry-title {
      font-size: 1.7rem;
    }
}