@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
em,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol,
ul {
  list-style: none;
}

:focus {
  outline: 0;
}

input,
textarea {
  margin: 0;
  outline: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* End Reset */
/* html5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* Default Font Styles
______________________*/
body,
input,
select,
textarea {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  color: #6b645d;
  line-height: 1.3;
}

/* Headings
______________________*/
h1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #67605a;
  font-size: 50px;
  line-height: 65px;
}

h1 em {
  font-weight: 500;
  font-style: italic;
}

h1 span {
  font-weight: 900;
  font-style: italic;
}

h2 {
  font-family: "Playfair Display", serif;
  color: #ffffff;
  font-weight: 800;
  font-size: 50px;
  font-style: italic;
}

h4 {
  font-family: "Playfair Display", serif;
  color: #6b645d;
  font-weight: 700;
  font-size: 20px;
}

h5 {
  font-family: "Playfair Display", serif;
  color: #fff;
  font-weight: 500;
  font-size: 30px;
}

.bookbtn,
#treatment li a,
.treatmentcontent .tretbotcontent a,
#treatment > a,
.befreafterheading a,
.aboutrightcontent a,
#blogsection .blogbox a,
#blogsection .container > a,
.beforeaftercontent a,
#treatmentsbanner a,
#treatmentsecondsection .container > a,
.bookbtnborder,
.pressbox a,
.aboutus #treatmentthirdsection a,
.offercontent > a,
#blogpages .featuredblog .mobilereadmore {
  background: #6b645d;
  border: 3px solid #6b645d;
  display: block;
  width: 225px;
  height: 54px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  padding: 15px 20px;
  text-align: center;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.bookbtn:hover,
#treatment li a:hover,
.treatmentcontent .tretbotcontent a:hover,
#treatment > a:hover,
.befreafterheading a:hover,
.aboutrightcontent a:hover,
#blogsection .blogbox a:hover,
#blogsection .container > a:hover,
.beforeaftercontent a:hover,
#treatmentsbanner a:hover,
#treatmentsecondsection .container > a:hover,
.bookbtnborder:hover,
.pressbox a:hover,
.aboutus #treatmentthirdsection a:hover,
.offercontent > a:hover,
#blogpages .featuredblog .mobilereadmore:hover {
  color: #6b645d;
}

.befreafterheading a:hover,
#aboutussection .aboutrightcontent a:hover,
#blogsection .container > a:hover {
  color: #cca363;
}

.bookbtn i {
  background: url(../images/bookicon.svg) no-repeat;
  background-size: 100% auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -2px;
}

.bookbtn:hover i {
  filter: brightness(0.4);
}

.lightheader #header .bookbtnwrap .bookbtn:hover i {
  background: url(../images/bookiconcolor.svg) no-repeat;
  filter: none;
  background-size: 100% auto;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.bookbtn::before,
#treatment li a::before,
.treatmentcontent .tretbotcontent a::before,
#treatment > a::before,
.befreafterheading a::before,
.aboutrightcontent a::before,
#blogsection .blogbox a::before,
#blogsection .container > a::before,
.beforeaftercontent a::before,
#treatmentsbanner a::before,
#treatmentsecondsection .container > a::before,
.bookbtnborder::before,
.pressbox a::before,
.aboutus #treatmentthirdsection a::before,
.offercontent > a::before,
#blogpages .featuredblog .mobilereadmore::before {
  content: "";
  background: #d7d3ce;
  padding-bottom: 120%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#treatment li a::before,
.treatmentcontent .tretbotcontent a::before {
  content: "";
  background: #fff;
}

#treatment > a::before {
  content: "";
  background: #cca363;
}

.bookbtn::after,
#treatment li a::after,
.treatmentcontent .tretbotcontent a::after,
#treatment > a::after,
.befreafterheading a::after,
.aboutrightcontent a::after,
#blogsection .blogbox a::after,
#blogsection .container > a::after,
.beforeaftercontent a::after,
#treatmentsbanner a::after,
#treatmentsecondsection .container > a::after,
.bookbtnborder::after,
.pressbox a::after,
.aboutus #treatmentthirdsection a::after,
.offercontent > a::after,
#blogpages .featuredblog .mobilereadmore::after {
  content: "";
  background: #d7d3ce;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4scubic-bezier(0.1, 0, 0.3, 1);
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
}

.befreafterheading a::after,
.befreafterheading a::before,
.aboutrightcontent a::after,
.aboutrightcontent a::before,
.aboutus #treatmentthirdsection a::after,
.aboutus #treatmentthirdsection a::before,
#header .magamenusection .bookbtn::after,
#header .magamenusection .bookbtn::before {
  background: #fff;
}

.beforeaftercontent a::after,
.beforeaftercontent a::before,
#blogsection .blogbox a::after,
#blogsection .blogbox a::before,
#treatmentsbanner a::after,
#treatmentsbanner a::before,
.lightheader #header .bookbtnwrap .bookbtn::after,
.lightheader #header .bookbtnwrap .bookbtn::before,
#treatmentsecondsection .container > a::after,
#treatmentsecondsection .container > a::before,
.bookbtnborder::after,
.bookbtnborder::before,
#expbotsection .bookbtnwrap a.bookbtn::after,
#expbotsection .bookbtnwrap a.bookbtn::before,
.pressbox a::after,
.pressbox a::before,
.offercontent > a::after,
.offercontent > a::before,
#blogpages .featuredblog .mobilereadmore::after,
#blogpages .featuredblog .mobilereadmore::before {
  background: #6b645d;
}

#expbotsection .bookbtnwrap .bookbtnborder::after,
#expbotsection .bookbtnwrap .bookbtnborder::before {
  background: #fff;
}

#bookappintsection .bookbtn::after,
#bookappintsection .bookbtn::before {
  background: #f3f2f0;
}

#blogsection .container > a::after,
#blogsection .container > a::before {
  background: #eae5de;
}

#treatment li a::after,
.treatmentcontent .tretbotcontent a::after {
  content: "";
  background: #fff;
}

#treatment > a::after {
  content: "";
  background: #cca363;
}

.bookbtn:hover::before,
#treatment li a:hover::before,
.treatmentcontent .tretbotcontent a:hover::before,
#treatment > a:hover::before,
.befreafterheading a:hover::before,
.aboutrightcontent a:hover::before,
#blogsection .blogbox a:hover::before,
#blogsection .container > a:hover::before,
.beforeaftercontent a:hover::before,
#treatmentsbanner a:hover::before,
#treatmentsecondsection .container > a:hover::before,
.bookbtnborder:hover::before,
.pressbox a:hover::before,
.aboutus #treatmentthirdsection a:hover::before,
.offercontent > a:hover::before,
#blogpages .featuredblog .mobilereadmore:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4scubic-bezier(0.1, 0, 0.3, 1);
}

.bookbtn:hover::after,
#treatment li a:hover::after,
.treatmentcontent .tretbotcontent a:hover::after,
#treatment > a:hover::after,
.befreafterheading a:hover::after,
.aboutrightcontent a:hover::after,
#blogsection .blogbox a:hover::after,
#blogsection .container > a:hover::after,
.beforeaftercontent a:hover::after,
#treatmentsbanner a:hover::after,
#treatmentsecondsection .container > a:hover::after,
.bookbtnborder:hover::after,
.pressbox a:hover::after,
.aboutus #treatmentthirdsection a:hover::after,
.offercontent > a:hover::after,
#blogpages .featuredblog .mobilereadmore:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}

.bookbtn span,
#treatment li a span,
.treatmentcontent .tretbotcontent a span,
#treatment > a span,
.befreafterheading a span,
.aboutrightcontent a span,
#blogsection .blogbox a span,
#blogsection .container > a span,
.beforeaftercontent a span,
#treatmentsbanner a span,
#treatmentsecondsection .container > a span,
.bookbtnborder span,
.pressbox a span,
.aboutus #treatmentthirdsection a span,
.offercontent > a span,
#blogpages .featuredblog .mobilereadmore span {
  display: inline-block;
  position: relative;
  z-index: 10;
}

#treatment li a span {
  display: block;
}

.bookbtn:hover span,
#treatment li a:hover span,
.treatmentcontent .tretbotcontent a:hover span,
#treatment > a:hover span,
.befreafterheading a:hover span,
.aboutrightcontent a:hover span,
#blogsection .blogbox a:hover span,
#blogsection .container > a:hover span,
.beforeaftercontent a:hover span,
#treatmentsbanner a:hover span,
#treatmentsecondsection .container > a:hover span,
.bookbtnborder:hover span,
.pressbox a:hover span,
.aboutus #treatmentthirdsection a:hover span,
.offercontent > a:hover span,
#blogpages .featuredblog .mobilereadmore:hover span {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}

#treatment li a:hover span,
.treatmentcontent .tretbotcontent a:hover span {
  color: #6b645d;
}

#blogsection .blogbox a:hover span,
.beforeaftercontent a:hover span,
#treatmentsbanner a:hover span,
#treatmentsecondsection .container > a:hover span,
.bookbtnborder:hover span,
.aboutus #treatmentthirdsection a:hover span,
#header .magamenusection .bookbtn:hover span,
#expbotsection .bookbtnwrap .bookbtnborder:hover span,
#blogpages .featuredblog .mobilereadmore:hover span {
  color: #6b645d;
}

.beforeaftercontent a:hover span,
#blogsection .blogbox a:hover span,
#treatmentsbanner a:hover span,
#treatmentsecondsection .container > a:hover span,
.bookbtnborder:hover span,
.offercontent > a:hover span,
#blogpages .featuredblog .mobilereadmore:hover span {
  color: #fff;
}

.lightheader #header .bookbtnwrap .bookbtn:hover span,
#expbotsection .bookbtnwrap a.bookbtn:hover span {
  color: #cca363;
}

#treatment > a:hover span,
.pressbox a:hover span {
  color: #fff;
}

.bookbtn:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.07);
}

/* Links
______________________*/
a {
  -webkit-transition: 0.1s ease-out 0.1s;
  -moz-transition: 0.1s ease-out 0.1s;
  transition: 0.1s ease-out 0.1s;
}

/* input , textarea , button
______________________*/
input,
textarea,
select {
  display: block;
  width: 100%;
  border: 1px solid #e0e5f2;
  padding: 15px;
  box-shadow: none;
  border-radius: 8px;
  font-size: 14px;
  color: #2b3674;
  font-weight: 400;
  background: #fff;
}

::placeholder {
  color: #a3aed0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/selectarrow.png) no-repeat 96% center / 18px 18px !important;
  background-size: 100% auto;
  cursor: pointer;
  padding: 6px 30px 6px 10px;
  color: #888888;
}

.navbar-header {
  display: none;
  position: absolute;
  right: 12px;
  top: 30px;
}

.navbar-header .collapse-button {
  background: none;
  border: none;
  height: auto;
  transition: all 450ms ease-out 0s;
  width: auto;
  vertical-align: top;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
}

.navbar-header .collapse-button span {
  display: block;
  width: 25px;
  height: 3px;
  margin-bottom: 5px;
  /* background: rgb(8, 233, 112);
    background: linear-gradient(90deg, rgba(8, 233, 112, 1) 0%, rgba(17, 195, 186, 1) 52%, rgba(0, 177, 255, 1) 100%); */
  background: #000;
  border-radius: 2px;
}

.navbar-header .collapse-button span:last-child {
  margin: 0;
}

#header {
  padding: 10px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

#header .logo {
  margin-top: 10px;
}

/* #header .logo a {
    display: block;
    background: url(../images/mainlogo.svg) no-repeat;
    background-size: 100% auto;
    width: 65px;
    height: 64px;
} */

#header .logo a {
  display: block;
  width: 264px;
  height: 70px;
  position: relative;
}

#header .logo a img {
  display: block;
  width: 100%;
  height: auto;
}

.mobilelogo {
  display: none !important;
}

#header .navigation-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

#header .navigation li {
  display: inline-block;
  margin: 0 0 0 18px;
}

#header .navigation li:first-child {
  margin: 0;
}

#header .navigation li a {
  display: block;
  color: #6b645d;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 5px;
}

#header .navigation li a.active {
  color: #cca363;
}

#header .navigation li:hover > a,
#header .navigation li:hover > a i {
  color: #cca363 !important;
}

#header .bookbtnwrap {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}

#header .navigation li a {
  overflow: hidden;
  position: relative;
}

#header .navigation li.treatmentnav a::after {
  left: -22px;
}

#header .navigation li.treatmentnav a i {
  font-size: 12px;
  color: #6b645d;
}

#header .navigation li.treatmentnav a:hover i,
#header .navigation li.treatmentnav a.active i,
.lightheader #header .navigation li.treatmentnav a.active i {
  color: #cca363;
}

#header .navigation li > a::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
}

#header .navigation li > a::after {
  content: attr(data-replace);
  height: 100%;
  transform-origin: 100% 50%;
  transform: translate3d(200%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  color: #cca363;
}

#header .navigation li > a:hover::after {
  transform: translate3d(0, 0, 0);
}

#header .navigation li > a span {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

#header .navigation li > a:hover span {
  transform: translate3d(-200%, 0, 0);
}

#header .navigation li a.active::after {
  display: none;
}

#header .navigation li a.active span {
  transform: none;
}

#header .col-sm-9 {
  margin-top: 12px;
}

.megameunwrppaer {
  padding: 50px 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  visibility: hidden;
  z-index: 999999;
}

#header .megamenu {
  background: #fff;
}

#header .navigation li:hover .megameunwrppaer {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

#header .megamenu .menutabs {
  text-align: left;
}

#header .megamenu .menutabs ul,
#header .megamenu .menucontent ul {
  padding: 20px 0;
}

#header .megamenu .col-sm-3 {
  border-right: 1px solid #d3d1cf;
}

