/*----------------------------------------*/

/* Template default CSS
/*----------------------------------------*/

:root {
  --primary: #9c7440;
  --light: #f3f4f5;
}

html,
body {
  height: 100%;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111111;
  font-weight: 400;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
  font-weight: 400 !important;
  line-height: 54px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 15px;
  color: #666666;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 15px 0;
}

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

p {
  font-family: "DM Sans", serif;
}

.head-fo {
  font-family: "Marcellus", sans-serif;
}

.para-fo {
  font-family: "DM Sans", serif;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
  margin-bottom: 45px;
}

.section-title span {
  font-size: 15px;
  color: #888888;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-title h2 {
  color: #111111;
  font-weight: 700;
  margin-top: 8px;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.contact-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/contact-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.book-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/book-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hair-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/hair-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.set-doctor {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/doctor-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.spad {
  padding-top: 350px !important;
  padding-bottom: 100px;
}

.banner {
  height: 520px;
  object-fit: cover;
}

@media (max-width: 576px) {
  .banner {
    height: auto;
    object-fit: cover;
  }
}

/*.hero{*/
/*	margin-top:100px;*/
/*}*/

.carousel-control-prev-icon {
  background: #6b6b6bbe;
  height: 48px;
  border-radius: 50px;
  width: 48px;
}
.carousel-control-next-icon {
  background: #6b6b6bbe;
  height: 48px;
  border-radius: 50px;
  width: 48px;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 0 !important;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  opacity: 0.7 !important;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/* buttons */

.primary-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 30px 10px;
  text-transform: uppercase;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid #9c7440;
  border-radius: 5px;
}

.primary-btn.normal-btn {
  background: #9c7440;
  color: #ffffff;
  font-weight: 600;
}

.iconss:hover {
  background-color: #000;
}

.site-btn {
  font-size: 15px;
  color: #ffffff;
  background: #000;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 14px 30px 12px;
}

.cards-area1 img {
  width: 400px;
  height: 350px;
}

@media (max-width: 576px) {
  .spad {
    padding-top: 140px !important;
  }
}

/*---------------------
  Header
-----------------------*/

.header.header--normal {
  border-bottom: 1px solid #f2f2f2;
}

.header__top {
  background: #ffffff;
}

.header__top__left {
  padding: 12px 0;
}

.header__top__left li {
  font-size: 13px;
  color: #ffffff;
  list-style: none;
  display: inline-block;
  margin-right: 25px;
}

.header__top__left li:last-child {
  margin-right: 0;
}

.header__top__left li i {
  font-size: 15px;
  margin-right: 5px;
}

.header__top__right {
  text-align: right;
  padding: 12px 0;
}

.header__top__right a {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  margin-right: 20px;
}

.header__top__right a:last-child {
  margin-right: 0;
}

.header__logo {
  padding: 10px 0;
}

.header__logo img {
  width: 150px;
}

.header__logo a {
  display: inline-block;
}

.header__menu__option {
  text-align: right;
  padding: 30px 0;
}

.header__menu {
  display: inline-block;
  margin-right: 45px;
}

.header__menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 45px;
  position: relative;
  font-family: "Work Sans", sans-serif;
}

.header__menu ul li.active a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.header__menu ul li:hover a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.header__menu ul li:hover .dropdown {
  top: 30px;
  opacity: 1;
  visibility: visible;
}

.header__menu ul li:last-child {
  margin-right: 0;
}

.header__menu ul li .dropdown {
  position: absolute;
  left: 0;
  top: 52px;
  width: 230px;
  background: #eeeeee;
  text-align: left;
  padding: 2px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.header__menu ul li .dropdown li {
  display: block;
  margin-right: 0;
}

.header__menu ul li .dropdown li a {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  padding: 8px 10px;
  text-transform: uppercase;
}

.header__menu ul li .dropdown li a:after {
  display: none;
}

.header__menu ul li a {
  font-size: 15px;
  color: #111111;
  font-weight: 500;
  display: block;
  padding: 4px 0;
  text-transform: uppercase;
  position: relative;
}

a {
  text-decoration: none;
}

.header__menu ul li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #9c7440;
  content: "";
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.header__btn {
  display: inline-block;
}

.offcanvas-menu-wrapper {
  display: none;
}

.canvas__open {
  display: none;
}

@media (max-width: 576px) {
  .header__logo img {
    width: 120px;
  }
}
/*---------------------
  Hero
-----------------------*/

/* .hero {
	padding-top: 145px;
	padding-bottom: 215px;
} */

.hero__text span {
  font-size: 15px;
  font-weight: 500;
  color: #e0e0e02c;
  text-transform: uppercase;
  display: block;
}

.hero__text h2 {
  font-size: 48px;
  color: #111111;
  font-weight: 700;
  line-height: 60px;
  margin-top: 10px;
  margin-bottom: 35px;
}

/*---------------------
  Consultation
-----------------------*/

.consultation__form {
  padding: 50px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background: #dcdcdc;
  border-radius: 15px;
}

.consultation__form .section-title {
  margin-bottom: 35px;
}

.consultation__form form input {
  font-size: 15px;
  color: #666666;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}
.consultation__form form select {
  font-size: 15px;
  color: #666666;
  width: 100%;
  height: 50px;
  padding-left: 16px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  margin-bottom: 20px;
}
.consultation__form form textarea {
  font-size: 15px;
  color: #666666;
  width: 100%;
  height: 90px;
  padding-left: 20px;
  padding-top: 10px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  margin-bottom: 20px;
}

.consultation__form form input::-webkit-input-placeholder {
  color: #666666;
}

.consultation__form form input::-moz-placeholder {
  color: #666666;
}

.consultation__form form input:-ms-input-placeholder {
  color: #666666;
}

.consultation__form form input::-ms-input-placeholder {
  color: #666666;
}

.consultation__form form input::placeholder {
  color: #666666;
}

.consultation__form form input:focus {
  border-color: #9d9d9d;
}

.consultation__form form select:focus {
  border-color: #9d9d9d;
}

.consultation__form form .nice-select {
  float: none;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.consultation__form form .nice-select:after {
  border-bottom: 1.5px solid #666666;
  border-right: 1.5px solid #666666;
  height: 8px;
  right: 20px;
  top: 46%;
  width: 8px;
}

.consultation__form form .nice-select span {
  font-size: 15px;
  color: #666666;
}

.consultation__form form .nice-select.active,
.consultation__form form .nice-select.open,
.consultation__form form .nice-select:focus {
  border-color: #666666;
}

.consultation__form form .nice-select .list {
  width: 100%;
  margin-top: 0;
  border-radius: 5px;
}

.consultation__form form button {
  width: 100%;
}

.consultation__text {
  padding: 50px 0 40px;
  position: relative;
}

.consultation__text:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  content: "";
}

.consultation__text .section-title span {
  font-weight: 600 !important;
}

.consultation__text__item .section-title {
  margin-bottom: 15px;
}

.consultation__text__item .section-title h2 {
  line-height: 54px;
  font-size: 47px;
  font-weight: 400;
}

.consultation__text__item .section-title h2 b {
  font-weight: 700;
  color: #9c7440;
}

.consultation__text__item p {
  color: #444444;
  margin-bottom: 0;
}

.consultation__video {
  height: 350px;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.consultation__video .play-btn {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #9c7440;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}

.main-image {
  width: 100%;
  height: 600px;
}

.img-container {
  overflow: hidden;
}
.img-container img {
  transition: all 0.3s ease-in;
}

.img-container:hover img {
  transform: scale(1.1);
}

@media (max-width: 576px) {
  .main-image {
    height: 390px;
  }
  .consultation__text {
    padding: 50px 0 20px 0;
    position: relative;
  }
}

/* Back to top */

.back-to-top {
  position: fixed;
  display: none;
  right: 40px;
  bottom: 45px;
  height: 52px;
  z-index: 99;
  background-color: #9c7440;
}

.back-to-top:hover {
  background-color: #9c7440;
}

/*---------------------
  Choose Us
-----------------------*/

.chooseus {
  padding-bottom: 50px;
}

.chooseus__items {
  text-align: center;
  margin-bottom: 30px;
}

.chooseus__items h5 {
  font-size: 20px;
  color: #111111;
  font-weight: 600;
  margin-top: 26px;
  margin-bottom: 16px;
}

.chooseus__items p {
  margin-bottom: 0;
}

.chooseus__items img {
  max-width: 50%;
}

.bg-sky {
  background-color: #e8f1fb;
  margin-bottom: 30px;
}

.nav-link {
  color: #9c7440;
  font-weight: bold;
}

.nav-link:hover {
  color: #9c7440;
}

.header-carousel .owl-nav {
  position: absolute;
  width: 200px;
  height: 40px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  font-size: 22px;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.header-carousel .owl-dots {
  position: absolute;
  height: 45px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #ffffff;
  transition: 0.5s;
}

.header-carousel .owl-dot::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 4px;
  left: 4px;
  background: #ffffff;
  border-radius: 5px;
}

.header-carousel .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}

@media (max-width: 576px) {
  .slider-section .header-carousel {
    margin-top: 0;
  }

  .slider-section .section-title {
    padding-top: 10px;
  }
}

/*---------------------
  Services
-----------------------*/

.services {
  padding-bottom: 70px;
  margin-bottom: 50px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)),
    url(../img/derma1.jpg);
  background-size: cover;
  background-position: center;
}

.services .section-title span {
  color: #9c7440;
}

.services .section-title h2 {
  color: #ffffff;
}

.services__btn {
  text-align: right;
}

.services__btn .primary-btn {
  color: #ffffff;
}

.services__item {
  background: #ffffff;
  padding: 45px 30px 45px 50px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.services__item:hover {
  background: #9c7440;
}

.img-2 {
  display: none;
}
.services__item:hover .services__item__icon span {
  color: #ffffff;
}

.services__item:hover .services__item__text h5 {
  color: #ffffff;
}

.services__item:hover .services__item__icon .img-1 {
  display: none;
}

.services__item:hover .services__item__icon .img-2 {
  display: block;
}

.services__item:hover .services__item__text p {
  color: #ffffff;
}

.services__item__icon {
  float: left;
  margin-right: 40px;
}

.services__item__icon span {
  color: #9c7440;
  font-size: 40px;
  display: inline-block;
  line-height: 76px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.services__item__icon span:before {
  font-size: 70px;
}

.services__item__text {
  overflow: hidden;
}

.services__item__text h5 {
  font-size: 20px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 14px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.services__item__text p {
  margin-bottom: 0;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

/*---------------------
  Team
-----------------------*/

.team {
  padding-bottom: 70px;
}

.team__item {
  text-align: center;
  margin-bottom: 30px;
}

.team__item:hover img {
  border-color: #9c7440;
}

.team__item img {
  height: 320px;
  width: 320px !important;
  border-radius: 50%;
  border: 10px solid #ffffff;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.team__item h5 {
  font-size: 20px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 5px;
}

.team__item span {
  font-size: 15px;
  color: #9c7440;
  display: block;
  margin-bottom: 12px;
}

.team__item .team__item__social a {
  font-size: 15px;
  color: #666666;
  display: inline-block;
  margin-right: 20px;
}

.team__item .team__item__social a:last-child {
  margin-right: 0;
}

.twentytwenty-wrapper {
  height: 100%;
}

/*---------------------
  Gallery
-----------------------*/

.gallery {
  overflow: hidden;
}

.gallery__container {
  margin-right: -20px;
}

.gallery__container .gc__item {
  height: 338px;
  width: calc(25% - 20px);
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery__container .gc__item:hover:after {
  opacity: 1;
}

.gallery__container .gc__item:hover a {
  opacity: 1;
  visibility: visible;
}

.gallery__container .gc__item:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(19, 161, 183, 0.5);
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  opacity: 0;
}

.gallery__container .gc__item a {
  font-size: 30px;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.gallery__container .gc__item.gc__item__large {
  height: 696px;
}

.grid-sizer {
  width: calc(25% - 20px);
}

/*---------------------
  Latest
-----------------------*/

.latest {
  padding-top: 80px;
  padding-bottom: 70px;
}

.latest__btn {
  text-align: right;
}

.latest__item {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 30px;
}

.latest__item:hover {
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

.latest__item:hover h5 a {
  text-decoration: underline;
}

.latest__item h5 {
  margin-bottom: 10px;
}

.latest__item h5 a {
  color: #111111;
  font-weight: 600;
  line-height: 24px;
}

.latest__item ul li {
  list-style: none;
  display: inline-block;
  font-size: 13px;
  margin-right: 22px;
  color: #888888;
  position: relative;
  font-weight: 300;
}

.latest__item ul li:after {
  position: absolute;
  right: -16px;
  top: 12px;
  height: 5px;
  width: 5px;
  background: #888888;
  border-radius: 50%;
  content: "";
}

.latest__item ul li img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.latest__item ul li:last-child {
  margin-right: 0;
}

.latest__item ul li:last-child:after {
  display: none;
}

/*---------------------
  Footer
-----------------------*/

.footer {
  background: #121c1d;
  padding-top: 40px;
}

.footer__top {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__top p {
  color: #c4c4c4;
}

.footer__logo {
  line-height: 50px;
}

.footer__logo img {
  width: 200px;
  padding: 8px;
}

.footer__logo a {
  display: inline-block;
}

.footer__newslatter form {
  position: relative;
}

.footer__newslatter form input {
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #ffffff;
  background: transparent;
  border: 1px solid #9c7440;
  padding-left: 20px;
  border-radius: 50px;
}

.footer__newslatter form input::-webkit-input-placeholder {
  color: #ffffff;
}

.footer__newslatter form input::-moz-placeholder {
  color: #ffffff;
}

.footer__newslatter form input:-ms-input-placeholder {
  color: #ffffff;
}

.footer__newslatter form input::-ms-input-placeholder {
  color: #ffffff;
}

.footer__newslatter form input::placeholder {
  color: #ffffff;
}

.footer__newslatter form button {
  border-radius: 0 50px 50px 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.footer__social {
  text-align: left;
}

.footer__social a {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #9c7440;
  font-size: 18px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  margin-right: 6px;
}

.footer__social a:last-child {
  margin-right: 0;
}

.footer__widget {
  margin-bottom: 30px;
}

.footer__widget h5 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.footer__widget ul li {
  list-style: none;
  line-height: 30px;
}

.footer__widget ul li a {
  font-size: 14px;
  color: #c4c4c4;
  font-weight: 300;
}

.footer__address {
  margin-bottom: 30px;
}

.footer__address h5 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.footer__address ul li {
  list-style: none;
  font-size: 14px;
  color: #c4c4c4;
  font-weight: 300;
  margin-bottom: 38px;
}

.footer__address ul li:last-child {
  margin-bottom: 0;
}

.footer__address ul li i {
  font-size: 18px;
  color: #9c7440;
  margin-right: 15px;
}

.footer__map {
  height: 190px;
  margin-bottom: 30px;
}

.footer__map iframe {
  width: 100%;
}

.footer__copyright {
  background: #12191a;
  padding: 25px 0 20px;
  margin-top: 80px;
}

.footer__copyright ul {
  text-align: right;
}

.footer__copyright ul li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  color: #c4c4c4;
  margin-right: 25px;
  font-weight: 300;
  position: relative;
}

.footer__copyright ul li:after {
  position: absolute;
  right: -18px;
  top: 9px;
  height: 4px;
  width: 4px;
  background: #c4c4c4;
  content: "";
  border-radius: 50%;
}

.footer__copyright ul li:last-child {
  margin-right: 0;
}

.footer__copyright ul li:last-child:after {
  display: none;
}

.footer__copyright__text p {
  font-size: 14px;
  color: #c4c4c4;
  font-weight: 300;
  margin-bottom: 0;
}

.footer__copyright__text p i {
  color: #9c7440;
}

.footer__copyright__text p a {
  color: #9c7440;
}

@media (max-width: 576px) {
  .footer__copyright {
    margin-top: 65px;
  }
}
/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-option {
  padding-top: 70px;
  padding-bottom: 100px;
}

.breadcrumb__text h2 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.breadcrumb__links a {
  font-size: 14px;
  color: #ffffff;
  margin-right: 26px;
  display: inline-block;
  position: relative;
}

.breadcrumb__links a:after {
  position: absolute;
  right: -18px;
  top: 10px;
  height: 4px;
  width: 4px;
  background: #ffffff;
  content: "";
  border-radius: 50%;
}

.breadcrumb__links span {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
}

/*---------------------
  About
-----------------------*/

.about {
  padding-bottom: 0;
}

.about .container {
  padding-bottom: 50px;
  border-bottom: 1px solid #e1e1e1;
}

.about__video {
  height: 366px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about__video .play-btn {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #9c7440;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}

.about__text {
  padding-left: 20px;
}

.about__text .section-title {
  margin-bottom: 25px;
}

.about__text p {
  margin-bottom: 25px;
}

.about__text ul {
  margin-bottom: 25px;
}

.about__text ul li {
  list-style: none;
  font-size: 15px;
  color: #666666;
  line-height: 36px;
}

.about__text ul li i {
  color: #9c7440;
  font-size: 15px;
  margin-right: 6px;
}

@media (max-width: 576px) {
  .about__text {
    padding-top: 12px;
  }

  .about .container {
    padding-bottom: 20px;
  }
}

/*---------------------
  Testimonials
-----------------------*/

.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 300px;
  }
}

.icons {
  padding: 10px;
  border: 2px solid #9c7440;
  height: 90px;
  width: 90px;
  border-radius: 50%;
}

.borders {
  width: 32%;
  padding-top: 10px;
  border: 2px solid #9c7440;
  margin-bottom: 15px;
  border-radius: 10px;
}

@media (max-width: 576px) {
  .borders {
    width: 100%;
    border: 2px solid #9c7440;
  }
}

.testimonial-carousel .owl-item .testimonial-text {
  background: var(--light);
  transform: scale(0.8);
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  background: var(--primary);
  transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
  color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
  border-color: var(--primary) !important;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
  width: 300px;
  opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  color: var(--primary);
  font-size: 45px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}

/*---------------------
  Services
-----------------------*/

.services__title h4 {
  color: #111111;
  font-weight: 600;
  margin-bottom: 25px;
}

.services__title h4 img {
  margin-right: 5px;
}

.services__accordion {
  margin-bottom: 60px;
}

.services__accordion .accordion {
  border: 1px solid #eaf4f6;
  border-radius: 10px;
  padding-bottom: 15px;
}

.services__accordion .card {
  border: none;
}

.services__accordion .card:last-child .card-body {
  padding-bottom: 0;
  margin-bottom: 0;
}

.services__accordion .card:last-child .card-body ul {
  border-bottom: none;
  padding-bottom: 0;
}

.services__accordion .card-heading {
  padding: 10px 30px;
  margin-bottom: -6px;
  cursor: pointer;
  background: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.services__accordion .card-heading.active {
  background: #f2f7f8;
}

.services__accordion .card-heading.active a {
  color: #111111;
  display: block;
}

.services__accordion .card-heading a {
  color: #666666;
  font-size: 15px;
}

.services__accordion .card-body {
  padding: 0 30px;
  margin-bottom: 12px;
}

.services__accordion .card-body ul {
  border-bottom: 1px solid #e1e1e1;
  padding: 24px 0 18px;
}

.services__accordion .card-body ul li {
  list-style: none;
}

.services__accordion .card-body ul li a {
  font-size: 15px;
  color: #666666;
  line-height: 32px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.services__accordion .card-body ul li a:hover {
  color: #9c7440;
}

.services__accordion .card-heading a:after,
.services__accordion .card-heading > a.active[aria-expanded="false"]:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 15px;
  color: #111111;
  position: absolute;
  right: 28px;
  top: 11px;
}

.services__accordion .card-heading.active a:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 15px;
  color: #111111;
  position: absolute;
  right: 28px;
  top: 8px;
}

.services__accordion .card-heading a[aria-expanded="true"]:after,
.services__accordion .card-heading > a.active:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: 400;
  color: #111111;
  position: absolute;
  right: 28px;
  top: 11px;
}

.services__appoinment form input {
  font-size: 15px;
  color: #666666;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  margin-bottom: 20px;
}

.services__appoinment form input::-webkit-input-placeholder {
  color: #666666;
}

.services__appoinment form input::-moz-placeholder {
  color: #666666;
}

.services__appoinment form input:-ms-input-placeholder {
  color: #666666;
}

.services__appoinment form input::-ms-input-placeholder {
  color: #666666;
}

.services__appoinment form input::placeholder {
  color: #666666;
}

.services__appoinment form input:focus {
  border-color: #9d9d9d;
}

.services__appoinment form .datepicker__item {
  position: relative;
}

.services__appoinment form .datepicker__item i {
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 15px;
  color: #666666;
}

.services__appoinment form .nice-select {
  float: none;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.services__appoinment form .nice-select:after {
  border-bottom: 1.5px solid #666666;
  border-right: 1.5px solid #666666;
  height: 8px;
  right: 20px;
  top: 46%;
  width: 8px;
}

.services__appoinment form .nice-select span {
  font-size: 15px;
  color: #666666;
}

.services__appoinment form .nice-select.active,
.services__appoinment form .nice-select.open,
.services__appoinment form .nice-select:focus {
  border-color: #666666;
}

.services__appoinment form .nice-select .list {
  width: 100%;
  margin-top: 0;
  border-radius: 5px;
}

.services__appoinment form button {
  width: 100%;
}

.services__details {
  padding-left: 30px;
}

.services__details__title span {
  font-size: 15px;
  color: #9c7440;
}

.services__details__title h3 {
  color: #111111;
  font-weight: 600;
  margin-top: 5px;
}

.services__details__widget {
  text-align: right;
}

.services__details__widget .rating i {
  font-size: 13px;
  color: #e4c870;
}

.services__details__widget h3 {
  color: #9c7440;
  font-weight: 600;
  margin-top: 10px;
}

.services__details__pic {
  margin-top: 35px;
  margin-bottom: 35px;
}

.services__details__pic img {
  min-width: 100%;
}

.services__details__text {
  margin-bottom: 40px;
}

.services__details__text p {
  margin-bottom: 25px;
}

.services__details__text p:last-child {
  margin-bottom: 0;
}

.services__details__item__pic {
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-bottom: 15px;
}

.services__details__item__pic img {
  min-width: 100%;
}

.services__details__desc {
  margin-top: 12px;
}

.services__details__desc p:last-child {
  margin-bottom: 0;
}

.services__details__feature {
  margin-bottom: 25px;
}

.services__details__feature li {
  list-style: none;
  font-size: 15px;
  color: #666666;
  line-height: 36px;
}

.services__details__feature li i {
  color: #9c7440;
  font-size: 15px;
  margin-right: 6px;
}

/*---------------------
  Pricing
-----------------------*/

.pricing {
  padding-bottom: 60px;
}

.pricing__item {
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 61, 85, 0.1);
  box-shadow: 0px 5px 15px rgba(0, 61, 85, 0.1);
  padding: 0 0 50px;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  border-radius: 10px;
  margin-bottom: 40px;
}

.pricing__item:hover {
  -webkit-box-shadow: 0px 5px 35px rgba(0, 61, 85, 0.15);
  box-shadow: 0px 5px 35px rgba(0, 61, 85, 0.15);
  margin-top: -20px;
  padding-bottom: 70px;
}

.pricing__item:hover .pricing__item__title {
  background: #9c7440;
  padding-top: 62px;
}

.pricing__item:hover .pricing__item__title p {
  color: #ffffff;
}

.pricing__item:hover .pricing__item__title h3 {
  color: #ffffff;
}

.pricing__item:hover .pricing__item__title h3 span {
  color: #ffffff;
}

.pricing__item:hover .primary-btn {
  background: #9c7440;
  color: #ffffff;
}

.pricing__item ul {
  margin-bottom: 42px;
  margin-top: 50px;
}

.pricing__item ul li {
  list-style: none;
  margin-bottom: 25px;
}

.pricing__item ul li:last-child {
  margin-bottom: 0;
}

.pricing__item ul li h6 {
  font-size: 15px;
  color: #888888;
  margin-bottom: 5px;
}

.pricing__item ul li span {
  font-size: 15px;
  color: #111111;
  display: block;
}

.pricing__item .primary-btn {
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.pricing__item__title {
  background: #f2f7f8;
  padding: 42px 0;
  border-radius: 10px 10px 0 0;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.pricing__item__title p {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.pricing__item__title h3 {
  color: #9c7440;
  font-weight: 700;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.pricing__item__title h3 span {
  color: #111111;
  font-weight: 500;
  display: block;
  font-size: 15px;
  margin-top: 12px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

/* Bgimage starts here*/

.bg-image1 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)),
    url("../img/Cosmetology.jpg");
  background-position: center;
  background-size: cover;
}
.bg-image2 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)),
    url("../img/Cosmetology-lasers.jpg");
  background-position: center;
  background-size: cover;
}

.bg-transparency {
  background-color: #e1e1e1;
  border-radius: 25px;
}

.bg-transparency img {
  border-radius: 10px;
  margin-bottom: 10px;
}

.bg-transparency1 img {
  border-radius: 10px;
  margin-bottom: 10px;
}

.bg-transparency1 {
  background-color: #e1e1e1;
  border-radius: 25px;
}

.bg-transparency1:hover {
  background-color: #9c7440;
}

.bg-transparency:hover {
  background-color: #9c7440;
}
.bg-transparency:hover h3,
.bg-transparency:hover span,
.bg-transparency:hover p {
  color: #fff;
}

.bg-transparency1:hover h3,
.bg-transparency1:hover span,
.bg-transparency1:hover p {
  color: #fff;
}
.section-bg {
  font-weight: 500;
}
.section-bg:hover {
  background-color: #e7e7e7 !important;
}

@media (max-width: 576px) {
  .bg-transparency1 {
    background-color: #9c7440;
  }
  .bg-transparency1 h3,
  .bg-transparency1 span,
  .bg-transparency1 p {
    color: #fff;
  }

  .bg-transparency:hover {
    background-color: #e1e1e1;
  }

  .bg-transparency:hover h3,
  .bg-transparency:hover span,
  .bg-transparency:hover p {
    color: #000;
  }
  .consult-form-column {
    padding-top: 20px;
  }
}

/* Bgimage ends here */

/*---------------------
  Doctor
-----------------------*/

.doctor__item {
  padding-bottom: 35px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 65px;
}

.doctor__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.doctor__item__pic {
  text-align: center;
}

.doctor__item__pic img {
  height: 320px;
  width: 320px;
  border-radius: 50%;
  border: 10px solid #ffffff;
  -webkit-box-shadow: 0px 3px 10px rgba(48, 68, 78, 0.2);
  box-shadow: 0px 3px 10px rgba(48, 68, 78, 0.2);
}

.img-container {
  overflow: hidden !important;
  height: auto;
  width: 350px;
  border-radius: 15px;
}
.img-container img {
  transition: transform 0.3s ease-in-out;
}

.img-container:hover img {
  transform: scale(1.1);
}

@media (max-width: 576px) {
  .img-container {
    overflow: hidden !important;
    height: auto;
    width: 100%;
    border-radius: 15px;
  }
}

.doctor__item__pic:hover img {
  border-color: #9c7440;
}

.doctor__item__text {
  padding-top: 25px;
}

.nav-tabs .nav-link {
  background-color: #9c7440;
  color: white;
  margin-left: 8px;
  margin-bottom: 5px;
}
.doctor__item__text.doctor__item__text--left {
  text-align: right;
}

.doctor__item__text span {
  color: #9c7440;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

.doctor__item__text h2 {
  color: #111111;
  font-weight: 700;
  margin-bottom: 20px;
}

.doctor__item__text ul {
  margin-bottom: 30px;
}

.doctor__item__text ul li {
  list-style: none;
  font-size: 15px;
  color: #666666;
  line-height: 24px;
}

.doctor__item__text ul li i {
  color: #9c7440;
  font-size: 15px;
  margin-right: 6px;
}

.doctor__item__social a {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #f2f7f8;
  font-size: 18px;
  color: #111111;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  margin-right: 6px;
}

.doctor__item__social a:last-child {
  margin-right: 0;
}

/*---------------------
    Blog
-----------------------*/

.blog__item {
  margin-bottom: 40px;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 61, 85, 0.07);
  box-shadow: 0px 5px 15px rgba(0, 61, 85, 0.07);
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.blog__item:hover {
  -webkit-box-shadow: 0px 5px 35px rgba(0, 61, 85, 0.15);
  box-shadow: 0px 5px 35px rgba(0, 61, 85, 0.15);
}

.blog__item:hover .blog__item__text h5 a {
  text-decoration: underline;
}

.blog__item__pic img {
  min-width: 100%;
}

.blog__item__text {
  padding: 25px 30px 25px;
}

.blog__item__text h5 {
  margin-bottom: 18px;
}

.blog__item__text h5 a {
  color: #111111;
  font-weight: 600;
  line-height: 24px;
}

.blog__item__text ul li {
  list-style: none;
  display: inline-block;
  font-size: 13px;
  margin-right: 22px;
  color: #888888;
  position: relative;
  font-weight: 300;
}

.blog__item__text ul li:after {
  position: absolute;
  right: -16px;
  top: 12px;
  height: 5px;
  width: 5px;
  background: #888888;
  border-radius: 50%;
  content: "";
}

.blog__item__text ul li img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.blog__item__text ul li:last-child {
  margin-right: 0;
}

.blog__item__text ul li:last-child:after {
  display: none;
}

.load__more {
  margin-top: 10px;
}

.accordion-header {
  line-height: 20px;
}

.accordion-button:active {
  border: none;
}

.accordion-button:not(.collapsed) {
  background-color: #9c7440;
  color: white;
}

.accordion-button:focus {
  outline: none;
  box-shadow: none; /* Removes any additional focus shadow if there’s any */
}

/*---------------------
  Blog Details
-----------------------*/

.blog__details__hero {
  padding: 200px 0;
  margin-bottom: 60px;
}

.blog__hero__text h2 {
  color: #ffffff;
  font-weight: 600;
  line-height: 47px;
  margin-bottom: 20px;
}

.blog__hero__text ul li {
  list-style: none;
  display: inline-block;
  font-size: 13px;
  margin-right: 22px;
  color: #ffffff;
  position: relative;
  font-weight: 300;
}

.blog__hero__text ul li:after {
  position: absolute;
  right: -16px;
  top: 12px;
  height: 5px;
  width: 5px;
  background: #ffffff;
  border-radius: 50%;
  content: "";
}

.blog__hero__text ul li img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.blog__hero__text ul li:last-child {
  margin-right: 0;
}

.blog__hero__text ul li:last-child:after {
  display: none;
}

.blog__details__social {
  position: absolute;
  left: -64px;
}

.blog__details__social a {
  display: block;
  height: 40px;
  width: 40px;
  background: #f2f7f8;
  font-size: 16px;
  color: #111111;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 10px;
}

.blog__details__social a:last-child {
  margin-bottom: 0;
}

.blog__details__text {
  margin-bottom: 20px;
}

.blog__details__text__item {
  margin-bottom: 35px;
}

.blog__details__text__item:last-child {
  margin-bottom: 0;
}

.blog__details__text__item h5 {
  color: #111111;
  font-weight: 600;
  margin-bottom: 12px;
}

.blog__details__text__item p {
  color: #444444;
  margin-bottom: 0;
}

.blog__details__desc,
.blog__details__desc__more {
  margin-bottom: 50px;
}

.blog__details__desc p,
.blog__details__desc__more p {
  margin-bottom: 0;
  color: #444444;
}

.blog__details__pic {
  margin-bottom: 10px;
}

.blog__details__pic img {
  min-width: 100%;
  margin-bottom: 30px;
}

.blog__details__desc__more {
  margin-bottom: 30px;
}

.blog__details__tag {
  padding-top: 10px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px;
}

.blog__details__tag p {
  color: #111111;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 20px;
}

.blog__details__tag p i {
  color: #9c7440;
}

.blog__details__tag a {
  display: inline-block;
  font-size: 15px;
  color: #666666;
  background: #f2f7f8;
  border-radius: 5px;
  padding: 8px 15px;
  margin-right: 11px;
}

.blog__details__tag a:last-child {
  margin-right: 0;
}

.blog__details__btns {
  margin-bottom: 50px;
}

.blog__details__btn__item {
  display: block;
  overflow: hidden;
}

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

.blog__details__btn__item.blog__details__btn__prev .title i {
  margin-right: 0;
  margin-left: 5px;
}

.blog__details__btn__item.blog__details__btn__prev .blog__details__btn__pic {
  float: right;
  margin-right: 0;
  margin-left: 25px;
}

.blog__details__btn__item .title {
  font-size: 15px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 25px;
}

.blog__details__btn__item .title i {
  margin-right: 5px;
  font-size: 18px;
  font-weight: 600;
}

.blog__details__btn__pic {
  float: left;
  margin-right: 25px;
}

.blog__details__btn__text {
  overflow: hidden;
}

.blog__details__btn__text h6 {
  color: #111111;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 4px;
}

.blog__details__btn__text span {
  font-size: 13px;
  color: #878787;
}

.blog__details__related h3 {
  color: #111111;
  font-weight: 600;
  margin-bottom: 35px;
  text-align: center;
}

.blog__details__related .blog__item__text {
  padding: 25px 25px 20px;
}

.blog__details__related .blog__item__text h5 {
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 0;
}

.blog__details__related .blog__item__text span {
  font-size: 13px;
  color: #888888;
  font-weight: 300;
}

.blog__details__comment {
  padding-top: 10px;
}

.blog__details__comment h3 {
  color: #111111;
  font-weight: 600;
  margin-bottom: 35px;
  text-align: center;
}

.blog__details__comment form input {
  width: 100%;
  height: 50px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding-left: 20px;
  font-size: 15px;
  color: #666666;
  margin-bottom: 30px;
}

.blog__details__comment form input::-webkit-input-placeholder {
  color: #666666;
}

.blog__details__comment form input::-moz-placeholder {
  color: #666666;
}

.blog__details__comment form input:-ms-input-placeholder {
  color: #666666;
}

.blog__details__comment form input::-ms-input-placeholder {
  color: #666666;
}

.blog__details__comment form input::placeholder {
  color: #666666;
}

.blog__details__comment form textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding-left: 20px;
  font-size: 15px;
  color: #666666;
  padding-top: 12px;
  resize: none;
  margin-bottom: 24px;
}

.blog__details__comment form textarea::-webkit-input-placeholder {
  color: #666666;
}

.blog__details__comment form textarea::-moz-placeholder {
  color: #666666;
}

.blog__details__comment form textarea:-ms-input-placeholder {
  color: #666666;
}

.blog__details__comment form textarea::-ms-input-placeholder {
  color: #666666;
}

.blog__details__comment form textarea::placeholder {
  color: #666666;
}

.blog__details__comment form button {
  width: 100%;
}

/* Background Image Ends Here */

/*---------------------
  Contact
-----------------------*/

.contact__widget {
  margin-bottom: 30px;
}

.contact__widget__icon {
  height: 70px;
  width: 70px;
  background: #f2f7f8;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  color: #9c7440;
  float: left;
  margin-right: 30px;
}

.contact__widget__text {
  overflow: hidden;
  padding-top: 8px;
}

.contact__widget__text h5 {
  font-size: 20px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 5px;
}

.contact__widget__text p {
  font-weight: 300;
  margin-bottom: 0;
}

.contact__content {
  padding-top: 70px;
}

.contact__pic img {
  min-width: 100%;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 61, 85, 0.1);
  box-shadow: 0px 3px 15px rgba(0, 61, 85, 0.1);
}

.contact__form h3 {
  color: #111111;
  font-weight: 600;
  margin-bottom: 35px;
}

.contact__form form input,
.contact__form form select {
  width: 100%;
  height: 50px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding-left: 20px;
  font-size: 15px;
  color: #666666;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.contact__form form input::-webkit-input-placeholder {
  color: #666666;
}

.contact__form form input::-moz-placeholder {
  color: #666666;
}

.contact__form form input:-ms-input-placeholder {
  color: #666666;
}

.contact__form form input::-ms-input-placeholder {
  color: #666666;
}

.contact__form form input::placeholder {
  color: #666666;
}

.contact__form form input:focus {
  border-color: #9d9d9d;
}

.contact__form form select:focus {
  border-color: #9d9d9d;
}

.contact__form form textarea {
  width: 100%;
  height: 110px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding-left: 20px;
  font-size: 15px;
  color: #666666;
  padding-top: 12px;
  resize: none;
  margin-bottom: 14px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.contact__form form textarea::-webkit-input-placeholder {
  color: #666666;
}

.contact__form form textarea::-moz-placeholder {
  color: #666666;
}

.contact__form form textarea:-ms-input-placeholder {
  color: #666666;
}

.contact__form form textarea::-ms-input-placeholder {
  color: #666666;
}

.contact__form form textarea::placeholder {
  color: #666666;
}

.contact__form form textarea:focus {
  border-color: #9d9d9d;
}

.contact__form form button {
  width: 100%;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__menu {
    margin-right: 25px;
  }
  .header__menu ul li {
    margin-right: 25px;
  }
  .header__top__left li {
    margin-right: 10px;
  }
  .consultation__form {
    padding: 40px 25px;
  }
  .footer__newslatter form button {
    padding: 14px 15px 12px;
  }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .canvas__open {
    display: block;
    font-size: 22px;
    color: #222;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #323232;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 35px;
  }
  .offcanvas-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: "";
    z-index: 98;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    visibility: hidden;
  }
  .offcanvas-menu-overlay.active {
    visibility: visible;
  }
  .offcanvas-menu-wrapper {
    position: fixed;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #ffffff;
    padding: 30px 20px 30px 30px;
    display: block;
    z-index: 99;
    overflow-y: auto;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    opacity: 0;
  }
  .offcanvas-menu-wrapper.active {
    opacity: 1;
    left: 0;
  }
  .offcanvas__menu {
    display: none;
  }
  .slicknav_btn {
    display: none;
  }
  .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
  }
  .slicknav_nav ul {
    margin: 0;
  }
  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 7px 0;
    margin: 0;
    color: #111111;
    font-weight: 600;
  }
  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: transparent;
    color: #111111;
  }
  .slicknav_nav a:hover {
    border-radius: 0;
    background: transparent;
    color: #111111;
  }
  .slicknav_nav {
    display: block !important;
  }
  .slicknav_arrow i {
    font-size: 17px;
    position: relative;
    top: 2px;
  }
  .offcanvas__logo {
    margin-bottom: 25px;
  }
  .offcanvas__btn {
    margin-bottom: 30px;
  }
  .offcanvas__widget {
    margin-bottom: 30px;
  }
  .offcanvas__widget li {
    font-size: 15px;
    color: #111111;
    list-style: none;
    line-height: 30px;
  }
  .offcanvas__widget li i {
    color: #9c7440;
    font-size: 15px;
    margin-right: 5px;
  }
  .offcanvas__social a {
    font-size: 16px;
    color: #111111;
    display: inline-block;
    margin-right: 20px;
  }
  .offcanvas__social a:last-child {
    margin-right: 0;
  }
  .header__top {
    display: none;
  }
  .header__menu__option {
    display: none;
  }
  .header__right {
    display: none;
  }
  .header .container {
    position: relative;
  }
  .header__btn {
    display: none;
  }
  .consultation__text__item {
    margin-bottom: 40px;
  }
  .footer__logo {
    margin-bottom: 30px;
  }
  .footer__newslatter {
    margin-bottom: 30px;
  }
  .footer__social {
    text-align: left;
  }
  .footer__copyright__text p {
    margin-bottom: 10px;
    text-align: center;
  }
  .footer__copyright ul {
    text-align: center;
  }
  .services__item {
    padding: 35px 30px 35px 30px;
  }
  .testimonial__item .rating {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 15px;
  }
  .services__sidebar {
    padding-top: 50px;
  }
  .services__details {
    padding-left: 0;
  }
  .doctor__item__text {
    text-align: center;
    padding-top: 40px;
  }
  .doctor__item__text.doctor__item__text--left {
    text-align: center;
  }
  .blog__details__social {
    position: relative;
    left: 0;
    margin-bottom: 30px;
  }
  .blog__details__social a {
    display: inline-block;
    margin-right: 6px;
  }
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
  .canvas__open {
    display: block;
    font-size: 22px;
    color: #222;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #323232;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 35px;
  }
  .offcanvas-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: "";
    z-index: 98;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    visibility: hidden;
  }
  .offcanvas-menu-overlay.active {
    visibility: visible;
  }
  .offcanvas-menu-wrapper {
    position: fixed;
    left: -280px;
    width: 280px;
    height: 100%;
    background: #ffffff;
    padding: 30px 20px 30px 30px;
    display: block;
    z-index: 99;
    overflow-y: auto;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    opacity: 0;
  }
  .offcanvas-menu-wrapper.active {
    opacity: 1;
    left: 0;
  }
  .offcanvas__menu {
    display: none;
  }
  .slicknav_btn {
    display: none;
  }
  .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
  }
  .slicknav_nav ul {
    margin: 0;
  }
  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 7px 0;
    margin: 0;
    color: #111111;
    font-weight: 600;
  }
  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: transparent;
    color: #111111;
  }
  .slicknav_nav a:hover {
    border-radius: 0;
    background: transparent;
    color: #111111;
  }
  .slicknav_nav {
    display: block !important;
  }
  .slicknav_arrow i {
    font-size: 17px;
    position: relative;
    top: 2px;
  }
  .offcanvas__logo {
    margin-bottom: 25px;
  }

  .offcanvas__logo img {
    width: 125px;
  }
  .offcanvas__btn {
    margin-bottom: 30px;
  }
  .offcanvas__widget {
    margin-bottom: 30px;
  }
  .offcanvas__widget li {
    font-size: 15px;
    color: #111111;
    list-style: none;
    line-height: 30px;
  }
  .offcanvas__widget li i {
    color: #9c7440;
    font-size: 15px;
    margin-right: 5px;
  }
  .offcanvas__social a {
    font-size: 16px;
    color: #111111;
    display: inline-block;
    margin-right: 20px;
  }
  .offcanvas__social a:last-child {
    margin-right: 0;
  }
  .header__top {
    display: none;
  }
  .header__menu__option {
    display: none;
  }
  .header__right {
    display: none;
  }
  .header .container {
    position: relative;
  }
  .header__btn {
    display: none;
  }
  .consultation__text__item {
    margin-bottom: 40px;
  }
  .footer__logo {
    margin-bottom: 30px;
    text-align: center;
  }
  .footer__newslatter {
    margin-bottom: 30px;
  }
  .footer__social {
    text-align: left;
  }
  .footer__copyright__text p {
    margin-bottom: 10px;
    text-align: center;
  }
  .footer__copyright ul {
    text-align: center;
  }
  .about__video {
    margin-bottom: 40px;
  }
  .services__sidebar {
    padding-top: 50px;
  }
  .services__details {
    padding-left: 0;
  }
  .doctor__item__text {
    text-align: left;
    padding-top: 40px;
  }
  .doctor__item__text.doctor__item__text--left {
    text-align: center;
  }
  .services__btn {
    text-align: left;
    margin-bottom: 30px;
  }
  .latest__btn {
    text-align: left;
    margin-bottom: 30px;
  }
  .services__details__widget {
    text-align: left;
    margin-top: 20px;
  }
  .contact__pic {
    margin-bottom: 40px;
  }
  .team__item img {
    height: auto;
    width: auto;
  }
  .doctor__item__pic img {
    height: 320px;
    width: 320px;
  }
  .gallery__container .gc__item {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .grid-sizer {
    width: 100%;
  }
  .gallery__container {
    margin-right: 0;
  }
  .blog__details__social {
    position: relative;
    left: 0;
    margin-bottom: 30px;
  }
  .blog__details__social a {
    display: inline-block;
    margin-right: 6px;
  }

  .doctor__item {
    padding-bottom: 45px;
    margin-bottom: 05px;
  }
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
  .hero__text h2 {
    font-size: 34px;
    line-height: 46px;
  }
  .consultation__form .section-title h2 {
    font-size: 30px !important;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .consultation__form {
    padding: 40px 25px;
  }
  .services__item {
    padding: 45px 25px 45px;
  }
  .services__item__icon {
    float: none;
    margin-bottom: 25px;
  }
  .footer__newslatter form button {
    padding: 14px 15px 12px;
  }
  .testimonial__item .rating {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 15px;
  }
  .blog__details__tag a {
    margin-bottom: 10px;
  }
  .blog__details__btn__item.blog__details__btn__prev {
    margin-top: 35px;
  }
  .footer__newslatter form {
    text-align: center;
  }
  .footer__newslatter form input {
    margin-bottom: 15px;
    padding-right: 20px;
  }
  .footer__newslatter form button {
    position: relative;
    border-radius: 50px;
    padding: 14px 30px 12px;
  }

  .section-title h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 8px;
  }

  .consultation__text__item .section-title h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
  }
}

