/**
* Template Name: Gp
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: #445a60;
  /* Lato/Med 1 */
  font-family: "Lato";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.5px; /* 150% */
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #445a60;
  text-decoration: none;
}

b,
strong {
  font-weight: 400;
}

img {
  max-width: 100%;
}
h1 {
  color: var(--neutral-dark);
  font-family: "Lato";
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 55px; /* 110% */
  text-transform: uppercase;
}
h2 {
  color: var(--neutral-dark, #000);

  font-family: "Lato";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 100% */
  text-transform: uppercase;
}
h3 {
  color: var(--neutral-dark, #000);
  font-family: Lato;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  line-height: 45.6px; /* 120% */
  letter-spacing: 0.76px;
  text-transform: uppercase;
}
h4 {
  color: var(--neutral-dark, #000);
  font-family: "Lato";
  font-size: 40px;
  font-style: normal;
  font-weight: 250;
  line-height: 50px; /* 125% */
  text-transform: uppercase;
}
h5 {
  color: var(--neutral-dark, #000);
  font-family: "Lato";
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px; /* 117.647% */
  text-transform: capitalize;
}
h6 {
  color: var(--neutral-dark, #000);
  font-family: "Lato";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
}
.overline {
  color: var(--neutral-dark, #000);
  text-align: center;
  font-family: "Lato";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  text-transform: uppercase;
}
.caption {
  color: var(--neutral-dark, #000);
  text-align: center;
  font-family: "Lato";
  font-size: 18px;
  /* font-style: italic; */
  font-weight: 500;
  line-height: 22px; /* 122.222% */
  text-transform: capitalize;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  color: #000;
  /* border: 1px solid #000; */
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.bi-arrow-up-short::before {
  content: "\f145";
  color: #000;
}
.back-to-top:hover {
  background: #fff;
  color: #000;
}

.back-to-top:hover i {
  color: #ffc451;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 9999;
  padding: 15px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(0, 0, 0, 0.7);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: auto !important;
  margin-left: 30px;
}

#header .logo a {
  color: #fff;
}

#header .logo a span {
  color: #ffc451;
}

#header .logo img {
  max-height: 100px;
}
.headerright {
  display: flex;
  column-gap: 32px;
  align-items: center;
}
.topsearch .search-form label {
  display: none;
}
.search-field {
  border-radius: 30px;
  border: 1px solid #fff;
  display: flex;
  width: 170px;
  height: 30px;
  padding: 10px 14px 11px 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  outline: none;
  background-color: transparent;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.2px; /* 170% */
  letter-spacing: 2px;
  /* text-transform: uppercase; */
  font-family: "Roboto";
}
.search-field:-ms-input-placeholder {
  /* Edge 12-18 */
  color: #fff;
}
.search-icon {
  cursor: pointer;
}
.search-field::placeholder {
  color: #fff;
  /* Reg Roboto */
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 0; /* 170% */
  letter-spacing: 2px;
  text-transform: uppercase;
}

.search-submit[type="submit"] {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent url("../images/search.svg") center no-repeat;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  top: 5px;
  left: 5px;
}

.search-submit[type="submit"]:hover {
  opacity: 1;
}
.socialicon {
  display: flex;
  gap: 10px;
}
.topsearch {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  margin-right: 5px;
}
.custom-search-form {
  position: absolute;
  top: 0;
  right: 42px;
}
/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  color: #fff;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #ffc451;
}

.get-started-btn:hover {
  background: #ffbb38;
  color: #343a40;
}

@media (max-width: 992px) {
  .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
  }
}

.serviceimg {
  /* margin-bottom: 30px; */
  width: 100%;
}
.serviceimg img {
  height: 110px;
  width: 100%;
  object-fit: cover;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  padding-left: 11px;
  padding-right: 11px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  color: #fff !important;
  letter-spacing: 1px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #ffc451;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #151515;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  background-color: #ffc451;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
@media (max-width: 1200px) {
  #header .logo {
    margin-left: -70px;
  }
}
@media (max-width: 992px) {
  #header .logo {
    margin-left: unset;
  }
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #151515 !important;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #151515;
  background-color: #ffc451;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #151515;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  background-color: #ffc451;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;

  background-size: cover;
  position: relative;
  background-position: right -30px;
  background-repeat: no-repeat;
  min-height: -webkit-fill-available;
  padding-top: 39vh;
  padding-bottom: 39vh;
}

#hero:before {
  content: "";
  /* background: rgba(0, 0, 0, 0.7); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -9;
  background-color: #090947;
  background-image: linear-gradient(315deg, #000000 0%, #3f3f3f 74%);
}

#hero .container {
  position: relative;
  padding-top: 74px;
  text-align: left;
  color: #fff;
}

#hero h1 {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 117.647% */
  margin-bottom: 20px !important;
  color: #fff;
}

#hero h1 span {
  color: #ffc451;
}
.tac {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px; /* 181.818% */
  margin-bottom: 60px;
}
.tag {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
input.et_pb_s {
  width: 50%;
  min-width: 300px;
  background: no-repeat;
  border: 1px #fff solid;
  padding: 5px 10px;
}

input.et_pb_s {
  width: 50%;
  min-width: 410px;
  background: no-repeat;
  border: 1px #fff solid;
  padding: 5px 10px;
}
input.searchsubmit[type="submit"] {
  padding: 15.7px 36px;
  border: 0;
  background: #fff !important;
  font-size: 17px;
  font-weight: 600;
  color: #000 !important;
}
#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

.checkinfo ul {
  list-style: none;
  margin: 23px 0 0;
  padding: 0;
  display: flex;
  column-gap: 20px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  opacity: 0.6;
}
.checkinfo ul svg {
  margin-right: 5px;
}
.happycust {
  position: relative;
  left: -40px;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  column-gap: 10px;
}
.happycust .rating {
  position: relative;
  /* display: flex; */
  padding-left: 3.5rem !important;
}
.headerright .socialicon {
  display: flex;
  column-gap: 35px;
}
.happycust div:first-child {
  margin-right: -35px;
}
.happycust .rating:before {
  background-color: #65696a;
  width: 2px;
  height: 75%;
  position: absolute;
  content: "";
  left: 20px;
  top: 17px;
}
.happycust span {
  display: block;
  color: #b5b5b5;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
  margin-top: 8px;
}
#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffc451;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
  color: #ffc451;
}
.happy-cust-count {
  margin-left: 20px;
}
#hero .icon-box:hover {
  border-color: #ffc451;
}
@media (max-width: 1200px) {
  #hero {
    padding-top: 36vh;
    padding-bottom: 36vh;
    background-position: right 70% !important;
    background-position-x: 94% !important;
  }
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    /* height: auto; */
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

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

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ffde9e;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #151515;
}

/*--------------------------------------------------------------
# Facelift
--------------------------------------------------------------*/

