 
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style: none;
  font-family: avenir-medium;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

::-webkit-scrollbar-thumb {
  background-color: var(--bg-dark);
}

::-webkit-scrollbar-track {
  background-color: var(--black-color);
}


* {
  scrollbar-width: thin;
  scrollbar-color: var(--bg-dark) var(--black-color);
}

.preloader {
  width: 100vw;
  height: 100vh;
  background: #000000a0;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.preloader img {
  width: 150px;
}


@font-face {
  font-family: avenir-black;
  src: url(../font/avenir-black.otf);
}

@font-face {
  font-family: avenir-book;
  src: url(../font/avenir-book.otf);
}

@font-face {
  font-family: avenir-heavy;
  src: url(../font/avenir-heavy.otf);
}

@font-face {
  font-family: avenir-light;
  src: url(../font/avenir-light.otf);
}

@font-face {
  font-family: avenir-medium;
  src: url(../font/avenir-medium.otf);
}

@font-face {
  font-family: runsling;
  src: url(../font/runsling.otf);
}



::selection {
  background-color: var(--second-color);
  color: var(--black-color);
}



/* color variable */
:root {
  --main-color: #d18c00a1;
  --second-color: #f9c1c5;
  --third-color: #cfb25e;
  --four-color: #fbd17a;
  --bg-light: #fff4f4;
  --bg-dark: #b5646d;
  --bg-white: #fff;
  --white-color: #fff;
  --black-color: #000;
  --gradient: linear-gradient(#8cb7b1ae 56%rgba(98, 142, 136, 0.589)88 100%);
  --gradient1: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.8) 100%,
      rgba(63, 61, 61, 0.6) 78.9%);
}

::-webkit-scrollbar {
  width: 5px !important;
  height: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--main-color) !important;
  border-radius: 10px !important;
  height: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--bg-dark) !important;
}



/* Font sizes for headings and paragraph */

h1 {
  font-size: 3.6rem !important;
}

h2 {
  font-size: 3rem !important;
}

h3 {
  font-size: 2.4rem !important;
}

h4 {
  font-size: 2rem !important;
}

h5 {
  font-size: 1.8rem !important;
}

h6 {
  font-size: 1.6rem !important;
}

p {
  font-size: 1.6rem !important;

}

ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none !important;
  font-size: 1.6rem !important;
}


/* width custom  */

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.w-70 {
  width: 70%;
}

.w-60 {
  width: 60%;
}

/* owl custom */

/* mailbanner  owl */


.banner-container .owl-prev,
.banner-container .owl-next {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 25px !important;
  border: 2px solid var(--bg-white) !important;
  border-radius: 50% !important;
  background-color: transparent !important;
  color: var(--bg-white) !important;
  transition: background 1s ease;
  line-height: 0px !important;
  letter-spacing: 0px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.banner-container .owl-prev {
  left: 15px;
}

.banner-container .owl-next {
  right: 15px;
}

.home-slider-container .owl-prev:hover,
.home-slider-container .owl-next:hover {
  background-color: var(--main-color) !important;
  color: var(--third-color) !important;
}

/* ---------------------------------------------- */
.darkslider .owl-prev:hover,
.darkslider .owl-next:hover {
  background-color: var(--main-color) !important;
}

.darkslider .owl-dots {
  position: relative;
  width: calc(100% - 90px);
  margin: 0px;
  text-align: left !important;
  display: flex;
  overflow: hidden;
}

.darkslider .owl-dot {
  width: 100% !important;
  height: auto;
}

.darkslider .owl-dots button span {
  background: #d2d2d2;
  height: 2px !important;
  width: 100% !important;
  display: block;
  border-radius: 0 !important;
  margin: 0 !important;
}

.darkslider .owl-theme .owl-dots .owl-dot.active span, .darkslider .owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(to right, #fec882, #b0771d, #ffe4b4, #d09545);
}


.lightslider .owl-theme .owl-dots .owl-dot.active span,
.lightslider .owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--four-color) !important;
}


.darkslider .owl-prev,
.darkslider .owl-next {
  position: absolute;
  /* top: 50%; */
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  font-size: 15px !important;
  border: 2px solid #e2a106 !important;
  border-radius: 50% !important;
  color: var(--bg-dark) !important;
  transition: background 1s ease;
}

.lightslider .owl-prev,
.lightslider .owl-next {
  border: 2px solid var(--bg-light) !important;
  color: var(--bg-light) !important;
}

.darkslider .owl-prev {
  left: -70px !important;
}

.darkslider .owl-next {
  right: 0px !important;
}

