h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.navbar {
  position: absolute;
  display: block;
  width: 100%;
  padding: 20px 5% 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
  box-shadow: inset 0 3px 0 0 #0b9444;
}

.navbar.scroll-down {
  position: fixed;
  top: 0px;
  height: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: rgba(11, 148, 68, .9);
}

.navbar.home {
  display: block;
}

.navbar.sidebar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  padding-right: 0%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b9444;
  background-image: -webkit-linear-gradient(270deg, transparent, #16793f);
  background-image: linear-gradient(180deg, transparent, #16793f);
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 0% 5%;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/landing-bg-img-2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/landing-bg-img-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: left;
}

.hero-section.dashboard {
  width: 75%;
  height: auto;
  padding-top: 5%;
  padding-bottom: 100px;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.brand:hover {
  opacity: 0.75;
}

.brand.wht-navbar {
  margin-top: 7px;
  margin-bottom: 7px;
}

.mzali {
  margin-top: 0px;
  margin-left: 7px;
  font-family: 'Oduda bold', sans-serif;
  color: #000;
  font-size: 26px;
  text-align: center;
  letter-spacing: 4px;
}

.mzali.navbar-2 {
  color: #fff;
}

.mzali.sign {
  margin-top: 0px;
  color: #fff;
  text-align: center;
}

.mzali.logo-2 {
  margin-top: 0px;
}

.mzali.dashboard-mzali {
  color: #fff;
}

.nav-link {
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  font-family: 'Bariol regular', sans-serif;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  box-shadow: inset 0 4px 0 0 #0b9444;
}

.nav-link.login {
  height: 50px;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-transition: box-shadow 500ms ease, background-color 500ms ease;
  transition: box-shadow 500ms ease, background-color 500ms ease;
  color: #fff;
  font-size: 12px;
}

.nav-link.login:hover {
  background-color: #078039;
}

.nav-link.login:focus {
  background-color: #04441f;
}

.nav-link.login.w--current {
  background-color: #0a8d41;
}

.nav-link.sign-up-button-3 {
  display: inline-block;
}

.nav-link.sign-in-button {
  display: inline-block;
  padding: 10px 33px;
  border-radius: 50px;
  background-color: #0b9444;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .35);
  color: #fff;
}

.nav-link.sign-in-button:hover {
  background-color: #0a8d41;
  box-shadow: none;
}

.button {
  width: 25%;
  margin: 10px;
  padding: 12px 20px;
  border: 3px solid #0b9444;
  border-radius: 100px;
  background-color: transparent;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .35);
  -webkit-transition: box-shadow 500ms ease, background-color 500ms ease;
  transition: box-shadow 500ms ease, background-color 500ms ease;
  font-family: 'Bariol regular', sans-serif;
  color: #0b9444;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  border-color: #0a8d41;
  background-color: #0a8d41;
  box-shadow: 0 0 10px 0 transparent;
  color: #fff;
}

.button.app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 0px;
  padding: 7px 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-style: none;
  background-color: #000;
}

.button.landing {
  margin-right: 0px;
  -webkit-transition: box-shadow 500ms ease, background-color 500ms ease, color 500ms ease;
  transition: box-shadow 500ms ease, background-color 500ms ease, color 500ms ease;
}

.button.everything-maths {
  width: 45%;
}

.hero-heading {
  margin-top: 0px;
  font-family: 'Bariol regular', sans-serif;
  color: #000;
  font-size: 52px;
  line-height: 51px;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-heading.coming-soon {
  font-size: 28px;
  line-height: 28px;
}

.app-links-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.introduction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  text-align: center;
}

.scroll-down-div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 52px;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: center;
}