#header .megamenu .menutabs li,
#header .megamenu .menucontent li {
  display: block;
  margin: 0 0 5px 0;
}

#header .megamenu .menutabs li a,
#header .megamenu .menucontent li a {
  display: block;
  font-size: 14px;
  color: #6b645d !important;
  text-decoration: none;
  font-weight: 700;
  padding: 25px 0 25px 65px;
}

#header .megamenu .menutabs li a:hover,
#header .megamenu .menucontent li a:hover,
#header .megamenu .menutabs li a.active,
#header .megamenu .menucontent li a.active {
  color: #cca363 !important;
}

#header .megamenu .menutabs li a.treatment-1 {
  background: url(../images/menuitem-1.svg) no-repeat;
  background-size: 45px 45px;
  background-position: left center;
}

#header .megamenu .menutabs li a.treatment-1:hover,
#header .megamenu .menutabs li a.treatment-1.active {
  background: url(../images/menuitem-1-1.svg) no-repeat;
  background-size: 45px 45px;
  background-position: left center;
}

#header .megamenu .menutabs li a.treatment-2 {
  background: url(../images/menuitem-2.svg) no-repeat;
  background-size: 45px 45px;
  background-position: left center;
}

#header .megamenu .menutabs li a.treatment-2:hover,
#header .megamenu .menutabs li a.treatment-2.active {
  background: url(../images/menuitem-2-2.svg) no-repeat;
  background-size: 45px 45px;
  background-position: left center;
}

#header .megamenu .menutabs li a.treatment-3 {
  background: url(../images/menuitem-3.svg) no-repeat;
  background-size: 45px 45px;
  background-position: left center;
}

#header .megamenu .menutabs li a.treatment-3:hover,
#header .megamenu .menutabs li a.treatment-3.active {
  background: url(../images/menuitem-3-3.svg) no-repeat;
  background-size: 45px 45px;
  background-position: left center;
}

#header .megamenu .menutabs li a.treatment-4 {
  background: url(../images/menuitem-4.svg) no-repeat;
  background-size: 45px 45px;
  background-position: left center;
}

#header .megamenu .menutabs li a.treatment-4:hover,
#header .megamenu .menutabs li a.treatment-4.active {
  background: url(../images/menuitem-4-4.svg) no-repeat;
  background-size: 45px 45px;
  background-position: left center;
}

#header .megamenu .menutabs li a.treatment-5 {
  background: url(../images/menuitem-5.svg) no-repeat;
  background-size: 45px 45px;
  background-position: left center;
}

#header .megamenu .menutabs li a.treatment-5:hover,
#header .megamenu .menutabs li a.treatment-5.active {
  background: url(../images/menuitem-5-5.svg) no-repeat;
  background-size: 45px 45px;
  background-position: left center;
}

#header .megamenu .menucontent {
  text-align: left;
  display: none;
}

#header .megamenu .menucontent ul {
  padding-top: 40px;
}

#header .megamenu .menucontent li a {
  padding: 0 0 15px 30px;
  color: #908a85 !important;
}

.magamenusection {
  display: flex;
  padding: 40px;
  gap: 40px;
}

.magamenusection .menuimg {
  border-radius: 8px;
  overflow: hidden;
}

.magamenusection .menuimg img {
  display: block;
  width: 100%;
  height: auto;
}

.magamenusection .menucontactinfo {
  text-align: center;
}

.magamenusection h5 {
  font-size: 14px;
  color: #6b645d;
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-family: "Nunito Sans", sans-serif;
}

#header .magamenusection a.callto-btn {
  font-size: 20px !important;
  color: #cca363 !important;
}

.magamenusection em {
  display: block;
  font-style: normal;
  margin: 10px 0 20px;
  font-size: 14px;
  color: #a1a1a1;
}

#header .magamenusection .bookbtn {
  color: #fff !important;
  padding: 15px 5px;
}

#header .magamenusection .bookbtn span {
  transition: none !important;
}

#header .menusocial {
  padding: 25px 0 0;
}

#header .menusocial li {
  margin: 0 7px !important;
}

#header .navigation .menusocial li a {
  padding: 0;
}

#header .navigation .menusocial li a i {
  font-size: 20px;
  color: #cca363 !important;
}

#header .navigation .menusocial li a:hover {
  opacity: 0.7;
}

#herosection {
  background: rgba(154, 145, 133, 0.4);
  height: 90vh;
  padding-top: 125px;
  overflow: hidden;
  position: relative;
}

#herosection h1 {
  margin: 0 0 15px 0;
}

#herosection .container {
  height: 100%;
  position: relative;
}

#herosection h4 {
  margin-bottom: 15px;
}

#herosection .headratingwrap {
  display: flex;
  margin-bottom: 50px;
  gap: 0;
  align-items: center;
}

#herosection .headrating,
.googlerateing {
  display: flex;
  gap: 10px;
  align-items: center;
}

#herosection .headrating ul,
.googlerateing ul {
  display: flex;
  gap: 2px;
}

#herosection .headrating li span.filled,
.googlerateing li span.filled {
  color: #cca363;
}

#herosection .headrating em {
  font-style: normal;
  font-size: 20px;
  color: #6b645d;
  font-weight: 700;
}

#herosection .headratingwrap > span {
  color: #6b645d;
  font-size: 15px;
  font-weight: 500;
}

#herosection .headratingwrap > span em {
  font-style: normal;
  font-weight: 800;
}

#herosection .headratingwrap > span i {
  display: inline-block;
  background: url(../images/gimg.svg) no-repeat;
  background-size: 100% auto;
  width: 35px;
  height: 35px;
  margin-left: 8px;
  vertical-align: middle;
}

#herosection .headbtnwrap {
  display: flex;
  gap: 30px;
  align-items: center;
}

#herosection .headbtnwrap .watchvidbtn {
  text-decoration: none;
  color: #6b645d;
  font-size: 15px;
  font-weight: 800;
}

#herosection .headbtnwrap .watchvidbtn img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  transition: 0.2s ease-out 0.2s;
}

#herosection .headbtnwrap .watchvidbtn span {
  display: inline-block;
  vertical-align: middle;
  transition: 0.2s ease-out 0.2s;
}

#herosection .headbtnwrap .watchvidbtn:hover img {
  transform: scale(1.1);
}

#herosection .headbtnwrap .watchvidbtn:hover span {
  margin-left: 10px;
}

.drzaraimg {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 42.5%;
}

.drzaraimg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: relative;
  z-index: 2;
}

.drzaraimg span {
  display: block;
  background: url(../images/imgbg.svg) no-repeat;
  background-size: 100% auto;
  width: 82%;
  height: 75%;
  position: absolute;
  left: 0;
  bottom: 0;
}

#featuredwrap {
  background: #fff;
}

#featuredwrap h2 {
  font-family: "Playfair Display", serif;
  color: #6b645d;
  font-weight: 700;
  font-size: 24px;
  padding: 60px 0;
  font-style: normal;
}

#featuredwrap .featuredimg img {
  padding: 0 65px;
}

/* #featuredwrap .owl-carousel .owl-item:nth-child(3) .featuredimg img {
    padding: 0 0 0 40px;
}

*/
#featuredwrap .owl-carousel .owl-item:last-child .featuredimg img {
  padding: 0 0 0 50px;
}

#featuredwrap .owl-carousel .owl-item {
  vertical-align: middle;
  display: inline-block;
  float: none;
}

#treatment {
  background: #6b645d;
  padding: 80px 0;
  overflow: hidden;
}

#treatment h2 {
  text-align: center;
  margin-bottom: 60px;
}

#treatment .treatmenttabs {
  margin-bottom: 90px;
}

#treatment .treatmenttabs ul {
  display: flex;
  gap: 13.5px;
  justify-content: center;
}

#treatment li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  border: 3px solid #fff;
  width: 260px;
  text-align: center;
  height: auto;
  padding: 15px 20px;
}

#treatment li a.active {
  background: #fff;
  color: #6b645d;
}

#treatment li a.active span {
  animation: none;
}

.treatmentcontent .treatmentimg {
  margin-bottom: 20px;
}

.treatmentcontent .treatmentimg img {
  display: block;
  width: 100%;
  height: auto;
}

.treatmentcontent .tretbotcontent {
  display: flex;
  padding: 0 15px;
  justify-content: space-between;
}

.treatmentcontent .tretbotcontent h5 {
  margin-bottom: 10px;
}

.treatmentcontent .tretbotcontent p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.treatmentcontent .tretbotcontent a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  border: 3px solid #fff;
  padding: 12px 30px;
  min-width: auto;
  text-align: center;
  width: auto;
  text-transform: inherit;
}

.treatmenttabcontent {
  display: none;
}

.treatmenttabcontent .owl-carousel .owl-item .item {
  transform: scale(0.85);
  transition: all 450ms ease-out 0s;
}

.treatmenttabcontent .owl-carousel .owl-item.active .item {
  transform: scale(1);
  transition: 1.1s ease all;
  transition-delay: 0.3s;
}

.treatmenttabcontent .owl-dots {
  text-align: center;
  margin: 50px 0;
}

.reviewslider .owl-dots {
  padding: 60px 0 0;
  text-align: center;
  display: none !important;
}

.reviewslider .owl-dot {
  background: #97938f !important;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
}

.reviewslider .owl-dot.active {
  background: #cca363 !important;
}

.treatmenttabcontent button.owl-dot {
  background: #97938f !important;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
}

.treatmenttabcontent button.owl-dot.active {
  background: #dedddd !important;
}

#treatment > a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  color: #cca363;
  font-weight: 700;
  border-radius: 50px;
  border: 3px solid #cca363;
  min-width: auto;
  text-align: center;
  text-transform: inherit;
  background: #67605a;
  margin: 30px auto 0;
  padding: 12px 30px;
}

#beforeaftersection {
  overflow: hidden;
  padding: 100px 0;
  position: relative;
}

.beforeafterwrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 400px;
  aspect-ratio: 3 / 2;
}

.beforeafterwrapper .img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.beforeafterwrapper .img-wrapper span.beforelabel {
  background: url(../images/beforewhite-label.svg) no-repeat;
  background-size: 100% auto;
  width: 90px;
  height: 40px;
  display: block;
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.beforeafterwrapper .img-wrapper span.afterlabel {
  background: url(../images/afterwhite-label.svg) no-repeat;
  background-size: 100% auto;
  width: 90px;
  height: 40px;
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.beforeafterwrapper .img-wrapper:nth-child(2) {
  clip-path: inset(0px 50% 0px 0);
}

.beforeafterwrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.beforeafterwrapper .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2rem;
  height: 100%;
  background-color: #fafafa;
}

.beforeafterwrapper input {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  position: absolute;
  width: calc(100% + 2.25rem);
  height: 100%;
  left: -1.125rem;
  border: none;
  padding: 0;
  background: none;
}

.beforeafterwrapper input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 44px;
  width: 27px;
  background-image: url("../images/dragicon.png");
  background-size: 100% auto;
  cursor: grab;
}

#beforeafterwrapper input:active::-webkit-slider-thumb {
  cursor: grabbing;
}

#beforeafterwrapper input:active::-moz-slider-thumb {
  cursor: grabbing;
}

#beforeaftersection .owl-stage {
  padding-left: 0px !important;
}

.befreafterheading {
  width: 25%;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(0, -50%);
}

.befreafterheading h2 {
  color: #6b645d;
  margin-bottom: 30px;
}

.befreafterheading p {
  font-size: 18px;
  color: #6b645d;
  font-weight: 500;
  padding-bottom: 40px;
}

.befreafterheading a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  padding: 15px 20px;
  min-width: auto;
  text-align: center;
  text-transform: inherit;
  background: #cca363;
  border: 3px solid #cca363;
}

.beforeaftercontent {
  padding: 15px 0;
}

.beforeaftercontent h4 {
  color: #6b645d;
  font-size: 20px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.beforeaftercontent p {
  color: #6b645d;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  font-style: oblique;
}

.beforeaftercontent a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #6b645d;
  font-weight: 700;
  border-radius: 30px;
  padding: 13px 10px;
  min-width: auto;
  width: 150px;
  text-align: center;
  height: 50px;
  text-transform: inherit;
  background: none;
  border: 3px solid #6b645d;
}

#topreviewsection {
  padding: 120px 0;
  background: #eae5de;
}

#topreviewsection h2 {
  color: #6b645d;
  font-style: normal;
  font-weight: 500;
}

#topreviewsection h2 span {
  display: block;
  font-weight: 800;
  font-style: italic;
}

.quotecontent {
  width: 550px;
}

.innerpages-reviews .quotecontent {
  width: 600px;
}

.quotecontent p {
  color: #6b645d;
  font-size: 28px;
  font-style: italic;
  font-family: "Playfair Display", serif;
  line-height: 40px;
  background: url(../images/quot-img-1.svg) no-repeat left 10px;
  background-size: 59px 45px;
  padding: 0 0 0 80px;
}

.quotecontent p i {
  display: inline-block;
  background: url(../images/quot-img-2.svg) no-repeat left bottom;
  background-size: 59px 45px;
  width: 59px;
  height: 45px;
  vertical-align: middle;
  margin: 15px 0 0 20px;
}

.googlerateing {
  gap: 20px;
  padding: 40px 0 0 90px;
}

.googlerateing > span {
  display: block;
  background: url(../images/gimg.svg) no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
}

.googlerateing h5 {
  font-size: 15px;
  color: #cca363;
  font-family: "Playfair Display", serif;
  margin: 5px 0 0 0;
}

#aboutussection {
  padding: 100px 0 150px;
  background: #fff;
}

#aboutussection h2 {
  color: #6b645d;
  margin-bottom: 60px;
}

#aboutussection .aboutvideowrap {
  height: 500px;
  padding-right: 125px;
  position: relative;
}

