@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h1 {
  margin-bottom: 0;
  font-family: Helvetica, Impact, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Helvetica, Impact, sans-serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 51px;
}

.header-section {
  display: block;
}

.container {
  box-shadow: none;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  background-color: #fff;
  padding-top: 2px;
  padding-bottom: 10px;
  box-shadow: 0 2px 5px #0003;
}

.menu-flex {
  justify-content: space-between;
  width: 81%;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-right: 20px;
  display: flex;
}

.nav-link {
  color: #000;
  white-space: nowrap;
  border-top: 5px solid #199ad600;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.nav-link:hover {
  color: #199ad6;
  border-top-color: #199ad6;
}

.nav-link.w--current {
  color: #199ad6;
  border-top-color: #199ad6;
  font-weight: 700;
}

.nav-link.drop {
  margin-right: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: flex;
}

.dropdown {
  font-family: Helvetica, Impact, sans-serif;
  font-weight: 700;
}

.dropdown-2 {
  width: 105.253%;
}

.dropdown-3 {
  margin-left: auto;
  margin-right: auto;
}

.flex-nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block {
  background-color: #199ad6;
}

.footer-wrapper {
  background-color: #199ad6;
  padding-top: 10px;
  padding-bottom: 10px;
}

.copyright-box {
  width: 50%;
  display: flex;
}

.flex-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copyright {
  margin-right: 20px;
  display: block;
}

