@font-face {
    font-family: "Roustel";
    src: url('Roustel.ttf');  
    font-weight: normal;  
}
/* 
my custom css is under wp-content/themes/rev/ */

body,
html {
  color: #595A5A;
    font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 25px;

}
.bold-font{
	font-weight:bold !important;
}
p.normal-font{
	font-weight:normal;
   font-family: "Nunito", sans-serif;
	
}

a{
	color:#000;
       font-family: "Nunito", sans-serif;
}
a:hover {
  opacity: 1;
	color:#FDC760;
	text-decoration:none;
}
p.small-font {
    font-size: 15px;
	line-height:20px;
}

h2
 {
	   font-family: "EB Garamond", serif;

}
p{
     color:#000;
	 
}
h1{
	     font-family: "EB Garamond", serif;
/* 	text-transform:uppercase; */
/* 	 color:#fff; */
	    font-size: 80px;
	font-weight:normal;
}
.home-banner h1{
    font-weight: 400 !important;
    letter-spacing: 15px;
	margin-bottom:0;
}
h3{
	
}
h2 {
    font-size: 42px !important;
    line-height: 52px;
    font-weight: normal;
    letter-spacing: 1.8;
    color: #262423;
    letter-spacing: 1.6 !important;
}

p, .et_pb_text_inner{
	font-size:20px;
	line-height:1.3;
	font-weight:normal !important;
	margin-bottom:0;
	color:#595A5A;
	
	
}
h4{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
}

.secondary-font {
    font-family: "Roustel";
    font-weight: normal;
/*     color:#6F9582; */
    font-size: 65px;
	    letter-spacing: -2.1px;
	font-style:normal;
}



/** header **/
.custom-header *{
	color:#fff;
}
.custom-header {
    position: absolute;
    width: 100%;
    z-index: 2;
}
div#header {
    display: flex;
    align-items: center;
}

.logo-section {
    width: 120px;
    position: absolute;
    top: -30px;
}
.header-right-sec{
  display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
/* #menu{
    display: none;
	position: absolute;
    right: 0;
    transition: 0.3s all ease-in-out;
} */
/* .menu-section {
    display: flex;
    width: 100%;
    justify-content: flex-end;
} */
.header-cta-button {
   
    justify-content: center;
    display: flex;
	margin-right:30px;
}
.top-header .et_pb_row {
  display: flex;
  flex-direction: row;
  align-items: center; 
  justify-content: flex-end; 

  flex-wrap: nowrap;
    padding-top: 10px;
 padding-bottom:15px;
}


.address-sec, 
.phone-sec {
  display: flex;
  align-items: center;
  gap: 3px;
}
.address-sec{
	padding-left:20px;
}
.top-header *{
    font-size: 14px;
}

.follow-us p {
  margin: 0;
  white-space: nowrap;
}
.follow-us {
    border-right: 1px solid #fff;
    padding-right: 15px;
	margin-right:15px;
}

.follow-us svg {
  width: 14px; 
  height: 14px;
  display: inline-block;
}
.follow-us svg:hover path{
	fill:#C0A15A;
}
.phone-sec a:hover{
	color:#C0A15A;
}
#menu {
 display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 1000px;
	
    height: 100vh;
/*         backdrop-filter: blur(30px); */
	background:#000;
    opacity: 1;
    z-index: 999;
    padding: 50px 40px;
    transition: 0.4s ease-in-out;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
    padding-top: 100px;
	overflow-y: auto;
}
.top-header {
    z-index: 2000;
    position: relative;
}


#menu.active {
    right: 0; 
}


#menu ul {
    list-style: none;
    padding: 0;
}

#menu ul li {
    margin-bottom: 30px;
    text-align: left;
}

#menu ul li a {
       font-family: "EB Garamond", serif;
    font-size: 35px;
	line-height:40px;
	font-weight:normal;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}
#menu ul li a:hover{
	color:#C0A15A !important;
}
#menu ul li a svg{
	font-size:17px;
	padding-left:5px;
}
.custom-header li.open a{
    color:#C0A15A !important;
}

.custom-header li.open .submenu a{
    color:#fff !important;
}
.custom-header .submenu{
    padding-left: 30px !important;
    padding-top:5px !important;
}
.custom-header .submenu a{
    font-size: 18px !important;
    line-height: 23px !important;
      font-family: "Lato", sans-serif;
	font-weight:normal !important;
}
.custom-header .submenu  li{
    margin-bottom: 10px !important;
}

.submenu li{
	margin-bottom:5px !important;
}

#toggle {
    position: relative;
    z-index: 1000;
    cursor: pointer;
}
#toggle {
    width: 42px;
    height: 28px;
    position: relative;
    cursor: pointer;
    z-index: 10001;
}
#toggle div {
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease-in-out;
    position: absolute;
}
#toggle .one,
#toggle .two,
#toggle .three
{
    width: 40px;
    height: 2px;
    background: #fff;
	margin-bottom: 8px;
}
#toggle .one { top: 0px; }
#toggle .two { top: 12px; }
#toggle .three { top: 24px; }

#toggle.open .two {
    opacity: 0;
    transform: translateX(-20px);
}

#toggle.open .one {
    top: 10px;
    transform: rotate(45deg);
}

#toggle.open .three {
    top: 10px;
    transform: rotate(-45deg);
}
body.menu-open {
    overflow: hidden;
    height: 100vh;
}

#menu .top-header {
    margin-bottom: 30px;
    justify-content: flex-start;
}


.header-cta-button {
    flex-direction: column;
    gap: 10px;
	z-index: 1000;
    position: relative;
}
#header .actionbtn {
 
    margin-left: 20px;
}


.header-cta-button {
    flex-direction: column;
    gap: 10px;
	z-index: 1000;
    position: relative;
}
#header .actionbtn {
 
    margin-left: 20px;
}


/** sticky header **/

#sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right:0;
    margin: 0 auto;
    width: 100%;
    z-index: 9999;
}
#sticky-header {
    top: 40px; /* adjust to exact height of your top bar */
}
#sticky-header.scrolled {
    background: #000; /* your sticky colour */
}
.top-header {
    z-index: 100002;
    position: relative;
    z-index: 20200200;
}
#sticky-header.scrolled {
    top:0 !important;
}
.scrolled div#header{
    padding: 10px 0 !important;
}
.scrolled .logo-section {
    width: 60px;
    top: 0;
}
#sticky-header.scrolled {
    top:40px;
    z-index: 999999;
}

.menu-open #header .actionbtn {
/*    transition:0.5s all ease-in-out;
    box-shadow: rgb(254 215 133 / 37%) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgb(254 206 114 / 0%) 0px 4px 6px, rgb(255 239 191 / 42%) 0px 10px 13px, rgb(242 224 189 / 48%) 0px -6px 10px; */
}
.menu-open #header .actionbtn:hover{
	
	background: #FFFDDF !important;
    color: #000 !important;

}
.header-menu-inner{
    display: flex;
}
ul.menu-ul{
/*     border-right: 1px solid #fff; */
    padding-right: 10px !important;
}
.custom-listed-menu {
    margin-top: 20px;
}
.custom-listed-menu li{
    padding-bottom: 20px;
}
.custom-listed-menu li a{
    font-size: 18px !important;
    line-height: 25px !important;
     font-family: "Nunito", sans-serif !important;
}



/*** added submenu code **/
/* Add to your existing CSS */

.header-menu-inner {
    align-items: flex-start;
}

/* Right column that holds the active submenu */
.submenu-panel {
    flex: 1;
    padding-top: 0px;
	border-left: 1px solid #fff;
    margin-left: 0px;
/* 	padding-bottom:50px; */
}

.submenu-panel .submenu {
    display: none;
    padding-left: 0 !important;
    padding-top: 0 !important;
}

.submenu-panel .submenu.active {
    display: block;
}
/* Hide inline submenus - they only show in the right panel now */
/* ul.menu-ul .submenu {
    display: none !important;
} */
/* Hide inline submenus on desktop - they only show in the right panel */
body:not(.mobile-menu) ul.menu-ul .submenu {
    display: none !important;
}
/* Also hide the chevron arrow or adjust it if WordPress adds one */
ul.menu-ul > li.open > a {
    color: #C0A15A !important;
}