#aboutussection .aboutvideowrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

#aboutussection .aboutimgwrap {
  width: 250px;
  border-radius: 6px;
  position: absolute;
  right: 0;
  bottom: -50px;
  overflow: hidden;
}

#aboutussection .aboutimgwrap img {
  display: block;
  width: 100%;
  height: auto;
}

#aboutussection .aboutrightcontent {
  padding-left: 50px;
}

#aboutussection .aboutrightcontent h3 {
  font-family: "Playfair Display", serif;
  color: #6b645d;
  font-weight: 800;
  font-size: 40px;
  font-style: italic;
  margin-bottom: 30px;
}

#aboutussection .aboutrightcontent p {
  font-size: 16px;
  font-weight: 500;
  color: #6b645d;
  padding-bottom: 40px;
}

#aboutussection .aboutrightcontent ul {
  padding-bottom: 30px;
}

#aboutussection .aboutrightcontent li {
  font-size: 16px;
  font-weight: 500;
  color: #6b645d;
  margin-bottom: 15px;
}

#aboutussection .aboutrightcontent li i {
  display: inline-block;
  color: #cca363;
  vertical-align: middle;
  margin-right: 5px;
}

#aboutussection .aboutrightcontent a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  min-width: auto;
  text-align: center;
  width: 250px;
  text-transform: inherit;
  background: #cca363;
  border: 3px solid #cca363;
}

#blogsection {
  background: #eae5de;
  padding: 80px 0;
}

#blogsection .feturightblog {
  display: none;
}

#blogsection h2 {
  margin-bottom: 60px;
  text-align: center;
  color: #6b645d;
}

#blogsection .blogbox .blogimg {
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
  height: 325px;
  border-radius: 6px;
}

#blogsection .blogbox .blogimg img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.2s ease-out 0.2s;
  object-fit: cover;
}

#blogsection .blogbox h5 {
  color: #67605a;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 17px;
  font-style: normal;
  overflow: hidden;
  height: 50px;
}

#blogsection .blogbox p {
  color: #6b645d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 20px;
}

#blogsection .blogbox i {
  display: inline-block;
  margin-right: 5px;
}

#blogsection .blogbox a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #6b645d;
  font-weight: 700;
  border-radius: 30px;
  padding: 12px 10px;
  min-width: auto;
  text-align: center;
  width: 145px;
  height: 50px;
  text-transform: inherit;
  background: none;
  border: 3px solid #6b645d;
}

#blogsection .blogbox:hover .blogimg img {
  transform: scale(1.1);
}

#blogsection .container > a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  padding: 15px 10px;
  min-width: auto;
  text-align: center;
  text-transform: inherit;
  background: #cca363;
  margin: 70px auto 0;
  border: 3px solid #cca363;
}

.footerbrands {
  background: #6b645d;
  padding: 30px 0;
}

.footerbrands ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.instaposts a {
  display: block;
  position: relative;
  transition: 0.5s ease-out 0.5s;
  height: 380px;
}

.instaposts img,
.instaposts video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instaposts .overlayinsta {
  background: rgba(107, 100, 93, 0.53);
  position: absolute;
  left: -0.1px;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s ease-out 0.2s;
  opacity: 0;
}

.instaposts .overlayinsta i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 30px;
  color: #fff;
  transform: translate(-50%, -50%);
}

.instaposts a:hover .overlayinsta {
  opacity: 1;
}

/* .lightheader #header .logo a {
    display: block;
    background: url(../images/mainlogo-white.svg) no-repeat;
    background-size: 100% auto;
    width: 65px;
    height: 64px;
} */
.lightheader #header .logo a {
  display: block;
  width: 264px;
  height: 70px;
  filter: invert(1);
}

.lightheader.beafdetail #header .logo a {
  display: block;
  width: 264px;
  height: 70px;
  filter: none;
}

.lightheader #header .navigation > li > a {
  color: #fff;
  text-shadow: 0px 0px 3px #000;
}

.lightheader #header .navigation li a.active {
  color: #cca363;
}

.lightheader #header .navigation li.treatmentnav a i {
  color: #fff;
}

.lightheader #header .bookbtnwrap .bookbtn {
  background: #cca363;
  border: none;
  padding: 14px 15px;
  border: 3px solid #cca363;
}

#beforeafterbanner {
  background: #6f675e;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

#beforeafterbanner h2 {
  font-style: normal;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 65px;
}

#beforeafterbanner .bfbanimg-1,
#beforeafterbanner .bfbanimg-2 {
  position: absolute;
  left: 25%;
  top: 0;
}

#beforeafterbanner .bfbanimg-2 {
  left: 55%;
}

.bfbanbotimgswrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

#beforeafterbanner .container {
  position: relative;
  height: 100vh;
}

.bfbancenterimgswrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

#bfcontentwrap {
  background: #eae5de;
  padding: 80px 0;
}

#bfcontentwrap .bffilterwrap {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
}

#bfcontentwrap .bffilterwrap select {
  border: 2px solid #e8b76a;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #67605a;
  font-family: "Playfair Display", serif;
  padding: 10px 20px;
  width: 300px;
  background: #eae5de url(../images/arrowdown.svg) no-repeat 96% center / 12px
    14px !important;
}

#bfcontentwrap .bffilterwrap select option {
  font-size: 13px;
}

.abcontentinner .beforeaftercontent {
  padding-top: 20px;
}

#treatmentsbanner {
  background: #eae5de;
  padding: 175px 0 125px;
  text-align: center;
  position: relative;
  z-index: 1;
  height: 525px;
}

#treatmentsbanner h2 {
  color: #6b645d;
  font-style: normal;
  padding-bottom: 25px;
}

#treatmentsbanner p {
  font-size: 18px;
  color: #6b645d;
  padding-bottom: 40px;
}

#treatmentsbanner a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #6b645d;
  font-weight: 700;
  border-radius: 50px;
  padding: 15px 10px;
  min-width: auto;
  width: 225px;
  text-align: center;
  text-transform: inherit;
  background: none;
  border: 3px solid #6b645d;
  margin: 0 auto;
}

.treatmentstabs {
  background: #6b645d;
  padding: 60px 0 70px;
}

.treatmentstabs h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 50px;
  font-style: normal;
  text-transform: uppercase;
}

.treatmentstabs h2 span {
  font-weight: 800;
  font-style: italic;
}

.treatmentstabs ul {
  text-align: center;
}

.treatmentstabs li {
  display: inline-block;
  margin-right: 15px;
}

.treatmentstabs li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.treatmentstabs li a:hover,
.treatmentstabs li a.active {
  text-decoration: underline;
}

.treatmentstabs li:last-child {
  margin: 0;
}

.treatmentstabcontentwrapper {
  background: #eae5de;
  padding: 40px 0;
}

.treatmentstabcontentwrap {
  display: none;
}

.treatmentstabcontent .treatmentimgwrap {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  height: 385px;
}

.treatmentstabcontent .treatmentimgwrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 2s ease-out;
}

.treatmentstabcontent .treatmentimgwrap::after {
  content: "";
  background: rgb(129, 129, 129);
  background: linear-gradient(
    0deg,
    rgba(129, 129, 129, 0.75) 20%,
    rgba(115, 115, 115, 0) 100%
  );
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 2s ease-out;
}

.treatmentstabcontent a {
  display: block;
  text-decoration: none;
}

.treatmentstabcontent h4 {
  position: absolute;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  font-style: normal;
  left: 25px;
  bottom: 25px;
}

.treatmentstabcontent {
  position: relative;
}

.treatmentstabcontent a:hover .treatmentimgwrap::after {
  content: "";
  background: rgb(129, 129, 129);
  background: linear-gradient(
    0deg,
    rgba(129, 129, 129, 0.9) 20%,
    rgba(115, 115, 115, 0) 100%
  );
}

.treatmentstabcontent a:hover .treatmentimgwrap img {
  transform: scale(1.1);
}

#treatmentsdetailbanner,
#testimonialdetailbanner {
  background: #6f675e;
  padding: 200px 0 125px;
  position: relative;
  z-index: 1;
  height: 75vh;
  overflow: hidden;
}

#treatmentsdetailbanner h2 {
  color: #fff;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 75px;
}

#treatmentsdetailbanner h2 em {
  font-weight: 700;
  font-style: italic;
}

#treatmentsdetailbanner span {
  font-size: 20px;
  color: #fff;
  display: block;
}

#treatmentsdetailbanner .treatmentbannerimg {
  position: absolute;
  width: 32%;
  right: 10%;
  bottom: 0;
}

#treatmentsdetailbanner .treatmentbannerimg.cornerimg {
  width: 37%;
  right: 0;
}

#testimonialdetailbanner .testimonialbannerimg {
  position: absolute;
  right: 15%;
  bottom: 0;
  width: 25%;
}

#treatmentsdetailbanner .treatmentbannerimg img,
#testimonialdetailbanner .testimonialbannerimg img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: relative;
  z-index: 2;
}

#treatmentsecondsection {
  background: #eae5de;
  padding: 60px 0;
}

#treatmentsecondsection .container > span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #6b645d;
  margin-bottom: 20px;
}

#treatmentsecondsection .container > p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 50px;
}

#treatmentsecondsection h3 {
  color: #6b645d;
  font-size: 28px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
  text-transform: capitalize;
}

#treatmentsecondsection .solucontent {
  display: flex;
  align-items: center;
  gap: 35px;
}

#treatmentsecondsection .solucontent .solicon-1 {
  display: block;
  background: url(../images/tightens-icon.svg) no-repeat;
  background-size: 50px 50px;
  width: 55px;
  height: 55px;
}

#treatmentsecondsection .solucontent .solicon-2 {
  display: block;
  background: url(../images/stimulates-icon.svg) no-repeat;
  background-size: 50px 50px;
  width: 55px;
  height: 55px;
}

#treatmentsecondsection .solucontent .solicon-3 {
  display: block;
  background: url(../images/restoresfacial-icon.svg) no-repeat;
  background-size: 45px 45px;
  width: 55px;
  height: 55px;
}

#treatmentsecondsection .solucontent .solicon-4 {
  display: block;
  background: url(../images/improveselasticity-icon.svg) no-repeat;
  background-size: 40px 40px;
  width: 55px;
  height: 55px;
}

#treatmentsecondsection .solucontent .solicon-5 {
  display: block;
  background: url(../images/sessionsrecommended-icon.svg) no-repeat;
  background-size: 45px 45px;
  width: 55px;
  height: 55px;
}

#treatmentsecondsection .solucontent .solicon-6 {
  display: block;
  background: url(../images/gradual-icon.svg) no-repeat;
  background-size: 45px 45px;
  width: 55px;
  height: 55px;
}

#treatmentsecondsection .solucontent h6 {
  color: #6b645d;
  font-size: 20px;
  font-weight: 500;
}

#treatmentsecondsection .container > a,
.offercontent > a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #6b645d;
  font-weight: 700;
  border-radius: 50px;
  padding: 15px 10px;
  min-width: auto;
  width: 225px;
  text-align: center;
  text-transform: inherit;
  background: none;
  border: 3px solid #6b645d;
  margin-top: 70px;
}

.offercontent > a {
  margin-top: 0;
}

#treatmentthirdsection {
  background: #6b645d;
  padding: 60px 0;
}

#treatmentthirdsection h3 {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 50px;
}

#treatmentthirdsection h3 span {
  font-weight: 800;
}

#treatmentthirdsection p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  padding-bottom: 50px;
}

#treatmentthirdsection .drzaraquote {
  width: 650px;
}

#treatmentthirdsection .drzaraquote p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  background: url(../images/innerquot-1.svg) no-repeat left top;
  background-size: auto 50px;
  padding: 0 0 0 90px;
  font-weight: 600;
}

#treatmentthirdsection .drzaraquote p i {
  display: inline-block;
  background: url(../images/innerquot-2.svg) no-repeat 20px bottom;
  background-size: auto 50px;
  font-style: normal;
  padding: 30px 0 5px 85px;
  vertical-align: top;
}

#treatmentthirdsection .docimagewrap {
  position: absolute;
  right: -6%;
  bottom: -65px;
  width: 51.5%;
}

#treatmentthirdsection .docimagewrap img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: relative;
  z-index: 2;
}

#treatmentthirdsection .container {
  position: relative;
}

#treatmentforthsection-wrap {
  background: #eae5de;
  padding: 60px 0;
  position: relative;
  z-index: 2;
}

.treatmentoffercontent {
  padding: 40px 0;
}

.treatmentoffercontent.section2 .offersontentimg {
  margin: 0;
  margin-left: 50px;
}

.offersontentimg {
  margin-right: 50px;
}

.offersontentimg img {
  display: block;
  width: 100%;
  height: auto;
}

.offercontent h4 {
  font-size: 35px;
  color: #6b645d;
  font-weight: 500;
  padding: 0 0 20px 0;
}

.offercontent > p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 0 30px 0;
}

.offercontent h4 span {
  font-weight: 800;
  font-style: italic;
}

.offercontent .offersdetail {
  padding: 0 0 30px 0;
}

.offercontent .offersdetail:last-child {
  padding-bottom: 0;
}

.offercontent .offersdetail h5,
.whattoexpectsection .offersdetail h5 {
  font-size: 18px;
  color: #6b645d;
  font-weight: 800;
  margin-bottom: 20px;
}

.offercontent .offersdetail p,
.whattoexpectsection .offersdetail p {
  font-size: 15px;
  line-height: 25px;
  color: #6b645d;
}

.offercontent .offersdetail::before {
  content: "~";
  font-size: 45px;
  position: absolute;
  left: -50px;
  font-weight: 700;
  font-style: italic;
  font-family: "Playfair Display", serif;
  line-height: 1;
  top: -12px;
}

