.footer-link {
  color: inherit;
}

.footer-link:hover {
  color: inherit;
  text-decoration: underline;
}

/* p {
    margin: 0;
  } */

.bg-footer {
  background-color: rgba(235, 235, 235, 1);
}

.btn-contact {
  background-color: rgba(70, 117, 194, 1);
  color: white !important;
}

.btn-contact:hover {
  background-color: rgba(80, 127, 204, 1);
}

ul {
  list-style: none;
}

.footer__list ul {
  border-left: 2px rgba(225, 225, 225, 1) solid;
  padding-left: 20px;
}

.footer__subtitle {
  padding: 1rem 0;
}

.footer__subtitle__item a {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  font-family: "Poppins", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體,
    細明體_HKSCS, Arial, sans-serif;
}

.o_custitle a {
  font-size: 22px;
  color: #000;
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "Poppins", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體,
    細明體_HKSCS, Arial, sans-serif;
}

.footer__subtitle__item a:hover,
.o_custitle a:hover {
  opacity: 1;
  text-decoration: underline;
}

.so-me-list {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
}

.so-me-list > li {
  margin: 0 0.5rem;
}

.footerTitle {
  padding-left: 22px;
}

.footerSubtitle {
  font-size: 0.9em;
  list-style-type: square;
}

.footerItem,
.topFooterItem {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* @media screen and (max-width: 1109px) {
    #sitemapbottom {
      display: none;
    }
  } */

@media screen and (max-width: 767px) {
  .footerTitle {
    padding-left: 17px;
  }

  .cusitem3 {
    margin-left: 6px;
    margin-top: 6px;
  }
}

.cusFooterTitle:hover {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 500px) {
  .descriptionHeading {
    font-size: 90%;
  }

  .footerTitle,
  .cusFooterTitle {
    font-size: 80%;
  }
}

.cusitem2 {
  padding: 6px;
}
.footerclass {
  text-align: center !important;
  position: relative !important;
}

@media print {
  /* footer {
    display: none;
  } */

  .cusimg {
    width: 200px;
  }

  .symptomImageTop,
  .symptomImageBottom {
    width: 150px;
  }

  * {
    -webkit-print-color-adjust: exact !important;
  }

  .symptomImageTop,
  .symptomImageBottom,
  .hideBelowMidDelay,
  .hideBelow,
  .hideBelowShortDelay,
  .symptomDiv {
    break-inside: avoid;
    margin: auto;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
  }

  .contactlink {
    width: 180px;
  }
  .printleftclass {
    padding-left: 65px;
    justify-content: left !important;
  }

  .subpage-background {
    position: absolute !important;
    left: 0 !important;
    right: 8% !important;
    top: 0 !important;
    bottom: 0 !important;
    background-color: #ffffff !important;
    z-index: 0 !important;
  }
}

.old-h4 {
  font-size: 1.5rem;
}