.scroll-down-div.sign-scroll {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.scroll-link-block {
  position: relative;
  overflow: hidden;
  width: 25px;
  height: 25px;
  border-radius: 0px;
  background-color: transparent;
}

.scroll {
  margin-top: 10px;
  font-family: 'Oduda bold', sans-serif;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-column-count: 1;
  column-count: 1;
}

.navbar-scroll {
  position: fixed;
  left: 0px;
  top: -50px;
  right: 0px;
  height: 50px;
  padding: 0px 5%;
  background-color: rgba(11, 148, 68, .9);
}

.body {
  font-family: 'Bariol regular', sans-serif;
  text-transform: uppercase;
}

.body.dash {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8));
}

.subheading {
  color: #0b9444;
  font-size: 48px;
}

.paragraph {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: none;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 0% 5% 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.logo {
  width: auto;
  margin: 0px 11px;
}

.mobi {
  margin-top: 6px;
  font-family: 'Oduda bold', sans-serif;
  color: #757272;
  font-size: 12px;
  letter-spacing: 1px;
}

.img-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 39px 39px 39px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #33bb6c;
}

.line {
  width: 10%;
  height: 5px;
  margin-bottom: 20px;
  border-radius: 50px;
  background-color: #0b9444;
}

.line.wht {
  position: relative;
  top: -13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.line.dash-b {
  margin-bottom: 60px;
}

.line.intr {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.line.wht-line {
  background-color: #fff;
}

.steps-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.step-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0b9444;
  background-image: -webkit-linear-gradient(270deg, transparent, #0a8d41);
  background-image: linear-gradient(180deg, transparent, #0a8d41);
}

.step-1._2 {
  background-color: #0a8d41;
}

.step-1._3 {
  background-color: #33bb6c;
}

.pic-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/Macbook-Top-Opened.png');
  background-position: 0px 50%;
  background-size: cover;
}

.pic-div.pic-2 {
  background-image: -webkit-linear-gradient(270deg, rgba(11, 148, 68, .5), rgba(11, 148, 68, .5)), url('../images/landing-bg-img-2.jpg');
  background-image: linear-gradient(180deg, rgba(11, 148, 68, .5), rgba(11, 148, 68, .5)), url('../images/landing-bg-img-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.pic-div.pic-3 {
  background-image: url('../images/phone-reg-2.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.overlay-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  color: #fff;
  text-align: center;
}

.overlay-div:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
}

.sign-up-button {
  position: relative;
  top: 50px;
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px 35px;
  border: 3px solid #0b9444;
  border-radius: 100px;
  background-color: transparent;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .35);
  opacity: 0;
  -webkit-transition: box-shadow 500ms ease, background-color 500ms ease, color 500ms ease;
  transition: box-shadow 500ms ease, background-color 500ms ease, color 500ms ease;
  color: #0b9444;
}

.sign-up-button:hover {
  background-color: #0b9444;
  box-shadow: none;
  color: #fff;
}

.sign-up-button.si {
  display: none;
}

.sign-up-btn {
  position: relative;
  top: 50px;
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px 35px;
  border: 3px solid #0b9444;
  border-radius: 50px;
  background-color: transparent;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .35);
  opacity: 0;
  -webkit-transition: box-shadow 500ms ease, background-color 500ms ease, color 500ms ease;
  transition: box-shadow 500ms ease, background-color 500ms ease, color 500ms ease;
  color: #0b9444;
}

.sign-up-btn:hover {
  background-color: #0b9444;
  box-shadow: none;
  color: #fff;
}

.sign-up-text {
  position: relative;
  top: 50px;
  margin-top: 0px;
}

.sign-up-text.number-1 {
  margin-top: 0px;
}

.sign-in-text {
  position: relative;
  top: 50px;
  margin-top: 0px;
}

.contact-us-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/landing-bg-img-3.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/landing-bg-img-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #0b9444;
  text-align: center;
}

.footer-div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 22px 5%;
  box-shadow: inset 0 -4px 0 0 #0b9444;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
}

._88designs-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #0b9444;
  text-decoration: none;
}

._88designs-link:hover {
  color: #000;
}

.sign-in-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b9444;
  text-align: center;
}