/*** handeling sub-submenu **/
/* Sub-submenu inside the panel */
.submenu-panel .submenu ul {
    display: none;
    padding-left: 16px !important;
    padding-top: 4px !important;
    margin-top: 4px;
}

.submenu-panel .submenu li.open > ul {
    display: block;
}

.submenu-panel .submenu li.open > a {
    color: #C0A15A !important;
}

.submenu-panel .submenu ul li a {
    font-size: 15px !important;
    line-height: 20px !important;
    opacity: 1;
    padding-bottom: 0 !important;
}
.submenu-panel .submenu-arrow {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    transition: transform 0.2s;
    font-size: 13px;
}

.submenu-panel .submenu li.open > a .submenu-arrow {
    transform: rotate(90deg);
}

.submenu-panel svg{
	    font-size: 15px !important;
    padding-left: 0px !important;
}


/*** transition to hover header menu ***/

/**** header final added for hover **/
/* Three column layout */
.header-menu-inner {
    align-items: flex-start;
    display: flex;
}

.sub-submenu-panel {
    flex: 1;
    padding-top: 0px;
}

.sub-submenu-panel .sub-submenu {
    display: none;
}

.sub-submenu-panel .sub-submenu.active {
    display: block;
}

/* Style same as column 2 */
.sub-submenu-panel li {
    padding-bottom: 20px;
}

.sub-submenu-panel li a {
    font-size: 18px !important;
    line-height: 25px !important;
    font-family: "Nunito", sans-serif !important;
    color: #fff;
}

.sub-submenu-panel li a:hover {
    color: #C0A15A !important;
}

/* Highlight active submenu item in column 2 */
.submenu-panel li.open > a {
    color: #C0A15A !important;
}
.sub-submenu li{
	margin-bottom:0 !important;
}
.sub-submenu li a{
	font-size:16px !important;
}
.sub-submenu li{
	padding-bottom:10px !important;
}
.sub-submenu-panel {
    border-left: 1px solid #fff;
    padding-left: 40px;
    margin-left: 0;
}
.sub-submenu-panel{
    padding-top: 0;
}
/* .header-menu-inner{
	height:100%;
}
.submenu-panel{
	height:100%;
}
.sub-submenu-panel{
	height:100%;
} */


#menu ul li a.children:hover{
	color:#fff !important;
}
#menu ul li a.has-real-link:hover{
	color:#C0A15A !important;
}
/* Arrow indicator for items with children */
/* .submenu-panel .submenu li:has(ul) > a::after {
    content: ' ›';
    display: inline-block;
    transition: transform 0.2s;
}

.submenu-panel .submenu li.open:has(ul) > a::after {
    content: ' ↓';
} */
/***end of  added submenu code **/

/*** footer ***/
#footer {
    background-color: #000;
    padding: 60px 0;
    color: #fff;
}

#mainFooter {
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
  
}
.footer-col {
    flex: 1.3;
    min-width: 200px;
    margin-bottom: 30px;
    padding: 0 10px;
}

.footer-col-logo {
    flex: 1.2;
    min-width: 250px;
}
.footer-col.footer-col-contact {
    flex: 1.8;
}
.footer-img {
	width:80%;
    margin-top: -10%;
}
.footer-col.footer-col-treatment,
.footer-col-concerns
{
	flex:0.8;
}
#footer h4 {
    color: #c5a059;
    font-size: 25px;
    line-height: 30px;
    font-weight: normal;
    text-transform: capitalize;
       font-family: "EB Garamond", serif;
	 background: linear-gradient(64deg, #B27C2C 0%, #FDC760 14%, #FFFDDF 32%, #FDCA6E 50%, #FEE2A5 67%, #FDC760 84%, #B27C2C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-menu, .contact-list {
    list-style: none;
    padding: 0;
}

.footer-menu li, 
.contact-list li {
    margin-bottom: 10px;
    font-size: 16px;
}

.footer-menu li a, 
.contact-list li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-menu li a:hover {
    color: #FDCA6E
}
.footer-col-contact .actionbtn{
	margin-top:0;
}

.contact-list img {
    width:20px;
    height:20px;
    object-fit: contain;
    margin-right: 7px;
}


/*** home **/
.banner-overlay:before{
        content: " ";
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1;
    margin: 0 auto !important;
}

.et_pb_section.home-banner {
    padding: 18% 0 7%;
}

.home-banner * {
    text-align: center;
    color: #fff !important;
}

.home-banner h1{
	text-transform:uppercase;
}
.home-banner h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Nunito", sans-serif;
    letter-spacing: 5px;
}
.home-banner .border-bottom-sec  {
	border-bottom: 2px solid #fff;
}

.home-banner .actionbtn{
	color:#000 !important
}

.secondary-bg{
	background:#000 !important;
	background-color:#000 !important;
	
}
.secondary-bg *{
	color:#fff;
	
}

