/**
* Template Name: Facial Clinic Chelsea
* Updated: Jul 27 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: #6e6e6e;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #3d3d3d;
  text-decoration: none;
}

a:hover {
  color: #7fc22c;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Albertus Nova", sans-serif;
}

h2,
h1 {

  font-size: 30px;
  color: #845f4d;
  line-height: 40px;
  font-weight: 400;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;

}

@font-face {
  font-family: 'Albertus Nova';
  src: url('../fonts/AlbertusNova.eot');
  src: url('../fonts/AlbertusNova.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AlbertusNova.woff2') format('woff2'),
    url('../fonts/AlbertusNova.woff') format('woff'),
    url('../fonts/AlbertusNova.ttf') format('truetype'),
    url('../fonts/AlbertusNova.svg#AlbertusNova') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #008081;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #008081;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #008081;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  border-top: 6px solid #845f4d;
}

.erorr-thank {
  border-bottom: 1px solid #ececec;
}

.topHeader {
  padding: 12px 0 0;
}

ul.toprtInfo {}

ul.toprtInfo li {}

ul.toprtInfo li:first-child {
  margin-right: 135px;
}

.topEmail i {
  width: 48px;
  height: 48px;
  background: #008081;
  border-radius: 48px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topHone i {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 48px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.toprtInfo li a {
  font-size: 17px;
  color: #333333;
  display: flex;
  gap: 10px;
  align-items: center;
}

ul.toprtInfo li.topHone {
  background: #008081;
  border-radius: 100px;
  padding: 5px 30px 5px 5px;
}

ul.toprtInfo li.topHone i {
  color: #333333;
}

ul.toprtInfo li.topHone a {
  font-size: 22px;
  color: #ffffff;
}

.main-nav {
  position: relative;
  z-index: 9;
  /*overflow-x: hidden;*/
}

.main-nav ul.nav {
  background: #845f4d;
  display: flex;
  border-radius: 100px 0 0 100px;
  padding-left: 20px;
  position: relative;
}

.main-nav ul.nav::after {
  content: " ";
  display: block;
  width: 10000px;
  height: 100%;
  background-color: #845f4d;
  position: absolute;
  top: 0;
  left: 100%;
}

.main-nav ul.nav li a {
  font-size: 17px;
  color: #ffffff;
  line-height: 1;
  position: relative;
  padding: 20px 22px;
}

.main-nav ul.nav li:not(:last-child) a::after {
  content: " ";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}


body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
	font-family:'Poppins';
	line-height: 1;
  	position: relative;
  	padding: 20px 22px;
	height: auto;
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, 
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	line-height:1;
}





/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  position: relative;
  margin-top: -30px;
}

.bnrCptn_sec {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0px;
  z-index: 1;
}