.form-wrapper {
  width: 60%;
  margin-top: 20px;
  text-align: center;
}

.form-wrapper.sign-up-form {
  width: 100%;
}

.text-field {
  height: 55px;
  border: 3px solid #fff;
  border-radius: 50px;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.text-field:focus {
  border-color: #fff;
}

.text-field.sign-up-text-field {
  height: 55px;
  border: 2px solid #0b9444;
  border-radius: 100px;
  background-color: transparent;
  color: #0b9444;
}

.sign-up-button-2 {
  width: 80%;
  margin-top: 9px;
  margin-bottom: 9px;
  padding: 14px 34px;
  border: 3px solid #fff;
  border-radius: 100px;
  background-color: #0b9444;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.sign-up-button-2.sign-up {
  width: 50%;
  height: 55px;
  border-color: #0b9444;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease, border 500ms ease;
  transition: background-color 500ms ease, border 500ms ease;
  color: #0b9444;
  text-align: center;
}

.sign-up-button-2.sign-up:hover {
  border-color: #086830;
  background-color: #086830;
  color: #fff;
}

.sign-up-button-2.sign-in {
  width: 100%;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease, border 500ms ease;
  transition: background-color 500ms ease, border 500ms ease;
  color: #fff;
}

.sign-up-button-2.sign-in:hover {
  border-color: #086830;
  background-color: #086830;
  color: #fff;
}

.sign-up-button-2.sign-button {
  width: 100%;
  margin-bottom: 29px;
  background-color: #fff;
  color: #0b9444;
}

.home-link {
  text-decoration: none;
}

.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  padding-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.sign-up-info {
  position: relative;
  top: 50px;
  opacity: 0;
}

.sign-in-info {
  position: relative;
  top: 50px;
  opacity: 0;
}

.you-are-in {
  position: relative;
  top: 50px;
  margin-top: 0px;
}

.you-are-in-info {
  position: relative;
  top: 50px;
  opacity: 0;
}

.phone-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-info-row {
  width: 60%;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.number {
  margin-left: 20px;
}

.link {
  color: #0b9444;
  text-decoration: none;
  text-transform: lowercase;
}

.link.copy {
  text-transform: uppercase;
}

.link.copy:hover {
  color: #0e8540;
}

.line-col {
  border-right: 2px solid #0b9444;
}

.arrow-div {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.how-it-works {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: none;
  margin: 50px 16px 16px;
  padding: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.how {
  font-size: 48px;
}

.sign-up-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 10% 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), #fff), url('../images/landing-bg-img-3.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), #fff), url('../images/landing-bg-img-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  box-shadow: inset 0 4px 0 0 #0b9444;
  color: #0b9444;
}

.sign-up-div.reset {
  min-height: 100vh;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sign-up-div.verification {
  padding-bottom: 5%;
}

.sign-up-to-mzali-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 6% 5% 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0b9444;
}

.sign-up-to-mzali-form.verify {
  padding-top: 0%;
}

.sign-up-to-mzali-info {
  width: 60%;
  text-align: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 203px;
  min-width: 0px;
  margin-top: 30px;
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 0%;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

.welcome {
  margin-bottom: 20px;
  color: #0b9444;
  font-size: 58px;
}

.tabs-div {
  display: block;
  width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs {
  width: 100%;
}

.tab-link {
  width: 25%;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 14px 23px;
  border: 3px solid #0b9444;
  border-radius: 50px;
  background-color: transparent;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .3);
  -webkit-transition: background-color 500ms ease, box-shadow 500ms ease;
  transition: background-color 500ms ease, box-shadow 500ms ease;
  color: #0b9444;
  text-align: center;
}

.tab-link:hover {
  background-color: transparent;
  box-shadow: none;
}

.tab-link.w--current {
  margin-right: 10px;
  padding: 14px 28px;
  border: 3px solid #0b9444;
  border-radius: 50px;
  background-color: #0b9444;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .3);
  color: #fff;
}

.tab-link.mail {
  border: 3px solid #000;
  background-color: transparent;
  color: #000;
}

.tab-link.mail.w--current {
  border-color: #0b9444;
  background-color: #0b9444;
  color: #fff;
}

.tab-link.main-2 {
  border-color: #0b9444;
  background-color: #0b9444;
  color: #fff;
}

.tabs-menu {
  display: none;
  margin-bottom: 10px;
  text-align: center;
}

.tabs-menu-2 {
  padding: 24px;
  border-radius: 200px;
  background-image: -webkit-linear-gradient(270deg, rgba(11, 148, 68, .15), rgba(11, 148, 68, .15));
  background-image: linear-gradient(180deg, rgba(11, 148, 68, .15), rgba(11, 148, 68, .15));
  text-align: center;
}

.tabs-submenu {
  padding: 24px;
  text-align: center;
}

.personal-details-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.personal-info-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none none solid;
  border-width: 1px;
  border-color: #086830 #000;
  background-color: #197c42;
  color: #fff;
  font-size: 14px;
  text-align: left;
  text-transform: capitalize;
}

.buttons-div {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer-button {
  padding: 20px 23px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none solid;
  border-width: 1px;
  border-color: #10d863;
  background-color: #0b9444;
  text-align: center;
}

.footer-button.edulink {
  padding-left: 30px;
  border-style: none;
  background-color: #0b9444;
  background-image: url('../images/edulink-icon.png');
  background-position: 33% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
}

.footer-button.edulink:hover {
  background-color: #0b9444;
  box-shadow: 0 -4px 0 0 #086830;
}

.footer-button.edulink.w--current {
  background-color: #0b9444;
  background-position: 30% 50%;
  box-shadow: 0 -4px 0 0 #086830;
}

.footer-button.edulink.w--current:hover {
  box-shadow: 0 -4px 0 0 #086830;
}

.footer-button.results {
  border-style: none;
  background-color: #086830;
  background-image: url('../images/results-icon.png');
  background-position: 30% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
}

.footer-button.results:hover {
  box-shadow: 0 -4px 0 0 #33bb6c;
}

.footer-button.results.w--current {
  background-image: url('../images/results-icon.png');
  background-position: 34% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  box-shadow: 0 -4px 0 0 #33bb6c;
}

.footer-button.personal-button {
  height: 60px;
  border-style: none;
  background-color: #33bb6c;
  background-image: url('../images/profile-icon.png');
  background-position: 30% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
}

.footer-button.personal-button:hover {
  box-shadow: 0 -4px 0 0 #0b9444;
}

.footer-button.personal-button.w--current {
  box-shadow: 0 -4px 0 0 #0b9444;
}

.footer-button.personal-button.attendance {
  background-color: #27a35b;
  background-image: url('../images/attendance-icon.png');
  background-position: 24% 50%;
  background-size: 30px;
}

.wrapper-div {
  padding: 24px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 200px;
  background-image: -webkit-linear-gradient(270deg, rgba(11, 148, 68, .15), rgba(11, 148, 68, .15));
  background-image: linear-gradient(180deg, rgba(11, 148, 68, .15), rgba(11, 148, 68, .15));
  text-align: center;
}

.teachers-number {
  margin-bottom: 40px;
}

.icon {
  margin-right: 10px;
}

.personal-info-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.info-pic-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  opacity: 0.85;
  text-align: center;
}

.not-signed-up {
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  text-decoration: none;
}

.not-signed-up:hover {
  color: #e2e2e2;
}

.not-signed-up:focus {
  color: #fff;
}

.category-div {
  height: 80px;
  padding: 26px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 0px;
  background-color: #0b9444;
  text-align: center;
}

.inner-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 21px 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #33bb6c;
  text-align: center;
}

.inner-div.second {
  background-color: #0a8d41;
}

.inner-div.last {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 0px;
  background-color: #0a8d41;
}

.terms-col {
  padding-right: 0px;
  padding-left: 0px;
}

.h5 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.terms-column {
  margin-top: 20px;
  border-radius: 50px;
}

.categories-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  padding: 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 50px;
  background-color: #d5d5d5;
  font-size: 12px;
  text-align: center;
}

