* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
  text-decoration: none;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  margin: 0px;
}


body {
  font-family: 'Playfair Display', serif;
}
.contact {padding: 30px 0px; text-align: center;background: #ffead9;margin-bottom: 40px;}
.contact h4 {margin: 20px 0px 40px;}

#social-review h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #a17b5e;
  font-size: 33px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px 0px 1px;
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item>div {
    display: none;
  }

  .carousel-inner .carousel-item>div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

#social-review {
  padding: 40px 0px;
  text-align: center;
}

.google-rate {
  display: block;
  width: 100px;
  margin: auto;
  margin-bottom: 5px;
}

#social-review .fa-star {
  color: #a17b5e;
  font-size: 35px;
}

#social-review h4 {
  font-size: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
}

#social-review .testi-slider .fa-star {
  font-size: 12px;
}

.testi-slider .ti-inner {
  padding: 15px;
  box-shadow: 1px 1px 7px 0 rgb(0 0 0 / 15%), 0 0 2px 0 rgb(0 0 0 / 5%);
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  background-color: #fff !important;
  backdrop-filter: blur(0px);
}

.testi-slider .carousel-control-next,
.carousel-control-prev {
  width: 10%;
  width: 20px;
  height: 20px;
  top: 45%;
  border-radius: 50%;
  padding: 3px;
  background-color: #36252559 !important;
}

.testi-slider .ti-review-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}

.testi-slider .ti-profile-img {
  margin: 0 15px 0 0 !important;
}

.testi-slider .ti-profile-img img {
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  display: block;
  border-radius: 30px;
  min-width: initial !important;
  max-width: initial !important;
  object-fit: cover;
  object-position: top;
}

.testi-slider .ti-profile-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testi-slider .ti-inner>.ti-stars {
  margin-bottom: 6px;
  margin-top: 15px;
  text-align: left;
}
.testi-slider .ti-stars {
  margin-top: 3px;
  white-space: nowrap;
  display: block;
}
.testi-slider .ti-review-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 20.3px;
  height: 120px;
  font-size: 14px;
  text-align: left;
  transition: height .5s;
  font-style: normal;
  overflow-y: scroll;
  padding-right: 0;
}
::-webkit-scrollbar {
	width: 5px;
  }  

.testi-slider .ti-read-more {
  display: block;
  padding: 5px 0 0;
  text-align: left;
  color: #f6bb06;
  font-size: 12px;
}

.testialign {
  align-items: center;
}

.carousel {
  padding: 0px;
}


/* header */
header {
  padding: 0px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.07);
  position: sticky;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
}

header .navbar .logo img {
  width: 90px;
}

header .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
}

header .navbar-nav .nav-item .nav-link:hover {
  color: #a17b5e;
}

header .navbar-nav .nav-item .nav {
  background-color: #a17b5e;
  color: white;
  padding: 8px 11px 8px 11px;
  margin-top: 0px;
  margin-right: 9px;
  font-weight: 300;
  border-radius: 3px;
  line-height: 20px;
  transition: .5s;
}

header .navbar-nav .nav-item.book-app .nav {
  background-color: #000;
}

header .navbar-nav .nav-item.book-app .nav:hover {
  background-color: #a17b5e;
}

header .navbar-nav .nav-item .nav i {
  margin-right: 6px;
}

header .navbar-nav .nav-item .nav:hover {
  background-color: #000000;
}



header .navbar-nav .nav-item .nav-link::after {
  background-color: #a17b5e;
  height: 2px;
  width: 0px;
  content: '';
  display: block;
  top: calc(100% + 3);
  transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

header .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
}

header .dropdown-toggle::after {
  border: 0px;
}

header .navbar-toggler {
  border: 2px solid #a17b5e;
}

header span {
  color: #a17b5e !important;
}

header .offcanvas-title {
  font-size: 25px !important;
  font-weight: 600 !important;
  color: #a17b5e;
  font-weight: 500;
}

/* header */