/* .offercontent .offersdetail.workicon-1 {
    background: url(../images/worksicon-1.svg) no-repeat;
    background-size: 48px 47px;
}

.offercontent .offersdetail.workicon-2 {
    background: url(../images/worksicon-2.svg) no-repeat;
    background-size: 42px 42px;
}

.offercontent .offersdetail.workicon-3 {
    background: url(../images/worksicon-3.svg) no-repeat;
    background-size: 41px 50px;
}

.offercontent .offersdetail.workicon-4 {
    background: url(../images/worksicon-4.svg) no-repeat;
    background-size: 48px 48px;
}

.offercontent .offersdetail.workicon-5 {
    background: url(../images/worksicon-5.svg) no-repeat;
    background-size: 44px 30px;
}

.offercontent .offersdetail.workicon-6 {
    background: url(../images/worksicon-6.svg) no-repeat;
    background-size: 45px 45px;
}

.offercontent .offersdetail.workicon-7 {
    background: url(../images/worksicon-7.svg) no-repeat;
    background-size: 45px 45px;
}

.offercontent .offersdetail.workicon-8 {
    background: url(../images/worksicon-8.svg) no-repeat;
    background-size: 45px 45px;
} */

.treatmentoffercontent.section2 .offercontent h4 {
  padding: 0 0 40px 0;
}

.treatmentoffercontent.section2 .offercontent > p {
  font-size: 18px;
  font-weight: 500;
  color: #6b645d;
  padding-bottom: 80px;
}

.treatmentoffercontent.section2 .offercontent .offersdetail h5 {
  font-size: 18px;
  color: #6b645d;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 25px;
  font-family: "Nunito Sans", sans-serif;
}

.treatmentoffercontent.section2 .offercontent .offersdetail h5 span {
  font-weight: 800;
}

.beforeafterdetail {
  padding: 40px 0;
}

.beforeafterdetail h3 {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  color: #6b645d;
  font-weight: 700;
  margin-bottom: 40px;
}

.beforeafterdetail h3 span {
  font-style: italic;
}

.beforeafterdetail p {
  font-size: 18px;
  font-weight: 500;
  color: #6b645d;
  padding-bottom: 30px;
}

.detailbefaft {
  padding-bottom: 50px;
  display: flex;
}

.detailbefaft li {
  font-size: 18px;
  color: #6b645d;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 25px;
  font-family: "Nunito Sans", sans-serif;
  display: inline-block;
  margin: 0 30px;
  position: relative;
}

.detailbefaft li::before {
  content: "~";
  font-size: 30px;
  position: absolute;
  left: -30px;
  font-weight: 700;
  font-style: italic;
  font-family: "Playfair Display", serif;
  line-height: 1;
  top: -7px;
}

.beforeafterdetail .owl-carousel .owl-nav.disabled {
  display: block;
  text-align: center;
  margin-top: 80px;
}

.beforeafterdetail .owl-carousel .owl-nav .owl-prev {
  font-size: 0;
  background: url(../images/sliderarrow-left.svg) no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.beforeafterdetail .owl-carousel .owl-nav .owl-next {
  font-size: 0;
  background: url(../images/sliderarrow-right.svg) no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: 50px;
}

.beforeafterdetail .counter {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: -28px;
}

.resulttext {
  text-align: center;
  font-size: 10px;
  display: block;
  margin-top: 20px;
}

.whattoexpectsection {
  padding: 80px 0;
}

.whattoexpectsection h3 {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  color: #6b645d;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  margin: 150px -25px 0 0;
  position: relative;
  z-index: 9;
}

.whattoexpectsection h3 span {
  font-weight: 700;
  font-style: italic;
}

.whattoexpectsection .expectimgwrap {
  display: inline-block;
  width: 60%;
}

.whattoexpectsection .expectimgwrap img {
  display: block;
  width: 100%;
  height: auto;
}

.whattoexpectsection .offersdetail {
  padding: 25px 0 30px 70px;
}

.whattoexpectsection .offersdetail.expecicon-1 {
  background: url(../images/expecticon-1.svg) no-repeat left 25px;
  background-size: 34px 34px;
}

.whattoexpectsection .offersdetail.expecicon-2 {
  background: url(../images/expecticon-2.svg) no-repeat left 25px;
  background-size: 35px 32px;
}

.whattoexpectsection .offersdetail.expecicon-3 {
  background: url(../images/expecticon-3.svg) no-repeat left 25px;
  background-size: 36px 38px;
}

.whattoexpectsection .offersdetail.expecicon-4 {
  background: url(../images/expecticon-4.svg) no-repeat left 25px;
  background-size: 35px 34px;
}

.whattoexpectsection .offersdetail.expecicon-5 {
  background: url(../images/expecticon-5.svg) no-repeat left 25px;
  background-size: 32px 37px;
}

.whattoexpectsection .bookbtnborder {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #6b645d;
  font-weight: 700;
  border-radius: 50px;
  min-width: auto;
  width: 100%;
  text-align: center;
  text-transform: inherit;
  background: none;
  border: 3px solid #6b645d;
  margin: 30px 0 0 50px;
}

.whattoexpectsection .moreinfo {
  padding: 80px 0 0 0;
}

.whattoexpectsection .moreinfo h3 {
  font-family: "Playfair Display", serif;
  color: #6b645d;
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 30px;
  text-align: center;
}

.whattoexpectsection .moreinfo h3 span {
  font-weight: 800;
  font-style: italic;
}

.whattoexpectsection .moreinfo p {
  color: #6b645d;
  font-size: 18px;
  padding-bottom: 25px;
}

.whattoexpectsection .moreinfo .bookbtnborder {
  margin-left: 0;
}

#topreviewsection.innerpages-reviews {
  background: #6b645d;
  padding: 100px 0;
}

#topreviewsection.innerpages-reviews h2 {
  color: #fff;
  font-style: normal;
  font-weight: 600;
}

#topreviewsection.innerpages-reviews h2 span {
  font-style: italic;
  font-weight: 400;
  display: inline-block;
}

#topreviewsection.innerpages-reviews .quotecontent p,
.testimo-reviews .quotecontent p {
  color: #fff;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  background: url(../images/quot-imgwhite-1.svg) no-repeat left top;
  background-size: 64px 50px;
  padding: 0 0 0 90px;
  line-height: inherit;
  font-weight: 400;
  font-style: inherit;
}

#topreviewsection.innerpages-reviews .quotecontent p i,
.testimo-reviews .quotecontent p i {
  display: inline-block;
  background: url(../images/quot-imgwhite-2.svg) no-repeat left bottom;
  background-size: 64px 50px;
  width: 64px;
  height: 50px;
  vertical-align: text-top;
  margin: 20px 0 0 20px;
}

#topreviewsection.innerpages-reviews .googlerateing {
  padding: 10px 0 0 90px;
}

#topreviewsection.innerpages-reviews .googlerateing h5 {
  color: #fff;
}

.testimo-reviews .googlerateing {
  padding: 0 0 0 90px;
  margin-top: -25px;
}

.testimo-reviews .reviewslider .owl-dots {
  text-align: left;
  padding-left: 150px;
}

.testimo-reviews .googlerateing h5 {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
}

#faqsection {
  padding: 80px 0;
  background: #eae5de;
}

#faqsection h2 {
  color: #6b645d;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 50px;
  text-align: center;
}

#faqsection h2 span {
  font-style: italic;
  font-weight: 700;
}

.faq-wrappper {
  width: 800px;
  margin: 0 auto;
}

.faqcontent {
  border: 1px solid #6b645d;
  border-radius: 35px;
  margin-bottom: 25px;
}

.faqcontent .faqhead {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
  padding: 20px 40px;
  align-items: center;
}

.faqcontent h6 {
  font-size: 18px;
  color: #6b645d;
  font-weight: 500;
}

.faqcontent p {
  display: none;
  padding: 20px 40px;
}

.faqcontent ul {
  display: none;
  padding: 0 40px 20px 40px;
}

.faqcontent ul li {
  font-size: 14px;
  margin-bottom: 10px;
}

.faqcontent i {
  display: block;
  font-style: normal;
  font-size: 20px;
}

.faqcontent i::before {
  font-family: "Font Awesome 5 Free";
  content: "\2b";
  font-weight: 900;
}

.faqcontent .faqhead.active i::before {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
}

#expbotsection {
  background: #6b645d;
  padding: 150px 0;
}

#expbotsection h3 {
  font-family: "Playfair Display", serif;
  color: #ffffff;
  font-weight: 400;
  font-size: 50px;
}

#expbotsection h3 span {
  font-weight: 600;
}

#expbotsection h3 em {
  font-weight: 700;
}

#expbotsection p {
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  padding: 20px 0 30px 0;
}

#expbotsection .bookbtnwrap {
  display: flex;
  gap: 20px;
}

#expbotsection .bookbtnwrap a.bookbtn {
  background: #cca363;
  width: 225px;
  font-size: 15px;
  font-weight: 700;
  border: 3px solid #cca363;
}

#expbotsection .bookbtnwrap .bookbtnborder {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  width: 225px;
  text-align: center;
  text-transform: inherit;
  background: none;
  border: 3px solid #fff;
}

#testimonialcontentwrap {
  background: #eae5de;
}

.testigooglerating {
  padding: 50px 0;
}

.testigooglerating ul {
  display: inline-flex;
  gap: 2px;
  vertical-align: middle;
}

.testigooglerating li span.filled {
  color: #cca363;
}

.testigooglerating .testirating {
  text-align: center;
}

.testigooglerating .testirating > span {
  font-size: 22px;
  color: #6b645d;
  display: inline-block;
  font-weight: 500;
  vertical-align: middle;
  margin: 0 12px;
}

.testigooglerating .testirating > em {
  display: inline-block;
  background: url(../images/gimg.svg) no-repeat;
  background-size: 100% auto;
  width: 35px;
  height: 35px;
  vertical-align: middle;
}

.testvdocotnent {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.testvdocotnent img {
  display: block;
  width: 100%;
  height: 100%;
}

.testvdocotnent .overlay {
  background: rgba(107, 100, 93, 0.6);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.testvdocotnent .overlay a {
  display: block;
  width: 100%;
  height: 100%;
}

.testvdocotnent .overlay a span {
  background: url(../images/playbtn-white.svg) no-repeat;
  background-size: 100% auto;
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-out 0.2s;
}

.testvdocotnent .overlay a:hover span {
  transform: translate(-50%, -50%) scale(1.2);
}

.testiparasection {
  padding: 90px 0;
}

.testiparasection h3 {
  font-family: "Playfair Display", serif;
  color: #6b645d;
  font-weight: 400;
  font-size: 40px;
  text-transform: capitalize;
}

.testiparasection h3 span {
  font-weight: 700;
}

.testiparasection h3 em {
  font-weight: 600;
}

.testiparasection p {
  font-weight: 300;
  font-size: 18px;
  color: #6b645d;
  width: 70%;
}

.googlereviewslieder {
  padding-bottom: 100px;
}

.googlereviewcontent {
  background: #6b645d;
  border-radius: 6px;
  padding: 30px;
  position: relative;
}

.googlereviewcontent .googlereviewhead {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.googlereviewcontent .reviewleft ul {
  display: flex;
  gap: 2px;
  vertical-align: middle;
  margin-bottom: 10px;
}

.googlereviewcontent .reviewleft li span.filled {
  color: #cca363;
}

.googlereviewcontent .reviewleft > span {
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
}

.googlereviewcontent .reviewright span {
  display: block;
  background: url(../images/gimg.svg) no-repeat;
  background-size: 100% auto;
  width: 30px;
  height: 30px;
}

.googlereviewcontent p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 20px;
  font-family: "Playfair Display", serif;
}

.googlereviewcontent h6 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  /* position: absolute;
  left: 30px;
  bottom: 30px; */
}

.googlereviewslieder .owl-carousel .owl-nav {
  display: block;
  text-align: center;
  margin-top: 80px;
}

.googlereviewslieder .owl-carousel .owl-nav .owl-prev {
  font-size: 0;
  background: url(../images/sliderarrow-left.svg) no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.googlereviewslieder .owl-carousel .owl-nav .owl-next {
  font-size: 0;
  background: url(../images/sliderarrow-right.svg) no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: 50px;
}

.googlereviewslieder .counter2 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: -28px;
}

#beforafterdetailbanner {
  background: #6f675e;
  height: 92vh;
  overflow: hidden;
}

.beforeafterdetailimgwrap {
  height: 92vh;
}

.beforeafterdetailimgwrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.beafdetailcontentwrapper {
  position: relative;
  height: 92vh;
}

.beafdetailcontent {
  width: 350px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.beafdetailcontent h3 {
  font-family: "Playfair Display", serif;
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
}

.beafdetailcontent h5 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}

.beafdetailcontent ul {
  padding-bottom: 30px;
}

.beafdetailcontent ul li,
.beafdetailcontent p {
  display: block;
  font-family: "Playfair Display", serif;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}

.beafdetailcontent h6 {
  font-family: "Playfair Display", serif;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 10px;
}

.beafdetailcontent h6 span {
  font-weight: 700;
  font-style: italic;
}

.beforeafterdetailwrapper {
  position: relative;
  height: 92vh;
}

.beafbtnwrapper {
  position: absolute;
  left: 50%;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px 25px 8px;
  text-align: center;
  transform: translate(-50%, -20px);
  z-index: 9;
}

.beafbtnwrapper a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  width: 80px;
  border-radius: 50px;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.beafbtnwrapper a.active {
  background: #6b645d;
}

.befaftdetailwrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  visibility: hidden;
}

.befaftdetailwrapper.active {
  opacity: 1;
  -webkit-animation: fadein 0s ease-in;
  -moz-animation: fadein 0s ease-in;
  animation: fadein 0s ease-in;
  visibility: visible;
}