.facelift .tag {
  color: #000;
  /* Black Robo */
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px; /* 200% */
  letter-spacing: 4px;
  text-transform: uppercase;
}
.facelift h2 {
  color: #000;
  text-align: center;
  /* Heading/H1 */
  font-family: "Lato";
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 55px; /* 110% */
  align-self: stretch;
  text-transform: uppercase;
}
.flpara {
  padding: 24px 0;
}
.facelift .col-lg-10.text-center.flpara {
  padding: 24px 3%;
}
.followtreatment {
  color: #445a60;
  text-align: center;
  /* Heading/H6 */
  font-family: "Lato";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

/*--------------------------------------------------------------
# Facial Sculpting
--------------------------------------------------------------*/
.sculpting {
  background-color: #000;
  min-height: 650px;
  position: relative;
  overflow: auto;
}
.sculpting svg {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  margin: 0 auto;
  fill: #fff;
  width: 100%;
  height: 110px;
  top: -104px;
}
.featurein {
  color: #000;
  font-family: Lato;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featurein img {
  width: 116px;
  height: 48px;
}

.grytxt {
  color: #879296 !important;
}
.blktxt {
  color: #000 !important;
}

/**-------------------------------------------------
facialredness
-------------------------------------------------*/
.facialredness .beforeafter {
  margin: -5rem 0 0;
}

.facialredness {
  padding-bottom: 0;
}

.facialredness .content {
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 666px;
  min-height: 445px;
  position: relative;
  left: -15rem;
  color: #b5b5b5;
  /* Bold lato */
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.facialredness .content h3 {
  color: #fff;
  /* Heading/H4 */
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 250;
  line-height: 50px; /* 125% */
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.facialredness .content p {
  color: #b5b5b5;
  /* Bold lato */
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 0;
  width: 100% !important;
}

.facialredness .content ul {
  color: #b5b5b5;
  /* Reg Lato */
  font-family: "Lato";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 120% */
  padding-left: 1.5rem;
}

.featuretreatment h3 {
  color: #000;
  text-align: center;

  /* Heading/H5 */
  font-family: "Lato";
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px; /* 117.647% */
  text-transform: capitalize;
  margin-top: 40px;
}
/*--------------------------------------------------------------
# Melasma Treatment
--------------------------------------------------------------*/
.melasmatreatment,
.antiagingsec {
  background: url(../images/melasma-treatment.jpg) top no-repeat;
  background-size: cover;
}
.melasmatreatment .col-lg-6,
.antiagingsec .col-lg-6 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.melasmatreatment h2,
.antiagingsec h2 {
  color: #fff;
  font-family: "Lato";
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  line-height: 45.6px; /* 120% */
  letter-spacing: 0.76px;
  text-transform: uppercase;
  margin: 0;
}
.melasmatreatment svg {
  /* top: -130px; */
}
.melasmatreatment .contentbox,
.antiagingsec .contentbox {
  display: flex;
  width: 486px;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 0px 0px 0px 10px;
  background: rgba(0, 0, 0, 0.8);
  margin: 0;
  color: #fff;
}
.melasmatreatment .contentbox {
  margin: 208px 0 282px;
}
.antiagingsec {
  background: url(../images/antiaging-bg.jpg) no-repeat;
  background-size: cover;
}
.antiagingsec .col-lg-6 {
  min-height: auto;
}
.antiagingsec .contentbox {
  width: 562px;
  margin: 93px 0;
}

/*--------------------------------------------------------------
# Non-Surgical Tightening
--------------------------------------------------------------*/
.non-surgical {
  background: none;
}
#background-video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.non-surgical .contentbox {
  width: 548px;
  margin: 97px 0 80px;
}
/*--------------------------------------------------------------
# Vaginal BeautificationTM
--------------------------------------------------------------*/
.vaginalsec {
  background: #050505;
}

.vaginalbeautification {
  max-width: 975px;
  min-height: 600px;
  margin: 0 auto;
  position: relative;
  padding: 0 45px;
}
.vaginalbeautification .caption {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 82%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.vaginalbeautification .caption p {
  max-width: 560px;
  margin: 72px auto;
}
.vaginalbeautification .caption h3 {
  color: #fff;
  font-family: "Lato";
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 55px; /* 110% */
  text-transform: uppercase;
  margin: 0;
}
.vaginalbeautification .swiper-button-prev:after,
.vaginalbeautification .swiper-button-next:after {
  color: #fff;
  font-size: 51px;
  font-weight: 900;
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.clients-slider {
  padding: 0 50px;
}
.clients-slider .swiper-button-next:after,
.clients-slider .swiper-button-prev:after {
  font-size: 18px;
  color: #000;
  font-weight: 800;
}
.clients-slider .swiper-button-prev,
.clients-slider .swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
  background-color: #fff;
}
.clients-slider .swiper-button-next,
.clients-slider .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
  background-color: #fff;
}
/*.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}*/
.clients .swiper-slide {
  text-align: center;
}
.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffc451;
}

/*--------------------------------------------------------------
# services
--------------------------------------------------------------*/

.services {
  background-position: center top;
  /* background-image: linear-gradient(180deg,rgba(255,255,255,.14) 50%,#000 90%)/url("../images/bg-1.png") !important;*/
  background: linear-gradient(180deg, #fff 36.6%, #000 92.42%);

  background-color: #fff !important;
  position: relative;
  background-color: #fff;
  background-position: 50%;
  background-size: 100%;
  background-size: cover;
  display: flex;
  /* min-height: 1210px; */
  padding: 110px 0px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
}

.services .headingtxt h2 {
  padding-top: 0px !important;
  padding-top: 0px;
  margin-top: -46px !important;
  margin-bottom: 60px;
}

.dsm-title {
  text-align: center;
  font-family: "Lato";
  font-size: 55.045px;
  font-style: normal;
  font-weight: 500;
  line-height: 55.045px; /* 100% */
  text-transform: uppercase;
  color: #fff !important;
  text-align: center;
  text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.flipbox {
  position: relative;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  margin: 64px 0;
}
.flipboxoverlay {
  position: absolute !important;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  width: 100%;
  background-color: #000;
  background-image: url(../images/White-Logo-alpha.png);
  background-size: 200px;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.19);
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.servicehead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  max-width: 218px;
  margin-bottom: 24px;
}
.servicehead .dsm-title {
  color: #fff;
  font-family: Lato;
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  text-transform: capitalize;
  margin: 0 !important;
  padding: 0;
  top: 0;
  transform: none;
}
.servicehead .totalsevices {
  color: #fff;
  /* Body/Reg-4 */
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}

.flipbox-services a {
  color: #b5b5b5;
  /* Lato/Light 1 */
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  display: block;
  margin: 5px 0;
  min-height: 26px;
}
.flipbox-services a:hover {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.5px;
}
.flipbox_wrapper .dsm-title {
  position: relative;
  margin-bottom: 10px;
}
.flipbox:hover .flipboxoverlay {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.flipbox-services {
  width: 100%;
  padding: 37px;
}
.viewall {
  display: flex;
  width: 100%;
  height: 48px;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border: 1.5px solid #fff;
  color: #fff;
  text-align: center;
  /* Black Robo */
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px; /* 200% */
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0 auto;
}
.viewall-slider {
  width: 350px !important;
}
.viewall:hover {
  background-color: #fff;
  color: #000;
}

a.et_pb_button {
  border: 1.5px solid #fff !important;
  padding: 0.5em 2em;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  margin: 0 auto;
  display: flex;
  width: 218px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px; /* 200% */
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "Roboto";
}
.pb_button_wrapper {
  position: absolute;
  bottom: 3rem;
  margin: 0 auto;
  width: 218px;
  left: 0;
  right: 0;
}
a.et_pb_button:hover {
  background-color: #fff;
  color: rgba(0, 0, 0, 1) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px; /* 200% */
  letter-spacing: 4px;
}

.headingtxt h2 {
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 50px;
  color: #000 !important;
  text-align: center;
  margin: 0 0 10px;
  line-height: 1.2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #ffc451;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 a:hover {
  color: #ffc451;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #ffc451;
  border-color: #ffc451;
  color: #151515;
}

/******************************************************
# Chemical Peels CSS
******************************************************/
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#chemical-peel-hero {
  width: 100%;
  height: 540px;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  min-height: -webkit-fill-available;
  /* padding-top: 20vh; */
  /* padding-bottom: 39vh; */
}
/* #chemical-peel-hero:before {
  content: "";
  background: #a39589;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: -50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  height: 100%;
  z-index: -9;
} */
#chemical-peel-hero::after {
  content: "";
  background: linear-gradient(
    90.05deg,
    rgba(1, 1, 1, 0.92) -11.22%,
    rgba(0, 0, 0, 0) 99.96%,
    rgba(0, 0, 0, 0.49) 99.96%
  );
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 9;
}

#chemical-peel-hero .container {
  position: relative;
  /* padding-top: 74px; */
  text-align: left;
  color: #fff;
  z-index: 99;
}

#chemical-peel-hero h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 117.647% */
  margin-bottom: 10px !important;
  color: #fff;
}

#chemical-peel-hero h1 span {
  color: #ffc451;
}
.what-is-this-service-cost svg {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  margin: 0 auto;
  fill: #fff;
  width: 100%;
  height: 110px;
  top: -50px;
}

.tac {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  /* 181.818% */
  margin-bottom: 60px;
}

.tag {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}

input.et_pb_s {
  width: 50%;
  min-width: 300px;
  background: no-repeat;
  border: 1px #fff solid;
  padding: 5px 10px;
}

input.et_pb_s {
  width: 50%;
  min-width: 300px;
  background: no-repeat;
  border: 1px #fff solid;
  padding: 5px 10px;
}

input.searchsubmit[type="submit"] {
  padding: 16px 28px;
  border: 0;
  background: #fff !important;
  font-size: 17px;
  font-weight: 600;
  color: #000 !important;
  height: 56px;
  min-width: 123px;
}
.pb_searchform input {
  border-radius: 0;
  box-shadow: 3px 0px 18px 2px #fff;
  color: #fff;
}

#chemical-peel-hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}
/*  */
section#sculpting:before {
  content: "";
  background: #00000040;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 0;
}
section#sculpting > div {
  position: relative;
  z-index: 1;
}
section#sculpting.men-women::before {
  z-index: -1;
}
.contentbox.chemical-peel-contentbox {
  position: relative;
  z-index: 1;
}
/*  */
.checkinfo ul {
  list-style: none;
  margin: 23px 0 0;
  padding: 0;
  display: flex;
  column-gap: 20px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  opacity: 0.6;
}

.checkinfo ul svg {
  margin-right: 5px;
}

.happycust {
  position: relative;
  left: -14px;
  top: 24px;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  column-gap: 10px;
}

.happycust .rating {
  position: relative;
  padding-left: 3.5rem !important;
}

.headerright .socialicon {
  display: flex;
  column-gap: 35px;
}

.happycust div:first-child {
  margin-right: 0px;
}

.happycust .rating:before {
  background-color: #65696a;
  width: 2px;
  height: 75%;
  position: absolute;
  content: "";
  left: 20px;
  top: 17px;
}

.happycust span {
  display: block;
  color: #b5b5b5;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
  text-transform: uppercase;
  margin-top: 8px;
  white-space: nowrap;
}

#chemical-peel-hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#chemical-peel-hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffc451;
}

#chemical-peel-hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#chemical-peel-hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#chemical-peel-hero .icon-box h3 a:hover {
  color: #ffc451;
}

#chemical-peel-hero .icon-box:hover {
  border-color: #ffc451;
}

/*  */
.contentbox.chemical-peel-contentbox {
  margin: 117px 0;
  z-index: 9;
}
/*  */
.qualifications {
  background: url(../images/qualifications.png) no-repeat;
  background-size: cover;
  position: relative;
}
.qualifications:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: url(../images/qualification-mask.png);
  background-size: cover;
}

.qualifications h2 {
  color: #fff;
  font-family: "Lato";
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: 0.76px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 24px;
  z-index: 9;
}

.qualifications-contentbox {
  width: 510px;
  margin: 64px 0;
  color: #fff;
}

#procedure-details {
  background: url(../images/SkinWood\ Black\ Logo\ 1.png) no-repeat;
  background-size: auto;
  background-position: center;
  min-height: 720px;
  max-height: 100%;
  padding: 78px 0;
  background-attachment: fixed !important;
}

/*  */
.procedure-details-contentbox {
  background-color: #000;
  color: #fff;
  padding: 24px;
  /* width: 336px; */
  min-width: 336px;
  width: min-content;
}

.procedure-details-boxs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}

.procedure-details h2 {
  color: #000;
  text-align: center;
  font-family: "Lato";
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 55px;
  align-self: stretch;
  text-transform: uppercase;
  padding: 0 20%;
}