.secondary-bg h2{
	color:#FDCA6E;
}
.actionbtn{
	color:#000;
	padding:10px 20px;
	font-weight:600;
	text-align:center;
	border-radius:20px;
	background: transparent linear-gradient(64deg, #B27C2C 0%, #FDC760 14%, #FFFDDF 32%, #FDCA6E 50%, #FEE2A5 67%, #FDC760 84%, #B27C2C 100%) 0% 0% no-repeat padding-box;
	    display: inline-block;
    margin-top: 30px;
	text-transform:uppercase;
}
.actionbtn.secondarybtn{
	background:#000;
	color:#FDCA6E !important;
}
.actionbtn.secondarybtn:hover{
	background:#FDCA6E;
	color:#000;
}
.et_pb_row {
    width: 75% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}
.et_pb_row.fullwidth-row{
	 width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
}
.et_pb_row.large-row{
	 width: 90% !important;
    max-width: 100%;
    margin: 0 auto;
}

.et_pb_row.medium-row{
	 width: 60% !important;
    max-width: 100%;
    margin: 0 auto;
}




	.short-row.et_pb_row {
    width: 800px !important;
    max-width: 100% !important;
}


.styled-image-right img{
	border-radius:180px 0;
}
.header-cta-button .actionbtn {
    color: #000;
	font-weight:700;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    width: 150px;
    margin-bottom: 0;
	margin-top:0;
	background:transparent linear-gradient(64deg, #B27C2C 0%, #FDC760 14%, #FFFDDF 32%, #FDCA6E 50%, #FEE2A5 67%, #FDC760 84%, #B27C2C 100%) 0% 0% no-repeat padding-box;
}


.servicesWrap .slick-slide img {
    display: block;
    width: 100%;
}
.services-title {
    text-align: center;
    padding-top: 20px;
}

.services-title h3{
    font-size: 32px;
    line-height: 40px;
	font-weight:normal;
	    font-family: "EB Garamond", serif;
}

.slick-dots{
    margin-bottom: 0;
    padding-bottom: 0;
    position: unset;
    display: flex;

    justify-content: center;
}

.brand-partners h2{
    padding-bottom: 0;
    margin-bottom: 0;
}

.brand-partners  .et_pb_column:first-child{
    width:330px !important;
}
.brand-partners  .et_pb_column{
    width:20% !important;
}

.brand-partners .et_pb_row{
	justify-content:center;
}
.slick-dots li.slick-active button {
    background: #FDCA6E;
}
.slick-dots li button{
    font-size: 0px;
    border-radius: 50%;
    width:12px;
    height:12px;
        border:0;
  background: #fdca6e91;
    
    
}

.slick-dots li.slick-active button{
    background: #FDCA6E
}
.slick-dots li {
    list-style: none;
    display: inline-block;
    margin-right:10px;

}
.display-flex {
    display: flex;
}
.flex-verticle-center {
    display: flex !important;
    flex-flow: wrap;
    flex-flow: column;
    /* flex-wrap: wrap; */
    justify-content: center;
    /* align-items: center;*/
}

.packagesWrap .packages-list {
    background: #F5EFEA;
    padding:10px;
    border-radius: 15px;
	padding-bottom:20px;
	height:auto;
    
}

.packagesWrap .slick-track{
	display:flex;
}
.packagesWrap .packages-list:hover{
	 background: #Fff;
	
}
.package-image {
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 20px;
    height:200px;
}
.package-button{
    position: absolute;
    bottom:15px;
    margin: 0 auto;
    left:0;
    right:0;
}
.packagesWrap .packages-list{
    position: relative;
}
.packages-title{
    padding-bottom: 40px;
}
.package-image img{
    height:100%;
    object-fit: cover;
    transition: 0.3s all ease-in-out;
    
}
.packagesWrap .packages-list:hover h3{
	 color:#D39F53;
	
}

.packages-list:hover .package-image img {
    transform: scale(1.05);
    border-radius: 30px;
    opacity: 0.8 !important;
}
.packagesWrap .packages-list img{
    width:100%;
    border-top-left-radius: 15px;
     border-top-right-radius: 15px;
}
.packagesWrap .packages-list h3{
    color:#000;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
	padding-top:10px;
	    font-family: "EB Garamond", serif;
}

.package-button {
    text-align: center;
}

.package-button .actionbtn{
    margin-top: 0;
 
}

.styled-image-left img{
        border-radius: 0 180px ;
}

.styled-module-left{
    background: #fff;
   opacity: 0.8;
    border-radius:180px 0;
    padding:70px;
}
.fixwidth-left-module {
    width: 650px !important;
}
.treatment-icon{
    position: absolute;
    bottom:60px;
    right:-25%;
}

.testimonialWrap .testimonial-list{
    background: #F5EFEA;
    margin: 15px 0 !important;
    padding:20px;
    border-radius: 20px;
    
}
.testimonialWrap .testimonial-list p{
    color:#000;
}
.testimonialWrap  h4{
    color:#000;
}

.follow-us-social svg{
	height:2em;
}
.follow-us-social a{
    margin: 0 10px;
}
.et_pb_toggle{
    background: transparent;
    border:0;
    color:#000000 ;
    border-bottom: 1px solid #D39F53;
    padding-left:0;
      font-family: "Nunito", sans-serif;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
}
h5.et_pb_toggle_title{
    color:#000000  !important;
      font-family: "Nunito", sans-serif;
    font-size: 24px;
    line-height: 30px !important
}
.et_pb_toggle_title:before{
	color:#000;
}
.et_pb_toggle_content{
	padding-top:5px !important;
}

.flex-row-verticle-center {
    display: flex;
    align-items: center;
}

/*** single tretament page **/
.single-banner {
    background-repeat: no-repeat !important;
    background-position: center !important;
  background-size: cover !important;
    padding: 10% 0 2% !important;
}
.single-banner *{
    font-size: 45px; 
    text-align: center;
    color:#fff;
    z-index: 3;
}

.page-banner h3{
	text-transform:uppercase;
}

.trmt-hero__inner
{
      z-index: 3;
    position:relative;
}


.single-banner h1{

    font-size: 45px; 
	line-height:50px !important;
    color:#FDCA6E !important;
}

.single-banner h3{
    font-size: 24px;
    line-height: 32px;
	font-weight:normal;
    font-family: "Nunito", sans-serif;
    margin-bottom: 0;
}


/**** syicky menu section **/

.sticky-menu-section ul{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0;
}

.sticky-menu-section li{
    display: inline-block;
    padding-left:2%;
    padding-right:2%;
    
}
.sticky-menu-section li a{

    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: normal;
   
    text-align: center;
    
    
}
.sticky-menu-section li a.active{

        border-bottom: 3px solid #c5a46d;
    
}
.sticky-menu-section {
    border-bottom: 1px solid #696767;
    padding-bottom: 20px !important;
}
.dining-info-sec ul{
	margin-bottom:0;
}

.dining-info-sec .border-bottom-sec{
	padding-bottom:0;
}

.dining-info-sec svg{
	margin-right:10px;
}
.blackbg a:hover{
	color:#C0A15A;
}
.sticky-menu-section {
   position: -webkit-sticky !important;
    position: sticky !important;
/*     top: 0; */
	top:0px;
    left: 0;
    width: 100% !important;
    z-index: 9999;
   padding-top:60px !important;
	padding-bottom:20px !important;
    transition: background 0.3s ease;
}

/* When we reach the end of DialInfo, we change to absolute so it scrolls away */
.sticky-menu-section.stopped {
    position: absolute !important;
}

/* Base Link Styling */
.sticky-menu-section ul {
    display: flex !important;
    justify-content: center !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
	padding-bottom:20px !important;
}

.sticky-menu-section ul li a {

    transition: all 0.3s ease;
}

.sticky-menu-section ul li a.active-link {
    border-bottom: 3px solid #C0A15A!important; 
    color:#C0A15A !important;
	padding-bottom:20px !important;
    
}

.sticky-menu-section .et_pb_row{
	padding-bottom:0;
}
.border-bottom-yellow{
    border-bottom: 1px solid #FDC760;
    padding-bottom: 20px;
    margin-bottom: 30px !important;
}

.tertiary-bg{
    background-color: #F5EFEA !important;
}


.star-icon-list ul{
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 20px 40px; 
  max-width: 700px;
  margin: 0 auto;
}

.star-icon-list li{
  position: relative;
  padding-left: 30px; 
  font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  color: #666;
  line-height: 1.4;
}

.star-icon-list li{
	list-style:none;
}
.star-icon-list li::before {
  content:""; 
    background:url("/wp-content/uploads/2026/05/star.svg");
  position: absolute;
  left: 0;
   width:20px;
  height:20px;
    top:10%;
   background-size: contain;
    background-repeat: no-repeat;
 
}

.custom-treats h2 {
    padding-right: 2%;
}


.price-list-container {
/*   max-width: 600px;  */
  margin: 0 auto;
	padding-bottom:15px;
}


.price-category-title {
  font-family: inherit;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 30px 0 0px 0;
  font-size: 18px;
  color: #333;
}


.price-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 15px 0;
  border-bottom: 1px solid #f2e1c1; /* That light gold/tan line */
}


.service-name {
  font-size: 16px;
  color: #666;
  flex-grow: 1;
}

.price {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  padding-left: 20px;
}
.secondary-bg .testimonialWrap .slick-dots li button{
    background:#fed482c9;
}
.secondary-bg .testimonialWrap .slick-dots li.slick-active button{
    background:#fff6cf;
}
.home-testimonial .testimonialWrap .slick-dots {
	display:none !important;
}
.price-row:hover {
  background-color: rgba(242, 225, 193, 0.1);
}

.et_pb_toggle {
    background-color: transparent !important;
    border:0 !important;
    border-bottom: 1px solid #B27C2C !important;
    padding-left:0 !important;
    
    
}
h5.et_pb_toggle_title{
    font-size: 22px !important;
}
.et_pb_toggle .et_pb_toggle_title:before{
    color:#B27C2C !important;
	font-size:20px;
}


/** cta design **/
.book-cta  *{
    text-align: center;
}

.book-cta h4{
    font-style:italic;
    color:#B27C2C;
    text-decoration: underline;
}

.book-cta:before{
        content: "";
    background: url(/wp-content/uploads/2026/05/circle1.svg);
    position: absolute;
    left: 0;
    width: 300px;
    height: 300px;
    top: 0%;
    background-size: contain;
    background-repeat: no-repeat;
}

.book-cta:after{
        content: "";
    background: url(/wp-content/uploads/2026/05/circle2.svg);
    position: absolute;
    width: 300px;
    height: 300px;
    bottom: 0%;
    right:0;
    background-size: cover !important;
    background-size: contain;
    background-repeat: no-repeat;
}

div#footer {
    background: #000;
}




 .et-db #et-boc .et-l .custom-header .et_pb_row,