/* banner */
.top-banner h1 {
  margin-top: 20px;
  text-align: center;
  font-size: 34px;
  line-height: 60px;
  font-weight: bold;
  color: #a17b5e;
}
.top-banner h3 {
  margin-top:0px;
  text-align:center;
  font-size:30px;
  line-height:42px;
  font-weight:bold;
  color: #000;
}
#banner .form-lab {
  margin-top: 20px;
}

#banner .send {
  padding: 9px;
  width: 95px;
  display: inline-block;
  background-color: #a17b5e;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  transition: .5s;
}

#banner .send:hover {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.27);
}

#banner .imgsc {
  overflow: hidden;
  padding: 18px 0px;
}

.form-area {
  background-image: radial-gradient(circle, #fffaf7, #fff6ef, #ffffff, #ffefe5, #ffffff);
  padding: 10px;
  border: 1px solid #a17b5e63;
}



/* evaa */

#evaa .row {
  flex-direction: row-reverse;
}

#evaa {
  padding: 100px 0px 50px;
}

#evaa h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #000000;
  font-size: 33px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px 0px 1px #000000;
}

#evaa .evaainr .imgsc img {
  transition: .5s;
}

#evaa .evaainr .imgsc {
  overflow: hidden;
}

#evaa .evaainr .imgsc:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

#evaa .evaainr h3 {
  font-size: 48px;
  color: #a17b5e;
}

#evaa .evaainr h3 span {
  color: rgb(29, 29, 29);
}

#evaa .evaainr p {
  font-size: 16px;
  text-align: justify;
  font-size: 400;
  color: rgb(170, 169, 169);
  margin-bottom: 30px;
}

/* evaa end*/



.treatment-title {
  background: linear-gradient(rgb(0 0 0 / 85%), rgb(0 0 0 / 44%)), url(../images/treatment-title.jpg); padding: 100px 0px; background-size: 100%; background-position: center;}

.treatment-title h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

/*liposucion  */


.liposucion {
  padding: 0px 0px;
}

.liposucion h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #a17b5e;
  font-size: 33px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px 0px 1px #000000;
}

.liposucion h3 {
  text-align: center;
  font-size: 33px;
  color: #a17b5e;
  font-weight: 600;
  padding: 30px 0px;
}

.liposucion .liposucioninr {
  margin-top: 5px;
  padding: 2px;
  width: auto;
  text-align: center;
  height: 100%;
}

.liposucion .liposucioninr .imgsc {
  overflow: hidden;
}

.liposucion .liposucioninr .imgsc:hover img {
  -moz-transform: scale(0.99);
  -webkit-transform: scale(0.99);
  -o-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
}

.liposucion .liposucioninr .imgsc img {
  border-radius: 0%;
  transition: .5s;
}

.liposucion .liposucioninr .content h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  margin-top: 12px;
  color: #fff;
}

.liposucion .liposucioninr .content .callbak {
  text-align: center;
  display: inline-block;
  background-color: #a17b5e;
  color: #fff;
  font-size: 14px;
  border-color: #a17b5e;
  width: 177px;
  padding: 5px;
  margin-bottom: 13px;
}

.liposucion .content {
  margin-top: 20px;
}

.liposucion iframe {
  height: 100%;
}

.liposucion .liposucioninr .imgsc {
  height: 83%;
}

.modal .modal-dialog .modal-content .modal-body form button {
  padding: 8px 20px;
  background-color: #000000;
  color: #fff;
  border-radius: 25px;
}



/* braast */

#braast {
  padding: 30px 0px;
}

#braast .content {
  margin-top: 20px;
}

#braast .braastinr .imgsc {
  height: 83%;
}

#braast iframe {
  height: 100%;
}

#braast h3 {
  text-align: left;
  font-size: 33px;
  color: #a17b5e;
  font-weight: 600;
}

#braast h2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #a17b5e;
  font-size: 33px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px 0px 1px #000000;
}

#braast .braastinr .imgsc img {
  transition: .5s;
  border-radius: 8px;
}

