/*--------------------------------------
	sitemap
--------------------------------------*/
.sitemap > ul {
  margin: 0 auto 100px;
  background: none;
  list-style: none;
}

.sitemap > ul > li {
  position: relative;
  border-bottom: 1px dashed #ccc;
  margin: 0;
  line-height: 1.4;
}

.sitemap > ul > li:first-child {
  border-top: 1px dashed #ccc;
}

.sitemap > ul > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 25px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4b8f46;
}

.sitemap > ul > li a {
  position: relative;
  display: block;
  padding: 19px 40px 15px 20px;
  background: none;
  color: inherit;
}

.sitemap > ul > li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  margin-top: -5px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sitemap > ul > li a:hover {
  color: #4b8f46;
}

ol {
  list-style: none;
}

/*--------------------------------------
    elementor
--------------------------------------*/
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

.elementor-column.elementor-col-50,
.elementor-column[data-col='50'] {
  width: unset !important;
  max-width: 100%;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1024px !important;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

.button a {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #222;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color) !important;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.button a {
  transition: all 0.15s ease;
}

.page-title h2.elementor-heading-title {
  color: #4b8f46;
  font-weight: bold;
  text-align: center;
  font-size: 35px;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .page-title h2.elementor-heading-title {
    font-size: 28px;
  }
}

.title-black-30 .elementor-heading-title {
  color: #222;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.63;
}
.title-black-30 .elementor-heading-title span {
  color: #4b8f46;
}
.title-black-30 .elementor-heading-title span.border-bottom-dashed:after {
  bottom: -5px;
}
@media (max-width: 767.98px) {
  .title-black-30 .elementor-heading-title {
    font-size: 18px;
    line-height: 1.667;
  }
}

.title-black-32 .elementor-heading-title {
  color: #222;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.63;
}
@media (max-width: 767.98px) {
  .title-black-32 .elementor-heading-title {
    font-size: 22px;
  }
}

.title-border-left-green {
  margin-bottom: 22px;
}
.title-border-left-green .elementor-heading-title {
  color: #333;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}

.row1 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  width: auto !important;
}

.row1 .elementor-container > * {
  flex-shrink: 0;
  width: 100% !important;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.elementor-container > .col-6 {
  flex: 0 0 auto;
  width: 50% !important;
}

@media (min-width: 768px) {
  .elementor-container > .col-md-6 {
    flex: 0 0 auto;
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  .elementor-container > .col-lg-3 {
    flex: 0 0 auto;
    width: 25% !important;
  }
  .elementor-container > .col-lg-6 {
    flex: 0 0 auto;
    width: 50% !important;
  }
}
.elementor-element.title-border-left-pink {
  margin-top: 30px;
  margin-bottom: 10px !important;
  padding-left: 15px;
}
.elementor-element.title-border-left-pink .elementor-heading-title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
.elementor-element.title-border-left-pink.first {
  margin-top: 0;
}
@media (min-width: 768px) {
  .elementor-element.title-border-left-pink {
    margin-top: 44px;
    margin-bottom: 20px !important;
    padding-left: 20px;
  }
  .elementor-element.title-border-left-pink .elementor-heading-title {
    padding-bottom: 2px;
    font-size: 22px;
  }
}

.first-time-row .elementor-widget-heading {
  background-color: #bfddb1;
  background-repeat: no-repeat;
  background-position: 30px 50%;
  border-bottom: 0;
  padding-top: 14px;
  padding-bottom: 8px;
  padding-left: 70px;
  border-radius: 3px 3px 0 0;
}
.first-time-row .elementor-widget-heading .elementor-heading-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.first-time-row .col1 .elementor-widget-heading {
  background-image: url('../img/icon/pin.png');
  background-size: 21px auto;
}
.first-time-row .col2 .elementor-widget-heading {
  background-image: url('../img/icon/heart.png');
  background-size: 31px auto;
  padding-left: 79px;
}
.first-time-row .elementor-widget-text-editor {
  background-color: #edf4ea;
  padding: 21px 28px 32px 30px;
  border-radius: 0 0 3px 3px;
}
.first-time-row .elementor-widget-text-editor p {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 767.98px) {
  .first-time-row .elementor-widget-heading {
    padding: 11px 48px 3px !important;
    font-size: 13px;
    border-radius: 2px 2px 0 0;
  }
  .first-time-row .elementor-widget-heading .elementor-heading-title {
    font-size: 16px;
  }
  .first-time-row .col1 .elementor-widget-heading {
    background-image: url('../img/icon/pin-sm.png');
    background-size: 14px auto;
    background-position: 20px 50%;
  }
  .first-time-row .col2 {
    margin-top: 15px;
  }
  .first-time-row .col2 .elementor-widget-heading {
    background-image: url('../img/icon/heart-sm.png');
    background-size: 21px auto;
    background-position: 17px 50%;
  }
  .first-time-row .elementor-widget-text-editor {
    padding: 15px 18px 18px;
  }
  .first-time-row .elementor-widget-text-editor p {
    font-size: 15px;
    line-height: 1.667;
  }
}

.title-border-bottom-green .elementor-heading-title {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .title-border-bottom-green .elementor-heading-title {
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  .section-news .img-tree {
    left: -7px;
  }
}
/*--------------------------------------
  front-page
--------------------------------------*/
.card-community-based .elementor-column:has(.card-img) {
  border-radius: 5px;
}

.card-community-based .card-title h2 {
  font-size: 35px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .card-community-based .card-title h2 {
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 26px;
  }
}
.card-community-based .card-title h2 span {
  color: #4b8f46;
}

@media (min-width: 992px) {
  .card-community-based .elementor-column:has(.card-img) {
    min-width: 550px;
  }
}
.section-medical-treatment {
  border: 0;
  border-radius: 0;
}

.section-medical-treatment .first-time-row {
  margin-top: 43px;
}

.section-medical-treatment .card-header1 {
  background-color: #fff;
  display: flex;
  padding: 0 0 20px;
  border-bottom: 0;
  position: relative;
  justify-content: start;
}

.section-medical-treatment .card-header1 .elementor-container {
  align-items: center;
  margin-left: 0;
}

@media (max-width: 767.98px) {
  .section-medical-treatment .card-header1 {
    padding-bottom: 12px;
  }
  .section-medical-treatment .first-time-row {
    margin-top: 48px;
  }
}
.section-medical-treatment .card-header1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: url('../img/icon/border-dashed.png') repeat-x;
}

@media (max-width: 767.98px) {
  .section-medical-treatment .card-header1:after {
    background: url('../img/icon/border-dashed-sm.png') repeat-x;
  }
}
@media (max-width: 767.98px) {
  .section-medical-treatment .card-header1 .btn {
    padding: 6px 34px 5px 17px !important;
    font-size: 15px;
    box-shadow: 0 3px 0 #90bd7a;
  }
}
.section-medical-treatment .elementor-heading-title {
  margin-right: 17px;
  margin-bottom: 0;
  color: #222;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.63;
}

.section-medical-treatment .elementor-heading-title span {
  color: #4b8f46;
}

@media (max-width: 767.98px) {
  .section-medical-treatment .elementor-heading-title {
    margin-right: 6px;
  }
}
.section-medical-treatment .card-text2 {
  color: #222;
  padding: 50px 0 55px;
  position: relative;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .section-medical-treatment .card-text2 {
    padding-top: 22px;
    padding-bottom: 20px;
  }
}
.section-medical-treatment .card-text2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: url('../img/icon/border-dashed.png') repeat-x;
}

@media (max-width: 767.98px) {
  .section-medical-treatment .card-text2:after {
    background: url('../img/icon/border-dashed-sm.png') repeat-x;
  }
}
.section-medical-treatment .common-text p {
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 767.98px) {
  .section-medical-treatment .common-text p {
    font-size: 15px;
    line-height: 1.69;
  }
}
.section-medical-treatment .elementor-button-wrapper {
  text-align: center;
  margin-top: 40px;
}

.section-medical-treatment .elementor-button-wrapper a {
  --bs-btn-color: #437e3f;
  --bs-btn-bg: #edf4ea;
  --bs-btn-border-color: #edf4ea;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f0f6ed;
  --bs-btn-hover-border-color: #eff5ec;
  --bs-btn-focus-shadow-rgb: 212, 226, 208;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f1f6ee;
  --bs-btn-active-border-color: #eff5ec;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #edf4ea;
  --bs-btn-disabled-border-color: #edf4ea;
  background-image: url('../img/icon/document.png');
  background-repeat: no-repeat;
  background-position: 20px 50%;
  font-size: 16px;
  font-weight: bold;
  border-radius: 2px;
  box-shadow: 0 4px 0 #bfd6b4;
  width: 309px;
  max-width: 100%;
  padding-left: 18px;
  padding-top: 15px;
  padding-bottom: 16px;
  position: relative;
}

@media (max-width: 767.98px) {
  .section-medical-treatment .elementor-button-wrapper a {
    padding: 15px 44px 12px;
    font-size: 14px;
    box-shadow: 0 3px 0 #bfd6b4;
    background-image: url('../img/icon/document-sm.png');
    background-size: 17px auto;
  }
}
.section-medical-treatment .elementor-button-wrapper a:hover {
  color: #437e3f;
  transform: translateY(4px);
  box-shadow: 0 0 0 #bfd6b4;
}

.section-medical-treatment .elementor-button-wrapper a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 42px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #437e3f;
  border-right: 2px solid #437e3f;
  transform: rotate(45deg);
}

@media (max-width: 767.98px) {
  .section-medical-treatment .elementor-button-wrapper a:after {
    width: 6px;
    height: 6px;
    border-width: 1px;
  }
}
.section-about-clinic .title-section .elementor-heading-title {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}
.section-about-clinic .d-flex-btn .elementor-col-50:nth-child(1) {
  flex-grow: 1 !important;
}
.section-about-clinic .d-flex-btn .elementor-col-50:nth-child(1) p {
  margin-bottom: 0;
}
.section-about-clinic .d-flex-btn .elementor-col-50:nth-child(2) {
  flex-shrink: 0 !important;
}
@media (min-width: 768px) {
  .section-about-clinic .d-flex-btn .elementor-container {
    flex-wrap: nowrap;
  }
  .section-about-clinic .d-flex-btn .elementor-col-50:nth-child(1) {
    padding-right: 15px;
  }
  .section-about-clinic .img-fluid img {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .section-about-clinic .d-flex-btn {
    margin-bottom: 20px;
  }
  .section-about-clinic .d-flex-btn .elementor-col-50:nth-child(2) {
    flex-shrink: 0 !important;
  }
  .section-about-clinic .title-section .elementor-heading-title {
    font-size: 24px;
  }
  .section-about-clinic .img-lg {
    margin-bottom: 22px !important;
  }
}

/*--------------------------------------
  about
--------------------------------------*/
.section-about h2.elementor-heading-title {
  margin-bottom: 40px;
}
.section-about h2.elementor-heading-title span {
  position: relative;
}
.section-about h2.elementor-heading-title span:before,
.section-about h2.elementor-heading-title span:after {
  content: '';
  width: 56px;
  height: 2px;
  background: url('../img/icon/border-dashed.png') repeat-x;
  position: absolute;
  top: 5px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.section-about h2.elementor-heading-title span:before {
  left: -69px;
}
.section-about h2.elementor-heading-title span:after {
  right: -69px;
}
.section-about h3.elementor-heading-title {
  margin-bottom: 20px;
}
.section-about h3.elementor-heading-title .border-bottom-dashed {
  padding-bottom: 5px;
}
.section-about .card-horizontal .card-body .elementor-heading-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 37px;
}
.section-about .gallery .elementor-container {
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-between;
}
.section-about .gallery .elementor-column {
  margin-right: 14px;
  width: 70% !important;
}
.section-about .gallery .elementor-column:last-child {
  margin-right: 0;
  width: 28% !important;
}
@media (min-width: 768px) {
  .section-about .card-horizontal .elementor-container {
    flex-wrap: nowrap;
  }
  .section-about .card-horizontal .elementor-widget-image {
    width: 550px !important;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .section-about h2.elementor-heading-title {
    margin-bottom: 13px;
  }
  .section-about h2.elementor-heading-title span:before,
  .section-about h2.elementor-heading-title span:after {
    width: 29px;
    height: 2px;
    background-size: contain;
  }
  .section-about h2.elementor-heading-title span:before {
    left: -50px;
  }
  .section-about h2.elementor-heading-title span:after {
    right: -50px;
  }
  .section-about h3.elementor-heading-title {
    margin-bottom: 14px;
  }
  .section-about h3.elementor-heading-title .border-bottom-dashed {
    padding-bottom: 1px;
  }
  .section-about .card-horizontal .elementor-container {
    flex-direction: column-reverse;
  }
  .section-about .card-horizontal .card-body .elementor-heading-title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.section-doctor > .elementor-container {
  position: static !important;
}
.section-doctor > .elementor-container > .elementor-column {
  position: static;
}
.section-doctor > .elementor-container > .elementor-column > .elementor-widget-wrap {
  position: static;
}
.section-doctor .cloud.cloud-2 {
  display: table;
  width: auto;
}
.section-doctor .card-doctor .elementor-container {
  justify-content: space-between;
}
.section-doctor .card-doctor .card-title .elementor-heading-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 16px;
}
.section-doctor .card-doctor .card-title .elementor-heading-title small {
  color: #939393;
  font-size: 18px;
}
@media (min-width: 992px) {
  .section-doctor .card-doctor .elementor-container {
    margin: 0 -25px;
  }
  .section-doctor .card-doctor .elementor-column {
    padding: 0 25px;
  }
  .section-doctor .card-doctor .elementor-column:last-child {
    padding-right: 0;
  }
  .section-doctor .card-doctor .elementor-column img {
    width: 450px !important;
  }
}
@media (min-width: 768px) {
  .section-doctor .card-doctor .elementor-column {
    flex: 0 0 auto;
    width: 50% !important;
  }
}
@media (max-width: 767.98px) {
  .section-doctor .cloud.cloud-2 {
    width: 65px;
  }
  .section-doctor .card-doctor .elementor-container {
    flex-direction: column;
    align-items: center;
  }
  .section-doctor .card-doctor .elementor-container .elementor-column:nth-child(1) {
    flex: 0 0 auto;
    width: 75% !important;
  }
  .section-doctor .card-doctor .card-title .elementor-heading-title {
    font-size: 22px;
  }
  .section-doctor .card-doctor .card-title .elementor-heading-title small {
    font-size: 13px;
  }
}

/*--------------------------------------
  privacy
--------------------------------------*/
.section-privacy .title-section .elementor-heading-title {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
  color: #4b8f46;
}
.section-privacy .dl-number .elementor-container {
  flex-wrap: nowrap;
}
.section-privacy .dl-number .elementor-column p {
  font-weight: bold;
  line-height: 1.467;
  vertical-align: top;
  margin-bottom: 0;
}
.section-privacy .dl-number .elementor-column:nth-child(1) p {
  padding-right: 5px;
  padding-left: 6px;
  font-size: 15px;
  color: #4b8f46;
}
.section-privacy .dl-number .elementor-column:nth-child(2) p {
  padding-top: 2px;
  font-size: 13px;
}
.section-privacy .list-dot-green ul > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 14px;
  font-size: 13px;
}
.section-privacy .list-dot-green ul > li:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #bfddb1;
  border-radius: 50%;
  content: '';
}
.section-privacy .list-dot-green ul dl {
  margin-bottom: 6px;
}
.section-privacy .list-dot-green ul dl:first-of-type {
  margin-top: 12px;
}
.section-privacy .list-dot-green ul dl dt,
.section-privacy .list-dot-green ul dl dd {
  font-size: 12px;
}
@media (min-width: 768px) {
  .section-privacy .title-section .elementor-heading-title {
    margin-bottom: 25px;
    font-size: 32px;
  }
  .section-privacy .dl-number .elementor-column:nth-child(1) p {
    padding-right: 20px;
    font-size: 20px;
  }
  .section-privacy .dl-number .elementor-column:nth-child(2) p {
    font-size: 15px;
  }
  .section-privacy .dl-number.last {
    margin-bottom: 40px;
  }
  .section-privacy .list-dot-green ul > li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 14px;
    font-size: 13px;
  }
  .section-privacy .list-dot-green ul > li dl dt,
  .section-privacy .list-dot-green ul > li dl dd {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .section-privacy > .elementor-container {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}

/*--------------------------------------
  nursing
--------------------------------------*/
.section-nursing > .elementor-container {
  position: static !important;
}
.section-nursing > .elementor-container > .elementor-column {
  position: static;
}
.section-nursing > .elementor-container > .elementor-column > .elementor-widget-wrap {
  position: static;
}
.section-nursing .cloud.cloud-2 {
  display: table;
  width: auto;
}
.section-nursing .title-section .elementor-heading-title {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.section-nursing .title-lg .elementor-heading-title {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}
.section-nursing .description .elementor-widget-text-editor p {
  margin-bottom: 0;
}
.section-nursing .row-img .elementor-column {
  padding-right: 10px;
  padding-left: 10px;
}
.section-nursing .container-img-sp .elementor-container {
  justify-content: space-between;
}
.section-nursing .container-img-sp .elementor-column {
  width: calc(50% - 4px);
}
.section-nursing .container-img-sp .elementor-column:has(.img-md) {
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .section-nursing .title-section .elementor-heading-title {
    margin-bottom: 30px;
    font-size: 35px;
  }
  .section-nursing .title-lg .elementor-heading-title {
    margin-bottom: 32px;
    font-size: 32px;
  }
  .section-nursing .d-flex-nursing .elementor-container {
    flex-wrap: nowrap;
  }
}

.section-contact-us-sm .title-section {
  padding-bottom: 30px;
  margin-bottom: 25px !important;
}
.section-contact-us-sm .title-section .elementor-heading-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.section-contact-us-sm .container-fluid .elementor-widget-image img {
  width: 1200px !important;
  max-width: 100%;
}
@media (min-width: 768px) {
  .section-contact-us-sm .title-section {
    padding-bottom: 40px;
    margin-bottom: 40px !important;
  }
  .section-contact-us-sm .title-section .elementor-heading-title {
    font-size: 28px;
  }
}

/*--------------------------------------
  treatment
--------------------------------------*/
.section-medical-treatment-2 .card-header1 .elementor-container {
  justify-content: space-between;
  margin-right: 0;
  width: 100%;
}
.section-medical-treatment-2 .common-text {
  padding-top: 30px;
  padding-bottom: 3px;
}
.section-medical-treatment-2 .common-text:after {
  display: none;
}
.section-medical-treatment-2 .tooltips {
  max-width: 280px;
}
.section-medical-treatment-2 .list-treatment {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 20px;
}
.section-medical-treatment-2 .list-treatment .elementor-container {
  flex-wrap: wrap;
}
.section-medical-treatment-2 .list-treatment img {
  border-radius: 0;
  border: 1px solid #dedede;
}
.section-medical-treatment-2 .list-treatment .elementor-heading-title {
  padding-top: 18px;
  color: #4b8f46;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 9px;
  line-height: 1.2;
  margin-right: 0;
}
.section-medical-treatment-2 .list-treatment .elementor-widget-text-editor {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.45;
}
.section-medical-treatment-2 .row-img {
  margin: 0 -10px;
}
.section-medical-treatment-2 .row-img .elementor-column {
  flex: 1 0 0%;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .section-medical-treatment-2 .card-header1 .btn-green-rounded.btn-sm {
    width: 177px;
  }
}
@media (max-width: 767.98px) {
  .section-medical-treatment-2 .title-black-32 .elementor-heading-title {
    font-size: 22px;
  }
  .section-medical-treatment-2 .list-treatment {
    width: auto !important;
  }
  .section-medical-treatment-2 .list-treatment .elementor-heading-title,
  .section-medical-treatment-2 .list-treatment .elementor-widget-text-editor {
    font-size: 14px;
  }
  .section-medical-treatment-2 .list-treatment .elementor-heading-title {
    padding-top: 10px;
  }
}

/*--------------------------------------
  access
--------------------------------------*/
.section-page-access .page-title.page-title-triangle {
  margin-bottom: 92px !important;
}
@media (max-width: 767.98px) {
  .section-page-access .page-title.page-title-triangle {
    margin-bottom: 50px !important;
  }
  .section-page-access .row-img .elementor-widget-image {
    margin-bottom: 15px;
  }
}

/*--------------------------------------
  service
--------------------------------------*/
.section-service .title-black-32 {
  padding-bottom: 11px;
  margin-bottom: 52px !important;
}
.section-service .title-border-left-green .elementor-heading-title {
  line-height: 1.2;
}
.section-service .row-service {
  margin-bottom: 47px !important;
}
.section-service .row-service .elementor-widget-text-editor p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
@media (min-width: 992px) {
  .section-service .row-service {
    margin: 0 -25px;
    width: auto !important;
  }
  .section-service .row-service .elementor-column {
    padding: 0 25px;
  }
}
@media (min-width: 768px) {
  .section-service .title-black-32 {
    margin-bottom: 59px !important;
  }
  .section-service .title-border-left-green {
    margin-bottom: 31px !important;
  }
  .section-service .title-border-left-green:before {
    top: 4px;
  }
  .section-service .title-border-left-green .elementor-heading-title {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .section-service .title-black-32 {
    margin-bottom: 38px !important;
  }
  .section-service .title-border-left-green {
    margin-bottom: 22px !important;
    font-size: 20px;
    padding-left: 12px;
  }
  .section-service .title-border-left-green .elementor-heading-title {
    font-size: 20px;
  }
  .section-service .row-service {
    margin-bottom: 35px !important;
  }
  .section-service .row-service .elementor-widget-text-editor p {
    font-size: 15px;
    line-height: 1.667;
  }
}

.section-about-clinic-treatment .first-time-row .elementor-widget-text-editor {
  background: #fff;
}

@media (min-width: 768px) {
  .section-about-clinic-service .title-black-32 {
    margin-bottom: 19px !important;
  }
}
@media (max-width: 767.98px) {
  .section-about-clinic-service .title-black-32 {
    margin-bottom: 0.5rem !important;
  }
}

/*# sourceMappingURL=new.css.map */