.btnTitle {
  font-family: 'Albertus Nova';
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.bnrCnt_sec p {
  font-size: 24px;
  color: #fff;
}

.btn-info {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  padding: 15px 30px;
  background-color: #008081;
  border: 1px solid #008081;
  white-space: nowrap;
  border-radius: 100px;
}

.btn-info:hover {
  background-color: #03a5a5;
  border: 1px solid #03a5a5;
  color: #fff;
}




@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {
  ul.toprtInfo li:first-child {
    margin-right: 20px;
  }

  ul.toprtInfo li.topHone a {
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
  }

  .main-nav {
    padding-top: 6px;
  }

  ul.toprtInfo li a {
    font-size: 15px;
  }

  .main-nav ul.nav li a {
    padding: 20px 20px;
  }

  .btnTitle {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .bnrCnt_sec p {
    font-size: 16px;
    max-width: 320px;
  }

  .btn-info {
    font-size: 15px;
  }



}


@media (max-width: 767px) {

  .hero {
    position: relative;
    margin-top: 0;
  }

  .topHeader {
    padding: 10px 0;
  }

  .topHeader .logo img {
    max-width: 115px;
  }














  /***** Wrapper *****/

  .wrapper {
    display: block;
  }

  /***** Sidebar *****/

  .sidebar {
    width: 345px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -350px;
    z-index: 999;
    background: #fff;
    color: #333333;
    transition: all .3s;
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
    text-align: left;
  }

  .sidebar.active {
    left: 0;
  }

  .sidebar ul.nav {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .sidebar ul.nav li {}

  .sidebar ul.nav li a {
    font-size: 17px;
    color: #333333;
  }

  .sidebar ul.nav li a.active,
  .sidebar ul.nav li a:hover {
    background: #008081;
    color: #fff;
  }

  .sidebar ul.toprtInfo {
    padding: 0 15px;
  }

  .sidebar ul.toprtInfo li:first-child {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .sidebar ul.toprtInfo li a {
    font-size: 16px;
  }

  .sidebar ul.toprtInfo li.topHone a {
    font-size: 22px;
    color: #ffffff;
  }

  /***** Content *****/

  .content {
    width: 100%;
    transition: all 0.3s;
  }

  /***** Dark overlay *****/

  .overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all .5s ease-in-out;
  }

  .overlay.active {
    display: block;
    opacity: 1;
  }

  .open-menu {
    position: static;
    top: 20px;
    left: 10px;
    z-index: 997;
    box-shadow: none;
  }

  .open-menu.btn-customized,
  .open-menu.btn-customized:hover,
  .open-menu.btn-customized:active,
  .open-menu.btn-customized:focus,
  .open-menu.btn-customized:active:focus,
  .open-menu.btn-customized.active:focus,
  .open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
  .open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
  }

  /* Style for all buttons with the class btn-customized */

  a.btn-customized {
    margin-left: 5px;
    margin-right: 5px;
    padding: 8px 18px;
    background: none;
    border: 0;
    border-radius: 4px;
    font-size: 27px;
    font-weight: 300;
    color: #008081;
    box-shadow: none;
    margin-left: auto;
  }

  a.btn-customized:hover,
  a.btn-customized:active,
  a.btn-customized:focus,
  a.btn-customized:active:focus,
  a.btn-customized.active:focus,
  a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
  a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background: #008081;
    /* for browsers that don't recognize rgba */
    border: 0;
    color: #fff;
    box-shadow: none;
  }

  .dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all .3s;
    background: #008081;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
  }

  .dismiss i {
    color: #fff;
  }

  .dismiss:hover,
  .dismiss:focus {
    background: #008081;
    color: #fff;
  }

  .sidebar .logo {
    padding: 25px 20px 30px;
    border-bottom: 0px solid #444;
    transition: all .3s;
    text-align: center;
  }

  .sidebar .logo .navbar-brand {
    position: static;
  }

  .sidebar ul.menu-elements {
    padding: 10px 0;
    border-bottom: 0px solid #444;
    transition: all .3s;
  }

  /*.sidebar ul li a {
  display: block;
  padding: 10px 20px;
  border: 0;
  color: #444;
}

 .sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active > a:hover,
.sidebar ul li.active > a:focus {
  outline: 0;
  background: #df0909;
  color: #fff;
} */

  .sidebar ul li a i {
    margin-right: 5px;
  }

  .sidebar ul li.active>a,
  a[aria-expanded="true"] {
    background: #df0909;
    color: #fff;
  }

  .sidebar ul ul a {
    background: #444;
    padding-left: 30px;
    font-size: 14px;
  }

  .sidebar ul ul li.active>a {
    background: #555;
  }

  .sidebar a[data-toggle="collapse"] {
    position: relative;
  }

  .sidebar-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }

  .sidebar-info a {
    display: inline-block;
    width: 42px;
    height: 42px;
    background-color: #df0909;
    border-radius: 42px;
    line-height: 40px;
    text-align: center;
  }

  .bnrCptn_sec {
    margin-top: 0px;
    text-align: center;
  }

  .perid_text {
    font-size: 30px;
    line-height: 30px;
  }

  .btnTitle {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .bnrCnt_sec p {
    font-size: 18px;
    line-height: 30px;
  }

  .btn-info {
    font-size: 14px;
    line-height: 20px;
    padding: 14px 22px;
  }

  .non_surgical_facelift .btn-info {
    padding: 14px 14px;
  }

  .hero>img {
    height: 360px;
    object-fit: cover;
  }


}

@media (max-width:440px) {}






/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
}



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #ecf8f9;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
--------------------------------------------------------------*/
.fclcnc_bg {
  background: #f5f5f5;
}

.fclcln_content {
  max-width: 646px;
  padding-left: 30px;
}

.fclcln_content h2 {
  margin-bottom: 35px;
}

.btn-info.btn-red {
  background: #845f4d;
  border-color: #845f4d;

}

.anticipated_outcomes_from {
  background: #008081;
}

.anticipated_outcomes_from h2 {
  color: #fff;
  margin-bottom: 35px;
}

.anticipated_outcomes_from p {
  color: #fff;
}

.cmnlct_text {
  font-weight: 600;
  color: #6e6e6e;
  font-size: 20px;
  margin-top: 25px;
}

.areas_treatmnt_items>img {
  border: 2px solid #008081;
}

.areas_treatmnt_items h4 {
  font-weight: 600;
  color: #845f4d;
  font-family: "Poppins";
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 30px;
}