.categories-div.completed {
  border-bottom-left-radius: 0px;
  background-color: #ebebeb;
}

.categories-div.date {
  border-bottom-left-radius: 0px;
}

.categories-div.end-year {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 50px;
  background-color: #c7c7c7;
}

.categories-div.total {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 50px;
  background-color: #a09e9e;
}

.categories-div.term-1 {
  border-top-left-radius: 50px;
}

.categories-div._100 {
  border-bottom-left-radius: 0px;
}

.names-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #0b9444;
  border-radius: 50px;
}

.parents {
  width: 100%;
}

.intro-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.reset-row {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.dets-row {
  margin-bottom: 30px;
}

.resend-code {
  color: #0a8d41;
  text-decoration: none;
}

.calendar-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.days {
  padding: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 100px;
  background-color: #0b9444;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.days-holder {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.day-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 50px;
  background-color: #cecece;
  text-align: center;
}

._1.attended {
  background-color: #33bb6c;
  color: #fff;
}

._1.did-not-attend {
  background-color: #ff0202;
  color: #fff;
}

.one {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 34px;
}

.month {
  margin-bottom: 40px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #0b9444;
  text-align: center;
}

.resend {
  margin-top: 20px;
  margin-bottom: 40px;
}

.new-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: red;
  color: #fff;
  font-size: 16px;
}