.darkslider .owl-prev:hover,
.darkslider .owl-next:hover {
  background: linear-gradient(to right, #fec882, #f0ab3f, #deac62, #d09545);
  color: var(--third-color) !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  margin: 10px 0px !important;
}

.owl-stage {
  padding-left: 0px !important;
}

.owl-carousel .owl-stage-outer {
  margin-bottom: 4rem;
}

.darkslider .owl-theme .owl-nav {
  display: inline-block;
  margin: auto;
  position: absolute;
  bottom: 10.5px;
  right: 0px;
}



/* heading div */

.heading {
  max-width: 100%;
  width: 100%;
  height: auto;
  text-align: left;
  margin: 0 auto 2rem auto;
}

.heading img {
    width: 80px;
    filter: brightness(1.5) saturate(1.9) hue-rotate(52deg) contrast(1.1);
}

h3.title {
  font-family: runsling;
  position: relative;
  font-size: 3rem !important;
}

h3.title,
p.subtitle {
  display: block;
  color: var(--black-color);
  margin: 1rem auto;
}


h5.subheading {
  display: block;
  margin: 1rem auto;
  position: relative;
}

p {
  font-family: avenir-light !important;
}

.text-center {
  width: 100%;
  text-align: left !important;
}

.service-center {
  text-align: center !important;
}

.color-white {
  color: var(--white-color) !important;
}

.text-wrapper {
  width: 100%;
  height: auto;
  margin: 1rem 0;
}

.text-wrapper ul,
.text-wrapper ul li {
  list-style-type: decimal-leading-zero !important;
  font-family: avenir-light;
}

.text-wrapper ul li {
  margin-bottom: 0.5rem;
  font-weight: lighter !important;
}

.text-wrapper ul li span{
  display: block;
  font-weight: normal !important;
}
.margincustom {
  margin: 3rem auto !important
}

/* multiple background  */


.background-dark {
    background: linear-gradient(to right, #fec882, #b0771d, #ffe4b4, #d09545);
}
form#submitfrom .heading.text-light {
    margin-bottom: -25px;
}
/*.background-light {
    background-color: #fffcdc;
    background-image: url(../media/assets/bg-pattern.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}*/
.background-light {
  background: linear-gradient(to right, #ffa633, #915b06, #f2c77c, #dd8c1e)
}
#special__white {
    color: #fff;
}
.background-light2 {
  background-color: var(--bg-white);
}

.background-dark :is(h3.title, p, ul li, h3) {
  color: var(--white-color);
}

.background-dark .cta-button .cta-primary {
  background-color: var(--black-color);
}


/* header section */

.sticky {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999;
  background-color: var(--bg-white);
  animation: fadeInBackground 0.2s ease-in-out forwards;
}

@keyframes fadeInBackground {
  0% {
    opacity: 0.9;
    background-color: transparent;
  }

  100% {
    opacity: 1;
    background-color: var(--bg-white);
  }
}

.header {
  display: block;
  width: 100%;
  background: var(--bg-white);
  box-shadow: 0px 0px 5px #ccc;
}

/* social menu */

.social-media p {
  width: 100%;
  font-size: 1rem !important;
  text-transform: uppercase;
  color: var(--white-color);
}

.social-media ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0 !important;
}

.social-media ul li a {
  color: inherit;
  font-weight: bold;
}