.befaftdetailwrapper .owl-carousel .owl-nav {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 23px;
  width: 100%;
  transform: translate(-50%, 0);
  text-align: center;
}

.befaftdetailwrapper .owl-carousel .owl-nav .owl-prev {
  font-size: 0;
  background: url(../images/sliderarrowwhite-left.svg) no-repeat;
  background-size: 100% auto;
  width: 50px;
  height: 50px;
  display: inline-block;
}

.befaftdetailwrapper .owl-carousel .owl-nav .owl-next {
  font-size: 0;
  background: url(../images/sliderarrowwhite-right.svg) no-repeat;
  background-size: 100% auto;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-left: 250px;
}

#beafdetailcontentsections {
  background: #eae5de;
}

.beafdetailsecondsection {
  padding: 90px 0 0 0;
}

.beafdetailsecondsection h3 {
  font-family: "Playfair Display", serif;
  color: #6b645d;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 50px;
  text-align: center;
}

.beafdetailsecondsection h3 span,
.beafdetailsecondsection p span {
  font-weight: 400;
}

.beafdetailsecondsection h3 em,
.beafdetailsecondsection p em {
  font-weight: 800;
}

.beafdetailsecondsection p {
  font-size: 18px;
  font-weight: 500;
  color: #6b645d;
  padding-bottom: 30px;
  text-transform: capitalize;
}

.beafdetailsecondsection .container {
  padding: 0 150px;
}

.beafdetailvdosection .beafdetailvdowrap {
  position: relative;
}

.beafdetailvdosection .beafdetailvdowrap img {
  display: block;
  width: 100%;
  height: auto;
}

.beafdetailvdosection .beafdetailvdowrap .overlay {
  background: rgba(7, 7, 7, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.beafdetailvdosection .beafdetailvdowrap .overlay a {
  display: block;
  width: 100%;
  height: 100%;
}

.beafdetailvdosection .beafdetailvdowrap .overlay a span {
  background: url(../images/playbtn-white.svg) no-repeat;
  background-size: 100% auto;
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-out 0.2s;
}

.beafdetailvdosection .beafdetailvdowrap .overlay a:hover span {
  transform: translate(-50%, -50%) scale(1.2);
}

.beafdetail .beforeafterdetail {
  padding: 0 0 80px 0;
}

.beafdetail #treatmentforthsection-wrap {
  padding-bottom: 0;
}

#contactusbanner {
  background: #f3f2f0;
  padding: 175px 0 125px;
  text-align: center;
  position: relative;
  z-index: 1;
  height: 450px;
}

#contactusbanner h2 {
  font-weight: 400;
  font-size: 65px;
  font-style: normal;
  color: #6b645d;
  margin-bottom: 35px;
}

#contactusbanner h2 span {
  font-weight: 700;
}

#contactusbanner p {
  font-size: 16px;
  line-height: 25px;
  color: #6b645d;
}

#contactdetailsection {
  background: #6b645d;
  padding: 60px 0;
}

.contactdetailcontent {
  padding: 0 150px 0 0;
}

.contactdetailcontent h3 {
  font-family: "Playfair Display", serif;
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 60px;
}

.contactdetailcontent h3 span {
  display: inline-block;
  font-weight: 700;
}

.contactdetailcontent li {
  display: block;
  margin-bottom: 60px;
}

.contactdetailcontent li > span {
  background: #d9d9d9;
  border-radius: 50px;
  width: 65px;
  height: 65px;
  text-align: center;
  display: inline-block;
  padding: 20px;
  line-height: 35px;
  margin-right: 35px;
  vertical-align: middle;
}

.contactdetailcontent li > span i {
  font-size: 24px;
  color: #6b645d;
}

.contactdetailcontent li p {
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
}

.contactdetailcontent li p label {
  display: block;
  margin-bottom: 5px;
  font-weight: 300;
}

.contactdetailcontent li p a {
  text-decoration: none;
  color: #fff;
}

.contactdetailcontent li p a:hover {
  text-decoration: underline;
}

.googlemapwrap {
  margin-top: 120px;
  border-radius: 6px;
  overflow: hidden;
}

.googlemapwrap a {
  display: block;
}

.googlemapwrap a iframe {
  display: block;
  width: 100%;
  height: 300px;
}

#bookappintsection {
  background: #f3f2f0;
  padding: 60px 0;
}

#bookappintsection h3 {
  font-family: "Playfair Display", serif;
  color: #6b645d;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 40px;
  text-align: center;
}

#bookappintsection h3 span {
  font-weight: 800;
  font-style: italic;
}

#bookappintsection p {
  font-size: 16px;
  line-height: 25px;
  color: #6b645d;
  padding-bottom: 60px;
  text-align: center;
}

#bookappintsection label {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 12px;
  font-weight: 500;
  color: #67605a;
  margin-bottom: 10px;
}

#bookappintsection input,
#bookappintsection textarea {
  background: none;
  border: 1px solid #6b645d;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #67605a;
  font-family: "Playfair Display", serif;
  padding: 18px 22px;
}

#bookappintsection input::placeholder,
#bookappintsection textarea::placeholder {
  color: #67605a;
}

#bookappintsection .mb-4 {
  margin-bottom: 40px !important;
}

#bookappintsection .bookbtn {
  margin: 0 auto;
}

#infopages {
  background: #eae5de;
  padding: 175px 0 50px 0;
}

#infopages h2 {
  font-weight: 400;
  font-size: 65px;
  font-style: normal;
  color: #6b645d;
  margin-bottom: 35px;
  text-align: center;
  font-style: normal;
}

#infopages h2 span {
  font-weight: 700;
}

#infopages p {
  font-size: 16px;
  line-height: 25px;
  color: #6b645d;
  padding-bottom: 20px;
}

#infopages .container {
  padding: 0 125px;
}

#infopages .infobox {
  padding: 40px 0 0 0;
}

#infopages .infobox p {
  padding-bottom: 20px;
}

#infopages .infobox h3 {
  font-family: "Playfair Display", serif;
  color: #6b645d;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 30px;
}

#infopages .infobox h3 span {
  font-weight: 800;
}

#infopages .infobox h4 {
  margin-bottom: 30px;
}

#infopages .infobox ul {
  margin-bottom: 45px;
}

#infopages .infobox li {
  margin-bottom: 20px;
}

#pressrelaesebanner {
  background: url(../images/pressrelease-banner.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 75vh;
  position: relative;
}

#pressrelaesebanner::after {
  content: "";
  background: rgb(114, 112, 101);
  background: linear-gradient(
    180deg,
    rgba(114, 112, 101, 1) 0%,
    rgba(160, 148, 136, 0.79) 60%,
    rgba(218, 212, 205, 0) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#pressrelaesebanner h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  font-weight: 400;
  font-style: normal;
  font-size: 65px;
}

#pressrelaesebanner h2 span {
  font-weight: 800;
}

#pressreleaselisting {
  background: #eae5de;
  padding: 60px 0;
}

.pressbox .pressimg {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  height: 445px;
}

.pressbox .pressimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pressbox h5 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 26px;
  color: #67605a;
}

.pressbox a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #6b645d;
  font-weight: 700;
  border-radius: 30px;
  width: 150px;
  text-transform: inherit;
  background: none;
  border: 3px solid #6b645d;
  text-align: center;
}

.pressbox .pressimg .label-cosmp {
  background: url(../images/cosmopolitan-label.png) no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 122px;
  height: 44px;
}

.pressbox .pressimg .label-vogue {
  background: url(../images/vogue-label.png) no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 122px;
  height: 44px;
}

.pressbox .pressimg .label-grazi {
  background: url(../images/grazia-label.png) no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 122px;
  height: 44px;
}

.paginationwrap {
  padding-top: 40px;
}

.paginationwrap ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.paginationwrap li a {
  border: 1px solid #6b645d;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  font-size: 15px;
  font-weight: 500;
  color: #6b645d;
  line-height: 30px;
}

.paginationwrap li a.active {
  background: #6b645d;
  color: #fff;
}

#aboutbanner {
  background: #eae5de;
  padding: 200px 0 125px;
  position: relative;
  z-index: 1;
  height: 75vh;
  overflow: hidden;
}

#aboutbanner h2 {
  font-weight: 400;
  font-size: 50px;
  font-style: normal;
  color: #6b645d;
  margin-bottom: 20px;
}

#aboutbanner h2 span {
  font-weight: 800;
}

#aboutbanner h6 {
  color: #6b645d;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}

#aboutbanner p {
  color: #6b645d;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 45px;
}

#aboutbanner .certiicon {
  width: 45%;
}

#aboutbanner .certiicon img {
  display: block;
  width: 100%;
  height: auto;
}

#aboutbanner .aboutbannercontent {
  padding-left: 100px;
}

#aboutbanner .aboutbannerimg {
  position: absolute;
  right: 2px;
  bottom: 0;
  width: 33%;
}

#aboutbanner .aboutbannerimg img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: relative;
  z-index: 2;
}

#aboutcoutnersec {
  background: #6b645d;
  padding: 80px 0;
}

#aboutcoutnersec .aboutcounter {
  text-align: center;
}

#aboutcoutnersec .aboutcounter span {
  color: #fff;
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 20px;
  display: block;
}

#aboutcoutnersec .aboutcounter i,
#aboutcoutnersec .aboutcounter em {
  font-style: normal;
}

#aboutcoutnersec .aboutcounter p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
}

.aboutpage .offersontentimg {
  margin-right: 100px;
}

.aboutpage .treatmentoffercontent.section2 .offersontentimg {
  margin-left: 100px;
}

.aboutpage .offercontent {
  padding: 150px 0 0 0;
}

.aboutpage .offercontent h4 {
  padding-left: 0;
  font-size: 40px;
  font-weight: 400;
}

.aboutpage .offercontent h4 span {
  font-style: normal;
}

.aboutpage .offercontent p {
  font-size: 18px;
  color: #6b645d;
  line-height: 25px;
}

.aboutus .footerbrands {
  background: #eae5de;
}

.aboutus .footerbrands img {
  filter: brightness(0.5);
}

.aboutus #treatmentthirdsection {
  padding: 100px 0;
}

.aboutus #treatmentthirdsection .docimagewrap {
  bottom: -105px;
}

.aboutus #treatmentthirdsection h3 {
  font-weight: 400;
  margin-bottom: 30px;
}

.aboutus #treatmentthirdsection a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  padding: 15px 10px;
  min-width: auto;
  width: 225px;
  text-align: center;
  text-transform: inherit;
  background: none;
  border: 3px solid #fff;
}

#blogpages,
#blogdetail {
  background: #eae5de;
  padding: 125px 0 50px 0;
}

#blogpages .featuredblogswrap {
  padding-bottom: 40px;
}

#blogpages .featuredblogimg {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
}

#blogpages .featuredblogimg img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.2s ease-out 0.2s;
}

#blogpages .featuredbloginfo {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

#blogpages .featuredbloginfo .leftinfo i,
#blogpages .featuredbloginfo .leftinfo em {
  font-style: normal;
}

#blogpages .featuredbloginfo span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #6b645d;
}

#blogpages .featuredblog.right .featuredbloginfo span {
  font-size: 10px;
}

#blogpages .featuredbloginfo .leftinfo em::before {
  content: "";
  display: inline-block;
  background: #6b645d;
  width: 4px;
  height: 4px;
  margin: 0 15px;
  vertical-align: middle;
  border-radius: 50%;
}

#blogpages .featuredbloginfo .rightinfo {
  width: 200px;
  text-align: right;
}

#blogpages .featuredblog.right .rightinfo {
  width: 150px;
}

#blogpages .featuredbloginfo .rightinfo::before {
  content: "";
  display: inline-block;
  background: #6b645d;
  width: 20%;
  height: 1.5px;
  vertical-align: middle;
  margin-right: 20px;
}

#blogpages .featuredblog h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 15px;
  color: #6b645d;
}

#blogpages .featuredblog.right h3 {
  font-size: 18px;
}

#blogpages .featuredblog h3 span {
  font-weight: 800;
}

#blogpages .featuredblog p {
  color: #6b645d;
  font-size: 15px;
  font-weight: 500;
}

#blogpages .featuredblog.right p {
  font-size: 12px;
}

#blogpages .featuredblog a {
  display: block;
  text-decoration: none;
}

#blogpages .featuredblog a:hover .featuredblogimg img {
  transform: scale(1.1);
}

#blogpages .featuredblog.right {
  padding-bottom: 30px;
}

#blogpages #blogsection {
  padding-top: 0;
}

#blogdetail .container {
  padding: 0 150px;
}

.detailimgwrapper {
  margin-bottom: 100px;
  border-radius: 6px;
  overflow: hidden;
}

.detailimgwrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.detailblogcontent {
  padding: 0 100px 100px;
}

.detailblogcontent h2 {
  font-size: 40px;
  color: #6b645d;
  font-weight: 500;
  margin-bottom: 30px;
  font-style: normal;
}

.detailblogcontent h2 span {
  font-weight: 800;
  font-style: normal;
}

.detailblogcontent .blogwriter {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-bottom: 30px;
}

.detailblogcontent .blogwriterimg {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  overflow: hidden;
}

.detailblogcontent .blogwriterimg img {
  display: block;
  width: 100%;
  height: auto;
}

.detailblogcontent .blogwriterdetail h6 {
  font-size: 14px;
  color: #6b645d;
  font-weight: 700;
  margin-bottom: 2px;
}

.detailblogcontent .blogwriterdetail span {
  display: block;
  font-size: 14px;
  color: #6b645d;
  font-weight: 400;
}

.detailblogcontent p {
  font-size: 16px;
  line-height: 25px;
  color: #6b645d;
  padding-bottom: 40px;
}