.no3 {
  line-height: 10px;
}

.news-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-decoration: none;
}

.windows {
  display: none;
}

.blackberry {
  display: none;
}

.coming-soon-text {
  margin-top: 10px;
  font-size: 12px;
}

.row {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.cc {
  padding-left: 0px;
}

.ts-and-cs {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  padding: 5%;
  background-color: rgba(0, 0, 0, .75);
  opacity: 0;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.ts-and-cs-div {
  position: relative;
  overflow: auto;
  height: 100%;
  padding: 38px;
  border-radius: 50px 0px 0px 50px;
  background-color: #fff;
  font-size: 11px;
  text-align: center;
}

.close-button {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 26px;
  padding: 13px 25px;
  border-radius: 25px;
  background-color: #0a8d41;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.terms-and-conditions {
  margin-bottom: 30px;
  color: #0a8d41;
  font-size: 32px;
  line-height: 34px;
}

.eula {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  padding: 5%;
  background-color: rgba(0, 0, 0, .75);
  opacity: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.prgph {
  color: #000;
  font-size: 10px;
  line-height: 16px;
  text-align: justify;
}

.spm {
  color: #0a8d41;
}

.uo {
  text-align: justify;
}

._88-link {
  color: #0a8d41;
  text-decoration: none;
}

._88-link:hover {
  color: #27a35b;
}

.text-block {
  display: inline-block;
}

.text-block-2 {
  display: inline-block;
}

.div-block {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 6px;
  margin-left: 6px;
  padding: 5px;
  color: #000;
}

.circular {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 25px;
  height: 25px;
  background-image: url('../images/88-LOGO-footer-black.png');
  background-position: 50% 50%;
  background-size: cover;
}

html.w-mod-js *[data-ix="on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -90px);
  -ms-transform: translate(0px, -90px);
  transform: translate(0px, -90px);
}

html.w-mod-js *[data-ix="on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="on-load-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="scroll-on-load"] {
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

html.w-mod-js *[data-ix="appear-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="appear-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="appear-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="appear-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="appear-on-scroll-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="appear-on-scroll-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="appear-on-scroll-7"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="appear-on-scroll-8"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="appear-on-scroll-9"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

@media (max-width: 991px) {
  .navbar.sidebar {
    width: 30%;
  }
  .hero-section {
    height: 630px;
  }
  .hero-section.dashboard {
    width: 70%;
  }
  .nav-link {
    border-bottom: 1px solid #086830;
    background-color: #0b9444;
    -webkit-transition: box-shadow 500ms ease, background-color 500ms ease;
    transition: box-shadow 500ms ease, background-color 500ms ease;
    color: #fff;
  }
  .nav-link:hover {
    background-color: #086830;
  }
  .nav-link.sign-in-button {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom-style: none;
    background-color: #0b9444;
    color: #fff;
  }
  .button {
    width: 33.3%;
  }
  .col {
    min-height: 630px;
  }
  .img-col {
    min-height: 630px;
  }
  .steps-div {
    min-height: 630px;
  }
  .pic-div.pic-3 {
    background-image: url('../images/phone-reg-2.png');
    background-position: 50% 50%;
    background-size: cover;
  }
  .overlay-div {
    padding-right: 43px;
    padding-left: 43px;
  }
  .sign-up-text {
    font-size: 32px;
  }
  .sign-in-text {
    font-size: 32px;
  }
  .contact-us-div {
    min-height: 600px;
  }
  .you-are-in {
    font-size: 32px;
  }
  .contact-info-row {
    width: 80%;
  }
  .welcome {
    font-size: 47px;
  }
  .footer-button.edulink {
    padding-left: 35px;
    background-position: 30% 50%;
    background-size: 20px;
  }
  .footer-button.results {
    background-position: 25% 50%;
    background-size: 20px;
  }
  .footer-button.results.w--current {
    padding-left: 41px;
    background-size: 20px;
  }
  .footer-button.personal-button {
    padding-left: 35px;
    background-position: 30% 50%;
    background-size: 20px;
  }
  .footer-button.personal-button.attendance {
    padding-left: 41px;
    background-size: 20px;
  }
  .footer-button.personal-button.attendance.w--current {
    background-position: 20% 50%;
    background-size: 20px;
  }
  .names-div {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12px;
  }
  .menu-button.w--open {
    background-color: #0b9444;
  }
  .menu-button.home-button {
    display: block;
    padding: 12px;
  }
  .calendar-div {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .days {
    margin-bottom: 10px;
    padding: 5px 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 10px;
  }
  .days-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .day-1 {
    width: 50px;
    height: 50px;
  }
  ._1 {
    width: 50px;
    height: 50px;
  }
  .one {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .navbar.home {
    padding-top: 10px;
  }
  .navbar.sidebar {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .hero-section {
    height: auto;
    padding-top: 86px;
    padding-bottom: 50px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/landing-bg-img-2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/landing-bg-img-2.jpg');
    background-attachment: scroll, scroll;
  }
  .hero-section.dashboard {
    width: 100%;
    padding-top: 9%;
    float: none;
  }
  .brand {
    padding-left: 15px;
  }
  .nav-link {
    border-bottom: 1px solid #086830;
    background-color: #0b9444;
    -webkit-transition: box-shadow 500ms ease, background-color 500ms ease;
    transition: box-shadow 500ms ease, background-color 500ms ease;
    color: #fff;
  }
  .nav-link:hover {
    background-color: #086830;
  }
  .nav-link.sign-in-button {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom-style: none;
    background-color: #0b9444;
    color: #fff;
  }
  .button {
    width: 45%;
  }
  .scroll-down-div {
    position: relative;
    bottom: 10px;
    margin-top: 28px;
  }
  .navbar-scroll {
    top: -50px;
  }
  .line.wht {
    background-color: #0b9444;
  }
  .steps-div {
    min-height: auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .step-1 {
    height: 280px;
  }
  .step-1._2 {
    height: 280px;
  }
  .step-1._3 {
    height: 280px;
  }
  .contact-us-div {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/landing-bg-img-3.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/landing-bg-img-3.jpg');
    background-attachment: scroll, scroll;
  }
  .sign-in-div {
    min-height: 600px;
  }
  .sign-up-button-2.sign-up {
    width: 95%;
  }
  .sign-up-info {
    top: 25px;
  }
  .sign-in-info {
    top: 25px;
  }
  .you-are-in {
    top: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .you-are-in-info {
    top: 25px;
  }
  .line-col {
    border-right-style: none;
  }
  .how {
    color: #0b9444;
  }
  .sign-up-div {
    min-height: auto;
    padding-bottom: 13%;
  }
  .sign-up-div.reset {
    min-height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .nav-menu {
    height: auto;
    margin-top: 0px;
  }
  .footer-button.edulink {
    padding-top: 27px;
    padding-bottom: 12px;
    padding-left: 23px;
    background-position: 50% 5px;
    background-size: 20px;
    font-size: 12px;
  }
  .footer-button.edulink.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-button.results {
    padding-top: 27px;
    padding-bottom: 12px;
    background-position: 50% 5px;
    background-size: 20px;
  }
  .footer-button.results.w--current {
    background-position: 29% 50%;
    background-size: 20px;
    font-size: 12px;
  }
  .footer-button.personal-button {
    padding-top: 27px;
    padding-bottom: 12px;
    padding-left: 23px;
    background-position: 50% 5px;
    background-size: 20px;
  }
  .footer-button.personal-button.attendance {
    background-position: 50% 5px;
    background-size: 20px;
  }
  .footer-button.personal-button.attendance.w--current {
    background-position: 50% 5px;
    background-size: 20px;
  }
  .wrapper-div {
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 50px;
  }
  .info-pic-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .category-div {
    border-top-right-radius: 50px;
  }
  .inner-div.last {
    border-top-right-radius: 0px;
  }
  .categories-div {
    border-bottom-left-radius: 0px;
  }
  .categories-div.end-year {
    border-bottom-left-radius: 50px;
  }
  .categories-div.term-1 {
    border-top-right-radius: 50px;
  }
  .categories-div._100 {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .names-div {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .menu-button {
    position: absolute;
    top: 0px;
    right: 0%;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 6px;
    padding: 6px;
    color: #fff;
    text-align: right;
  }
  .menu-button.home-button {
    margin-bottom: 0px;
    padding: 12px;
    color: #000;
  }
  .intro-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 34px 29px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-scroll-down {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .down-arrow {
    position: relative;
    left: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 11px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sign-in-col {
    margin-bottom: 12px;
  }
  .ts-and-cs {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .ts-and-cs-div {
    padding-top: 65px;
  }
}

@media (max-width: 479px) {
  .navbar.home {
    display: block;
    height: auto;
  }
  .hero-section {
    height: 600px;
    padding-top: 127px;
    padding-bottom: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/landing-bg-img-2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/landing-bg-img-2.jpg');
    background-attachment: scroll, scroll;
  }
  .hero-section.dashboard {
    padding-top: 10%;
  }
  .brand {
    padding-left: 5px;
  }
  .nav-link {
    border-bottom: 1px solid #086830;
    background-color: #0b9444;
    color: #fff;
  }
  .nav-link:hover {
    background-color: #086830;
  }
  .nav-link.sign-in-button:hover {
    background-color: #0a8d41;
  }
  .button {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .button.app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button.everything-maths {
    width: 100%;
  }
  .hero-heading {
    color: #000;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    text-shadow: 1px 1px 17px #fff;
  }
  .hero-heading.coming-soon {
    font-size: 18px;
    line-height: 17px;
  }
  .app-links-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .introduction {
    height: auto;
    padding: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .scroll-down-div {
    position: absolute;
    bottom: 35px;
    margin-top: 41px;
  }
  .scroll-down-div.sign-scroll {
    position: relative;
  }
  .body.dash {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/landing-bg-img-2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/landing-bg-img-2.jpg');
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .subheading {
    font-size: 26px;
  }
  .logo {
    margin: 5px;
  }
  .line.wht {
    top: -6px;
    margin-bottom: 10px;
  }
  .steps-div {
    min-height: auto;
    padding-top: 0px;
  }
  .step-1 {
    height: 280px;
    padding: 13px;
  }
  .overlay-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
  }
  .sign-up-button {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 13px;
    padding-left: 13px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    opacity: 0;
  }
  .sign-up-btn {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .sign-up-text {
    top: 50px;
    font-size: 18px;
  }
  .sign-up-text.number-1 {
    line-height: 24px;
  }
  .sign-in-text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
  }
  .contact-us-div {
    padding-top: 64px;
    padding-bottom: 64px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/landing-bg-img-3.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/landing-bg-img-3.jpg');
    background-attachment: scroll, scroll;
  }
  .sign-in-div {
    min-height: 650px;
  }
  .sign-up-button-2.sign-up {
    width: 90%;
  }
  .sign-up-info {
    top: 25px;
  }
  .you-are-in {
    top: 50px;
    font-size: 18px;
  }
  .number {
    font-size: 14px;
  }
  .link {
    font-size: 14px;
  }
  .link.copy {
    font-size: 10px;
  }
  .arrow-div.mobile {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
  }
  .how-it-works {
    margin-top: 50px;
  }
  .how {
    font-size: 26px;
  }
  .sign-up-div {
    text-align: center;
  }
  .sign-up-to-mzali-form {
    text-align: center;
  }
  .welcome {
    font-size: 36px;
    text-align: center;
  }
  .tab-link {
    width: 100%;
  }
  .tabs-menu-2 {
    border-radius: 50px;
  }
  .footer-button.edulink {
    padding: 30px 10px 12px;
    background-position: 50% 8px;
    font-size: 10px;
  }
  .footer-button.edulink.w--current {
    padding-top: 30px;
    padding-bottom: 12px;
    background-position: 50% 8px;
  }
  .footer-button.results {
    padding: 30px 10px 12px;
    background-position: 50% 8px;
    background-size: 20px;
    font-size: 10px;
  }
  .footer-button.results.w--current {
    padding-right: 10px;
    padding-left: 10px;
    background-position: 50% 8px;
    font-size: 10px;
  }
  .footer-button.personal-button {
    height: auto;
    padding: 30px 10px 12px;
    background-position: 50% 6px;
    font-size: 10px;
  }
  .footer-button.personal-button.attendance {
    background-position: 50% 6px;
    background-size: 20px;
  }
  .footer-button.personal-button.attendance.w--current {
    font-size: 10px;
  }
  .category-div {
    border-top-right-radius: 50px;
  }
  .inner-div.last {
    border-top-right-radius: 0px;
  }
  .categories-div {
    border-bottom-left-radius: 0px;
  }
  .categories-div.end-year {
    border-bottom-left-radius: 50px;
  }
  .categories-div.term-1 {
    border-top-right-radius: 50px;
  }
  .categories-div._100 {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .menu-button {
    padding: 8px;
    color: #fff;
  }
  .menu-button.w--open {
    padding: 11px;
    background-color: #0b9444;
  }
  .menu-button.home-button {
    display: block;
    color: #000;
  }
  .intro-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sign-in-col {
    margin-bottom: 18px;
  }
  .calendar-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .days {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .days-holder {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .day-1 {
    margin-bottom: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .ts-and-cs {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .ts-and-cs-div {
    padding-top: 66px;
    border-radius: 50px;
  }
  .uo {
    padding-left: 16px;
  }
}

@font-face {
  font-family: 'Oduda bold';
  src: url('../fonts/Oduda-Bold.eot') format('embedded-opentype'), url('../fonts/Oduda-Bold.woff') format('woff'), url('../fonts/Oduda-Bold.ttf') format('truetype'), url('../fonts/Oduda-Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bariol regular';
  src: url('../fonts/Bariol-Regular.eot') format('embedded-opentype'), url('../fonts/Bariol-Regular.woff') format('woff'), url('../fonts/Bariol-Regular.ttf') format('truetype'), url('../fonts/Bariol_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}