.social-media ul li {
  font-size: 1.3rem;
  width: 30px;
  height: 30px;
  background-color: var(--bg-white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s ease;
}

.social-media ul li a i {
  color: #f69e1d;
}

.social-media ul li:hover {
  background-color: #f69e1d;
}

.social-media ul li:hover a i {
  color: var(--white-color) !important;
}

/* topbar end */

.header-row {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between;
  padding: 1rem 0;
  gap: 10px;
}

.v-center {
  align-items: center;
}

/* logo menu */

.header .item-left {
  flex: 0 0 5%;
}

.header .item-center {
  flex: 0 0 60%;
  justify-content: flex-end;
}

.header .item-right {
  flex: 0 0 14%;
  display: flex;
  justify-content: flex-end;
}

.header .logo a img {
  width: 180px;
  height: auto;
}

/* menu center */

/* menu right */
.header .menu>ul {
  width: 100%;
  text-align: right;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-left: 0rem !important;
}

.header .menu>ul>li {
  display: inline-block;
  line-height: 7rem;
  margin-left: 1rem;
  text-align: left;
  letter-spacing: 2px;
}

/* main menu */

.header .menu>ul>li>a {
  font-size: 1.5rem;
  color: var(--black-color);
  position: relative;
  transition: color 0.3s ease;
  font-family: runsling;
  font-weight: bold;
  text-transform: uppercase;
}

.header .menu>ul>li .sub-menu {
  position: absolute;
  z-index: 400;
  background-color: var(--bg-white);
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 2rem 3rem;
  transition: all 0.3s ease-in-out;
  margin-top: 2.5rem;
  opacity: 0;
  visibility: hidden;
}

.menu-item-has-children i {
  margin-left: 0.5rem;
}

/* cta menu  */

/* this cta use every where */

.cta-button {
  width: auto;
  height: auto;
}

.cta-button .cta-primary {
    display: inline-block;
    padding: 10px 10px;
    color: var(--white-color);
    background: linear-gradient(to right, #fec882, #b0771d, #ebbd6b, #d09545);
    border: 1px solid #000;
    font-weight: 700;
    font-size: 1.3rem;
    transition: all 0.5s ease-in-out;
    text-align: center;
}

.cta-button .cta-primary:hover {
  background-color: var(--second-color);
  color: var(--black-color) !important;
}

/* menu offer */
.menu-offer-banner,
.offer-menu-img {
  width: 100%;
  height: auto;
  display: none;
}

.offer-menu-img img {
  width: 100%;
  height: auto;
}

.header .menu>ul>li .sub-menu>ul>li {
  line-height: 20px !important;
}

.sub-menu {
  padding-left: 0rem !important;
}

.header .menu>ul>li .sub-menu>ul>li {
  border-bottom: 1px solid rgba(88, 89, 91, 0.5);
}

.header .menu>ul>li .sub-menu>ul>li:last-child {
  border-bottom: 0px;
}

.header .menu>ul>li .sub-menu>ul>li:hover {
  border-bottom: 1px solid #cc942c;
}

.header .menu>ul>li .sub-menu>ul>li>a {
  display: inline-block;
  padding: 1rem 0;
  font-size: 1.4rem;
  color: var(--black-color);
  transition: color 0.3s ease;
  text-decoration: none;
  font-family: runsling;
  font-weight: 600;
}

.header .menu>ul>li .sub-menu>ul>li>a:hover {
  color: #caa512;
}

.header .menu>ul>li.menu-item-has-children:hover .sub-menu {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

.header .menu>ul>li .single-column-menu {
    width: 100%;
    max-width: 24%;
    padding: 10px;
}

.header-sidebar-btn-flex {
  display: none;
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}


/* --------------------------------------------------------------- */

/* mega menu css code for future */

/* 
.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
  line-height: 1;
  display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
  padding: 1rem 0;
  display: inline-block;
  font-size: 1.5rem;
  color: var(--third-color);
  transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>.menu-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>.menu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 2s ease;
}

.menu-img:hover img {
  transform: scale(1.5);
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>.menu-img .text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: var(--gradient);
  display: grid;
  place-content: center;
  place-items: center;
  text-align: center;
  line-height: normal;
  color: var(--third-color);
  gap: 1rem;
  padding: 0 2px;
  text-transform: capitalize;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>.menu-img .text-wrapper h6 {
  font-size: 2.5rem;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>.menu-img .text-wrapper h6 hr {
  width: 50%;
  height: 2px;
  color: var(--third-color);
  margin: auto;
  outline: none;
}

.header .menu>ul>li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 1.5rem;
  background-color: #39655f;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
  flex: 0 0 25%;
  padding: 0 3rem;
  text-transform: uppercase;
  border-right: 1px solid var(--third-color);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item:nth-child(4) {
  border-right: none;
}


.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item ul {
  padding-left: 0px !important;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
  font-size: 2.5rem;
 color: var(--main-color); 
  color: var(--third-color);
  font-weight: bolder;
  line-height: 1;
  padding: 1rem 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title span {
  display: block;
  margin-top: 1rem
}


.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
  text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
  color: black;
} */



.modal {
  z-index: 999988 !important;
}

/* header section  */


/* banner */

.main-banner-container {
  width: 100%;
  height: auto;
}

.banner-container {
  width: 100%;
  height: auto;
  position: relative;
}

.banner-img .mobile-size {
  width: 100%;
  height: auto;
}

.banner-img img,
.mobile-size img {
  width: 100%;
  height: auto;
}

#mobile-size {
  display: none;
}

.sliderInsider {
  position: relative !important;
  width: 100%;
  height: auto;
}

/* banner */

/* section */

section {
  width: 100%;
  height: auto;
  padding: 3rem 0;
}

/* section */


/* clinic section */

.clinicImg {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    overflow: hidden;
    margin-top: 28px;
}

.clinicContent {
  width: 100%;
}
.clinicContent .heading {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
}
.clinicContent .heading h3.title {
    margin: 6px 0 0;
}
.clinicContent .heading h5 {
    color: #fff;
    margin-top: 5px;
    font-size: 13px !important;
    background: linear-gradient(to right, #fec882, #b0771d, #ebbd6b, #d09545);
    padding: 5px 15px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 0;
}
/* treatment box */


.section-slider-container {
  width: 100%;
  height: auto;
  margin: 0rem auto;
  margin-top: 1.5rem !important;
  padding: 0 0px !important;
  position: relative;
}


.service-card {
  width: auto;
  height: auto;
}

.treatment-flex-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.treatment-card {
  width: 32%;
  height: auto;
  overflow: hidden;
  transition: all 0.5s ease-in;
  margin-bottom: 2rem;
  border-bottom: 5px solid transparent;
  transition: border 0.5s ease-in-out;
}

.treatment-card2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 1rem;
  transition: border 0.5s ease-in-out;
  border-bottom: 8px solid;
  border-image: linear-gradient(to right, #fec882, #b0771d, #ffe4b4, #d09545) 1;
}

.treatment-box {
  width: 100%;
  height: 400px;
  position: relative;
}

.treatment-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 2s ease;
}

.treatment-card-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 1%,
      rgba(27, 26, 40, 0.5) 80%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  transition: all 0.4s ease-in-out;
}

.treatmentname-flex {
  width: 100%;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  transform: translateY(120px);
  padding: 1rem 0;
}

.treatmentname-flex h4 {
  font-size: 2.5rem !important;
  color: var(--white-color);
  font-family: runsling;
}

.treatmentname-flex h4 span {
  display: block;
  font-size: 2rem !important;
  font-family: runsling;
}

.hover-treatmenttext {
  width: 100%;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(140px);
  transition-delay: 0.2s;
}

.hover-treatmenttext .cta-button .cta-primary {
  font-size: 1.6rem;
}

.hover-treatmenttext p {
  color: var(--white-color);
  margin-bottom: 2rem !important;
}

.treatment-card-absolute:hover .treatmentname-flex {
  transform: translateY(0px);
  margin-bottom: 0 !important;
}

.treatment-card-absolute:hover .hover-treatmenttext {
  transform: translateY(0px);
  opacity: 1;
}

.treatment-card:hover .treatment-box>img {
  transform: scale(1.1);
}

.treatment-card-absolute:hover {
  background: linear-gradient(180deg,
      rgba(27, 26, 40, 0) 1%,
      rgba(27, 26, 40, 0.8) 80%);
}

.treatment-card:hover {
  border-bottom: 5px solid var(--main-color) !important;
  transition: border 0.5s ease-in-out;
}

.treatment-card2:hover .treatment-box>img {
  transform: scale(1.1);
}

/* treatment box */

/* skin concern */

.concern-card {
  width: 100%;
  height: auto;
  box-shadow: 2px 2px 2px 2px rgba(248, 248, 248, 0.949), 2px 2px 2px 2px rgba(248, 248, 248, 0.949);
}

.concern-card2 {
  background: var(--bg-light);
  padding: 10px 0;
}

.concern-card-inner {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 0.5rem 1rem 0.5rem;
}

.concern-card-inner img {
  width: 100%;
  margin: 1rem 0;
}

h4.concern-title,
.concern-card-inner p {
  color: var(--black-color);
  margin-bottom: 0px !important;
}


/* skin concern */


/* homeform */

.homefomrconatiner .heading {
  margin-bottom: 2rem;
}

.home-form-img {
  width: 100%;
  height: 100%;
}

.home-form-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.homeform input,
.homeform select,
.homeform textarea {
  width: 100%;
  background: var(--bg-white);
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border: 1px solid black !important;
  color: var(--black-color);
  box-shadow: 2px 2px 2px 2px black;
}

.homeform input:focus,
.homeform select:focus,
.homeform textarea:focus {
  outline: none;
  box-shadow: none;
}

.homeform option {
  color: var(--black-color);
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 100 !important;
  font-style: normal !important;
  font-family: avenir-medium !important;
}

.homeform input[type="submit"] {
  background: linear-gradient(to right, #fec882, #b0771d, #ffe4b4, #d09545);
  color: var(--black-color);
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.error-message {
  width: 100%;
  text-align: right;
  margin-top: 5px;
  font-size: 1rem !important;
}

/*form loader*/

.success-message {
  display: none;
  margin-top: 10px;
  color: white;
}

.show-important {
  display: block !important;
}



.loader {
  width: 30px;
  height: 30px;
  border: 5px solid #fa0;
  border-top: 5px solid tomato;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.success-message P {
  margin-bottom: 0px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* homeform */


/* youtubevideos */

.youtubevideos {
  width: 100%;
  height: 400px;
  aspect-ratio: 9/16;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
}

.youtubevideos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}


.youtubevideos iframe {
  width: 100%;
  max-height: 400px;
  display: none;
}

/* youtubevideos */


/* blog */

.blog-post {
  width: 100%;
  height: auto;
  background-color: var(--bg-light);
  position: relative;
}

.blog-post::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  border-image: linear-gradient(to bottom, transparent, #b5646d) 1;
  border-style: solid;
  border-width: 2px;
  border-top-width: 0px;
  pointer-events: none;
}

.blogImg {
  width: 100%;
  height: auto;
}

.blogImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}

.blog-post-content {
  width: 100%;
  height: auto;
  padding: 15px;
}

.blog-post-content h3 {
  font-family: runsling;
  font-weight: bold;
  font-size: 2.5rem !important;
}

.blog-post-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-post-content a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--black-color);
}

.blog-post-content a span {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border-radius: 50%;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  display: grid;
  place-content: center;
}


/* technology-card */

.technology-card {
  width: 100%;
  height: auto;
}

.technology-product-img {
  width: 80%;
  height: auto;
  margin: auto;
  text-align: center;
}

.technology-product-img img {
  width: 100%;
  max-width: 200px;
  margin: auto;
}

.technology-product-content {
    width: 100%;
    height: auto;
    padding: 20px;
    background: linear-gradient(to right, #fec882, #b0771d, #ebbd6b, #d09545);
    position: relative;
    z-index: 9;
    border: 1px solid #00000040;
}

.technology-product-content h3 {
  font-size: 2.5rem !important;
}

.technology-product-content p {
    margin-bottom: 0;
}

/* FAQ Section  */

.accordion {
  width: 100%;
}

.at-tab {
  display: none;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: var(--bg-white);
}

.at-title {
    cursor: pointer;
    background: linear-gradient(to right, #ffa633, #915b06, #f2c77c, #dd8c1e);
    position: relative;
}

.at-title:after {
  content: "+";
  position: absolute;
  top: 0;
  right: 10px;
  transition: all 0.3s ease;
  font-size: 3rem;
  height: 100%;
  display: flex;
  align-items: center;
  color: var(--white-color);
}

.at-title.active:after {
  content: "―";
  font-size: 1.5rem;
  font-weight: bold;
}

.at-item {
  border-radius: 5px;
  margin-bottom: 15px;
}

.at-title h4 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 27px;
  margin: 0;
  color: var(--white-color);
  text-transform: capitalize;
}


/* FAQ Section  */


/* footer */

.footer {
    width: 100%;
    height: auto;
    padding: 3rem 0% 2rem;
    background: linear-gradient(to right, #ffa633, #c18526, #dba952, #dd8c1e);
}

.flex-footer {
  width: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2.5rem 0;
}

.footer-item-logo {
  width: 25%;
  height: auto;
}

.footer-item-logo a img {
  width: 180px;
  height: auto;
}

.footer-item-logo .social-media {
  margin-top: 2rem;
}

.footer-item-logo .social-media ul {
  padding-left: 0rem !important;
}

.footer-item-clinic-text {
  width: 73%;
  height: auto;
}

.footer-item-clinic-text p {
  font-size: 1.6rem;
  color: var(--white-color);
  line-height: 2.5rem;
  font-weight: 350;
  margin-bottom: 0px !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-item {
  width: 19%;
  height: auto;
  padding: 0.5rem 0;
}

h4.footertitle {
  color: var(--white-color);
  font-family: runsling;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

h4.footertitle span {
  display: none;
  font-size: 1.4rem;
}


.footerlinks {
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
  padding-left: 0px;
}

.footerlinks li {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
}

.footerlinks li a,
.footerlinks li span {
  color: var(--white-color);
  transition: all 0.5s ease;
}

.footerlinks li a{
  display: flex;
  gap: 6px;
}

.footerlinks li a i{
  flex-shrink: 0;
}

.footerlinks li a i {
    color: #000;
    width: 20px;
    height: 20px;
    background: var(--white-color);
    border-radius: 50%;
    text-align: center;
    font-size: 1rem;
    line-height: 20px;
}

.footer-item .footer-map {
  width: 100%;
  height: auto;
}

.footer-item .footer-map iframe {
  width: 100%;
  height: auto;
}


hr {
  width: 100%;
  margin: 1rem 0 !important;
  display: block;
  outline: none !important;
  border: none !important;
  background: rgba(255, 255, 255, 0.296) !important;
  height: 2px !important;
}

.sticky-cta {
  position: fixed;
  top: 50%;
  left: 0px;
  width: 30px;
  height: auto;
  z-index: 9999;
  display: none;
  animation: move2 0.5s linear;
}


@keyframes move2 {

  0% {
    left: -100px;
  }

  100% {
    left: 0px;
  }


}



.sticky-cta-icon {
  width: 30px;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.sticky-cta-icon i {
  width: 30px;
  height: 50px;
  background-color: #d19638de;
  display: grid;
  place-content: center;
  text-align: center;
  color: var(--white-color);
  font-size: 20px;
  z-index: 99999999999999999999999;
  border-bottom: 1px solid var(--white-color);
  cursor: pointer;
  font-size: 12px;
}

.sticky-cta-icon:last-child i {
  border-bottom: none;
}

.cta-social {
  height: 50px;
  text-transform: uppercase;
  position: absolute;
  right: 80px;
  width: 80px;
  background-color: #000;
  transition: all 1s ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px;
  color: white;
  border-bottom: 1px solid transparent;
  z-index: 999999;
}

.sticky-cta-icon:hover .cta-social {
  right: -80px;
  opacity: 1;
  z-index: 999;
  display: flex;
  transition: all 0.5s ease-in-out;
}

/* ------------------------------------------------- */


/* copyright */

.copyright {
  width: 100%;
  height: auto; 
}
.company__rights p {
    text-align: right;
    color: #fff;
}
.company__rights p a {
    color: #fff;
    text-decoration: underline !important;
}
.copyright p {
  color: var(--bg-white);
}

.copyright p span {
  margin: 0 0.5rem;
}



.scroll {
  position: fixed;
  bottom: 50px;
  right: 5%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--four-color);
  color: var(--black-color);
  display: none;
  overflow: hidden;
  cursor: pointer;
  z-index: 9999999999999999;
  animation: move1 0.5s linear;
}


@keyframes move1 {

  0% {
    bottom: 100px;
  }

  100% {
    bottom: 50px;
  }


}



.scroll div i {
  font-size: 1.4rem;
  animation: move 0.5s linear infinite;
}

.scroll div {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  align-content: center;
}


@keyframes move {

  0% {
    transform: translateY(-10px);
  }

  10% {
    transform: translateY(0px);
  }

}


/* --------------------------------------------------------------------- */

/* whatsapp widget */

.footer-mobile {
  display: none;
}


.whatsapp-widget {
  width: 300px;
  height: auto;
  position: fixed;
  bottom: 5%;
  left: 5%;
  z-index: 99999;
  overflow: hidden;
}

.whatsapp-widget-inner {
  width: 100%;
  height: 130px;
  box-sizing: 2px #c6c6c6;
  margin-bottom: 10px;
  background: #0a5f54;
  border-radius: 10px;
  display: none;
  position: relative;
  animation: whatsappanimation 0.5s linear;
  padding: 20px;
}

.aboutbrand {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.brand-img {
  width: 50px;
  height: 50px;
  border: 2px solid var(--bg1);
  border-radius: 50%;
  background-color: var(--bg1);
  overflow: hidden;
}

.brand-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brandname {
  width: auto;
  height: auto;
  color: var(--white-color);
}

.brandname h3 {
  font-size: 1.5rem !important;
  font-weight: 600;
}

.brandname p {
  font-size: 1rem !important;
}

.brandname h3,
.brandname p {
  margin-bottom: 0px;
}

.buttonlink {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: ' ';
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
}

.buttonlink a {
  width: 100%;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border: none;
  outline: none;
  cursor: pointer;
  color: grey;
}

.buttonlink a i {
  color: #4dc247;
  font-size: 1.8rem;
}


@keyframes whatsappanimation {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  50% {
    opacity: 50;

  }

  100% {
    opacity: 100;
    transform: translateY(0%);
  }
}

.whatsapp-widget-inner .close {
  position: absolute;
  top: 10px;
  right: 15px;
  content: ' ';
  cursor: pointer;
}

.whatsapp-widget-inner .close i {
  font-size: 15px;
  color: white;
}

.whatsappbutton {
  width: auto;
  height: auto;
}

.whatsappbutton button {
  padding: 10px 25px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #4dc247;
  color: white;
  border: none;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
}

.whatsappbutton button i {
  font-size: 20px;
  color: white !important;
}

/* footer */



/* breadcum */

.bread-crum {
  padding: 10px 0 !important;
}

.bread-crum a,
.bread-crum span {
  margin-right: 05px;
  font-size: 1.4rem !important;
}

.bread-crum a {
  margin-right: 0px;
  color: var(--black-color) !important;
}

.bread-crum .bread-cum-active {
  color: #e29d30 !important;
  font-weight: bold;
  position: relative;
}

.bread-crum .bread-cum-active::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  content: "";
}

/* breadcum */



/* coming soon */

.coming-soon {
  width: 100%;
  background:
    url(../media/main-banner/thankyou.png) no-repeat center/cover;
  padding: 200px 0;
}

.error404 {
  width: 100%;
  background-color: #eee;
}

:root {
  --gradient-bg: radial-gradient(circle, #ee919b 0%, rgb(181, 100, 109) 100%);
  --block-width: 50px;
  --block-height: 240px;
  --border-radius: 30px;
}

.error-section {
  width: 100%;
  height: auto;
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.class4 {
  width: var(--block-width);
  height: var(--block-height);
  background: var(--gradient-bg);
  position: relative;
  border-radius: var(--border-radius);
  display: inline-block;
}

.zero {
  height: 240px;
  width: 240px;
  background: var(--gradient-bg);
  border-radius: 50%;
  margin: 0 150px 0 100px;
  position: relative;
  animation: move404 5s infinite;
}

.zero::after {
  position: absolute;
  content: ' ';
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  z-index: 99;
}

@keyframes move404 {
  0% {
    box-shadow: inset -160px 160px 0 5px rgba(0, 0, 0, .4);
  }

  45% {
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .1);
  }

  55% {
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .1);
  }

  100% {
    box-shadow: inset 160px -160px 0 5px rgba(0, 0, 0, .4);
  }
}

.class4::before,
.class4::after {
  content: '';
  position: absolute;
  width: var(--block-width);
  height: 200px;
  background: var(--gradient-bg);
  border-radius: var(--border-radius);
}

.class4::before {
  top: -17px;
  left: -50px;
  transform: rotate(40deg);
  z-index: 2;
}

.class4::after {
  top: 41px;
  left: -22px;
  transform: rotate(90deg);
  z-index: 1;
}

.error404 .social-media ul {
  justify-content: center;
}

/* thankyou */


/* thankyou */

.thankyou {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


.thankuimg {
  width: 80%;
  border-radius: 20px;
}


/* contact page */



.contactPage {
  background-color: var(--second-color);
}

.contact-card {
  width: 100%;
  height: 100%;
  padding: 2rem;
}

.contact-card .loction-icon {
  width: 100%;
  height: auto;
}

.contact-card .loction-icon i {
  color: var(--sub-color);
  font-size: 3.5rem;
}

.location-add {
  width: 100%;
  height: auto;
}

.contact-card .loction-icon,
.contact-card .location-add {
  margin-bottom: 1.5rem;
}

.location-add h4,
.social-media h4 {
  margin-bottom: 1.5rem;
}

.location-cta {
  display: flex;
  gap: 10px;
}

.location-add a {
  color: #f69e1d;
}

.contact-card .social-media ul {
  padding-left: 0px;
}


.contactpageFrom {
    background: linear-gradient(to right, #fec882, #b0771d, #c38a35, #d09545);
}

.contactpageFrom .heading {
  max-width: 100%;
  width: 100% !important;
}


.appointment-form input,
.appointment-form select {
  border: none;
  padding: 0px 15px;
  height: 35px;
  font-size: 15px;
  background: var(--bg-white);
  border: 1px solid black;
  color: var(--black-color);
  box-shadow: 2px 2px 2px 2px black;
}

.form-control:focus {
  box-shadow: none !important;
}

.appointment-form select {
  width: 100%;
  border: 1px solid black !important;
  box-shadow: 2px 2px 2px 2px black;
}

.appointment-form textarea {
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid black !important;
  box-shadow: 2px 2px 2px 2px black;
}

.appointment-form input[type=submit] {
  width: 100%;
  background-color: var(--four-color);
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  margin-bottom: 0.5rem;
}


.error {
  font-size: 13px;
  width: 100%;
  display: block;
  margin-top: 4px;
}

.success {
  color: green !important;
}

.google-map {
  width: 100%;
  height: 450px;
}

.google-map iframe {
  width: 100%;
  height: 100%;
}

.business-setup {
  background-color: #eee;
}

/* contact Page */

/* policy-links */

.policy-links {
  padding-top: 0px;
}

.policy-links .heading {
  max-width: 100%;
}

.policy-links .heading h3.title hr {
  display: block;
  width: 100px;
  height: 2px !important;
  background-color: var(--bg-dark) !important;
  border: none !important;
  outline: none !important;
}

/* policy-links */


/* gallery */

.gallery-section {
  width: 100%;
  height: auto;
}

.tab-button-container,
.tab-content-container {
  width: 100%;
  height: auto;
  padding: 10px 0 !important;
}

.tab-button-container .nav {
  gap: 1rem;
  justify-content: center;
}

.tab-button-container .nav-pills .nav-link {
  background-color: var(--bg-white);
  font-size: 1.5rem;
  color: #000;
}

.tab-button-container .nav-pills .nav-link.active {
    background: linear-gradient(to right, #fec882, #b0771d, #c38a35, #d09545);
}

.clinic-gallery-inner {
  width: 100%;
  height: auto;
  position: relative;
  height: 100%;
}

.clinic-gallery-inner img {
  width: 100%;
  height: 100%;
}

/* gallery */


/* franshise */

.franchiseContent {
  width: 100%;
  height: auto;
}


.eligibility-inner {
  background-color: var(--bg-light);
  text-align: center;
  padding: 1rem;
}

.background-dark .eligibility-inner p {
  color: black !important;
}

.eligibility-inner .box-icon {
  margin: auto;
  border-radius: 50%;
  padding: 00px;
  width: 60px;
  height: 60px;
}

.eligibility-inner .box-icon img {
  width: 100%;
  height: 100%;
}


/* franshise */

/* popupform */

.scrollable-place {
  height: 1000px;
}

.stop-scrolling {
  height: 100%;
  /* height: 1000px; */
  overflow: hidden;
}

.popup {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  background-color: #000000a0;
  z-index: 999999999999999999999;
}

.popup-content {
  position: absolute;
  bottom: 0;
  left: 0%;
  max-width: 500px;
  width: 100%;
  padding: 10px;
  animation: popupmove 0.5s linear;
  transition: all 0.5s ease-in;
}

@keyframes popupmove {

  0% {
    left: -100%;
  }

  100% {
    left: 0px;
  }


}

.popup-content .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--second-color);
  display: grid;
  align-content: center;
  text-align: center;
  font-size: 1.8rem;
  color: var(--fourth-color);
}


/* popup  */


/* about us */

.video-container {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
  height: 650px;
   overflow: hidden;
}



.video-container video {
  width: 100%;
  height: auto;
}

.video-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, .3) 55.22%, #050403 100%);
  z-index: 99;
  content: ' ';
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 8%;
}

.video-inner {
  width: 100%;
}

.videoheading {
  max-width: 100% !important;
}


.videoheading :is(h3.title, p) {
  color: var(--white-color) !important;
}


/* inner service page */

.main-service-banner,
.main-service-banner,
img {
  width: 100%;
  height: auto;
}

/* risk & side effect */

.benefits-container {
  width: 100%;
  display: flex;
  gap: 20px;
}

.benefits-container img {
  width: 70px;
  height: 70px;
}

.benefits-content {
  padding-right: 10px;
}

.benefits-content h3 {
  font-family: runsling;
}

/* eligibility-pointer */

.eligibility-pointer ul,
.takecarepointer ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  padding-left: 0rem !important;
}

.eligibility-pointer ul li {
    width: 49%;
    height: auto;
    padding: 10px;
    background: linear-gradient(to right, #fec882, #b0771d, #c38a35, #d09545);
    font-family: avenir-light;
    list-style-type: decimal-leading-zero !important;
    list-style-position: inside !important;
    color: #fff;
}

/* service package card */


/* takecaresection */

.servicebg1 {
  background-color: #ececea;
  padding: 0rem !important;
}

.servicebg {
  background-color: var(--bg-light);
  background-image: url('../media/assets/servicePagebg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0rem !important;
}

.takecarecontent {
  padding: 3rem 4% 3rem 7% !important;
}

.takecarecontent .heading {
  max-width: 100%;
}

.servicetab .nav {
  justify-content: flex-start;
}

.takecarepointer ul li {
  width: 49%;
  height: auto;
  padding: 0px;
  background-color: none;
  font-family: avenir-medium;
  margin-bottom: 1rem !important;
  list-style: disc !important;
  padding-right: 15px;
}

.takecarepointer ul li::marker {
  color: #d19948;
  font-size: 2rem;
}

.takecareimg {
  width: 100%;
  height: 100%;
}


.takecareimg img {
  height: 100%;
  object-fit: cover;
  object-position: left;
}

/* packages-card  */


.packages-card {
  background-color: var(--bg-white);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-12.col-md-6.col-lg-4:first-child .packages-card::after {
  position: absolute;
  top: 10%;
  right: 0%;
  width: 1px;
  height: 80%;
  background-color: var(--bg-dark);
  content: ' ';
}

.packages-text {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.packages-card h3,
.packages-card p {
  color: black !important;
}

.tc p {
  font-size: 10px !important;
}

.packages-card:hover {
  transform: translateY(-1rem);
  color: var(--third-color) !important;
}

/* takecaresection */


/* costbox */

.flexbox {
  flex-wrap: nowrap !important;
  gap: 5px !important;
  margin-bottom: 3rem;
}

.costbox {
  padding: 15px !important;
  background: linear-gradient(to right, #fec8824d, #ffb33d69, #fdb03a54, #ffba5e69);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  flex: 1;
  flex-direction: column;
}

.costbox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-image: linear-gradient(to bottom, transparent, #d18222) 1;
  border-style: solid;
  border-width: 2px;
  border-top-width: 0px;
  pointer-events: none;
}


.costbox p {
  margin-bottom: 0px !important;
}


/* mythpointer */

/* .mythrow{
  margin: auto !;
} */

.mythpointer {
  padding: 50px 40px !important;
  position: relative;
  z-index: 1;
}

.mythpointer::after {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 22;
  content: "\f057";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--bg-dark);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: grid;
  place-content: center;
  font-size: 3rem;
}

.factbox::after {
  background-color: var(--bg-white);
  color: var(--main-color);
  content: " \f058";
}

.mythpointer ul {
  padding-left: 0px !important;
}

.mythpointer ul li {
  margin-bottom: 1.5rem;
}

.mythbox {
  background-color: var(--bg-dark);
  color: white !important;
}

.mythbox ul li {
  list-style-type: disc !important;
}

.factbox {
  background-color: var(--bg-white);
  color: #7d7d7d;
}

/* before-after */

.before-after {
  width: 100%;
  height: auto;
}

.before-after img {
  width: 100%;
  height: auto;
}

/* before-after */


/* body-parts-container */

.body-parts-container {
  width: 100%;
  height: auto;
  text-align: center;
}

.body-parts-container p {
  font-weight: bold;
}

.body-parts-img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: 1rem auto;
}

.priceTable {
  width: 100%;
  height: auto;
  height: 200px;
  overflow: scroll;
}

.priceTable table {
  width: 100%;
  border-collapse: collapse;
}

:is(.priceTable) th,
th,
td {
  border: 1px solid #ddd !important;
  padding: 10px 5px !important;
  text-align: left;
  font-size: 1.4rem !important;
}

th {
  background: #f4f4f4;
}

.priceTable tr:hover {
  background-color: var(--bg-dark);
  cursor: pointer;
  color: wheat;
}

.takecarepointer {
    margin-left: 20px;
}

/* body-parts-container */


/* logoslider */

.logoslider {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logoimg {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  overflow: hidden;
}

.logoimg img {
  width: 100%;
}

.text-wrapper.text-start address { 
    font-size: 14px;
}
.text-wrapper.text-start p {
    margin: 18px 0;
}
#brands__logo .concern-card {
    box-shadow: none;
}
#brands__logo .concern-card img {
    border: 1px solid #eee;
}


/*--===== Responsive CSS Start Here =======--*/

@media (max-width: 767px) { 

    .popup-content { 
        top: 120px; 
    }
    #home__about {
        padding-top: 0;
    }
    #mobile-size .owl-stage-outer {
        margin-bottom: 0;
    }
    .treatmentname-flex h4 { 
        letter-spacing: 2px;
    } 
    .concernslider.owl-carousel button.owl-prev {
        background: #fff !important;
    }
    .concernslider.owl-carousel button.owl-next {
        background: #fff !important;
    }





}
