.Scroll-driven {
  overflow-x: scroll;
  white-space: nowrap;
}

.Scroll-driven::-webkit-scrollbar {
  background-color: #e2e2e2;
  height: 3px;
  overflow: hidden;
}

.Scroll-driven::-webkit-scrollbar-track {
  background-color: transparent;
}

.Scroll-driven::-webkit-scrollbar-thumb {
  background-color: #5d85c3;
  border-radius: 6px;
  border: 3px solid transparent;
}

.Scroll-driven::-webkit-scrollbar-thumb:hover {
  background-color: #5d85c3;
}

.contentBox {
  padding: 0 10px;
  margin-top: 50px;
}
.contentBox-nav {
  gap: 18px;
}
.contentBox-nav > a {
  display: block;
  color: var(--Grey-Mid, #666);
  font-family: "Noto Sans HK";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
}
.contentBox-nav .active {
  background: #005bab;
  color: #fff;
  padding: 4px 14px;
}
.contentBox-check {
  margin-top: 84px;
  max-width: 430px;
  margin: 0 auto;
}
.contentBox-check-intro-item h3 {
  color: var(--Brand-Blue, #005bab);
  font-family: "Noto Sans HK";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.8px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.contentBox-check-intro-item h3::after {
  left: 0;
  bottom: -4px;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--Brand-Blue, #005bab);
}
.contentBox-check-intro-item-text {
  margin: 20px 0 40px;
  gap: 20px;
}
.contentBox-check-intro-item-text p,
.contentBox-check-intro-item-text a {
  color: var(--Grey-Deep, #4d4d4d);
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.6px;
}
.contentBox-check-intro-item-text p em,
.contentBox-check-intro-item-text a em {
  font-style: normal;
}
.contentBox-check-process > h3 {
  color: var(--Brand-Blue, #005bab);
  font-family: "Noto Sans HK";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.8px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.contentBox-check-process > h3::after {
  left: 0;
  bottom: -4px;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--Brand-Blue, #005bab);
}
.contentBox-check-process-list {
  margin-top: 80px;
}
.contentBox-check-process-list > div:nth-child(1)::after {
  background-color: #9fcff9;
}
.contentBox-check-process-list > div:nth-child(2)::after {
  background-color: #7bb2e2;
}
.contentBox-check-process-list > div:nth-child(3)::after {
  background-color: #357bb8;
}
.contentBox-check-process-list > div:nth-child(4)::after {
  background-color: #005bab;
  border-radius: 10px;
}
.contentBox-check-process-list-item {
  gap: 20px;
  padding: 36px 0 36px 38px;
}
.contentBox-check-process-list-item::after {
  content: "";
  height: 100%;
  width: 14px;
  position: absolute;
  left: 10px;
  top: 0;
}
.contentBox-check-process-list-item-number {
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  left: -10px;
  top: -30px;
  z-index: 2;
}
.contentBox-check-process-list-item-number span {
  display: inline-block;
  border-radius: 50%;
  border: 1.5px solid var(--Grey-Pale, #aaa);
  width: 48px;
  height: 48px;
  color: var(--Grey-Deep, #4d4d4d);
  font-family: "Noto Sans HK";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
  text-align: center;
  left: 0;
  top: 0;
}
.contentBox-check-process-list-item img {
  width: 40px;
  height: 40px;
}
.contentBox-check-process-list-item-text {
  color: var(--Grey-Deep, #4d4d4d);
  text-align: justify;
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 1.6px;
  max-width: 296px;
  gap: 20px;
}

.tips-menbcare {
  padding: 0 10px;
}
.tips-menbcare .appointment-mencare {
  max-width: 430px;
  margin: 39px auto;
}
.tips-menbcare .matter-attention {
  max-width: 430px;
  margin: 0 auto;
}
.tips-menbcare .matter-attention ul {
  margin-top: 24px;
  margin-bottom: 39px;
}
.tips-menbcare .matter-attention ul li {
  display: flex;
  color: var(--Grey-Deep, #4d4d4d);
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875; /* 187.5% */
  letter-spacing: 1.6px;
}
.tips-menbcare .matter-attention ul li span {
  display: inline-block;
}

.publicTitle-mencare {
  color: var(--Brand-Blue, #005bab);
  font-family: "Noto Sans HK";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.8px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.publicTitle-mencare::after {
  left: 0;
  bottom: -4px;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--Brand-Blue, #005bab);
}

.check-table {
  margin: 0 auto;
  margin-top: 41px;
}
.check-table-tip {
  max-width: 430px;
  margin: 0 auto;
  padding: 0 10px;
}
.check-table-Box {
  margin-top: 23px;
  background-color: #a0c0dc;
}
.check-table-Box > h2 {
  width: 100%;
  background: #6096c5;
  height: 81.6px;
  color: #fff;
  font-family: "Noto Sans HK";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 81.6px;
  padding-left: 28px;
}
.check-table-Box-table {
  padding: 0 16.8px;
  width: -moz-max-content;
  width: max-content;
}
.check-table-Box-table-title {
  padding-left: 14.53px;
  align-items: flex-end;
  color: #fff;
  font-family: "Noto Sans HK";
  font-size: 19.2px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.check-table-Box-table-title-one {
  width: 364px;
}
.check-table-Box-table-title-two {
  width: 494px;
}
.check-table-Box-table-title-three, .check-table-Box-table-title-four {
  width: 77px;
  font-weight: 400;
  text-align: center;
}
.check-table-Box-table-content {
  border-radius: 10px;
  padding: 13.6px 0 13.6px 14.72px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}
.check-table-Box-table-content-tbody-title td {
  font-size: 17.6px !important;
  font-weight: 500 !important;
  padding-left: 0 !important;
}
.check-table-Box-table-content-tbody tr td {
  color: #487194;
  font-family: "Noto Sans HK";
  font-size: 14.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2;
  padding: 0;
}
.check-table-Box-table-content-tbody tr td:first-child {
  width: 364px;
  padding-left: 17.2px;
}
.check-table-Box-table-content-tbody tr td:nth-child(2) {
  width: 494px;
  padding-left: 12.8px;
}
.check-table-Box-table-content-tbody tr td:nth-child(3),
.check-table-Box-table-content-tbody tr td:nth-child(4) {
  width: 77px;
  text-align: center;
}
.check-table-Box-table-content-tbody tr td:nth-child(3) {
  border-left: 0.8px solid #005bab;
  border-right: 0.8px solid #005bab;
}
.check-table-Box-table-one, .check-table-Box-table-two, .check-table-Box-table-last {
  background-color: #eef9ff;
}
.check-table-Box-table-one {
  margin-top: 4px;
  margin-bottom: 8.8px;
}
.check-table-Box-table-two {
  margin-bottom: 8.8px;
}
.check-table-Box-table-ophthalmology {
  padding-bottom: 9.6px;
  background-color: #dbc5a1;
}
.check-table-Box-table-ophthalmology .check-table-Box-table-title {
  padding-top: 10px;
  padding-bottom: 10px;
}
.check-table-Box-table-ophthalmology-one {
  background-color: #fff9f0;
}
.check-table-Box-table-ophthalmology-one tr td {
  color: #a3683d;
}
.check-table-Box-table-ophthalmology-one tr td:nth-child(3) {
  border-left: 0.8px solid #a96227;
  border-right: 0.8px solid #a96227;
}
.check-table-Box-table-blood .check-table-Box-table-title {
  padding-top: 10px;
  padding-bottom: 10px;
}
.check-table .lastTable {
  width: 1070px;
  padding-bottom: 15px;
}
.check-table .lastTable .check-table-Box-table-last {
  margin-left: auto;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.check-table .lastTable .check-table-Box-table-last .check-table-Box-table-content-tbody tr td {
  font-weight: 500;
}
.check-table .lastTable .check-table-Box-table-last .check-table-Box-table-content-tbody tr td:first-child {
  width: 285px;
  padding-left: 0;
  text-align: center;
}
.check-table .lastTable .check-table-Box-table-last .check-table-Box-table-content-tbody tr td:nth-child(2) {
  width: 77.5px;
  border-left: 0.8px solid #005bab;
  border-right: 0.8px solid #005bab;
}
.check-table .lastTable .check-table-Box-table-last .check-table-Box-table-content-tbody tr td:nth-child(3) {
  width: 77.5px;
  border: none;
}

.question-mencare {
  padding: 0 10px;
  max-width: 430px;
  margin: 0 auto;
}

.question-section {
  padding-top: 45px;
  padding-bottom: 28px;
  background: var(--Grand-Light-Blue, #6096c5);
}
.question-section .pubilc-title h2 {
  color: var(--White, #fff);
}
.question-section .pubilc-title h2::after {
  background: var(--White, #fff);
}
.question-section-Box {
  margin-top: 35px;
  margin-bottom: 45px;
  padding-left: 16px;
  padding-right: 16px;
}
.question-section-Box .card {
  margin: 16px 0;
  border: none;
  overflow: hidden;
  border-radius: 10px;
}
.question-section-Box .card-header {
  padding: 0;
  border: none;
}
.question-section-Box .card-header .header-title span {
  display: inline-block;
}
.question-section-Box .card-header .header-title svg {
  position: absolute;
  width: 19.063px;
  height: 10.12px;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}
.question-section-Box .card-header .header-title[aria-expanded=false] {
  border: 2px solid var(--Grand-Grey, #e8e0d5);
  border-radius: 10px;
  display: block;
  width: 100%;
  color: var(--Brand-Blue, #005bab);
  font-family: "Noto Sans HK";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  padding: 11px 37px 13px 11px;
  background: var(--White, #fff);
  overflow: hidden;
}
.question-section-Box .card-header .card-body {
  padding: 0;
  background: var(--Grand-Navy, #13576e);
}
.question-section-Box .card-header .card-body span {
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: block;
  padding: 8px 56px 18px 11px;
  background: white;
  color: var(--Grey-Deep, #4d4d4d);
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  background: var(--White, #fff);
}

.card:has(.collapse.show) {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.card:has(.collapse.show) .header-title {
  border-radius: 0;
  border: none;
}

.card .header-title[aria-expanded=true] {
  color: var(--White, #fff);
  font-family: "Noto Sans HK";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.26px;
  padding: 11px 37px 13px 11px;
  background: var(--Grand-Light-Blue, #6096c5);
}
.card .header-title[aria-expanded=true] svg {
  transition: all 0.3s linear;
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  top: 40%;
}
.card .header-title[aria-expanded=true] svg path {
  stroke: white;
}

@media screen and (min-width: 992px) {
  .publicTitle-mencare {
    font-size: 30px;
    letter-spacing: 3px;
  }
  .publicTitle-mencare::after {
    bottom: -8px;
    height: 2px;
  }
  .contentBox {
    padding: 0;
    margin-top: 76px;
  }
  .contentBox-nav {
    gap: 24px;
  }
  .contentBox-nav > a {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2.4px;
  }
  .contentBox-nav .active {
    background: #005bab;
    color: #fff;
    padding: 9px 40px;
  }
  .contentBox-check {
    margin-top: 38px;
    max-width: none;
    margin: initial;
  }
  .contentBox-check-intro-item h3 {
    font-size: 30px;
    letter-spacing: 3px;
    margin: inherit;
  }
  .contentBox-check-intro-item h3::after {
    bottom: -8px;
    height: 2px;
  }
  .contentBox-check-intro-item-text {
    margin: 38px 0;
    gap: 20px;
  }
  .contentBox-check-intro-item-text p {
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 4px;
  }
  .contentBox-check-process > h3 {
    font-size: 30px;
    letter-spacing: 3px;
  }
  .contentBox-check-process > h3::after {
    bottom: -8px;
    height: 2px;
  }
  .contentBox-check-process-list {
    margin-top: 80px;
  }
  .contentBox-check-process-list > div:nth-child(4)::after {
    border-radius: 43px;
  }
  .contentBox-check-process-list-item {
    gap: 20px;
    padding: 36px 0 36px 70px;
    background: repeating-linear-gradient(to left, transparent 0, transparent 3px, #4570b6 1px, #4570b6 10px) no-repeat left 100%/100% 1px;
  }
  .contentBox-check-process-list-item::after {
    left: 21px;
  }
  .contentBox-check-process-list-item::before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    bottom: -3px;
    right: 0;
    background: #6096c5;
    border-radius: 50%;
  }
  .contentBox-check-process-list-item-number {
    left: 0px;
  }
  .contentBox-check-process-list-item img {
    width: 40px;
    height: 40px;
  }
  .contentBox-check-process-list-item-text,
  .contentBox-check-process-list-item a {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 4px;
    max-width: none;
    gap: 35px;
  }
  .contentBox-check-process-list > div:last-child {
    background: none;
  }
  .contentBox-check-process-list > div:last-child::before {
    display: none;
  }
  .tips-menbcare .appointment-mencare {
    max-width: none;
    margin: inherit;
    margin-bottom: 35px;
    margin-top: 35px;
  }
  .tips-menbcare .matter-attention {
    max-width: none;
    margin: inherit;
  }
  .tips-menbcare .matter-attention ul {
    margin-top: 38px;
    margin-bottom: 35px;
  }
  .tips-menbcare .matter-attention ul li {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 4px;
  }
  .tips-menbcare .matter-attention ul li span {
    display: inline-block;
  }
  .check-table {
    max-width: none;
    margin: initial;
    margin-top: 49px;
  }
  .check-table-tip {
    max-width: none;
    margin: initial;
    padding: 0;
  }
  .check-table-Box {
    margin-top: 41px;
  }
  .check-table-Box > h2 {
    height: 102px;
    font-size: 30px;
    line-height: 102px;
    padding-left: 35px;
  }
  .check-table-Box-table {
    padding: 0 18px;
  }
  .check-table-Box-table-title {
    padding-left: 14.53px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .check-table-Box-table-title-one {
    width: 460px;
  }
  .check-table-Box-table-title-two {
    width: 614px;
  }
  .check-table-Box-table-title-three, .check-table-Box-table-title-four {
    width: 96px;
  }
  .check-table-Box-table-content {
    border-radius: 10px;
    padding: 11px 0 11px 18px;
  }
  .check-table-Box-table-content-tbody-title td {
    font-size: 22px !important;
  }
  .check-table-Box-table-content-tbody tr td {
    font-size: 18px;
    line-height: 2.5;
    padding: 0;
  }
  .check-table-Box-table-content-tbody tr td:first-child {
    width: 460px;
    padding-left: 21.51px;
  }
  .check-table-Box-table-content-tbody tr td:nth-child(2) {
    width: 614px;
    padding-left: 16.27px;
  }
  .check-table-Box-table-content-tbody tr td:nth-child(3),
  .check-table-Box-table-content-tbody tr td:nth-child(4) {
    width: 96px;
  }
  .check-table-Box-table-one {
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .check-table-Box-table-two {
    margin-bottom: 11px;
  }
  .check-table-Box-table-ophthalmology {
    padding-bottom: 12px;
  }
  .check-table-Box-table-ophthalmology .check-table-Box-table-title {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .check-table-Box-table-blood .check-table-Box-table-title {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .check-table-Box-table-blood .check-table-Box-table-content-tbody-title td {
    line-height: 1.875 !important;
  }
  .check-table .lastTable {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
  .check-table .lastTable .check-table-Box-table-last {
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .check-table .lastTable .check-table-Box-table-last .check-table-Box-table-content-tbody tr td {
    font-weight: 500;
    padding-left: 0;
    text-align: center;
  }
  .check-table .lastTable .check-table-Box-table-last .check-table-Box-table-content-tbody tr td:first-child {
    width: 356px;
    padding-left: 0;
    text-align: center;
    font-size: 22px;
  }
  .check-table .lastTable .check-table-Box-table-last .check-table-Box-table-content-tbody tr td:nth-child(2) {
    width: 96px;
    font-size: 24px;
    border-left: 0.8px solid #005bab;
    border-right: 0.8px solid #005bab;
  }
  .check-table .lastTable .check-table-Box-table-last .check-table-Box-table-content-tbody tr td:nth-child(3) {
    font-size: 24px;
    width: 96px;
    border: none;
  }
  .question-mencare {
    padding: 0;
    max-width: none;
    margin: initial;
  }
  .question-section {
    padding-top: 60px;
    padding-bottom: 32px;
    background: var(--Grand-Grey, #e8e0d5);
  }
  .question-section .pubilc-title h2 {
    color: var(--Brand-Blue, #005bab);
  }
  .question-section .pubilc-title h2::after {
    background: var(--Brand-Blue, #005bab);
  }
  .question-section-Box {
    margin-top: 43px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1100px;
    width: 1100px;
  }
  .question-section-Box .card {
    margin: 31px 0;
  }
  .question-section-Box .card-header .header-title span {
    display: inline-block;
  }
  .question-section-Box .card-header .header-title svg {
    position: absolute;
    width: 38.844px;
    height: 19.766px;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
  }
  .question-section-Box .card-header .header-title[aria-expanded=false] {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3px;
    padding: 13px 30px 13px 26px;
    border-radius: 10px;
    color: var(--Grand-Light-Blue, #6096c5);
  }
  .question-section-Box .card-header .card-body {
    padding: 0;
    background: var(--White, #fff);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .question-section-Box .card-header .card-body span {
    color: var(--Grey-Deep, #4d4d4d);
    box-sizing: content-box;
    width: 940px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px 26px 20px 26px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
  }
  .card .header-title[aria-expanded=true] {
    color: var(--White, #fff);
    background: var(--Grand-Light-Blue, #6096c5);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3px;
    padding: 13px 30px 13px 26px;
  }
  .card .header-title[aria-expanded=true] svg {
    transition: all 0.3s linear;
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    top: 40%;
  }
  .card .header-title[aria-expanded=true] svg path {
    stroke: white;
  }
  .Scroll-driven {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .Scroll-driven::-webkit-scrollbar {
    background-color: #e2e2e2;
    height: 3px;
  }
  .Scroll-driven::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .Scroll-driven::-webkit-scrollbar-thumb {
    background-color: #5d85c3;
    border-radius: 6px;
    border: 3px solid transparent;
  }
  .Scroll-driven::-webkit-scrollbar-thumb:hover {
    background-color: #5d85c3;
  }
}
@media screen and (min-width: 1660px) {
  .Scroll-driven {
    overflow-x: hidden;
  }
}