div#header,
.top-header .et_pb_row
{
	padding:0 !important;
}
div#header {
    padding-top: 15px !important;
}
.top-header .et_pb_row
{
	padding-top:5px !important;
}


/** about us page **/
.fullwidth-halfcol-left .et_pb_column:first-child{
    padding-left:13%;
   
}

.underlined-header-sec h4{
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}

.single-img-sec{
    margin:0 15px;
    
}
/* .single-img-sec{
    
} */

.single-img-sec img{
   height:500px !important;
    object-fit: cover;
}
.radius-image img{
    border-radius: 20px;
}

.testomonial-top-sec
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.testimonail-end {
    display: flex;
    align-items: center;
}

.testimonial-stars{
     display: flex;
    align-items: center;
}

.testimonial-stars img{
    width:26px;
    
}
.testimonialWrap h4{
    margin-bottom: 0;
    padding-bottom: 0;
	font-size:24px;
}
.testimonialWrap .testimonial-list {
    margin: 0 20px !important;
	margin-bottom:30px !important;
}
/* .testimonialWrap {
  height: 450px;
} */
.testimonialWrap .slick-track{
	display:flex;
}
.testimonialWrap .slick-slide{
    height:auto !important;
}
.testimonialWrap .slick-dots li button{
    background:rgba(89,90,90,0.55);
}
.testimonialWrap .slick-dots li.slick-active button{
    background:rgb(89,90,90);
}

.testimonialWrap .slick-dots{
    margin-top:30px;
}

.home-testimonial .testimonialWrap .slick-track{
	display:block;
}
.about-icons * {
    text-align: left;
}
.about-icons h4{
    font-size: 30px;
    line-height: 39px;
    font-weight: normal;
     font-family: "EB Garamond", serif;
}

.icon-circle .et_pb_column:hover .et_pb_image_wrap {

    transform: translateY(-10px);
}
.icon-circle .et_pb_column:hover .et_pb_image_wrap{
    outline-color: #FDC760;
}
.icon-circle .et_pb_image_wrap{
    width: 90px;
    height: 90px;
    margin-left: 0;
    border-radius: 50%;
    outline: 1px solid #fff;
    outline-offset: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    
}

.icon-circle img {
    width: 90px !important;
    height: 40px;
    object-fit: contain;
}

.icon-circle .et_pb_column:hover  h4,
.icon-circle .et_pb_column:hover  h4 span
{
    color:#FDC760;
}
.border-bottom-gray {
    border-bottom: 1px solid #595A5A;
}

.border-top-gray{
    border-top:2px solid #a2a0a0;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 60px;
    padding: 20px 0;
}

.team-image {
    width: 250px;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    margin-bottom: 25px;
}

.team-name {
   font-family: "EB Garamond", serif;
    font-size: 30px;
    line-height: 1.2em;
   
    margin-bottom: 5px !important;
    padding-bottom: 0px;
}

.team-position {
    font-size: 20px;
    font-weight: 500;
    color: #B27C2C;
    margin-bottom: 15px !important;
     font-family: "EB Garamond", serif;
}

.team-bio {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}

/*** contact us page **/
.contact-info ul{
    padding:0;
    
}

.contact-info ul li{
    padding-bottom: 3%;
    display: flex;;
    
}

.contact-info ul li a{
    font-size: 18px;
    
}

.contact-info ul li svg{
    color:#FDC760 !important;
    width:50px;
   font-size: 20px;
    padding-top: 3px;
    border-radius: 50%;
}

.contact-info ul li svg path{
    fill:#FDC760 !important;
}

.contact-form {
    background:#F5EFEA;
    padding:30px;
    border-radius: 20px;
}

.contact-form input,
.contact-form textarea
{
    border:0;
    border-bottom: 1px solid #B27C2C !important;
    background:transparent;
    padding-left:0 !important;
}

.contact-form .gform_button{
    background: #000000;
    color:#FDC760;
    width:100px;
    padding:10px !important;
    text-align: center;
    border-radius: 20px;
    text-transform: uppercase;
}
.contact-map iframe {
       border-radius:0px 160px;
    
}
.appointment-module {
    display: flex;
}
.appointment-module .et_pb_column {
    background: #F5EFEA;
    border-radius: 30px;
    padding: 30px;
    outline:0.4px solid #9e9a9a;
    outline-offset: 10px;
    border-radius: 50px 0;
    
}
.appointment-module .et_pb_column *{
    color:#000;
}

.appointment-module h6{
    font-weight: 300;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 0;
    padding-bottom: 0;
}

/*** skin concern **/
.styled-images-blurb .et_pb_row{
	display:flex;
}
.styled-images-blurb .et_pb_column {
    background-color: #F5EFEA;
    padding: 40px 30px;
    border: 1px solid #B27C2C;
    border-radius: 50px 0px 50px 0px;
    position: relative;
    overflow: visible;
	transition:0.3s all ease-in-out;
	width:47%;
	margin-right:3%;
	margin-bottom:15px !important;
    
}

.styled-images-blurb .skin-concern-contact-blurb{
background-color:transparent;	
}

.styled-images-blurb .et_pb_module.et_pb_blurb{
    height: 100%;
}


.styled-images-blurb .et_pb_main_blurb_image
 {
    position: absolute;
    top: -30px;
    right: -10px;
    margin-bottom: 0 !important;
}

.styled-images-blurb .et_pb_main_blurb_image img
 {
    border-radius: 50%;
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
	 transition:0.3s all ease-in-out;
	 
}

.styled-images-blurb .et_pb_module_header {
font-family: "EB Garamond", serif;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
    
}

.styled-images-blurb .et_pb_blurb_description p{
  
   
}

.styled-images-blurb .et_pb_blurb_description img {
    width: 40px !important;
    margin-top: 10px;
    display: block;
	position:absolute;
	bottom:-10px;
	transition:0.3s all ease-in-out;
}

.styled-images-blurb .et_pb_blurb_container {
    width: 85%;
}
.styled-images-blurb .et_pb_blurb_content {
    max-width: 100%;
	  height: 100%;
    padding-bottom: 10px;
}
.skin-concern-contact-blurb .et_pb_blurb_container {
	width:100%;
}
.styled-images-blurb .et_pb_column:hover{
    background-color: #F5EFEA73;
}
.styled-images-blurb .et_pb_main_blurb_image {
    overflow: hidden;
    border-radius: 50%;
	 transition:0.3s all ease-in-out;
}
.styled-images-blurb .et_pb_column:hover .et_pb_main_blurb_image {
    overflow: hidden;
    border-radius: 50%;
	 transition:0.3s all ease-in-out;
}
.styled-images-blurb .et_pb_column:hover .et_pb_main_blurb_image img{
    transform: scale(1.3);
	 transition:0.3s all ease-in-out;
}

.styled-images-blurb .et_pb_column:hover .et_pb_blurb_description img{
    margin-left:20px;
	 transition:0.3s all ease-in-out;
}
.styled-images-blurb .et_pb_column:hover .et_pb_module_header{
	color:#B27C2C;
}


/*** treatment catagory page **/
.treatment-list-layout .et_pb_row {
    display: flex;

    gap: 30px;
}

.treatment-list-layout .et_pb_column {
    background-color: #F5EFEA;
    border: 1px solid #B27C2C;
    border-radius: 0 40px 0 40px;
    overflow: hidden;
    padding: 0 !important;
}

.treatment-list-layout .et_pb_blurb_content {
    display: flex !important;
    flex-direction: row !important;
/*     align-items: stretch; */
    height: 100%;
    max-width: 100% !important;
}

.treatment-list-layout .et_pb_module{
		height:100%;
	}

.treatment-list-layout .et_pb_main_blurb_image {
    width: 40% !important;
    margin: 0 !important;
}
.treatment-list-layout span.et_pb_image_wrap {
    height: 350px;
}
.treatment-list-layout .et_pb_main_blurb_image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
 
    border-right: 1px solid #B27C2C;
	transition:0.3s all ease-in-out;
}