.non_surgical_facelift .card {
  border: 1px solid #c2c2c2;
  border-radius: 0;
  height: 100%;
}

.non_surgical_facelift .card-body {
  padding: 0px 0 10px;
}

.rltv_cnt {
  padding: 23px 22px;
  height: 100%;

}

.non_surgical_facelift .card-body .card-icon img {
  width: 100%;
}

.non_surgical_facelift .card-body h2 {
  text-align: left;
  font-weight: 600;
  color: #845f4d;
  font-family: "Poppins";
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 22px 24px 0;
}

.non_surgical_facelift .card-text {
  padding: 0px 24px 0;
}

.swdt_btn i {
  width: 38px;
  height: 38px;
  background: #008081;
  border-radius: 38px;
  text-align: center;
  line-height: 38px;
  color: #fff;
}

.text-right {
  text-align: right;
}

.swdt_btn {
  margin-left: auto;
  margin-right: 23px;
}

.comparing_surgical {
  background: #008081;
  padding: 100px 30px;
}

.cmpsrg_content {
  color: #fff;
}

.cmpsrg_content h2 {
  color: #fff;
  line-height: 40px;
  margin-bottom: 30px;
}

.cmpsrg_content h2 span {
  display: block;
}

.get_in_touch {
  background: url('../img/get-in-touch-bg.webp') no-repeat center;
  background-size: cover;
}

.get_in_touch h2 {
  color: #fff;
  margin-bottom: 40px;
}

.make_apptntdy {
  padding: 0px 80px;
}

.make_apptntdy .form-group {
  margin-bottom: 15px;
}

.make_apptntdy .form-control,
.make_apptntdy .form-select {
  background-color: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 70px;
  padding: 20px 40px;
  color: #fff;
  font-size: 16px;
}