.procedure-details-contentbox h3 {
  font-size: 38px;
  line-height: 45.6px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Lato";
  color: #fff;
}
.procedure-details-tag {
  color: #000;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

/*  */

.right-for-sec {
  background: #000;
  padding: 0px;
  position: relative;
}
.right-for-sec:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.right-for-bg-img {
  background: url(../images/right-for-img.png) no-repeat;
  background-size: auto;
  background-position: center;
  /* opacity: 0.5; */
}

.right-for-sec h2,
.schedule-consultation-content.h2-content h2 {
  color: #ffffff;
  text-align: center;
  font-family: "Lato";
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 55px;
  align-self: stretch;
  text-transform: uppercase;
  margin: 16px 0;
}

.right-for-sec .tag {
  color: #ffffff;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.right-for-content {
  padding: 80px 0;
  z-index: 9;
}

.right-for-sec .col-lg-12.text-center.flpara.pb-0 {
  padding: 0 20%;
}

/*  */
.benefits {
  background-color: #000;
  /* min-height: 500px; */
  position: relative;
  overflow: hidden;
}

.benefits svg {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  margin: 0 auto;
  fill: #fff;
  width: 100%;
  height: 110px;
  top: -45px;
}

.benefits-lists {
  padding: 70px 60px;
}

.benefits-lists ul li {
  color: #fff;
  font-size: 17px;
  font-family: "Lato";
  line-height: 25.5px;
  font-weight: 500;
}

/*  */
.Expect-after-chemical-peel {
  background: url(../images/Banner_hero.png) no-repeat;
  background-size: cover;
  position: relative;
}

.Expect-after-chemical-peel:before {
  content: "";
  background: #14202385;

  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.Expect-after-chemical-peel h2 {
  color: #fff;
  font-family: "Lato";
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  line-height: 45.6px;
  letter-spacing: 0.76px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 24px;
}

.Expect-after-chemical-peel p {
  color: #fff;
}

.Expect-after-chemical-peel h3 {
  color: #fff;
  font-family: "Lato";
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  line-height: 45.6px;
  letter-spacing: 0.76px;
  text-transform: uppercase;
  margin: 0;
  margin-top: 24px;
}

.Expect-after-chemical-peel-list-boxs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.Expect-after-chemical-peel-list-boxs .contentbox {
  display: flex;
  width: 588px;
  height: auto;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 0px 0px 0px 0px;
  background: rgba(0, 0, 0, 0.4);
  margin: 0;
  color: #fff;
}
.related-img-box {
  background: #000;
  padding: 20px 30px 10px 30px;
  text-align: center;
  display: flex;
  align-items: center;
}

.related-products h2 {
  color: #000000;
  font-family: "Lato";
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  line-height: 45.6px;
  letter-spacing: 0.76px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 12px;
}
.related-products .tag {
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #445a60;
  margin-bottom: 12px;
}

h2.related-txt {
  left: 24px;
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
  /* width: 230px; */
  color: #ffffff;
  text-align: center;
  font-family: "Lato";
}
.related-img-box-all {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}
.related-img-box:nth-child(4) .related-txt {
  display: flex;
  align-items: center;
  text-align: center;
  top: 50%;
  font-size: 50px;
  justify-content: center;
}
.facelift h2 {
  margin: 0;
}
.greytext {
  color: #b5b5b5 !important;
}
section.schedule-consultation {
  padding: 80px 0;
  overflow: hidden;
}
h2.facelift-heading.schedule-consultation-heading {
  color: var(--neutral-white, #fff);
  font-family: "Lato";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 55px;
  text-transform: uppercase;
}
.schedule-consultation-content {
  color: #fff;
}
/*  */
@media (max-width: 1400px) {
  .right-for-content {
    padding: 66px 0;
  }
  #procedure-details {
    /* height: 760px; */
    max-height: 100%;
    background-attachment: fixed !important;
  }
  .cform > div:first-of-type label span {
    width: 100% !important;
  }
}

@media (max-width: 1200px) {
  .tag {
    font-size: 19px;
  }
  #chemical-peel-hero h1 {
    font-size: 32px;
  }
  #chemical-peel-hero {
    width: 100%;
    height: 410px;
  }
  .tac {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .melasmatreatment h2,
  .antiagingsec h2 {
    font-size: 32px;
  }
  .procedure-details h2 {
    font-size: 44px;
    padding: 0px;
  }
  .procedure-details-contentbox {
    padding: 24px;
    width: 290px;
  }
  #procedure-details {
    height: auto;
    max-height: 100%;
    background: url(http://dev.arokee.com/skinwood/wp-content/themes/skinwood/assets/images/SkinWood\ Black\ Logo\ 1.png)
      no-repeat;
    background-size: contain;
    background-position: top;
  }
  .right-for-content {
    padding: 50px 0;
  }
  .right-for-sec h2,
  .schedule-consultation-content.h2-content h2 {
    font-size: 44px;
  }
  .facelift h2 {
    font-size: 44px;
  }
  .benefits-lists {
    padding: 40px 6px;
  }
  .Expect-after-chemical-peel-list-boxs .contentbox {
    display: flex;
    width: 670px;
    height: auto;
  }
  .related-img-box-all {
    gap: 44px;
    margin-top: 44px;
  }
  section.non-surgical .contentbox {
    /* margin-right: 100px; */
  }
  .contentbox.chemical-peel-contentbox {
    margin: 60px 0;
  }
  .qualifications:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #0000005e;
  }
  .qualifications-contentbox {
    margin: 24px 0;
  }
  .procedure-details h2 {
    font-size: 38px;
    padding: 0px;
  }
  .col-lg-12.text-center {
    padding-bottom: 0px;
  }
  .procedure-details-contentbox {
    padding: 12px;
    width: 270px;
  }
  .procedure-details-boxs {
    gap: 16px;
    margin-top: 40px;
    font-size: 14px;
  }
  .procedure-details-contentbox h3 {
    font-size: 21px;
  }
  .right-for-sec .col-lg-12.text-center.flpara.pb-0 {
    padding: 0 8%;
  }
  .right-for-sec h2,
  .schedule-consultation-content.h2-content h2 {
    font-size: 34px;
  }
  .facelift h2 {
    font-size: 34px;
  }
  .benefits-lists {
    padding: 40px 40px;
  }
  .Expect-after-chemical-peel h2 {
    font-size: 30px;
  }
  .Expect-after-chemical-peel h3 {
    font-size: 30px;
  }
  .contentbox {
    margin-left: 0px !important;
  }
  .contactadd .happycust .rating {
    padding-left: 2rem !important;
  }
  .happycust .rating:before {
    background-color: #65696a;
    width: 2px;
    height: 75%;
    position: absolute;
    content: "";
    left: 13px;
    top: 17px;
  }
}
@media (max-width: 992px) {
  #hero:before {
    z-index: 0;
  }
  #chemical-peel-hero {
    width: 100%;
    height: 310px;
  }
  .tac {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .viewall-slider {
    width: 300px !important;
    font-size: 12px;
  }
  .qualifications {
    background: url(http://dev.arokee.com/skinwood/wp-content/themes/skinwood/assets/images/qulification-image.png)
      no-repeat;
    background-size: cover;
    position: relative;
  }
  .qualification-mob-img {
    background: url(http://dev.arokee.com/skinwood/wp-content/themes/skinwood/assets/images/dr-img.png)
      no-repeat;
    background-size: contain;
    height: 320px;
    background-position: bottom;
  }
  section#qualifications {
    padding-bottom: 0px;
    background-position: bottom !important;
  }
  .qualifications h2 {
    font-size: 30px;
  }
  .qualifications-contentbox {
    width: 100%;
    margin: 30px 0;
    color: #fff;
    font-size: 15px;
  }
}
@media (max-width: 931px) {
  #procedure-details {
    height: auto;
  }
  .procedure-details-boxs {
    gap: 35px;
  }
}

@media (max-width: 768px) {
  #chemical-peel-hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #chemical-peel-hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 787px) {
  section#qualifications {
    background-position: 14% 50% !important;
  }
}
@media (max-width: 576px) {
  #chemical-peel-hero {
    width: 100%;
    height: 370px;
    background-position: left !important;
  }
  .viewall-slider {
    width: 300px !important;
  }
  section.non-surgical .contentbox {
    margin-right: 0px;
  }
  .procedure-details h2 {
    font-size: 22px;
    line-height: 30px;
  }
  #procedure-details {
    /* height: 1185px; */
    max-height: 100%;
    background-size: contain;
    background-position: top;
  }
  .procedure-details-contentbox {
    padding: 20px;
    width: 100%;
    font-size: 16px;
  }
  .procedure-details-contentbox h3 {
    font-size: 26px;
  }
  .right-for-sec h2,
  .schedule-consultation-content.h2-content h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .right-for-content {
    padding: 35px 0;
  }
  .facelift h2 {
    font-size: 26px;
  }
  .benefits-lists {
    padding: 0px 20px;
  }
  .Expect-after-chemical-peel h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .Expect-after-chemical-peel h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .Expect-after-chemical-peel-list-boxs .contentbox {
    display: flex;
    width: 95%;
    height: auto;
    padding: 16px;
    margin: 0 !important;
  }
  .related-products h2,
  h2.facelift-heading.schedule-consultation-heading {
    font-size: 26px;
    line-height: 35px;
  }
  .benefits-lists ul li {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  #chemical-peel-hero h1 {
    font-size: 32px;
  }
  .viewall-slider {
    width: 280px !important;
  }
  .melasmatreatment h2,
  .antiagingsec h2 {
    font-size: 26px;
    line-height: 35px;
  }
  .right-for-sec h2,
  .schedule-consultation-content.h2-content h2 {
    font-size: 22px;
    line-height: 36px;
  }
  .right-for-sec .col-lg-12.text-center.flpara.pb-0 {
    padding: 0 5%;
  }
  .facelift h2 {
    font-size: 22px;
  }
  .benefits-lists {
    padding: 0px 0px;
  }
  #procedure-details {
    /* height: 1220px; */
  }
}
@media (max-width: 370px) {
  .viewall {
    padding: 12px 4px;
    font-size: 9px;
  }
  .right-for-content {
    padding: 23px 0;
  }
  .facelift h2 {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  background: #ffc451;
  color: #151515;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #ffc451;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #ffc451;
  border: 0;
  padding: 10px 24px;
  color: #151515;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ffcd6b;
}

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

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: whitesmoke;
  min-height: 40px;
  margin-top: 74px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

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

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

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

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

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

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

/*******************************************************
Common Css
**********************************************************/
.Med-1 {
  color: #fff;
  font-family: "Lato";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 145.455% */
}
.Med-3 {
  color: #fff;
  font-family: "Lato";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  text-transform: uppercase;
}
.Med1 {
  color: #b5b5b5;
  font-family: "Lato";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.5px; /* 150% */
}
.Reg-4 {
  color: #b5b5b5;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 80px 45px;
  justify-content: center;
  align-items: center;
  background: #000;
  width: 100%;
}
#footer a {
  color: #b5b5b5;
}
#footer a:hover {
  color: #fff;
}
.footernav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  column-gap: 41px;
  color: #b5b5b5;
  /* Body/Reg-4 */
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}

.footerlogo {
  width: 100px;
  height: 50px;
}
.footerlogo {
  padding-right: 41px;
  position: relative;
}
.footerlogo img {
  opacity: 0.5;
}
.footerlogo:after {
  width: 2px;
  height: 35px;
  border-radius: 25px;
  border: 1px solid #abafc7;
  background: #abafc7;
  position: absolute;
  right: 0;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.footernav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footersocial svg {
  fill: #879296;
}
.footersocial ul {
  column-gap: 15px;
}
#footer .container {
  display: flex;
  /* max-width: 1200px; */
  align-items: flex-start;
  gap: 78px;
  flex-shrink: 0;
}
.f-servicesection {
  margin-top: 40px;
  margin-left: -1rem;
  margin-right: -1rem;
}
.f-servicesection h3 {
  margin-bottom: 16px;
}
.f-serviceitem {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
}
.f-serviceitem > div {
  width: 177px;
}

.f-serviceitem h3 {
  margin-bottom: 8px;
}

.f-serviceitem ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.w-100 {
  width: 100%;
}

