.link-info-wrapper {
  position: static;
  height: auto;
  background-color: #252525;
}

.link-info {
  display: block;
  height: auto;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.info-wrapper {
  float: left;
}

.email {
  padding: 10px 20px 10px 32px;
  float: left;
  background-image: url('../images/email.png');
  background-position: 0px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.email.phone {
  margin-right: 25px;
  padding: 10px 0px 10px 30px;
  float: left;
  background-image: url('../images/phone_1.png');
  background-position: 5px 50%;
  background-size: auto;
  font-size: 12px;
}

.phone {
  padding: 15px 21px 15px 36px;
  background-image: url('../images/phone.png');
  background-position: 0px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
}

.portal-wrapper {
  height: auto;
}

.portal {
  width: 159px;
  height: auto;
  margin-left: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 45px;
  float: right;
  background-color: hsla(0, 0%, 41%, .15);
  background-image: url('../images/portal.png');
  background-position: 15px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.portal:hover {
  background-color: rgba(99, 99, 99, .3);
}

.portal.admin {
  width: 100px;
  margin-left: 1px;
  padding-left: 40px;
  float: right;
  background-image: url('../images/admin.png');
  background-position: 15px 50%;
  background-size: auto;
  font-size: 12px;
}

.portal.register {
  width: 130px;
  height: auto;
  padding-top: 10px;
  padding-left: 20px;
  border-top-right-radius: 0px;
  background-color: hsla(0, 0%, 41%, .15);
  background-image: url('../images/register.png');
  background-position: 15px 50%;
  background-size: auto;
  font-size: 12px;
}

.portal.register:hover {
  width: 130px;
  border-top-right-radius: 0px;
  background-color: rgba(99, 99, 99, .3);
}

.portal.register.w--current {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0px;
  background-color: hsla(0, 0%, 41%, .15);
  font-size: 12px;
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.text {
  float: none;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.navigation {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.nav-text {
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  cursor: pointer;
}

.nav-text:hover {
  padding-bottom: 10px;
  border-bottom: 4px solid hsla(0, 0%, 100%, .21);
  background-color: transparent;
  color: #fff;
}

.nav-text.w--current {
  border-style: none none solid;
  border-width: 2px 2px 4px;
  border-color: #fff #fff #dd4911;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
}

.nav-text.dropdown {
  margin-top: 0px;
  color: #fff;
}

.nav-text.dropdown:hover {
  color: #000;
}

.nav-text.dropdown.w--current {
  color: #000;
}

.nav-text.dropdown.w--current:hover {
  color: #000;
}

.logo {
  margin-top: 33px;
}

.logo.dropdown {
  margin-top: 10px;
}

.nav-menu {
  padding-bottom: 0px;
  float: right;
  border-bottom: 1px solid hsla(180, 3%, 77%, .5);
}

.nav-menu.dropdown {
  padding-bottom: 0px;
  border-bottom-style: none;
}

.nav-container {
  max-width: 1170px;
}

.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.social-media {
  margin-top: 30px;
  margin-bottom: 0px;
  float: none;
}

.facebook {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  float: none;
  border: 2px none #fff;
  border-radius: 200px;
  background-color: hsla(0, 0%, 100%, .2);
  background-image: url('../images/Fb.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.facebook:hover {
  background-color: hsla(0, 0%, 100%, .45);
}

.facebook.twitter {
  margin-right: 10px;
  float: none;
  background-image: url('../images/Twitter.png');
  background-position: 50% 50%;
  background-size: auto;
}

.facebook.ig {
  margin-right: 10px;
  background-color: hsla(0, 0%, 100%, .2);
  background-image: url('../images/Ig.png');
  background-position: 50% 50%;
  background-size: auto;
}

.facebook.ig:hover {
  background-color: hsla(0, 0%, 100%, .45);
}

.hero-header-wrapper {
  display: block;
  max-width: 1170px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: left;
}

.schedule {
  width: 160px;
  height: 45px;
  margin-right: 10px;
  padding: 12px 20px 10px;
  float: left;
  border-radius: 5px;
  background-color: #dd4911;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.schedule:hover {
  background-color: #ff4905;
  color: #fff;
}

.schedule.about-us {
  width: 140px;
  margin-left: 0px;
  padding-top: 12px;
  padding-right: 30px;
  padding-left: 30px;
  float: right;
  background-color: #e0e0e0;
  color: #000;
  font-weight: 400;
}

.schedule.about-us:hover {
  background-color: #fff;
}

.tagline {
  margin-bottom: 40px;
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
}

.black {
  color: #000;
}

.tag {
  margin-bottom: 60px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
}

.quick-search {
  position: absolute;
  top: 135px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 390px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  float: right;
  border-bottom: 1px none #00a589;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 20px;
  background-color: transparent;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, .61);
}

.our-classes-wrapper {
  height: auto;
}

.our-classes {
  display: block;
  height: auto;
  max-width: 1170px;
  margin: 70px auto;
  text-align: center;
}

.hero-banner-wrapper {
  position: relative;
  height: auto;
  margin-bottom: 30px;
}

.global-navigation-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  width: 100%;
  background-color: transparent;
  text-align: center;
}

.hero-slider-wrapper {
  height: 620px;
}

.slider-banner {
  padding-top: 91px;
  background-image: url('../images/Background.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slider-banner.slide-2 {
  background-image: url('../images/slide2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slider-banner.slide-3 {
  background-image: url('../images/Background-2.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.quick-search-wrapper {
  position: relative;
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.subjects {
  padding-top: 135px;
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('../images/English.png');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 20px;
}

.subjects.math {
  background-image: url('../images/math.png');
  background-size: auto;
}

.subjects.science {
  background-image: url('../images/science.png');
  background-position: 50% 0px;
  background-size: auto;
}

.subjects.chinese {
  background-image: url('../images/Homepage.png');
  background-position: 50% 0px;
}

.text-title {
  margin-top: 0px;
}

.red {
  display: block;
  width: 75px;
  height: 3px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  background-color: #e08379;
}

.red.green {
  background-color: #16cb96;
}

.red.blue {
  background-color: #77abc1;
}

.subject {
  margin-top: 50px;
}

.sub-header {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #848484;
  font-size: 22px;
  font-weight: 400;
}

.header {
  font-size: 45px;
}

.tuitors-section {
  margin-bottom: 20px;
  background-color: #252525;
}

.tuitors {
  display: block;
  height: auto;
  max-height: 300px;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.testimonial-wrapper {
  height: auto;
  margin-top: 40px;
}

.testimonial {
  position: static;
  display: block;
  max-width: auto;
}

.image {
  position: absolute;
  left: 0px;
  top: -50px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  border: 8px solid #e8e1d1;
  border-radius: 200px;
  background-image: url('../images/image2_1.jpg');
  background-position: 40% 2%;
  background-size: 200px;
  background-repeat: no-repeat;
}

.image._2 {
  background-image: url('../images/Homepage.jpg');
  background-position: -55px 0px;
  background-size: 200px;
}

.testimonial-content {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  line-height: 23px;
  text-align: center;
}

.color {
  color: #dd4911;
}

.slider-section {
  overflow: hidden;
  height: auto;
  padding-top: 60px;
  background-color: transparent;
  font-size: 15px;
}

.mask {
  overflow: visible;
  height: auto;
  padding-bottom: 79px;
  background-color: #f0f0f0;
}

.get-in-touch-section {
  position: relative;
  height: auto;
  margin-top: 10px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 161, 134, .4), rgba(0, 161, 134, .4)), url('../images/image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 161, 134, .4), rgba(0, 161, 134, .4)), url('../images/image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.payment {
  position: relative;
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.gobal-footer-wrapper {
  height: auto;
  background-color: #252525;
}

.payment-content {
  width: 635px;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}

.footer-wrapper {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.get-in-touch-box {
  position: absolute;
  top: -36px;
  right: 0px;
  z-index: 10;
  width: 385px;
  height: 460px;
  float: right;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 0 25px 8px rgba(34, 34, 34, .17);
}

.text-field {
  display: block;
  width: 310px;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 15px;
}

.text-field:hover {
  border-color: #727778;
  color: #727778;
}

.text-field.message {
  height: 95px;
  margin-bottom: 20px;
}

.heading {
  color: #202323;
  text-align: center;
}

.heading.small {
  margin-bottom: 17px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.submit {
  display: block;
  width: 310px;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 5px;
  background-color: #b5bbbd;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 15px;
}

.submit:hover {
  background-color: #727778;
  color: #fff;
}

.register {
  width: 210px;
  height: 60px;
  padding-top: 21px;
  border-top-right-radius: 20px;
  background-color: #202323;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.register.w--current {
  padding-top: 21px;
  border-top-right-radius: 20px;
  background-color: #00a589;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.button {
  width: 333px;
}

.slide-nav {
  bottom: 12px;
}

.tab-menu-wrapper {
  border-bottom: 5px solid #00a589;
}

.tab-menu {
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top-left-radius: 20px;
  background-color: #2f3131;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.tab-menu.w--current {
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top-left-radius: 20px;
  background-color: #00a589;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.tab-menu-1 {
  top: 1px;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  float: right;
  border-top-right-radius: 20px;
  background-color: #202323;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.tab-menu-1.w--current {
  padding-top: 25px;
  background-color: #00a589;
}

.content-wrapper {
  margin-top: 0px;
  padding-top: 25px;
  border-bottom-left-radius: 20px;
  background-color: hsla(0, 0%, 9%, .95);
}

.text-field-box {
  display: block;
  width: 320px;
  height: 45px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  font-size: 15px;
}

.reset-button {
  width: 120px;
  height: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 65px;
  border: 2px solid #727778;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #b3b3b3;
  font-size: 15px;
  cursor: pointer;
}

.reset-button:hover {
  border-color: #fff;
  color: #fff;
}

.reset-button.go {
  margin-top: 0px;
  margin-left: 10px;
  background-color: #727778;
  color: #fff;
}

.reset-button.go:hover {
  background-color: #fff;
  color: #727778;
}

.slide-nav-2 {
  bottom: 10px;
}

.link-email {
  color: #fff;
  text-decoration: none;
}

.about-us {
  font-weight: 700;
}

.tutor-image {
  width: 300px;
  height: 300px;
  float: left;
  background-image: url('../images/founder.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tutor-name {
  margin-top: 50px;
  margin-bottom: 4px;
  color: #00a589;
  font-size: 30px;
  font-weight: 600;
}

.tutor-position {
  margin-bottom: 10px;
  color: #fff;
  font-size: 23px;
  font-weight: 300;
}

.teacher-descripton {
  margin-top: 23px;
  margin-right: 35px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.description {
  width: 812px;
  height: auto;
  float: right;
}

.drop-menu {
  position: fixed;
  z-index: 300;
  width: 100%;
  height: 60px;
  background-color: #00a589;
}

.container-wrapper {
  position: relative;
  overflow: auto;
  min-height: 500px;
  padding-top: 60px;
  padding-bottom: 70px;
  text-align: left;
}

.container {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}



.inside-main-header {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 36px;
  width: 100%;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.inside-sub-header {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.inside-sub-header.h1 {
  margin-bottom: 34px;
  color: #474747;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

.list-name {
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-size: 17px;
  font-weight: 400;
}

.inside-sub-header-h1 {
  margin-bottom: 16px;
  color: #dd4911;
  font-size: 20px;
}

.our-vision-box {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 30px 20px;
  border: 4px solid #e7dbba;
  border-radius: 15px;
  background-color: #fff;
  font-size: 15px;
  text-align: left;
}

.our-vision-list {
  padding-left: 30px;
}

.line {
  display: block;
  width: 290px;
  height: 1px;
  margin: 20px auto 50px;
  background-image: url('../images/line.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.phone-section {
  margin-bottom: 30px;
  padding-left: 40px;
  background-image: url('../images/phone_2.png');
  background-position: 0px 5px;
  background-repeat: no-repeat;
  color: #777;
  font-size: 15px;
  text-align: left;
}

.phone-section.message {
  background-image: url('../images/email_1.png');
  background-position: 0px 4px;
}

.phone-section.location {
  min-height: 50px;
  margin-bottom: 0px;
  padding-top: 10px;
  background-image: url('../images/location.png');
  background-position: 0px 13px;
}

.give-us-call {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #202323;
  font-weight: 600;
}

.sub-title {
  margin-top: 40px;
  margin-bottom: 40px;
}

.green-line {
  display: block;
  width: 50px;
  height: 1px;
  margin: 15px auto 50px;
  background-color: #00a589;
}

.message-box {
  display: block;
  width: auto;
  min-height: 160px;
  min-width: 1152px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  border-radius: 5px;
  font-size: 15px;
}

.message-submit {
  width: 175px;
  height: 50px;
  margin-top: 50px;
  padding-top: 15px;
  border-radius: 5px;
  background-color: #00a589;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 15px;
}

.message-submit:hover {
  background-color: #00cfac;
}

.text-mesage-box {
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  font-size: 15px;
}

.text-mesage-box.text-area {
  min-height: 150px;
  margin-bottom: 29px;
}

.location-text {
  margin-bottom: 10px;
}

.blog-section-box {
  margin-bottom: 60px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}

.read-more-box {
  max-width: 115px;
  min-height: 40px;
  margin-top: 25px;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 2px solid #ccc;
  border-radius: 5px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #202323;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.read-more-box:hover {
  background-color: #ccc;
  color: #fff;
}

.read-more-text {
  color: #202323;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

.read-more-text:hover {
  color: #fff;
}

.gray-line {
  width: 590px;
  min-height: 1px;
  margin-bottom: 60px;
  background-color: #e5e5e5;
}

.testimonial-box {
  margin-right: 50px;
  margin-bottom: 20px;
  margin-left: 105px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}

.testimonial-image {
  position: relative;
  width: 90px;
  height: 90px;
  float: left;
  border: 1px solid #bcbcbc;
  border-radius: 200px;
  background-image: url('../images/blank.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-image._1 {
  background-image: url('../images/testimonial-image2.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.testimonial-image.rachel-lam {
  background-image: url('../images/Rachel-Lam.jpg');
  background-size: cover;
}

.testimonial-image.puo-xuen {
  background-image: url('../images/Puo-Xuen.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.testimonial-image.aloysius-yong {
  background-image: url('../images/Mrs-Yong-Aloysius-Yong.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.testimonial-image.wang-rui {
  background-image: url('../images/Wang-Rui.jpg');
  background-position: 50% 50%;
  background-size: 75px;
}

.testimonial-image.zhe-hong {
  background-image: url('../images/Zhe-Hong.jpg');
  background-size: cover;
}

.testimonial-image.kirsten {
  background-image: url('../images/Kirsten.jpg');
}

.testimonial-image.andrew-yap {
  background-image: url('../images/Andrew-Yap.jpg');
}

.testimonial-image.sarah-lim {
  background-image: url('../images/Sarah-Lim.jpg');
  background-position: 50% 0px;
}

.testimonial-image.yan-fei {
  background-image: url('../images/Yan-Fei.jpg');
}

.testimonial-image.isaac-woo {
  background-image: url('../images/Isaac-Woo.jpg');
}

.testimonial-image.justin-low {
  background-image: url('../images/Justin-Low.jpg');
}

.testimonial-image.mrs-teng {
  background-image: url('../images/Mrs-Teng.jpg');
}

.testimonial-image.glenn-hew {
  background-image: url('../images/Glenn-Hew.jpg');
}

.testimonial-image.damian-han {
  background-image: url('../images/Damian-Han.jpg');
}

.testimonial-image.summer-seah {
  background-image: url('../images/Summer-Seah.jpg');
}

.testimonial-image.ian-pong {
  background-image: url('../images/Ian-Pong.jpg');
}

.testimonial-image.charlene-song {
  background-image: url('../images/Charlene-Song.jpg');
}

.testimonial-image.angeline-koh {
  background-image: url('../images/Angeline-Koh.jpg');
  background-position: 50% 0px;
}

.testimonial-image.jing-heng {
  background-image: url('../images/Jing-Heng.jpg');
}

.testimonial-image.rachel {
  background-image: url('../images/Rachel.jpg');
}

.testimonial-image.adrian-yeo {
  background-image: url('../images/Adrian-Yeo.jpg');
  background-position: 50% 0px;
}

.testimonial-image.leon {
  background-image: url('../images/Leon.jpg');
}

.testimonial-image.lucas-lau {
  background-image: url('../images/Lucas-Lau.jpg');
  background-position: 50% 0px;
}

.testimonial-image.ci-ning {
  background-image: url('../images/Ci-Ning.jpg');
}

.testimonial-image.lee {
  background-image: url('../images/Lee.jpg');
}

.testimonial-image.vernice {
  background-image: url('../images/Vernice.jpg');
}

.testimonial-image.sung-jung {
  background-image: url('../images/Sung-Jung.jpg');
}

.testimonial-image.aldric {
  background-image: url('../images/Aldric.jpg');
}

.testimonial-image.caryn-lim {
  background-image: url('../images/Caryn-Lim.jpg');
}

.testimonial-image.dae-heok {
  background-image: url('../images/Dae-Heok.jpg');
}

.testimonial-image.yu-qi {
  background-image: url('../images/Yu-Qi.jpg');
}

.testimonial-image.woon-ngee {
  background-image: url('../images/Woon-Ngee.jpg');
}

.testimonial-image.ritvick-raj {
  background-image: url('../images/Ritvick-Raj.jpg');
}

.testimonial-image.chew {
  background-image: url('../images/Chew.jpg');
}

.testimonial-image.mah {
  background-image: url('../images/Mah.jpg');
}

.testimonial-image.alger-low {
  background-image: url('../images/Alger-Low.jpg');
}

.testimonial-image.jacklyn-yeong {
  background-image: url('../images/Jacklyn-Yeong.jpg');
}

.testimonial-image.ernst-koo {
  background-image: url('../images/Ernst-Koo.jpg');
}

.testimonial-image.low {
  background-image: url('../images/Low.jpg');
}

.testimonial-name {
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: left;
  font-size: 15px;
  text-align: left;
}

.box {
  margin-bottom: 25px;
  font-size: 15px;
}

.paragraph-2 {
  text-align: left;
}

.paragraph-3 {
  text-align: left;
}

.tab-box {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #e0e0e0;
  border-radius: 20px 20px 0px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #c7ccce;
  font-size: 15px;
  font-weight: 600;
}

.tab-box:hover {
  border-color: #00a589;
  background-color: transparent;
  color: #00a589;
}

.tab-box.w--current {
  border-color: #00a589;
  background-color: #00a589;
  color: #fff;
}

.tab-gallery-wrapper {
  margin-top: 90px;
}

.gallerylightbox {
  position: relative;
}

.sub-text {
  margin-bottom: 50px;
  color: #474747;
  font-size: 22px;
  font-weight: 400;
}

.hover-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 165, 137, .6);
}

.eye {
  display: block;
  width: 55px;
  height: 35px;
  margin: 84px auto;
  padding-top: 0px;
  background-image: url('../images/eye.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.dropdown-list {
  width: 800px;
  border: 2px solid #00a589;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.dropdown-list.w--open:hover {
  border-style: none;
}

.faq-box {
  width: 535px;
  min-height: 151px;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 2px solid #00a589;
  border-radius: 5px;
  background-image: url('../images/faqbackground_1.png');
  background-position: 27% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: left;
}

.faq-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-left: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.faq-paragraph {
  padding: 30px 20px 20px;
  line-height: 25px;
}

.class-box {
  margin-bottom: 25px;
  padding: 0px 30px;
  border: 4px solid #cbe6e1;
  background-color: #fcfcfc;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 15px;
  text-align: left;
}

.class-box:hover {
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, .15);
}

.class-box.extra {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 50px;
}

.faq-line {
  padding-bottom: 10px;
  border-bottom: 2px solid #00a589;
}

.faq-content {
  overflow: hidden;
  margin-top: 35px;
  padding: 25px 10px 0px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #00a589;
  color: #4c4c4c;
  font-size: 15px;
  line-height: 22px;
}

.show-content-wrapper {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.heading-line {
  padding-bottom: 10px;
  border-bottom: 2px none #00a589;
  color: #202323;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  text-decoration: none;
}

.blog-content {
  margin-top: 20px;
}

.blog-heading {
  margin-bottom: 0px;
  font-size: 18px;
}

.faq-question {
  width: 95%;
  margin-bottom: 0px;
  float: left;
  border-bottom: 2px none #00a589;
  color: #252525;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.faq-question-wrapper {
  margin-bottom: 23px;
}

.faq-arrow {
  width: 5%;
  height: 20px;
  float: right;
  background-image: url('../images/arrow.png');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.paragraph-4 {
  margin-bottom: 0px;
}

.about-image {
  width: 100%;
  min-height: 200px;
  float: none;
  border: 1px none #bcbcbc;
  background-image: url('../images/math.png');
  background-position: 0px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.about-image.science {
  background-image: url('../images/science.png');
  background-size: auto;
}

.about-image.english {
  background-image: url('../images/English.png');
  background-position: 0px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.about-image.chinese {
  background-image: url('../images/English.png');
}

.about-sub-title {
  margin-top: 130px;
  padding-left: 0px;
  float: none;
  text-align: left;
}

.about-sub-title.regular {
  margin-top: 0px;
  font-weight: 600;
}

.about-content {
  padding-left: 0px;
  float: none;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.about-box {
  margin-top: 100px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.about-box.no-margin {
  margin-top: 0px;
}

.about-subjects {
  margin-top: 53px;
}

.subject-wrapper {
  margin-bottom: 36px;
  padding-right: 30px;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}

.subject-icon {
  width: 20%;
  height: 100px;
  float: left;
}

.subject-icon.math {
  background-image: url('../images/math.png');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.subject-icon.science {
  background-image: url('../images/science.png');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.subject-icon.english {
  background-image: url('../images/English.png');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.subject-icon.chinese {
  background-image: url('../images/Homepage.png');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.subject-title {
  width: 80%;
  height: 50px;
  padding-top: 15px;
  padding-left: 16px;
  float: left;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.subject-title.sub {
  width: 100%;
  height: auto;
  padding-left: 0px;
  float: none;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}

.subject-header {
  margin-bottom: 25px;
}

.science-sub {
  margin-top: 30px;
}

.text-block {
  font-size: 22px;
}

.contact-sub-title {
  margin-bottom: 50px;
  font-size: 22px;
}

.highligts {
  color: #dd4911;
}

.location-address {
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #00a589;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.map {
  width: 95%;
}

.green-header {
  color: #00a589;
}

.div-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.text-label-form {
  margin-top: 15px;
  text-align: right;
}

.text-label-form.preferred-name {
  margin-top: 0px;
}

.text-label-form.home-address {
  margin-top: 15px;
}

.text-label-form.city {
  margin-top: 15px;
}

.text-label-form.gender {
  margin-top: 15px;
  margin-bottom: 20px;
}

.select-field {
  max-width: 350px;
  min-height: 40px;
  margin: 5px 15px 10px 10px;
  border-radius: 5px;
}

.select-field.full {
  margin-top: 5px;
}

.select-field.city {
  max-width: 188px;
  margin-top: 5px;
}

.select-field.postal {
  max-width: 91px;
  margin-top: 5px;
}

.select-field.line {
  border: 1px solid #d8d8d8;
}

.select-field.field-block {
  border: 1px solid #ccc;
}

.small-text {
  color: #00a589;
  font-size: 13px;
}

.gender-row {
  margin-top: 2px;
}

.radio-button-field {
  margin-top: 14px;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 20px;
  float: left;
}

.class-name {
  width: 90px;
  float: left;
  text-align: right;
}

.course-link {
  margin-left: 15px;
  float: left;
  color: #2652b3;
  text-decoration: none;
}

.course-box {
  margin-top: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px dashed #e9e9e9;
}

.course-box.none {
  margin-bottom: 10px;
  border-bottom-style: none;
}

.course-box.padding {
  margin-top: 10px;
  padding-top: 7px;
  padding-bottom: 0px;
}

.course-date {
  margin-left: 15px;
  float: left;
  font-weight: 400;
  text-align: left;
}

.class-location {
  color: #dd4911;
  cursor: pointer;
}

.important-text-2 {
  font-weight: 600;
}

.class-name-simebold {
  color: #727778;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.course-slot-col {
  padding-right: 0px;
}

.time-schedule-title {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.time-schedule-box {
  max-height: auto;
  min-height: 120px;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 30px;
  background-color: #00a589;
}

.tuesday-area {
  width: 90px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 15px;
  float: left;
  text-align: right;
}

.text-block-2 {
  float: left;
}

.time {
  margin-top: 15px;
  margin-left: 10px;
  float: left;
  color: #fff;
  font-weight: 400;
}

.price {
  margin-top: 20px;
  margin-left: 40px;
  text-align: center;
}

.text-block-3 {
  text-align: center;
}

.course-small-text {
  margin-top: 5px;
  color: #00a589;
  font-size: 14px;
}

.button-line {
  display: block;
  max-width: 100%;
  min-height: auto;
  min-width: auto;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 23px;
  border: 4px solid #00a589;
  border-radius: 100px;
  color: transparent;
  text-decoration: none;
}

.text-link {
  color: #2e2e2e;
  text-decoration: none;
}

.time-schedule-row {
  width: 100%;
  margin-top: 0px;
  float: left;
  border-bottom: 1px none #000;
}

.testimonial-text {
  padding-left: 0px;
  float: none;
}

.class-tabs-menu {
  margin-bottom: 30px;
  text-align: left;
}

.class-tab-link {
  margin-right: 10px;
  border-radius: 6px;
  background-color: #ececec;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.class-tab-link:hover {
  background-color: #e2e2e2;
}

.class-tab-link.w--current {
  background-color: #dd4911;
  color: #fff;
}

.testimonial-slider {
  height: auto;
  min-height: auto;
  padding-bottom: 50px;
  background-color: transparent;
}

.testimonial-slider-nav {
  bottom: -20px;
}

.testimonial-image-wrapper {
  position: relative;
  width: 90px;
  float: left;
}

.testimonial-name-box {
  position: relative;
  left: 0px;
  top: 0px;
  margin-top: 15px;
  float: left;
}

.testimonial-entry {
  margin-bottom: 40px;
}

.testimonial-mask {
  height: auto;
  min-height: auto;
}

.slide {
  height: auto;
  min-height: auto;
}

.testimonial-button {
  margin-top: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2px solid #e6deda;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #dd4911;
  font-size: 12px;
}

.testimonial-button:hover {
  background-color: #dd4911;
  color: #fff;
}

html.w-mod-js *[data-ix="hover-overlay"] {
  display: block;
  opacity: 0;
}

html.w-mod-js *[data-ix="animation-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -24px);
  -ms-transform: translate(0px, -24px);
  transform: translate(0px, -24px);
}

html.w-mod-js *[data-ix="animation-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -24px);
  -ms-transform: translate(0px, -24px);
  transform: translate(0px, -24px);
}

html.w-mod-js *[data-ix="animation-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -24px);
  -ms-transform: translate(0px, -24px);
  transform: translate(0px, -24px);
}

html.w-mod-js *[data-ix="animation-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, -24px);
  -ms-transform: translate(0px, -24px);
  transform: translate(0px, -24px);
}

html.w-mod-js *[data-ix="drop-menu"] {
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="hover-eye"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="dropdown-content-hidden"] {
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="faq-answer"] {
  height: 0px;
}

html.w-mod-js *[data-ix="hover-button"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media (max-width: 991px) {
  .link-info {
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .email {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 25px;
  }
  .email.phone {
    padding-left: 25px;
    float: left;
  }
  .portal {
    width: auto;
    padding-right: 6px;
    background-position: 10px 51%;
  }
  .portal.admin {
    width: auto;
    min-height: 40px;
    min-width: 25px;
    padding-right: 6px;
    padding-left: 35px;
    background-position: 10px 51%;
  }
  .portal.register {
    width: auto;
    padding-right: 6px;
    padding-left: 35px;
    background-position: 10px 52%;
  }
  .portal.register:hover {
    width: auto;
    min-height: 40px;
    min-width: 25px;
  }
  .nav-text {
    margin-top: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
  .hero-header-wrapper {
    padding-left: 30px;
  }
  .schedule {
    width: 150px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 15px;
  }
  .schedule.about-us {
    width: 140px;
    float: right;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 15px;
  }
  .tagline {
    margin-bottom: 25px;
    font-size: 43px;
    line-height: 45px;
  }
  .tag {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 25px;
  }
  .quick-search {
    top: 155px;
    width: 360px;
    padding-right: 20px;
    padding-left: 0px;
  }
  .our-classes-wrapper {
    margin-bottom: 50px;
  }
  .our-classes {
    padding-right: 20px;
    padding-left: 20px;
  }
  .global-navigation-wrapper {
    padding-right: 20px;
    padding-left: 30px;
  }
  .slider-banner.slide-2 {
    background-image: url('../images/slide2.jpg');
    background-position: 50% 50%;
  }
  .quick-search-wrapper {
    padding-right: 0px;
  }
  .subjects {
    margin-bottom: 40px;
  }
  .sub-header {
    font-size: 20px;
  }
  .tuitors-section {
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .testimonial-wrapper {
    padding-right: 0px;
  }
  .testimonial {
    margin-right: 0px;
    padding-right: 0px;
  }
  .testimonial-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider-section {
    margin-right: 0px;
  }
  .payment {
    padding-right: 20px;
    padding-left: 20px;
  }
  .payment-content {
    width: 340px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .get-in-touch-box {
    top: -50px;
    width: 335px;
    height: 435px;
    margin-right: 20px;
    padding-right: 0px;
  }
  .text-field {
    width: 260px;
    height: 40px;
    font-size: 15px;
  }
  .text-field.message {
    height: 90px;
    margin-bottom: 20px;
  }
  .submit {
    width: 260px;
    font-size: 15px;
  }
  .register {
    width: 160px;
    font-size: 15px;
  }
  .register.w--current {
    width: 160px;
  }
  .paragraph {
    font-size: 24px;
    line-height: 34px;
  }
  .button {
    width: 315px;
  }
  .tab-menu {
    width: 50%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .tab-menu.w--current {
    width: 50%;
  }
  .tab-menu-1 {
    width: 50%;
  }
  .content-wrapper {
    padding-top: 20px;
  }
  .text-field-box {
    width: 290px;
  }
  .reset-button {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 45px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .tutor-image {
    width: 300px;
  }
  .tutor-name {
    margin-top: 55px;
    font-size: 25px;
  }
  .tutor-position {
    font-size: 20px;
  }
  .teacher-descripton {
    font-size: 15px;
    line-height: 20px;
  }
  .description {
    width: 420px;
  }
  .drop-menu {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .inside-sub-header.h1 {
    font-size: 18px;
  }
  .phone-section {
    margin-right: 20px;
    margin-bottom: 50px;
    margin-left: 20px;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 40px;
    background-position: 0px 0px;
    background-size: auto;
  }
  .phone-section.message {
    background-position: 0px 2px;
  }
  .phone-section.location {
    background-position: 5px 9px;
  }
  .give-us-call {
    font-size: 15px;
    line-height: 15px;
  }
  .sub-title {
    margin-bottom: 30px;
  }
  .message-box {
    display: block;
    width: auto;
    min-width: 667px;
    margin-right: auto;
    margin-left: auto;
  }
  .message-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sub-text {
    font-size: 20px;
    line-height: 30px;
  }
  .eye {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .faq-box {
    width: 100%;
    margin-bottom: 50px;
  }
  .class-box {
    display: block;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 10px;
  }
  .show-content-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .blog-content {
    font-size: 15px;
  }
  .about-box {
    margin-top: 50px;
  }
  .text-label-form {
    margin-top: 5px;
  }
  .text-label-form.preferred-name {
    margin-bottom: 10px;
  }
  .text-label-form.home-address {
    margin-top: 14px;
  }
  .text-label-form.city {
    margin-top: 14px;
  }
  .text-label-form.gender {
    margin-top: 21px;
  }
  .text-label-form.citizenship {
    margin-top: 21px;
    margin-bottom: 0px;
  }
  .select-field.field-block {
    width: 100%;
  }
  .gender-row {
    margin-top: 8px;
    margin-bottom: 15px;
  }
  .radio-button-field {
    margin-right: 0px;
    margin-left: 10px;
    float: left;
  }
  .radio-button-field.male {
    margin-right: 5px;
  }
  .class-name {
    width: 20%;
    font-size: 14px;
    text-align: left;
  }
  .course-date {
    width: 80%;
    margin-left: 0px;
  }
  .time-schedule-title {
    font-size: 15px;
  }
  .time-schedule-box {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 0px;
    float: none;
  }
  .tuesday-area {
    width: 100%;
    margin-left: 20px;
    float: left;
    text-align: left;
  }
  .time {
    width: 100%;
    margin-top: 0px;
    margin-left: 20px;
  }
  .price {
    margin-top: 20px;
    margin-left: 10px;
  }
  .button-line {
    max-width: auto;
    margin-top: 10px;
    padding: 15px 10px;
  }
}

@media (max-width: 767px) {
  .link-info-wrapper {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .link-info {
    padding-right: 0px;
    padding-left: 0px;
  }
  .portal-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .text {
    float: left;
  }
  .nav-text {
    margin-top: 0px;
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
    color: #000;
    text-align: right;
  }
  .nav-text:hover {
    border-bottom-color: #dd4911;
    background-color: #fff;
    color: #000;
  }
  .nav-text.w--current {
    border-radius: 0px;
    background-color: #00a589;
    color: #000;
  }
  .nav-text.dropdown {
    color: #000;
  }
  .nav-text.dropdown.w--current {
    border-radius: 0px;
    background-color: #fff;
    color: #000;
  }
  .nav-menu {
    top: 95px;
    right: 0px;
    float: right;
    border-bottom-style: none;
    background-color: transparent;
    color: #fff;
  }
  .nav-menu.w--open {
    top: 25px;
    background-color: transparent;
  }
  .nav-menu.dropdown.scroll-menu {
    top: 60px;
  }
  .social-media {
    margin-top: 20px;
  }
  .hero-header-wrapper {
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .schedule {
    width: 100%;
    height: 40px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 10px 75px 5px;
    float: none;
    font-size: 15px;
  }
  .schedule.about-us {
    width: 100%;
    padding-top: 10px;
    padding-right: 96px;
    padding-left: 96px;
    float: none;
    font-size: 15px;
  }
  .tagline {
    font-size: 30px;
    line-height: 35px;
  }
  .tag {
    font-size: 15px;
    line-height: 20px;
  }
  .quick-search {
    top: 150px;
    width: 250px;
  }
  .our-classes-wrapper {
    margin-bottom: 0px;
  }
  .hero-banner-wrapper {
    padding-left: 0px;
  }
  .global-navigation-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .quick-search-wrapper {
    padding-left: 0px;
  }
  .subjects {
    font-size: 15px;
  }
  .sub-header {
    font-size: 15px;
  }
  .header {
    margin-bottom: 5px;
    font-size: 40px;
  }
  .payment-content {
    width: 310px;
    padding-bottom: 70px;
  }
  .get-in-touch-box {
    top: -44px;
    width: 200px;
    height: auto;
  }
  .text-field {
    width: 150px;
  }
  .text-field.message {
    height: 70px;
  }
  .heading {
    font-size: 22px;
  }
  .submit {
    width: 150px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .register {
    width: 100px;
    font-size: 13px;
  }
  .register.w--current {
    width: 100px;
    font-size: 13px;
  }
  .paragraph {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .button {
    width: 265px;
  }
  .slide-nav {
    font-size: 10px;
  }
  .tab-menu {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }
  .tab-menu.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }
  .tab-menu-1 {
    font-size: 15px;
  }
  .tab-menu-1.w--current {
    font-size: 14px;
  }
  .text-field-box {
    width: 175px;
    font-size: 15px;
  }
  .reset-button {
    width: 75px;
    margin-left: 35px;
    font-size: 15px;
  }
  .reset-button.go {
    font-size: 15px;
  }
  .nav-button {
    top: 25px;
    color: #fff;
  }
  .nav-button.w--open {
    background-color: transparent;
  }
  .nav-button.slide-menu {
    top: 0px;
  }
  .tutor-image {
    width: 50%;
  }
  .tutor-name {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 32px;
  }
  .tutor-position {
    margin-bottom: 0px;
    font-size: 15px;
  }
  .teacher-descripton {
    font-size: 15px;
    line-height: 20px;
  }
  .description {
    width: 45%;
  }
  .inside-sub-header.h1 {
    font-size: 16px;
  }
  .phone-section {
    margin-bottom: 50px;
    background-position: 6px 0px;
    font-size: 15px;
  }
  .message-box {
    min-width: 96%;
    margin-bottom: 40px;
  }
  .message-submit {
    width: 165px;
    height: 45px;
  }
  .testimonial-box {
    margin-right: 0px;
  }
  .testimonial-image._1 {
    background-position: 50% 0px;
  }
  .box {
    margin-bottom: 100px;
  }
  .tab-box.w--current {
    margin-right: 10px;
    margin-left: 10px;
  }
  .tab-box.padding {
    margin-top: 20px;
  }
  .galleryimage {
    margin-bottom: 20px;
  }
  .eye {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  .class-box {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .faq-content {
    width: 100%;
  }
  .show-link {
    background-position: 95% 5px;
  }
  .faq-question {
    font-size: 18px;
  }
  .about-box {
    margin-top: 50px;
  }
  .contact-sub-title {
    line-height: 28px;
  }
  .paragraph-5 {
    line-height: 27px;
  }
  .text-label-form {
    text-align: left;
  }
  .text-label-form.gender {
    position: relative;
    margin-top: 14px;
  }
  .text-label-form.citizenship {
    margin-top: 14px;
  }
  .select-field {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .select-field.city {
    max-width: 100%;
  }
  .select-field.postal {
    max-width: 100%;
  }
  .gender-row {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .radio-button-field {
    margin-top: 14px;
    float: left;
    text-align: left;
  }
  .citizenship {
    margin-bottom: 15px;
  }
  .class-name {
    width: 90px;
    text-align: right;
  }
  .course-date {
    width: auto;
    margin-left: 15px;
  }
  .course-slot-col {
    padding-left: 0px;
  }
  .time-schedule-box {
    min-height: auto;
    padding-bottom: 20px;
  }
  .tuesday-area {
    width: 90px;
    margin-left: 20px;
    padding-top: 15px;
    float: left;
    text-align: right;
  }
  .time {
    width: auto;
    margin-top: 15px;
  }
  .price {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-bottom: 0px;
  }
  .button-line {
    width: 200px;
  }
}

@media (max-width: 479px) {
  .portal {
    padding-left: 30px;
    background-position: 8px 52%;
    background-size: 14%;
    font-size: 11px;
  }
  .portal.admin {
    padding-left: 25px;
    background-position: 8px 52%;
    background-size: 16%;
    font-size: 11px;
  }
  .portal.register {
    position: static;
    padding-left: 25px;
    float: right;
    background-position: 8px 53%;
    background-size: 16%;
    font-size: 11px;
  }
  .nav-text {
    margin-top: 0px;
    padding-right: 31px;
    border-bottom: 1px solid #ebebeb;
    color: #000;
    text-align: right;
  }
  .nav-menu {
    top: 88px;
    border-bottom-style: none;
    background-color: transparent;
    color: #fff;
    text-align: right;
  }
  .nav-menu.w--open {
    top: 25px;
  }
  .social-media {
    margin-top: 50px;
  }
  .schedule {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-right: 63px;
    padding-left: 63px;
    float: none;
    font-size: 14px;
  }
  .schedule.about-us {
    width: 100%;
    margin-left: 10px;
    padding-right: 82px;
    padding-left: 82px;
    float: none;
    font-size: 14px;
    text-align: center;
  }
  .tagline {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 35px;
  }
  .tag {
    min-height: 60px;
    font-size: 18px;
    line-height: 25px;
  }
  .quick-search {
    position: static;
    height: auto;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-right: 0px;
    float: none;
  }
  .our-classes-wrapper {
    height: auto;
    margin-bottom: 0px;
  }
  .hero-banner-wrapper {
    margin-bottom: 430px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-slider-wrapper {
    height: auto;
    max-height: auto;
    min-height: auto;
    background-color: transparent;
  }
  .slider-banner {
    padding-bottom: 101px;
  }
  .slider-banner.slide-2 {
    background-size: cover;
  }
  .hero-slider-mask {
    height: auto;
    max-height: auto;
    min-height: auto;
  }
  .quick-search-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -347px;
    z-index: 5;
    padding-right: 20px;
    padding-left: 20px;
  }
  .subjects {
    font-size: 15px;
    line-height: 23px;
  }
  .sub-header {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .tuitors-section {
    position: relative;
    margin-top: 0px;
    margin-bottom: 30px;
    float: left;
    background-color: #252525;
  }
  .tuitors {
    max-height: auto;
    padding-bottom: 0px;
    float: none;
  }
  .image {
    top: -58px;
  }
  .testimonial-content {
    padding-top: 80px;
    font-size: 15px;
  }
  .get-in-touch-section {
    height: auto;
    margin-top: 15px;
  }
  .payment {
    position: static;
    padding-right: 20px;
    padding-bottom: 0px;
  }
  .gobal-footer-wrapper {
    height: auto;
  }
  .payment-content {
    width: 280px;
    padding-right: 0px;
    padding-bottom: 100px;
    font-size: 22px;
    line-height: 30px;
  }
  .footer-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
	padding-left:30px;
	padding-right:30px;
  }
  .get-in-touch-box {
    position: relative;
    top: -63px;
    width: auto;
    height: auto;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    float: none;
    border-radius: 0px 20px 20px;
    background-color: #fff;
  }
  .text-field {
    width: 80%;
    height: 45px;
  }
  .text-field.message {
    height: 80px;
    margin-bottom: 25px;
  }
  .heading {
    margin-top: 10px;
    padding-top: 0px;
  }
  .submit {
    width: 80%;
    margin-bottom: 0px;
  }
  .register {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 140px;
    float: right;
    border-top-right-radius: 20px;
  }
  .register.w--current {
    position: absolute;
    width: 100%;
    border-top-right-radius: 0px;
  }
  .paragraph {
    margin-right: 20px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
  .button {
    width: 232px;
  }
  .slide-nav {
    bottom: 35px;
  }
  .tab-menu {
    float: left;
  }
  .tab-menu.w--current {
    position: relative;
    width: 50%;
    float: left;
    font-size: 15px;
  }
  .tab-menu-1 {
    float: right;
  }
  .tutor-image {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    max-height: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .tutor-name {
    margin-top: 20px;
    font-size: 20px;
    line-height: 26px;
  }
  .tutor-position {
    margin-top: 10px;
    padding-bottom: 0px;
    font-size: 15px;
    line-height: 15px;
  }
  .teacher-descripton {
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 22px;
  }
  .description {
    width: 100%;
    max-height: auto;
    padding: 15px 30px 25px;
    float: left;
    background-color: transparent;
  }
  .container-wrapper {
    margin-bottom: 250px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
  }
  .inside-sub-header {
    font-size: 15px;
  }
  .inside-sub-header.h1 {
    font-size: 15px;
    line-height: 25px;
  }
  .list-name {
    margin-bottom: 10px;
  }
  .inside-sub-header-h1 {
    margin-top: 15px;
  }
  .our-vision-list {
    margin-bottom: 15px;
  }
  .line {
    width: 250px;
  }
  .phone-section {
    background-position: 6px 0px;
    font-size: 15px;
  }
  .phone-section.message {
    background-position: 0px 1px;
  }
  .phone-section.location {
    background-position: 5px 11px;
  }
  .give-us-call {
    font-size: 15px;
  }
  .sub-title {
    font-size: 20px;
  }
  .message-box {
    min-width: 93%;
  }
  .important-text {
    margin-top: 0px;
    padding-top: 0px;
  }
  .read-more-box {
    border-radius: 5px;
  }
  .read-more-box:hover {
    color: #fff;
  }
  .testimonial-box {
    margin-right: 0px;
  }
  .testimonial-name {
    padding-top: 0px;
    padding-left: 0px;
    float: none;
  }
  .tab-box {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    text-align: center;
  }
  .tab-box.padding {
    margin-top: 0px;
  }
  .tab-gallery-wrapper {
    margin-top: 60px;
  }
  .sub-text {
    font-size: 18px;
    line-height: 25px;
  }
  .eye {
    margin-top: 54px;
    margin-bottom: 54px;
  }
  .faq-box {
    background-image: url('../images/faqbackground.png');
    background-size: auto;
  }
  .faq-subtitle {
    padding-top: 10px;
  }
  .class-box {
    padding-right: 0px;
  }
  .faq-content {
    margin-top: 60px;
  }
  .show-content-wrapper {
    background-image: none;
  }
  .show-link {
    background-position: 99% 4px;
  }
  .heading-line {
    font-size: 18px;
    line-height: 20px;
  }
  .blog-content {
    font-size: 15px;
    line-height: 22px;
  }
  .blog-heading {
    font-size: 18px;
    line-height: 22px;
  }
  .faq-question {
    width: 90%;
    font-size: 18px;
    line-height: 25px;
  }
  .faq-arrow {
    width: 10%;
  }
  .about-content {
    font-size: 15px;
    line-height: 25px;
  }
  .subject-wrapper {
    padding-right: 0px;
  }
  .subject-icon {
    width: 100%;
  }
  .subject-icon.math {
    width: 100%;
    background-size: contain;
  }
  .subject-icon.science {
    background-size: contain;
  }
  .subject-icon.english {
    background-size: contain;
  }
  .subject-icon.chinese {
    background-size: contain;
  }
  .subject-title {
    width: 100%;
    margin-top: 0px;
    padding-left: 0px;
  }
  .subject-header {
    text-align: center;
  }
  .contact-sub-title {
    line-height: 28px;
  }
  .text-label-form.preferred-name {
    margin-top: 5px;
    margin-bottom: 0px;
  }
  .text-label-form.gender {
    margin-bottom: 0px;
  }
  .class-name {
    width: 30%;
    text-align: left;
  }
  .course-date {
    width: 70%;
    margin-left: 0px;
  }
  .course-slot-col {
    padding-left: 0px;
  }
  .time {
    margin-left: 0px;
  }
}