.make_apptntdy .form-control > option, .make_apptntdy .form-select > option { color:#000; }

.submitBtn .wpcf7-submit {
    background: #845f4d;
    border-color: #845f4d;
}

.make_apptntdy .form-control:focus,
.make_apptntdy .form-select:focus {
  box-shadow: none;
}

.make_apptntdy .form-control::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.make_apptntdy .form-control:-ms-input-placeholder {
  color: #fff;
}

.make_apptntdy .form-control::-ms-input-placeholder {
  color: #fff;
}

.make_apptntdy .form-select option {
  color: #1e2228;
  border-radius: 60px;
}

.make_apptntdy .form-select {
  background-image: url("../img/select-arrow.webp");
  background-repeat: no-repeat;
  background-position: right 30px top 26px;
  -webkit-appearance: none;
}

.make_apptntdy textarea.form-control {
  height: 150px;
  border-radius: 35px;
}

.btn-info.btn-white {
  background: #fff;
  color: #000;
  font-size: 20px;
  border-color: #fff;
  padding: 15px 50px;
}

.botox_sec {
  position: relative;
}

.botox_sec::before {
  content: " ";
  display: block;
  width: 23%;
  height: 100%;
  background: #845f4d;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.botoxThumb img {
  width: 100%;
}

.botox_sec .wetkg_text {
  text-align: left;
  border-radius: 12px;
  margin-right: -100px;
  margin-left: 0;
}

.botox_sec .fclcln_contents {
  max-width: 795px;
  margin-left: auto;
}

.babybtx_thumb img {
  width: 100%;
  border-radius: 15px;
  border: 1px solid #a1a1a1;
}

.babybtx_content h3 {
  color: #008081;
  margin-bottom: 20px;
}

.safeCare_bg {
  background: url('../img/safe-and-efficient-care.webp') no-repeat center;
  background-size: cover;
}

.safe_and_efficient_care h2 {
  color: #fff;
  margin-bottom: 30px;
}

.safe_and_efficient_care p {
  color: #fff;
}

.safe_and_efficient_care .btn-info.btn-wht {
  color: #008081;
  background: #fff;
}

.safe_and_efficient_care .btn-info.btn-white {
  color: #fff;
  background: none;
  border: 2px solid #fff;
}

.wouldBe_gcndt .wetkg_text {
  border-radius: 0px;
  margin: 0px;
}

.open-popup {
  cursor: pointer;
  color: #fff;
}

.overlay {
  position: fixed;
  z-index: 1000;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  background: rgba(0, 0, 0, .3);
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
}

.overlay .popup-sec {
  background: #fff;
  display: inline-block;
  white-space: normal;
  text-align: left;
  vertical-align: middle;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
}

.overlay::before,
.overlay::after {
  height: 100%;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.overlay.shown {
  visibility: visible;
  opacity: 1;
}


.popup-close {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  top: 8px;
  right: 5px;
  cursor: pointer;
  opacity: 0.7;
}

.popup-close::before,
.popup-close::after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  margin-top: -1px;
  top: 50%;
  left: 3px;
  right: 3px;
  background: #555;
}

.popup-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-close:hover {
  opacity: 1;
}

.popup .popup-inner {
  align-self: center;
  background: #fff;
  padding: 20px 35px 40px;
  max-width: 480px;
  max-height: 100%;
  overflow: auto;
  /* width: 100%; */
  color: #565352;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
}

.popup .popup-inner {
  color: #565352;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
}

.cta__category {
  display: block;
  margin: 0 0 30px;
  vertical-align: middle;
  line-height: 53px;
  cursor: pointer;
}

.popup .popup-header {
  line-height: 30px;
  color: #171d1a;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: top;
}

.popup .popup-header img {
  display: inline-block;
  vertical-align: middle;
}

.popup-inner .cta__category .cta__img {
  width: 85px;
  height: 85px;
}

.cta__category span {
  color: #171d1a;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  line-height: 13px;
}

.popup .popup-header span {
  vertical-align: middle;
  line-height: 30px;
  margin-left: 10px;
  display: inline-block;
}

.popup .popup-header span {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.cta__title {
  display: block;
  margin: 0 0 15px;
  margin-bottom: 15px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -.11px;
  line-height: 42px;
}

.cta__contact-title {
  display: block;
  margin: 0 0 10px;
  margin-bottom: 10px;
  color: #191c1a;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 700;
}

.popup-inner .cta__title,
.popup-inner .cta__contact-title {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
}

.popup-inner .book-url {
  padding: 25px 20px 20px 75px;
  border: 1px solid #008081;
  margin-bottom: 25px;
  position: relative;
  border-radius: 5px;
}

.popup-inner span.gm-icon {
  position: absolute;
  left: 19px;
  top: 20px;
}

.cta__item-title {
  margin: 0 0 10px;
  display: block;
  color: #191c1a;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.popup-inner .cta__item-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 1;
}

.cta__item-text {
  color: #545352;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 19px;
  margin: 0 0 10px;
  display: block;
}

.popup-inner .cta__item-text,
.popup-inner .cta__contact-text,
.popup-inner .cta__text {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4em;
  color: #595250;
}

.popup-sec .icon-close {
  font-style: normal;
  font-size: 26px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  vertical-align: top;
  color: #aca9a8;
  cursor: pointer;
  float: right;
  margin-top: 9px;
}

.popup-sec .icon-close {
  font-size: 60px;
  color: #D6D6D6;
  font-weight: 400;
}

.popup-sec .popup-inner {
  max-width: 804px;
  padding: 40px 60px;
}

.cta__item {
  border-radius: 5px;
  border: 1px solid #f5eae1;
  background-color: #fff;
  margin: 0 0 30px;
  margin-bottom: 30px;
  display: block;
  padding: 20px 20px 20px 50px;
  position: relative;
  cursor: pointer;
  transition: all .3s;
}

.popup-inner .cta__item {
  border: 1px solid #008081;
  margin-bottom: 25px;
}

.popup-inner .cta__item {
  padding: 25px 20px 20px 75px;
}

.cta__separator {
  display: block;
  height: 1px;
  background-color: #f5eae1;
  display: block;
  margin: 0 -15px 25px;
}

.popup-inner .cta__separator {
  background-color: #008081;
  margin: 60px -60px 30px;
}

.popup-inner a {
  text-decoration: none;
}

.cta__contact {
  display: block;
  position: relative;
}

.popup-inner .cta__contact-text {
  max-width: 340px;
  padding: 0px;
}

.cta__contact .icon-talk {
  height: 13px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.popup-inner .cta__contact .icon-talk {
  height: unset;
}

.book-form-holder .form-group {
  margin-bottom: 15px;
}

.book-form-holder .form-control {
  display: block;
  width: 100%;
  height: 52px !important;
  border-radius: 5px;
  border: 1px solid #dfdad7;
  background-color: #fff;
  padding: 0 15px;
  box-shadow: none !important;
}

.book-form-holder .form-control:focus {
  border: 1px solid #008081;
}

.book-form-holder select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAkCAYAAACTz/ouAAAB1UlEQVRIS+2WT04CMRSHf68QtnIEPIF4AuUE6gkIa0VlAyGKGSVGYTNE4h5vwA30CBwBbwBbganphBLotNM3LI2znc73vf55vw6B+XR7w4BAVQk5WRWWtaDRmHE+Jc6gbm84AlDdGqskFY7EK7DAtYclSRWkwNkSp4ABZ0msggxwryQh2AOeKtkRMOCPAG4BHDhOX2LjNwIfXJKsPTSvR8/993Ikoy+uJBZw4brqLBLqvg4HINy4Gk5Xbr7nSDqt+jF1e0PV8tY1dcHZM4lQoaf+25gknZkV+uAMyXxVWJYoCMNi7ievNu1If8SFp0k0I95kJRGL3IgkFQEMOq36mBOC22OCl7AkcrlBzIgQdNp1VTS8YZdVZI7/F3hX8I8sUdwLi3wVEsVVtPwI2o2pd+7GABdDN9ongPL6m5kgUblrXk64knWzWhkqi8w/BsVlSyzwuC4CTe9bV4dKIB2VeiUu+Ianws5zFzglXjgw77TqRWvYGTNKSDhwQeJU7eMm7MxEdUmywHfCzhbbpgQRLiAQbp04c/vmunL9YqeTGZK0k5uAW+N6T4kV7rwPMkqc8NQLhylJhXtvNI/EC/cK9H1tOcIsOEuwJVE/AicAvgWJc24Y/gKerFCctwQ3JwAAAABJRU5ErkJggg==);
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  outline: 0;
}

.book-form-holder button[type="submit"] {
  width: 100%;
  height: 52px;
  line-height: 42px !important;
  border: 0;
  outline: 0;
  border-radius: 5px;
  background-color: #008081;
  background-image: url(images/w-logo.webp);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-size: 45px;

}






@media only screen and (max-width: 690px) {
  .popup .icon-close {
    font-size: 40px;
  }

  .popup-inner .cta__title,
  .popup-inner .cta__contact-title {
    font-size: 22px;
  }

  .popup-inner .cta__item-title {
    font-size: 18px !important;
  }

  .popup-inner .cta__item-text,
  .popup-inner .cta__contact-text,
  .popup-inner .cta__text {
    font-size: 16px;
  }

  .popup-inner .book-url {
    padding: 25px 20px 20px 60px !important;
  }

  .popup .popup-inner {
    padding: 20px 30px;
    overflow-x: hidden;
  }

  .popup-inner .icon-talk {
    text-align: right;
  }

  .popup-inner i.icon-talk img {
    width: 50%;
  }

  .popup-inner .cta__contact-text {
    max-width: 60%;
  }



}



/* Popup Start
================================== */

.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  /*  text-align: center;*/
}