.footer-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  max-width: 534px;
}

.bookanappt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  max-width: 588px;
}

#footer .footer-top {
  width: 100%;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
  color: #ffc451;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #292929;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ffc451;
  color: #151515;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffc451;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ffc451;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ffc451;
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #ffcd6b;
}

#footer .copyright {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
#footer .copyright a {
  color: #b5b5b5;
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}

#footer .copyright a:hover {
  color: #fff;
}
.policylink a {
  margin-right: 15px;
  padding-right: 10px;
  border-right: 1px solid #b5b5b5;
}
.policylink a:last-child {
  border: 0;
  margin-right: 0px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#loom-companion-mv3 {
  display: none;
}
/***************************
SkinWood CSS
*****************************/
@media (max-width: 1680px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 93%;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1380px;
  }
}

/*  */

/* Men and Women */

/* Styling for the buttons and content */
.toggle-btn {
  cursor: pointer;
  border: none;
  color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border: 2px solid #fff;
  background: none;
  font-size: 20px;
}
.toggle-btn:hover {
  background: #fff;
  color: #000;
  transition: 1s;
}

.content {
  display: none;
  margin-top: 20px;
}

/* Set the display property of the first content section to 'block' */
#content1 {
  display: block;
}
.content2 {
  display: none;
}

/* Style for the active content */
.active-content {
  display: block;
}

.menandwomen {
  background: #000;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.menimg {
  transform: translate(-160px, 201px);
  position: relative;
  max-width: 1002px;
  width: 150%;
}
.womenimg {
  position: relative;
  transform: translate(-81px, 197px);
  max-width: 1000px;
  width: 124%;
}
.tb1 {
  position: absolute;
  transform: translate(340px, -440px);
}
.tb2 {
  position: absolute;
  transform: translate(190px, -320px);
}
.tb3 {
  position: absolute;
  transform: translate(185px, -190px);
}
.tb4 {
  position: absolute;
  transform: translate(300px, -145px);
}
.tb5 {
  position: absolute;
  transform: translate(420px, -280px);
}
button#men-button {
  width: 47.2%;
  padding: 15px;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: 800;
  border: 2px solid white;
  background: #000;
  color: #fff;
}
button#women-button {
  width: 47.2%;
  padding: 15px;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: 800;
  border: 2px solid white;
  background: #000;
  color: #fff;
}

/* button#women-button:hover {
  background: white;
  color: #000;
  transition: 1s;
} */
.buttons {
  padding-top: 200px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.content h3 {
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: 4px;
  font-weight: bold;
  color: #fff;
  padding-top: 100px;
}

.content h4 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  padding-top: 30px;
}

.content p {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  line-height: 25.5px;
  padding-top: 30px;
  width: 86%;
}

.followusinsta {
  width: 70%;
  padding: 20px;
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: 800;
  border: 2px solid #fff;
  margin-top: 180px;
  background: none;
  color: #fff;
  position: relative;
  margin-left: 70px;
  margin-right: 70px;
}
.followusinsta:hover {
  background: white;
  color: #000;
  transition: 1s;
}

.blur-overlay {
  content: "";
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: 10%;
  background: rgb(0 0 0 / 96%);
  filter: blur(7px);
  z-index: 1;
}
.blur-overlayy {
  content: "";
  position: absolute;
  bottom: -74px;
  left: -19px;
  width: 144%;
  height: 10%;
  background: rgb(0 0 0 / 100%);
  filter: blur(20px);
  z-index: 1;
}
.blur-overlay1 {
  content: "";
  position: absolute;
  bottom: -16px;
  left: -59px;
  width: 100%;
  height: 4%;
  background: rgb(0 0 0 / 100%);
  filter: blur(20px);
  z-index: 1;
}
.tb6 {
  position: absolute;
  transform: translate(345px, -470px);
}
.tb7 {
  position: absolute;
  transform: translate(210px, -365px);
}
.tb8 {
  position: absolute;
  transform: translate(200px, -270px);
}
.tb9 {
  position: absolute;
  transform: translate(308px, -225px);
}
.tb10 {
  position: absolute;
  transform: translate(420px, -330px);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background-position: center center;
  position: relative;
  background: #000;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 12px 85px 10px 35px;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
  padding-top: 30px;
  letter-spacing: 3px;
  padding-bottom: 30px;
}

.testimonial-item h2 {
  padding-bottom: 12px;
  padding-top: 20px;
  margin: 0 auto 0 auto;
  width: 80%;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 180% */
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  margin: 3px 0px -3px 50px;
  color: #b5b5b5;
  font-family: "Lato";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.5px; /* 150% */
  padding-bottom: 30px;
}

.testimonials .swiper-pagination {
  margin-top: 100px;
  position: relative;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  width: 100%;
}
.fbc {
  text-align: center;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.5;
}

.headingtestimonial h1,.headingtestimonial h2 {
  color: #ffffff;
  text-align: center;
  font-family: "Lato";
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 55px;
  align-self: stretch;
  text-transform: uppercase;
  padding-bottom: 60px;
}
.headingtestimonial {
  text-align: center;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
  width: 50px;
  height: 15px;
  border-radius: 15px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
}

.testrating {
  display: flex;
}
.reviewbox {
  max-width: 390px;
}
.texttext h3 {
  color: var(--neutral-white, #fff);
  /* Heading/H6 */
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
}
.texttext p {
  color: #b5b5b5;
  font-family: "Lato";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.5px; /* 150% */
}
.texttext h2 {
  font-size: 22px;
  color: #ffffff;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
}
.reviewbox h3:first-child {
  margin-bottom: 24px;
}
.reviewbox h3 {
  margin-bottom: 16px;
}
.texttext h2.trusted {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
  margin-top: 40px;
}
.texttext span {
  font-size: 20px;
  letter-spacing: 4px;
}

.testimonial-item img {
  margin: 0 0px -3px 50px;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 85%;
  }
}

/* Follow us */

.followus {
  background: #000;
  padding-top: 90px;
}

.followcol {
  padding-bottom: calc(var(--bs-gutter-x) * 0.2);
  padding-right: calc(var(--bs-gutter-x) * 0.2);
  padding-left: calc(var(--bs-gutter-x) * -0.8);
}
.fimg1 img {
  height: 268px;
  /* width: 269px; */
  object-fit: cover;
}
.fimg2 img {
  height: 132px;
  width: 150px;
  object-fit: cover;
}
.followcol1 {
  /* width: 137px; */
  object-fit: cover;
}
.followcol1 img {
  object-fit: cover;
}
.fimg4 img {
  height: 185px;
  width: 100%;
  object-fit: cover;
}

.fimg5 img {
  height: 77px;
  width: 185px;
  object-fit: cover;
}

.fimg6 img {
  width: 100%;
  height: 86px;
  object-fit: cover;
}

.followcol4 {
  /* width: 153px; */
  object-fit: cover;
}

.fimg9 {
  /* width: 149px; */
  height: 150px;
  object-fit: cover;
}

.followustext h1,.followustext h2 {
  color: #b5b5b5;
  font-family: "Lato";
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  line-height: 45.6px; /* 120% */
  letter-spacing: 0.76px;
  text-transform: uppercase;
}

.followustext h3 {
  color: #fff;
  text-align: left;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.953px; /* 118.454% */
  letter-spacing: 3.008px;
  text-transform: uppercase;
  margin: 16px 0;
}

.fbox {
  display: flex;
  width: 190px;
  height: 52px;
  padding: 9.777px 21.315px;
  flex-direction: column;
  align-items: flex-start;
  gap: -0.421px;
  flex-shrink: 0;
  border-radius: 3.008px;
  border: 0.752px solid rgba(255, 255, 255, 0.25);
}
.fbox:hover {
  border: 0.752px solid rgba(255, 255, 255, 0.884);
  background-color: #0f0f0f;
}
.followustext h6 {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 9.777px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.132px; /* 165% */
  letter-spacing: 1.504px;
  text-transform: uppercase;
  margin: 0;
}

.followustext h6:last-child {
  color: #b5b5b5;
  text-align: center;
  font-family: Inter;
  font-size: 9.395px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.132px; /* 171.707% */
  letter-spacing: 1.504px;
  text-transform: capitalize;
}

/**------------------------------------------
  Contact Section
  ---------------------------------------------*/
.contactsection {
  display: flex;
  max-width: 1440px;
  padding: 0px 120px 0px;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}
.darkbg {
  background: #000;
}
.bookappt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: calc(100% - 600px);
}
.contactinfo {
  display: flex;
  width: 534px;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  flex-shrink: 0;
}

.contactsection h3 {
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  line-height: 45.6px; /* 120% */
  letter-spacing: 0.76px;
  text-transform: uppercase;
}

.contactsection h4 {
  color: #fff;
  font-family: "Lato";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
  margin: 0 0 16px;
  padding: 0;
}
.contactadd {
  color: #fff;
  font-family: "Lato";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
}
.contactadd .mail {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 40px 0 77px;
}
.socialico {
  margin: 48px 0 0;
}
.socialico ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 33.33px;
}

