body,
html {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  color: #333333;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
a,
li {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: #d96b15;
}

a:hover,
a:focus {
  color: #b8560d;
  text-decoration: none;
}

* {
  border-radius: 0 !important;
}

.height30 {
  height: 30px;
}

.templatemo-top-bar {
  background-color: #eeeeee;
  border-bottom: 1px solid #dddddd;
  min-height: 40px;
}

.subheader {
  color: #e67e22;
  font-size: 16px;
  margin-top: 12px;
  padding-bottom: 12px;
}

.subheader img {
  margin-right: 8px;
}

.subheader a {
  color: inherit;
}

.templatemo-top-menu {
  background-color: #ffffff;
  border-bottom: 1px solid #ececec;
  min-height: 96px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 5000;
}

.navbar {
  margin-bottom: 0;
}

.navbar-default {
  background-color: #ffffff;
  border: none;
}

.navbar-header {
  min-height: 96px;
}

.templatemo-top-menu .navbar-toggle {
  border-color: #d8d8d8;
  margin-top: 30px;
}

.templatemo-top-menu .navbar-toggle .icon-bar {
  background-color: #e67e22;
}

.templatemo-top-menu .navbar-brand {
  color: #333333;
  display: inline-flex;
  flex-direction: column;
  line-height: 1.2;
  margin: 22px 0 0;
  padding: 0;
}

.brand-name {
  font-size: 34px;
  font-weight: bold;
}

.brand-tagline {
  color: #333333;
  font-size: 16px;
  letter-spacing: 0.03em;
  margin-top: 4px;
}

.navbar-nav {
  margin-top: 30px;
}

.nav > li > a {
  color: #333333;
  font-size: 14px;
  padding: 10px 18px;
}

.nav > li > a:hover,
.nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #ff7600;
  color: #ffffff;
}

#templatemo-carousel {
  background:
    linear-gradient(rgba(30, 24, 17, 0.52), rgba(30, 24, 17, 0.42)),
    url("../images/womans_lips_bg.png") no-repeat center center fixed;
  background-size: cover;
  min-height: 520px;
}

.hero-overlay {
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(255, 204, 153, 0.28), transparent 40%),
    linear-gradient(120deg, rgba(255, 118, 0, 0.18), rgba(0, 0, 0, 0));
  display: flex;
  min-height: 520px;
}

#templatemo-carousel .carousel-caption {
  left: auto;
  padding: 150px 0 110px;
  position: static;
  right: auto;
  text-align: center;
}

#templatemo-carousel .carousel-caption h1 {
  color: #ffffff;
  font-size: 64px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}

#templatemo-carousel .carousel-caption p {
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 30px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.hero-cta {
  min-width: 180px;
}

.templatemo-welcome {
  border-bottom: 1px solid #cccccc;
  min-height: 20px;
}

.templatemo-slogan {
  color: #333333;
  font-size: 42px;
  margin: 60px 0;
}

.templatemo-slogan .subtitle {
  font-size: 28px;
  margin-top: 12px;
}

.badge-image {
  margin-top: 24px;
}

.txt_darkgrey {
  color: #333333;
}

.txt_orange {
  color: #e67e22;
}

.txt_slogan {
  color: #929292;
  font-size: 16px;
}

.templatemo-service {
  margin: 90px 0;
}

.templatemo-service-item {
  font-size: 20px;
  margin-bottom: 24px;
}

.service-heading {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

.templatemo-service-item-header {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}

.templatemo-service-item p,
.templatemo-service-description,
.modality-card p,
.treatment-card p,
.faq-item p,
.contact-details p {
  font-size: 16px;
}

.templatemo-team {
  background:
    linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)),
    url("../images/background.png") repeat;
  color: #333333;
  min-height: 240px;
}

.templatemo-line-header {
  margin-bottom: 80px;
  margin-top: 100px;
}

.templatemo-line-header span {
  float: left;
  font-size: 18px;
  margin-top: 10px;
}

.team_hr {
  border: 1px solid #ffffff;
  float: left;
  width: 39.5%;
}

.team_hr_left {
  margin-left: 13px;
  margin-right: 28px;
}

.team_hr_right {
  margin-left: 28px;
}

.hr_gray {
  border: 1px solid #cccccc;
}

.modality-grid,
.treatment-grid {
  margin-top: 28px;
}

.modality-card,
.treatment-card,
.faq-item {
  background: #ffffff;
  border: 1px solid #ece2d6;
  box-shadow: 0 10px 24px rgba(62, 39, 18, 0.06);
  height: 100%;
  padding: 28px;
}