.contact {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-us {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.emporwer-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.empower-text {
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  margin-right: 20px;
  padding-right: 10px;
  display: flex;
}

.text-block {
  color: #fff;
  margin-right: 20px;
  font-weight: 400;
}

.brand-box {
  justify-content: flex-end;
  align-items: center;
  width: 29%;
  padding-left: 0;
  display: flex;
}

.facebook-box {
  border-radius: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.facebook {
  color: #fff;
  border: 3px solid #fff;
  border-radius: 100px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 7px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.facebook:hover {
  background-color: #004e86;
}

.facebook.rmargin5 {
  margin-right: 10px;
}

.fb-logo {
  border: 2px solid #fff;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
}

.social {
  display: flex;
}

.instagram-box {
  border-radius: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.instagram {
  border-radius: 0;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
}

.text-block-2 {
  color: #fff;
  font-weight: 400;
}

.body {
  font-weight: 700;
}

.instagram-logo {
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
}

.brand {
  width: 17%;
  padding-bottom: 10px;
}

.drop-icon {
  width: 19px;
  height: 20px;
  margin-left: 10px;
  padding: 4px;
  display: flex;
}

.div-block-2 {
  width: 19px;
  padding: 6px;
  display: flex;
}

.image-2 {
  padding: 0;
}

.text-block-3 {
  color: #fff;
  padding-right: 10px;
}

.our-center-box {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content-wrappper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-wrappper.center-wrapper {
  background-color: #f2f3f3;
}

.centre-box {
  background-color: #fff;
  border-radius: 6px;
  width: 49%;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 20px;
  box-shadow: 0 2px 2px #0003;
}

.centre-heading {
  color: #199ad6;
  margin-bottom: 20px;
  font-family: Helvetica, Impact, sans-serif;
}

.center-address-box {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.address-flex {
  flex-flow: column;
  place-content: stretch flex-start;
  align-items: stretch;
  width: 51%;
  height: 195px;
  display: flex;
}

.text-block-4 {
  font-weight: 400;
}

.centre-content-list {
  color: #000;
  margin-bottom: 10px;
  font-family: Helvetica, Impact, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
}

.centre-content-list.address-flex {
  background-image: url('../images/pin-svgrepo-com.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
}

.centre-content-list.add {
  background-image: url('../images/pin-svgrepo-com.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.centre-content-list.phone {
  background-image: url('../images/phone-svgrepo-com.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.centre-content-list.mail {
  background-image: url('../images/email-14-svgrepo-com.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
}

.centre-content-list.address-center {
  min-height: 68px;
}

.hour {
  margin-bottom: 0;
}

.book-trail-class {
  min-height: 10px;
}

.book-box {
  height: 35px;
}

.book-container {
  text-align: left;
  background-color: #199ad6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #199ad6;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-family: Helvetica, Impact, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  display: flex;
  position: static;
}

.language-box {
  width: 10%;
}

.country-toggle {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.country-flag {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
}

.mid-heading-box, .tabs-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.tablink {
  color: #000;
  background-color: #ddd0;
  border-bottom: 2px solid #199ad600;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Helvetica, Impact, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.tablink.w--current {
  color: #199ad6;
  background-color: #fff0;
  border-bottom-color: #199ad6;
}

.flag-doplink {
  background-image: url('../images/indo.png');
  background-position: 23% 0;
  background-repeat: no-repeat;
  background-size: 25%;
  height: 120%;
  padding-top: 10px;
  padding-bottom: 20px;
  top: -18px;
}

.dropdown-link {
  color: #000;
  background-color: #fff;
  font-weight: 400;
}

.dropdown-link:hover {
  color: #199ad6;
  background-color: #e0e0e0c7;
}

.dropdown-link-2 {
  color: #000;
  font-family: Helvetica, Impact, sans-serif;
  font-weight: 400;
}

.dropdown-link-3, .dropdown-link-4, .dropdown-link-5 {
  font-family: Helvetica, Impact, sans-serif;
  font-weight: 400;
}

.dropdown-list, .dropdown-list-2 {
  background-color: #fff;
}

.centre {
  color: #333;
  background-color: #f3f3f300;
  border: 1px solid #0000;
  border-right: 1px #e7e7e7;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.centre.reason-icr {
  opacity: 1;
  color: #918e8e;
  background-color: #fff;
  border: 1px solid #e3e4e4;
  border-radius: 13px;
  height: 50px;
  padding-left: 20px;
}

.submit {
  background-color: #199ad6;
  border: 3px solid #199ad6;
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Helvetica, Impact, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.submit:hover {
  color: #000;
  background-color: #fff;
  border-width: 3px;
}

.schedule-form {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px;
  position: relative;
  box-shadow: 1px 1px 10px -2px #0003;
}

.sub-half-field {
  width: 48%;
}

.sub-half-field.code-number-copy {
  width: 60%;
}

.sub-half-field.code-number {
  width: 35%;
  height: 97%;
}

.checkbox-label {
  margin-left: 10px;
  font-family: Helvetica, Impact, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-3 {
  justify-content: space-between;
  display: flex;
}

.rules-wrapper {
  margin-top: 40px;
  margin-bottom: 25px;
}

.radio-box {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.red {
  color: #f4364c;
}

.form-field-box {
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
}

.rules-box {
  margin-bottom: 10px;
  display: flex;
  position: static;
  top: -17px;
}

.text-field-2 {
  border: 1px solid #e3e4e4;
  border-radius: 13px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-family: Helvetica, Impact, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-field-2.birthday {
  background-image: url('../images/calendar.png');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: 15px;
  background-attachment: scroll;
  padding-left: 40px;
}

.text-field-2.phone {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  display: flex;
}

.text-field-2.message {
  height: 100px;
}

.sex {
  margin-bottom: 0;
  margin-right: 20px;
}

.half-field-box {
  width: 48%;
}

.number-area-code-box {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  display: flex;
}

.field-label {
  color: #333c;
  margin-bottom: 10px;
  font-family: Helvetica, Impact, sans-serif;
  font-weight: 700;
}

.renarks-box, .textarea {
  height: 100px;
}

.recaptcha {
  margin-bottom: 40px;
}

.booking-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.accent-text {
  color: #199ad6;
}

.booking-content {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.heading {
  margin-top: 10px;
  font-family: Helvetica, Impact, sans-serif;
}

.menu {
  justify-content: space-between;
  display: flex;
}

.about-drop-link {
  color: #000;
  text-decoration: none;
}

.dropdown-list-3 {
  background-color: #dddddd8a;
}

.dropdown-list-3.w--open {
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  height: 50%;
}

.dropdown-list-4 {
  background-color: #dddddd24;
}

.dropdown-list-4.w--open {
  background-color: #ddd0;
  margin-top: 0;
}

.tab-block-wrapper {
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tab-link {
  color: #fff;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: break-word;
  background-color: #1981d6;
  border: 1px solid #ffffff6b;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 0;
  min-height: 65px;
  margin-right: 5px;
  padding-right: 0;
  font-size: 15px;
  line-height: 23px;
  text-decoration: none;
  display: flex;
}

.tab-link:hover {
  color: #1981d6;
  background-color: #0a5ca0;
}

.tab-link.w--current {
  color: #fff;
  background-color: #1a3668;
  border-width: 0;
  border-color: #1a366800;
}

.tab-link.w--current:hover {
  background-color: #4a90e2;
  border-color: #2d5b9a;
}

.tab-link.light {
  color: #000;
  background-color: #cecece;
}

.tab-link.light:hover {
  color: #fff;
  background-color: #199ad6;
}

.tab-link.red {
  background-color: #040707;
}

.tab-link.red:hover, .tab-link.blue {
  background-color: #199ad6;
}

.tab-link.blue:hover {
  background-color: #4a90e2;
}

.text-block-5 {
  direction: ltr;
  color: #fff;
  font-family: Helvetica, Impact, sans-serif;
  text-decoration: none;
}

.bold-text {
  color: #fff;
  font-family: Helvetica, Impact, sans-serif;
}

.form-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.course-box-price-1 {
  color: #f39909;
  font-size: 14px;
  font-weight: 400;
}

.course-box-price-1.inside {
  color: #000;
  font-weight: 700;
}

.course-box-price-item {
  border-bottom: 1px solid #fafafa;
  justify-content: space-between;
  margin-bottom: 2px;
  padding-bottom: 5px;
  font-family: Helvetica, Impact, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.course-box-register-wrapper {
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.select-field {
  color: #000;
  background-color: #f3f3f300;
  border-radius: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Helvetica, Impact, sans-serif;
}

.course-list-form-box {
  margin-bottom: 60px;
}

.course-box-price {
  border-top: 3px solid #f7f4ee00;
  align-self: stretch;
  padding-top: 0;
}

.booking-content-2 {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: none;
}

.form {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.form.filter-form {
  flex-flow: row;
}

.booking-wrapper-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.course-box-price-3 {
  color: #181818;
  text-align: right;
  font-size: 15px;
  font-weight: 600;
}

.course-box-price-3.inside {
  margin-left: 15px;
  font-size: 14px;
  font-weight: 400;
}

.filter-box {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.submit-button {
  display: none;
}

.course-image-box.location-image {
  background-image: url('../images/i-can-read-storefront.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.course-image-box.location-image.location-ang-mo {
  background-image: url('../images/2020-02-17.jpg');
  border-radius: 0;
}

.course-image-box.location-image.location-city {
  background-image: url('../images/IMG_3441.JPG');
}

.course-image-box.location-image.location-bedok {
  background-image: url('../images/BDK-New-Centre-Pics-171121-31.jpg');
}

.accent-text-2 {
  color: #f4364c;
}

.course-box {
  border: 1px solid #f0f0f0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 31%;
  padding-bottom: 30px;
  transition: all .2s;
  display: flex;
}

.course-box:hover {
  box-shadow: 0 10px 15px 8px #00000008;
}

.course-box.inside {
  background-color: #fff;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: stretch;
  width: 31%;
  min-width: 31%;
  min-height: 270px;
  margin-bottom: 3%;
  margin-right: 2%;
  padding-bottom: 10px;
  display: block;
  overflow: hidden;
  box-shadow: 1px 1px 10px -2px #0003;
}

.course-box.inside:hover {
  box-shadow: -1px 4px 19px -7px #0003;
}

.course-box-details-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 25px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.box-button {
  box-shadow: none;
  background-color: #1c5eb5;
  margin-right: 0;
  padding: 11px 23px;
  transition: background-color .325s;
}

.box-button:active {
  background-color: #1274cf;
}

.box-button.free-assessment-button {
  background-color: #199ad6;
  border-radius: 10px;
  font-family: Helvetica, Impact, sans-serif;
  font-weight: 700;
}

.assess-wrapper {
  display: block;
}

.course-box-content {
  justify-content: space-between;
  display: flex;
}

.course-box-content.multiple {
  flex-wrap: wrap;
  place-content: flex-start space-between;
  align-items: stretch;
  display: flex;
}

.link-block {
  color: #000;
  text-align: center;
  border: 2px solid #1981d6;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 49%;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Helvetica, Impact, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.course-box-price-3-wrapper {
  text-align: left;
  min-width: 74px;
}

@media screen and (min-width: 1280px) {
  .centre-image-box {
    min-height: 220px;
  }

  .centre-content-list.address-center {
    min-height: 47px;
  }

  .button {
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Helvetica, Impact, sans-serif;
    font-size: 17px;
    line-height: 28px;
  }

  .form {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .form.filter-form {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }
}

@media screen and (min-width: 1440px) {
  .tab-link {
    border-width: 1px;
    border-color: #ffffff47;
    min-height: 60px;
  }

  .tab-link.w--current {
    border-width: 2px;
    border-color: #1a366896;
  }
}

@media screen and (min-width: 1920px) {
  .tab-link.w--current {
    border-width: 2px;
    border-color: #1a3668b0;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 91%;
  }

  .navbar {
    box-shadow: 4px 2px 5px 2px #0003;
  }

  .menu-flex {
    width: 100%;
  }

  .nav-menu {
    color: #fff;
    background-color: #fffefe;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 0;
  }

  .nav-link {
    border-top-style: none;
    border-bottom: 5px #199ad600;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
  }

  .nav-link:hover {
    background-color: #00000026;
    border-bottom-color: #199ad6ad;
  }

  .nav-link.drop {
    padding-bottom: 3px;
    padding-left: 25px;
  }

  .dropdown-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .flex-nav {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .copyright-box {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .flex-wrapper {
    flex-flow: wrap;
  }

  .copyright {
    text-align: right;
    margin-right: 10px;
    position: static;
  }

  .contact {
    text-align: left;
    white-space: nowrap;
    overflow-wrap: normal;
    mix-blend-mode: normal;
    justify-content: center;
    align-items: center;
  }

  .emporwer-box {
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .empower-text {
    white-space: normal;
    word-break: break-all;
    width: 40%;
  }

  .text-block-2 {
    text-align: right;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: border-box;
    font-size: 12px;
  }

  .brand {
    width: 30%;
  }

  .drop-icon {
    width: 20px;
    height: 30px;
    position: relative;
    top: -4px;
  }

  .menu-botton {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    font-size: 40px;
    display: block;
  }

  .menu-botton.w--open {
    color: #000;
    background-color: #fff;
    padding-top: 18px;
  }

  .centre-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .address-flex {
    height: 165px;
  }

  .centre-content-list.address-center {
    min-height: auto;
  }

  .language-box {
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: none;
  }

  .country-toggle {
    width: 100%;
  }

  .flag {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-link {
    padding-left: 37px;
  }

  .dropdown-list-2.w--open {
    background-color: #fff;
  }

  .centre {
    padding-right: 10px;
  }

  .div-block-3, .form-field-box {
    flex-flow: wrap;
  }

  .text-field-2 {
    margin-bottom: 0;
  }

  .text-field-2.phone {
    padding-top: 0;
    padding-left: 10px;
  }

  .half-field-box {
    width: 100%;
    margin-bottom: 10px;
  }

  .number-area-code-box {
    padding-right: 10px;
  }

  .field-label {
    margin-bottom: 10px;
  }

  .booking-content {
    font-size: 13px;
  }

  .tab-block-wrapper {
    flex-flow: wrap;
  }

  .tab-link {
    border-width: 2px;
    border-color: #ffffff4d;
    justify-content: center;
    align-items: center;
    width: 33%;
    min-height: 72px;
    margin-bottom: 5px;
    margin-right: 0;
    display: flex;
  }

  .tab-link.w--current {
    border-color: #1a3668;
    display: flex;
  }

  .select-field {
    width: 48%;
    margin-bottom: 10px;
  }

  .booking-content-2 {
    font-size: 13px;
  }

  .form {
    flex-flow: wrap;
  }

  .form.filter-form {
    flex-flow: wrap;
    align-items: flex-start;
  }

  .filter-box {
    width: 98%;
  }

  .course-box.inside {
    width: 48%;
  }

  .link-block {
    width: 49%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .emporwer-box {
    flex-flow: wrap;
    margin-bottom: 20px;
  }

  .empower-text {
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 60%;
  }

  .brand-box {
    margin-left: 10px;
  }

  .brand {
    width: 45%;
  }

  .address-flex {
    height: 190px;
  }

  .tabs-menu {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .tablink {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .sub-half-field.code-number-copy {
    width: 100%;
    margin-top: 10px;
  }

  .sub-half-field.code-number {
    width: 100%;
  }

  .text-field-2.phone {
    padding-left: 10px;
  }

  .field-label {
    white-space: nowrap;
    width: 150px;
  }

  .booking-content {
    text-align: left;
  }

  .tab-link {
    white-space: normal;
    width: 256px;
    height: auto;
    line-height: 20px;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .select-field {
    width: 100%;
  }

  .booking-content-2 {
    text-align: center;
  }

  .course-box {
    flex-wrap: wrap;
    width: 50%;
  }

  .course-box.inside {
    width: 100%;
    min-width: 100%;
  }

  .course-box-content {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    text-align: center;
    font-size: 34px;
    line-height: 44px;
  }

  .footer-wrapper {
    padding-top: 40px;
  }

  .copyright-box {
    flex-flow: wrap;
    margin-bottom: 20px;
  }

  .copyright {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .contact-us {
    text-align: center;
  }

  .emporwer-box {
    order: 1;
  }

  .empower-text {
    flex-flow: wrap;
    width: 90%;
    margin-bottom: 20px;
  }

  .brand-box {
    width: 40%;
  }

  .facebook {
    justify-content: center;
    align-items: center;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    padding: 5px;
    display: flex;
  }

  .text-block-2 {
    text-align: center;
  }

  .brand {
    width: 65%;
  }

  .menu-botton {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .center-address-box {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .address-flex {
    width: 100%;
    height: 175px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .tabs-menu {
    justify-content: center;
    align-items: center;
  }

  .tablink {
    font-size: 15px;
  }

  .sub-half-field.code-number-copy {
    width: 100%;
  }

  .sub-half-field.code-number {
    width: 100%;
    margin-bottom: 20px;
  }

  .checkbox-label {
    font-size: 12px;
    line-height: 22px;
  }

  .field-label {
    font-size: 13px;
  }

  .booking-content {
    text-align: center;
  }

  .heading {
    font-size: 40px;
    line-height: 50px;
  }

  .tab-block-wrapper {
    justify-content: space-between;
  }

  .tab-link {
    text-align: center;
    width: 48%;
    min-height: 66px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    line-height: 17px;
  }

  .tab-link.w--current {
    padding: 0;
  }

  .bold-text {
    font-size: 14px;
  }

  .course-box-price-1.inside {
    font-size: 10px;
  }

  .course-box-register-wrapper {
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
  }

  .select-field {
    width: 100%;
    margin-right: 0;
  }

  .course-box-price {
    margin-top: 10px;
  }

  .course-box-price-3.inside {
    white-space: normal;
    word-break: break-all;
    font-size: 11px;
  }

  .course-image-box {
    height: 236px;
  }

  .course-box {
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    min-height: 430px;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .course-box.inside {
    border-style: none;
    width: 100%;
    min-width: 100%;
    margin-bottom: 5%;
    margin-right: 0%;
    box-shadow: -1px 4px 5px -2px #0003;
  }

  .course-box-details-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    line-height: 19px;
  }

  .course-box-content {
    flex-direction: column;
  }

  .course-box-content.multiple {
    margin-left: 10px;
    margin-right: 10px;
  }
}


@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}