.popup .popup__content {
  /*  width: 80%;*/
  overflow: hidden;
  padding: 0px;
  background: white;
  color: DC1C28;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  max-width: 840px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  z-index: 99;
}

.popup .popup__content .close {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 20px;
  display: block;
}

.popup .popup__content .close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #000;
}

.popup .popup__content .close span:nth-child(1) {
  transform: rotate(45deg);
}

.popup .popup__content .close span:nth-child(2) {
  transform: rotate(135deg);
}

.contact-wrap {
  padding: 50px 20px 50px 0;
}

.popup-container {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 17, 17, 0.61);
  display: flex;
  align-items: center;
}

.popup-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0px;
  border: 0px solid #888;
  /*    width: 50%;*/
  max-width: 745px;
  overflow: hidden;
  max-width: 745px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
}

.popup-content a.close {
  color: #aaaaaa;
  float: right;
  font-size: 18px;
  font-weight: 400;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  line-height: 29px;
}

.popup-content a.close:hover {
  color: #333;
}

.popup-container:target {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.wrapper {
  width: 100%;

}

.info-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.popup-content .wrapper .row [class*=col-] {
  padding: 0px;
}

.contactForm .form-control {
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  border-radius: 0;
  font-size: 15px;
  padding: 12px 0;

}

.contactForm .form-control:focus {
  box-shadow: none;
}

.contactForm p {
  margin-bottom: 0px;
}

.contact-wrap h4 {
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 10px;
  font-size: 40px;
}

.contactForm .btn-primary {
  display: inline-block;
  background-color: #a9965b;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 25px;
  border-radius: 6px;
  letter-spacing: 0.25px;
  transition: all .3s;
  border-color: #a9965b;
  margin-top: 25px;
}

.contactForm .btn-primary:focus {
  box-shadow: none;
}

.gndtsHdr {
  margin-bottom: 50px;
}

.gndtBtn-row {
  margin-top: 50px;
}

.gndtbx img {
  border-radius: 10px;
}

.gdnt-mb-38 {
  margin-bottom: 38px;
}


.headerContent {
  padding: 100px 0;
}

.headerContent h3 {
  font-size: 80px;
  font-weight: 800;
  color: #000;
  margin: 40px 0 25px;
}

.headerContent p {
  font-size: 18px;
}



/* ==================== */

.innerBanner img {
  width: 100%;
  object-position: right;
}

.innerBanner .btnTitle {
  color: #000;
}

.anti-wrnkinj-thhumb img {
  border-radius: 130px 130px 0 130px;
  margin: auto;
  display: block;
}

ul.tmdgb__list {}

ul.tmdgb__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

ul.tmdgb__list li::before {
  content: " ";
  display: block;
  background: url('../img/green-arrow.webp') no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 8px;
  left: 0;
}

.fclcln_thumb img {
  width: 100%;
}

.wslctus_content {
  max-width: 965px;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 15px;
}

ul.tmdgbs__list {}

ul.tmdgbs__list li {
  background: #eeeeee;
  padding: 4px 10px;
  margin-bottom: 8px;
  color: #009a91;
  font-weight: 500;
  font-size: 18px;
}

ul.anti_wrnlk_list {}

ul.anti_wrnlk_list li {
  position: relative;
  padding-left: 42px;
}

ul.anti_wrnlk_list li span {
  font-size: 16px;
  font-weight: 600;
  color: #009a91;
  width: 27px;
  height: 27px;
  border-radius: 27px;
  border: 1px solid #845f4d;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  position: absolute;
  top: 2px;
  left: 0;
}

.reasons_bg {
  background: #008081 url('../img/reasons-bg.webp') no-repeat left top;
  background-size: cover;
}

.lipfiller-thhumb img {
  width: 100%;
}

.wetkg_text {
  background: #008081;
  padding: 22px 50px;
  text-align: center;
  color: #fff;
  border-radius: 200px;
  margin-top: 60px;
  margin-right: -100px;
  position: relative;
  margin-left: 100px;
}

.advnt_lipThumb img {
  border-radius: 300px 300px 0 0;
  display: block;
  margin: auto;
}

.trtmnt_lip_item {
  background: #008081;
  padding: 18px 25px;
  border-radius: 15px;
  text-align: center;
}

.trtmnt_lip_item p {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}

.advice_bg {
  background: #845f4d;
}

.btn-info.btn-wht {
  background: #845f4d;
  border: 2px solid #fff;
}

.advice_bg .btn-info.btn-white {
  border: 2px solid #fff;
  font-size: 18px;
  color: #5d5d5d;
}

.advice_bg .btn-info.btn-white i {
  color: #008081;
}

.advicelipbx {
  background: #624537;
  padding: 50px 30px;
  height: 100%;
}

.advicelipbx p {
  margin-bottom: 0px;
}

.lndnlip_thumb img {
  width: 100%;
  border-radius: 30px;
}

.accordion .accordion-item {
  border: none;
  margin: 20px 0;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 0px solid #03b5d2;
  background-color: #845f4d;
  padding: 20px 35px;
  border-radius: 0;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #fff;
  font-family: 'Cormorant Garamond  ';
  font-size: 24px;
  font-weight: 500;
  border: none;
  background: none;
  outline: none;
  background-color: #845f4d;
  padding: 20px 35px;
  border-radius: 0 0 30px 0;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #fff;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 36px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  color: #fff;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #fff;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: none;
  /* transition: all 200ms linear;
  will-change: opacity, max-height; */
  background-color: #f9feff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.22);
  border-radius: 0 0 40px 0;
  padding: 35px;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  /* transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height; */
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 15px;
  color: #3d3d3d;
}





.headerContent.pageError h3 {
  font-size: 40px;
  text-transform: uppercase;
  color: #845f4d;
  margin-top: 55px;
}

.cntpg_infobx {
  background: #845f4d;
  padding: 70px 60px;
}

.cntpg_infobx .getinTouch {
  display: flex;
  gap: 20px;
}

.cntpg_infobx .getinTouch h5 {
  color: #fff;
  font-family: 'Poppins';
  font-weight: 700;
}

.cntDtlst p,
.cntDtlst a {
  color: #fff;
}

.cntInfobx {
  border: 1px solid #e5e5e5;

}

.cntInfo_details {
  padding: 55px 40px;
}

.cntInfo_details h2 {
  margin-bottom: 27px;
}

.cntInfo_details h2::after {
  content: " ";
  display: block;
  width: 60px;
  height: 3px;
  background: #008081;
  margin-top: 15px;
}

.cntInfo_details .form-control {
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  height: 50px;
  box-shadow: none;
  background: #f2f2f2;
}

.cntInfo_details textarea.form-control {
  height: 145px;
}

.cntInfo_details .btn.btn-danger {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 28px;
  padding: 15px 50px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  background: #008081;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 0px;
  border: none;
  border-radius: 0px;
}

.tmdgb__list.tmdlst li {
  margin-bottom: 5px;
}


.prpt_thumb img{
  border: 6px solid #fff;
  box-shadow: 8px 8px 14px rgba(0, 0, 0, 0.18);
}

.prp_bg {
  background: url('../img/prp-addresses-bg.webp') no-repeat right center;
  background-size: cover;
}

.prp_adrs_sec ul.tmdgb__list li::before {
  background: url('../img/white-arrow.webp') no-repeat center;
}
.prp_adrs_sec ul.tmdgb__list li{
  font-size: 17px;
  color: #fff;
  margin-bottom: 8px;
}
.prp_adrs_sec h2{
  color: #fff;
}
.prp_adrs_sec .prpBtn{
  background: #fff;
  color: #5d5d5d;
  border-color: #fff;
}
.prp_adrs_sec .prpBtn:hover{
  background: #fff;
}
.bundle_thumb{
  position: relative;
}
.bundle_thumb::before{
  content: " ";
  display: block;
  width: 344px;
  height: 264px;
  background: #008081;
  position: absolute;
  border-radius: 20px;
  bottom: -15px;
  left: -15px;
  z-index: -1;
}
.bundle_thumb img{
  border-radius: 20px;
}
.contained_bundle ul li {
  margin-bottom: 15px;
}
.contained_bundle .the_flwngText {
  font-size: 18px;
  font-weight: 600;
  color: #6e6e6e;
}


.lipFillers_improve .babybtx_thumb img{
  border-radius: 0px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.16);
}