.treatment-list-layout .et_pb_blurb_container {
    width: 60% !important;
    padding: 30px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left !important;
}

.treatment-list-layout .et_pb_module_header {
    font-family: "EB Garamond", serif;
    font-size: 30px;
	line-height:36px;
    font-weight: normal;
    margin-bottom: 15px;
}

.treatment-list-layout .et_pb_blurb_description {
   
    font-size: 18px !important;
    line-height: 25px !important
}

.treatment-list-layout .et_pb_blurb_description img {
    width: 40px !important;
    margin-top: 20px;
    display: block;
	transition:0.3s all ease-in-out;
}



.treatment-list-layout .et_pb_column:hover{
    background-color: #F5EFEA73;
}
.treatment-list-layout .et_pb_main_blurb_image {
    overflow: hidden;
 
	 transition:0.3s all ease-in-out;
}
.treatment-list-layout .et_pb_column:hover .et_pb_main_blurb_image {
    overflow: hidden;

	 transition:0.3s all ease-in-out;
}
.treatment-list-layout .et_pb_column:hover .et_pb_main_blurb_image img{
    transform: scale(1.2);
	 transition:0.3s all ease-in-out;
}

.treatment-list-layout .et_pb_column:hover .et_pb_blurb_description img{
    margin-left:20px;
	 transition:0.3s all ease-in-out;
}
.treatment-list-layout .et_pb_column:hover .et_pb_module_header{
	color:#B27C2C;
}

.treatment-list-layout span.et_pb_image_wrap {
    height: 100%;
}
/*** special booking **/
body.modal-open {
    overflow: hidden;
    height: 100vh;
}

.specials-container { 
    display: flex; 
    flex-direction: column; 
    gap: 30px; 
    padding: 20px; 
}

.special-card { 
    display: flex; 
    background: #FFFFFF;
    border-radius: 8px; 
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.special-image { 
    width: 40%; 
    background-size: cover; 
    background-position: center; 
    min-height: 250px; 
}

.special-content { 
    width: 60%; 
    padding: 40px; 
}

.special-content h3 { 
    font-weight: normal;
    font-size: 35px;
    font-family: "EB Garamond", serif;
    margin-top: 0; 
}

.special-buttons { 

    display: flex; 
    gap: 15px; 
}

.included-services {
    margin-top:20px;
}
.included-services p{
   color: #595A5A;
    font-style:italic;
	font-size:16px;
}
.modal-body{
	padding:0;
	padding-top:15px;
}

.btn-more { 
    border: none; 
 
}
.tertiarybtn{
    background: #F5EFEA;
    
}
.special-modal { 
    display: none; 
    position: fixed; 
    z-index: 9999; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0,0,0,0.6); 
}

.modal-content { 
    background: #fff;
    margin: 5% auto; 
    padding: 40px; 
    width: 90%; 
    max-width: 700px; 
    border-radius: 20px; 
    position: relative; 
    max-height: 85vh; 
    overflow-y: auto;
}
.modal-content h2{
 font-weight: normal;
    font-size: 35px !important;
    font-family: "EB Garamond", serif;
    text-align: center;
    margin-bottom: 0;
}
.modal-content p{
    font-size: 18px;
}
.close-modal { 
    position: absolute; 
    right: 20px; 
    top: 10px; 
    font-size: 30px; 
    cursor: pointer; 
}
.modal-img {
	height:300px;
}
.modal-img img{ 
    width: 100%; 
	height:100%;
    border-radius: 40px 40px 0 40px; 
    margin-bottom: 20px; 
	object-fit:cover;
}

.modal-pricing { 
   
    text-align: center; 
   
}
.normal-image{
    

}

.hover-image{
    display: none;


}

.program-icon .et_pb_column:hover .hover-image{
    display: block;


}
.program-icon .et_pb_column:hover .normal-image{
    display: none;
    

}
.program-icon .et_pb_column p{
    font-size: 25px;
    line-height: 32px;
	color:#000;
}
.program-icon .et_pb_column:hover p{
    color:#B27C2C;
}
.program-icon *{
	text-align:center;
}
a.text-underline {
    text-decoration: underline;
    color: #595A5A;
}

/* Grid Styling */

.search-wrapper {
    position: relative;
    width: 80%;
    margin:0 auto;
}

#blog-search {
    width: 100%;
    padding: 10px;
    padding-left:0;
    border:0;
    border-bottom: 1px solid #FDC760;
    background: transparent;
    outline: none;
}
#blog-search::placeholder,
#blog-search
{
	color:#fff !important;
}
.search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.search-wrapper input::placeholder{
    color:#fff;
    
}
.search-wrapper svg
{
   color: #fff;
}



.blog-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}



.blog-thumbnail-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;

}

.blog-thumbnail-image img{
	height:100%;
	object-fit:cover;
		border-radius:80px 0;
/* 
	object-position:top; */
}

.blog-title {
    font-size: 22px;
    margin: 10px 0 15px;
    padding-bottom: 15px;
    color: #F5EFEA;
    border-bottom: 1px solid #F5EFEA;
    
}

.blog-excerpt {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.read-more-btn {
       display: inline-block !important;
    font-weight: 500 !important;
}

.blog-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Aligns search and dropdown horizontally */

    padding: 20px 0;
    margin-bottom: 40px;
}


.blog-column {
    position: relative;
}


 #load-more-btn {
    transition: background 0.3s ease;
    border: none;
    font-weight: bold;

}

#load-more-btn:hover {
    background-color: #7a7a5a; /* Darker shade on hover */
}

.load-more-container #load-more-btn {
background: transparent;
    color: #1A1617;
    font-weight: 500;
    text-transform: none;
    font-style: italic;
    font-family: inter;
    text-decoration: underline;
    font-size: 15px;
}

.blog-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    min-height: 200px; /* Prevents layout jump */
}

.blog-section h2{
	margin-bottom:0 !important;
	
}

.blog-section .bredacrumb {
    margin-bottom: 30px;
}
.bredacrumb span.icon {
    
    font-weight: bold;
}
.blog-top-sec {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
	padding-bottom:30px;
}

.blog-top-sec *,
.single-metas *
{
    color:#595A5A;
    font-size: 18px !important;
}
.single-metas-bottom {
    text-align: center;
    border-top: 1px solid #595A5A;
	padding-top:30px;
}
.single-metas-bottom h5{
	display:block;
}
.single-metas h5{
    margin-bottom: 0;
    padding-bottom: 5px;
}
.bredacrumb a{
    text-decoration: underline;
    color:#595A5A !important;
}
.single-post-banner {
    padding: 15% 0 2%;
	background:url(/wp-content/uploads/2026/05/banner-4.png);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.single-post-banner * {
    text-align: center;
    color: #fff !important;
}
.single-post-banner:before{
	content: " ";
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    /* z-index: 1; */
    margin: 0 auto !important;
}
.blog-section .et_pb_section:first-child,
.blog-section .et_pb_section:first-child .et_pb_row
{
    padding-top: 0 !important;
	padding-bottom:50px !important;
}
.blog-section .et_pb_row_0 .et_pb_column:first-child{
	margin-top:10px;
}

.single-post .blog-section .et_pb_image_wrap,
.single-post .blog-section .et_pb_image_wrap img{
    width:100%;
}
.custom-blog .blog-column{
    position: relative;
	margin-bottom:40px;
}
.custom-blog .blog-column .read-more-btn{
    position: absolute;
    bottom:0;
}
.custom-blog .blog-excerpt{
    padding-bottom: 40px;
}
.single-back-blog{
    text-align: center;
}

.blog-top-sec h5{
    font-size: 15px;
    line-height: 20px;
    
  
}
.blog-section li{
	font-size:20px;
	line-height: 1.3;
}
.blog-section ul {
    padding-top: 5px !important;
    padding-bottom: 0 !important;
}
.blog-section .bredacrumb a{

}
.blog-section .et_pb_row .et_pb_row{
	width:100% !important;
}
.single-post-featured-img img{
    width:100%;
}

.single-blog-hero-content *{
    text-align: center;
}
.single-blog-main {
    padding-top: 20px;
    padding-left: 50px;
}
.single-blog-main h3{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 5px;
}
.share-article-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; 
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    width: 100%;
     
}