.detailblogcontent p:last-child {
  padding-bottom: 0;
}

.detailblogcontent h3 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 25px;
  color: #6b645d;
}

.detailblogcontent h3 span {
  font-weight: 800;
}

.detailblogcontent ul {
  padding-bottom: 40px;
  padding-left: 20px;
}

.detailblogcontent li {
  display: list-item;
  list-style: disc;
  font-size: 16px;
  color: #6b645d;
  margin-bottom: 10px;
}

#topreviewsection.detailpage {
  background: #6b645d;
}

#topreviewsection.detailpage h2 {
  color: #fff;
}

#topreviewsection.detailpage .quotecontent p {
  color: #fff;
  background: url(../images/quot-imgwhite-1.svg) no-repeat left 10px;
  background-size: 59px 45px;
}

#topreviewsection.detailpage .quotecontent p i {
  background: url(../images/quot-imgwhite-2.svg) no-repeat left 0;
  background-size: 59px 45px;
}

.blogdetailpages .footerbrands {
  background: #eae5de;
}

.blogdetailpages .footerbrands img {
  filter: brightness(0.5);
}

.footermenu {
  background: #6b645d;
  padding: 40px 0 0;
}

.footermenu .footerlogo {
  padding-bottom: 30px;
}

.footermenu .footerlogo a {
  display: block;
  width: 264px;
  height: 70px;
  position: relative;
  filter: invert(1);
}

.footermenu .footerlogo a img {
  display: block;
  width: 100%;
  height: auto;
}

.footermenu .footerdetail {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 50px;
  margin-right: 75px;
}

.footermenu .contactinfo li {
  display: block;
  margin-bottom: 15px;
}

.footermenu .contactinfo li a {
  display: block;
  text-decoration: none;
}

.footermenu .contactinfo li a span {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  vertical-align: middle;
  margin-right: 12px;
  padding: 3px;
}

.footermenu .contactinfo li a span i {
  font-size: 20px;
  color: #cca363;
  line-height: 1;
}

.footermenu .contactinfo li a em {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.footermenu .contactinfo li a:hover {
  text-decoration: underline;
}

.footermenu .contactinfo li a:hover em {
  color: #cca363;
}

.footermenu .footerlinks h4,
.footermenu .workinghours h4 {
  font-size: 17px;
  color: #fff;
  margin: 20px 0 40px 0;
}

.footermenu .footerlinks li {
  display: block;
  margin-bottom: 20px;
}

.footermenu .footerlinks li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  display: block;
}

.footermenu .footerlinks li a.active {
  color: #cca363;
  text-decoration: underline;
}

.footermenu .footerlinks li a:hover {
  color: #cca363;
}

.footermenu .workinghours li {
  display: block;
  border-bottom: 1px solid #818181;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.footermenu .workinghours li em {
  display: inline-block;
  font-style: normal;
}

.footermenu .workinghours li:last-child {
  border: none;
}

.footermenu .workinghours li span {
  display: inline-block;
  width: 100px;
}

.footermenu .workinghours li em i {
  color: #cca363;
  display: inline-block;
  margin-right: 5px;
}

.footermenu .footerbot {
  border-top: 1px solid #818181;
  padding: 15px 0;
  margin-top: 30px;
}

.footermenu .footerbot p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.footermenu .footerbot p span {
  color: #cca363;
  font-weight: 600;
}

.footermenu .footerbot ul {
  text-align: right;
}

.footermenu .footerbot li {
  display: inline-block;
  margin-left: 5px;
}

.footermenu .footerbot li a {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  display: block;
}

.footermenu .footerbot li a i {
  font-size: 18px;
  color: #cca363;
  line-height: 1;
}

.footermenu .footerbot li a:hover {
  opacity: 0.7;
}

#treatmentsecondsection .mobilesec {
  display: none;
}

.mobilebr {
  display: none;
}

.featuredimg .mobiimg {
  display: none !important;
}

.mobi-text {
  display: none;
}

.featuredlabel {
  display: none;
}

.videowrap video {
  display: block;
  width: 100%;
  height: auto;
}

.modal-content {
  border: none;
}

.modal-content .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
  filter: invert(1);
}

.modal-body {
  padding: 0;
}

.heroseccontentwrap {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}

@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}

@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#flip {
  height: 22px;
  overflow: hidden;
  position: absolute;
  right: 3px;
  top: 25px;
  width: 160px;
  text-align: center;
}

#flip > div > div {
  color: #000;
  font-weight: 300;
  padding: 0;
  height: 45px;
  margin-bottom: 45px;
  display: inline-block;
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#flip div:first-child {
  animation: show 15s infinite;
}

#blogpages .featuredblog .mobilereadmore {
  text-decoration: none;
  font-size: 15px;
  color: #6b645d;
  font-weight: 700;
  border-radius: 30px;
  padding: 12px 10px;
  min-width: auto;
  text-align: center;
  width: 145px;
  height: 50px;
  text-transform: inherit;
  background: none;
  border: 3px solid #6b645d;
  display: none;
}

@keyframes show {
  0% {
    margin-top: -270px;
  }

  5% {
    margin-top: -182px;
  }

  33% {
    margin-top: -182px;
  }

  38% {
    margin-top: -90px;
  }

  66% {
    margin-top: -90px;
  }

  71% {
    margin-top: 2px;
  }

  80% {
    margin-top: 2px;
  }

  90% {
    margin-top: -273px;
  }

  100% {
    margin-top: -273px;
  }
}

/* Responsive */
@media (max-width: 2200px) {
  .drzaraimg {
    position: absolute;
    bottom: -10px;
    width: 55%;
    right: auto;
  }
}

@media (max-width: 1600px) {
  .drzaraimg {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 42.5%;
  }
}