.contactadd .happycust {
  width: calc(100% + 40px);
}
.contactadd .happycust .rating {
  padding-left: 3rem !important;
}
.happycust-ratings {
  display: flex;
  position: relative;
  left: 20px;
  width: 66%;
}
.contactadd .happycust div:first-child {
  margin-right: 0px;
}
.apptform label {
  color: #fff;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  width: 100%;
}
.apptform label > div {
  margin-bottom: 8px;
}
.cform p {
  margin: 0;
}
.cform {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
.cform:-ms-input-placeholder {
  /* Edge 12-18 */
  color: #c9c9c9;
}

.cform ::placeholder {
  color: #c9c9c9;
  opacity: 1;
}
.cform > div {
  width: 47%;
}
.cform > div.w100 {
  width: 100%;
}

.cform > div:first-of-type {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cform > div:first-of-type label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 40px;
  justify-content: space-between;
}
.cform > div:first-of-type label:first-of-type,
.cform > div:first-of-type label:first-of-type > div {
  width: 100%;
}
.cform > div:first-of-type label span {
  width: 46.55%;
}
.cform > div label br {
  display: none;
}
.cform > div input,
.cform > div textarea {
  background: none;
  width: 100%;
  height: 40px;
  border: 0;
  border-bottom: 1px solid #b5b5b5;
  color: #c9c9c9;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
}
.cform > div textarea {
  resize: none;
  height: 82px;
  border: 1px solid #b5b5b5;
  padding: 10px 11.992px;
}
span.wpcf7-form-control-wrap.procedure {
  width: 100%;
  display: block;
}
.procedure select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #b5b5b5;
  background: no-repeat;
  height: 44px;
  color: #c9c9c9;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
}
span.wpcf7-form-control-wrap.procedure select option {
  color: #c9c9c9;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}
span.wpcf7-form-control-wrap.policy,
span.wpcf7-form-control-wrap.policy span {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
.apptform .policycheck label {
  display: flex;
  width: auto;
  justify-content: flex-start;
  width: auto;
  column-gap: 30px;
}
.apptform .policycheck label * {
  width: auto;
}

.apptform .policycheck input[type="checkbox"] {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: none;
  border: 1px solid #fff;
  accent-color: black;
}

/* Hide the browser's default checkbox */

/* Create a custom checkbox */
.apptform .policycheck {
  position: relative;
}

.apptform .policycheck span.wpcf7-list-item.first.last {
  width: 100%;
  text-align: left;
  margin: 0;
}
.apptform .policycheck label {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  text-align: left;
}

.apptform input[type="submit"] {
  display: flex;
  padding: 12px 95px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  background-color: #fff;
  color: #000;
  color: var(--neutral-dark, #000);
  text-align: center;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 0; /* 200% */
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 42px;
}

.cform > div:last-child {
  width: 100%;
}

.copyright {
  border-top: #445a60 1px solid;
  padding-top: 16px;
  margin-top: 12px;
  width: 100%;
}

/* mobile */

.active-btn {
  background-color: #fff !important;
  color: #000 !important;
}

/* contact form errors */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #f2f2f2;
  color: #dc3232;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 13px;
  font-weight: normal;
  display: block;
  text-transform: capitalize;
  width: 100% !important;
}

.searchresult article {
  padding: 10px;
  margin: 30px 0;
  border: 1px solid #848484;
  border-radius: 5px;
}

/* --------------------------- */
/* responsive changes */
/* --------------------------- */
@media (max-width: 1400px) {
  #hero .container {
    padding-top: 100px;
    /* padding-left: 60px; */
  }
  .tac {
    margin-bottom: 40px;
  }
  .client-container {
    max-width: 1366px;
  }
  /* men and women */
  .menimg {
    transform: translate(-160px, 235px);
    position: relative;
    max-width: 1002px;
    width: 150%;
  }
  .womenimg {
    position: relative;
    transform: translate(-81px, 255px);
    max-width: 1000px;
    width: 126%;
  }
  .tb1 {
    position: absolute;
    transform: translate(330px, -390px);
  }
  .tb2 {
    position: absolute;
    transform: translate(179px, -260px);
  }
  .tb3 {
    position: absolute;
    transform: translate(168px, -147px);
  }
  .tb4 {
    position: absolute;
    transform: translate(284px, -94px);
  }
  .tb5 {
    position: absolute;
    transform: translate(384px, -228px);
  }
  .tb6 {
    position: absolute;
    transform: translate(329px, -373px);
  }
  .tb7 {
    position: absolute;
    transform: translate(193px, -274px);
  }
  .tb8 {
    position: absolute;
    transform: translate(179px, -182px);
  }
  .tb9 {
    position: absolute;
    transform: translate(276px, -137px);
  }
  .tb10 {
    position: absolute;
    transform: translate(385px, -229px);
  }
  /* for sculpting melasmatreatment */
  .melasmatreatment .contentbox {
    margin: 208px 0px 281px 71px;
  }
  /* for followus */
  .fimg9 {
    /* width: 149px; */
    height: 156px;
  }
  .figm-res {
    height: 152px;
  }
  .testimonials .testimonial-item .testimonial-img {
    width: 80px;
    height: 80px;
    margin: 12px 30px 10px 35px;
  }
}
@media (max-width: 1300px) {
  .tb1 {
    position: absolute;
    transform: translate(290px, -347px);
  }
  .tb2 {
    position: absolute;
    transform: translate(155px, -226px);
  }
  .tb3 {
    position: absolute;
    transform: translate(149px, -118px);
  }
  .tb4 {
    position: absolute;
    transform: translate(254px, -74px);
  }
  tb5 {
    position: absolute;
    transform: translate(345px, -200px);
  }
  .tb6 {
    position: absolute;
    transform: translate(290px, -335px);
  }
  .tb7 {
    position: absolute;
    transform: translate(173px, -238px);
  }
  .tb8 {
    position: absolute;
    transform: translate(165px, -151px);
  }
  .tb9 {
    position: absolute;
    transform: translate(255px, -112px);
  }
  .tb10 {
    position: absolute;
    transform: translate(349px, -207px);
  }
  .followusinsta {
    margin-top: 74px;
  }
}
@media (max-width: 1200px) {
  section {
    padding: 50px 0;
  }
  #hero h1 {
    font-size: 30px;
  }
  .services {
    min-height: 900px;
  }
  .tac {
    margin-bottom: 12px;
  }
  .client-container {
    max-width: 952px;
  }
  .services {
    background: linear-gradient(180deg, #fff 54.6%, #000 93.42%);
    min-height: 800px;
    padding: 0px 0px 0px;
  }
  .facialredness .content {
    left: -10rem;
  }
  .facialredness .beforeafter {
    margin: 3rem 0 0;
  }
  /* for follow us */
  .fimg1 img {
    height: 220px;
    /* width: 269px; */
  }
  .fimg2 img {
    height: 108px;
    /* width: 132px; */
  }
  .fimg4 img {
    height: 139px;
    /* width: 185px; */
  }
  .fimg6 img {
    /* width: 86px; */
    height: 71px;
  }
  .fimg9 {
    /* width: 149px; */
    height: 139px;
  }
  .figm-res {
    height: 127px;
  }
  .contactsection h3 {
    font-size: 30px;
  }
  .contactsection h4 {
    font-size: 20px;
  }
  .contactadd {
    font-size: 16px;
  }
  .contactadd .mail {
    font-size: 20px;
  }
  /*  */
  .buttons {
    padding-top: 120px;
  }
  .content h3 {
    padding-top: 80px;
  }
  .followusinsta {
    margin-top: 30px;
  }
  .content p {
    font-size: 16px;
    padding-top: 24px;
    width: 100%;
  }

  .blur-overlayy {
    bottom: -44px;
    left: -19px;
  }
  .toggle-btn {
    width: 24px;
    height: 24px;
    font-size: 15px;
  }
  .followusinsta {
    width: 80%;
    padding: 18px;
    font-size: 16px;
    margin-left: 40px;
    margin-right: 40px;
  }
  .menimg {
    transform: translate(-130px, 182px);
    /* position: relative; */
  }
  .womenimg {
    position: relative;
    transform: translate(-81px, 175px);
    max-width: 1000px;
    width: 130%;
  }
  .tb1 {
    position: absolute;
    transform: translate(225px, -278px);
  }
  .tb2 {
    position: absolute;
    transform: translate(120px, -186px);
  }
  .tb3 {
    position: absolute;
    transform: translate(113px, -97px);
  }
  .tb4 {
    position: absolute;
    transform: translate(195px, -61px);
  }
  .tb5 {
    position: absolute;
    transform: translate(277px, -167px);
  }
  .tb6 {
    position: absolute;
    transform: translate(227px, -301px);
  }
  .tb7 {
    position: absolute;
    transform: translate(125px, -225px);
  }
  .tb8 {
    position: absolute;
    transform: translate(121px, -148px);
  }
  .tb9 {
    position: absolute;
    transform: translate(194px, -122px);
  }
  .tb10 {
    position: absolute;
    transform: translate(277px, -197px);
  }
  .testimonials {
    padding: 30px 0;
  }
  .followus {
    padding-top: 30px;
  }
  .testimonials .testimonial-item .testimonial-img {
    width: 70px;
    height: 70px;
    margin: 12px 35px 10px 25px;
  }
  .testimonials .testimonial-item p {
    margin: 3px 0px -3px 30px;
    font-size: 15px;
    padding-bottom: 30px;
  }
  .testimonial-item img {
    margin: 0 0px -3px 30px;
  }
  .testimonial-item h2 {
    padding-bottom: 12px;
    padding-top: 12px;
    font-size: 19px;
  }
  .testimonials .testimonial-item h3 {
    font-size: 15px;
    padding-bottom: 30px;
  }
  .texttext h3 {
    font-size: 20px;
  }
  .texttext p {
    font-size: 15px;
  }
  .texttext h2.trusted {
    font-size: 13px;
  }
  .texttext span {
    font-size: 15px;
    letter-spacing: 4px;
  }
  .contactsection {
    display: flex;
    max-width: 1200px;
    padding: 0px 58px 0px;
    justify-content: inherit;
    align-items: flex-start;
    margin: 0 auto;
  }
  /* .happycust {
  display: block;
} */
  .happycust-ratings {
    display: flex;
    margin-left: 40px;
    width: 100%;
  }
  .happycust div:first-child {
    margin-right: 4px;
  }
}
@media (max-width: 1200px) {
  #footer {
    padding: 80px 59px 45px;
  }
  .f-serviceitem {
    column-gap: 80px;
  }
  #footer .copyright {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  .copyright {
    width: 100%;
  }
  .cform > div:first-of-type label span {
    width: 100%;
  }
  .contactadd .happycust .rating {
    padding-left: 2rem !important;
  }
}
/*  */
@media (max-width: 992px) {
  #hero {
    background-position: right 0px;
  }
  #hero {
    background-position: right 0px;
    padding-top: 58vh;
    padding-bottom: 64vh;
  }
  .serviceimg {
    display: none;
  }
  .client-container {
    max-width: 740px;
  }
  .services {
    background: linear-gradient(180deg, #fff 2%, #000 93.42%);
  }
  .col-lg-12.text-center {
    padding-bottom: 30px;
  }
  .services .headingtxt h2 {
    margin-top: -75px !important;
    margin-bottom: 0px;
  }
  .buttons {
    padding-top: 40px;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .menimg {
    transform: translate(0px, 150px);
    position: relative;
    max-width: 1000px;
    width: 100%;
  }
  .content {
    margin-top: 130px;
  }
  .womenimg {
    position: relative;
    transform: translate(30px, 150px);
    max-width: 1000px;
    width: 90%;
  }
  .tb1 {
    position: absolute;
    transform: translate(439px, -396px);
  }
  .tb2 {
    position: absolute;
    transform: translate(310px, -299px);
  }
  .tb3 {
    position: absolute;
    transform: translate(301px, -185px);
  }
  .tb4 {
    position: absolute;
    transform: translate(394px, -147px);
  }
  .tb5 {
    position: absolute;
    transform: translate(496px, -260px);
  }
  .tb6 {
    position: absolute;
    transform: translate(413px, -448px);
  }
  .tb7 {
    position: absolute;
    transform: translate(292px, -357px);
  }
  .tb8 {
    position: absolute;
    transform: translate(282px, -262px);
  }
  .tb9 {
    position: absolute;
    transform: translate(377px, -228px);
  }
  .tb10 {
    position: absolute;
    transform: translate(473px, -322px);
  }
  .facialredness .content {
    left: 0rem;
  }
  section#sculpting .content {
    margin-top: 120px;
  }
  .melasmatreatment .contentbox,
  .antiagingsec .contentbox {
    display: flex;
    width: 539px;
    background: rgb(0 0 0 / 60%);
  }
  .melasmatreatment .contentbox {
    margin: 150px 0px;
  }
  .contentbox {
    margin-left: 18px !important;
  }
  section.non-surgical .contentbox {
    margin-right: 200px;
  }
  .texttext.reviewbox {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
  }
  .followustext h1,.followustext h2 {
    text-align: center;
  }
  .followustext h3 {
    text-align: center;
  }
  .fbox {
    margin-right: auto;
    margin-left: auto;
  }
  .followustext {
    margin: 34px 0;
  }
  .fimg9 {
    /* width: 149px; */
    height: 130px;
  }
  .fimg9.figm-res img {
    max-width: 88%;
  }
  .contactsection {
    display: block;
    padding: 0px 70px 0px;
  }
  .bookappt {
    display: flex;
    align-items: center;
    width: calc(100%);
    margin-top: 50px;
  }
  section.men-women .content {
    margin-top: 140px;
  }
}
@media (max-width: 850px) {
  .tb1 {
    position: absolute;
    transform: translate(392px, -354px);
  }
  .tb2 {
    position: absolute;
    transform: translate(274px, -248px);
  }
  .tb3 {
    position: absolute;
    transform: translate(267px, -152px);
  }
  .tb4 {
    position: absolute;
    transform: translate(354px, -114px);
  }
  .tb5 {
    position: absolute;
    transform: translate(434px, -230px);
  }
  .tb6 {
    position: absolute;
    transform: translate(376px, -390px);
  }
  .tb7 {
    position: absolute;
    transform: translate(260px, -304px);
  }
  .tb8 {
    position: absolute;
    transform: translate(252px, -220px);
  }
  .tb9 {
    position: absolute;
    transform: translate(343px, -188px);
  }
  .tb10 {
    position: absolute;
    transform: translate(430px, -272px);
  }
}
@media (max-width: 812px) {
  .menimg {
    transform: translate(0px, 150px);
    position: relative;
    max-width: 1000px;
    width: 100%;
  }

  .content {
    margin-top: 130px;
  }

  .womenimg {
    position: relative;
    transform: translate(30px, 150px);
    max-width: 1000px;
    width: 90%;
  }

  .tb1 {
    position: absolute;
    transform: translate(365px, -320px);
  }

  .tb2 {
    position: absolute;
    transform: translate(255px, -225px);
  }

  .tb3 {
    position: absolute;
    transform: translate(251px, -135px);
  }

  .tb4 {
    position: absolute;
    transform: translate(333px, -100px);
  }

  .tb5 {
    position: absolute;
    transform: translate(414px, -199px);
  }

  .tb6 {
    position: absolute;
    transform: translate(352px, -360px);
  }

  .tb7 {
    position: absolute;
    transform: translate(249px, -274px);
  }

  .tb8 {
    position: absolute;
    transform: translate(244px, -191px);
  }

  .tb9 {
    position: absolute;
    transform: translate(321px, -167px);
  }

  .tb10 {
    position: absolute;
    transform: translate(405px, -245px);
  }
}
@media (max-width: 767px) {
  .flipbox {
    display: flex;
  }
  .client-container {
    max-width: 640px;
  }
  .testimonial-item h2 {
    width: 88%;
  }
  .flipbox img {
    width: 100%;
  }
  .headingtxt h2 {
    font-size: 30px;
  }
  .followusinsta {
    font-size: 14px;
  }
  a.viewall {
    margin-bottom: 30px;
  }
  .facelift h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .followtreatment {
    font-size: 20px;
  }
  .melasmatreatment .contentbox,
  .antiagingsec .contentbox {
    width: 100%;
  }
  .melasmatreatment .contentbox {
    /* margin: 0px; */
    margin-left: auto !important;
    margin-right: auto;
    text-align: center;
  }
  .facialredness .content {
    padding: 20px;
    width: 100%;
    font-size: 14px;
  }
  .headerright .socialicon {
    column-gap: 15px;
    margin-right: 10px;
  }
  .headerright {
    column-gap: 20px;
  }
  .testrating {
    display: flex;
    align-items: center;
  }
  .reviewbox {
    max-width: 90%;
  }
  .fbc {
    text-align: left;
  }
  .testimonials .swiper-pagination {
    margin-top: 50px;
    position: relative;
  }
  .contactadd .mail {
    margin: 20px 0 25px;
  }
  .socialico {
    margin: 15px 0 0;
  }
  .socialico ul {
    gap: 15.33px;
  }
  #footer {
    padding: 0 25px 45px;
  }
  .cform > div:first-of-type label span {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .headerright .socialicon {
    display: flex;
    column-gap: 12px;
    margin-right: 12px;
  }
  .search-field {
    width: 150px;
    height: 34px;
    font-size: 12px;
    padding: 10px 13px 5px 42px;
  }
  #header .logo img {
    max-height: 70px;
  }
  svg {
    width: 24px;
    height: 24px;
  }
  #hero h1 {
    font-size: 19px;
  }
  .happycust {
    flex-wrap: wrap;
  }
  .happycust-imgs {
    display: flex;
    height: 70px;
    /* border-radius: 50%; */
  }
  .happycust div:nth-child(2) {
    margin-left: 35px;
  }
  .happycust span {
    margin-top: 0;
  }
  .happycust .rating {
    position: relative;
    padding-left: 3.5rem !important;
  }
  .client-container {
    max-width: 555px;
  }
  .flipbox {
    margin: 20px 0;
  }
  .vaginalbeautification .caption h3 {
    font-size: 26px;
    line-height: 37px;
  }
  .vaginalbeautification .caption p {
    max-width: 560px;
    margin: 24px auto;
    font-size: 14px;
  }
  .vaginalbeautification .swiper-button-prev:after,
  .vaginalbeautification .swiper-button-next:after {
    font-size: 20px;
  }
  .vaginalbeautification .caption {
    top: 54%;
  }
  .vaginalbeautification {
    min-height: 344px;
    padding: 0 20px;
  }
  .facelift h2 {
    font-size: 40px;
  }
  .col-lg-12.text-center {
    padding-bottom: 0px;
  }
  .blur-overlayy {
    width: 110%;
    height: 10%;
  }
  .flipbox img {
    width: 100%;
  }
  .tac {
    font-size: 18px;
  }
  input.et_pb_s {
    width: 50%;
    min-width: 230px;
  }
  .checkinfo ul {
    font-size: 12px;
  }
  .happycust {
    font-size: 18px;
    left: -24px;
  }
  #hero .container {
    padding-top: 50px;
    /* padding-left: 60px; */
  }
  button#men-button {
    width: 45.2%;
  }
  .tb1 {
    position: absolute;
    transform: translate(246px, -182px);
  }
  .tb2 {
    position: absolute;
    transform: translate(167px, -110px);
  }
  .tb3 {
    position: absolute;
    transform: translate(168px, -55px);
  }
  .tb4 {
    position: absolute;
    transform: translate(225px, -21px);
  }
  .tb5 {
    position: absolute;
    transform: translate(279px, -93px);
  }
  .tb6 {
    position: absolute;
    transform: translate(252px, -206px);
  }
  .tb7 {
    position: absolute;
    transform: translate(179px, -144px);
  }
  .tb8 {
    position: absolute;
    transform: translate(175px, -88px);
  }
  .tb9 {
    position: absolute;
    transform: translate(228px, -70px);
  }
  .tb10 {
    position: absolute;
    transform: translate(282px, -122px);
  }
  section#sculpting .content {
    margin-top: 141px;
  }
  .viewall-slider {
    width: 240px !important;
  }
  /* .vaginalbeautification {
    min-height: 390px;
} */
  .facialredness .content h3 {
    font-size: 30px;
  }
  .featuretreatment h3 {
    font-size: 22px;
    margin-top: 15px;
  }
  .melasmatreatment h2,
  .antiagingsec h2 {
    font-size: 26px;
  }
  .headingtestimonial h1,.headingtestimonial h2 {
    font-size: 40px;
    padding-bottom: 40px;
  }
  .followustext h1,.followustext h2 {
    font-size: 24px;
  }
  .followustext h3 {
    font-size: 14px;
  }
  .facialredness .content {
    padding: 20px;
    width: 100%;
    font-size: 14px;
  }
  section#sculpting .content {
    margin-top: 110px;
  }
  .followusinsta {
    font-size: 14px;
  }
  a.viewall {
    margin-bottom: 30px;
    line-height: 17px;
    height: auto;
  }
  .facelift h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .followtreatment {
    font-size: 20px;
  }
  .melasmatreatment .contentbox,
  .antiagingsec .contentbox {
    width: 100%;
  }
  .melasmatreatment .contentbox {
    /* margin: 0px; */
    margin-left: auto !important;
    margin-right: auto;
  }
  .viewall {
    padding: 12px 12px;
  }
  .antiagingsec .contentbox {
    margin: 30px 0px;
    margin-left: auto !important;
  }
  section.non-surgical .contentbox {
    margin-right: 0px;
  }

  .testimonials .testimonial-item h3 {
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .fimg1 img {
    height: 170px;
    /* width: 269px; */
  }
  .fimg2 img {
    height: 82px;
    width: 100%;
    object-fit: cover;
  }
  .fimg4 img {
    height: 82px;
    width: 100%;
    object-fit: cover;
  }
  .fimg5 img {
    height: 82px;
    width: 100%;
    object-fit: cover;
  }
  .fimg9.figm-res img {
    max-width: 70%;
  }
  .fimg6 img {
    width: 100%;
    object-fit: cover;
    height: 85px;
  }
  .followcol img {
    width: 100%;
    object-fit: cover;
  }
  .footer-info {
    max-width: 100%;
  }
  .contactsection h3 {
    font-size: 25px;
  }
  .contactadd .happycust {
    width: 100%;
  }
  .happycust {
    font-size: 16px;
    left: -25px;
  }
  .happycust-imgs {
    display: flex;
    height: 90px;
    /* border-radius: 50%; */
  }
  .happycust-imgs img {
    border-radius: 50%;
  }
  @media (max-width: 576px) {
    .happycust-imgs {
      display: flex;
      height: 70px;
      /* border-radius: 50%; */
    }
  }
  .contactadd .happycust .happycust-ratings {
    display: flex;
    position: relative;
    left: 0;
    width: 100%;
  }

  .footer-info {
    gap: 15px;
  }
  .bookappt {
    margin-top: 75px;
    gap: 15px;
  }
  .happycust span {
    font-size: 14px;
  }

  .apptform label {
    font-size: 15px;
  }
  .cform > div input,
  .cform > div textarea {
    font-size: 12px;
  }
  .apptform .policy label input[type="checkbox"] {
    width: 26px;
    height: 26px;
  }
  span.wpcf7-form-control-wrap.procedure select {
    font-size: 13px;
  }
  .clients {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  /* footer */
  .footerlogo {
    width: 82px;
    height: 65px;
    padding-right: 20px;
    margin-left: -1.25rem;
  }
  .footernav ul {
    column-gap: 16px;
    font-size: 14px;
  }
  .footernav {
    display: flex;
  }
  .footersocial {
    margin-top: 0;
    margin-right: -1.25rem;
  }
  #footer .copyright {
    padding-top: 30px;
    display: block;
  }
  #footer .copyright a {
    font-size: 14px;
  }
  .policylink {
    margin-top: 12px;
  }
  .contactsection {
    display: block;
    padding: 0px 28px 0px;
  }
  section#sculpting .content {
    margin-top: 143px;
  }
}