.modality-card h3,
.treatment-card h3,
.faq-item h3 {
  color: #d96b15;
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
}

.section-tail {
  margin-top: 28px;
}

#templatemo-treatmentareas {
  padding-bottom: 20px;
}

.treatment-intro {
  margin-bottom: 36px;
}

.treatment-card img {
  margin-bottom: 20px;
  width: 100%;
}

.questions-header {
  margin-top: 40px;
}

.faq-list {
  position: relative;
}

.faq-item + .faq-item {
  margin-top: 24px;
}

.faq-cta {
  margin-top: 32px;
  min-height: 110px;
}

.approval-badge {
  float: right;
  margin-left: 16px;
}

#templatemo-contact {
  border-top: 1px solid #cccccc;
  font-size: 14px;
  margin-top: 100px;
}

.head_contact {
  margin-bottom: 0;
  padding-bottom: 80px;
}

.templatemo-contact-map {
  border: 0;
  height: 378px;
  margin-bottom: 15px;
  width: 100%;
}

.location-note {
  font-size: 16px;
}

.contact_right img {
  margin-right: 6px;
}

.contact-details {
  padding-top: 8px;
}

.detail-indent {
  display: inline-block;
  padding-left: 27px;
}

.templatemo-tweets {
  background: linear-gradient(135deg, #7e8b95 0%, #98a4ad 100%);
  color: #ffffff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  margin-top: 100px;
  min-height: 200px;
}

.quote-row {
  margin-top: 20px;
  padding: 28px 0;
}

.quote-icon {
  text-align: center;
}

.tweet_txt {
  border-left: 2px solid #ffffff;
  min-height: 120px;
  padding-top: 20px;
}

.quote-copy {
  display: inline-block;
  font-size: 30px;
  line-height: 1.4;
  margin-top: 6px;
}

.templatemo-footer {
  border-top: 2px solid #cccccc;
  margin-top: 100px;
}

.footer_container {
  margin-bottom: 20px;
  margin-top: 60px;
}

.footer_bottom_content {
  color: #333333;
  font-size: 14px;
  margin: auto auto 30px;
}

.social-links {
  margin: 0;
  padding: 0;
}

.social-link {
  border: 2px solid #e67e22;
  color: #e67e22;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 10px 18px;
  text-transform: uppercase;
}

.social-link:hover,
.social-link:focus {
  background-color: #e67e22;
  color: #ffffff;
}

.btn-orange {
  background-color: #ff7600;
  border-bottom: 2px solid #d35400;
  color: #ffffff;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
  background-color: #d35400;
  color: #ffffff;
}

.link_orange:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-bottom: 9px;
    padding-top: 9px;
  }
}

@media (max-width: 991px) {
  .templatemo-top-menu {
    position: static;
  }

  .navbar-nav {
    margin-top: 10px;
  }

  .treatment-card,
  .modality-card {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .subheader {
    margin-top: 10px;
  }

  #phone,
  #email {
    float: none !important;
    margin-bottom: 8px;
  }

  .templatemo-top-menu .navbar-brand {
    margin-top: 18px;
  }

  .brand-name {
    font-size: 28px;
  }

  .brand-tagline {
    font-size: 15px;
  }

  #templatemo-carousel,
  .hero-overlay {
    min-height: 420px;
  }

  #templatemo-carousel {
    background:
      linear-gradient(rgba(30, 24, 17, 0.48), rgba(30, 24, 17, 0.38)),
      url("../images/womans_lips_bg_s.png") no-repeat center center;
    background-size: cover;
  }

  #templatemo-carousel .carousel-caption {
    padding: 110px 0 80px;
  }

  #templatemo-carousel .carousel-caption h1 {
    font-size: 42px;
  }

  #templatemo-carousel .carousel-caption p {
    font-size: 22px;
  }

  .templatemo-slogan {
    font-size: 32px;
  }

  .templatemo-slogan .subtitle {
    font-size: 22px;
  }

  .templatemo-line-header span {
    float: none;
    display: inline-block;
    margin-top: 0;
  }

  .team_hr {
    display: none;
  }

  .approval-badge {
    display: block;
    float: none;
    margin: 20px 0 0;
  }

  .tweet_txt {
    border-left: none;
    text-align: center;
  }

  .quote-copy {
    font-size: 24px;
  }
}

@media (max-width: 380px) {
  .brand-name {
    font-size: 24px;
  }

  .brand-tagline {
    font-size: 14px;
  }

  .templatemo-service-item-header {
    font-size: 18px;
  }
}