.marionette_lines_skin {
  background: url('../img/marionette-lines-in-the-skin.webp') no-repeat center;
  background-size: cover;
}

.marionette_lines_skin h2{
  color: #008081;
}
.mrntLns_skin {
  max-width: 713px;
  margin-right: auto;
}

.sec_bg{
  background: #f5ffff;
}

.dermal_fillers_work{
  position: relative;
  overflow: hidden;
}
.dermal_fillers_work::before{
  content: " ";
  display: block;
  position: absolute;
  background-color: #f5f5f5;
  width: 80%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}
.drmlFlerThumb img{
  border-radius: 500px;
  border:10px solid #fff;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.16);
}

.hylrnc_text {
  background: #008081;
  color: #fff;
  padding: 35px 15px 35px 100px;
  text-align: right;
  border-radius: 100px 0 0 100px;
  margin-left: -200px;
  position: relative;
}
.hylrnc_text::before{
  content: " ";
  display: block;
  position: absolute;
  background-color: #008081;
  width: 10000px;
  height: 100%;
  left: 100%;
  top: 0;
  z-index: -1;
}
.drmlFler_cnt {
  max-width: 935px;
  padding-left: 35px;
  text-align: right;

}
.hylrnc_text p {
  max-width: 1035px;
}

.under_eye_fillers{
  background: url('../img/under-eye-fillers-bg.webp') no-repeat center;
  background-size: cover;
}
.underEye_fillers {
  max-width: 780px;
  margin-left: auto;
}

