/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.button {
  font-family: 'boysen-bold', sans-serif, 'STHeiti Light', 'STHeiti', 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft Yahei';
  font-size: 20px;
  font-weight: 600;
  padding: 15px 35px;
  border: none;
  border-radius: 64px;
  cursor: pointer;
}
@media screen and (max-width: 420px) {
  .button {
    padding: 10px 22px;
    font-size: 16px;
  }
}
.button-primary {
  background-color: #00af7c;
  color: white;
}
.button-outline {
  background-color: white;
  color: #00af7c;
}
.ant-modal {
  position: absolute;
  height: 100vh;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.ant-modal-wrap {
  overflow: hidden !important;
}

.layoutContainer .layoutContent {
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 30px;
}
@media screen and (max-width: 420px) {
  .layoutContainer .layoutContent {
    padding: 58px 28px;
  }
}
.layoutContainer h1.layoutHeader {
  font-family: boysen-bold, sans-serif, 'STHeiti Light', 'STHeiti', 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft Yahei';
  text-align: center;
  font-size: 32px;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 420px) {
  .layoutContainer h1.layoutHeader {
    font-size: 24px;
  }
}

.comparison__container--desktop {
  background-color: #f4f3f3;
  text-align: center;
}
.comparison__subtext--desktop {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 700px) {
  .comparison__subtext--desktop {
    padding: 10px 22px;
    font-size: 16px;
    padding: 0;
  }
}
.comparison__table--desktop {
  margin-top: 30px;
}
.comparison__row--desktop,
.comparison__row-white--desktop {
  display: flex;
  padding: 15px 40px;
  font-size: 16px;
  text-align: left;
  align-items: center;
  justify-content: center;
}
.comparison__row-white--desktop {
  background-color: white;
  border-radius: 40px;
}
.comparison__table-header--desktop {
  text-align: center;
  font-size: 15px;
}
.comparison__data-column--desktop {
  display: flex;
  justify-content: center;
  align-self: center;
}
.comparison__superscript--desktop {
  font-size: 10px;
  margin-top: 6px;
}

.comparison__header--mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif, 'STHeiti Light', 'STHeiti', 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft Yahei';
  align-items: flex-start;
  color: #333333;
  font-size: 20px;
  font-weight: 500;
}
.comparison--subtext--mobile {
  font-size: 18px;
  color: #333333;
  text-align: left;
}
.comparison__container-evercare--mobile {
  background-color: white;
  border-radius: 10px;
  padding: 20px 20px;
  margin-bottom: 20px;
  border: 2px solid #00af7c;
}
.addStarMobile {
  position: absolute;
  right: -7px;
  bottom: 40%;
}
@media screen and (max-width: 420px) {
  .comparison__content--mobile {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.comparison__superscript-mobile {
  font-size: 10px;
  vertical-align: text-top;
}

.comparison .comparison--desktop {
  display: block;
}
@media screen and (max-width: 420px) {
  .comparison .comparison--desktop {
    display: none;
  }
}
.comparison .comparison--mobile {
  display: none;
}
@media screen and (max-width: 420px) {
  .comparison .comparison--mobile {
    display: block;
  }
}

.faq {
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif, 'STHeiti Light', 'STHeiti', 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft Yahei';
  font-weight: 300;
}
.faq .faqHeader {
  text-align: left !important;
}
.faq .faq-collapse .ant-collapse-item {
  border-bottom: 1px solid #e5e5e5;
}
.faq .faq-collapse .ant-collapse-item .ant-collapse-header {
  font-size: 18px;
  font-weight: 600;
  padding-top: 18px;
  padding-left: 58px;
  padding-bottom: 18px;
}
.faq .faq-collapse .ant-collapse-item .ant-collapse-content-box {
  padding-left: 40px;
}

.footer-mobile {
  display: none;
  z-index: 99999;
}
@media screen and (max-width: 420px) {
  .footer-mobile {
    display: flex;
    flex-direction: row;
    position: fixed;
    bottom: 0;
    background-color: white;
    width: 100vw;
    padding: 15px 15px;
  }
}
.footer-mobile__book-now {
  flex: 1;
  margin-left: 20px;
}
.footer-mobile__book-now button {
  width: 100%;
}

.footer-container {
  background-color: #f4f3f3;
  padding: 5% 10%;
  color: #333333 !important;
}
@media screen and (max-width: 1000px) {
  .footer-container {
    padding: 5% 20%;
  }
}
@media screen and (max-width: 600px) {
  .footer-container {
    padding: 5% 5%;
  }
}
@media screen and (max-width: 420px) {
  .footer-container {
    margin-bottom: 80px;
  }
}
.footer-container__inner-card {
  display: flex;
  margin: 20px;
  background-color: white;
  padding: 3% 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
}
.footer-container__contact-us {
  padding: 3% 5%;
  border-right: 1px solid #333333;
}
@media screen and (max-width: 1000px) {
  .footer-container__contact-us {
    border-right: none;
  }
}
.footer-container__request-booking {
  height: 100%;
  padding: 3% 5%;
}
@media screen and (max-width: 420px) {
  .footer-container__request-booking {
    display: none;
  }
}
.footer-container__contact-us__title,
.footer-container__request-booking__title {
  display: block;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 3px;
}
.footer-container__contact-us__subtitle,
.footer-container__request-booking__subtitle {
  font-size: 18px;
  margin-bottom: 20px;
}
.footer-container__request-booking__subtitle {
  margin-top: 2.5px;
}
.footer-container__contact-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 19.5px 0;
}
@media screen and (max-width: 420px) {
  .footer-container__contact-info > a {
    display: block;
    background-color: #f4f3f3;
    border-radius: 59px;
    padding: 12px 32px;
    width: 250px;
    margin: 0 auto 22px;
    text-align: left;
  }
  .footer-container__contact-info > a svg {
    vertical-align: middle;
  }
  .footer-container__contact-info > a .footer-container__contact-info__phone__details__label,
  .footer-container__contact-info > a .footer-container__contact-info__whatsapp_details__label {
    font-size: 14px;
    color: #a0a0a0 !important;
  }
}
.footer-container__contact-info__phone {
  margin-right: 50px;
}
.footer-container__contact-info__phone,
.footer-container__contact-info__whatsapp {
  display: flex;
}
@media screen and (max-width: 900px) {
  .footer-container__contact-info__phone,
  .footer-container__contact-info__whatsapp {
    background-color: #f4f3f3;
    padding: 10px 50px 10px 30px;
    border-radius: 50px;
    margin: 30px 0 0 0;
    margin-top: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 420px) {
  .footer-container__contact-info__phone,
  .footer-container__contact-info__whatsapp {
    padding: 0;
  }
}
.footer-container__contact-info__whatsapp {
  display: flex;
}
.footer-container__contact-info__whatsapp_details,
.footer-container__contact-info__phone__details {
  margin-left: 20px;
  text-align: left;
}
.mobile-phone-style {
  font-size: 20px;
}

.google-score {
  background-color: white;
  text-align: center;
}
.google-score .layoutContent {
  padding: 50px 30px;
}
.google-score .google-score__since {
  font-family: boysen, sans-serif, 'STHeiti Light', 'STHeiti', 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft Yahei';
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 200;
  color: #333333;
}
.google-score .google-score__google-reviews {
  width: 328px;
  height: 43px;
  margin-bottom: 24px;
}
@media screen and (max-width: 420px) {
  .google-score .google-score__google-reviews {
    width: 80%;
    height: auto;
  }
}

.headerContainer__language-selector {
  color: #333333;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 46px;
  float: right;
  margin-right: 12px;
}
.headerContainer__language-selector .ant-dropdown-menu-item {
  color: #333333;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 46px;
}
.headerContainer__language-selector > .anticon-down {
  vertical-align: middle !important;
}
.headerContainer__language-selector > .anticon-down svg {
  vertical-align: 6px !important;
  margin-right: 0 !important;
  margin-left: 10px;
}
@media screen and (max-width: 420px) {
  .headerContainer__language-selector > .anticon-down svg {
    margin-left: 4px;
  }
}
.headerContainer__language-selector svg {
  vertical-align: -6px;
  margin-right: 15px;
}
@media screen and (max-width: 420px) {
  .headerContainer__language-selector svg {
    margin-right: 6px;
  }
}
@media screen and (max-width: 420px) {
  .headerContainer__language-selector {
    font-size: 14px;
  }
}
.headerContainer {
  max-width: 1100px;
  height: 110px;
  background-color: white;
  margin: 0 auto;
  align-items: center;
}
.headerContainer .headerContainer__logo {
  margin-left: 10px;
}
@media screen and (max-width: 420px) {
  .headerContainer .headerContainer__logo {
    width: 155px;
  }
}
@media screen and (max-width: 360px) {
  .headerContainer .headerContainer__logo {
    width: 128px;
  }
}
@media screen and (max-width: 420px) {
  .headerContainer {
    height: 71px;
  }
}

.hero__container {
  background-image: url('/images/hero-image.jpg');
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 250px;
  text-align: left;
  color: #333333;
}
@media screen and (max-width: 420px) {
  .hero__container {
    background-image: url('/images/hero-image-mobile.jpg');
  }
}
.hero__container .layoutContent {
  margin-top: 114px;
  margin-bottom: 136px;
  padding: 0 18px;
}
@media screen and (max-width: 420px) {
  .hero__container .layoutContent {
    margin-top: 53px;
    margin-bottom: 53px;
    padding: 0 24px;
  }
}
.hero__title {
  max-width: 623px;
  font-weight: 600;
  font-family: boysen-bold, sans-serif, 'STHeiti Light', 'STHeiti', 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft Yahei';
  font-size: 56px;
  line-height: 56px;
}
@media screen and (max-width: 420px) {
  .hero__title {
    max-width: 300px;
    font-size: 36px;
    line-height: 42px;
  }
}
.hero__sub-title {
  max-width: 450px;
  font-weight: 600;
  font-family: boysen-bold, sans-serif, 'STHeiti Light', 'STHeiti', 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft Yahei';
  font-size: 32px;
  line-height: 40px;
  margin-top: 13px;
}
@media screen and (max-width: 420px) {
  .hero__sub-title {
    font-size: 23px;
    line-height: 30px;
  }
}
.hero__text {
  max-width: 623px;
  margin-top: 20px;
  font-size: 22px;
}
@media screen and (max-width: 420px) {
  .hero__text {
    font-size: 18px;
  }
}
.hero__text .hero__bullet-point {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1.3;
}
.hero__text .hero__bullet-point .hero__tick {
  margin-right: 20px;
}
.hero__buttons-container {
  display: flex;
  margin-top: 37px;
}
.hero__buttons-container .hero__book {
  margin-right: 20px;
}
@media screen and (max-width: 420px) {
  .hero__buttons-container {
    display: none;
  }
}
.price-tag {
  color: #00af7c;
  border: 1px solid #00af7c;
  border-radius: 100px;
  width: fit-content;
  width: -moz-fit-content;
  padding: 5px 10px;
  font-weight: 400;
}
.hero__price-tag--desktop {
  margin-top: 15px;
}
@media screen and (max-width: 420px) {
  .hero__price-tag--desktop {
    display: none;
  }
}
.hero__price-tag--mobile {
  display: none;
  margin-top: 20px;
}
@media screen and (max-width: 420px) {
  .hero__price-tag--mobile {
    display: block;
  }
}
.hero__superscript {
  font-size: 10px;
  margin-bottom: 10px;
}

.reviews {
  background-color: #edf8f3;
  text-align: center;
}
.reviews .reviews__carousel {
  display: none;
  margin-bottom: 16px;
}
.reviews .reviews__carousel .slick-dots-bottom {
  bottom: -12px;
}
.reviews .reviews__carousel .slick-dots-bottom .slick-active button {
  background-color: #00af7c;
}
.reviews .reviews__carousel .slick-dots-bottom button {
  background-color: rgba(0, 175, 124, 0.5);
}
@media screen and (max-width: 420px) {
  .reviews .reviews__carousel {
    display: block;
  }
}
.reviews .reviews__cta {
  align-items: center;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 420px) {
  .reviews .reviews__cta {
    display: none;
  }
}
.reviews .reviews__cta button:first-child {
  margin-right: 17px;
}
@media screen and (max-width: 420px) {
  .reviews .reviews__cta button:first-child {
    margin-right: 13px;
  }
}
.reviews .reviews__items {
  display: block;
  margin-bottom: 22px;
}
@media screen and (max-width: 420px) {
  .reviews .reviews__items {
    display: none;
  }
}
.reviews .reviews__items__card__avatar {
  margin-bottom: 12px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 780px) {
  .reviews .reviews__items__card__avatar {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 640px) {
  .reviews .reviews__items__card__avatar {
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
}
@media screen and (max-width: 420px) {
  .reviews .reviews__items__card__avatar {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}
.reviews .reviews__items__card {
  text-align: left;
  border-radius: 12px;
  background-color: white;
  height: 200px;
  padding: 16px;
  margin-bottom: 32px;
  flex: 1;
  margin-right: 24px;
}
.reviews .reviews__items__card .reviews__items__card__title {
  font-weight: 600;
  font-size: 16px;
}
.reviews .reviews__items__card .reviews__items__card__date {
  font-size: 13px;
  color: #a0a0a0;
  display: block;
  margin-bottom: 10px;
}
.reviews .reviews__items__card .reviews__items__card__body {
  font-size: 13px;
}

.protocols {
  background-color: #3dabaa;
  text-align: center;
  color: white;
}
.protocols h1.layoutHeader {
  color: white;
  margin-bottom: 64px;
}
.protocols .protocols__icon {
  margin-bottom: 19px;
}
.protocols .protocols-carousel {
  display: none;
}
.protocols .protocols-carousel .ant-carousel .slick-dots-bottom {
  bottom: 0;
}
@media screen and (max-width: 420px) {
  .protocols .protocols-carousel {
    display: block;
  }
}
.protocols .protocols-items {
  display: block;
}
@media screen and (max-width: 420px) {
  .protocols .protocols-items {
    display: none;
  }
}
.protocols .protocols__heading {
  font-weight: 600;
  color: white;
  font-size: 18px;
}
.protocols .protocols__body {
  color: white;
  font-size: 15px;
  margin-bottom: 32px;
}

.test-details .test-details__paragraph {
  text-align: center;
  font-size: 15px;
  max-width: 880px;
  margin: 0 auto 8px;
}
.test-details .test-details__paragraph--highlight {
  color: #3dabaa;
  margin-bottom: 62px;
}
@media screen and (max-width: 480px) {
  .test-details .test-details__paragraph--highlight {
    margin-bottom: 34px;
  }
}
.test-details .test-details__items .test-details__items__heading {
  font-family: boysen-bold, sans-serif, 'STHeiti Light', 'STHeiti', 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft Yahei';
  font-size: 20px;
  margin-bottom: 6px;
}
.test-details .test-details__items .test-details__items__paragraph {
  font-size: 15px;
  margin-bottom: 0;
  max-width: 320px;
}
.test-details .test-details__items ul {
  padding: 0;
  list-style-type: none;
}
.test-details .test-details__items ul li {
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .test-details .test-details__items {
    padding: 0 12px;
    flex-flow: column-reverse wrap;
  }
  .test-details .test-details__items .test-details__items__paragraph {
    max-width: inherit;
  }
  .test-details .test-details__items .ant-image {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .test-details .test-details__items .ant-image img {
    height: 100%;
    margin-bottom: 32px;
  }
}

.timeline__content {
  margin-top: 32px;
}
.timeline__content img {
  width: 100%;
  max-width: 954px;
  margin: 0 auto 32px;
}
.timeline__image-desktop {
  display: block;
}
@media screen and (max-width: 420px) {
  .timeline__image-desktop {
    display: none;
  }
}
.timeline__image-mobile {
  display: none;
  margin-bottom: 24px;
}
.timeline__image-mobile ul {
  display: flex;
  padding: 0;
  list-style-type: none;
  justify-content: space-between;
  margin: 0 -12px;
}
.timeline__image-mobile ul li {
  width: calc(50% - 8px);
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 20px;
}
.timeline__image-mobile ul li:first-child {
  background-color: #E9F7F1;
}
.timeline__image-mobile ul li:first-child .timeline__image-mobile__check a {
  color: #00AF7C;
}
.timeline__image-mobile ul li:last-child {
  background-color: #DFF5FF;
}
.timeline__image-mobile ul li:last-child .timeline__image-mobile__check a {
  color: #4885ED;
}
.timeline__image-mobile__check {
  margin-top: auto;
  font-size: 14px;
}
.timeline__image-mobile__title.ant-typography {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 0!important;
}
.timeline__image-mobile__subtitle.ant-typography {
  font-family: boysen, sans-serif, 'STHeiti Light', 'STHeiti', 'Microsoft JhengHei', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft Yahei';
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0!important;
}
.timeline__image-mobile__price.ant-typography {
  font-size: 16px;
  margin-bottom: 12px;
}
@media screen and (max-width: 420px) {
  .timeline__image-mobile {
    display: block;
  }
}
.timeline__footer {
  margin-left: 4%;
}
@media screen and (max-width: 1100px) {
  .timeline__footer {
    margin-left: 0%;
  }
}
@media screen and (max-width: 420px) {
  .timeline__footer {
    margin-left: 0;
  }
}
.timeline__call.ant-typography {
  font-size: 20px;
}
.timeline__note.ant-typography {
  font-size: 14px;
  font-weight: 300;
}

.why {
  margin-bottom: 0;
  padding-bottom: 0;
}
.why .layoutHeader {
  margin-bottom: 60px;
}
@media screen and (max-width: 420px) {
  .why .layoutHeader {
    margin-bottom: 38px;
  }
}
.why h3.reasons-header {
  color: #3dabaa;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  margin: 0 auto;
  max-width: 142px;
}
.why .reasons-container {
  overflow: hidden;
  padding: 13px 27px !important;
}
@media screen and (max-width: 310px) {
  .why .reasons-container {
    padding: 0 !important;
    font-size: 12px;
  }
}
.why .reasons-header-container {
  margin: auto;
  position: relative;
  display: flex;
  background-color: #e9f7f1;
  border-radius: 50px;
  width: 100%;
  height: 72px;
  overflow: hidden;
  align-items: center;
  padding: 18px 40px;
  justify-content: center;
}
.why .reasons-text {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  text-align: center;
}

.home-page {
  background-color: white;
}

@font-face {
  font-family: boysen-bold;
  src: url('/fonts/Boysen-Bold.ttf');
}
@font-face {
  font-family: boysen;
  src: url('/fonts/Boysen.ttf');
}

