:root {
  --theme-body-text: #5e616c;
  --theme-primary-color: #283779;
}

.logo.logo-text,
.logo.logo-text > span {
  font-size: 2rem;
  font-weight: 600;
}

.header-right .top-menu.social-links li + li {
  margin-left: 1rem;
}

.swal2-container.swal2-center .swal2-icon span {
	font-size: inherit;
}

/** Main Banner **/
.main-banner .bg-section-6 {
  background-image: url(../images/hero-bg9.jpg);
  background-position: 50% top;
}
.main-banner .bg-section-7 {
  background-image: url(../images/hero-bg6.jpg);
  background-position: 50% top;
}

.main-banner .intro-slide {
    max-width: 100vw;
    overflow-x: hidden;
    font-size: 1rem;
    /*padding: 30.6rem 0 21.5rem 0;*/
    padding: 20rem 0 15rem 0;
}
.main-banner .intro-slide.banner .banner-content .banner-title {
    font-size: 7.5rem;
    line-height: 9rem;
}

.widget.widget-schedule {
  padding: 4rem 2rem;
}

.widget.widget-schedule .widget-title {
  color: var(--theme-primary-color);
}

.widget.widget-schedule .widget-hours {
  color: var(--theme-body-text);
}

.widget.widget-schedule .widget-hours:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}

/*About Banner*/
.banner-aside figure .img-aside {
  max-width: 600px;
}

.counter-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.card.card-membership.card-counter .card-content {
  padding: 3rem 2rem 3rem;
  border: 0px;
}
.card.card-membership.card-counter figure {
  color: #fff;
  margin: 0 auto 1rem;
  width: 7rem;
  height: 7rem;
  font-size: 4rem;
}
.card.card-membership.card-counter .price-box {
  margin-bottom: 0;
}
.card-membership.member-type-1.card-counter .member-price {
  color: var(--theme-primary-color);
  font-size: 3rem;
}
.card-membership.member-type-1.card-counter.card-address .member-price {
  font-size: 1.8rem;
}

.type-section.theme-department-list-section .container {
  padding-top: 0;
  padding-bottom: 0;
}

.treatment-card figure svg {
  height: 6rem;
  width: auto;
  aspect-ratio: 1;
}
.card.treatment-card.hover-icon:hover figure svg {
  fill: #fff;
  stroke: #fff;
}

.treatment-card .card-heading,
.treatment-card .card-content {
  padding: 3rem 2rem;
}
.treatment-card .card-content {
  min-height: 300px;
}

.post-box.blog-card .box-content {
  padding: 3rem;
}

/** Gallery **/
.type-section.theme-gallery-section .container {
  padding-top: 0;
}

.card-gallery .card-content {
  padding: 1rem;
  border-radius: 0.5rem;
  transition: 0.25s ease;
  overflow: hidden;
}
.card-gallery .card-content img {
  height: 100%;
  object-fit: contain;
  transition: 0.2s ease;
}
.card-gallery .card-content:hover {
  border-color: #ff594d;
}
.card-gallery .card-content:hover img {
  transform: scale(1.1);
}

.theme-gallery-section .card-gallery {
  margin-bottom: 2rem;
}
.theme-gallery-section .card-gallery .card-content {
  height: 220px;
}

/** List style **/
.list-content-wrap ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.list-content-wrap ul li {
  padding-left: 0rem;
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
}
.list-content-wrap ul li i {
  color: #ff594d;
  margin-right: 1.5rem;
  transition: 0.2s ease;
}
.list-content-wrap ul li:hover i {
  color: var(--theme-primary-color);
  transform: scale(1.1);
}

/** Certification **/
.certification-section {
  padding-top: 5rem;
}
.certification-section .card-gallery {
  border-radius: 4px;
  border: 2px solid #b2dded;
}
.certification-section .card-gallery .card-content {
  height: 220px;
  border: 0px;
}
.certification-section .card-gallery .card-footer {
  border-top-color: #f4f4f4;
  text-align: center;
}
.certification-section .card-gallery .card-footer p {
  margin-bottom: 0;
  font-size: inherit;
}

@media screen and (max-width: 991px) {
  .certification-section .card-gallery {
    margin-bottom: 2rem;
  }
}

/** Inner Page banner **/
.page-header.inner-header {
  padding: 12rem 0 3rem 0;
}

.blog-content ul {
  list-style: disc !important;
}

/** Book an Appointment **/
.appointment-section.bg-section-15 {
  background-image: url(../images/hero-bg19.jpg);
  background-position: 50% top;
}
.appointment-section .book-form-6 {
  max-width: 100%;
}

.theme-modal .book-form.book-form-6 {
  padding: 1rem;
  max-width: 100%;
}

/*** Footer **/
.theme-footer .info-box .info-title {
  margin-bottom: 0;
}
.theme-footer .info-box .info-subtitle {
  font-size: 1.6rem;
  color: #fff;
}
.theme-footer .social-links {
  margin-top: 2rem;
}
.theme-footer .social-links a {
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
}
.theme-footer .social-links a span {
  font-size: 1.6rem;
  margin-left: 0.9rem;
}
.theme-footer .social-links a + a {
  margin-left: 0;
}

.theme-footer .contact-info .contact-info-list {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.theme-footer .contact-info .contact-info-list span {
  font-size: inherit;
  font-weight: 600;
}
.theme-footer .footer-bottom {
  padding: 3rem 0 3rem;
  font-size: 1.4rem;
}

.theme-footer .info-box .info-list .info-link {
  font-size: 1.6rem;
}

/** Contact Page **/
.contact-detail-section .icon-box.icon-box-simple .box-title {
  font-size: 2.2rem;
}
.contact-map-section {
  padding-bottom: 10rem !important;
}
.map-container {
  overflow: hidden;
  height: 680px;
  background-color: #f4f4f4;
  border-radius: 1rem;
}
.map-container iframe {
  width: 100%;
  height: 100%;
}

/* Line clamp ( Multiple line text ellipsis ) */
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border: 1px solid transparent;
  padding: 0px;
}
.line-clamp1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border: 1px solid transparent;
  padding: 0px;
}
.line-clamp4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border: 1px solid transparent;
  padding: 0px;
}

/** Social links **/
.social-links a .icon {
  width: 24px;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-links a img {
  /*  width: 22px;*/
  width: 100%;
  object-fit: contain;
}

/** Modal **/
.theme-modal .modal-content {
  border-radius: 2.5rem;
  border: 0px;
}
.theme-modal .modal-header,
.theme-modal .modal-body {
  padding: 1.5rem 2rem;
}

.theme-modal button.close span {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: normal;
}

@media screen and (max-width: 991px) {
  .counter-section .row .card.card-counter {
    margin-bottom: 2rem;
  }
  .appointment-section.bg-section-15 {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .main-banner .intro-slide.banner .banner-content .banner-title {
    font-size: 6.2rem;
    line-height: 7rem;
  }
}

@media (max-width: 479px) {
  /* .container,
  .container-fluid {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  } */
  .main-banner .intro-slide {
    padding-top: 15rem !important;
    padding-bottom: 10rem;
  }
  .main-banner .intro-slide.banner .banner-content .banner-title {
    font-size: 4.5rem;
    line-height: 5rem;
  }
  .widget.widget-schedule .widget-hours {
    flex-direction: column;
  }
  .appointment-section .book-form-6 {
    padding: 4rem 1.5rem;
  }

  .header-top .container-fluid {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