/*** Service Carousel ***/
.service-carousel .owl-item .service-item img {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover;
}

.service-carousel .owl-item .service-item,
.service-carousel .owl-item .service-item * {
  transition: 0.2s;
}

.service-carousel .owl-item.center .service-item {
  border: 3px solid #9c7440 !important;
}

.service-carousel .owl-item.center .service-item * {
  color: #000;
}

.service-carousel .owl-nav {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next {
  margin: 0 12px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 22px;
  color: white;
  background: #9c7440;
}

.service-carousel .owl-nav .owl-prev:hover,
.service-carousel .owl-nav .owl-next:hover {
  color: white;
  background: #9c7440;
}

.btn-blue {
  background-color: #017385;
  color: white;
}

.btn-blue:hover {
  background-color: #02a8c2;
  color: white;
}

.appointment-section {
  padding: 50px 0;
}
.appointment-left {
  background-color: #9c7440;
  color: white;
  padding: 30px;
}

.appointment-section .review {
  font-weight: bold;
}

.appointment-section .box-pad {
  width: 50%;
  border-radius: 20px;
  background-color: white;
  border: 2px solid var(--primary);
}

.appointment-right {
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 576px) {
  .appointment-section .box-pad {
    width: 100%;
  }
}

.request-callback {
  display: none;
}

/* Hide by default and show on mobile devices */
@media (max-width: 576px) {
  .request-callback {
    position: fixed;
    bottom: -1%;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    text-transform: uppercase;
  }

  .request-callback .btn {
    position: relative;
    overflow: hidden; /* Ensure the animation stays within the button */
    transition: background-color 0.3s;
    flex: 1; /* Each button takes up 50% of the width */
    display: block;
    text-align: center;
  }

  .request-callback .btn-primary {
    background-color: #9c7440;
  }

  .request-callback .btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    animation: wave-animation 2s infinite;
  }
}