#braast .braastinr .imgsc {
  overflow: hidden;
}

#braast .braastinr .imgsc:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

#braast .braastinr {
  margin-top: 5px;
  padding: 2px;
  width: auto;
  text-align: center;
  height: 100%;
}

#braast .braastinr .content h3 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 30px;
  color: #464343;
}

#braast .braastinr .content .callbak {
  text-align: center;
  display: inline-block;
  background-color: #a17b5e;
  color: #fff;
  font-size: 14px;
  border-color: #a17b5e;
  width: 177px;
  padding: 5px;
  margin-bottom: 13px;
}


/* gynecom */

#gynecom {
  padding: 20px 0px;
}

#gynecom h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #a17b5e;
  font-size: 33px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px 0px 1px;
}

#gynecom .imgsc {
  overflow: hidden;
}

#gynecom .imgsc {
  position: relative;
}

#gynecom .imgsc .callbak {
  position: absolute;
  bottom: 0px;
  left: 180px;
}

#gynecom .imgsc .callbak {
  text-align: center;
  display: inline-block;
  background-color: #a17b5e;
  color: #fff;
  font-size: 14px;
  border-color: #a17b5e;
  width: 177px;
  padding: 5px;
}

#gynecom .imgsc:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

#gynecom .imgsc img {
  transition: .5s;
}

#gynecom ul li {
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 24px;
}

/*laser  */

#laser {
  padding: 20px 0px;
}

#laser h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #a17b5e;
  font-size: 33px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px 0px 1px;
}

#laser .imgsc {
  overflow: hidden;
}

#laser .imgsc:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

#laser .imgsc img {
  transition: .5s;
  border-radius: 3px;
}

#laser h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 30px;
  color: #464343;
}

#laser .callbak {
  text-align: center;
  display: inline-block;
  background-color: #a17b5e;
  color: #fff;
  font-size: 14px;
  border-color: #a17b5e;
  width: 177px;
  padding: 5px;
  margin-bottom: 13px;
}

#laser .col-md-3 {
  text-align: center;
}


/* footer */
#form {
  padding: 0px 0px;
}
#form .callbak {
  margin-top: 20px;
  text-align: center;
  display: inline-block;
  background-color: #a17b5e;
  color: #fff;
  font-size: 14px;
  border-color: #a17b5e;
  width: 177px;
  padding: 5px;
  margin-bottom: 13px;
}
#form .form-label {
  margin-bottom: 7px;
}

#form .form-control {
  border-radius: 0px;
}

#form .send {
  padding: 9px;
  width: 108px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  transition: .5s;
}

#form .seand:hover {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.27);
}

#form iframe {
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
}

#form .footerboo {
  background-color: #813a00;
  padding: 15px 93px;
  margin-top: 30px;
}
#form .footerboo ul {display: flex;justify-content: space-between;align-items: center;}
#form .footerboo ul li img {
  width: 255px;
}

#form .footerboo ul li {
  color: white;
}

#form .footerboo ul li a {
  color: white;
  font-size: 18px;
}

#form .footerboo ul li a i {
  margin-right: 10px;
  margin-left: 10px;
}

/*  */
.quickcontact {
  width: 66px;
  position: fixed;
  top: 88%;
  left: 15px;
  z-index: 102;
  -webkit-animation: rotation 5s infinite linear;
  animation-duration: 4s;

}


@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


/* nwe pag */
#thank {
  margin-top: 40px;
  margin-bottom: 40px;
}

#thank .content {
  text-align: center;
  background-color: #2e1904;
  margin: auto;
  width: 100%;
  padding: 60px;
}

#thank .content h2 {
  color: #fff;
}

#thank .content p {
  color: #fff;
  line-height: 30px;
  margin: auto;
  color: #fff;
  width: 200px;
}

#thank .content .call a {
  padding: 7px;
  width: 166px;
  background-color: #a17b5e;
  color: #fff;
  border-radius: 40px;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 15px;
}