.share-text {
     font-family: "EB Garamond", serif;
    font-size: 35px;
    font-weight: normal;
  color:#000000;
      border-bottom: 1px solid #000;
	cursor:pointer;
  
   
}
.single .post{
    padding-bottom: 0;
}
.share-component-container {
    display: flex;
/*     align-items: center;  */
    justify-content: center;
    gap: 15px;
    padding: 15px 0;
}

.share-column {
    display: flex;
    flex-direction: column; 
    gap: 10px;
}



.social-share-links {
    display: none; 
    align-items: center;
    gap: 15px;
    padding-top: 5px;
    animation: slideDown 0.3s ease-out;
}

.social-share-links a {
    color: inherit;
    font-size: 18px;
    transition: opacity 0.2s;
}

.social-share-links a:hover {
    opacity: 0.6;
}

.copy-icon-trigger {
    cursor: pointer;
    position: relative;
    padding-top: 10px; 
}



.copy-status {
    display: none;
    position: absolute;
    background: #333;
    color: #fff;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 4px;
    white-space: nowrap;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}


.secondary-bg  .underlined-header-sec h4{
    border-color:#FDCA6E;
}

.numbered-process-section {
  counter-reset: blurb-counter;
}

.numbered-process-section .et_pb_blurb {
  counter-increment: blurb-counter;
  position: relative;
  padding-left: 3.5rem;
}

.numbered-process-section .et_pb_blurb::before {
  content: counter(blurb-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  font-weight: 400;
  color: #b8963e;
  line-height: 0.9;
    font-family: "EB Garamond", serif;
}

.numbered-process-section .et_pb_blurb_content{
    max-width:100%;
}

.et_pb_row.page-treatments-listings{
    display: flex;
    flex-flow:wrap;
}

.page-treatments-listings .et_pb_column {
 
    width: 30% !important;
    margin-right: 3% !important;
    margin-bottom: 3% !important;
}
.page-treatments-listings .et_pb_blurb {
  background: transparent;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.page-treatments-listings .et_pb_main_blurb_image {
  margin: 0 0 20px !important;
  display: block;
}

.page-treatments-listings .et_pb_main_blurb_image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.page-treatments-listings .et_pb_blurb_container {
  padding: 0 !important;
}

.page-treatments-listings .et_pb_module_header {
 font-size: 24px !important;
  font-weight: 500 !important;
  color: #1a1a1a !important;
  margin: 0 0 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #ddd !important;
}



.page-treatments-listings .et_pb_toggle {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.page-treatments-listings .et_pb_toggle_title {
  font-size: 15px !important;
	line-height:18px !important;
  font-weight: 400 !important;
  color: #b8963e !important;
  font-style: italic !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
    display: inline-block;
    padding-right: 20px !important;
	padding-top:10px !important;
}

.page-treatments-listings .et_pb_toggle_title::before {
  color: #b8963e !important;
  font-size: 15px !important;
	line-height:22px !important;
}

.page-treatments-listings .et_pb_toggle_content {

  padding-top:0 !important;
  margin: 0 !important;
}

.page-treatments-listings .et_pb_toggle_content p {
  font-size: 16px !important;
  color: #595A5A!important;
  margin: 0 !important;
}
.process-list-small h3{
    font-size: 21px;
    line-height: 26px;
	padding-bottom:0;
}
.actionbtn:hover{
	background:#FFFDDF;
	color:#000 !important;
}

.no-dropdown-toggle .et_pb_toggle_title::before{
    display: none;
cursor: auto;
}

.et_pb_column.treatments-catgaories-listing-nobg{
	background: transparent;
    border: 0;
}

/** header **/
.custom-listed-menu .submenu li{
	padding-bottom:5px !important;
}

.single-treatments .single-banner{
	position:relative;
	z-index:1;
}

.privacy-policy h3{

    font-size: 20px;
    line-height: 25px;
    padding-bottom: 0;
    font-weight: 500;

}




/*** full height divider **/
.header-menu-inner {
    display: flex;
    align-items: stretch;
}

.submenu-panel,
.sub-submenu-panel {
    position: relative;
    padding-left: 0px;
}

/* hidden by default */
.submenu-panel::before,
.sub-submenu-panel::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
    opacity: 0;
    transition: 0.2s ease;
}

/* show divider ONLY when active submenu exists */
.submenu-panel:has(.submenu.active)::before {
    opacity: 1;
}

.sub-submenu-panel:has(.sub-submenu.active)::before {
    opacity: 1;
}
.submenu-panel {
    border-left: 0;
}

.sub-submenu-panel {
    border-left: 0;
}
/* .cosmetic-nurse-row .border-bottom-gray{
    padding-bottom: 50px !important;
	padding-top:0 !important;
}
.et_pb_section.cosmetic-nurse-row {
    padding-bottom: 25px !important;
    padding-top:25px !important;
} */
/* .cosmetic-nurse-row img{
	border-radius:15px;
} */
.cosmetic-nurse-row h2{

    font-size: 27px !important;
    line-height: 30px;
	padding-bottom:0 !important

}


/*** serum laboratory **/
.why-choose-sec  h4{
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    border-bottom: 1px solid #B27C2C;
}

.why-choose-sec .et_pb_module_header{
    height:70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-choose-sec .et_pb_blurb_description{
    text-align: center;
    padding-top: 10px;
   
}
.why-choose-sec .et_pb_blurb_description p{
     font-size: 18px;
}
.why-choose-sec .et_pb_main_blurb_image img{
    width:50px !important;
}
.hide-treatment-list {
    background-color: transparent !important;
    border: 0 !important;
}

.bas-slick.bas-multi .bas-slide {
    padding: 0 50px 30px 50px; /* controls gap */
    box-sizing: border-box;
    
}
.hide-nav{
  display: none !important;
}

.bas-disclaimer {
    text-align: center;
    font-size: 13px;
    color: #fff
    line-height: 1.5;
    font-style: italic;
/*     margin-left: auto;
    margin-right: auto; */
    padding-top: 0px;

}
.bas-multi .slick-dots{
    margin-bottom: 20px;
}
/**** responsive **/

@media only screen and (min-width:980px){
	.submenu-toggle svg{
		display:none;
	}
}

@media only screen and (max-width: 1800px) {
    .et_pb_row {
        width: 85% !important;
    }
	.fullwidth-halfcol-left .et_pb_column:first-child {
    padding-left: 8%;
}
	
	
}


@media only screen and (max-width: 1600px) {
	p ,.et_pb_text_inner{
    font-size: 18px;
	}
	.et_pb_row.medium-row {
    width: 70% !important;

}
.et_pb_section.home-banner {
    padding: 20% 0 8%;
}
	h1{
		font-size:70px !important;
	}
	.styled-image-right img {
    border-radius: 140px 0;
}
	.styled-image-left img {
    border-radius: 0 140px;
}
	.sticky-menu-section li a {
    font-size: 17px;
    line-height: 23px;
	}
	.single-banner h1{
		font-size:45px !important;
	}
	.blog-thumbnail-image {
    height: 250px;
	}
	.blog-thumbnail-image img {
    
    border-radius: 50px 0;
	}
	.services-title h3 {
    font-size: 25px;
    line-height: 31px;
}
	.single-img-sec img {
    height: 300px !important;
    object-fit: cover;
}
	/** footer **/
	.custom-footer .et_pb_row {
    width: 95% !important;
}
	
	/** header**/
	#menu ul li {
    margin-bottom: 10px;
	}
	.custom-listed-menu .submenu li {
		margin-bottom:5px !important;
	}
	.treatment-list-layout .et_pb_module_header {
    font-size: 27px;
    line-height: 32px;
	}
	
	.treatment-list-layout .et_pb_module_header {
    font-size: 26px;
    line-height: 32px;
	}
	.treatment-list-layout p  {
    font-size: 26px;
    line-height: 32px;
	}
	.treatment-list-layout .et_pb_blurb_description {
    font-size: 17px !important;
    line-height: 24px !important;
}
	
	
}


@media only screen and (max-width: 1400px) {
	h2 {
    font-size: 39px !important;
    line-height: 48px;
}
	.sticky-menu-section li {
    padding-left: 1%;
    padding-right: 1%;
}
	.sticky-menu-section .et_pb_row {
    width: 95% !important;
}
	    .sticky-menu-section li a {
        font-size: 15px;
        line-height: 19px;
    }
	
	.book-cta:before{
		width:200px;
		height:200px;
	}
	.book-cta:before, 	.book-cta:after{
		width:200px;
		height:200px;
	}
	.treatment-list-layout .et_pb_module_header {
    
    font-size: 26px;
    line-height: 29px;
	}
	.treatment-list-layout .et_pb_blurb_description {
    font-size: 16px !important;
    line-height: 21px !important;
}
    .blog-thumbnail-image {
        height: 200px;
       
    }
	.blog-title {
    font-size: 20px;
		line-height:26px;
	}
	.blog-excerpt {
    font-size: 17px;
	}
	
	#menu {
		width:85%;
	}
	
	/** footer **/
	#mainFooter{
		padding:0;
	}
.footer-col {
 
    min-width: 170px;
	}
	
	/** serum laboratory **/
	.why-choose-sec h4 {
    font-size: 18px;
    line-height: 20px;
	}
	.why-choose-sec .et_pb_blurb_description p {
    font-size: 16px;
    line-height: 21px;
}
	
	.bas-slick.bas-multi .bas-slide {
    padding: 8px 30px 30px 30px;
  
}
}


