.floorPlan {
  background: var(--Grey-Background, #f7f7f7);
  padding: 25px 0 20px 0px;

  .floorPlan-Box {
    .floorPlan-Box-img {
      max-width: 372px;
    }
  }

  .floorPlan-Box-content {
    margin-top: 25px;
    gap: 10px;

    li {
      gap: 20px;
      width:calc(100% - 20px);
      padding: 10px 20px;
      border-radius: 10px;
      background: var(--White, #fff);
      box-shadow: 0px 0px 66.9px 0px rgba(0, 0, 0, 0.05);

      .floorPlan-Box-content-title {
        color: #f678a9;
        font-family: "Noto Sans HK";
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        &:first-child {
          font-size: 30px;
          white-space: nowrap;
        }
        & > span:nth-child(2) {
          font-size: 18px;
        }
      }
 

      .floorPlan-Box-content-name {
        gap: 0 20px;
        color: var(--Grey-Deep, #4d4d4d);
        font-family: "Noto Sans HK";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.875;
        letter-spacing: 1.6px;
      }
    }

    & >li:nth-child(2) .floorPlan-Box-content-title {
      color: #7ac7a6;
    }

    & >li:nth-child(3)  .floorPlan-Box-content-title {
      color: #a3744a;
    }

    & >li:nth-child(4)  .floorPlan-Box-content-title {
      color: #f49a63;
    }

    & >li:nth-child(5)  .floorPlan-Box-content-title {
      color: #739ed9;
    }

    & >li:nth-child(6)  .floorPlan-Box-content-title {
      color: #9f9ab2;
    }
  }
}

.scopeService .pubilc-title h2 {
  color: var(--Brand-Blue, #005bab) !important;
}
.scopeService .pubilc-title h2::after {
  background: var(--Brand-Blue, #005bab) !important;
}

.serviceArea-Box-table tbody tr td p {
  font-weight: 400;
}
.serviceArea-Box-table tbody tr td p a {
  color: var(--Grey-Deep, #4d4d4d);
}

.HotWire {
  max-width: 375px;
  padding: 30px 20px;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  color: var(--Grey-Deep, #4d4d4d);
}
.HotWire-one {
  padding: 10px;
  width: 100%;
  color: var(--Grey-Deep, #4d4d4d);
  border-radius: 10px;
  background: rgba(46, 166, 166, 0.2);
  box-shadow: 0px 5px 0px 0px var(--Grand-Turquoise, #2ea6a6);
}
.HotWire-one-img {
  padding-right: 10px;
  margin-bottom: 5px;
  text-align: center;
}
.HotWire-one-img img {
  width: 12.484px;
  height: 39.637px;
}
.HotWire-two > div {
  display: inline-block;
  padding: 10px;
}
.HotWire-two-left {
  border-radius: 10px;
  background: #f8edd9;
  box-shadow: 0px 5px 0px 0px var(--Grand-Gold, #dea742);
}
.HotWire-two-right {
  border-radius: 10px;
  background: #ccdeee;
  box-shadow: 0px 5px 0px 0px var(--Brand-Blue, #005bab);
}
.HotWire-three > div {
  padding: 10px;
}
.HotWire-three > div:nth-child(2) {
  width: 170px;
}
.HotWire-three > div:nth-child(2) {
  position: relative;
}
.HotWire-three > div:nth-child(2)::before {
  content: "";
  background: url("/static/img/patient-info/howWire5-1.svg") no-repeat;
  background-size: contain;
  width: 12.484px;
  height: 146.637px;
  position: absolute;
  top: 72px;
  left: 44px;
}
.HotWire-three > div:nth-child(2)::after {
  content: "";
  background: url("/static/img/patient-info/howWire5-1.svg") no-repeat;
  background-size: contain;
  width: 12.484px;
  height: 146.637px;
  position: absolute;
  top: 71px;
  right: 22px;
}
.HotWire-three-img > div {
  width: 50%;
  padding-right: 10px;
  margin-bottom: 5px;
  text-align: center;
}
.HotWire-three-img > div img {
  width: 12.484px;
  height: 39.637px;
}
.HotWire-three-img > div:nth-child(2) {
  padding-right: 60px;
}
.HotWire-four > div {
  width: 50%;
}
.HotWire-four > div:nth-child(1) {
  max-width: 73px;
  height: 44px;
  position: relative;
  right: 6px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 10px;
  background: #f8edd9;
  box-shadow: 0px 5px 0px 0px var(--Grand-Gold, #dea742);
}
.HotWire-four-right {
  position: relative;
  left: -23px;
}
.HotWire-four-right > div {
  max-width: 62px;
  width: 62px;
  margin-right: 20px;
  padding: 10px;
  border-radius: 10px;
  background: #ccdeee;
  box-shadow: 0px 5px 0px 0px var(--Brand-Blue, #005bab);
}
.HotWire-five {
  margin-top: 30px;
  gap: 15px;
}
.HotWire-five > div {
  padding: 10px;
  border-radius: 10px;
  background: #ccdeee;
  box-shadow: 0px 5px 0px 0px var(--Brand-Blue, #005bab);
}

.Medical-insurance-information {
  padding-top: 45px;
  padding-bottom: 45px;
  background: var(--Grand-Grey, #e8e0d5);
}
.Medical-insurance-information-Box-text {
  max-width: 315px;
  margin: 0 auto;
}
.Medical-insurance-information-Box-text h2 {
  color: var(--Brand-Blue, #005bab);
  text-align: center;
  font-family: "Noto Sans HK";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 4.8px;
  position: relative;
}
.Medical-insurance-information-Box-text h2::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #005bab;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
}
.Medical-insurance-information-Box-text-content {
  margin-top: 28px;
  margin-bottom: 28px;
}
.Medical-insurance-information-Box-text-content p {
  display: flex;
  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;
}
.Medical-insurance-information-Box-text-content p span {
  display: inline-block;
}
.Medical-insurance-information-Box-img {
  max-width: 375px;
  margin: 0 auto;
}

.fee-form {
  padding-top: 45px;
  padding-bottom: 28px;
  background: url("/static/img/toRight-bg-gray.svg") no-repeat;
}
.fee-form-Box {
  padding: 0 15px;
  margin-top: 30px;
}

.question-section {
  padding-top: 45px;
  padding-bottom: 28px;
  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: 57px;
  padding-left: 16px;
  padding-right: 16px;
}
.question-section-Box .card {
  margin: 16px 0;
  border: none;
}
.question-section-Box .card-header {
  padding: 0;
  border: none;
}
.question-section-Box .card-header .header-title[aria-expanded="false"] {
  display: block;
  width: 100%;
  color: var(--Grand-Light-Blue, #6096c5);
  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;
  border-radius: 10px;
  background: var(--White, #fff);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.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: 20px;
  /* top: 50%;
  transform: translateY(-50%); */
}
.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: 11px 16px 11px 11px;
  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);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.question-section-Box .card-header .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;
  border-radius: 10px;
  border: 2px solid var(--White, #fff);
  background: var(--Grand-Light-Blue, #6096c5);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  padding: 11px 37px 13px 11px;
}
.question-section-Box .card-header .header-title[aria-expanded="false"] svg {
  transition: all 0.3s linear;
  transform: rotate(360deg) translateY(-50%);
}
.question-section-Box .card-header .header-title[aria-expanded="true"] svg {
  transform: rotate(180deg);
  transition: all 0.3s linear;
  /* transform-origin: 50% 30%; */
}
.question-section-Box
  .card-header
  .header-title[aria-expanded="true"]
  svg
  path {
  stroke: white;
}

@media screen and (max-width: 992px) {
  .serviceArea {
    background-image: none;
    padding-bottom: 0;
  }
  .serviceArea-phone {
    margin-top: 40px;
  }
  .serviceArea-phone-item {
    padding: 0 30px;
    padding-bottom: 55px;
  }
  .serviceArea-phone-item-title {
    border-radius: 30px;
    background: #6096c5;
    color: var(--White, #fff);
    font-family: "Noto Sans HK";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 9px 0;
    padding-right: 123px;
    text-align: right;
    position: relative;
    left: -81px;
  }
  .serviceArea-phone-item img {
    width: 254px;
    margin: 22px auto 24px;
  }
  .serviceArea-phone-item-content {
    margin-top: 30px;
  }
  .serviceArea-phone-item-content p {
    color: var(--Grey-Deep, #4d4d4d);
    font-family: "Noto Sans HK";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    letter-spacing: 1.6px;
  }
}
@media screen and (min-width: 992px) {
  .floorPlan {
    padding: 38px 0 54px 0px;
    .floorPlan-Box {
      margin-top: 12px;

      .floorPlan-Box-img {
        max-width: 512px;
      }
    }
    .floorPlan-Box-content {
      margin-top: 0;
      padding: 20px;
      gap: 20px;

      li {
        gap: 23px;
        width: 880px;
        padding: 10px 15px;

        .floorPlan-Box-content-title {
          line-height: 120%;
          width: 64px;

          &:first-child {
            font-size: 40px;
            letter-spacing: 4px;
          }

          & > span:nth-child(2) {
            font-size: 30px;
            letter-spacing: 3px;
          }
        }

        .floorPlan-Box-content-name {
          gap: 0 30px;
          font-size: 20px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 2px;
        }
      }
    }
  }

  .dentistIntro .ServiceOverview {
    padding-top: 48px;
    padding-bottom: 68px;
  }
  .dentistIntro .pubilc-title h2 {
    color: var(--Brand-Blue, #005bab);
  }
  .dentistIntro .pubilc-title h2::after {
    background: var(--Brand-Blue, #005bab);
  }
  .dentistIntro .pubilc-title p {
    color: var(--Grey-Deep, #4d4d4d);
  }
  .HotWire {
    padding: 50px 0;
    max-width: 593px;
    margin: 0 auto;
    text-align: center;
    font-family: "Noto Sans HK";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
  }
  .HotWire-one {
    padding: 10px;
    width: 100%;
    color: var(--Grey-Deep, #4d4d4d);
    border-radius: 10px;
    background: rgba(46, 166, 166, 0.2);
    box-shadow: 0px 5px 0px 0px var(--Grand-Turquoise, #2ea6a6);
  }
  .HotWire-one-img {
    padding-right: 10px;
    margin-bottom: 5px;
    text-align: center;
  }
  .HotWire-one-img img {
    width: 12.484px;
    height: 39.637px;
  }
  .HotWire-two > div {
    display: inline-block;
    padding: 10px;
  }
  .HotWire-two-left {
    border-radius: 10px;
    background: #f8edd9;
    box-shadow: 0px 5px 0px 0px var(--Grand-Gold, #dea742);
  }
  .HotWire-two-right {
    border-radius: 10px;
    background: #ccdeee;
    box-shadow: 0px 5px 0px 0px var(--Brand-Blue, #005bab);
  }
  .HotWire-three {
    gap: 33px;
  }
  .HotWire-three > div {
    padding: 10px;
  }
  .HotWire-three > div:nth-child(1) {
    width: 279px;
  }
  .HotWire-three > div:nth-child(2) {
    width: 282px;
  }
  .HotWire-three > div:nth-child(2) {
    position: relative;
  }
  .HotWire-three > div:nth-child(2)::before {
    content: "";
    background: url("/static/img/patient-info/howWire5-1.svg") no-repeat;
    background-size: contain;
    width: 12.484px;
    height: 146.637px;
    position: absolute;
    top: 90px;
    left: 87px;
  }
  .HotWire-three > div:nth-child(2)::after {
    content: "";
    background: url("/static/img/patient-info/howWire5-1.svg") no-repeat;
    background-size: contain;
    width: 12.484px;
    height: 146.637px;
    position: absolute;
    top: 90px;
    right: 15px;
  }
  .HotWire-three-img > div {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 5px;
    text-align: center;
  }
  .HotWire-three-img > div img {
    width: 12.484px;
    height: 39.637px;
  }
  .HotWire-three-img > div:nth-child(2) {
    padding-right: 60px;
  }
  .HotWire-four > div {
    width: 50%;
  }
  .HotWire-four > div:nth-child(1) {
    max-width: 73px;
    position: relative;
    height: auto;
    right: 6px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    background: #f8edd9;
    box-shadow: 0px 5px 0px 0px var(--Grand-Gold, #dea742);
  }
  .HotWire-four-right {
    position: relative;
    left: -33px;
    gap: 43px;
  }
  .HotWire-four-right > div {
    box-sizing: content-box;
    max-width: none;
    width: 124px;
    margin-right: 0;
    padding: 10px;
    border-radius: 10px;
    background: #ccdeee;
    box-shadow: 0px 5px 0px 0px var(--Brand-Blue, #005bab);
  }
  .HotWire-five {
    margin-top: 55px;
    gap: 38px;
  }
  .HotWire-five > div {
    padding: 10px;
    border-radius: 10px;
    background: #ccdeee;
    box-shadow: 0px 5px 0px 0px var(--Brand-Blue, #005bab);
  }
  .serviceArea-Box .serviceArea-Box-table tbody > tr:nth-child(even) > td {
    background: var(--Grey-Background, #f7f7f7);
  }
  .serviceArea-Box .serviceArea-Box-table tbody tr td img {
    margin-top: 10px;
    width: 140px;
  }
  .serviceArea-Box
    .serviceArea-Box-table
    tbody
    > tr:nth-child(odd)
    td:nth-child(odd) {
    background: white;
  }
  .Medical-insurance-information {
    padding-top: 0px;
    padding-bottom: 0px;
    background: var(--Grand-Light-Blue, #6096c5);
  }
  .Medical-insurance-information-Box {
    gap: 0 100px;
  }
  .Medical-insurance-information-Box-text {
    max-width: 50vw;
    text-align: center;
    margin: initial;
  }
  .Medical-insurance-information-Box-text h2 {
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3px;
    color: var(--White, #fff);
  }
  .Medical-insurance-information-Box-text h2::after {
    width: 78px;
    height: 2px;
    background: var(--White, #fff);
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
  }
  .Medical-insurance-information-Box-text-content {
    margin-top: 55px;
    margin-bottom: 0px;
  }
  .Medical-insurance-information-Box-text-content p {
    color: var(--White, #fff);
    max-width: 904px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6; /* 32px */
    letter-spacing: 4px;
  }
  .Medical-insurance-information-Box-text-content p span {
    display: inline-block;
  }
  .Medical-insurance-information-Box-img {
    max-width: 662px;
    margin: initial;
  }
  .fee-form {
    padding-top: 43px;
    padding-bottom: 72px;
  }
  .fee-form-Box {
    width: 500px;
    padding: 0;
    margin-top: 46px;
  }
  .question-section {
    padding-top: 60px;
    padding-bottom: 32px;
    background: var(--Grand-Grey, #e8e0d5);
  }
  .question-section .pubilc-title h2 {
    font-size: 30px;
    color: var(--Brand-Blue, #005bab);
  }
  .question-section .pubilc-title h2::after {
    background: var(--Brand-Blue, #005bab);
  }
  .question-section-Box {
    margin: 0 auto;
    margin-top: 90px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 996px;
    width: 996px;
  }
  .question-section-Box .card {
    margin: 44px 0;
  }
  .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);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
  .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 .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: 943px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 6.5px 26px 13.5px 26px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
  }
  .question-section-Box .card-header .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;
    border-radius: 10px;
  }
  .question-section-Box .card-header .header-title[aria-expanded="true"] svg {
    transform: rotate(180deg);
    top: 35%;
    transform-origin: 50% 50%;
  }
  .question-section-Box
    .card-header
    .header-title[aria-expanded="true"]
    svg
    path {
    stroke: white;
  }
}