.cmffe_items img{
  border-radius: 10px;
  border:5px solid #fff;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.16);
  width: 100%;
}

.dermal_filler_for_smoker_lines {
  background: #f3f3f3;
}
.drmlf_smokerThumb img{
  width: 100%;
}
.drmlf_smokerCnt {
  max-width: 600px;
}


.radiofrequency_content {
  max-width: 611px;
  text-align: right;
}
.trgtng_text {
  font-size: 17px;
}
.rdfrqcy_items h3{
  font-size: 18px;
  color: #008081;
  font-family: 'Poppins';
  font-weight: 600;
}

.radiofrequency_skin_tightening {
  background: #f8f8f8;
}
ul.wicb_list li{
  font-size: 17px;
  font-weight: 500;
  color: #008081;
  margin: 8px 0;
}
.rdfqcy_thumb img{
  border:5px solid #fff;
  box-shadow: 6px 0px 22px rgba(0, 0, 0, 0.14);
}

.facebody_rdfq img{
  border-radius: 15px;
  margin-bottom: 30px;
  border: 5px solid #fff;
  box-shadow: 10px 0px 22px rgba(0, 0, 0, 0.14);
  width: 100%;
}
.facebody_rdfq h3{
  font-size: 20px;
  color: #008081;
  font-weight: 400;
}
.skinTghtnFcl_thumb img{
  width: 100%;
}
.skntGtnfCl_bxgb {
  background: #f8f8f8;
  margin-right: -100px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.skinTghtnFcl_content {
  max-width: 923px;
  margin-left: auto;
  background: #f8f8f8;
  margin-right: -100px;
  padding: 60px 40px 60px 15px;
}

.detailed_explanation{
  overflow: hidden;
}
.dtldexp_row {
  background: #008081;
  color: #fff;
  display: flex;
  gap: 30px;
  padding: 35px 20px;
  align-items: center;
  position: relative;
  
}
.dtldexpNumb h2{
  font-size: 80px;
  line-height: 82px;
  color: #fff;
}
.dtldxpDtls h5{
  font-size: 18px;
  margin-bottom: 20px;
}
.dtldexp_row.row2 {
  flex-direction: row-reverse;
  align-items: center;
}
.bxrt_sec::after {
  content: " ";
  display: block;
  width: 10000px;
  height: 100%;
  background: #008081;
  position: absolute;
  left: 100%;
  top: 0;
}
.bxlft_sec::after {
  content: " ";
  display: block;
  width: 10000px;
  height: 100%;
  background: #008081;
  position: absolute;
  right: 100%;
  top: 0;
}


/* Add now css
=========================== */


.accordion .accordion-item {
  border: none;
  margin: 20px 0;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 0px solid #03b5d2;
  background-color: #008081;
  padding: 20px 35px;
  border-radius: 10px;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #fff;
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: 600;
  border: none;
  background: none;
  outline: none;
  background-color: #008081;
  padding: 20px 35px;
  border-radius:10px;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #fff;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 36px;
  width: 22px;
  height: 22px;
  color: #fff;
  border: none;
}

.accordion button .icon::before {

  display: block;
  position: absolute;
  content: '\f106';
  font-family: "FontAwesome";
  top: 0px;
  left:0px;
  width: 0;
  height: 0;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '\f107';
  font-family: "FontAwesome";
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
}

.accordion button[aria-expanded='true'] {
  color: #fff;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
  display: none;
}
.accordion button[aria-expanded='false'] .icon::before {
  width: 0;
  display: none;
}
.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: none;
  /* transition: all 200ms linear;
  will-change: opacity, max-height; */
  background-color: #f9feff;
  box-shadow:none;
  border-radius:10px;
  padding: 35px;
  border: 2px solid #e1e1e1;
  margin-top: 4px;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  /* transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height; */
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 15px;
  color: #3d3d3d;
}