@media only screen and (max-width: 1200px) {
    .et_pb_row {
        width: 90% !important;
    }
		.et_pb_row.medium-row {
    width: 85% !important;

}
	    h1 {
        font-size: 60px !important;
			line-height:65px !important;
    }
	.single-banner{
		height:300px;
		padding-top:130px !important;
	}
	.services-title h3 {
    font-size: 25px;
    line-height: 30px;
}
	.styled-image-right img {
    border-radius: 120px 0;
}
		.styled-image-left img {
    border-radius:0 140px;
}
	.book-cta:before, 	.book-cta:after{
		width:150px;
		height:150px;
	}
		/** treatments **/
	.treatment-list-layout span.et_pb_image_wrap {
    height: 420px;
}
	    .blog-thumbnail-image {
        height: 180px;
    }
	
	
	/*** footer **/
/* 	 .footer-col {
        flex: 1 1 45%;
    }
	.footer-col.footer-col-treatment, .footer-col-concerns {
    flex: 1 1 45%;
} */
	    .footer-col {
     
        flex: 0 0 33.33% !important;
    }
	.footer-img {
    width: 200px;
    margin-top: -10%;
}
	#mainFooter {

    justify-content: flex-end;

}
}

@media only screen and (max-width: 980px) {
    .et_pb_section.home-banner {
        height: 600px;
        padding-top: 260px;
    }
		.short-row.et_pb_row {
    width: 90% !important;
    max-width: 100% !important;
}
		.et_pb_row.medium-row {
    width: 90% !important;

}
	h2 {
    font-size: 35px !important;
    line-height: 40px;
	}
	.pr-5{
		padding:0 !important;
	}
	.pl-5{
		padding:0 !important;
	}
	.styled-image-right img {
   
    border-radius: 100px 0;
}
	.display-flex{
		flex-flow:column;
		
	}
	.alter-column .et_pb_column:first-child{
		order:2;
		padding-top:15px;
	}
	.et_pb_section{
		padding:20px 0;
	}
	.fixwidth-left-module {
    width: 100% !important;
}
	
	.single-banner h3 {
    font-size: 20px;
    line-height: 27px;
	}
	.treatment-icon img{
    width: 160px !important;
}

	.treatment-icon{
		display:none;
	}
	h5.et_pb_toggle_title {
 
    font-size: 18px !important;
    line-height: 24px !important;
}
	p {
    font-size: 18px;
	}
	
	.et-db #et-boc .et-l .et_pb_row{
		padding:10px 0;
	}
	.sticky-menu-section ul{
		flex-flow:wrap;
		padding-bottom:10px;
	}
	.sticky-menu-section li {
    
        padding-bottom: 15px;
	}
	.sticky-menu-section ul li a.active-link{
		padding-bottom:0 !important;
	}
	.et-db #et-boc .et-l .et_pb_section{
		padding:20px 0;
	}
	.star-icon-list li {
    font-size: 17px;
    line-height: 26px !important;
	}
	.price-list-container {
    max-width: 100%;

}
	.et_pb_blurb_content{
		max-width:100% !important
	}
	.about-icons * {
    text-align: center;
}
	.icon-circle .et_pb_image_wrap{
		margin: 0 auto;
	}
	.fullwidth-halfcol-left .et_pb_column:first-child {
        padding-left: 5%;
        padding-right: 5%;
    }
	.alter-column {
    display: flex;
    flex-flow: column;
}
	
	.book-cta:before, 	.book-cta:after{
		width:100px;
		height:100px;
	}
	.book-cta:before{
		top:-20px;
	}
	.team-grid { grid-template-columns: repeat(2, 1fr); 
	} 
	
	/** book appointment **/
	.appointment-module {
    display: flex;
    flex-flow: column;
}
	.appointment-module .et_pb_column{
		margin-bottom:50px;
	}
	.et_pb_row {
        padding: 10px 0;
    }
	
	/*** treatmene catagory **/
	  .treatment-list-layout .et_pb_blurb_content {
        flex-direction: column !important;
    }
    .treatment-list-layout .et_pb_main_blurb_image, 
    .treatment-list-layout .et_pb_blurb_container {
        width: 100% !important;
    }
    .treatment-list-layout .et_pb_main_blurb_image img {
        height: 250px !important;
        border-right: none;
        border-bottom: 1px solid #B27C2C;
    }
	    .treatment-list-layout span.et_pb_image_wrap {
        height: auto;
    }
	.treatment-list-layout .et_pb_column{
		margin-bottom:0 !important;
	}
	.blog-top-sec{
		flex-flow:column;
	}
	.blog-top-sec .bredacrumb{
		margin-bottom:10px;
	}
	.blog-top-sec *, .single-metas * {
    font-size: 15px !important;
}
	.single-blog-main h3 {
    font-size: 25px;
    line-height: 32px;
	}
	.single-blog-main{
		padding-left:0;
	}
	.blog-section li{
		font-size:18px;
	}
	
	/** blog **/
	.blog-row {

    grid-template-columns: repeat(2, 1fr);
	}
	.blog-thumbnail-image {
        height: 230px;
    }
	
	/*** skin concern acne **/
	.page-treatments-listings .et_pb_column {
    width: 47% !important;
  
}
	/** footer **/
	.footer-col.footer-col-contact {
    flex: 1.8 !important;
}
	/** header **/
	#menu{
		width:80%;
	}
	
	.brand-partners *{
		text-align:center;
	}
	.brand-partners .et_pb_column{
		width:40% !important;
		margin:25px 3%;
	}
	.brand-partners .et_pb_column:first-child{
		width:100% !important;
		margin:0;
	}
	/** skin concenr acne **/
	.et_pb_toggle{
		padding:10px !important;
		
    margin-bottom: 10px !important;
	}
	
	#menu {

    width: 100%;
	}
	
	.book-cta:before, .book-cta:after{
		display:none;
	}
	.book-cta h4{
		font-size:14px;
	}
	.home-testimonial .testimonialWrap .slick-dots {
	display:block !important;
		text-align:center !important;
}
	.single-img-sec img {
        height: 200px !important;
        object-fit: cover;
    }
	
	/***** changing the format of header for submenu panel  with full height ****/
	
  #menu {
    width: 100%;
    right: -100%;
  }
   
  .header-menu-inner {
    display: block;
  }

  ul.menu-ul {
    border-right: none;
    margin-right: 0;
    padding-right: 0 !important;
  }

 
  .submenu-panel {
    display: none !important;
  }


  ul.menu-ul .submenu {
    display: none;         
    padding-left: 20px !important;
    padding-top: 5px !important;
    
  }

	.submenu .submenu li{
		padding-left:30px !important;
	}
  ul.menu-ul .submenu ul {
    display: none;
    padding-left: 15px !important;
  }

 
  .custom-header .submenu a {
    font-size: 20px !important;
    line-height: 25px !important;
	  padding-bottom:0 !important;
  }
	 #menu ul.menu-ul .submenu {
    display: none;   /* no !important — JS slideToggle needs to control this */
    padding-left: 20px !important;
  }
	 body.mobile-menu ul.menu-ul .submenu {
        display: none  /* hidden by default */
    }
	
	
	/** serum labaoratory **/
	.why-choose-sec .et_pb_module_header {
    height: 50px;
	}
	.why-choose-sec .et_pb_main_blurb_image{
		margin-bottom:0;
	}
	.why-choose-sec .et_pb_main_blurb_image img {
    width: 35px !important;
}
	.et_pb_row.why-choose-sec {
    display: flex;
    align-items: center;
    justify-content: center;
}
	
	.testimonialWrap h4 {
    font-size: 21px;
}
	.testimonial-stars img {
    width: 20px;
}
		.bas-slick.bas-multi .bas-slide {
    padding: 8px 20px 20px 20px;
  
}
}