@media (max-width: 520px) {
  .topsearch {
    display: none;
  }
  .tag {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
  }
  #hero .container {
    padding-top: 0px;
    /* padding-left: 60px; */
  }
  #hero {
    background-position: right 0px;
    padding-top: 20vh;
    padding-bottom: 15vh;
    height: auto;
  }

  #hero h1 {
    font-size: 20px;
    line-height: 1.5;
  }
  .tac {
    font-size: 16px;
    line-height: 24px;
  }
  #hero .happycust {
    flex-wrap: wrap;
    width: calc(100% + 45px);
    column-gap: normal;
  }
  #hero .happycust .rating {
    position: relative;
    padding-left: 3rem !important;
  }
  .happycust span {
    font-size: 12px;
  }
  input.et_pb_s {
    width: 47%;
    min-width: 170px;
    font-size: 15px;
    height: 40px !important;
  }
  input.searchsubmit[type="submit"] {
    padding: 7px 24px;
    height: 40px;
  }
  .checkinfo ul {
    display: block;
  }
  .client-container {
    max-width: 300px;
  }
  .vaginalbeautification .caption p {
    margin: 4px auto;
    font-size: 12px;
  }
  .viewall {
    /* width: 180px; */
    font-size: 12px;
  }
  .followusinsta {
    font-size: 11px;
    padding: 14px;
  }
  .followusinsta {
    font-size: 11px;
  }
  .sculpting {
    min-height: 470px;
  }
  .viewall-slider {
    width: 100% !important;
  }
  .facialredness .beforeafter {
    margin: 0rem 0 0;
    object-fit: cover;
  }
  section#sculpting .content {
    margin-top: 118px;
  }
  .facialredness .content h3 {
    font-size: 28px;
    letter-spacing: 0;
  }
  .content p {
    padding-top: 0;
  }
  .facial-mt {
    margin-top: 24px;
  }
  .facelift h2 {
    font-size: 18px;
  }
  .featuretreatment h3 {
    font-size: 18px;
    margin-top: 15px;
    line-height: 25px;
  }
  .col-lg-9.text-center.flpara.pb-0 {
    font-size: 15px;
  }
  .melasmatreatment svg {
    /* top: -44px; */
  }
  .melasmatreatment h2,
  .antiagingsec h2 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.25;
  }
  .texttext span {
    font-size: 10px;
    letter-spacing: 3px;
  }
  .testimonials .testimonial-item .testimonial-img {
    width: 60px;
    height: 60px;
    margin: 12px 15px 10px 13px;
  }
  .testimonials .testimonial-item p {
    margin: 0 10px -3px 17px;
    font-size: 15px;
    padding-bottom: 30px;
  }
  .followus {
    padding: 30px 10px 0;
  }
  .contentbox {
    font-size: 14px;
  }
  .headingtestimonial h1,.headingtestimonial h2 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .texttext p {
    font-size: 14px;
  }
  .texttext h2.trusted {
    font-size: 12px;
    margin-top: 20px;
  }
  .footernav ul {
    column-gap: 16px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
  }
  .footernav ul li.footerlogo {
    width: 100%;
  }
  .footernav ul li.footerlogo img {
    width: 70px;
  }
  .footernav ul li {
    margin-top: 10px;
    margin-left: 0;
  }
  .footerlogo:after {
    display: none;
  }
  #footer .copyright {
    padding-top: 30px;
    display: block;
    font-size: 10px;
  }
  #footer .copyright a {
    font-size: 8px;
  }
  .apptform {
    width: 100%;
  }
  .contactsection {
    display: block;
    padding: 0px 25px 0px;
  }
  #footer {
    padding: 0px 0px 45px;
  }
  .contactsection h3 {
    font-size: 20px;
    line-height: 1px;
    margin-bottom: 2rem;
  }
  .contactadd {
    font-size: 15px;
  }
  .contactadd .happycust {
    width: calc(100%);
    display: block;
    left: -26px;
  }
  .happycust-ratings {
    display: flex;
  }
  .happycust div:first-child {
    margin-right: -10px;
  }
  .contactadd .happycust .rating {
    padding-left: 0 !important;
  }

  #hero .happycust .rating:before {
    left: 17px;
    top: 11px;
  }

  .happycust .rating:before {
    left: -17px;
    top: 11px;
  }
  .happycust div:nth-child(2) {
    margin-left: 26px;
  }
  button#women-button {
    width: 45%;
  }
  button#men-button {
    width: 45%;
  }
  .menimg {
    transform: translate(0px, 100px);
    position: relative;
  }
  .womenimg {
    position: relative;
    transform: translate(20px, 100px);
  }
  .tb1 {
    position: absolute;
    transform: translate(189px, -158px);
  }
  .tb2 {
    position: absolute;
    transform: translate(136px, -100px);
  }
  .tb3 {
    position: absolute;
    transform: translate(134px, -59px);
  }
  .tb4 {
    position: absolute;
    transform: translate(176px, -34px);
  }
  .tb5 {
    position: absolute;
    transform: translate(219px, -90px);
  }
  .tb6 {
    position: absolute;
    transform: translate(190px, -175px);
  }
  .tb7 {
    position: absolute;
    transform: translate(137px, -127px);
  }
  .tb8 {
    position: absolute;
    transform: translate(134px, -86px);
  }
  .tb9 {
    position: absolute;
    transform: translate(172px, -70px);
  }
  .tb10 {
    position: absolute;
    transform: translate(216px, -120px);
  }
  .toggle-btn {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  .melasmatreatment .contentbox,
  .antiagingsec .contentbox {
    padding: 20px;
    gap: 20px;
  }
  .cform > div:first-of-type label:first-of-type p {
    gap: 25px;
    flex-wrap: wrap;
  }
  .cform > div {
    width: 100%;
  }
  .apptform .policy label {
    column-gap: 15px;
  }
  .cform {
    row-gap: 25px;
  }
  .footernav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #222;
    padding-bottom: 24px;
  }
  .footernav > div {
    width: 100%;
  }
  .f-servicesection {
    margin-top: 31px;
    margin-left: 0;
    margin-right: 0;
  }
  .f-serviceitem ul li {
    padding: 5px 0;
  }
  .f-serviceitem > div {
    width: 100%;
  }
  .f-serviceitem > div:last-child h3 {
    margin: 1rem 0 8px;
  }
  #footer .copyright {
    padding: 30px 22px 0;
    display: block;
    font-size: 12px;
  }
  #footer .policylink a {
    margin-right: 7px;
    padding-right: 10px;
    font-size: 12px;
  }
  .policylink {
    margin-top: 5px;
  }
  .pb_button_wrapper {
    position: relative;
    bottom: 2rem;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0;
  }
  a.et_pb_button {
    width: 211px;
    padding: 7px 15px;
  }
  .flipbox-services {
    width: 100%;
    padding: 20px;
  }

  .sculpting.men-women .buttons {
    padding-top: 5px;
    top: 0;
    width: 94%;
  }
  .men-women-content h3 {
    padding-top: 30px;
  }
}

