.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  background-color: #e5e5e5;
  font-family: 'Noto Sans TC', sans-serif;
  color: #323232;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 40px;
  color: #a06;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1px;
}

p {
  margin-bottom: 30px;
  color: #000;
  line-height: 22px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.container {
  max-width: 1000px;
  padding: 30px 5%;
  background-color: #f5f5f5;
}

.container.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.container.header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.container.thank-you {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-copyright {
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 400;
}

.logo-col {
  margin-right: 20px;
}

.language-button {
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  font-family: Roboto, sans-serif;
  color: #6a3b5e;
  font-weight: 500;
  text-decoration: none;
}

.language-button:hover {
  color: #a06;
}

.title-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/title-icon.svg');
  background-position: 0px 0px;
  background-size: auto 40px;
  background-repeat: no-repeat;
}

.text-star {
  color: #a65e7e;
}

.question-text {
  position: relative;
  z-index: 1;
  display: inline;
  padding-right: 10px;
  background-color: #f5f5f5;
  color: #6a3b5e;
  line-height: 22px;
}

.submit-button {
  display: none;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  border-radius: 20px;
  background-color: #a65e7e;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  font-size: 17px;
  font-weight: 500;
}

.submit-button:hover {
  background-color: #6a3b5e;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  border-style: solid;
  border-color: #e4e4e4;
  background-image: url('../images/radio-button.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.radio-button.w--redirected-checked {
  width: 20px;
  height: 20px;
  border: 1px solid #e4e4e4;
  background-image: url('../images/radio-button-checked.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.question-text-hr {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.question-text-b {
  position: relative;
  margin-bottom: 20px;
  padding-right: 100px;
}

.button-b {
  display: inline-block;
  padding-left: 0px;
}

.radio-button-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-bottom: 15px;
  margin-left: -5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.expand-question3 {
  overflow: hidden;
  margin-top: -10px;
}

.align-center {
  text-align: center;
}

.select-width-18 {
  width: 18%;
  padding-right: 5px;
  padding-left: 5px;
}

.select-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.select-row.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-width-28 {
  width: 28%;
  padding-right: 5px;
  padding-left: 5px;
}

.text-field {
  border-radius: 8px;
  box-shadow: -1px -1px 3px 0 rgba(0, 0, 0, 0.05);
  font-size: 16px;
}

.question-b {
  margin-bottom: 30px;
}

.text-bold {
  color: #000;
  font-weight: 500;
}

.select-b {
  padding-top: 10px;
  padding-left: 15px;
  border-left: 1px solid #d7d7d7;
}

.select-b.border-none {
  border: 1px none #000;
}

.nlabel-none {
  display: none;
  margin-bottom: 0px;
}

.q2-car-park-field {
  overflow: hidden;
}

.header-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-label {
  margin-top: -1px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.select-width-15 {
  width: 15%;
  padding-right: 5px;
  padding-left: 5px;
}

.select-width-25 {
  width: 25%;
  padding-right: 5px;
  padding-left: 5px;
}

.expand-question2 {
  overflow: hidden;
  margin-top: -10px;
}

.mobile-label {
  display: none;
}

.q3-out-patient-comment-field {
  overflow: hidden;
}

.q2-diagnostic-field {
  overflow: hidden;
}

.q2-equipment-field {
  overflow: hidden;
}

.q2-facilities-field {
  overflow: hidden;
}

.q2-quietness-field {
  overflow: hidden;
}

.q2-cleanliness-field {
  overflow: hidden;
}

.q2-food-field {
  overflow: hidden;
}

.q2-nurse-field {
  overflow: hidden;
}

.q2-cashier-field {
  overflow: hidden;
}

.q2-registration-field {
  overflow: hidden;
}

.q2-doctor-field {
  overflow: hidden;
}

.q2-laboratory-field {
  overflow: hidden;
}

.q2-rehabilitation-field {
  overflow: hidden;
}

.q2-pharmacy-field {
  overflow: hidden;
}

.q3-in-patient-comment-field {
  overflow: hidden;
}

.q2-concierge-field {
  overflow: hidden;
}

.language-button-tc {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  color: #6a3b5e;
  font-weight: 400;
  text-decoration: none;
}

.language-button-tc:hover {
  color: #a06;
}

.submit-button-en {
  display: none;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  border-radius: 20px;
  background-color: #a65e7e;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
}

.submit-button-en:hover {
  background-color: #6a3b5e;
}

.text-label-en {
  margin-top: 1px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.question-text-en {
  position: relative;
  z-index: 1;
  display: inline;
  padding-right: 10px;
  background-color: #f5f5f5;
  font-family: Roboto, sans-serif;
  color: #6a3b5e;
  line-height: 17px;
  font-weight: 500;
}

.title-b-en {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/title-icon.svg');
  background-position: 0px 0px;
  background-size: auto 40px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
}

.text-field-en {
  border-radius: 8px;
  box-shadow: -1px -1px 3px 0 rgba(0, 0, 0, 0.05);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.heading-en {
  font-weight: 500;
  letter-spacing: 0.5px;
}

.select-width-25-en {
  width: 25%;
  padding-right: 5px;
  padding-left: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.paragraph-en {
  font-family: Roboto, sans-serif;
}

.radio-button-col-en {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.select-width-28-en {
  width: 28%;
  padding-right: 5px;
  padding-left: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.select-width-18-en {
  width: 18%;
  padding-right: 5px;
  padding-left: 5px;
}

.select-width-15-en {
  position: relative;
  width: 15%;
  padding-right: 5px;
  padding-left: 5px;
  font-family: Roboto, sans-serif;
}

.mobile-label-en {
  display: none;
}

.select-row-en {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-row-en-q2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thank-you-title {
  margin-bottom: 20px;
  padding-left: 0px;
  text-align: center;
}

.thank-you-full-height {
  height: 100%;
}

.full-width-button {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  background-color: #a65e7e;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.full-width-button:hover {
  background-color: #6a3b5e;
}

.full-width-button.max-width {
  max-width: 400px;
}

.icon-tick {
  margin-bottom: 20px;
}

.thank-you-title-en {
  margin-bottom: 20px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-align: center;
}

.full-width-button-en {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  background-color: #a65e7e;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.full-width-button-en:hover {
  background-color: #6a3b5e;
}

.full-width-button-en.max-width {
  max-width: 400px;
}

.header-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lauguage-line {
  width: 1px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #6a3b5e;
}

html.w-mod-js *[data-ix="expand-question-hidden"] {
  height: 0px;
}

html.w-mod-js *[data-ix="comment-field-hidden"] {
  height: 0px;
}

html.w-mod-js *[data-ix="fade-bottom-to-top"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media screen and (max-width: 767px) {
  .footer-copyright {
    font-size: 14px;
  }

  .question-text-b {
    padding-right: 40px;
  }

  .expand-question2 {
    overflow: hidden;
  }

  .mobile-label {
    display: block;
    line-height: 18px;
  }

  .desktop-label {
    display: none;
  }

  .heading-en {
    font-size: 22px;
  }

  .select-width-25-en {
    width: 45%;
    font-size: 14px;
    line-height: 18px;
  }

  .select-width-25-en.en {
    margin-bottom: 6px;
  }

  .radio-button-col-en {
    width: 50%;
  }

  .select-width-15-en.align-center {
    width: 11%;
  }

  .select-width-15-en.align-center.mobile-label-align {
    height: 110px;
  }

  .mobile-label-en {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    -webkit-transform: translate(50%, 0%) rotate(-90deg);
    -ms-transform: translate(50%, 0%) rotate(-90deg);
    transform: translate(50%, 0%) rotate(-90deg);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    white-space: nowrap;
  }

  .select-row-en-q2.en {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (max-width: 479px) {
  .select-width-18 {
    width: 18.5%;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 14px;
  }

  .select-width-28 {
    width: 26%;
    padding-right: 3px;
    padding-left: 3px;
  }

  .select-b {
    padding-left: 10px;
  }

  .select-width-15 {
    width: 12%;
    padding-right: 3px;
    padding-left: 3px;
  }

  .select-width-25 {
    width: 40%;
    padding-right: 3px;
    padding-left: 3px;
  }

  .desktop-label {
    display: none;
  }

  .title-b-en {
    background-size: auto 32px;
  }

  .heading-en {
    font-size: 20px;
    line-height: 32px;
  }

  .select-width-25-en {
    padding-right: 3px;
    padding-left: 3px;
    letter-spacing: 0px;
  }

  .radio-button-col-en.mobile-full-width {
    width: 100%;
  }

  .select-width-28-en {
    width: 26%;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 12px;
    line-height: 16px;
  }

  .select-width-18-en {
    padding-right: 3px;
    padding-left: 3px;
    font-size: 12px;
    line-height: 16px;
  }

  .select-width-15-en {
    width: 13%;
    padding-right: 3px;
    padding-left: 3px;
  }

  .mobile-label-en {
    display: block;
  }

  .select-row-en {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .select-row-en-q2 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}