@media only screen and (max-width: 768px) {
   .home-banner h1 {
		    letter-spacing: 10px;
        font-size: 50px !important;
        line-height: 60px !important;
    }
	    .single-banner h1 {
        font-size: 34px !important;
			line-height:40px !important;
    }
	h2 {
    font-size: 30px !important;
    line-height: 35px;
	}
	.home-banner h1{
		 letter-spacing: 10px;
	}
	.home-banner h3 {
    font-size: 20px;
	}
	.styled-image-right img {
   
    border-radius: 80px 0;
}
	.styled-image-left img {
    border-radius: 0 80px ;
}
	.package-image {
 
    height: 130px;
}
	
	.et_pb_module.styled-module-left {
    width: 100% !important;
}
	.styled-module-left {
   
    border-radius: 50px 0;
    padding: 20px;
}
	.single-banner {
   
    height: 250px;
    padding-top: 170px;
}
	.et-db #et-boc .et-l .et_pb_row{
		padding:10px 0;
	}
	.star-icon-list ul{
		grid-template-columns: unset;
	}
	.actionbtn{
		margin-top:20px;
	}
	.testimonialWrap .slick-slide {
    height: 100% !important;
}
	.treatment-list-layout .et_pb_row {

    flex-flow: column;
}
	.share-text{
		font-size:30px;
	}
	.copy-icon-trigger img{
		width:30px;
	}
	    .blog-thumbnail-image {
        height: 180px;
    }
	 .footer-img {
        width: 150px;
	}
	.styled-images-blurb .et_pb_row {
    display: flex;
    flex-flow: wrap;
		padding-bottom:0 !important;
		padding-top:0 !important;
}
	.styled-images-blurb .et_pb_column{
		width:100% !important;
	}
	/*** header **/
	.logo-section {
    width: 80px;
    top: -10px;
}
	
	#menu{
		    padding-left:30px;
		padding-right:30px;
	}
	#menu ul li a {
    font-size: 27px;
    line-height: 32px;
	}
	#menu ul li {
    margin-bottom: 15px;
	}
	ul.menu-ul {

    margin-right: 20px;
    padding-right: 20px !important;
}
	.custom-listed-menu .submenu .submenu li{
		padding-bottom:0 !important;
	}
	.numbered-process-section .et_pb_blurb {
    padding-left: 2.2rem;
}
	.special-card{
		display:block;
		
	}
	.specials-container{
		padding:0;
	}
	.special-content{
		padding:15px;
	}
	.special-image{
		width:100%;
	}
	.special-content{
		width:100%;
	}
	.modal-content {
  
    padding: 10px;
	}
	.modal-content h2 {
font-size:29px !important;
	}
	.modal-content p{
		font-size:15px !important
	}
	
	.book-cta p br{
		display:none;
	}
	
	.brand-partners .et_pb_row{
		display:flex !important;
		flex-flow:wrap;
	}
	
}
@media only screen and (max-width:600px){
 .team-grid { grid-template-columns: 1fr; } 
	    p , .et_pb_text_inner{
        font-size: 16px;
			line-height:20px;
    }
	.team-image {
    width: 200px;
	}
	
	.contact-map iframe {
    border-radius: 0px 0px;
}
	.appointment-module h6 {
    font-size: 15px;

	}
	.single-banner h3{
		padding-bottom:0 !important;
	}
	    .single-blog-main h3 {
        font-size: 21px;
        line-height: 27px;
    }
	.blog-section li{
		 font-size: 16px;
			line-height:20px;
	}
	.blog-row {
        grid-template-columns: repeat(1, 1fr);
    }
	.blog-thumbnail-image {
        height: auto;
    }
	.blog-thumbnail-image img {
        border-radius: 40px 0;
    }
	.custom-blog .blog-column .read-more-btn {
    position: unset;
		margin-top:0 !important;
	}
	.custom-blog .blog-excerpt {
    padding-bottom: 0px;
}
	.blog-row {
    gap: 0px;
	}
	.search-wrapper {
  
    width: 100%;
	}
	
	/** skin concern acne **/
	.page-treatments-listings .et_pb_column {
        width: 100% !important;
    }
	
	/**** footer **/
	   #footer {
        text-align: center;
        padding: 40px 0;
    }
    .footer-col {
        flex: 1 1 100%;
    }
    .contact-list li {
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .footer-col-logo img {
        margin-bottom: 20px;
    }
	#mainFooter {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-col {
        flex: 0 0 100%;
        width: 100%;
    }
    .contact-list li {
        justify-content: center;
    }
	.footer-img{
		margin-top:0;
	}
	.footer-col.footer-col-logo {

    justify-content: center;
    display: flex;
}
	
	ul.menu-ul {
    margin-right: 10px;
    padding-right: 10px !important;
}
	#menu ul li a {
    
        padding-left: 0 !important;
        padding-right: 0 !important;
	}
	   
}

@media only screen and (max-width:480px){
	.book-cta:before, 	.book-cta:after{
		width:50px;
		height:50px;
	}
	.testimonialWrap .testimonial-list{
		margin:0 !important;
	}
	.testimonial-stars img {
    width: 15px;
}
	.contact-info ul li a {
    font-size: 16px;
}
	.top-header * {
    font-size: 11px;
    line-height: 16px;
}
	.header-cta-button .actionbtn {
    padding: 6px 10px;
    font-size: 13px;
    width: 100px;
	}
	.header-cta-button {
  
    margin-right: 10px;
	}
	    h1 {
      
        font-size: 28px !important;
        line-height: 44px !important;
    }
	    .home-banner h3 {
        font-size: 17px;
    }
	.numbered-process-section .et_pb_blurb::before
	{
		font-size:1.3rem;
	}
	.numbered-process-section .et_pb_blurb {
        padding-left: 1.4rem;
    }
	
	#menu ul li a {
        font-size: 24px;
        line-height: 28px;
	}
	#menu ul li a svg {
    font-size: 15px;
    padding-left: 4px;
}
	.submenu-panel .submenu ul li a {
    font-size: 14px !important;
    line-height: 18px !important;
	}
	
	
		.home-banner h1 {
              letter-spacing: 5px;
        font-size: 31px !important;
        line-height: 41px !important;
    
	}
	.scrolled .logo-section {
    width: 50px;

}
	.single-img-sec img {
        height: 130px !important;
        object-fit: cover;
    }
	    .why-choose-sec .et_pb_module_header {
        height: auto;
			padding-top:10px;
    }
	.bas-slick.bas-multi .bas-slide {
    padding: 0px 0px 10px 0px;
  
}
}