@media (max-width: 400px) {
  .wpcf7-not-valid-tip {
    font-size: 13px;
  }
  .toggle-btn {
    width: 15px;
    height: 15px;
    font-size: 9px;
  }
  .tb1 {
    position: absolute;
    transform: translate(167px, -125px);
  }
  .tb2 {
    position: absolute;
    transform: translate(113px, -75px);
  }
  .tb3 {
    position: absolute;
    transform: translate(115px, -39px);
  }
  .tb4 {
    position: absolute;
    transform: translate(152px, -17px);
  }
  .tb5 {
    position: absolute;
    transform: translate(189px, -66px);
  }
  .tb6 {
    position: absolute;
    transform: translate(169px, -140px);
  }
  .tb7 {
    position: absolute;
    transform: translate(118px, -102px);
  }
  .tb8 {
    position: absolute;
    transform: translate(115px, -66px);
  }
  .tb9 {
    position: absolute;
    transform: translate(155px, -50px);
  }
  .tb10 {
    position: absolute;
    transform: translate(188px, -92px);
  }
  .men-women-content h3 {
    padding-top: 15px;
  }
}
@media (max-width: 350px) {
  input.searchsubmit[type="submit"] {
    padding: 7px 20px;
    height: 39px;
    min-width: 80px;
  }
  .men-women-content h3 {
    padding-top: 75px;
  }
  .tb1 {
    position: absolute;
    transform: translate(139px, -86px);
  }
  .tb2 {
    position: absolute;
    transform: translate(96px, -49px);
  }
  .tb3 {
    position: absolute;
    transform: translate(96px, -17px);
  }
  .tb4 {
    position: absolute;
    transform: translate(127px, 1px);
  }
  .tb5 {
    position: absolute;
    transform: translate(161px, -38px);
  }
  section#sculpting .content {
    margin-top: 43px;
  }
  .tb6 {
    position: absolute;
    transform: translate(143px, -104px);
  }
  .tb7 {
    position: absolute;
    transform: translate(106px, -68px);
  }
  .tb8 {
    position: absolute;
    transform: translate(103px, -43px);
  }
  .tb9 {
    position: absolute;
    transform: translate(132px, -27px);
  }
  .tb10 {
    position: absolute;
    transform: translate(162px, -59px);
  }
}