@media (max-width: 800px) {
  #header .logo {
    margin-top: 5px;
  }

  #header .logo a {
    width: 65px;
    height: 55px;
  }

  .aboutus #treatmentthirdsection.mobileclass h3 span {
    display: block;
  }

  #header .navigation-wrap .navigation {
    display: none;
  }

  .navbar-header {
    display: block;
  }

  #header .bookbtnwrap {
    display: none;
  }

  #herosection {
    height: 450px;
  }

  #herosection > .container > .row > .col-sm-7 {
    padding-left: 18px;
  }

  #herosection h1 {
    margin: 0 0 10px 0;
    font-size: 28px;
    line-height: 36px;
  }

  #herosection h1 span {
    display: block;
  }

  #herosection h4 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  #herosection .headratingwrap {
    display: flex;
    margin-bottom: 20px;
    gap: 5px;
    align-items: flex-start;
    flex-direction: column;
  }

  #herosection .headratingwrap li {
    font-size: 13px;
  }

  #herosection .headrating em {
    font-size: 16px;
  }

  #herosection .headratingwrap > span {
    font-size: 13px;
    display: none;
  }

  #herosection .headbtnwrap {
    gap: 20px;
    width: 50%;
    left: -10px;
    position: relative;
  }

  #herosection .headbtnwrap .bookbtn {
    display: inline-block;
    width: 190px;
    min-width: auto;
    font-size: 14px;
    padding: 10px;
    margin-top: 0;
    text-transform: inherit;
  }

  .bookbtn,
  #treatment li a,
  .treatmentcontent .tretbotcontent a,
  #treatment > a,
  .befreafterheading a,
  .aboutrightcontent a,
  #blogsection .blogbox a,
  #blogsection .container > a,
  .beforeaftercontent a,
  #treatmentsbanner a,
  #treatmentsecondsection .container > a,
  .bookbtnborder,
  .pressbox a,
  .aboutus #treatmentthirdsection a {
    width: auto;
    height: auto;
    font-size: 14px;
    padding: 10px 20px;
  }

  #herosection .headbtnwrap .watchvidbtn {
    font-size: 14px;
    display: none;
  }

  .mobilebr {
    display: inline-block;
  }

  #herosection .headbtnwrap .watchvidbtn img {
    width: 30px;
    height: 30px;
    margin: 0;
  }

  /* #herosection .col-sm-5 {
        display: none;
    } */

  .drzaraimg {
    position: absolute;
    right: -90px;
    bottom: -13px;
    width: 80%;
  }

  .drzaraimg span {
    display: none;
  }

  #featuredwrap h2 {
    font-size: 18px;
    padding: 30px 0 0;
    text-align: center;
    text-transform: uppercase;
  }

  #featuredwrap .featuredimg img {
    padding: 0 15px !important;
    margin: 0 auto;
  }

  #treatment {
    padding: 30px 0;
  }

  h2 {
    font-size: 30px;
  }

  #treatment h2 {
    margin-bottom: 30px;
  }

  #treatment .treatmenttabs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    width: 100vw;
    background: #6b645d;
    padding: 8px 8px 2px 8px;
    position: relative;
    left: -12px;
    margin-bottom: 20px;
  }

  #treatment li a {
    display: inline-block;
    padding: 6px 25px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
    border-width: 2px;
  }

  .treatmenttabcontent .owl-carousel .owl-item .item {
    transform: scale(1) !important;
  }

  .tretbotcontent {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  h5 {
    font-size: 24px;
  }

  .treatmentcontent .tretbotcontent p {
    font-size: 14px;
    padding-bottom: 20px;
  }

  .treatmentcontent .tretbotcontent a {
    width: 150px !important;
    display: inline-block !important;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #a7a7a7;
  }

  .treatmentcontent .tretbotcontent a::after,
  .treatmentcontent .tretbotcontent a::before {
    display: none;
  }

  .treatmenttabcontent .owl-dots {
    margin: 20px 0;
  }

  .treatmenttabcontent button.owl-dot,
  .reviewslider .owl-dot {
    width: 8px;
    height: 8px;
  }

  #treatment > a {
    margin: 0 15px;
  }

  .befreafterheading {
    width: 100%;
    position: static;
    transform: inherit;
    padding: 40px 15px;
  }

  .befreafterheading h2 {
    margin-bottom: 15px;
    text-align: center;
  }

  .befreafterheading p {
    font-size: 15px;
    padding-bottom: 25px;
    text-align: center;
  }

  #beforeaftersection {
    padding: 0 0 30px;
  }

  #beforeaftersection .item {
    padding: 0 15px;
  }

  .beforeaftercontent {
    text-align: center;
  }

  #topreviewsection {
    padding: 40px 0;
  }

  #topreviewsection h2 {
    margin-bottom: 40px;
    text-align: center;
  }

  .quotecontent {
    width: 80%;
    margin: 0 auto;
  }

  .quotecontent p {
    font-size: 18px;
    line-height: 30px;
    background: url(../images/quot-img-1.svg) no-repeat 3px 10px;
    background-size: 20px 15px;
    padding: 0 0 0 30px;
    text-align: center;
  }

  .quotecontent p i {
    display: inline-block;
    background: url(../images/quot-img-2.svg) no-repeat left bottom;
    background-size: 20px 15px;
    width: 20px;
    height: 15px;
    vertical-align: middle;
    margin: 0;
  }

  .googlerateing {
    gap: 15px;
    padding: 20px 0;
    justify-content: center;
    flex-direction: column;
  }

  .googlerateing > span {
    display: block;
    background: url(../images/gimg.svg) no-repeat;
    background-size: 100% auto;
    width: 25px;
    height: 25px;
  }

  .googlerateing h5 {
    font-size: 14px;
    margin: 5px 0 0 0;
    text-align: center;
  }

  .googlerateing ul {
    justify-content: center;
  }

  .reviewslider .owl-dots {
    padding: 0;
  }

  #aboutussection {
    padding: 30px 0;
  }

  #aboutussection h2 {
    margin-bottom: 20px;
    text-align: center;
  }

  #aboutussection .aboutvideowrap {
    height: 250px;
    padding: 0 0 30px 0;
  }

  #aboutussection .aboutimgwrap {
    display: none;
  }

  #aboutussection .aboutrightcontent {
    padding-left: 0;
  }

  #aboutussection .aboutrightcontent h3 {
    font-size: 28px;
    margin-bottom: 25px;
    text-align: center;
  }

  #aboutussection .aboutrightcontent p {
    font-size: 15px;
    padding-bottom: 25px;
    text-align: center;
  }

  #aboutussection .aboutrightcontent ul {
    padding-bottom: 20px;
    text-align: center;
  }

  #aboutussection .aboutrightcontent li {
    font-size: 14px;
    margin-bottom: 12px;
  }

  #aboutussection .aboutrightcontent a {
    width: 100%;
  }

  #blogsection {
    padding: 40px 0;
  }

  #blogsection h2 {
    margin-bottom: 30px;
  }

  .blogbox {
    margin-bottom: 30px;
  }

  #blogsection .container > a {
    margin: 30px auto 0;
  }

  .footerbrands ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
  }

  .footerbrands ul li {
    width: 30%;
    margin: 0 30px 10px;
  }

  .footerbrands ul li img {
    display: block;
    width: 100%;
    height: auto;
  }

  .footermenu {
    text-align: center;
    background: #6b645d;
    padding: 30px 0 0;
  }

  .footermenu .footerlogo {
    padding-bottom: 20px;
  }

  .footermenu .footerlogo a {
    margin: 0 auto;
  }

  .footermenu .footerdetail {
    font-size: 14px;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .footermenu .contactinfo li {
    display: block;
    margin-bottom: 15px;
    width: 50%;
  }

  .footermenu .contactinfo li a span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 10px;
    padding: 2px;
  }

  .footermenu .contactinfo li a span i {
    font-size: 15px;
    line-height: 1;
  }

  .footermenu .contactinfo li a em {
    display: inline-block;
    font-size: 13px;
  }

  .footermenu .contactinfo li a em br {
    display: none;
  }

  .footermenu .footerlinks h4,
  .footermenu .workinghours h4 {
    font-size: 16px;
    color: #fff;
    margin: 15px 0 15px 0;
  }

  .footermenu .footerlinks li {
    display: block;
    margin-bottom: 7px;
  }

  .footermenu .footerlinks li a {
    font-size: 12px;
    display: block;
  }

  .footermenu .workinghours li {
    padding: 10px 0;
    font-size: 13px;
    border: none;
  }

  .footermenu .footerbot {
    border-top: 1px solid #818181;
    padding: 10px 0;
    margin-top: 5px;
  }

  .footermenu .footerbot p {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
  }

  .footermenu .footerbot ul {
    text-align: center;
    margin: 20px 0 10px;
  }

  .footermenu .footerbot li a {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    display: block;
  }

  .footermenu .footerbot li a i {
    font-size: 14px;
  }

  .navigation-wrap .navigation {
    display: none;
    background: #6b645d;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    top: 5px;
    box-shadow: 0 10px 35px rgba(103, 93, 93, 0.2);
    border: 1px solid #3f3123;
  }

  .mobilemenu {
    display: none;
    background: #272d41;
    border-radius: 5px;
    padding: 15px;
  }

  .mobilemenu a {
    font-size: 13px !important;
  }

  #header .navigation li {
    display: block;
    margin: 0 0 10px 0 !important;
  }

  #header .navigation li a {
    font-size: 14px;
    padding: 5px 0;
    color: #fff;
  }

  #header .navigation-wrap {
    margin: 0;
    display: block;
    text-align: left;
  }

  #header {
    z-index: 99;
  }

  #header .navigation li.treatmentnav a i {
    display: none;
  }

  #header .navigation li:last-child {
    margin-bottom: 0 !important;
  }

  #aboutbanner {
    padding: 75px 0 20px;
    height: auto;
  }

  #aboutbanner .aboutbannercontent {
    padding-left: 0;
    text-align: center;
  }

  #aboutbanner h2 {
    font-size: 30px;
    margin-bottom: 5px;
  }

  #aboutbanner h6 {
    font-size: 20px;
    margin: 10px 0;
  }

  #aboutbanner p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  #aboutbanner .certiicon {
    margin: 0 auto;
  }

  #aboutbanner .col-sm-5 {
    display: none;
  }

  #aboutcoutnersec {
    padding: 25px 0 0;
  }

  #aboutcoutnersec .aboutcounter {
    padding-bottom: 30px;
  }

  #aboutcoutnersec .aboutcounter span {
    font-size: 30px;
    margin-bottom: 5px;
  }

  #aboutcoutnersec .aboutcounter p {
    font-size: 14px;
  }

  #treatmentforthsection-wrap {
    padding: 0 0 30px 0;
  }

  .treatmentoffercontent {
    padding: 30px 0 0;
  }

  .aboutpage .offersontentimg {
    margin-right: 0;
  }

  .aboutpage .offercontent {
    padding: 0 0 25px 0;
  }

  .aboutpage .offercontent h4 {
    font-size: 25px;
    font-weight: 400;
    padding: 0 0 20px 0;
  }

  .aboutpage .offercontent p,
  .treatmentoffercontent.section2 .offercontent > p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    padding: 0;
  }

  .aboutpage .offercontent p {
    text-align: center;
  }

  .aboutpage .treatmentoffercontent.section2 .offersontentimg {
    margin-left: 0;
  }

  .treatmentoffercontent.section2 .offercontent h4 {
    padding: 0 0 20px 0;
  }

  /* .aboutus #treatmentthirdsection .docimagewrap {
        display: none;
    } */

  #treatmentthirdsection p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 25px;
    width: 260px;
  }

  #treatmentthirdsection p br {
    display: none;
  }

  .aboutus #treatmentthirdsection h3 {
    font-size: 26px;
  }

  .aboutus #treatmentthirdsection h3 {
    margin-bottom: 20px;
  }

  /* .aboutus #treatmentthirdsection h3 span {
        display: block;
    } */

  .aboutus #treatmentthirdsection p {
    text-align: left;
  }

  .aboutus #treatmentthirdsection {
    padding: 30px 0;
    text-align: left;
  }

  #treatmentsbanner h2 {
    padding-bottom: 15px;
  }

  #treatmentsbanner p {
    font-size: 14px;
    padding-bottom: 25px;
  }

  #treatmentsbanner p br {
    display: none;
  }

  #treatmentsbanner {
    padding: 75px 0 20px;
    height: auto;
  }

  #treatmentsbanner a {
    display: inline-block;
  }

  .treatmentstabs {
    padding: 30px 0 5px;
  }

  .treatmentstabs h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .treatmentstabs ul {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    width: 100vw;
    background: #6b645d;
    padding: 8px;
    position: relative;
    left: -12px;
    margin-bottom: 20px;
  }

  .treatmentstabs li {
    margin-right: 10px;
  }

  .treatmentstabs li a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
    border-width: 2px;
    background: #6b645d;
    border: 3px solid #fff;
    text-transform: capitalize;
  }

  .treatmentstabs li a:hover,
  .treatmentstabs li a.active {
    background: #fff;
    color: #6b645d;
    border: 3px solid #fff;
    text-decoration: none;
  }

  .treatmentstabcontentwrapper {
    padding: 20px 0 0;
  }

  .treatmentstabcontentwrapper .mb-4 {
    margin-bottom: 0 !important;
  }

  .treatmentstabcontentwrapper .col-sm-3 {
    margin-bottom: 35px;
  }

  .lightheader #header .logo a {
    width: 65px;
    height: 55px;
  }

  .lightheader .navbar-header .collapse-button span {
    background: #fff;
  }

  #treatmentsdetailbanner,
  #testimonialdetailbanner {
    padding: 75px 0 20px;
    height: auto;
    text-align: center;
  }

  #treatmentsdetailbanner {
    padding-bottom: 0;
  }

  #treatmentsdetailbanner h2 {
    font-size: 28px;
    margin: 30px 0 10px;
    line-height: 1.5;
  }

  #treatmentsdetailbanner h2 br {
    display: none;
  }

  #treatmentsdetailbanner span {
    font-size: 14px;
    margin-bottom: 0;
  }

  /* #treatmentsdetailbanner .col-sm-5 {
        display: none;
    } */

  #treatmentsecondsection {
    padding: 30px 0;
    text-align: center;
  }

  #treatmentsecondsection .container > span {
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
    text-align: center;
  }

  #treatmentsecondsection h3 {
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
  }

  #treatmentsecondsection .mb-5 {
    margin-bottom: 0 !important;
  }

  #treatmentsecondsection .solucontent {
    align-items: center;
    gap: 0;
    flex-direction: column;
    margin-bottom: 25px;
    text-align: center;
  }

  #treatmentsecondsection .solucontent h6 {
    font-size: 12px;
  }

  #treatmentsecondsection .container > a {
    display: inline-block;
    margin: 20px auto 0;
    padding: 10px 50px !important;
  }

  #treatmentsecondsection .solucontent .solicon-1 {
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  #treatmentsecondsection .solucontent .solicon-2,
  #treatmentsecondsection .solucontent .solicon-3 {
    background-size: 40px 40px;
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }

  #treatmentsecondsection .solucontent .solicon-4 {
    background-size: 30px 30px;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  #treatmentsecondsection .solucontent .solicon-5,
  #treatmentsecondsection .solucontent .solicon-6 {
    background-size: 35px 35px;
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }

  #treatmentsecondsection .solucontent h6 br {
    display: none;
  }

  #treatmentsecondsection .desktopsec {
    display: none;
  }

  #treatmentsecondsection .mobilesec {
    display: block;
  }

  #treatmentthirdsection {
    padding: 30px 0;
  }

  #treatmentthirdsection h3 {
    font-size: 26px;
    margin-bottom: 20px;
    text-align: left;
  }

  #treatmentthirdsection .drzaraquote {
    width: 100%;
  }

  #treatmentthirdsection .drzaraquote p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    background: url(../images/innerquot-1.svg) no-repeat left top;
    background-size: auto 15px;
    padding: 0 0 0 20px;
    font-weight: 400;
  }

  #treatmentthirdsection .drzaraquote p i {
    display: inline-block;
    background: url(../images/innerquot-2.svg) no-repeat 5px bottom;
    background-size: auto 15px;
    font-style: normal;
    padding: 2px 0 0px 30px;
    vertical-align: top;
    font-size: 10px;
  }

  #treatmentthirdsection .docimagewrap {
    position: absolute;
    right: -95px;
    bottom: -44px;
    width: 80%;
  }

  .megameunwrppaer {
    display: none;
  }

  .offersontentimg {
    margin-right: 0;
  }

  .offercontent h4,
  .treatmentoffercontent.section2 .offercontent h4 {
    font-size: 26px;
    padding: 30px 0;
    text-align: center;
  }

  .offercontent .offersdetail {
    padding: 20px 0 10px;
    text-align: center;
    background-position: center top !important;
  }

  .offercontent .offersdetail h5 {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .offercontent .offersdetail p {
    font-size: 14px;
    line-height: 23px;
  }

  .treatmentoffercontent.section2 .offersontentimg {
    margin-left: 0;
  }

  .treatmentoffercontent.section2 .offercontent h4 {
    padding: 0 0 15px;
  }

  .treatmentoffercontent.section2 .offercontent > p {
    text-align: center;
  }

  .offercontent .offersdetail.workicon-5 {
    background-position: center 10px !important;
  }

  .treatmentoffercontent.section2 .offercontent .offersdetail h5 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 20px;
  }

  .beforeafterdetail h3 {
    font-size: 25px;
    margin-bottom: 15px;
    text-align: center;
  }

  .beforeafterdetail p {
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 22px;
    text-align: center;
  }

  .beforeafterdetail .counter {
    display: none;
  }

  .beforeafterdetail .owl-carousel .owl-nav.disabled {
    display: none;
  }

  .whattoexpectsection {
    padding: 0;
  }

  .whattoexpectsection h3 {
    font-size: 22px;
    display: block;
    margin: 0 0 25px 0;
    text-align: center;
  }

  .whattoexpectsection h3 br {
    display: none;
  }

  .whattoexpectsection .expectimgwrap {
    width: 100%;
    padding-bottom: 30px;
  }

  .whattoexpectsection .offersdetail {
    padding: 40px 0 30px;
    background-position: center top !important;
    text-align: center;
  }

  .whattoexpectsection .offersdetail h5 {
    font-size: 16px;
    margin: 5px 0;
  }

  .whattoexpectsection .offersdetail p {
    font-size: 13px;
    line-height: 23px;
  }

  .whattoexpectsection .bookbtnborder {
    margin: 0 auto;
  }

  #topreviewsection.innerpages-reviews .quotecontent p {
    font-size: 14px;
    background-size: 20px 15px;
    padding: 0 0 0 20px;
    line-height: 22px;
  }

  #topreviewsection.innerpages-reviews .quotecontent p i {
    background-size: 20px 15px;
    width: 20px;
    height: 15px;
    margin: 5px 0 0 10px;
  }

  #topreviewsection.innerpages-reviews .googlerateing {
    padding: 20px 0;
  }

  #topreviewsection.innerpages-reviews {
    padding: 40px 0;
  }

  #faqsection {
    padding: 30px 0 15px;
  }

  #faqsection h2 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 25px;
  }

  .faq-wrappper {
    width: 100%;
    margin: 0 auto;
  }

  .faqcontent {
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .faqcontent .faqhead {
    gap: 5px;
    padding: 12px 10px;
  }

  .faqcontent h6 {
    font-size: 15px;
    font-weight: 600;
  }

  .faqcontent i {
    font-size: 14px;
  }

  .faqcontent p {
    padding: 0 10px 10px;
    font-size: 14px;
    line-height: 22px;
  }

  #header .navigation li:hover > a {
    color: #fff !important;
  }

  #expbotsection {
    padding: 30px 0;
  }

  #expbotsection h3 {
    font-size: 26px;
    text-align: center;
  }

  #expbotsection h3 br {
    display: none;
  }

  #expbotsection p {
    font-size: 14px;
    line-height: 24px;
    padding: 15px 0 20px 0;
    text-align: center;
  }

  #expbotsection .bookbtnwrap {
    gap: 10px;
  }

  #expbotsection .bookbtnwrap a.bookbtn,
  #expbotsection .bookbtnwrap .bookbtnborder {
    width: 100%;
    font-size: 13px;
    padding: 10px;
  }

  #beforeafterbanner {
    min-height: 200px;
  }

  #beforeafterbanner .container {
    height: 200px;
  }

  #beforeafterbanner h2 {
    bottom: 60px;
    font-size: 32px;
    width: 100%;
    z-index: 9;
  }

  .bfbancenterimgswrap,
  .bfbanbotimgswrap {
    display: none;
  }

  .bfbantopimgs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  .bfbantopimgs img {
    width: 50%;
  }

  .bfbantopimgs::after {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }

  #bfcontentwrap {
    padding: 30px 0;
  }

  #bfcontentwrap .bffilterwrap {
    gap: 10px;
    margin-bottom: 30px;
  }

  #bfcontentwrap .bffilterwrap select {
    font-size: 14px;
    padding: 8px 15px;
    width: 100%;
    background: #eae5de url(../images/arrowdown.svg) no-repeat 96% center / 10px
      12px !important;
  }

  .abcontentinner {
    overflow: hidden;
  }

  .abcontentinner .mb-5 {
    margin-bottom: 0 !important;
  }

  .abcontentinner .beforeaftercontent {
    padding: 20px;
  }

  .beforeaftercontent a {
    display: inline-block;
    padding: 10px 50px;
  }

  #beforafterdetailbanner,
  .beforeafterdetailwrapper,
  .beforeafterdetailimgwrap {
    height: 300px;
  }

  .beafbtnwrapper {
    padding: 0;
  }

  .beafbtnwrapper a {
    width: 65px;
    padding: 8px 15px;
    font-size: 12px;
  }

  .befaftdetailwrapper .owl-carousel .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
  }

  .befaftdetailwrapper .owl-carousel .owl-nav .owl-next {
    margin-left: 175px;
    width: 30px;
    height: 30px;
  }

  .befaftdetailwrapper .owl-carousel .owl-nav {
    bottom: 20px;
  }

  .lightheader.beafdetail #header .logo a {
    width: 65px;
    height: 55px;
  }

  .beafdetailsecondsection {
    padding: 30px 0 15px;
  }

  .beafdetailsecondsection .container {
    padding: 0 15px;
  }

  .beafdetailsecondsection h3 {
    font-size: 25px;
    margin-bottom: 15px;
    text-align: center;
  }

  .beafdetailsecondsection p {
    font-size: 13px;
    padding-bottom: 15px;
    line-height: 22px;
    text-align: center;
  }

  .beafdetailvdosection .beafdetailvdowrap .overlay a span {
    width: 35px;
    height: 35px;
  }

  .beafdetail .beforeafterdetail {
    padding: 40px 0 20px;
    overflow: hidden;
  }

  #treatmentforthsection-wrap .beforeafterwrapper {
    margin-bottom: 0;
  }

  .whattoexpectsection .moreinfo h3 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .whattoexpectsection .moreinfo p {
    font-size: 16px;
    padding-bottom: 20px;
    text-align: center;
  }

  .whattoexpectsection .moreinfo .bookbtnborder {
    display: inline-block;
    margin: 0 auto 15px 0;
  }

  .whattoexpectsection .moreinfo {
    padding: 0;
    text-align: center;
  }

  .beforeafterwrapper {
    height: auto;
  }
  .resulttext {
    margin-bottom: 30px;
  }

  .testimo-reviews .quotecontent p {
    font-size: 24px;
    background-size: 20px 20px;
    padding: 0 0 0 30px;
  }

  .testimo-reviews .googlerateing {
    padding: 0;
    margin-top: 0;
  }

  .testimo-reviews .quotecontent p i {
    background-size: 20px 20px;
    width: 20px;
    height: 21px;
    margin: 0 0 20px 10px;
  }

  .testimo-reviews .reviewslider .owl-dots {
    text-align: center;
    padding-left: 0;
  }

  #testimonialdetailbanner .col-sm-5 {
    display: none;
  }

  .testimo-reviews .googlerateing h5 {
    margin: 0;
  }

  .testigooglerating {
    padding: 25px 0;
  }

  .testigooglerating ul {
    display: flex;
    justify-content: center;
  }

  .testigooglerating .testirating > span {
    font-size: 14px;
    margin: 0 8px;
  }

  .testigooglerating .testirating > em {
    width: 25px;
    height: 25px;
  }

  .testivideowrapper {
    padding: 0 20px;
  }

  .testvdocotnent {
    border-radius: 0;
    height: 250px;
  }

  .testvdocotnent img {
    object-fit: cover;
  }

  .testvdocotnent .overlay a span {
    width: 35px;
    height: 35px;
  }

  .testiparasection {
    padding: 30px 0;
  }

  .testiparasection h3 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 15px;
  }

  .testiparasection h3 br {
    display: none;
  }

  .testiparasection p {
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    width: 100%;
  }

  .googlereviewslieder .owl-carousel .owl-nav {
    display: none;
  }

  .googlereviewslieder .counter2 {
    display: none;
  }

  .googlereviewslieder {
    padding: 0 15px 30px;
  }

  .featuredblog {
    padding-bottom: 25px;
  }

  #blogpages .featuredbloginfo .rightinfo {
    width: 170px;
  }

  #blogpages .featuredblog h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  #blogpages .featuredblog p {
    font-size: 14px;
    line-height: 20px;
  }

  #blogpages .featuredblog.right h3 {
    font-size: 18px;
  }

  #blogpages .featuredblog.right p {
    font-size: 14px;
    display: none;
  }

  #blogpages .featuredblog.right {
    padding-bottom: 25px;
  }

  #blogpages .featuredblogswrap {
    padding-bottom: 0;
  }

  #blogsection .blogbox h5 {
    font-size: 18px;
  }

  #blogsection .row.mb-5 {
    margin-bottom: 0 !important;
  }

  #blogpages,
  #blogdetail {
    padding: 75px 0 0;
  }

  .detailimgwrapper {
    padding-bottom: 25px;
  }

  .detailblogcontent {
    padding: 0;
    text-align: center;
  }

  .detailblogcontent h2 {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .detailblogcontent .blogwriter {
    gap: 10px;
    padding-bottom: 20px;
    justify-content: center;
  }

  .detailblogcontent .blogwriterimg {
    width: 40px;
    height: 40px;
  }

  .detailblogcontent .blogwriterdetail h6 {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .detailblogcontent .blogwriterdetail span {
    display: block;
    font-size: 10px;
  }

  .detailblogcontent p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 20px;
  }

  .detailblogcontent p:last-child {
    padding-bottom: 20px;
  }

  #blogdetail .container {
    padding: 0 15px;
  }

  .detailblogcontent ul {
    padding-bottom: 15px;
  }

  .detailblogcontent li {
    font-size: 14px;
  }

  #treatmentforthsection-wrap .treatmentoffercontent.section2 .offersontentimg {
    margin-bottom: 30px;
  }

  .offercontent .offersdetail.workicon-5 {
    margin-top: 0;
  }

  .beforeafterdetail {
    padding: 40px 0 0;
  }

  #treatmentforthsection-wrap.aboutpage
    .treatmentoffercontent.section2
    .offersontentimg {
    margin-bottom: 0;
  }

  .treatmentstabcontent h4 {
    font-size: 22px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  #contactusbanner {
    padding: 75px 0 25px;
    text-align: center;
    height: auto;
  }

  #contactusbanner h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  #contactusbanner p {
    font-size: 14px;
    line-height: 21px;
  }

  #contactusbanner p br {
    display: none;
  }

  #contactdetailsection {
    padding: 25px 0;
  }

  .contactdetailcontent {
    padding: 0;
  }

  .contactdetailcontent h3 {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
    display: none;
  }

  .contactdetailcontent li {
    margin-bottom: 20px;
    text-align: center;
  }

  .contactdetailcontent li > span {
    width: 45px;
    height: 45px;
    text-align: center;
    display: block;
    padding: 10px;
    line-height: 30px;
    margin: 0 auto 15px;
  }

  .contactdetailcontent li > span i {
    font-size: 18px;
  }

  .contactdetailcontent li p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }

  .contactdetailcontent li p label {
    font-weight: 600;
  }

  .googlemapwrap {
    margin-top: 20px;
  }

  .googlemapwrap a iframe {
    height: 250px;
  }

  #bookappintsection {
    padding: 30px 0;
  }

  #bookappintsection h3 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
  }

  #bookappintsection p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 25px;
    text-align: center;
  }

  #bookappintsection p br {
    display: none;
  }

  #bookappintsection .mb-4 {
    margin-bottom: 0 !important;
  }

  #bookappintsection label {
    display: none;
  }

  #bookappintsection input,
  #bookappintsection textarea {
    border-radius: 5px;
    font-size: 14px;
    padding: 12px 12px;
    margin-bottom: 20px;
  }

  #bookappintsection .bookbtn {
    min-width: 250px;
  }

  #infopages {
    padding: 75px 0 25px 0;
  }

  #infopages h2 {
    font-size: 32px;
    margin-bottom: 15px;
    text-align: center;
  }

  #infopages p {
    font-size: 14px;
    line-height: 23px;
    padding-bottom: 0;
    text-align: center;
  }

  #infopages .infobox {
    padding: 20px 0 0 0;
    text-align: center;
  }

  #infopages .infobox h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  #infopages .infobox p {
    padding-bottom: 10px;
  }

  #infopages .container {
    padding: 0 15px;
  }

  #infopages .infobox h4 {
    margin: 20px 0;
    font-size: 16px;
    line-height: 22px;
  }

  #infopages .infobox ul {
    margin-bottom: 0;
  }

  #infopages .infobox li:last-child {
    margin-bottom: 0;
  }

  #infopages .infobox li {
    margin-bottom: 20px;
    font-size: 14px;
  }

  #pressrelaesebanner {
    height: 200px;
  }

  #pressrelaesebanner h2 {
    font-size: 30px;
  }

  #pressreleaselisting {
    padding: 20px 0;
  }

  .pressbox {
    margin-bottom: 20px;
    text-align: center;
  }

  .pressbox .pressimg {
    margin-bottom: 20px;
    height: 250px;
  }

  .pressbox .pressimg span {
    width: 90px;
    height: 30px;
  }

  .pressbox h5 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 26px;
  }

  .pressbox a {
    display: inline-block;
    min-width: 200px;
  }

  #pressreleaselisting .mb-5 {
    margin-bottom: 0 !important;
  }

  .paginationwrap li a {
    padding: 8px;
    width: 35px;
    height: 35px;
    font-size: 13px;
    line-height: 18px;
  }

  .paginationwrap {
    padding-top: 20px;
  }

  h1 em br {
    display: none;
  }

  #treatmentforthsection-wrap.aboutpage .container > .row {
    flex-direction: column-reverse !important;
  }

  .footermenu .col-sm-8 .row .col:nth-child(2) .footerlinks li:first-child {
    display: none;
  }

  .contactinfo {
    display: flex;
    gap: 15px;
    justify-content: space-around;
    border-bottom: 1px solid #837b74;
  }

  .workinghours {
    border-top: 1px solid #837b74;
    margin-top: 10px;
  }

  #featuredwrap .owl-carousel .owl-item {
    width: 175%;
  }

  .featuredimg .deskimg {
    display: none !important;
  }

  .featuredimg .mobiimg {
    display: block !important;
  }

  .aboutus #treatmentthirdsection a {
    display: inline-block;
  }

  #treatmentthirdsection {
    overflow: hidden;
  }

  #treatmentthirdsection .drzaraquote p {
    width: 215px;
  }

  .mobi-text {
    display: block;
    margin: 15px 0 25px;
  }

  .desktext {
    display: none;
  }

  .mobi-text li {
    font-weight: 700;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
  }

  .mobi-text li:last-child {
    margin-bottom: 0;
  }

  #testimonialdetailbanner .quotecontent {
    width: 100%;
    margin: 0 auto;
  }

  #testimonialdetailbanner .testimo-reviews .quotecontent p {
    font-size: 24px;
    background-size: 20px 20px;
    padding: 25px 0;
    background-position: center top;
  }

  #testimonialdetailbanner .testimo-reviews .quotecontent p i {
    display: block;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    margin: 7px auto 0;
  }

  /* #blogpages .featuredblog.right {
    display: none;
  } */

  .googlericonmobile {
    display: inline-block;
    background: url(../images/gimg.svg) no-repeat;
    background-size: 100% auto;
    width: 25px;
    height: 25px;
    margin: -2px 0 0 3px;
    vertical-align: middle;
  }

  .featuredlabel {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 9;
    font-weight: 800;
    font-size: 16px;
    color: #eae5de;
    background: #6b645d;
    padding: 5px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    letter-spacing: 2px;
    transform: translate(-50%, 0);
  }

  .heroseccontentwrap {
    position: static;
    transform: inherit;
  }

  .footermenu .footerlogo a {
    width: 65px;
    height: 55px;
    filter: invert(1);
  }

  .mobilelogo {
    display: block !important;
  }

  .desktoplogo {
    display: none !important;
  }

  #flip {
    display: none;
  }

  #blogsection .feturightblog {
    display: block;
  }
  #blogpages .featuredblogimg,
  #blogsection .blogbox .blogimg {
    width: 100%;
    height: 415px;
    margin-bottom: 15px;
  }
  #blogpages .featuredblogimg img,
  #blogsection .blogbox .blogimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #blogpages .featuredblog .mobilereadmore {
    display: block;
    width: auto;
    height: auto;
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 20px;
  }

  #treatmentsdetailbanner .treatmentbannerimg {
    position: static;
    margin: 0 auto;
    width: 40%;
  }

  #treatmentsecondsection .container > p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 15px;
  }

  #treatmentsecondsection .container > p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 15px;
  }

  .mobi-text {
    display: block;
    margin: 10px 0 30px;
  }

  .mobi-text li {
    font-weight: 700;
    font-family: "Playfair Display", serif;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
  }

  .offercontent > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    text-align: center;
  }

  .offercontent > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 15px 0 0 0;
    text-align: center;
  }

  .offercontent > a {
    margin: 30px auto 0;
    display: block;
    width: 100%;
  }

  .detailbefaft {
    padding-bottom: 30px;
    display: block;
  }

  .detailbefaft li {
    font-size: 14px;
    color: #6b645d;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 22px;
    font-family: "Nunito Sans", sans-serif;
    display: block;
    margin: 5px 30px;
    position: relative;
  }

  .innerpages-reviews .quotecontent {
    width: 100%;
  }

  #topreviewsection.innerpages-reviews h2 br {
    display: none;
  }

  #topreviewsection.innerpages-reviews .googlerateing h5 {
    text-align: center;
  }

  .beafdetail #treatmentforthsection-wrap .beforeafterwrapper {
    margin-bottom: 30px;
  }

  .treatmentstabcontent .treatmentimgwrap {
    border: 1px solid #c8c7c5;
  }

  #blogdetail .detailimgwrapper {
    margin-bottom: 0;
  }

  .instaposts a {
    height: 250px;
  }

  #topreviewsection.detailpage .quotecontent p,
  #topreviewsection.detailpage .quotecontent p i {
    background-size: 20px 15px;
  }
}

@media (max-width: 650px) {
}
