@charset "UTF-8";
.ServiceOverview .ServiceOverviewBox .ServiceOverviewText h2::after{
  width: 104px;
  bottom: -2px;
}
.ServiceOverview .ServiceOverviewBox .ServiceOverviewBox-contact-us-btn{
  margin-top: 28px;
  margin-bottom: 8px;
  padding:14px 20px;
}

.address-List {
  margin-top: 28px;
}
.address-List .address-List-item {
  margin-bottom: 08px;
}
.address-List .address-List-item h3 {
  color: var(--White, #fff);
  text-align: justify;
  font-family: "Noto Sans HK";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  letter-spacing: 3.6px;
}
.address-List .address-List-item p {
  color: var(--White, #fff);
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 3.2px;
}
.address-List .address-List-item>div{
  margin-top: 7px;
  gap: 10px;
}
.address-List .address-List-item h4 {
  flex-shrink: 0;
  color: var(--White, #fff);
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 3.2px;
}

.Appointment-form{
margin-top: 0px;
}
.ServiceOverview{
  padding-top: 30px;
  padding-bottom: 28px;
}
.dentistIntro{
  margin-top: 60px;
}
.dentistIntro .container>h2{
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Noto Sans HK";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  margin-bottom: 30px;
  position: relative;
}
.dentistIntro .container>h2::after{
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background-color: white;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

/* .appointmentForm-contact .pubilc-title {
  margin-top: 20px;
}
.appointmentForm-contact .pubilc-title .title-time > p:nth-child(1) {
  text-align: center;
  font-family: "Noto Sans HK";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  letter-spacing: 1.8px;
  color: var(--Grand-Gold, #dea742);
}
.appointmentForm-contact .pubilc-title .title-time > p:nth-child(2) {
  text-align: center;
  font-family: "Noto Sans HK";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  letter-spacing: 1.8px;
  margin-top: 11.5px;
  color: var(--Grey-Mid, #666);
} */




.Servicbg-Box {
  background: var(--Grand-Light-Blue, #6096C5);
}
.Servicbg-Box .ServiceOverview .ServiceOverviewText h2, .Servicbg-Box .ServiceOverview .ServiceOverviewText h3, .Servicbg-Box .ServiceOverview .ServiceOverviewText p {
  color: var(--White, #FFF);
}
.Servicbg-Box .ServiceOverview .ServiceOverviewText h2::after {
  background-color: var(--White, #FFF);
}

/* .Appointment-form {
  padding-bottom: 0px;
}
.Appointment-form form {
  text-align: right;
}
.Appointment-form .flex-ga {
  gap: 20px;
}
.Appointment-form-Box {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.Appointment-form-Box-img {
  max-width: 980px;
  width: 980px;
}
.Appointment-form-Box-text {
  max-width: 940px;
  margin: auto;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: inherit;
}
.Appointment-form-Box-text-title {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Appointment-form-Box-text-title h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
}
.Appointment-form-Box-text-title p {
  font-size: 20px;
  font-style: normal;
  line-height: 1.6; 
  letter-spacing: 4px;
}
.Appointment-form-Box-text-form-message {
  flex: 2;
  max-width: 680px;
}
.Appointment-form-Box-text-form-message form {
  margin: 0px 0 0;
  gap: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.Appointment-form-Box-text-form-message form > div,
.Appointment-form-Box-text-form-message form button {
  flex: 1;
}
.Appointment-form-Box-text-form-message form .form-group {
  width: 100%;
}
.Appointment-form-Box-text-form-message form .form-group label {
  color: var(--Brand-Blue, #005bab);
  font-family: "Noto Sans HK";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

}
.Appointment-form-Box-text-form-message form .form-group .form-control {
  padding: 6px 12px;
  margin-top: 10px;
  field-sizing: content;
}
.Appointment-form-Box .form-group .dropdown {
  margin-top: 10px;
}
.Appointment-form-Box .form-group .dropdown button {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e8f0ff;
  background: #e8f0ff;
  text-align: left;
}
.Appointment-form-Box .form-group .dropdown button div {
  text-align: left;
  display: inline-block;
  width: 95%;
}
.Appointment-form-Box .form-group .selected-services {
  margin-top: 20px;
}
.Appointment-form-Box .form-group .selected-services span {
  padding: 0px 8px 0px 15px;
  border-radius: 43px;

  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; 
  display: inline-flex;
  align-items: center;
}
.Appointment-form-Box .form-group .selected-services span .btn-close-white {
  filter: none !important;
  background-size: 21px 21px;
}
.Appointment-form-Box button {
  border: none;
  background: none;
  margin-left: auto;
}
.Appointment-form-Box .Appointment-form-btn {
  margin: initial;
  margin-left: auto;
}
.Appointment-form .custom-phone-input select {
  margin-right: 10px;
  color: var(--Grey-Deep, #4d4d4d);
  font-family: "Noto Sans HK";
  font-style: normal;
  font-weight: 500;
  line-height: normal;

}

.Appointment-form {
  padding-bottom: 46px;
}
.Appointment-form-Box-text {
  padding: 0;
}
.Appointment-form-Box-text-form-message form {
  margin-top: 0;
}
.Appointment-form-Box-text-form-message form .form-title p,
.Appointment-form-Box-text-form-message form .form-title label {
  color: var(--Grey-Mid, #666);
  text-align: justify;
  font-family: "Noto Sans HK";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; 
  letter-spacing: 2.8px;
}
.Appointment-form-Box-text-form-message form .form-title label {
  align-items: center;
  gap: 5px;
  margin-top: 23px;
}
.Appointment-form-Box-text-form-message form .form-title label a {
  color: var(--Grand-Gold, #dea742);
  font-family: "Noto Sans HK";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 2.8px;
}
.Appointment-form-Box-text-form-message form .submit {
  margin-top: 42px;
}


input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 23px;
  border-radius: 7px;
  border: 2px solid var(--Grand-Gold, #DEA742);
  cursor: pointer;
}


input[type=checkbox]:checked {
  border-radius: 7px;
  background-color: var(--Grand-Gold, #DEA742);
}

input[type=checkbox]:checked::after {
  content: "✓";
  line-height: 20px;
  color: #fff; 
  display: block;
  text-align: center;
} */

@media screen and (min-width: 992px) {
  .ServiceOverview .ServiceOverviewBox .ServiceOverviewText h2::after{
    width: 104px;
    bottom: 0;
  }
  .ServiceOverview .ServiceOverviewBox .ServiceOverviewBox-contact-us-btn{
  letter-spacing: 2.4px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding:18px 25px;
  }
  

  .ServiceOverview{
    padding-bottom: 60px;
  }
  .dentistIntro{
    margin-top: 0;
  }
  .address-List {
    margin-top: 18px;
  }
  .address-List .address-List-item {
    margin-bottom: 28px;
  }
  .address-List .address-List-item h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 4.8px;
  }
  .address-List .address-List-item p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 4px;
  }
  .address-List .address-List-item p span {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    letter-spacing: 4px;
  }
  .address-List .address-List-item>div{
    gap: 15px;
  }
  .address-List .address-List-item h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 2px;
  }
  .Servicbg-Box {
    background: var(--Grand-Light-Blue, #6096C5);
  }
  .Servicbg-Box .ServiceOverview .ServiceOverviewText h2, .Servicbg-Box .ServiceOverview .ServiceOverviewText h3, .Servicbg-Box .ServiceOverview .ServiceOverviewText p {
    color: var(--White, #FFF);
  }
  .Servicbg-Box .ServiceOverview .ServiceOverviewText h2::after {
    background-color: var(--White, #FFF);
  }
  .flex-ga {
    width: 46%;
  }
  .new-public-button {
    width: 193px;
  }

  
.Appointment-form{
  margin-top: 0px;
  }
  /* .Appointment-form-Box {
    padding: 0 0;
  }
  .Appointment-form-Box-text-form-message {
    max-width: 100%;
  }
  .Appointment-form-Box-text-form-message form .form-group {
    width: 100%;
  }
  .Appointment-form-Box-text .form-group .dropdown button {
    width: 100%;
  }
  .appointmentForm-contact .pubilc-title {
    margin-top: 45px;
  }
  .appointmentForm-contact .pubilc-title .title-time > p:nth-child(1) {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 2.4px;
    color: var(--Grand-Gold, #dea742);
  }
  .appointmentForm-contact .pubilc-title .title-time > p:nth-child(2) {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 2.4px;
    margin-top: 11.5px;
    color: var(--Grey-Mid, #666);
  }
  .Appointment-form {
    padding-bottom: 64px;
  }
  .Appointment-form-Box {
    box-shadow: none;
  }
  .Appointment-form-Box-text {
    padding: 0;
  }
  .Appointment-form-Box-text-form-message form {
    margin-top: 0;
  } */
  /* .Appointment-form-Box-text-form-message form .form-title p,
  .Appointment-form-Box-text-form-message form .form-title label {
    color: var(--Grey-Mid, #666);
    text-align: justify;
    font-family: "Noto Sans HK";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; 
    letter-spacing: 3.6px;
  }
  .Appointment-form-Box-text-form-message form .form-title label {
    gap: 5px;
    margin-top: 9px;
  }
  .Appointment-form-Box-text-form-message form .form-title label a {
    color: var(--Grand-Gold, #DEA742);
    font-family: "Noto Sans HK";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 3.6px;
  }
  .Appointment-form-Box-text-form-message form .submit {
    margin-top: 65px;
  } */
}
@media screen and (min-width: 1660px) {
  /* .flex-ga {
    width: auto;
  }
  .Appointment-form-Box-text-form-message {
    max-width: 680px;
  }
  .Appointment-form-Box-text-form-message form .form-group {
    width: 280px;
  }
  .Appointment-form-Box-text .form-group .dropdown button {
    width: 280px;
  } */
}