.btn-shadow-effect {
  box-shadow: -7px 8px 6px -1px #fff;
}
.btn-shadow-effect:hover {
  box-shadow: -7px 8px 6px -1px #070707;
}
section#sculpting {
  overflow: unset;
}
section#sculpting.men-women {
  overflow: hidden;
}

:root {
  --neutral-dark: #000;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  max-height: 660px;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

/* rating stars */
.star-rating {
  display: inline-block;
  font-size: 20px;
  /* Adjust the size of the stars */
  position: relative;
  width: 80px;
}

.unfilled-stars,
.filled-stars {
  position: absolute;
  top: -25px;
  left: 0;
  white-space: nowrap;
}

.unfilled-stars {
  color: #ccc;
  /* Light gray color for unfilled stars */
  z-index: 1;
}

.filled-stars {
  color: #fff !important;
  /* Color of the filled stars */
  z-index: 2;
  overflow: hidden;
}
ul.newstag {
    list-style-type: none;
    padding-inline-start: 0;
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}
.newsbox .blog-content h3{ 
  margin: 0; 
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-bottom: 0;
  min-height: unset;
}
.newsbox .content-top {
    min-height: 48px;
}
.newsbox .blog-content{ gap: 15px;}
ul.newstag li {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    padding: 3px 5px;
    line-height: normal;
}
.newsbox .blog-content{ padding: 24px 15px; }
.content-bottom.readmorebot {
    border-top: 0.5px solid rgba(255, 255, 255, 0.2);
    padding-top: 33px;
}
.newsbox p.blog-date{ line-height: normal; }
.newsbox .blog-card{ border: 1px solid rgba(255, 255, 255, 0.4); }

@media (max-width: 540px) {
  .unfilled-stars,
  .filled-stars {
    top: -16px;
  }

  .star-rating {
    width: 68px;
  }
}

/* google review wedget */
.HeaderContainer__Inner-sc-1532ffp-0.gtiuwG.es-header-container.HeaderComponent__StyledHeader-sc-9lcg5s-0.fXNqIK {
  display: none;
}

.es-review-content-text {
  color: #fff;
  height: 100px;
}

span.ReviewAuthorName__AuthorName-sc-1le9t1d-1.kNfncX.es-review-author-name {
  color: #fff;
}

.ReviewSource__StyledReviewInfo-sc-8wz9s2-5.hBAccE {
  color: #fff;
}

.WidgetTitle__Inner-sc-ruy1gu-1.SZtf {
  display: none;
}

.WidgetBackground__Content-sc-1ho7q3r-2.jdVdAT {
  height: 300px;
  overflow: hidden;
}
.service_bredcrumb{
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    color: #fff;
    width: 100%;
}
.service_bredcrumb a{
    color: #fff;font-weight: bold;
}
p#breadcrumbs{
    padding: 20px 11px;
    margin: 0;
}
span.breadcrumb_last{ color: hsl(0deg 0% 100% / 60%);padding-left: 3px; }
p#breadcrumbs span span{ padding-right: 4px; }
.blogbanner{
    max-width: 60%;
    margin: 0 auto;
}
.blog_box,.blog_detail_top {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    justify-content: start;
    margin-bottom: 0;
}
.blog-card{
  width: 32.2%;
    /* max-height: 390px; */
    border-radius: 0;
    margin: 0;
    padding: 0;
    position: relative;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #fff;
    border: 1px solid #B5B5B5;
}
.blog-card a{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.blog-filter #blog-filter-form {
    display: flex;
    width: auto;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
}
.blog-filter #blog-filter-form select{ 
  display: inline-block;width: auto;margin: 0 0 0 5px;
  padding: 0;
  background: #000;
  border: 0;
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 3px 8px;
}
.blog-filter #blog-filter-form,.blog-filter #blog-filter-form select{
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}

.blogsection{
    padding: 80px 0;
    background-position: center center;
    position: relative;
    background: #000;
    color: #fff;
}
.blog-content a,.blog-content p,.blog-content h3, span.blog_cat{ color: #fff;margin-bottom: 0; }
.blog-content{
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
.blog-sortdesc p,.blog-sortdesc{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
    min-height: unset;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}
.blog-content h3, .single-blogs .blog-content h3{
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}
.content-top {
    min-height: 109px;
}
.content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
span.blog_cat {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: normal;
    color: #000;
    background: #fff;
    font-size: 14px;
    padding: 4px 10px;
    box-shadow: 0px 0px 3px -1px #000;
}
.blog-image img {
    min-height: 216px;
    min-width: 100%;
}
.blogdetailbanner img {
    max-height: 500px;
}
.blog_detail_top{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}
.blog_detail_title {
    max-width: 80%;
}
.blog_detail_title h1{ font-size: 32px;font-weight: 700;line-height: 140%; }
.blog_detail_date {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 24px;
}
.detail_date_year {
    padding: 10px 20px;
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    line-height: normal;
    color: #fff;
    width: 100%;
}
.blog_detail_date .day{ padding: 10px 20px;color: #000;font-size: 52px;
    font-weight: 400;line-height: 45px;border: 1px solid #000; }
.detail_date_year span.month {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.blog-filter{ margin-bottom: 20px; }
.page-numbers {
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
    font-size: 16px;
    line-height: normal;
}
.page-numbers.current,.page-numbers:hover {
    border: 1px solid rgba(255, 255, 255, 1);
    color: #000;
    background: #fff;
}
.blog_pagination {
    display: flex;
    margin-top: 20px;
    width: auto;
    align-items: center;
    justify-content: flex-end;
}
p.read-more {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    text-transform: uppercase;
}
p.blog-date {
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(117, 117, 117, 1);
}
.blog-image {
    position: relative;
}
.related_blogs.blog_box {
    padding: 80px 0;
    background: rgba(11, 11, 11, 1);
}
.related_blogs h2{ color: #fff;margin-bottom: 30px;font-size: 47.21px;font-weight: 500;line-height: 100%;text-align: center;text-transform: capitalize; }
.related_blogs .blog-card{ width: 100%; }
.related-blogs-list .swiper-slide {
    display: flex;
    height: auto;
}
.related_blogs .swiper-pagination {
    margin-top: 20px;
    text-align: center;
}
.related_blogs .swiper-wrapper{ max-height: 100%;}
.related_blogs .swiper{ padding-bottom: 45px; }
.related_blogs .swiper-horizontal > .swiper-pagination-bullets, .related_blogs .swiper-pagination-bullets.swiper-pagination-horizontal, .related_blogs .swiper-pagination-custom, .related_blogs .swiper-pagination-fraction{ bottom: 0; }
.related_blogs .swiper-pagination-bullet{ background: transparent; opacity: 1;margin: 0 4px;width: 9.2px;height: 9.2px;border: 1px solid rgba(255, 255, 255, 1); }
.related_blogs .swiper-pagination-bullet-active{ background: #fff }
.related_blogs .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{ left: 0% !important; }
.related_blogs .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .related_blogs .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0 4px; }
.sharebtn {
    font-size: 13px;
}
.sharebtn img{
      width: 15px;
    margin-right: 3px;
}
.mobileshare{ display: none!important; }
.lastupdated p{ margin: 5px 0 0;font-size: 13px; }
.lastupdated p b{ font-weight: 600;}
.blogdetailbanner {
    position: relative;
}
.blogdetailbanner::before{
  background: #000;
  content: '';
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0.6;
}
@media(max-width: 768px){
    p#breadcrumbs{ text-align:center; }
    .blogdetailbanner p#breadcrumbs{
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      padding-bottom: 0;
      min-height: unset;
      margin-bottom: 20px;
      padding-left: 0;
      padding-right: 0;
    }
    .blogbanner{
      max-width: 100%;
    }
    .blog-card{ width: 100%; }
    .blog-card a{ display: flex;border-right: 1px solid #B5B5B5; }
    .blog-image img {
        min-height: 160px;
        width: 110px !important;
        height: 100% !important;
        object-fit: cover;
    }
    span.blog_cat {
      right: 6px;
      top: 6px;
      padding: 3px 6px;
    }
    .blog-content{ padding: 10px 15px; }
    .blog-content h3{ font-size: 14px; }
    .blog-sortdesc p, .blog-sortdesc{ line-height: normal;font-size: 13px;-webkit-line-clamp: 3; }
    p.blog-date, p.read-more{ font-size: 12px;}
    .blogsection .container {
      width: 100%;
      max-width: 100%;
  }
  .blog_pagination{ justify-content: center; }
  .blog_detail_title h1{ font-size: 24px;line-height: 130%; }
  .blog_detail_title{ max-width: 100%;}
  .blog_detail_date{ border: 0; padding-left: 0;flex-direction: row;}
  .blog_detail_date .day {
      padding: 10px;
      font-size: 12px;
      line-height: normal;
  }
  .detail_date_year{ border: 0; padding: 10px;flex-direction: row;}
  .detail_date_year span.month{ border-right: 1px solid rgba(255, 255, 255, 1);
        border-bottom: 0;
        margin: 0 6px 0 0;
        padding: 0 8px 0 0;
        font-size: 12px;
        line-height: normal; 
      }
      .detail_date_year{ font-size: 12px;
        line-height: normal;border: 1px solid #000;  }
      .mobileshare{ display: block!important;}
      .deskshare,p.read-more{ display: none!important; }
      .blog_sec_date {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .sharebtn{     text-transform: uppercase;font-weight: 700; }
    .related_blogs h2{ font-size: 24px; }
    .content-top,.newsbox .content-top { min-height: unset; }
    .blog-filter #blog-filter-form, .blog-filter #blog-filter-form select{ font-size: 14px; }
    .readmorebot p.read-more{ display: block!important; }
}
.single-blogs p img{ padding: 15px; }
.single-blogs h2{ font-size: 28px; font-weight: 500; }
.single-blogs h3,.single-blogs .blog_details li::marker{ font-size: 26px;font-weight: 500;line-height: normal; }
.single-blogs ol li h3{ margin-bottom: 0; }
.single-blogs ol>li {
    margin-bottom: 15px;
}
@media(max-width: 768px){
  .single-blogs h2 {
    font-size: 22px;
    line-height: normal;
  }
  .single-blogs h3, .single-blogs .blog_details li::marker{ font-size: 20px; }
  .single-blogs ol, .single-blogs ul { padding-left: 20px; }
  .single-blogs ol li h3 { margin-bottom: 10px; }
  .blogdetailbanner img{ max-height: 600px; }
  .blog-card a { flex-direction: column; }
  form.pb_searchform input.searchsubmit[type="submit"]{ height: 40px!important;size: 16px; }
}