.btn-right {
  position: fixed;
  top: 12%;
  right: -1%;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  display: none; /* Initially hidden */
  z-index: 999999;
}

.btn-right a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  margin: 8px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  transition: background-color 0.3s;
}

.btn-right .btn-primary {
  background-color: #9c7440;
}

/* Wave animation */
.btn-right a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  animation: wave-animation 2s infinite;
}

/* Media query for desktop devices */
@media (min-width: 769px) {
  .btn-right {
    display: none; /* Show on desktop devices */
  }
}

@keyframes wave-animation {
  0% {
    width: 0;
    height: 0;
    opacity: 0.5;
  }
  50% {
    width: 300%;
    height: 300%;
    opacity: 0;
  }
  100% {
    width: 0;
    height: 0;
    opacity: 0;
  }
}

.laser-hair-removal-readcum {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/hair-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.laser-hair-removal-readcum h2 {
  color: #fff;
}

.aging-removal-readcum {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../anti-images/anti-agening-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.aging-removal-readcum h2 {
  color: #fff;
}

.laser-tato-removal-readcum h2 {
  color: #fff;
}

.aout-hair-laser-removal {
  padding-top: 60px;
}

.how-work {
  padding-bottom: 50px;
}

.how-work ul {
  padding-left: 2rem;
}

.how-work h4 {
  padding-bottom: 10px;
}

.laser-hair-removal-readcum {
  min-height: 550px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
    url(../img/laser-hair-removal-banner.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.laser-veticol-removal-readcum {
  min-height: 550px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
    url(../img/vitigol_bg.jpeg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.laser-tato-removal-readcum {
  min-height: 650px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
    url(../img/laser-tatto-removal.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .laser-tato-removal-readcum {
    min-height: 580px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
      url(../img/laser-tatto-removal.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
  }
  .breadcrumb__links {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .breadcrumb__links span {
    font-size: 13px;
  }
}

.laser-hair-removal-readcum .col-12 {
  min-height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.aging-removal-readcum .col-12 {
  min-height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width:991px) {
  
  .aging-removal-readcum .col-12 h2 {
    font-size: large;
  }  
}


.laser-veticol-removal-readcum .col-12 {
  min-height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.laser-tato-removal-readcum .col-12 {
  min-height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.how-work li {
  font-size: 15px;
  color: #666666;
  font-weight: 400;
}

.hair-laser-reduction .col-box {
  border: 3px solid #9c7440;
  height: 100%;
  padding: 10px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.what-makes-sopano-best {
  padding: 50px 0px;
}

.what-makes-sopano-best .col-box {
  border: 3px solid #9c7440;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 10px;
}

.laser-hair-removal-contact {
  padding: 50px 0px;
  background: #9c7440;
}

.laser-hair-removal-contact h3 {
  color: #ffff;
}

.laser-hair-removal-contact button {
  background: #ffff;
  border-radius: 20px;
  padding: 10px 20px;
  border: none;
}

@media (max-width: 991px) {
  .hair-laser-reduction h4 {
    font-size: 16px;
  }
  .hair-laser-reduction p {
    font-size: 10px;
    line-height: normal;
  }
}

.laser-hair-removal-contact button a {
  color: #9c7440;
  text-decoration: none;
  font-family: "DM Sans", serif;
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
}

.precautions-for-hair-before-after {
  padding: 50px 0px;
}

.hair-transplant-jaipur-readcum {
  min-height: 650px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
    url(../img/hair-transplant-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hydra-facial-jaipur-readcum {
  min-height: 650px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
    url(../img/hydra-facial.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .hair-transplant-jaipur-readcum {
    min-height: 580px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
      url(../img/hair-transplant-bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
  }
  .hair-transplant-jaipur-readcum h2 {
    font-size: x-large;
  }
  .laser-veticol-removal-readcum h2{
    font-size: x-large;
    text-align: center;
    line-height: normal;
  }
  .hydra-facial-jaipur-readcum {
    min-height: 580px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
      url(../img/hydra-facial.jpg);
    background-position: right ;
	background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .hydra-facial-jaipur-readcum h2 {
    font-size: x-large;
  }
  .laser-tato-removal-readcum h2 {
    font-size: x-large;
  }
  .breadcrumb__links {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .breadcrumb__links span {
    font-size: 13px;
  }
}

.hair-transplant-jaipur-readcum .col-12 {
  min-height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hydra-facial-jaipur-readcum .col-12 {
  min-height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hair-transplant-process .col-box {
  border: 1px solid #9c7440;
  padding: 10px;
  border-radius: 30px;
}

.hair-transplant-process .icon-bg {
  background-color: #9c7440;
  width: fit-content;
  padding: 10px;
  border-radius: 100px;
}

.phone-icon {
  position: fixed;
  display: none;
  bottom: 110px;
  right: 40px;
  z-index: 1000;
  animation: pulse 2s infinite;
}
.phone-icon a {
  display: inline-block;
  background-color: #27ff00;
  border-radius: 50%;
  padding: 10px 12px;
  color: white;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.phone-icon i {
  font-size: 25px;
}

.overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999999;
}
.form-container2 {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  transform: translate(-50%, -50%);
  padding: 40px 10px;
  border-radius: 5px;
  display: none;
  z-index: 999999;
}

#formborder {
  border-top: 8px solid #ffde59;
  border-radius: 15px;
  padding: 30px 20px 30px 20px;
}

.bg-darks {
  background-color: #e6e2d7;
}

.form-container2 video {
  border: 10px double #c7952c;
  border-radius: 20px;
}
.form-container2 video:hover {
  cursor: pointer;
}

.form-container2 button:hover {
  background-color: white;
  color: black;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.popup_form2 label {
  color: white;
}

@media (max-width: 576px) {
  .form-container2 {
    width: 100%;
    padding: 60px 40px;
  }
  .logo-1 {
    display: none;
  }
}

.hydrafacial-before-after .col-box{
  border: 1px solid #9c7440;
  border-radius: 30px;
  padding: 20px;
  height: 100%;
}

/* Overlay background */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* Styling for popups */
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  z-index: 1000;
  text-align: center;
  border-radius: 10px;
  width: 750px;
}

@media (max-width:991px) {
  .popup{
    width: 400px;
  }
}

.popup img {
  max-width: 100%;
  height: 100%;
}

/* Close icon */
.close-icon {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 24px;
  font-weight: bolder;
  cursor: pointer;
  color: #000;
}

.close-icon:hover {
  color: #9c7440;
}

.precautions-for-hair-before-after .col-box{
  border: 1px solid #9c7440;
  padding: 20px;
  border-radius: 30px;
  height: 100%;
}

.cta-strap-content{
  background-color: #9c7440;
}

.cta-strap-content p{
  color: #fff;
}

.cta-strap-content button{
  background-color: #fff;
  padding: 10px;
  border-radius: 30px;
}

.cta-strap-content button a{
  color: #9c7440;
}

.best-advance-anti-ageing .col-box{
  border: 1px solid #9c7440;
  padding: 20px;
  height: 100%;
  border-radius: 30px;
}



/*===========================================================*/
    .popup-box{
        display: flex;
    }

  .form-box {
    background: #daced0;
    padding: 30px 25px;
    text-align: center;
    width: 500px;
  }

  .form-box h2 {
    margin: 0;
    font-size: 22px;
    color: #7a5120;
    font-weight: 900 !important;
  }

  .form-box p {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 900 !important;
  }

  .phone-input {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .country-code {
    background: #eee;
    padding: 10px 12px;
    font-size: 15px;
    border-right: 1px solid #ccc;
  }

  input[type="number"] {
    border: none;
    outline: none;
    padding: 10px;
    width: 100%;
    font-size: 16px;
  }

  .book-btn {
    color: white;
    border: none;
    padding: 12px 0;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    animation: blink-bg 1s infinite alternate;
  }

  @keyframes blink-bg {
    0% { background-color: #000; }
    50% { background-color: #7a5120; }
    100% { background-color: #000; }
  }

  .social-icons {
    margin-top: 20px;
  }

  .social-icons a {
    text-decoration: none;
    color: #555;
    font-size: 22px;
    margin: 0 10px;
    transition: color 0.3s;
  }

  .social-icons a:hover {
    color: #007BFF;
  }
  
  
    select {
    border: none;
    outline: none;
    background: #eee;
    padding: 10px;
    font-size: 15px;
    border-right: 1px solid #ccc;
  }

/* ===========================
   Responsive Design
   =========================== */
    @media (max-width: 768px) {
    
      .popup-box {
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }
    
      .form-box {
        width: 100%;
        padding: 20px;
        box-shadow: 0 3px 10px rgba(0,0,0,0.15);
      }
    
      .form-box h2 {
        font-size: 18px;
      }
    
      .form-box p {
        font-size: 13px;
        margin-bottom: 15px;
      }
    
      .phone-input {
        flex-direction: row;
      }
    
      select {
        font-size: 14px;
        padding: 8px;
        width: 30%;
      }
    
      input[type="number"] {
        font-size: 14px;
        padding: 8px;
      }
    
      .book-btn {
        font-size: 15px;
        padding: 10px 0;
      }
    
      .social-icons {
        margin-top: 15px;
      }
    
      .social-icons a {
        font-size: 20px;
        margin: 0 8px;
      }
    
      /* Optional: Adjust popup itself */
      .popup {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        display: flex;
        align-items: center;
        justify-content: center;
      }
    
      .close-icon {
        top: 10px;
        right: 15px;
        font-size: 26px;
      }
    }
    
    @media (max-width: 480px) {
      .form-box h2 {
        font-size: 16px;
      }
    
      .form-box p {
        font-size: 12px;
      }
    
      select {
        width: 35%;
      }
    
      input[type="number"] {
        font-size: 13px;
      }
    
      .book-btn {
        font-size: 14px;
      }
    }