/* ================ */

.epioncThumb img{
  border-radius: 0 250px 0 0;
}
.epioncThumbLft img{
  border-radius: 250px 0px 0 0;
}
.theFacial_sec {
  min-height: 506px;
  background: url('../img/face-peel-london.webp');
  background-size: cover;
  color: #222222;
  font-size: 17px;
}
.theFacial_sec h2{
  color: #845f4d;
}
.londons-reliable-thumb{
  margin-bottom: -5px;
  z-index: -1;
  position: relative;
}
.londons-reliable-thumb img {
  border-radius: 350px 350px 0 0;
  border: 4px solid #fff;
  box-shadow: 10px 0 22px rgba(0, 0, 0, 0.14);
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000000;
  padding: 0;
  color: #686868;
}

.ftr-social-link a {
  display: inline-block;
  margin: 0 6px;
}

.ftr-social-link i {
  width: 39px;
  height: 39px;
  border: 2px solid #333333;
  border-radius: 39px;
  color: #333333;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  line-height: 35px;
}

.ftr-social-link i:hover {
  border: 2px solid #845f4d;
  color: #845f4d;
}

.ftrLogo_sec {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}





.weprvd_cutedg {
  padding-top: 60px;
  border-left: 1px solid #171717;
}

.cutting_skin {
  padding-left: 35px;
}

.weprvd_cutedg ul.nav {
  position: relative;
  border-top: 1px solid #171717;
  padding-left: 15px;
}

.weprvd_cutedg ul.nav li a {
  color: #686868;
  padding: 24px 23px;
}

.weprvd_cutedg ul.nav li a:hover {
  color: #008081;
}

ul.infoDetls_list {
  display: flex;
  gap: 50px;
  padding-bottom: 25px;
}

.ftrinfo_detls {
  display: flex;
  gap: 15px;
}

.ftrinfo_detls>img {}

.ftrinfo_detls h5 {
  font-family: "Poppins";
  font-size: 15px;
  color: #fff;
}

.ftrinfo_detls a {
  color: #686868;
  white-space: nowrap;
}





.ftrcopyRight {
  background: #070707;
  padding: 24px 0;
}

.ftrcopyRight p {
  color: #fff;
  font-weight: 300;
  margin: 0px;
}

.ftrcopyRight p a {
  font-weight: 400;
  color: #845f4d;
}


