@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Outfit:wght@500&display=swap');

*,
*::after, *::before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: transparent;
}

::-moz-selection {
  background: #002D79;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #002D79;
  color: #fff;
  text-shadow: none;
}

:focus {
  outline: 0 none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html, body {
  height: 100%;
  min-height: 100%;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #fff;
}

img {
  border: 0 none;
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 500;
  line-height: 1.2;
}

a {
  color: #0A3B3C;
  text-decoration: none;
  transition: all linear 0.2s;
  cursor: pointer;
}
a:hover {
  color: #EEFFEE;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre {
  margin: 1em 0;
}

p {
  margin: 0 0 20px;
}
p:last-of-type {
  margin-bottom: 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
}

iframe {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button, input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  appearance: button;
  transition: all linear 0.2s;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table th, table td {
  padding: 10px 20px 7px;
  line-height: 1.2;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

table th {
  background-color: #231f20;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
}

table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
}

address {
  font-style: normal;
  font-size: 14px;
}

hr {
  border: 0 none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 30px 0;
  display: block;
  width: 100%;
}

ul, ol {
  margin: 20px 0;
  padding-left: 15px;
}

ul ul, ol ol {
  margin: 10px 0;
}

ul ul li {
  list-style: bullets;
}

ol ol li {
  list-style: lower-roman outside;
}

body {
  font-family: "Poppins", sans-serif;
  color: #0A3B3C;
background:#EFEDE9;	
  font-weight: 400;
  line-height: 1.5;
	letter-spacing:-0.6px;
  font-size: 18px;
	overflow-x:hidden;
}
@media all and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
}
h1,h2,h3,h4{text-transform:capitalizehk;}

.h1, h1 {
  font-size: 128px;
  margin-bottom: 46px;
	line-height:0.9;
}
@media all and (max-width: 1400px) {
  .h1, h1 {
    font-size: 80px;
	  
  margin-bottom: 30px;
  }
}
@media all and (max-width: 1023px) {
  .h1, h1 {
    font-size: 64px;
	  
  margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .h1, h1 {
    font-size: 54px;  margin-bottom: 26px;
  }
}

.h2, h2 {
  font-size: 80px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media all and (max-width: 1400px) {
  .h2, h2 {
    font-size: 65px;
  }
}
@media all and (max-width: 1200px) {
  .h2, h2 {
    font-size: 56px;
  }
}
@media all and (max-width: 991px) {
  .h2, h2 {
    font-size: 42px;
  }
}
@media all and (max-width: 767px) {
  .h2, h2 {
    font-size: 34px;
  }
}

.h3, h3 {
  font-size: 40px;
  margin-bottom: 16px;
}
@media all and (max-width: 1400px) {
  .h3, h3 {
    font-size: 34px;
  }
}
@media all and (max-width:1023px) {
  .h3, h3 {
    font-size: 31px;
  }
}
@media all and (max-width:767px) {
  .h3, h3 {
    font-size: 28px;
  }
}

.h4, h4 {
  font-size: 32px;
  margin-bottom: 8px;
}
@media all and (max-width: 1400px) {
  .h4, h4 {
    font-size: 30px;
  }
}
@media all and (max-width: 767px) {
  .h4, h4 {
    font-size: 26px;
  }
}
.h5, h5 {
  font-size: 24px;
  margin-bottom: 8px;
}

.h6, h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

.d_flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0px 0px;
}

.m_0 {
  margin-left: 0;
  margin-right: 0;
margin:0;	
}
.m_0 [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

[class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
  min-height: 1px;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media all and (max-width: 767px) {
  .col-1 {
    width: 100%;
  }
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 100%;
  }
  .col-4 {
    width: 100%;
  }
  .col-5 {
    width: 100%;
  }
  .col-6 {
    width: 100%;
  }
  .col-7 {
    width: 100%;
  }
  .col-8 {
    width: 100%;
  }
  .col-9 {
    width: 100%;
  }
  .col-10 {
    width: 100%;
  }
  .col-11 {
    width: 100%;
  }
  .col-12 {
    width: 100%;
  }
}
.section-pd{padding:60px 0;}

.woocommerce .button,
.btn {display: inline-block; position:relative; transform:perspective(1px) translateZ(0); transition-property: color; overflow:hidden; transition-delay:0.4s; transition:0.4s ease all; text-align:center; background-color: #0A3B3C; padding: 19px 35px; min-width:198px; border-radius:10px;  line-height: 1.2; color: #EEFFEE;}
.ct-submit:before,
.button:before,
.btn::before {
  content: "";
  position: absolute;
  left: 0;
	border-radius:10px;
  top: 0;
	    transition-property: transform;
  width: 100%;
  height: 100%;
  background: #EEFFEE;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
  z-index: -1;
}
.button:hover:before,
.ct-submit:hover:before,
.btn:hover::before {
  transform: scaleX(1);
}
.woocommerce .button{min-width:100%;}
.woocommerce .button:hover,
.btn:hover {color: #0A3B3C; background:#EEFFEE;}
.btn_white{background-color: #EEFFEE; color: #0A3B3C;}
.btn_white:hover{ color: #EEFFEE; background:#0A3B3C;}
.btn_white:hover::before {background:#0A3B3C;}
.wrapper { width: 100%; max-width: 1375px; margin: 0 auto; padding:0 15px;	 position: relative;}
.align_center{align-items:center;}
.justify_center{justify-content:center;}
.justify_end{justify-content:flex-end;}
.text_center{text-align:center;}
.green_text{color:#0A3B3C;}
.green_bg{background:#0A3B3C;}
.white_text{color:#EEFFEE;}
.desktop_hide{display:none;}
.subheading{font-weight:400;}
.heading_has_line{position:relative; padding:21px 0 0 21px;}
.heading_has_line:before{width:15px; height:15px; border-left:solid 1px #fff; border-top:solid 1px #fff; content:''; position:absolute; top:0; left:0;}

.site-header { position: fixed; top: 0; right: 0; left: 0; padding: 0px 0; z-index: 99;}
.site-header .top_bar{ font-family: "Outfit", sans-serif; font-weight:500;gap:10px;}
.site-header .primary_header{background:rgba(255,255,255,0.62); backdrop-filter: blur(14.3px); padding:24px 33px; border-radius:20px; max-width:calc(100% - 28px); margin:24px auto 0;}
.site-header .primary_header >.d_flex{justify-content:space-between;}
.site-header .primary_header .logo{width:106px;}
.site-header .menu-block .nav-menu{ display:flex; gap:33px; align-items:center; margin:0 48px; list-style:none;}
.site-header .menu-block .nav-menu li a{font-size:16px; padding:10px 0; display:block; position:relative;}
.site-header .menu-block .nav-menu >li> a:after{width:100%; height:2px; left:0; bottom:0; content:''; transition:0.6s ease all; background:#0A3B3C; position:absolute; transform:scaleX(0); transform-origin:center;}
.site-header .menu-block .nav-menu >li a:hover{color:#0A3B3C}
.site-header .menu-block .nav-menu >li a:hover:after{transform:scaleX(1);}
.site-header .menu-block .nav-menu >li.menu-item-has-children{padding-right:20px;}
.site-header .menu-block .nav-menu >li.menu-item-has-children .sidebar-menu-arrow:after{width: 8px; height: 8px; position: absolute; right: 0px; top:12px;  content: "";  color: #999999;   border-left: 2px solid #0A3B3C;   border-top: 2px solid #0A3B3C; transform:rotate(-135deg);}
.site-header .menu-block .nav-menu >li.menu-item-has-children .sidebar-menu-arrow {    position: absolute; display:flex; align-items:center;   right: 0;    top: 4px;    height: 46px;    width: 40px;}

.site-header .menu-block .nav-menu .sub-menu{display: none; transition:0.3s ease all; top:100px; list-style:none; position:absolute; left:0; width:max-content; max-width:300px;  }
.site-header .menu-block .nav-menu li{position:relative; list-style:none;}
.site-header .menu-block .nav-menu li:hover .sub-menu{display:block; top:30px;}
.site-header .menu-block .nav-menu .sub-menu  li a{background:#0A3B3C; color:#EEFFEE; padding:10px 15px; transition:0.3s ease all; display:block; }
.site-header .menu-block .nav-menu .sub-menu li a:hover{background:#EEFFEE; color:#0A3B3C;}
.menu-button {
  display: none;
  font-size: 0;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
.menu-button span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 1px;
  margin: auto;
  background-color: #0A3B3C;
  transition: all 0.3s ease;
}
.menu-button span::before, .menu-button span::after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  width: 24px;
  height: 1px;
  background-color: #0A3B3C;
  transition: all 0.3s ease;
}
.menu-button span::before {
  top: -8px;
}
.menu-button span::after {
  bottom: -8px;
}
.menu-button.active span {
  background-color: transparent;
}
.menu-button.active span::before {
  transform: rotate(45deg);
  top: 0;
	background:#fff;
}
.menu-button.active span::after {
  transform: rotate(-45deg);
	background:#fff;
  bottom: 0;
}
@media all and (max-width: 991px) {
  .menu-button {
    display: block;
  }
}
.site-footer .contact_sec{padding:150px 0;}
.site-footer .contact_sec .heading_has_line:before{border-color:#0A3B3C;}
.site-footer .contact_sec .h4{margin-top:30px;}
.site-footer .contact_sec .h5{font-weight:300;}
.site-footer .contact_sec a{text-decoration:underline;}
.site-footer .contact_sec a:hover{text-decoration:none; color:#0A3B3C;}
.main_footer{padding:58px 81px;}

.main_footer .top_footer .d_flex{justify-content:space-between;}
.main_footer .top_footer .left_col{width:359px;}
.main_footer .top_footer .right_col{width:75%; max-width:802px; padding-top:20px;}
.main_footer .top_footer .left_col .h2{font-size:56px;}
.main_footer .top_footer .left_col .btn{ border:solid 1px #EEFFEE; }
.main_footer ul{display:flex; padding:0;  justify-content:space-between; list-style:none;}
.main_footer li a{color:#EEFFEE; padding:10px; display:block;}
.main_footer li a:hover{opacity:0.7;}
.footer_form .form_box{background:rgba(217, 217, 217, 0.1); padding:18px 30px; margin-top:46px; border-radius:10px; display:flex; justify-content:space-between;}
.footer_form .form_box .heading_col{width:252px;}
.footer_form .form_box .heading_col h6{font-weight:500;}
.footer_form .form_box .heading_col p{font-size:16px; font-weight:300;}

.footer_form .form_box .form_col{width:359px; max-width:50%;}
.footer_form .form_box .form_col .newslwtter_form{position:relative;  }
.footer_form .form_box .form_col .newslwtter_form span{display:block;}
.footer_form .form_box .form_col .newslwtter_form .wpcf7-spinner{position:absolute; }
.footer_form .form_box .form_col .newslwtter_form .wpcf7-not-valid-tip{text-align:right; font-size:12px;}
.footer_form .form_box .form_col .newslwtter_form .wpcf7-list-item{ display:block; margin:8px 0 0; height:20px;}
.footer_form .form_box .form_col .newslwtter_form .wpcf7-list-item label{font-weight:300; display:flex; font-size:13px; position:relative;}
.footer_form .form_box .form_col .newslwtter_form .wpcf7-list-item label:before{position:absolute; left:0; top:0;  width:18px; background:rgba(217, 217, 217, 0.12); border-radius:4px; border: 1px solid rgba(238, 255, 238, 1); height:18px; content:'';}
.footer_form .form_box .form_col .newslwtter_form .wpcf7-list-item label input{width:18px; opacity:0; height:18px; background:rgba(217, 217, 217, 0.12); border-radius:10px; margin-right:8px;}

.footer_form .form_box .form_col .newslwtter_form .wpcf7-list-item label input:checked{opacity:1;}
.footer_form .form_box .form_col .newslwtter_form input{background:transparent; color:#0A3B3C; max-width:100%; font-size:16px; font-weight:300; padding:10px 30px 10px 21px;  border-radius:10px; background:rgba(238, 255, 238, 0.7);border: 1px solid rgba(255, 255, 255, 0.44);}
.footer_form .form_box .form_col .newslwtter_form input[type=submit]{position:absolute; top:14px; width:18px; height:18px;background:url(../images/arrow_btn.png) no-repeat center center; background-size:contain; font-size:0; padding:0; right:13px; }
.main_footer .bottom_footer{margin-top:56px;}
.main_footer .bottom_footer .above_border{display:flex; justify-content:space-between; border-bottom:solid 1px #EEFFEE; padding-bottom:29px; margin-bottom:33px;}
.main_footer .bottom_footer .above_border .social_icons{display:flex; justify-items:flex-end; gap:20px;}
.main_footer .bottom_footer .below_border{font-size:14px; display:flex; justify-content:space-between;} 
.main_footer .bottom_footer .below_border ul{max-width:495px; margin:0;}
.banner{min-height:600px; position:relative; display:flex; align-items:flex-end; padding:300px 0 60px; background-size:cover !important;}
.home .banner{height:100vh; min-height:550px;}
.banner .wrapper{position:relative;}
.banner .founded_text{position:absolute; right:47px; top:182px; font-size:20px; font-weight:300;  max-width:271px;}
.banner .yelp_img{position:absolute; right:15px; bottom:0;}
.banner .content_area {max-width:750px;font-size:20px; font-weight:300; }
.banner .content_area .btn{margin-top:30px; }

.intro_section{padding:160px 0 150px;}
.intro_section .wrapper p{max-width:1222px; font-size:48px; line-height:1.3; margin-bottom:32px;}
.intro_section .wrapper p .box{display:block;}
.intro_section .wrapper p #typed1{}
.intro_section .wrapper p img{padding-left:10px;}

.service_section{background-repeat:no-repeat !important;background-size:auto 100% !important; background-position:left !important; padding:109px 0; position:relative;}
.service_section:after{position:absolute; display:none; left:0; top:0; content:''; width:38%; height:100%; background: linear-gradient(90deg,  rgba(10, 59, 60, 0) 0% ,#0A3B3C 100%); z-index:1;}
.service_section .wrapper{position:relative; z-index:11;}
.service_section .main_heading{font-weight:400;}
.service_section .service_box{max-width:321px; margin:0 0 0 auto;}
.service_section .service_box .btn{width:100%;}
.service_section .service_box .btn:hover{opacity:; background:#EEFFEE; color:#;}
.service_section .service_box ul li a{font-size:19px; font-weight:300; line-height:29px; margin-bottom:10px;}
.service_section .service_box ul li a:hover{opacity:0.8; }

.before_after_section{padding:150px 0;}
.before_after_section .d_flex{justify-content:space-between;align-items:flex-end;}
.before_after_section .d_flex .btn_box{text-align:right;}
.before_after_section .ba_gallery{margin-top:60px;;display:flex;flex-wrap: wrap; padding-bottom:60px}
.before_after_section .ba_gallery .slick-slide{margin:0 13px;}
.before_after_section .ba_gallery .gallery_item{width:100%;}
.before_after_section .ba_gallery .gallery_item .coca-bais-container{border-radius:6px; overflow:hidden; }
.before_after_section .ba_gallery .gallery_item .coca-bais-container img{width:100%;}
.before_after_section .ba_gallery .gallery_item h6{margin-top:10px}
.before_after_section .ba_gallery .slick-list{padding-left:0 !important;}
.before_after_section .ba_gallery .slick-arrow{position:absolute; bottom:0; right:40px; background:#0A3B3C;  width: 26px;  height: 26px;   border-radius: 50%;  font-size: 0px;  transition: all 0.2s ease-in-out;} 
.before_after_section .ba_gallery .slick-arrow:hover{opacity:0.5;}
.before_after_section .ba_gallery .slick-arrow:after{position:absolute; left:25%; top:34%; height:8px; width:8px; transform:rotate(135deg); content:'';  color: #0A3B3C;  border-top: 2px solid #fff;  border-left: 2px solid #fff;  transition: all 0.2s ease-in-out;}
.before_after_section .ba_gallery .slick-arrow.slick-prev{right:80px; transform:scaleX(-1);}

.full_img{margin-bottom:68px; border-radius:10px; overflow:hidden; }
.full_img img{min-height:500px; object-fit:cover;}
.testimonial_section .btn_box{gap:25px; align-items:center; margin-top:98px;}
.testimonial_section .review_col .review_box{width:100%; background:#fff; border-radius:20px; padding:29px 48px;}
.testimonial_section .review_col .review_box img{margin-bottom:47px; }
.testimonial_section .review_col .review_box .reviewer{  font-family: "Caveat", cursive; margin-top:20px;}

.sister_owned_section{padding:150px 0;}
.sister_owned_section .col-6>div{border-radius:10px; overflow:hidden; height:100%; }
.sister_owned_section .img_col img{height:100%; object-fit:cover;}
.sister_owned_section .content_col{padding:28px 59px 86px;}
.sister_owned_section .content_col .h6{margin:30px 0; font-weight:300;}
.sister_owned_section .content_col .heading_content{margin:8px 0 30px; text-transform:capitalize; line-height:1.35; font-size:40px; font-weight:300;}
.sister_owned_section .content_col .btn:hover{}

.confidence_restored .section_content{padding:104px 20px 47px; border-radius:10px; background-size:cover !important; position:relative;}
.confidence_restored .section_content .rounded_img{position:absolute; list-style:none; width:100%; height:50%; margin:0; left:0;}
.confidence_restored .section_content .rounded_img li{position:absolute; top:0%; left:5%; width:120px; height:120px;}
.confidence_restored .section_content .rounded_img li:nth-child(2){position:absolute; top:1%; right:5%; left:auto;}
.confidence_restored .section_content .rounded_img li:nth-child(3){position:absolute; top:auto; bottom:0%; left:13%; }
.confidence_restored .section_content .rounded_img li:nth-child(4){position:absolute; top:auto; bottom:2%; right:12%; left:auto;}
.confidence_restored .section_content .top_content{max-width:785px; margin:0 auto 65px;}
.confidence_restored .section_content .top_content .btn{margin-top:60px;}
.confidence_restored .section_content .confidence_text{max-width:382px; justify-content:space-between; margin:0 auto 70px; border:solid 1px #fff; border-radius:40px; padding:12px 28px;}
.confidence_restored .section_content .counter_sec{padding-top:65px;}
.confidence_restored .section_content .counter_sec .counter_item{padding-bottom:30px; border-bottom:solid 1px #EEFFEE; margin:0 10px;}
.confidence_restored .section_content .counter_sec .counter_item .yelp_img{margin-bottom:33px;}
.confidence_restored .section_content .counter_sec .counter_item .counter_value{font-size:40px; margin-bottom:30px;}
.confidence_restored .section_content .counter_sec .counter_item .counter_name{font-weight:300; margin-bottom:0px; }


.inner_banner{position:relative;}
.inner_banner:after{background: linear-gradient(59.51deg, #0A3B3C -3.18%, rgba(10, 59, 60, 0) 80.39%); height:100%; width:100%; content:''; position:absolute; left:0; top:0; z-index:1;}
.inner_banner .wrapper{position:relative; z-index:11;}

/*About Page*/
.about_intro_section{padding:129px 0 65px;}
.about_intro_section .h3{font-weight:400;}
.about_intro_section .content p:last-child{font-weight:300;}

.about_intro_section .values_sec{margin-top:86px;}
.about_intro_section .values_sec > div{padding:0 10px; margin-top:20px;}
.about_intro_section .values_sec .value_box{ width:100%; padding:35px 28px;border-radius:10px; position:relative; overflow:hidden; background:rgba(255,255,255,0.62);}
.about_intro_section .values_sec .value_box:after{width:100%; height:100%; position:absolute; left:0; top:0; z-index:-1; background:rgba(10, 59, 60, 0.3); content:''; transform:scale(0); transition:0.3s ease all; }
.about_intro_section .values_sec .value_box:hover:after{transform:scale(1);}
.about_intro_section .values_sec .value_box .h5{font-size:22px; margin-top:27px}
.about_intro_section .values_sec .value_box p{font-size:20px; font-weight:300;}

.team_section{padding:65px 0 50px;}
.team_section .h2{font-size:64px; max-width:1029px; margin-top:47px;}
.team_section .team_members{margin-top:84px;}
.team_section .team_members >div{margin-top:20px; padding:0 10px;}
.team_section .team_members .member{border-radius:20px; overflow:hidden; position:relative; background:#0A3B3C;}
.team_section .team_members .member:after{position:absolute; bottom:0; transition:0.4s ease all; left:0; width:100%; height:50%; content:'';background: linear-gradient(180deg, rgba(10, 59, 60, 0) 0%, #0A3B3C 100%); z-index:1;}
.team_section .team_members .member .h5{position:absolute; left:20px; bottom:25px; left:18px; z-index:11;}
.team_section .team_members .member:hover:after{height:100%;}

.testimonial_section.inner_page_testimonial{padding:50px 0; position:relative;}
.testimonial_section.inner_page_testimonial:after{background: linear-gradient(180deg, rgba(239, 237, 233, 0) 0%, #EFEDE9 100%); position:absolute; bottom:0; left:0; width:100%; content:''; height:25%;}
.testimonial_section.inner_page_testimonial .yelp_img{object-fit:contain;}
.testimonial_section.inner_page_testimonial .btn_box{margin-top:24px;}

.testimonial_section.inner_page_testimonial .review_col{column-count:3; gap:20px;}
.testimonial_section.inner_page_testimonial .review_col .review_box{box-shadow: 0px 0px 21.3px 0px rgba(0, 0, 0, 0.03); background: rgba(255, 255, 255, 0.29); margin-top:40px; display:inline-block; vertical-align:top;}

.innerPage_service{margin-bottom:50px;}
.innerPage_service .service_row.flex_reverse{flex-flow:row-reverse;}
.innerPage_service .service_row .photo{height:100%;}
.innerPage_service .service_row .photo img{width:100%; height:100%; object-fit:cover;}
.innerPage_service .service_row .content_col{padding:62px 0 62px 55px; align-self:center;}
.innerPage_service .service_row.flex_reverse .content_col{padding:62px 055px 62px 0px;}
.innerPage_service .service_row .content_col .heading{padding-right:50px; padding:0 100px 0 47px; position:relative;}
.innerPage_service .service_row .content_col .heading a.cat_link{position:absolute; right:47px; top:50%; transform:translatey(-50%);}
.innerPage_service .service_row .content_col .heading a.cat_link:hover{opacity:0.8;}
.innerPage_service .service_row .content_col .heading h4{font-size:48px; line-height:0.9;}
.innerPage_service .service_row .content_col .heading h4 span{font-size:48px; display:block; font-weight:300;}
.innerPage_service .service_row .content_col .service_slider{margin:40px 0 4px;}
.innerPage_service .service_row .content_col .tagline{max-width:223px; margin:0px 47px;}

.innerPage_service .service_row .service_slider .slick-list{padding-left:0 !important;}
.innerPage_service .service_row.flex_reverse .service_slider .slick-list{padding-left:150px !important; padding-right:0 !important;}
.innerPage_service .service_row .service_slider .slick-slide{margin:0 10px;}
.innerPage_service .service_row .service_slider .treatment{position:relative;border-radius:16px; padding:30px 17px; margin-bottom:24px; overflow:hidden; display:flex !important; flex-flow:column; justify-content:space-between; align-items:stretch; min-height:419px;}
.innerPage_service .service_row .service_slider .treatment img{position:absolute; top:0; object-fit:cover; left:0; z-index:-1; width:100%; height:100%;}
.innerPage_service .service_row .service_slider .treatment .top_details{display:flex; justify-content:space-between; align-items:center;}
.innerPage_service .service_row .service_slider .treatment .top_details .tag{border-radius:49px; min-width:104px; text-align:center; background:#EEFFEE; color:#0A3B3C; padding:12px 20px; font-size:15px; font-weight:300; text-transform:uppercase;}
.innerPage_service .service_row .service_slider .treatment:after{position:absolute; bottom:0; transition:0.4s ease all; left:0; width:100%; height:50%; content:'';background: linear-gradient(180deg, rgba(10, 59, 60, 0) 0%, #0A3B3C 100%); z-index:-1;}

.innerPage_service .service_row .service_slider .treatment:hover:after{height:100%;}
.innerPage_service .service_row .service_slider .treatment .bottom_details .meta{display:none; justify-content:space-between; align-items:center; font-size:16px;} 
.innerPage_service .service_row .service_slider .treatment .bottom_details .meta p{margin:0;}
.innerPage_service .service_row .service_slider .treatment .bottom_details .meta .price{font-size:16px; color:#fff;}

/*Contact Page*/
.contact-page .banner{258px 0 114px;}
.contact-page .banner .d_flex{justify-content:space-between;}
.contact-page .banner .content_area {width:55%; }
.contact-page .banner .content_area h1{font-size:96px; line-height:1;}
.contact-page .banner .content_area .footer_form{margin-top:56px;}
.contact-page .banner .content_area .footer_form .form_box{background: rgba(217, 217, 217, 0.15); backdrop-filter: blur(11px);}
.contact-page .banner .form_column{width:40%; background: rgba(255, 255, 255, 0.79);backdrop-filter: blur(10px); border-radius:20px; padding:62px 44px;}

:focus { outline: none!important;}
.contact-page .banner .form_column .ct-submit { width: 100%;  margin: 0;  position: relative;  border-radius: 10px;  background: #0A3B3C;   backface-visibility: hidden;  -webkit-transform: translateZ(0); transform: translateZ(0);  transition: all .5s ease; transition-duration: .3s}
.contact-page .banner .form_column .form_box form .field {  margin-bottom: 29px}
.contact-page .banner .form_column .form_box form .wpcf7-form-control-wrap>label,.form_box form .field label { width: 100%;  font-weight: 600;  margin-bottom: 0; padding: 0 0;  position: relative;  font-size: 14px;  line-height: 24px; color: #000}
.contact-page .banner .form_column .form_box form select,.form_box form input,.form_box form textarea {border-radius:13px;  border: solid 1px #0A3B3C;  font-weight: 500;   height: 50px;  background: rgba(255,255,255,0.37);  display: block;   width: 100%; padding: 10px 25px 10px;   font-size: 16px;  line-height: 20px; color: #0A3B3C}
.contact-page .banner .form_column.contact-page .banner .form_column .form_box form input:focus,.form_box form textarea:focus { outline: none; border-color: #0A3B3C;  box-shadow: none}
.contact-page .banner .form_column .form_box form input::placeholder,.form_box form textarea::placeholder { color: #0A3B3C;}
.contact-page .banner .form_column .form_box form .wpcf7-list-item{margin:0;}
.contact-page .banner .form_column .form_box form select{-webkit-appearance:none; background-image:url('../images/shape.png'); background-repeat:no-repeat; background-size:12px 6px; background-position:97% center;}
.contact-page .banner .form_column .form_box form .wpcf7-list-item label {display: flex;flex-wrap: wrap; font-size:12px;  align-items: center; position:relative;}
.contact-page .banner .form_column .form_box form .wpcf7-list-item label:before{position:absolute; left:0; top:2px;  width:14px; background:rgba(255, 255, 255, 0.37); border-radius:4px; border: 1px solid #0A3B3C; height:14px; content:'';}
.contact-page .banner .form_column .form_box form .wpcf7-list-item label input{width:14px; opacity:0; height:14px;  border-radius:10px; margin-right:8px;}

.contact-page .banner .form_column .form_box form .wpcf7-list-item label input:checked{opacity:1;}
.contact-page .banner .form_column .form_box form .wpcf7-list-item label .wpcf7-list-item-label { display: inline-block!important;}
.contact-page .banner .form_column .form_box input[type="submit"] {  border-radius: 10px;   cursor: pointer;   height: auto;  transition: all .5s ease;  color: #fff; background:transparent;  border: solid 1px #0A3B3C;    margin: 0 auto;   position: relative;   padding: 11px 30px;   width: 100%;     font-size: 18px; line-height: 25px}
.contact-page .banner .form_column .form_box form .ct-submit{transform:perspective(1px) translateZ(0); transition-property: color; overflow:hidden;}
.contact-page .banner .form_column .form_box input[type="submit"]:hover{color:#0A3B3C}
.contact-page .banner .form_column .form_box form .textarea_field{margin-bottom:10px;}
.contact-page .banner .form_column .form_box form textarea {  width: 100%;  overflow: auto;  height: 120px;  resize: none;  display: block}
.contact-page .banner .form_column .form_box form .accept {  margin-bottom: 10px;}
.contact-page .banner .form_column .form_box form .accept a{text-decoration:underline; font-weight:500;}
.wpcf7-form-control-wrap {  position: relative; display: block}
.contact-page .banner .form_column .form_box form .wpcf7-form-control-wrap>label.error,span.wpcf7-not-valid-tip {  font-size: 12px!important; text-align:right; color: #ea4646!important;   padding: 1px 3px;  line-height: 1.35!important;  margin: 0!important;  font-weight: 400;}
.contact-page .banner .form_column .form_box form .wpcf7-form-control-wrap>label.error:after {display: none;}

div.wpcf7 .wpcf7-spinner:before {display: none;}
div.wpcf7 .wpcf7-spinner { border-radius: 0;  margin-left: auto;  margin-right: auto; opacity: 1;  z-index: 1;   display: block;   position: absolute}
div.wpcf7 .submitting .wpcf7-spinner {  position: absolute;  top: 0;  visibility: visible;  display: block;   margin: auto;   right: 0;   transform: translateX(0); border-radius:0 8px 8px 0;  background-color: #0A3B3C;
background-image: url("https://elite.site4demo.com/wp-content/uploads/2025/09/loader-w.svg");
  height: 50px;  width: 40px; background-size: 22px;   background-repeat: no-repeat;  background-position: center;}
.wpcf7 form .wpcf7-response-output{font-size:14px;}

/*Blog Page*/
.feature_post{padding:70px 0 62px;}
.feature_post .content_col{padding:20px 40px;}
.blog_post .feature_img{position:relative; border-radius:10px; overflow:hidden;}
.blog_post .feature_img img{min-height:329px; object-fit:cover;}
.blog_post .feature_img a{position:absolute; top:10px; right:10px;}
.post_meta{margin-bottom:28px;}
.post_meta .category{border-radius:49px; min-width:124px; text-align:center; background:#0A3B3C; color:#fff; padding:15px 20px; font-size:15px; font-weight:500; text-transform:uppercase; margin-right:25px;}
.bloglist .post_meta .date{font-size:16px; font-weight:500;}
.blog_banner{padding:250px 0 120px; max-width:100%; width:100vw;}
.blog_banner .post_meta .category{background: #EEFFEE; color:#0A3B3C; font-weight:300;}
.blog_banner .post_meta .date{font-weight:300;}
.blog_banner .h1{font-size:64px; line-height:1.08; margin-bottom:35px;}
.blog_banner p{font-size:20px;}
.blog_banner.btn{font-weight:400;}
.blog_slider .slick-dots{position:absolute; bottom:12px; width:100%; display:flex; justify-content:center; align-items:center;}
.blog_slider .slick-dots li{background:#D9D9D9; border-radius:50%; width:10px;  display:flex; list-style:none; margin:0 4px; transition:0.4s ease all; }
.blog_slider .slick-dots li.slick-active{padding:1px; width:41px; border-radius:30px;}
.blog_slider .slick-dots li button{background:#6A7072; border:0; font-size:0; height:10px; width:10px; border-radius:50%; padding:0; transition:0.4s ease all;}
.blog_slider .slick-dots li.slick-active button{width:20px; border-radius:30px;}
.blog_post .h4{font-size:27px; line-height:1.1; margin-bottom:20px;}
.blog_post .h4 a:hover{color:#6A7072;}
.blog_post .excerpt{font-weight:300; font-size:16px;}
.post_grid .blog_post{margin-bottom:62px;}
.post_grid .blog_post .feature_img{margin-bottom:35px}
.post_grid .blog_post .post_meta{margin-bottom:0; margin-top:34px;}

.pagination {display: flex;  justify-content: flex-end;  margin: 30px 0;}

.pagination ul { display: flex;  list-style: none;   gap: 8px;   padding: 0;   margin: 0;}

.pagination li { display: inline-block;}

ul .page-numbers { display: flex;  align-items: center; justify-content: center;  width: 24px;  height: 24px;   border-radius: 5px;  font-size: 16px; text-decoration: none; color: #0A3B3C; background: transparent;  border: 1px solid transparent;  transition: all 0.2s ease-in-out;}

ul .page-numbers:hover { background: #0A3B3C;  border-color: #0A3B3C;  color: #fff; }

ul .page-numbers.current { background: #0A3B3C;   color: #fff;  border-color: #0A3B3C;}

ul .page-numbers.prev,
ul .page-numbers.next { font-weight: bold; border-radius:50%;  background: #0A3B3C; opacity:0.5; color: #fff;}

ul .page-numbers.prev:hover,
ul .page-numbers.next:hover{  background: #0A3B3C;    border-color: #0A3B3C; opacity:1;}

.single-post-page .blog_banner{padding:240px 0 70px;}
.blog_content {padding:100px 0;}
.blog_content .wrapper{max-width:823px;}
.blog_content img.size-full{margin:70px 0; display:block; width:100%;}
.related_posts .heading_block{margin-bottom:50px; justify-content:space-between;}
.single-post-page .white_bg{background:#fff; padding-top:82px;}
.single-post footer .contact_sec{background:#fff;}

/*Before After Page*/
.gallery-page .before_after_section{padding:122px 0 74px;}
.process_section{padding-bottom:80px; position:relative;}
.process_section .heading{position:absolute; z-index:11; top:33px; left:50%; transform:translatex(-50%); padding:32px; width:33%; border-radius:20px; border: 1px solid #FFFFFF59; background: #0A3B3C63; color:#fff; min-width:350px;}
.process_section .heading h2{font-size:24px; text-align:center; font-weight:300;}
.process_section  .step{position:relative; cursor:pointer;}
.process_section  .step img{width:100%;}
.process_section .step .process_detail{position:absolute; bottom:35px; border-radius:20px; max-width:437px; left:50%; transform:translatex(-50%); padding:32px; border: 1px solid #FFFFFF59; background: #0A3B3C63; color:#fff;}
.process_section .step .process_detail .h6{position:relative; padding-right:30px; margin-bottom:60px;}
.process_section .step .process_detail .h6 span{position:absolute; right:0;}
.process_section .process_slider .slick-arrow{position:absolute; top:70px; left:35%; z-index:99; border:0; font-size:0; background:url(../images/arrow.png) no-repeat center; background-size:contain; padding:0;  width:20px; height:20px;}

.process_section .process_slider .slick-arrow.slick-next{transform:scalex(-1); left:64%;}

.treatment-page .banner{min-height:100vh;}
.treatment-page .about_intro_section{padding-bottom:0;}
.treatment-page .about_intro_section .h3{max-width:550px;}


.treatment-page .service_sec{padding-top:110px;}

	.treatment-page .service_sec.facial_rejuvenation {padding-bottom:110px;}
.treatment-page .service_sec .h4{font-size:32px; font-weight:500; margin-bottom:56px;}
.treatment-page .service_sec  .h4 span{font-size:32px;  font-weight:300;}
.treatment-page .service_sec .treatment{position:relative;border-radius:16px; padding:30px 17px; margin-bottom:24px; overflow:hidden; display:flex; flex-flow:column; justify-content:space-between; align-items:stretch; min-height:419px;}
.treatment-page .service_sec .treatment img{position:absolute; top:0; left:0; z-index:-1; object-fit:cover; width:100%; height:100%;}
.treatment-page .service_sec .treatment .top_details{display:flex; justify-content:space-between; align-items:center;}
.treatment-page .service_sec .treatment .top_details .tag{border-radius:49px; min-width:104px; text-align:center; background:#EEFFEE; color:#0A3B3C; padding:12px 20px; font-size:15px; font-weight:300; text-transform:uppercase;}
.treatment-page .service_sec .treatment:after{position:absolute; bottom:0; transition:0.4s ease all; left:0; width:100%; height:50%; content:'';background: linear-gradient(180deg, rgba(10, 59, 60, 0) 0%, #0A3B3C 100%); z-index:-1;}

.treatment-page .service_sec .treatment:hover:after{height:100%;}
.treatment-page .service_sec .treatment .bottom_details .meta{display:flex; justify-content:space-between; align-items:center; font-size:16px;} 
.treatment-page .service_sec .treatment .bottom_details .meta p{margin:0;}
.treatment-page .service_sec .treatment .bottom_details .meta .price{font-size:16px; color:#fff;}

.mwb-bfwp-booking-quantity__public-show,
.single-product .summary .quantity,
.woocommerce-breadcrumb{display:none;}
.single-product #main .product.type-product{  width: 100%;  max-width: 1375px;  margin: 0 auto;  padding: 235px 15px 100px; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}

.single-product .summary .product-categories a{border-radius:49px; min-width:275px; display:inline-block; text-align:center; margin-bottom:35px; background:#EEFFEE; color:#0A3B3C; padding:12px 20px; font-size:24px; font-weight:500; }

.single-product .summary .product-categories a .last-word{font-weight:300; font-style:italic;}
.single-product .summary .full-description {margin-bottom:40px;}
.single-product .summary .product_title{font-weight:400; font-size:64px; margin-bottom:45px;}
.single-product .summary .time,
.single-product .summary .price{border-radius:49px; min-width:106px; display:inline-block; text-align:center; margin:15px 20px 15px 0;; background:#6A7072; color:#fff  !important; padding:20px 20px; font-size:20px; font-weight:300; }

.single-product .summary .mbfw-date-picker-section {max-width:300px; margin-top:0px;}
.single-product .summary .mbfw-date-picker-section label{color:#0A3B3C; font-weight:500; margin-bottom:8px; }
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button,
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button,
.single-product .summary button{border-radius:10px !important; min-width:275px; display:inline-block !important; text-align:center !important; background:#0A3B3C !important; color:#EEFFEE !important; padding:20px 20px !important; font-size:18px !important; font-weight:400 !important;}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:hover,
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:hover,
.single-product .summary button:hover{background-color: #EEFFEE !important;    color: #0A3B3C !important;}

.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button *{justify-content:center;}

.content_column a:hover{color:#6A7072 !important;}

.woocommerce-MyAccount-navigation li a{padding:10px 20px; display:block; border:solid 1px #0A3B3C; border-bottom:none;}
.woocommerce-MyAccount-navigation li:last-child a{border-bottom:solid 1px #0A3B3C; }

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover{background:#0A3B3C; color:#EEFFEE !important;}

.single-product div.product .summary form.cart{display:flex; align-items:center; margin-top:40px;}
.single-product div.product .summary form.cart .button{margin-top:10px;}
.single-product div.product .summary .mwb-mbfw-cart-page-data input{height:58px; border-radius:10px;}
.single-product .summary .mwb-mbfw-total-area{display:none;}
.slick-slider {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slick-slider.slick-initialized {
  opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{padding:0; margin-top:0;}
table th a{color:#fff;}

@media(max-width:1439px){
	.main_footer{padding:58px 40px 30px;}
	.main_footer .top_footer .right_col{padding-top:0; width:calc(100% - 375px);}
	.contact-page .banner .content_area h1{font-size:80px;}
}
@media(max-width:1365px){
	.main_footer li a{padding:10px 5px;}
	.site-footer .contact_sec,
	.intro_section{padding:100px 0;}
	.service_section{padding:80px 0;}
	.sister_owned_section,
	.before_after_section{padding:100px 0;}
	.sister_owned_section .content_col{padding:28px 40px 70px}
	.sister_owned_section .content_col .h6{margin-top:0;}
	.sister_owned_section .content_col .heading_content{font-size:35px;}
	.confidence_restored .section_content .counter_sec{padding-top:0;}
	
	.about_intro_section{padding:100px 0 60px;}
	.blog_banner .h1,
	.team_section .h2{font-size:56px;}
	.innerPage_service .service_row .content_col{padding-left:30px;}
	.innerPage_service .service_row .content_col .heading{padding:0 70px 0 30px}
	.innerPage_service .service_row .content_col .heading h4 span,
	.innerPage_service .service_row .content_col .heading h4{font-size:42px;}
	.innerPage_service .service_row.flex_reverse .content_col{padding-left:0; padding-right:30px;}
	
	
	.treatment-page .about_intro_section .h3{max-width:400px;}
	.treatment-page .service_sec{padding-top:80px;}
	.treatment-page .service_sec.facial_rejuvenation {padding-bottom:80px;}
	.treatment-page .service_sec .h4{margin-bottom:40px;}
	
	.single-product .summary .product_title{font-size:56px;}
	
	.contact-page .banner .content_area h1{font-size:64px;}
	.contact-page .banner .content_area .footer_form{margin-top:30px;}
	.gallery-page .before_after_section{padding-top:100px;}
	
}
@media(max-width:1199px){
	.main_footer .right_col li a{font-size:14px;}
	.footer_form .form_box{padding:18px 20px;}
	.site-header .menu-block .nav-menu {margin:0 10px;}
}

@media(max-width:1023px){
	.site-header .menu-block .nav-menu{margin-right:0;}
	.site-footer .contact_sec .h4 {font-size:24px;}
	.intro_section .wrapper p{font-size:36px;}
	.main_footer .top_footer .right_col,
	.main_footer .top_footer .left_col{width:100%;}
	.main_footer .top_footer .right_col{margin-top:20px;}
	
	.banner .content_area{max-width:500px;}
	
	.site-footer .contact_sec,
	.intro_section{padding:80px 0;}
	.service_section{padding:60px 0;}
	.sister_owned_section,
	.before_after_section{padding:80px 0;}
	.sister_owned_section .content_col{padding:28px 20px 50px;}
	.sister_owned_section .content_col .heading_content {font-size:30px;}
	.confidence_restored .section_content .top_content{max-width:650px;}
	.confidence_restored .section_content .counter_sec .counter_item{margin:0;}
	.confidence_restored .section_content .counter_sec .counter_item .counter_name{font-size:18px;}
	
	.about_intro_section{padding:80px 0 50px;}
	.innerPage_service .service_row .photo{height:100%;}
	.innerPage_service .service_row .photo img{height:100%; object-fit:cover;}
	.innerPage_service .service_row .content_col .heading h4 span,
	.innerPage_service .service_row .content_col .heading h4{font-size:32px;}
	.innerPage_service .service_row .content_col{padding:40px 30px;}
	.innerPage_service .service_row .content_col .service_slider{margin:20px 0;}
	
	.treatment-page .service_sec .service_list .col-3{width:33%;}
	.testimonial_section .review_col .review_box{padding:25px 30px;}
	.single-product #main .product.type-product{padding:200px 20px 50px;}
	.single-product .summary .product_title{font-size:45px;}
	.single-product .summary .full-description{margin-bottom:20px;}
	.single-product .summary .mbfw-date-picker-section{margin-top:20px;}
	.woocommerce div.product form.cart{margin-bottom:0 !important;}
	.gallery-page .before_after_section{padding-top:50px;}
	
	.contact-page .banner{padding-top:230px;}
	.contact-page .banner .form_column{width:45%; padding:50px 30px;}
	.blog_banner .h1{font-size:48px;}

}
@media(max-width:991px){
	.blog_banner .h1, .team_section .h2{font-size:42px;}
	.btn{padding:12px 30px}
	.site-header .primary_header > .d_flex{flex-wrap:nowrap; justify-content:space-between;}
	.site-header .primary_header > .d_flex > div{width:auto;}
    .menu-block {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        background: #0A3B3C;
        overflow-y: auto;
        padding: 20px;
		padding-top:100px;
		width:350px;
        z-index: 1;
        height: 100vh;
        transform: translateX(120%);
        transition: transform 0.3s ease-in-out
    }

	.menu-button{z-index:999;}
    .menu-block.active {
        display: block;
        transform: translateX(0)
    }
	.site-header .menu-block .nav-menu >li.menu-item-has-children{padding-right:0;}
    .menu-block ul li {
		display:block;
    }

   .site-header .menu-block .nav-menu li a {
        color: #fff; padding-left:15px;
        border-bottom: 1px solid #fff
		
    }

   .site-header .menu-block .nav-menu {
			display:block;
		margin:0;
		padding:0;
		gap:0;
    }
	   .site-header .menu-block .nav-menu >li.menu-item-has-children .sidebar-menu-arrow:after {   right: 20px;   font-size: 20px;    border-color: #fff;} 
	.site-header .menu-block .nav-menu >li.menu-item-has-children.current_page_item  .sidebar-menu-arrow:after {   right: 20px;  border-color: #0A3B3C;}
	.site-header .menu-block .nav-menu >li a:hover,
	.site-header .menu-block .nav-menu li.current_page_item a{background:#fff; color:#0A3B3C; }

    .menu-item {
    }

    .site-header .menu-block .nav-menu .sub-menu {
        position: relative; margin:0;
		width:100%; max-width:100%; top:auto !important; left:auto;
    }

    .site-header .menu-block .nav-menu .sub-menu.active {
        display: block
    }
	.site-header .menu-block .nav-menu li a:after{display:none;}
	.intro_section .wrapper p{font-size:30px;}
	.before_after_section .d_flex .btn_box{width:33%;}
	
	.confidence_restored .section_content .top_content {max-width:550px; margin-bottom:35px;}

	.main_footer {padding:50px 20px 30px;;}
	.main_footer .right_col li a {font-size:16px;}
	.confidence_restored .section_content .counter_sec .counter_item .counter_value {font-size:31px;}
	.confidence_restored .section_content .counter_sec .counter_item .counter_name {font-size:14px;}
	.testimonial_section.inner_page_testimonial .review_col{column-count:2;}
	
	.about_intro_section .values_sec .value_box{padding:25px 15px;}
	.about_intro_section .values_sec .value_box .h5{font-size:18px;}
	.about_intro_section .values_sec .value_box p{font-size:16px;}
	.team_section .h2 {margin-top:20px;}
	.team_section .team_members >div{width:33%; margin-bottom:30px;}
	.post_grid .d_flex .col-4{width:50%;}
	
	.contact-page .banner .content_area{width:100%;}
	.contact-page .banner .form_column{width:100%; margin-top:40px;}
	.contact-page .banner .content_area h1 {font-size:56px;}
	
	.innerPage_service .service_row.flex_reverse .service_slider .slick-list{padding-left:100px !important;}

}

@media(max-width:767px){
	.desktop_hide{display:block;}
	.mobile_hide{display:none;}
	.subheading{font-size:24px;}
	.main_footer .top_footer .left_col .h2{font-size:34px;}
	
	.site-header .primary_header{margin-top:12px; width:calc(100% - 12px); padding:20px 15px;}
	.site-header .primary_header .btn{min-width:inherit;}
	
	.home .banner{height:748px; min-height:inherit; padding:0 0 70px; flex-wrap:wrap;}
	.home .banner .mob_img {position:absolute; bottom:0; left:0; width:100%; height:100%; object-fit:cover;}
	.home .banner:after{background: linear-gradient(180deg, rgba(10, 59, 60, 0) 0%, rgba(10, 59, 60, 0.76) 100%); height:60%; top:auto; bottom:0;}
	.banner .founded_text {top:110px; font-size:14px; right:10px;}
	.banner .yelp_img{position:relative; top:auto; margin-bottom:20px; width:108px; right:auto;}
	.intro_section .wrapper .btn,
	.banner .content_area .btn {width:100%;}
	.intro_section,
	.sister_owned_section, .before_after_section{padding:50px 0;}
	
	
	.intro_section .wrapper p{font-size:22px;}
	.intro_section .wrapper p img{width:90px;}
	.intro_section .wrapper p img{vertical-align:middle;}
	.sister_owned_section .col-6>div{margin-bottom:40px; height:auto;}
	.testimonial_section .btn_box{margin-top:30px;}
	.testimonial_section .btn_box .btn{width:100%;}
	
	.before_after_section .d_flex .btn_box{width:100%; margin-top:30px;}
	.before_after_section .d_flex .btn_box .btn{width:100%;}
	
	.service_section{padding-top:411px; background:#0A3B3C !important; position:relative;}
	.service_section:before{position:absolute; top:0; left:0; width:100%; z-index:1; height:90%;background: linear-gradient(0deg, #0A3B3C 0%, rgba(10, 59, 60, 0) 100%); content:'';}
	.service_section .mob_img{position:absolute; top:0; left:0; width:100%; height:auto; object-fit:cover;}
	.service_section .service_box{margin:40px 0 0px 0;}
	.treatment-page .service_sec .service_list .col-3{width:100%;}
	.testimonial_section.inner_page_testimonial .review_col{column-count:1;}
	.testimonial_section.inner_page_testimonial .yelp_img{display:block; margin:20px auto 0 0;}
	
	.site-footer .contact_sec{padding:50px 0;}
	.site-footer .contact_sec .heading_has_line{margin-top:40px;}
	.main_footer ul{flex-flow:column; gap:16px;}
	.main_footer .top_footer .left_col .btn{width:100%;}
	.footer_form .form_box{flex-wrap:wrap;}
	.footer_form .form_box .form_col{max-width:100%; width:100%; margin-top:20px;}
	.footer_form .form_box .heading_col{width:100%;}
	.main_footer .bottom_footer .below_border{flex-flow:column; gap:20px;}
	.main_footer .bottom_footer .below_border >*{text-align:center;}
	.main_footer .bottom_footer .below_border ul{gap:5px;}
	.main_footer .bottom_footer .above_border .social_icons{align-items:center;}
	
	.contact-page .banner:after {background:linear-gradient(101.51deg, #0A3B3C -3.18%, rgba(10, 59, 60, 0) 80.39%);}
	
	.contact-page .banner .content_area h1 {font-size:44px;}
	
	.process_section{padding-bottom:40px;}
	.process_section .step img{min-height:500px; object-fit:cover;}
	.process_section .step .process_detail{width:90%;}
	.process_section .process_slider .slick-arrow{left:20%;}
	.process_section .process_slider .slick-arrow.slick-next{left:80%;}
	
	.team_section .team_members >div{width:100%;}
	.team_section .team_members .member{max-width:322px; margin:0 auto;}
	.innerPage_service .service_row.flex_reverse .service_slider .slick-list{padding-left:30px !important;}
	.confidence_restored .section_content .rounded_img{display:none;}
	
	.confidence_restored .section_content .top_content .btn{margin-top:20px;}
	.confidence_restored .section_content .top_content .h2{font-size:48px;}
	.confidence_restored .section_content .counter_sec .counter_item{max-width:180px; margin:0 auto; padding-bottom:10px;}
	.confidence_restored .section_content .counter_sec .slick-dots{list-style:none; justify-content:center; width:100%; display:flex;}
	.confidence_restored .section_content .counter_sec .slick-dots button{background:#EEFFEE; width:8px; padding:0; height:8px; font-size:0; border:0; margin:0 4px; border-radius:50%;}
	.confidence_restored .section_content .counter_sec .slick-dots .slick-active button{background:#fff;}
	.confidence_restored .section_content .counter_sec .counter_item .yelp_img{margin-bottom:10px;}
	.related_posts .heading_block .btn_box {justify-content:flex-start;}
	.post_grid .d_flex .col-4{width:100%;}
	.feature_post .content_col{padding:20px 8px;}
	
}                                                            

