* {
  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;
}

#social-review h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #e07117;
  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: #e07117;
  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: 9px 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: 65px;
}

header .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
}

header .navbar-nav .nav-item .nav-link:hover {
  color: #e07117;
}

header .navbar-nav .nav-item .nav {
  background-color: #e07117;
  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: #e07117;
}

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: #e07117;
  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 #e07117;
}

header span {
  color: #e07117 !important;
}

header .offcanvas-title {
  font-size: 25px !important;
  font-weight: 600 !important;
  color: #e07117;
  font-weight: 500;
}

/* header */

/* banner */
.top-banner h1 {
  margin-top: 20px;
  text-align: center;
  font-size: 34px;
  line-height: 60px;
  font-weight: bold;
  color: #e07117;
}
.top-banner h3 {
  margin-top: 0px;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  font-weight: bold;
  color: #000;
}
#banner .form-lab {
  margin-top: 20px;
}

#banner .send {
  padding: 9px;
  width: 95px;
  display: inline-block;
  background-color: #e07117;
  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 #e0711763;
}



/* 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.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

#evaa .evaainr h3 {
  font-size: 48px;
  color: #e07117;
}

#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(224 113 23 / 83%), rgb(224 113 23 / 68%)), 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: #e07117;
  font-size: 33px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px 0px 1px #000000;
}

.liposucion h3 {
  text-align: center;
  font-size: 33px;
  color: #e07117;
  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: #e07117;
  color: #fff;
  font-size: 14px;
  border-color: #e07117;
  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: #e07117;
  font-weight: 600;
}

#braast h2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #e07117;
  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: #e07117;
  color: #fff;
  font-size: 14px;
  border-color: #e07117;
  width: 177px;
  padding: 5px;
  margin-bottom: 13px;
}


/* gynecom */

#gynecom {
  padding: 20px 0px;
}

#gynecom h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #e07117;
  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: #e07117;
  color: #fff;
  font-size: 14px;
  border-color: #e07117;
  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: #e07117;
  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: #e07117;
  color: #fff;
  font-size: 14px;
  border-color: #e07117;
  width: 177px;
  padding: 5px;
  margin-bottom: 13px;
}

#laser .col-md-3 {
  text-align: center;
}


/* footer */
#form {
  padding: 0px 0px;
}

#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;
}
#form .footerboo ul {display: flex;justify-content: center;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: 50%;
  right: 15px;
  z-index: 102;
  -webkit-animation: rotation 5s infinite linear;
  animation-duration: 4s;

}


.contact {padding: 30px 0px; text-align: center;background: #ffead9;margin-bottom: 40px;}
.contact h4 {margin: 20px 0px 40px;}

@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: #e07117;
  color: #fff;
  border-radius: 40px;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 15px;
}











#banner .col-md-4 { display: flex; flex-direction: column; justify-content: center; }


.site-footer  {background:#1f252b;color:#fff;padding:60px 0 40px;font-family:'Poppins',sans-serif}
.site-footer .container{max-width:1200px;margin:auto;padding:0 15px}
.site-footer .footer-title{text-align:center;font-size:32px;font-weight:600;margin-bottom:40px}
.site-footer .footer-row{display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap}
.site-footer .footer-col{flex:1;min-width:260px}
.site-footer .footer-col p{font-size:15px;line-height:1.7;margin:0}
.site-footer .footer-col i{margin-right:10px;color:#fff}
.site-footer .footer-col.center{text-align:center}
.site-footer .footer-col.right{text-align:right}
.site-footer .social-icons{margin-top:15px; text-align: center;}
.site-footer .social-icons a{margin-left:8px;}
 @media (max-width:768px){ .site-footer .footer-col,.footer-col.center,.footer-col.right{text-align:center} .site-footer .social-icons a{margin:5px}}





.youtube-section{padding:80px 0;background:#f8f9fa;text-align:center}

.youtube-section .container{max-width:1100px;margin:auto;padding:0 15px}

.section-title{font-size:36px;font-weight:600;margin-bottom:10px}

.section-subtitle{font-size:16px;color:#666;margin-bottom:40px}

.video-wrapper{ margin: 20px 0; position:relative;padding-top:56.25%;border-radius:16px;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,.15)}

.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}

    .popup-box{
        display: flex;
    }

  .form-box {
    background: #fdf0f8;
    padding: 30px 25px;
    text-align: center;
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .form-box p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .form-box h2 {
    margin: 0;
    font-size: 18px;
    color: #49256d;
    font-weight: 900 !important;
    margin-bottom: 20px;
    line-height: 30px;
  }


  .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: #49256d; }
    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;
      }
    }



/* 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;
}

.popup img { width:500px;}
@media (max-width:991px) {
  .popup{
    width: 330px;
  }
}

.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;
}