@charset "utf-8";

@font-face {
  font-family: "Product_SansRegular";
  font-style: normal;
  font-weight: normal;
  src: local("Product Sans Regular"),
    url("../fonts/ProductSans-Regular.woff") format("woff");
}

@font-face {
  font-family: "Product_SansItalic";
  font-style: normal;
  font-weight: normal;
  src: local("Product Sans Italic"),
    url("../fonts/ProductSans-Italic.woff") format("woff");
}

@font-face {
  font-family: "Product_SansThinRegular";
  font-style: normal;
  font-weight: normal;
  src: local("Product Sans Thin Regular"),
    url("../fonts/ProductSans-Thin.woff") format("woff");
}

@font-face {
  font-family: "Product_SansLightRegular";
  font-style: normal;
  font-weight: normal;
  src: local("Product Sans Light Regular"),
    url("../fonts/ProductSans-Light.woff") format("woff");
}

@font-face {
  font-family: "Product_SansMediumRegular";
  font-style: normal;
  font-weight: normal;
  src: local("Product Sans Medium Regular"),
    url("../fonts/ProductSans-Medium.woff") format("woff");
}

@font-face {
  font-family: "Product_SansBlackRegular";
  font-style: normal;
  font-weight: normal;
  src: local("Product Sans Black Regular"),
    url("../fonts/ProductSans-Black.woff") format("woff");
}

@font-face {
  font-family: "Product_SansThinItalic";
  font-style: normal;
  font-weight: normal;
  src: local("Product Sans Thin Italic"),
    url("../fonts/ProductSans-ThinItalic.woff") format("woff");
}

@font-face {
  font-family: "Product_SansLightItalic";
  font-style: normal;
  font-weight: normal;
  src: local("Product Sans Light Italic"),
    url("../fonts/ProductSans-LightItalic.woff") format("woff");
}

@font-face {
  font-family: "Product_SansMediumItalic";
  font-style: normal;
  font-weight: normal;
  src: local("Product Sans Medium Italic"),
    url("../fonts/ProductSans-MediumItalic.woff") format("woff");
}

@font-face {
  font-family: "Product_SansBold";
  font-style: normal;
  font-weight: normal;
  src: local("Product Sans Bold"),
    url("../fonts/ProductSans-Bold.woff") format("woff");
}

@font-face {
  font-family: "Product_SansBoldItalic";
  font-style: normal;
  font-weight: normal;
  src: local("Product Sans Bold Italic"),
    url("../fonts/ProductSans-BoldItalic.woff") format("woff");
}

@font-face {
  font-family: "Product_SansBlackItalic";
  font-style: normal;
  font-weight: normal;
  src: local("Product Sans Black Italic"),
    url("../fonts/ProductSans-BlackItalic.woff") format("woff");
}

body {
  font-family: "Product_SansRegular", Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #0e7690;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

body,
div,
h1,
h2,
h3 {
  display: block;
  margin: 0;
  padding: 0;
}

a {
  color: #fc5c63;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #fc5c63;
  text-decoration: none;
}

p {
  margin-bottom: 1em;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 0.5em 0;
  text-transform: none;
  font-family: "Product_SansBold";
  font-weight: normal;
  letter-spacing: -0.03em;
}

h1 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 1em;
  text-transform: none;
}

h2 {
  text-transform: none;
  font-size: 34px;
}

h3 {
  font-size: 26px;
}

h3.heading {
  font-size: 22px;
  letter-spacing: 0.2em;
  font-family: "Product_SansBold";
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 15px;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

label {
  font-weight: 400;
}

.lead {
  font-size: 18px;
}

.small {
  font-size: 11px;
}

.thin {
  font-family: "Product_SansLightRegular";
}

.medium {
  font-family: "Product_SansMediumRegular";
}

.big {
  font-size: 18px !important;
}

.bigger {
  font-size: 36px;
  font-weight: 300;
}

.bg-green {
  background: #7CDCFF;
  /* background: rgb(148,236,255); */
  /* background-color: #64d7e2; */
}

.text-white {
  color: #ffffff;
}

.text-blue {
  color: #47c1ee;
}

.btn-blue {
  color: #57acc1;
  background-color: transparent;
  border-color: #57acc1;
}

.btn-blue:hover {
  color: #fff;
  background-color: #2aace2;
  border-color: #2aace2;
}

.btn-mindtrex {
  font-size: 18px;
  border-radius: 2em;
  padding: 0.5em 2em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

b,
strong,
.bold {
  font-family: "Product_SansBold";
  font-weight: normal;
}

i {
  font-family: "Product_SansItalic";
}

::selection {
  color: #080808;
  background-color: #fdbe00;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
.btn,
a {
  outline: none !important;
  -o-outline: none !important;
  -moz-outline: none !important;
  -webkit-outline: none !important;
  box-shadow: none !important;
}

section .container,
section .container.our-merchant-1 {
  padding-top: 75px;
  padding-bottom: 90px;
}

section .container.thinpad {
  padding-top: 80px;
  padding-bottom: 90px;
}

section.page-top .container {
  padding-top: 120px;
}

.bg-grey-pattern {
  background-image: url("../img/texture-garis-abu.png");
  background-size: 45%;
}

.bg-blue-pattern {
  background-image: url("../img/texture-garis-blue.png");
  background-size: 45%;
}

.panel-greenlight {
  background-color: #d5f3e1;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 50px;
}

.panel-lightgray {
  background-color: #47C1EE;
  padding: 30px;
  border-radius: 15px;
  margin: 50px auto;
}

.form-hidden {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: none;
  padding: 6px 0;
}

.btn-md {
  width: 120px;
  height: 42px;
}

.form-promo {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.mx-auto {
  margin: 0 auto !important;
}

.my-auto {
  margin: auto 0;
}

.m-auto {
  margin: auto;
}

.border-top {
  height: 68px;
}

#header {
  background: rgba(254, 254, 254, 0);
  position: absolute;
  width: 100%;
  z-index: 50;
  /*-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;*/
  /*top: 0;*/
}

#header.affix,
#header.header-inner.affix-top {
  position: fixed;
  background: #7CDCFF;
  /* background: rgb(148,236,255); */
  /* background: rgba(94, 213, 233, 0.9); */
  border-bottom: 0px solid #fc5c63;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

/* #header.header-inner.affix-top {
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 2px !important;
} */

#header.affix-top {
  background: rgba(254, 254, 254, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#header .header-logo {
  margin: 0 0 20px 0;
  /* float: left;
  top: 0px; */
  /*width: 30%;*/
}

#header .header-logo a {
  display: block;
  width: 168px;
  height: 48px;
  /* margin-top: 0px;
  margin-bottom: 10px; */
  margin-left: 30px;
  opacity: 1;
  background-size: contain;
}

#header .header-logo a svg .cls-10 {
  fill: #ffffff;
}

#header.affix .header-logo a {
  display: block;
  width: 168px;
  height: 48px;
  margin-left: 30px;
  opacity: 0.9;
  background-size: contain;
}

#header .header-nav {
  float: right;
  width: 65%;
  text-align: right;
}

#header .header-nav ul {
  margin-right: 25px;
}

#header.affix .header-nav .nav,
#header.affix-top .header-nav .nav {
  margin-top: 13px;
}

#header .header-nav .nav > li {
  position: relative;
  display: inline-block;
}

#header .header-nav .nav > li a,
#header .header-nav .nav > li a:visited {
  background: transparent;
  color: #ffffff;
  font-family: "Product_SansBold";
  font-size: 18px;
  font-weight: 500;
  padding: 3px 12px;
  border-radius: 15px;
  margin: 0 3px;
}

/* #header.affix .header-nav .nav>li a, #header .affix .header-nav .nav>li a:visited,
#header.header-inner.affix-top .header-nav .nav>li a, #header.header-inner.affix-top .header-nav .nav>li a:visited {

} */

#header.affix .header-nav .nav > li a.requestdemo,
#header .affix .header-nav .nav > li a.requestdemo:visited,
#header.header-inner.affix-top .header-nav .nav > li a.requestdemo,
#header.header-inner.affix-top .header-nav .nav > li a.requestdemo:visited,
.requestdemo {
  background: #fc5c63;
  color: #fff;
  font-size: 13px;
}

#header .header-nav .nav > li a:hover {
  background: #fff;
  color: #7CDCFF;
  /* padding: 3px 12px;
  border-radius: 15px; */
}

#header .header-nav .nav > li.active a,
#header .header-nav .nav > li.active a:hover {
  color: #46badd;
  background: #fff;
  /* padding: 3px 12px;
  border-radius: 15px; */
}

#header .header-nav .nav > li a.bt-topnav {
  background: #fff;
  color: #7CDCFF;
  font-size: 18px;
  border-radius: 22px;
  padding: 8px 20px;
  margin-left: 30px;
}

#header .header-nav .nav > li a.bt-topnav:hover {
  background: #ff9800;
  color: #fff;
}

#header .navbar-toggle .icon-bar {
  background: #7CDCFF;
}

#header-m {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 1000;
  height: 50px;
  top: 0;
  border-bottom: 2px solid #fc5c63;
}

#header-m .header-m {
  display: inline-block;
  width: 131px;
  margin-top: 7px;
  padding-top: 0;
  padding-left: 15px;
}

#header-m .navbar-default {
  background: #7CDCFF;
  border-color: rgba(94, 213, 233, 1);
  border: 0;
}

#header-m .navbar-default .navbar-toggle {
  border-color: transparent;
}

#header-m .navbar-default .navbar-toggle .icon-bar {
  background-color: #0e7690;
}

#header-m .navbar-offcanvas {
  background: #7CDCFF;
  /* background: rgb(148,236,255); */
  /* background-color: rgba(94, 213, 233, 1); */
}

#header-m button.btn-close {
  font-size: 1.9em;
  line-height: 1;
  margin: 0px -9px 0px 0;
}

#header-m.affix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

#js-bootstrap-offcanvas .nav > li {
  padding: 0 15px;
  margin: 11px 0;
}

#js-bootstrap-offcanvas .nav > li > a {
  font-family: "Product_SansBold";
  font-size: 18px;
  padding-left: 20px;
  color: #fff;
  border-radius: 24px;
  background-color: transparent;
}

#js-bootstrap-offcanvas .nav > li > a:hover,
#js-bootstrap-offcanvas .nav > li > a:focus {
  background-color: #fff;
  color:#7CDCFF;
}

#js-bootstrap-offcanvas .nav > li.active > a {
  color: #7CDCFF;
  background: #fff;
}

#js-bootstrap-offcanvas .nav > li > a.requestdemo {
  display: inline-block;
  color: #ffffff !important;
  border: 1px solid #fff;
  border-radius: 16px;
  padding: 13px 23px;
  margin-left: 20px;
}

#home-mindtrex {
  position: relative;
  background-color: #5ed5e9;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  overflow: hidden;
  padding: 0;
}

.home-mindtrex__bg {
  position: absolute;
  width: 100vw;
  object-fit: cover;
  object-position: bottom;
  z-index: 1;
  min-width: 100%;
  vertical-align: middle;
}

.home-mindtrex__content {
  position: relative;
  width: 100%;
  z-index: 2;
  padding-top: 35%;
  padding-bottom: 15%;
}

.home-mindtrex__btn-group {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.home-mindtrex__btn {
  display: inline-block;
  background-color: #2e7985;
  color: #fff;
  padding: 1vw 2vw;
  border-radius: 10px;
  font-size: 1vw;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.home-mindtrex__btn:hover {
  color: white;
  transform: scale(1.1);
}

.home-mindtrex__btn.learn-more {
  margin: 0 3% 0 0;
}

.home-mindtrex__btn-download-group {
  margin: 29% 0 0 0px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.home-mindtrex__btn-download-group img {
  width: 200px;
}

.home-mindtrex__btn-download-group a:hover {
  transform: scale(1.1);
}

.section-heading {
  margin-bottom: 5em;
}

.section-heading ul {
  padding-left: 0;
  text-align: center;
}

.section-heading ul li {
  display: inline-block;
  list-style-type: none;
  vertical-align: middle;
  margin: auto 2px;
}

.section-heading ul li span {
  display: block;
  width: 15px;
  height: 15px;
  background: #47c1ee;
  border-radius: 50%;
}

.section-heading ul li:nth-child(3) span {
  width: auto;
  height: auto;
  font-family: "Product_SansBold";
  color: #fff;
  font-size: 18px;
  padding: 7px 19px;
  border-radius: 24px;
}

/* .section-heading ul li:first-child span,
.section-heading ul li:nth-child(5) span {

} */
.section-heading ul li:nth-child(2) span,
.section-heading ul li:nth-child(4) span {
  width: 23px;
  height: 23px;
}

.features-icontext {
  text-align: center;
  padding: 0 15px;
}

.features-icontext img {
  padding: 20px 50px;
}

.features-icontext h3 {
  margin-bottom: 0.5em;
  font-size: 24px;
}

.features-icontext p {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
}

.feature-img {
  padding: 0 20px;
  margin-bottom: 30px;
}

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

.feature-text h2 {
  font-size: 28px;
  margin-bottom: 0.5em;
}

.feature-text p {
  font-size: 16px;
}

section.line-multicolor:before,
section.line-multicolor:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(
    90deg,
    #51d49b 20%,
    #80dcfd 20%,
    #80dcfd 40%,
    #fd9192 40%,
    #fd9192 60%,
    #fed65f 60%,
    #fed65f 80%,
    #fdb074 80%
  );
}

section.line-multicolor:after {
  top: auto;
  bottom: 0;
  height: 11px;
}

section .container.pad-sm-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

#topics {
  background: url("../img/bg-topics.png") no-repeat left bottom;
  background-size: 150%;
}

#topics .container {
  padding-bottom: 27vw;
}

/* Subjects */

#subjects {
  padding-top: 10vh;
  position: relative;
  background-image: url(../img/bg-topics.png), linear-gradient(#f0f7ff, #fefefe);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: auto;
  overflow: hidden;
}

.subject-lists {
  margin: 0 0 40vh 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.subject-box {
  width: 200px;
  margin: 10px 10px;
}

.subject-icon {
  width: 100%;
}

.subject-icon-size {
  width: 100%;
}

.subject-btn {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.subject-btn div {
  margin-top: 3%;
  width: 185px;
  border: none;
  border-radius: 18px;
  padding: 3% 0;
  font-family: "Product_SansMediumRegular";
  font-size: 1.6rem;
  color: white;
  box-shadow: 0px 4px 7px 0.2px #acaaaa !important;
}

/* .subject-btn div:active {
	transform: translateY(2px);
} */

.subject-btn div.science {
  background-color: #4ad59a;
}

.subject-btn div.math {
  background-color: #7cdcff;
}

.subject-btn div.english {
  background-color: #ff9090;
}

.subject-btn div.melayu {
  background-color: #ffd753;
}

.subject-btn div.islam {
  background-color: #ffb16e;
}

.topicbox h5 {
  display: block;
  margin: 0 5px;
  padding: 5px;
  background-color: #c5c5c5;
  border-radius: 15px;
  color: #fff;
  text-align: center;
}

.topicbox.green h5 {
  background-color: #49d59a;
}

.topicbox.blue h5 {
  background-color: #7bddff;
}

.topicbox.red h5 {
  background-color: #ff9090;
}

.topicbox.yellow h5 {
  background-color: #ffd753;
}

.topicbox.orange h5 {
  background-color: #ffb16e;
}

.bg-decor {
  background-image: url("../img/decor-l.png"), url("../img/decor-r.png"),
    url("../img/texture-garis-blue.png");
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 23%, 23%, 45%;
  background-position: 7% 75%, 93% 31%, center;
}

.plan-intro {
  font-family: "Product_SansBold";
  padding: 4% 11% 0 11%;
  font-size: 2.2rem;
  color: #3fc0f1;
  margin-bottom: -50px;
}

/*.plan-intro-home {
  font-family: "Product_SansBold";
  padding: -30% 11% 0 10%;
  font-size: 2.2rem;
  color: #3fc0f1;
}*/

.promotion {
  font-family: "Product_SansBold";
  /*padding: -10% 11% -10% 11%;*/
  font-size: 2.2rem;
  line-height: 33px;
  color: #fff;
  margin-top: 80px;
  margin-bottom: -50px;
  background-color: #0e7690;
  border-radius: 6px;
  width: 80%;
  margin-left: 10%;
}

.promotion-home {
  font-family: "Product_SansBold";
  font-size: 24px;
  line-height: 33px;
  color: #0e7690;
  margin-top: 40px;
  margin-bottom: 50px;
  background-color: transparent;
  border-radius: 6px;
  width: 80%;
  margin-left: 10%;
}

.which-pack__content {
  margin-top: -80px;
}

.which-pack__cta {
  margin: 0 auto;
  width: 350px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.which-pack__cta a,
.which-pack__cta p {
  display: block;
  font-size: 1.9rem;
  color: #06c;
}

.c-better-deal {
  text-decoration: underline;
}

.price__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* .pricebox {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 30px 20px;
  margin: 30px 25px 75px;

} */

/* .pricebox.home {
  background-color: #fff;
  border: 3px solid #3fc0f0;
  border-radius: 15px;
  padding: 30px 20px;
  margin: 30px 25px 75px;

} */
/* 
.pricebox__as-low {
  margin: 20px 0 -20px 0;
}

.pricebox__period {
  margin: 0px 0 30px 0;
}

.pricebox__price-list {
  margin: 0 auto;
  padding: 0;
  width: 170px;
  height: 100px;
  position: relative;
}

.pricebox__price-list .currency,
.pricebox__price-list .price {
  position: absolute;
  font-family: "Product_SansBold";
  color: #3fc0f0;
}

.pricebox__price-list .currency {
  font-size: 2.5rem;
  top: 25px;
  left: 0;
}

.pricebox__price-list .currency.monthly {
  left: 25px;
}

.pricebox__price-list .price {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 8rem;
  top: 0;
  left: 50%;
  transform: translate(-50%);
} */

/* .pricebox.home .price-month {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin: 0 0 0 0;
}

.pricebox:hover {
  box-shadow: 3px 7px 15px 2px #a1e3fd;
}

.pricebox .per-month {
  letter-spacing: 0.05px;
}

.pricebox .price-month {
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  margin: -5% 0 0 0;
  color: #3fc0f0;
  font-size: 9rem;
  line-height: 2;
}

.pricebox .price-month span {
  font-family: "Product_SansMediumRegular";
  font-size: 4.2rem;
  margin: 0 8px 0 0;
}

.pricebox .annual-bill {
  margin: -40px 0 0 0;
  letter-spacing: 0.05px;
  font-size: 1.7rem;
}

.pricebox .normal-price {
  margin: 20px 0;
  font-size: 2.2rem;
  text-decoration: line-through;
  text-decoration-color: #3fc0f0;
} */

/* .pricebox .final-price {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 3rem;
  color: #3fc0f0;
  margin: 0 0 30px 0;
} */

/* .pricebox .final-price span {
  font-size: 1.8rem;
  margin: 0 0 0 5px;
  color: #3fc0f0;
} */

/* .pricebox h2 {
  font-size: 30px;
  margin-bottom: 0.2em;
} */
/* 
.pricebox h3 {
  font-size: 17px;
  margin-top: 1.5em;
} */

/* .pricebox h4 {
  font-size: 15px;
  margin-bottom: 1em;
  line-height: 1.4;
  font-weight: normal;
} */

.style-1 {
  color: rgba(255, 0, 0, 0.5);
  text-decoration: none;
  position: relative;
}

.style-1:before {
  content: " ";
  display: block;
  width: 500%;
  border-top: 2px solid rgba(255, 0, 0, 0.8);
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-7deg);
  margin-left: -70px;
}

.style-1 .amount {
  color: #0e7690;
  font-size: 25px;
  text-decoration: none;
  padding: 1em 1em 1em 0.5em;
  /*margin-top: 50px;*/
  margin-left: -80px;
}

.effect {
  width: 40%;
  height: 23%;
  position: absolute;
  left: 225px;
  top: auto;
  background-color: transparent; /*#0e7690;*/ /*#E1AD01;*/
}
.effect:nth-child(even) {
  margin-right: 4%;
}
@media (max-width: 500px) {
  .effect {
    width: 40%;
  }
  .effect:nth-child(even) {
    margin-right: 0%;
  }
}

.ribbon {
  /*width: 48%;
  height: 188px;*/
  position: absolute;
  left: -65px;
  top: 25px;
  /*margin-bottom: 30px;*/
  background-color: #4caf50; /*#0e7690;*/ /*#E1AD01;*/
  font-family: "Product_SansBold";
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
}
.ribbon:nth-child(even) {
  margin-right: 4%;
}
@media (max-width: 500px) {
  .ribbon {
    width: 100%;
  }
  .ribbon:nth-child(even) {
    margin-right: 0%;
  }
}

.ribbon3 {
  width: 120px;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  position: absolute;
  left: -24px;
  top: -30px;
  background: /*#59324C;*/ #4caf50;
}
.ribbon3:before,
.ribbon3:after {
  content: "";
  position: absolute;
}
.ribbon3:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid #4caf50;
  border-left: 9px solid transparent;
}
.ribbon3:after {
  height: 0;
  width: 0;
  top: -1px;
  right: -13.5px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 15px solid #4caf50;
}

.new-pack {
  width: max-content;
  height: 30px;
  line-height: 30px;
  padding: 0px 5px;
  position: absolute;
  left: -20px;
  top: -30px;
  background: /*#59324C;*/ #fac413;
  font-size: 11px;
  text-transform: capitalize;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.new-pack:before,
.new-pack:after {
  content: "";
  position: absolute;
}
.new-pack:before {
  height: 0;
  width: 0;
  top: 29.5px;
  left: 0.1px;
  border-top: 9px solid #FFB350;
  border-left: 9px solid transparent;
}

/* .new-pack:after {
  height: 0;
  width: 0;
  top: -1px;
  right: -13.5px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 15px solid #EDBA19;
} */

.ribbon-1 {
  /*width: 48%;
  height: 188px;*/
  position: relative;
  float: left;
  background-color: #4caf50; /*#0e7690;*/ /*#E1AD01;*/
  font-family: "Product_SansBold";
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
}
.ribbon-1:nth-child(even) {
  margin-right: 4%;
}
@media (max-width: 500px) {
  .ribbon-1 {
    width: 100%;
  }
  .ribbon-1:nth-child(even) {
    margin-right: 0%;
  }
}

.ribbon3-1 {
  width: 120px;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  position: absolute;
  left: -24px;
  top: -15px;
  background: /*#59324C;*/ #4caf50;
}
.ribbon3-1:before,
.ribbon3-1:after {
  content: "";
  position: absolute;
}
.ribbon3-1:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid #4caf50;
  border-left: 9px solid transparent;
}
.ribbon3-1:after {
  height: 0;
  width: 0;
  top: -1px;
  right: -13.5px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 15px solid #4caf50;
}

.new-pack-1 {
  width: 120px;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  position: absolute;
  left: -24px;
  top: -15px;
  background: /*#59324C;*/ #EDBA19;
}
.new-pack-1:before,
.new-pack-1:after {
  content: "";
  position: absolute;
}
.new-pack-1:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid #EDBA19;
  border-left: 9px solid transparent;
}
.new-pack-1:after {
  height: 0;
  width: 0;
  top: -1px;
  right: -13.5px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 15px solid #EDBA19;
}

.pricebox ul {
  font-size: 15px;
  text-align: left;
  padding-left: 0;
}

.pricebox ul li {
  padding: 1em 0;
  list-style-type: none;
  text-align: center;
  border-top: 1px dotted rgba(87, 172, 193, 0.7);
}

/* .btn-start-learning {
  display: inline-block;
  margin: 0 0 20px 0 !important;
  padding: 15px 60px;
  border: none;
  border-radius: 13px;
  width: 100%;
  background-color: #3fc0f0;
  color: white;
  font-family: "Product_SansBold";
  font-size: 1.7rem;
  transition-duration: 0.4s;
  cursor: pointer;
  letter-spacing: 0.05px;
} */

/* .btn-start-learning:hover {
  box-shadow: 0 12px 16px 0 rgba(116, 191, 252, 0.24),
    0 17px 50px 0 rgba(116, 191, 252, 0.24) !important;
} */

.btn-start-learning:hover,
.btn-login:hover {
  box-shadow: 0 12px 16px 0 rgba(102, 182, 248, 0.24) !important;
}

.btn-start-learning:active,
.btn-login:active {
  box-shadow: 0 12px 16px 0 rgba(5, 132, 236, 0.24) !important;
  transform: translateY(4px);
}

#app-download {
  background: url("../img/bg-download.png") no-repeat left bottom;
  background-size: 100%;
  height: auto;
  margin-bottom: -5px;
}

#app-download .container {
  padding-bottom: 43vw;
}

#app-download .dw {
  padding-left: 0;
}

#app-download .dw h2 {
  font-size: 28px;
  padding-left: 33px;
  margin-top: 0.5em;
}

#app-download .dw a {
  display: inline-block;
  width: 250px;
  margin-right: 15px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
}

#app-download .dw a:hover {
  transform: scale(1.1, 1.1);
}

#privacypolicy,
#termsofuse {
  font-size: 15px;
  color: #444;
}

.learn-more__poin {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

#privacypolicy a,
#termsofuse a {
  font-family: "Product_SansRegular";
  font-weight: normal;
  color: #148ebf;
}

#privacypolicy h2,
#termsofuse h2,
#privacypolicy h3,
#termsofuse h3,
#privacypolicy h4,
#termsofuse h4,
#privacypolicy h5,
#termsofuse h5 {
  font-family: "Product_SansBold";
}

#privacypolicy h4,
#termsofuse h4 {
  margin-top: 1.4em;
  margin-bottom: 1em;
  font-size: 22px;
}

#privacypolicy h5,
#termsofuse h5 {
  font-size: 17px;
  font-family: "Product_SansBold";
  margin-bottom: 0.3em;
}

#privacypolicy h2, h3, i {
  color: #148ebf;
 }

#privacypolicy span {
 color: #EF445A;
}

#privacypolicy ul,
#privacypolicy ol,
#termsofuse ul,
#termsofuse ol {
  padding: 0;
}

#privacypolicy ol > li {
  margin-left: 20px;
}

#privacypolicy ul > li,
#termsofuse ul > li {
  margin-left: 20px;
  margin-bottom: 10px;
}

#termsofuse ol,
#termsofuse ul {
  list-style: none;
}

#terms-details {
  margin: 1.5em 0;
}

#terms-details li ol {
  margin-left: 1.5em;
  margin-top: 1.5em;
}

#terms-details li {
  margin-bottom: 1.5em;
}

.bullet-circle {
  list-style-type: circle !important;
}

/* .primary-level {
  margin: 0 0 5px 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.primary-box {
  width: 200px;
  margin: 0 120px;
}

.primary-icon {
  width: 100%;
}

.primary-icon-size {
  width: 100%;
} */

.plans {
  margin: 0 0 5px 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.plans-box1 {
  width: 200px;
  margin: 0 100px;
}

.plans-box2 {
  width: 320px;
  margin: 0 100px;
}

.plans-icon {
  width: 100%;
}

.plans-icon-size {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 979px) {
  .plans-box2 {
    width: 200px;
  }
}

/* .plans-text {
  margin: 20px -50px 20px 10px;
} */

footer .container {
  padding: 50px 15px 20px;
  text-align: center;
  letter-spacing: 0.03em;
}

footer .footernav {
  padding-top: 68px;
}

footer .contact {
  padding-top: 45px;
}

footer .qc {
  font-size: 14px;
  /*line-height: 1.9;*/
}

footer ul {
  padding-left: 0;
}

footer ul li {
  list-style-type: none;
  line-height: 2;
  letter-spacing: normal;
}

footer ul li a {
  font-family: "Product_SansBold";
  color: #fff;
  display: block;
	transition: all 0.3s ease;
}

footer ul li a:hover,
footer .cp a:hover {
  color: #0e7690;
  padding-left: 8px;
}

footer .contact i {
  padding: -5px 15px;
}

footer ul.linksoc li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #0e7690;
}

footer ul.linksoc li a {
  display: block;
  padding: 3px 9px;
}

footer .fa-facebook {
  color: #0e7690;
  padding: 10px -20px;
}

footer .fa-instagram {
  color: #0e7690;
  padding: 10px -20px;
}

footer .office {
  font-size: 14px;
}

footer .office a.logo {
  display: block;
  width: 175px;
  margin: auto;
}

footer .office a.logo svg .cls-10 {
  fill: #fff;
}

footer .office:before,
footer .office:after {
  content: "";
  display: block;
  position: absolute;
  height: 69%;
  top: 25%;
}

footer .office:before {
  border-left: 0;
  left: 0;
}

footer .office:after {
  border-right: 0;
  right: 0;
}

footer .contact h4 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  color: #fff;
}

footer .office h5 {
  margin-top: 1em;
  margin-bottom: 0.7em;
  color: #fff;
}

footer .office span.email {
  margin-top: 8px;
  display: inline-block;
}

footer .cp {
  font-size: 12px;
  position: relative;
}

footer .cp:before {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid rgba(14, 118, 144, 0.3);
  width: 100%;
  top: 21px;
  left: 0;
}

footer .cp p {
  margin-bottom: 0;
}

footer .cp p span {
  display: block;
}

footer .cp a {
  color: #fff;
  display: inline-block;
  margin: 7px;
}

[data-aos] {
  visibility: hidden;
}

[data-aos].animated {
  visibility: visible;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.anim15 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.anim20 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated02 {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes header-fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
    /*background: rgba(255,255,255,.3);*/
    /* background: rgba(40, 183, 150, .95); */
  }

  100% {
    opacity: 1;
    transform: none;
    /*background: rgba(255,255,255,.3);*/
    /* background: rgba(40, 183, 150, .95); */
  }
}

.header-fadeInDown {
  animation-name: header-fadeInDown;
}

@-webkit-keyframes header-fadeInUpDown {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: fixed;
    /* background: rgba(255,255,255,1); */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  20% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: fixed;
    /* background: rgba(255,255,255,1); */
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -81px, 0);
  }

  21% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    /* background: rgba(255,255,255,0); */
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -81px, 0);
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes header-fadeInUpDown {
  0% {
    opacity: 1;
    position: fixed;
    /* background: rgba(40, 183, 150, .95); */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  20% {
    opacity: 1;
    position: fixed;
    /* background: rgba(40, 183, 150, .95); */
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -120px, 0);
  }

  21% {
    opacity: 0;
    position: absolute;
    /* background: rgba(40, 183, 150, 0); */
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -120px, 0);
  }

  100% {
    opacity: 1;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.header-fadeInUpDown {
  animation-name: header-fadeInUpDown;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.bounceIn-d05 {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.bounceIn-d10 {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.burung {
  background-image: url("../img/mindtrex-burung-biru.png");
  background-size: auto 100%;
  width: 74px;
  height: 59px;
  will-change: background-position;
  -webkit-animation-name: fly-cycle;
  animation-name: fly-cycle;
  -webkit-animation-timing-function: steps(4);
  animation-timing-function: steps(4);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.burung--pink {
  background-image: url("../img/mindtrex-burung-pink.png");
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.burung--yellow {
  background-image: url("../img/mindtrex-burung-kuning.png");
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: -0.55s;
  animation-delay: -0.55s;
}

.burung--blue {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}

.burung-container {
  position: absolute;
  top: 24%;
  left: -7.5vw;
  -webkit-transform: scale(0);
  transform: scale(0);
  will-change: transform;
  -webkit-animation-name: fly-right-one;
  animation-name: fly-right-one;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 2;
}

.burung-container--pink {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.burung-container--yellow {
  top: 23%;
  -webkit-animation-duration: 15.02s;
  animation-duration: 15.02s;
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-animation-name: fly-right-two;
  animation-name: fly-right-two;
}

.burung-container--blue {
  -webkit-animation-duration: 15.025s;
  animation-duration: 15.025s;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

@-webkit-keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}

@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}

@-webkit-keyframes fly-right-one {
  0% {
    left: -10%;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  10% {
    left: 10%;
    -webkit-transform: translateY(2vh) scale(0.6);
    transform: translateY(2vh) scale(0.6);
  }

  20% {
    left: 30%;
    -webkit-transform: translateY(0vh) scale(0.5);
    transform: translateY(0vh) scale(0.5);
  }

  30% {
    left: 50%;
    -webkit-transform: translateY(4vh) scale(0.6);
    transform: translateY(4vh) scale(0.6);
  }

  40% {
    left: 70%;
    -webkit-transform: translateY(2vh) scale(0.6);
    transform: translateY(2vh) scale(0.6);
  }

  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }

  60% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }

  100% {
    left: 110%;
    opacity: 1;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }
}

@keyframes fly-right-one {
  0% {
    left: -10%;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  10% {
    left: 10%;
    -webkit-transform: translateY(2vh) scale(0.6);
    transform: translateY(2vh) scale(0.6);
  }

  20% {
    left: 30%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }

  30% {
    left: 50%;
    -webkit-transform: translateY(4vh) scale(0.6);
    transform: translateY(4vh) scale(0.6);
  }

  40% {
    left: 70%;
    -webkit-transform: translateY(2vh) scale(0.6);
    transform: translateY(2vh) scale(0.6);
  }

  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }

  60% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }

  100% {
    left: 110%;
    opacity: 1;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }
}

@-webkit-keyframes fly-right-two {
  0% {
    left: -10%;
    opacity: 1;
    -webkit-transform: translateY(-2vh) scale(0.6);
    transform: translateY(-2vh) scale(0.6);
  }

  10% {
    left: 10%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }

  20% {
    left: 30%;
    -webkit-transform: translateY(-4vh) scale(0.6);
    transform: translateY(-4vh) scale(0.6);
  }

  30% {
    left: 50%;
    -webkit-transform: translateY(1vh) scale(0.5);
    transform: translateY(1vh) scale(0.5);
  }

  40% {
    left: 70%;
    -webkit-transform: translateY(-2.5vh) scale(0.5);
    transform: translateY(-2.5vh) scale(0.5);
  }

  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }

  60% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }

  100% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }
}

@keyframes fly-right-two {
  0% {
    left: -10%;
    opacity: 1;
    -webkit-transform: translateY(-2vh) scale(0.6);
    transform: translateY(-2vh) scale(0.6);
  }

  10% {
    left: 10%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }

  20% {
    left: 30%;
    -webkit-transform: translateY(-4vh) scale(0.6);
    transform: translateY(-4vh) scale(0.6);
  }

  30% {
    left: 50%;
    -webkit-transform: translateY(1vh) scale(0.5);
    transform: translateY(1vh) scale(0.5);
  }

  40% {
    left: 70%;
    -webkit-transform: translateY(-2.5vh) scale(0.5);
    transform: translateY(-2.5vh) scale(0.5);
  }

  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }

  60% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }

  100% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }
}

.posrel {
  position: relative;
}

.convc {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.tc {
  text-align: center;
}

@media (min-width: 768px) {
  .fivecolumns .col-md-2,
  .fivecolumns .col-sm-2,
  .fivecolumns .col-lg-2 {
    width: 20%;
    *width: 20%;
  }
}

@media (min-width: 1200px) {
  .fivecolumns .col-md-2,
  .fivecolumns .col-sm-2,
  .fivecolumns .col-lg-2 {
    width: 20%;
    *width: 20%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .fivecolumns .col-md-2,
  .fivecolumns .col-sm-2,
  .fivecolumns .col-lg-2 {
    width: 20%;
    *width: 20%;
  }
}

#table {
  overflow: hidden;
}

#lefttop {
  width: 18%;
  float: left;
  border-radius: 50%;
  margin: 30% 10% 0% 20%;
}

#righttop {
  width: 18%;
  float: right;
  border-radius: 50%;
  margin: 30% 15% 0% 0%;
}

#middle {
  margin: 0% 40%;
  width: 18%;
  float: left;
  border-radius: 50%;
}

#leftbtm {
  width: 18%;
  float: left;
  border-radius: 50%;
  margin: 0% 10% 30% 20%;
}

#rightbtm {
  width: 18%;
  float: right;
  border-radius: 50%;
  margin: 0% 15% 30% 0%;
}

#hover {
  display: none;
  margin-top: -10%;
  margin-left: 15%;
}

.mid:hover + #hover,
.topright:hover + #hover {
  cursor: pointer;
  display: block;
  position: absolute;
  padding: 2%;
  font-size: 14px;
  text-align: center;
  color: rgb(113, 157, 171);
  border: 4% solid rgb(255, 255, 255);
  border-radius: 5%;
  text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
  box-shadow: #333 -4px 4px 16px 2px;
  -webkit-transition: opacity 100ms ease-in;
  -o-transition: opacity 100ms ease-in;
  -moz-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
  pointer-events: none;
  margin-left: 10%;
  margin-top: 50%;
}

/* ***Pricing Page*** */

#dial_code {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: #555555;
}

.chevron-down-size {
  font-size: 10px;
  margin: 0 0 0 5px;
  padding: 0 0 4px 0;
  color: black;
}

.dial-code-list {
  overflow-y: scroll;
  height: 100px;
}

.dial-code-list li {
  color: #555555;
  padding-left: 18px;
}

.dial-code-list li:hover {
  cursor: pointer;
  border: 2px solid black;
  background-color: #1e90ff;
}

.wrapper-phone .phone-box {
  width: 100%;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  display: flex;
  padding: 6px 12px;
}

.wrapper-phone .phone-box .phone-prefix {
  width: 40px;
  color: #555;
  position: relative;
  cursor: pointer;
}

.wrapper-phone .phone-box .phone-prefix ul {
  display: none;
  position: absolute;
  top: 27px;
  left: -10px;
  background: #fff;
  width: 210px;
  height: 150px;
  border-radius: 5px;
  padding: 5px 20px;
  box-shadow: 8px 8px 6px -10px #b3c6ff;
  overflow: scroll;
  z-index: 10;
}

.wrapper-phone .phone-box .phone-prefix ul .active {
  display: block;
}

.wrapper-phone .phone-box .phone-prefix ul li {
  padding-bottom: 5px;
}

.wrapper-phone .phone-box .phone-prefix ul li:last-child {
  padding-bottom: 0;
}

.wrapper-phone .phone-box .phone-prefix ul li:hover {
  color: #6f768d;
}

.wrapper-phone .phone-box .phone-prefix:before {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  top: 0px;
  right: -2px;
}

.wrapper-phone .phone-box .phone-number-field {
  width: 150px;
  margin: 0 0 0 15px;
  height: 100%;
  position: relative;
}

.wrapper-phone .phone-box .phone-number-field .input-number {
  width: 100%;
  height: 100%;
  border: none;
  padding-left: 5px;
  color: #555;
}

.input-number::selection {
  color: #fff !important;
  background-color: #ffffff !important;
}

.payment-method {
  display: flex;
  display: -webkit-flex;
  align-content: center;
  -webkit-align-content: center;
}

.form-phone {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.form-phone-prefix {
  width: 35%;
}

.form-phone-number {
  width: 60%;
}

.form-promo {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.form-promo-input {
  width: 75%;
}

.form-promo-btn {
  width: 23%;
}

.form-check {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-content: center;
  -webkit-align-content: center;
}

.form-check-input {
  margin-right: 10px !important;
  padding: 0 0 0 5px !important;
}

.form-check-label {
  line-height: 1.5;
}

.logo-payment {
  width: 50px;
}

.btn-get,
.btn-submit {
  font-weight: bold;
}

.btn-get {
  height: 43px;
  width: 100%;
  background-color: #357ebd;
  color: white;
}

.tester {
  background-image: url(/img/why-otg@3x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 170px;
  height: 170px;
  border-radius: 0%;
}

.tester:hover {
  background-image: url(/img/why-otg-active@3x.png);
}

/* .total {
  display: flex;
  justify-content: center;
  align-items: center;
} */

/* #total_display {
  margin: 2rem 0 0 0;
} */
/* 
.ikon-box {
	display: flex;
	justify-content: center;
	align-items: center;
} */

.ikon-size {
  display: flex;
  display: -webkit-flex;
  width: 45%;
}

.package-price {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.package-price .form-group {
  width: 100%;
}

#packageId {
  width: 100%;
}

#pricingId {
  width: 100%;
}

#pay {
  display: none;
}

.panel-lightgray {
  display: block;
}

.pre-paid {
  display: none;
  margin: 55px 0 0 0;
  color: black;
}

.pre-paid.active {
  display: block;
}

.form-box {
  margin: 5vh auto 0 auto;
  width: 460px;
}

.form-box.plan-pay {
  width: 100%;
}

.input-box {
  height: 43px;
  border-radius: 5px;
}

.btn-dropdown-box {
  height: 43px;
  border-radius: 5px;
}

.btn-form {
  margin: 5% 0 0 69.8%;
  width: 30%;
  height: 43px;
  font-family: "Product_SansMediumRegular";
  color: white;
  background-color: #418bca;
}

#planPay {
  display: none;
}

#planPay.active {
  display: block;
}

.btn-login {
  padding: 5px 10px;
  color: white;
  background-color: #418bca;
  border: none;
  border-radius: 10px;
}

#registration {
  display: none;
}

#registration.active {
  display: block;
}

#registration .form-group p {
  margin: 5vh 0 0 0;
}

#registration .form-group .checkbox {
  margin: 2vh 0 0 0;
}

#verification {
  display: none;
}

#verification.active {
  display: block;
}
#verification .form-group.btn {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

#verification .form-group.btn .btn-form {
  margin: 0;
  background-color: #1B6D8B;
  color: #ffffff;
  height: 50px;
  font-size: 18px;
  margin-top: 12px;
}
#verification .form-group.btn .btn-form:hover {
  color: #ffffff;
  background-color: #134355;
}

#verification p {
  margin-top: 2vh;
}

.btn-paynow {
  margin: 15px 0;
  width: 30%;
  height: 43px;
  color: white;
  background-color: #418bca;
}

.step-progress-bar {
  position: relative;
  margin: 10vh auto 0 auto;
  width: 48%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.step-grid {
  position: absolute;
  height: 5px;
  width: 80%;
  top: 15%;
  left: 10%;
}

.step-grid-down {
  position: absolute;
  height: 5px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ededed;
  z-index: -2;
}

.step-grid-up {
  position: absolute;
  height: 5px;
  width: 0%;
  transition: width 2s;
  top: 0%;
  left: 0%;
  background-color: #418bca;
  z-index: -1;
}

.step-one,
.step-two,
.step-three {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  height: 80px;
  width: 80px;
}

.step-one .circle,
.step-two .circle,
.step-three .circle {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 30px;
  height: 30px;
  border: 2px solid #ededed;
  border-radius: 50%;
  background-color: #fff;
}

.step-one .circle.done,
.step-two .circle.done,
.step-three .circle.done {
  border-color: #418bca;
  transition: ease 5s;
}

.step-one .circle .inn,
.step-two .circle .inn,
.step-three .circle .inn {
  width: 15px;
  height: 15px;
  background-color: #ededed;
  border-radius: 50%;
}

.step-one .circle .inn.active,
.step-two .circle .inn.active,
.step-three .circle .inn.active {
  background-color: #418bca;
  transition: ease 10s;
}

.step-one h5,
.step-two h5,
.step-three h5 {
  margin: 5px 0 0 0;
}

#emailInfo {
  display: none;
}

#emailInfo.active {
  display: block;
}

.verification-not-success {
  display: none;
}

.verification-not-success.active {
  display: block;
}

.verification-not-success h4 {
  color: red;
  text-align: center;
}

.verification-success,
.registration-complete {
  display: none;
  margin: 10vh 0;
}

.verification-success.active,
.registration-complete.active {
  display: block;
}

.verification-success .icon,
.registration-complete .icon {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  background-color: green;
}

.verification-success i,
.registration-complete i {
  color: white;
}

.verification-success h3,
.registration-complete h3 {
  text-align: center;
  margin: 2vh 0 0 1vw;
  color: green;
}

.form-group label {
  font-family: "Product_SansMediumRegular";
  color: #ffffff;
}

.form-group.review {
  display: none;
  margin: 5vh 0 3vh 0;
  padding: 10px 0;
  display: flex;
  display: -webkit-flex;
  /* border-top: 1px solid gray;
	border-bottom: 1px solid gray; */
}

.form-group.review .double-dotted {
  margin: 0 2% 0 1%;
}

.form-group.review .property,
.form-group.review .double-dotted,
.form-group.review .content {
  display: none;
}

.form-group.review .property.active,
.form-group.review .double-dotted.active,
.form-group.review .content.active {
  display: block;
}

.form-group.review .property p,
.form-group.review .content p,
.form-group.review .double-dotted p {
  margin: 0;
  font-size: 1.4rem;
}

/* .form-group.review .property {
	border-right: 1px solid gray;
} */
.form-group.review .property {
  width: 150px;
}

.form-group.review .content {
  width: 125px;
  padding: 0 0 0 0px;
}

.pass-field {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  width: 100%;
  height: 43px;
}

.pass-field input {
  position: static;
}

.pass-field i {
  cursor: pointer;
  position: absolute;
  right: 10px;
  color: #838383;
}

/* voucher-page:begin */
.voucher-script {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  height: 100vh;
}

.voucher-script .voucher-logo {
  width: 200px;
  margin: 30px 0;
}

.voucher-script .box {
  width: 100%;
  border: 2px solid #ededed;
  border-radius: 10px;
  padding: 20px;
  background-color: #ededed;
}

.voucher-script .box form {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
/* voucher-page:end */

.register-back {
  display: none;
}

.register-back.active {
  display: block;
  margin: 1vh auto 0 auto;
  width: 100%;
}

.register-back-content {
  margin: 0 auto;
  padding: 10px;
  height: 50px;
  width: 100%;
  background-color: orange;
  border-radius: 10px;
  color: white;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.register-back-content p {
  margin: 3px 10px 0 0;
  font-family: "Product_SansMediumRegular";
}

.register-back-content button {
  font-family: "Product_SansMediumRegular";
}

.form-group .radio label span {
  color: red;
}

.form-info {
  display: none;
}

.form-info.active {
  display: block;
}

.status-info {
  display: none;
  margin: 10vh auto;
}

.status-info.active {
  display: block;
}

.status-info-content {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.status-info-content .circle {
  padding: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: red;
  color: white;
}

.status-info-content h3 {
  margin: 2vh 0 0 0;
  text-align: center;
  color: red;
}

/* Start-learning Begin */
.third-section {
  padding: 100px auto;
}

.third-section h3 {
  font-family: 'Product_SansMediumRegular';
  font-weight: 300;
  font-size: 2.4rem;
  color: #0e7690;
  text-align: center;
  padding: 60px;
  margin-top: -20px;
  margin-bottom: -100px;
}

.box-third {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d5f2fb;
  margin: 20px 20px;
  padding: 10px;
  width: 100px;
  min-height: 100px;
  border-radius: 50%;
}

.box-third .fa-user {
	color: #0e7690;
}

.box-third-1 {
	font-family: 'Product_SansMediumRegular';
	font-weight: 500;
	font-size: 1.8rem;
	color: #0e7690;
  margin: 0;
}

.box-third:hover {
	transform: scale(1.1);
}

.home-btn {
  display: none;
}

.home-btn.active {
  display: block;
}

#slogan {
  padding-top: 13vh;
  position: relative;
  background-image: url('../img/accentbg.png');
  background-size: cover 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: auto;
  overflow: hidden;
}

#slogan .title {
  font-weight: bold;
  text-align: center;
  color: #0e7690;
  font-family: 'Lato', sans-serif;
  font-size: 3rem;
  margin: -80px 0 -10px 0;
}

#slogan .subtitle {
  font-size: 4rem;
  font-family: 'Lato', sans-serif;
  color: #0e7690;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 80px 0;
}

.start-learningBtn {
  line-height:1em;
  letter-spacing:0.06em;
  font-family: 'Lato', sans-serif;
  font-weight:normal;
  font-size:18px;
  text-decoration:none;
  color:#fff;
  background-color: #EF445A;
  cursor: pointer;
  padding: 15px 30px;
  transition:all 0.5s;
  border-radius:50px;
  justify-content: center;
  text-align: center;
}

.start-learningBtn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.start-learningBtn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.start-learningBtn:hover span {
  padding-right: 25px;
}

.start-learningBtn:hover {
  background-color: #EF445A;
  color: #fff;
}

.start-learningBtn:hover span:after {
  background-color: #EF445A;
  color: #fff;
  opacity: 1;
  right: 0;
}

@media screen and (max-width: 600px) and (max-width: 480px) {
  /* #slogan .title {
    font-size: 15px;
  }
  
  #slogan .subtitle {
    margin: 0 0 40px 0;
    font-size: 18px;
  } */

  .start-learningBtn {
    width: 100%;
  }

  .start-learningBtn {
    font-size:12px;
    padding: 10px 20px;
    text-align: center;
  }
}
/* Start-learning End */

/* About Us Start*/

#teams {
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 20px;
  /* grid-auto-rows: 1fr; */
}

.card {
  position: relative;
  margin: 10px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  min-height: 150px;
  min-width: 150px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  /* border: 2px solid black; */
}

.card-inner {
  position: absolute;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 100%;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  background-color: rgba(109, 217, 235, 0.9);
  color: #fff !important;
  opacity: 0;
  transition: all 0.4s ease 0s;
  text-align: center;
  padding: 0 15px;
}

.card:hover .card-inner {
  opacity: 1;
}

.card.one {
  background-image: url("/img/Team Members/Khairy.JPG");
  background-position: center center;
  background-size: cover;
}

.card.two {
  background-image: url("/img/Team Members/Rianov.jpg");
  background-position: center center;
  background-size: cover;
}

.card.three {
  background-image: url("/img/Team Members/Khai.JPG");
  background-position: center center;
  background-size: cover;
}

.card.four {
  background-image: url("/img/Team Members/Mimi.jpg");
  background-position: center center;
  background-size: cover;
}

.card.five {
  background-image: url("/img/Team Members/Ikhwan.jpg");
  background-position: center center;
  background-size: cover;
}

.card.six {
  background-image: url("/img/Team Members/Haziq.jpeg");
  background-position: center center;
  background-size: cover;
}

.card.seven {
  background-image: url("/img/Team Members/Syafiqah.jpg");
  background-position: center center;
  background-size: cover;
}

.card.eight {
  background-image: url("/img/Team Members/Fuad.jpeg");
  background-position: center center;
  background-size: cover;
}

.card.nine {
  background-image: url("/img/Team Members/Natrah.jpeg");
  background-position: center center;
  background-size: cover;
}

.card.ten {
  background-image: url("/img/Team Members/Wani.jpeg");
  background-position: center center;
  background-size: cover;
}

.card.eleven {
  background-image: url("/img/Team Members/fadhlan.jpg");
  background-position: center center;
  background-size: cover;
}

.card.twelve {
  background-image: url("/img/Team Members/Izzan.JPG");
  background-position: center center;
  background-size: cover;
}

.card.thirteen {
    background-image: url("/img/Team Members/Amal-Nadhirah.jpg");
  background-position: center center;
  background-size: cover;
}

.card.fourteen {
  background-image: url("/img/Team Members/Sofie.png");
  background-position: center center;
  background-size: cover;
}

.card.fifteen {
  background-image: url("/img/Team Members/Zaim.jpeg");
  background-position: center center;
  background-size: cover;
}

.card.sixteen {
  background-image: url("/img/Team Members/Arif.jpg");
  background-position: center center;
  background-size: cover;
}

.card.seventeen {
  background-image: url("/img/Team Members/febryan.png");
  background-position: center center;
  background-size: cover;
}

.card.eightteen {
  background-image: url("/img/Team Members/ferdinand.jpeg");
  background-position: center center;
  background-size: cover;
}

.card.nineteen {
  background-image: url("/img/Team Members/dandi.JPG");
  background-position: center center;
  background-size: cover;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-header,
.modal-body,
.modal-footer {
  border: none;
}

.identity {
  position: relative;
  padding: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.identity .foto {
  margin: 0 0 0 0;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background-image: url("https://via.placeholder.com/100x100?text=JW");
  background-position: center;
  background-size: cover;
}

.identity .text {
  margin: 0 0 0 5%;
  width: 35%;
}

.identity .text h3 {
  margin: 0 0 0 0;
}

.identity .text h5 {
  margin: 10px 0 0 0;
}

.modal-body {
  padding: 0 40px 20px 40px !important;
  text-align: justify;
}

.supporter-slider{
  width: 100%;
}

.supporter-m-slider{
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}

.supporter-m-slider img {
  width: auto;
  height: 100px;
  padding: 0 15px;
  margin-top: 80px;
}

.supporter-m-slider .card-1 img{
  width: 150px;
  height: 150px;
  margin-top: 40px;
  padding: 0 15px;
}

.supporter-m-slider .owl-dots{
  text-align: center;
  margin-top: 40px;
}

.supporter-m-slider .owl-dot{
  height: 15px;
  width: 15px;
  margin: 0 5px;
  outline: none;
  border-radius: 14px;
  border: 2px solid #1B6D8B !important;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.supporter-m-slider .owl-dot.active,
.owl-dot:hover{
  background: #1B6D8B !important;
}

/* About Us End */

/* Promo-Code::Begin*/

/* Promo-Code::End */

#totalGroup {
  display: flex;
  display: -webkit-flex;
}

#totalId2 {
  margin: 0 0 0 5px;
}

.double-dotted-in,
.property-label,
.property-info {
  height: 25px;
}

#why-mindtrex {
  position: relative;
  background-image: url(../img/sec-3.png), linear-gradient(#fefefe, #f0f7ff);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: auto;
  overflow: hidden;
}

#why-mindtrex .container {
  padding-bottom: 160px;
}

.why-mindtrex__content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 260px));
  grid-gap: 20px;
  justify-content: center;
  -webkit-justify-content: center;
}

#why-mindtrex .square {
  text-align: center;
  position: relative;
  min-height: 150px;
  min-width: 200px;
  border-radius: 5px;
}

#why-mindtrex .square .title {
  margin: 0 0 10px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
}

#why-mindtrex .square .content {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}

#why-mindtrex .square:hover {
  transform: scale(1.1);
}

.shown {
  display: block !important;
}

.hidden {
  display: none !important;
}

.whycont {
  background-image: url(../img/why-path.png);
  /* background-color: #f3f3f3; */
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 45%;
  width: 570px;
  height: 645px;
  margin: auto;
  position: relative;
  margin-top: -20px;
}

.whycont img {
  width: 168px;
}

.whycont .tl,
.whycont .tr,
.whycont .mdl,
.whycont .mdr,
.whycont .bc,
.whycont .cc {
  position: absolute;
}

.whycont .tl {
  top: 48px;
  left: 15px;
}

.whycont .tr {
  top: 48px;
  right: 15px;
}

.whycont .mdl {
  top: 370px;
}

.whycont .mdr {
  top: 370px;
  right: 0;
}

.whycont .bc {
  top: 472px;
  left: calc(50% - 84px);
}

.whycont .cc {
  top: 223px;
  left: calc(50% - 84px);
}

.box1 {
  margin: -80px;
  margin-bottom: -30px;
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
  display: inline-block;
  padding: 30px;
  background-color: transparent;
  transition: transform 0.2s;
}

.box1:hover {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.title1 {
  font-family: georgia;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.body1 {
  position: relative;
  background: transparent;
  color: #709bbc;
  font-family: georgia;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  /* box-shadow: inset 0 0 5px #333;*/
  width: 300px;
  height: auto;
  padding: 30px;
  top: -70px;
  display: inline-table;
}

#packageSelect {
  background-image: url(../img/sec-5.png);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  /* height: 73vw; */
  padding: 0vw 0 18vw 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1px;
}

#packageSelect .title {
  margin: 0 0 7vw 0;
}

/* .package_title {
  padding-top: 40px;
  text-align: center;
} */

.package-slider .item {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

/* .item:hover {
  transform: scale(1.1);
} */

.package__box {
  padding: 5px 10px;
  width: 320px;
  /* height: 660px; */
  border: 1px solid lightgray;
  border-radius: 10px;
}

.package__box .best_value {
  margin-top: -28px;
  margin-bottom: -5px;
  margin-left: 50px;
  padding: 7px;
  background: #4caf50;
  border-radius: 4px;
  font-size: 100%;
  font-family: "Open Sans", sans-serif;
  color: #f9f9f9;
}

.package__box .best_value2 {
  margin-top: -13px;
  margin-bottom: -13px;
  padding: 5px;
  background: #4caf50;
  border-radius: 4px;
  font-size: 100%;
  font-family: "Open Sans", sans-serif;
  color: #f9f9f9;
}

.package__box .box2 {
  width: 250px;
  height: auto;
  border-radius: 3px;
  background-color: #4caf50; /*#0e7690;*/ /*#E1AD01;*/
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #fff;
  position: relative;
  margin-top: -35px;
  margin-left: 10px;
  margin-bottom: -12px;
  text-align: center;
  line-height: 23px;
}

.package__box .box2.arrow-bottom:after {
  content: " ";
  position: absolute;
  right: 30px;
  bottom: -15px;
  border-top: 15px solid #4caf50; /*#0e7690;*/ /*#E1AD01;*/
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
}

.package__box .boxes2 {
  width: 250px;
  height: auto;
  border-radius: 3px;
  background-color: #4caf50; /*#0e7690;*/ /*#E1AD01;*/
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #fff;
  position: relative;
  margin-top: -18px;
  margin-left: 10px;
  margin-bottom: -20px;
  text-align: center;
  line-height: 18px;
}

.package__box .boxes2.arrow-bottom:after {
  content: " ";
  position: absolute;
  right: 30px;
  bottom: -15px;
  border-top: 15px solid #4caf50; /*#0e7690;*/ /*#E1AD01;*/
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
}

.package__box.payment-page {
  background-color: white;
}

.pack__subject {
  width: 100%;
  height: 70px;
}

.package__features {
  padding: 0 10px 0 20px;
}

.start-learning {
  display: block;
  text-decoration: none;
  border: 5px solid #42a1b6;
  color: #ffffff;
  background-color: #42a1b6;
  padding: 10px 0;
  font-family: "Product_SansBold";;
  font-size: 2rem;
  border-radius: 4px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.start-learning.red {
  color: #ffffff;
  border: #f59999 !important;
  background-color: #f59999 !important;
}
.start-learning.bluesky {
  color: #ffffff;
  border: #42a1b6 !important;
  background-color: #42a1b6 !important;
}
.start-learning.oranges {
  color: #ffffff;
  border: #FFB350 !important;
  background-color: #FFB350 !important;
}
.start-learning.green {
  color: #ffffff;
  border: #8ec990 !important;
  background-color: #8ec990 !important;
}

.start-learning:hover {
  background-color: #0e7690;
  border: 5px solid #0e7690;
  color: #ffffff;
}

.pricelist__box {
  position: relative;
  margin: 0 auto;
  width: 130px;
  height: 80px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

.pricelist__currency {
  margin: 0 0 0 5px;
  width: 15px;
  height: 100%;
  font-size: 2rem;
  padding: 0;
  position: relative;
}

.pricelist__currency .dolar {
  position: absolute;
  top: 18px;
}

.pricelist__price {
  font-size: 6rem;
  padding: 0;
}
/* .pricebox__price-list .currency,
.pricebox__price-list .price {
  position: absolute;
  font-family: "Product_SansBold";
  color: #3fc0f0;
} */

#percent {
  background-image: url("../img/texture-garis-blue.png");
  background-color: #e2f0f9;
  background-size: 30%;
  background-position: center;
  background-repeat: repeat;
  padding: 3vw 2vw;
  /*margin-top: -10%;*/
}

.percent-container {
  padding-top: 15vw;
  padding-bottom: 15vw;
}

.percent__left-content .title {
  margin: 15% 0 2% 0;
  font-size: 3.7rem;
}

.percent__left-content .subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
}

.m-percent__img-group {
  display: none;
}

.percent__img-group {
  width: 450px;
  height: 300px;
  position: relative;
}

.percent__img-1 {
  width: 200px;
  position: absolute;
  left: 50px;
}

.percent__img-2 {
  width: 155px;
  position: absolute;
  top: 40px;
  left: 250px;
}
.percent__img-3 {
  width: 200px;
  position: absolute;
  top: 150px;
  left: 0;
}
.percent__img-4 {
  width: 150px;
  position: absolute;
  top: 150px;
  left: 200px;
}
.percent__img-5 {
  width: 150px;
  position: absolute;
  top: 150px;
  left: 350px;
}

.percent__img-1:hover,
.percent__img-2:hover,
.percent__img-3:hover,
.percent__img-4:hover,
.percent__img-5:hover {
  transform: scale(1.1);
}

#packageSelect .title,
#testimony .title,
#how-it-works .title,
#key-supporter .title,
.percent__left-content .title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1px;
}

#testimony {
  padding: 4vw 4vw;
  /* background-image: url("../img/texture-garis-blue.png"); */
  background-color: #fff;
  background-size: 30%;
  background-position: center;
  background-repeat: repeat;
}

.testimony-slider {
  margin: 4vw auto 0 auto;
}

.testimony-slider .item .review {
  font-size: 2.5rem;
}

.testimony-slider .item .reviewer {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.testimony-slider .item .reviewer .reviewer__name {
  font-size: 1.8rem;
  margin: 0 20px 0 0;
}

.testimony__reviewer {
  width: 150px !important;
}

.testimony-slider .item {
  margin: 0 auto;
  width: 50% !important;
}

.testimony-slider .item p {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#how-it-works {
  background-image: url("../img/texture-garis-blue.png");
  background-color: #e2f0f9;
  background-size: 30%;
  background-position: center;
  background-repeat: repeat;
  padding: 4vw 0vw 0 0;
}

#how-it-works .title {
  margin-bottom: 50px;
}

.how-it-works-slider-wrapper {
  margin: 0 auto;
  position: relative;
  width: 300px;
  height: 500px;
  overflow: hidden;
}

.how-it-works-slider-wrapper .frame-mockup {
  position: absolute;
  top: 70px;
  z-index: 2;
}

.how-it-works-slider-wrapper .frame-info {
  position: relative;
  z-index: 2;
}

.how-it-works-slider-wrapper .frame-info .item {
  position: absolute;
  height: 55px;
  width: 55px;
  border: 2px solid blue;
  top: 8px;
  left: 118px;
  border-radius: 50%;
}

.howItWorks-slider {
  position: absolute;
  z-index: 1;
  top: 13px;
  left: 123px;
}

.howItWorks-slider .item {
  width: 300px;
  position: relative;
}

.howItWorks-slider .item .fitur-name {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 0 25px 0;
}

.howItWorks-slider .item .fitur-name .poin {
  margin: 0 20px 0 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 45px;
  height: 45px;
  background-color: #06c;
  border-radius: 50%;
  color: white;
}

.howItWorks-slider .item .img-box {
  border-radius: 10px;
  width: 148px;
  height: 300px;
  overflow: hidden;
}

#key-supporter {
  background-image: url("../img/texture-garis-blue.png");
  background-color: #e2f0f9;
  background-size: 30%;
  background-position: center;
  background-repeat: repeat;
  padding: 6vw 1vw;
}

.key-supporter__member {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 260px));
  grid-gap: 0px;
  justify-content: center;
  -webkit-justify-content: center;
  justify-items: center;
}

.key-supporter__member-logo {
  height: 200px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.key-supporter__member-logo img {
  width: 300px;
  padding: 50px;
}

#merchants {
  /* background-image: url('../img/bg-merchant.png'), url('../img/texture-garis-blue.png'); */
  background-repeat: no-repeat, repeat;
  background-size: 35%;
  background-position: right top, center;
  margin-top: 3%;
  padding: 0 2vw;
  position: relative;
  height: auto;
  overflow: hidden;
}

#merchants .container {
  padding-top: 19%;
}

.merchant-bg-decor {
  background-image: url("../img/decor-r.png");
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 23%, 23%, 45%;
  background-position: 7% 75%, 93% 31%, center;
}

.topicbox {
  display: block;
  margin-bottom: 40px;
}

.merchant-slider .item {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(230px, 260px));
  grid-gap: 0px;
  justify-content: center;
  -webkit-justify-content: center;
  justify-items: center;
}

.merchant-m-slider .item {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  height: 200px;
}

.merchant-logo__box {
  /* max-width: 200px; */
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.merchant-logo__box img {
  max-width: 250px;
  padding: 30px;
}

.your-class-arrows {
  display: flex;
  justify-content: space-between;
}

.your-class-arrow {
  background-color: transparent;
  border-color: transparent;
}

.your-class-prev {
  transform: scale(-1, 1);
}

.garis__wrapper {
  width: 100%;
  position: relative;
}

.garis {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 5px;
  background-color: #0e7690;
  z-index: 1;
}

.bullets {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 2;
}

.bullet {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
}

.bullet .poin {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  font-weight: 400 !important;
  color: gray;
}

.bullet .title {
  margin: 15px 0 0 0;
  font-weight: 400 !important;
  color: gray;
}

.hand-slider__wrapper {
  width: 300px;
  margin: 50px auto 0 auto;
}

.hand-slider__display {
  position: relative;
  width: 300px;
  height: 424px;
}

.hand-slider__display .handphone-frame {
  position: relative;
  width: 300px;
  z-index: 2;
}

.hand-slider__slide {
  position: absolute;
  width: 200px;
  top: 15px;
  left: 124px;
  z-index: 1;
}

.hand-slider__slide img {
  height: 285px;
  width: 145px;
}

.panel-mindtrex {
  border-color: #2aa4d3;
  background-color: #2aa4d3;
  border-radius: 10px;
  margin: 0 10px;
}

.panel-mindtrex > .panel-mindtrex-heading {
  color: white;
  background-color: #2aa4d3;
  border-bottom: 2px solid #2aa4d3;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel-mindtrex-heading input[type="radio"] {
  margin: 0 5px 0 0;
}

.panel-mindtrex > .panel-mindtrex-body {
  position: relative;
  border: 2px solid #2aa4d3;
  border-radius: 10px;
  background-color: white;
}

.over-lay {
  display: block;
  position: absolute;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0, 0.5);
  z-index: 5;
}

.over-lay.deactivated {
  display: none;
}

/* .packages-list-1.owl-carousel.owl-theme {
  display: none;
}

.packages-list-1.owl-carousel.owl-theme.active {
  display: block;
} */

.mindtrex-pack-period,
.mindtrex-pack-disc,
.mindtrex-pack-price,
.mindtrex-pack-grade,
.mindtrex-pack-subject {
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.mindtrex-pack-period-wrapper {
  display: flex;
  justify-content: center;
}

.mindtrex-pack-disc {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mindtrex-pack-disc .front {
  margin: 0 5px 0 0;
  color: #a8a8a8;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: line-through 3px red;
}

.mindtrex-pack-disc .rear {
  color: #33c0cf;
  font-weight: 600;
}

.mindtrex-pack-period {
  font-weight: 600;
}

.mindtrex-pack-price {
  margin: 0 0 8px 0;
  font-weight: 800;
  font-size: 3rem;
}

.mindtrex-pack-grade,
.mindtrex-pack-subject {
  color: grey;
}

.mindtrex-pack-grade span {
  color: #33c0cf;
  font-weight: 800;
}

.packages-list-1 > .owl-nav {
  width: 100%;
  position: absolute;
  top: 30%;
  display: flex;
  justify-content: space-between;
}

.packages-list-1 .owl-nav .owl-next img,
.packages-list-1 .owl-nav .owl-prev img {
  width: 20px;
  height: 20px;
}

.packages-wrap-slider {
  margin: 0 auto;
  width: 100%;
}

.packages-wrapper {
  width: 100%;
}

.package-display-only.deactivated {
  display: none;
}

.packages-list-1 .item {
  position: relative;
  display: flex;
  justify-content: center;
}

.packages-list-1 .item:hover {
  background-color: rgb(180, 180, 180);
}

.packages-list-1 .item:active {
  background-color: rgb(255, 255, 255);
  transform: translateY(4px);
}

.input-period {
  margin-right: 10px !important;
  display: none;
}

.new.swiper-container {
  width: 100%;
  height: 400px;
}

/* .new-packages-list-1.swiper-container {
  width: 100%;
  height: 100%;
}

.new-packages-list-1.swiper-container .swiper-wrapper {
  display: flex;
  justify-content: center;
}

.new-packages-list-1.swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
} */

.new-packages-list-1.swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.new-packages-list-1.swiper-container .swiper-wrapper .swiper-slide:hover {
  background-color: rgb(0, 0, 0, 0.1);
}

.new-packages-list-1.swiper-container .swiper-wrapper .swiper-slide:active {
  background-color: rgb(255, 255, 255);
}

.swiper-button-next.outer-pack,
.swiper-button-prev.outer-pack {
  top: 80%;
}

.swiper-button-next.outer-pack {
  right: 15px;
}

.swiper-button-prev.outer-pack {
  left: 15px;
}

.swiper-button-next.outer-pack:after,
.swiper-button-prev.outer-pack:after,
.swiper-button-next.inner-pack:after,
.swiper-button-prev.inner-pack:after {
  content: "";
}

.swiper-button-next.inner-pack,
.swiper-button-prev.inner-pack {
  top: 27%;
}

.swiper-button-next.inner-pack {
  right: 0;
}

.swiper-button-prev.inner-pack {
  left: 0;
}

.swiper-button-next.inner-pack img,
.swiper-button-prev.inner-pack img {
  width: 20px;
  height: 20px;
}

/* Our Merchant :: Begin */

#our-merchant-1 {
  background: #9AD563;
  /* background: linear-gradient(
    90deg,
    rgba(246, 198, 18, 1) 0%,
    rgba(254, 217, 75, 1) 100%
  ); */
  /* padding: 0 15px; */
  padding: 0 20px;
}

.our-merchant-1-left,
.our-merchant-1-right {
  width: 100%;
}

.our-merchant-1-left {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.our-merchant-1__img-1 {
  width: 300px;
  height: 300px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.our-merchant-1__img-1 .size {
  width: 100%;
}

.our-merchant-1-right .title {
  margin: 10% 0 5% 0;
  font-size: 3.5rem;
  font-weight: 600;
  color: white;
  font-family: "Open Sans", sans-serif;
}

.our-merchant-1-right p {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
}

#our-merchant-2 {
  width: 100%;
  position: relative;
}

/* .section-heading.our-merchant-2 ul li span {
  background: #9AD563;
  color: #fff;
} */

#our-merchant-2 .container {
  position: relative;
  z-index: 10;
}

.om-2-bg--top {
  width: 100%;
  height: 100%;
  background-image: url("../img/texture-garis-blue.png");
  background-repeat: repeat;
  background-size: 30%;
  position: absolute;
  top: 0;
  transform: scaleX(-1);
}

.om-2-bg--middle {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 25%,
    rgba(255, 255, 255, 1) 100%
  );
  z-index: 9;
}

.om-2-bg--bottom {
  position: absolute;
  bottom: 0;
  z-index: 11;
}

.our-merchant-2-content {
  width: 100%;
  margin: 0 0 10vh 0;
}

.our-merchant-2-content .merchants-group {
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-gap: 60px;
}

.merchant-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 150px;
  min-width: 150px;
}

.merchant-box-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 150px;
  min-height: 150px;
  max-height: 170px;
  max-width: 170px;
}

#our-merchant-3 {
  background: #47c1ee;
  /* background: linear-gradient(
    90deg,
    rgba(63, 192, 240, 1) 0%,
    rgba(117, 216, 253, 1) 100%
  ); */
  padding: 10vh 0;
}

.our-merchant-3-left {
  display: flex;
  justify-content: flex-end;
}

.our-merchant-3-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.section-heading.our-merchant-3 {
  margin: 4vh 0 0 0;
}

.section-heading.our-merchant-3 ul li span {
  background: #fff;
  color: #47c1ee;
}

.our-merchant-3-right .content {
  margin: 5vh 0 0 0;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  padding: 0 200px 0 0;
}

.our-merchant-3-left-content {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.our-merchant-3-slide-wrapper-outer {
  position: static;
  margin: 0 0 0 0;
  width: 320px;
}

.our-merchant-3-slide-wrapper {
  position: relative;
  left: 0;
  width: 320px;
}

.our-merchant-3-phone {
  position: absolute;
  z-index: 2;
  height: 420px;
  width: 208px;
  top: -10px;
  left: 57px;
}

.swiper-button-prev.our-merchant-3-btn,
.swiper-button-next.our-merchant-3-btn {
  color: white;
}

.swiper-container.our-merchant-3-slider__container {
  width: 320px;
  height: 400px;
}

.our-merchant-3-slider__slide {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.our-merchant-3-slider__slide img {
  height: 400px;
  border-radius: 15px;
}

.our-merchant-3-slider-bg {
  position: absolute;
  width: 350px;
  left: 0;
}

#our-merchant-4 {
  padding: 0vh 0;
  position: relative;
}

/* .section-heading.our-merchant-4 ul li span {
  background: #9AD563;
  color: #fff;
} */

.om-4-bg--top {
  width: 100%;
  height: 100%;
  background-image: url("../img/texture-garis-blue.png");
  background-repeat: repeat;
  background-size: 30%;
  position: absolute;
  top: 0;
  transform: scaleX(-1);
}

.om-4-bg--middle {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 25%,
    rgba(255, 255, 255, 1) 100%
  );
  z-index: 9;
}

/* .om-4-bg--bottom {
	position: relative;
	background-image: url('../img/Accent BG Content 2@2x.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: 50vh;
	z-index: 11;
} */

#our-merchant-4 .container {
  position: relative;
  z-index: 10;
}

.our-merchant-4-mobile-content {
  width: 320px;
}

.our-merchant-4-slider__slide {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.our-merchant-4-slider__slide h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #007aff;
}

.our-merchant-4-slider__slide img {
  width: 200px;
}

.our-merchant-4-content {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}

.our-merchant-4-content .content.mockup {
  width: 170px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}

.our-merchant-4-content .content.mockup h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #47c1ee;
}

.our-merchant-4-content .content.arrow {
  width: 40px;
  color: #47c1ee;
}

.our-merchant-4-content .content .mockup {
  width: 170px;
}

/* #our-merchant-5 {
  position: relative;
  background: url("../img/bg-topics.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  overflow: hidden;
  padding: 0;
} */

.om-5-container-m {
  background-color: #ccf2ff;
  width: 100%;
  padding: 10% 10%;
}

.om-5-container-m .bubble {
  margin: 20px 0 20px 10px;
  width: 300px;
  background-color: #46badd;
  color: #fff;
  border-radius: 10px;
  padding: 15px 12px;
}

.om-5-container-m .bubble h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.1px;
}

.om-5-container-m .merchantform:hover {
  color: #fff;
}

.om-5-img-1 {
  width: 150px;
}

.om-5-img-2 {
  width: 200px;
}

.om-5-text-2 {
  margin: 40px 0 20px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.modal-dialog.modal-sm.modal-home-event {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* mindtrex-modal-home::begin */

.mindtrex-modal {
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.mindtrex-modal-content {
  position: relative;
  transition: opacity 5.15s linear;
  width: 70%;
}

/* The Close Button */
.mindtrex-modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  opacity: 1;
  z-index: 1;
}

.mindtrex-modal-content .close i {
  color: rgb(255, 255, 255);
}

.mindtrex-modal-content .close img {
  height: 30px;
  width: 30px;
}

.mindtrex-modal-content .close:hover,
.mindtrex-modal-content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.mindtrex-modal-content .m-home {
  width: 100%;
}

.mindtrex-modal-m-content-event-date {
  margin: -5vh 0 0 0;
  position: relative;
}

.mindtrex-modal-m-content-event-date img {
  position: relative;
}

.mindtrex-modal-m-content-event-date .title {
  position: absolute;
  z-index: 12;
  top: 20%;
  left: 3vw;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 5vw;
  background-color: white;
  color: #f4b434;
  border-radius: 10px;
  padding: 10px;
}

.mindtrex-modal-m-content-event-date .date-wrapper {
  position: absolute;
  width: 100%;
  top: 65%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #fff;
}

.mindtrex-modal-m-content-event-date .date-wrapper p {
  margin: 0;
  font-size: 4vw;
}

.mindtrex-modal-m-content-event-date .date-wrapper .date-1 .first,
.mindtrex-modal-m-content-event-date .date-wrapper .date-2 .first {
  margin: 0 0 0.5vh 0;
  font-size: 3vw;
}

.mindtrex-modal-m-content-event-date .date-wrapper p span {
  padding: 1px;
  border: 1px solid white;
  border-radius: 5px;
}

.mindtrex-modal-content .m-home {
  border-radius: 15px;
  overflow: hidden;
}

.mindtrex-modal-content .m-home .event-name {
  margin: 0vh 0 0 0;
  width: 100%;
  padding: 10px 20px;
  background-color: rgb(255, 255, 255);
}

.mindtrex-modal-content .m-home .event-name h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #4b4b4b;
}

.mindtrex-modal-content .m-home img {
  width: 100%;
}

.mindtrex-modal-content .home {
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  overflow: hidden;
  position: relative;
}

.mindtrex-modal-content-event {
  position: absolute;
  padding: 5%;
  overflow: hidden;
}

.mindtrex-modal-content-event .event-date {
  position: relative;
  padding: 35px 0 0 0;
  width: 50%;
}

.mindtrex-modal-content-event .event-date .event-name {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  width: 70%;
  color: #6a776b;
}

.mindtrex-modal-content-date-wrap {
  /* width: 100%; */
  position: absolute;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 5%;
  top: 70%;
  font-family: "Open Sans", sans-serif !important;
  color: white !important;
  width: 80%;
}

.mindtrex-modal-content-date-wrap .date-2 {
  margin: 0 0 0 0%;
}

.mindtrex-modal-content-date-wrap .date-1 .first,
.mindtrex-modal-content-date-wrap .date-2 .first {
  font-weight: 600;
  font-size: 1.2vw;
  margin: 0 0 10px 0;
}

.mindtrex-modal-content-date-wrap .date-1 p span,
.mindtrex-modal-content-date-wrap .date-2 p span {
  padding: 4px;
  border: 2px solid white;
  border-radius: 5px;
  font-size: 1.3vw;
}

.event-name {
  margin: 30px 100px 0 50px;
}

/* .lantern {
	width: 30%;
	height: 50%;
	margin-top: -55px;
	margin-left: 280px;
}

.lantern-2 {
	width: 30%;
	height: 50%;
	margin-top: -290px;
	margin-left: -50px;
}

.word {
	width: 35%;
	height: 35%;
	margin-top: -410px;
	margin-left: 30px;
} */

.event-date {
  margin: 70px 0 0 0;
}

.mindtrex-modal-content-date-wrap {
  margin: 10px 0 0 0;
}

/* .mindtrex-modal-content-event .event-date img {
	width: 70%;
} */

/* .mindtrex-modal-content .home .event-name {
	background-color: rgb(255, 255, 255);
	padding: 5%;
	width: 50%;
} */

/* .mindtrex-modal-content .home .event-name h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #4b4b4b;
} */

/* .mindtrex-modal-content .home .event-name p {
	width: 60%;
} */

/* .mindtrex-modal-content .home .event-name .date-wrapper {
	margin: 5% 0 0 0;
	position: relative;
	width: 100%;
} */

/* .mindtrex-modal-content .home .event-name .date-wrapper .img-2 {
	position: absolute;
	top: -10vh;
	right: 0;
	width: 150px;
} */

/* .mindtrex-modal-content .home .grand-prize {
	width: 50%;
} */
/* 
.mindtrex-modal-content .home .grand-prize img {
	width: 100%;
} */

/* mindtrex-modal-home::end */

#faq-1 {
  padding: 0 20px;
  background-color: #0e7690;
}

.faq-1-left,
.faq-1-right {
  width: 100%;
}

.faq-1-left {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.faq-1__img-1 {
  width: 300px;
  height: 300px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  /* margin-right: 50px; */
}

.faq-1__img-1 .size {
  width: 80%;
}

.faq-1-right .title {
  margin: 10% 0 5% 0;
  font-size: 3.5rem;
  font-weight: 600;
  color: white;
  font-family: "Open Sans", sans-serif;
}

.faq-1-right p {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
}

.all-faq * {
  box-sizing: border-box;
}

.all-faq1 {
  font-family: "Roboto", sans-serif;
  padding: 20px;
}

a.faq {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #0e7690;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  line-height: 25px;
}

a.faq:hover {
  color: #a9cce3;
}

.iframe {
  height: 380px;
  width: 100%;
  border: transparent;
}

.leftcolumn {
  float: left;
  width: 75%;
}

.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}

.card1 {
  background-color: white;
  padding: 20px;
  margin-top: -20px;
}

.card2 {
  background-color: #e7f4fc;
  padding: 20px;
  margin-top: 20px;
  z-index: 1;
  overflow-x: hidden;
}

.row1:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 800px) {
  .leftcolumn,
  .rightcolumn {
    width: 100%;
    padding: 0;
  }
}

.faq2 a {
  padding: 8px 8px 6px 16px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #0e7690;
  text-decoration: none;
  font-weight: bold;
  display: block;
  cursor: pointer;
}

.faq2:hover {
  color: #a9cce3;
}

.dropdown-container {
  display: none;
  background-color: transparent;
  padding-left: 8px;
  color: #0e7690;
}

.fa-caret-down {
  float: right;
  padding-right: 8px;
}

.qanda h3 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: #0e7690;
  padding-top: 20px;
  font-weight: bold;
}

.qanda h4 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0e7690;
  padding: 10px 10px;
}

.qanda p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: black;
  padding-top: 10px;
}

.qanda .accordion {
  background-color: #e1f0fb;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  transition: 0.4s;
}

.qanda .active-faq,
.accordion:hover {
  background-color: #eee;
}

.qanda .accordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.qanda .active-faq:after {
  content: "\2212";
}

.qanda .panel-faq {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.m-0 {
  margin: 0;
}

.w-100 {
  width: 100%;
}

.p-0 {
  padding: 0;
}

.register-btn-wrapper {
  height: 60px;
  background: #FFB350;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  border-radius: 5px;
}
.register-btn-wrapper span {
  color: #FFFFFF;
  font-size: 15px;
}
.btn.btn-form.white {
  background-color: #FFFFFF !important;
  color: #FFB350;
  margin-left: 10px;
  font-weight: bold;
  font-size: 17px;
  width: fit-content;
  padding: 0px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.d-flex-items-center-column {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.package-list-container {
  border: 2px solid lightgray;
  min-height: 100px;
  border-radius: 8px;
  padding: 30px;
}
.subtitle-payment-section {
  text-align: center;
  margin-bottom: 30px;
}
.d-flex-items-content-center {
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex-direction: row; */
}
.option-wrapper{
  width: 100%;
  height: 50px;
  border: 1px solid #7586A3;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.option-wrapper.active {
  background-color: #47C1EE;
}
.option-wrapper.active h5 {
  color: #FFFFFF;
}
.option-wrapper h5 {
  margin: 0;
  color: #7586A3;
  flex: 1;
}
.radio-package {
  transform: scale(1.5);
}
.option-detail{
  width: 100%;
  background-color:#F1F3F6;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px;
}
.option-detail span {
  color: #7586A3;
  text-align: center;
}
.table-package-list {
  width: 100%;
}
.td-w50 {
  width: 50%;
  color: #7586A3;
  font-weight: bold;
  text-transform: capitalize;
}
.td-price {
  color: #47C1EE;
  font-weight: bold;
}
.table-spacer {
  height: 20px;
}
.submit-blue {
  background-color: #47C1EE;
  color: #FFFFFF;
  border-radius: 8px;
}
.submit-blue.disabled {
  user-select: none;
  background-color: #7586A3;
  pointer-events: none;
  cursor: none !important;
}
.submit-blue:focus {
  color: #FFFFFF;
}
.submit-blue:hover {
  color: #FFFFFF;
}
.d-flex-col {
  display: flex;
  flex-direction: column;
}
.d-flex-row {
  display: flex;
  flex-direction: row;
}
.d-flex {
  display: flex;
}
.package-list-wrapper {
  display: none;
}
.package-list-wrapper.active {
  display: unset;
} 

.loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .dot {
  position: relative;
  width: 1em;
  height: 1em;
  margin: 0.4em;
  border-radius: 50%;
}
.loading .dot::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  animation: wave 2s ease-out infinite;
}
.loading .dot:nth-child(1) {
  background: #47c1ee;
}
.loading .dot:nth-child(1)::before {
  animation-delay: 0.2s;
}
.loading .dot:nth-child(2) {
  background: #47c1ee;
}
.loading .dot:nth-child(2)::before {
  animation-delay: 0.4s;
}
.loading .dot:nth-child(3) {
  background: #47c1ee;
}
.loading .dot:nth-child(3)::before {
  animation-delay: 0.6s;
}

@keyframes wave {
  50%, 75% {
    transform: scale(2.5);
  }
  80%, 100% {
    opacity: 0;
  }
}

.proceed-btn {
  width: 100%;
  margin: 0;
  background-color:#1B6D8B;
  color: #fff;
  user-select: none;
}
.proceed-btn:hover {
  color: #fff;
  background-color: #134355;
}

.dropdown-menu-custom {
  right: 0px !important;
  left: unset;
  margin-right: 0px !important;
}

.btn-profile {
  background-color: transparent;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}

.items-drpdn {
  background: #FFFFFF !important;
  border-radius: 0px !important;
  color: #46badd !important;
  cursor: pointer;
}

#payment-section {
  display: none;
}

.flex-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
 
.swal2-popup {
  font-size: 1.6rem !important;
}

#learn {
  padding-top: 55px;
}
 
.banner-top-pricing {
  width: 100%;
  height: 200px;
  background: rgb(148,236,255);
  background: url('../imge/baloon.svg'), linear-gradient(180deg, rgba(148,236,255,1) 24%, rgba(41,193,241,1) 80%);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.banner-top-pricing span {
  text-align: center;
  color: #FFFFFF;
}

.ul-banner li {
  display: inline;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  margin: 0px 5px;
}

.ul-banner li:nth-child(1) {
  background: #54C3FE;
  padding: 5px 20px;
  border-radius: 20px;
}

.ul-banner li:nth-child(2) {
  background: #F85E56;
  padding: 5px 20px;
  border-radius: 20px;
}

.ul-banner li:nth-child(3) {
  background: #74CB58;
  padding: 5px 20px;
  border-radius: 20px;
}

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

.ml-10px {
  margin-left: 10px;
}

.ml-25px {
  margin-left: 20px;
}

.mt-25px {
  margin-top: 20px;
}

.mt-10px {
  margin-top: 10px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10px {
  margin-bottom: 10px;
}

.mb-25px {
  margin-bottom: 25px;
}

.pt-25px {
  padding-top: 25px;
}

.aziz-holding-chalk {
  position: absolute;
  margin-right: -60x;
  width: 180px;
  bottom: -15px;
}

.separator{
  display:flex;
  align-items: center;
  margin: 3rem auto;
}

.separator .line{
  height: 5px;
  flex: 1;
  background-color: #0e7690;
}

.separator h2{
  padding: 0 2rem;
  text-align: center;
  /* margin-bottom: 10px; */
}

.lable-list {
  background: #1b6d8b2d;
  height: 30px;
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  min-width: 165px;
}

.lable-list.l1 {
  background: #0493c7;
}
.lable-list.l2 {
  background: #f75454;
}
.lable-list.l3 {
  background: #18c27b;
}
.lable-list.l4 {
  background: #fac413;
}
.lable-list.l5 {
  background: #f58e33;
}

.info-circle {
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.label-junior {
  background: #f75454;
  padding: 10px 20px;
  margin-top: -50px;
  border-radius: 5px;
}

.label-basic {
  background: #18c27b;
  padding: 10px 20px;
  margin-top: -50px;
  border-radius: 5px;
}

.label-lite{
  background: #f58e33;
  padding: 10px 20px;
  border-radius: 5px;
}

.label-pro {
  background: #0493c7;
  padding: 10px 20px;
  border-radius: 5px;
}

.green-bullet {
  width: 10px;
  height: 10px;
  background: #89ecc6;
  border-radius: 100%;
  margin-right: 15px;
}

.yellow-bullet {
  width: 10px;
  height: 10px;
  background: #e9bb7f;
  border-radius: 100%;
  margin-right: 15px;
}

.blue-bullet {
  width: 10px;
  height: 10px;
  background: #85bfd4;
  border-radius: 100%;
  margin-right: 15px;
}

.list-month {
  margin-right: 15px;
  min-width: 80px;
}

.red-label {
  width: 80px;
  height: 25px;
  background: #FF4057;
  position: absolute;
  right: -60px;
  top: -15px;
  border-radius: 4px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.red-label-shadow {
  width: 115%;
  height: 5px;
  background-color: #C73849;
  right: -60px;
  position: absolute;
  bottom: -12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 4px;
}

.select-plan-wrapper {
  background-color: #1B6D8B;
  padding: 30px 150px;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 600px) {
  .select-plan-wrapper {
    padding: 30px 40px;
    margin: 30px;
  } 
  .select-plan-wrapper img {
    display: none;
  }
}

.p-relative {
  position: relative;
}

.youtube-video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* margin-bottom: 80px; */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.youtube-details {
  padding-top: 40px;
}

/* homepage video carousel*/
.carousel .inner-content.vid-inner-content { 
  height: 405px; 
  width: 720px; 
  display: inline-block; 
}
.carousel .carousel-indicators { 
  bottom: 0px; 
}
.carousel .carousel-indicators li { 
  margin: 0 2px; 
  width: 18px; 
  height: 18px; 
  background: transparent; 
  border-color: #1B6D8B; 
  border-width: 3px; 
}
.carousel .carousel-indicators li.active {  
  background-color: #1B6D8B; 
}
.carousel#video-carousel { 
  padding-bottom: 90px; 
}
.carousel#video-carousel .carousel-inner { 
  border: 2px solid #fff; 
  background-color: #fff; 
}
.carousel#video-carousel .carousel-inner .inner-content.vid-inner-content .youtube-video { 
  position: inherit; 
  left: 0; 
  top: 0; 
}
.carousel#video-carousel .carousel-control { 
  color: #1B6D8B; 
  width: 5%; 
  line-height: 400px; 
  background: none; 
} 
.carousel#video-carousel .carousel-control:hover, .carousel#video-carousel .carousel-control:focus, .carousel#video-carousel .carousel-control:active { 
  color: rgba(0, 86, 184, 1); 
}
.carousel-control { 
  width: 5%; 
}
.carousel .carousel-control { 
  background: transparent; 
  text-shadow: none; 
  color: #1B6D8B; 
  opacity: 1; 
}
@media (max-width: 768px){
  .carousel .inner-content.vid-inner-content { 
    height: 293px; 
    width: 520px; 
    display: inline-block; 
  }
  .carousel-control { 
    width: 5%; 
  }
  
}
@media (max-width: 414px){
  .carousel .inner-content.vid-inner-content { 
    height: 100%; 
    width: 320px; 
    display: inline-block; 
  }
  .vid-carousel-control { 
    display: none; 
  }
  .carousel .carousel-indicators { 
    bottom: 40px; 
  }
}
@media (max-width: 360px){
  .carousel .inner-content.vid-inner-content { 
    height: 100%; 
    width: 266px; 
    display: inline-block; 
  }
  .vid-carousel-control { 
    display: none; 
  }
  .carousel .carousel-indicators { 
    bottom: 40px; 
  }
}

/* start subject-experts*/
#subject-experts {
  position: relative;
  background-image:  url(/img/accentbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  overflow: hidden;
  padding: 0;
}

.first-sec h3{
  font-size: 5rem;
  font-family: 'Lato', sans-serif;
  color: #0c4d5e;
  font-weight: bold;
  margin: 40px 0 0 0;
  text-align: center;
}

#second-sec .wrapper img {
  display: block;
  margin-top: -160px;
  margin-bottom: -130px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
}

#expertise .section-heading {
  margin-top: -30px;
  margin-bottom: -30px;
}

.service-box{
  position: relative;
  overflow: hidden;
  margin-bottom:10px;
  perspective:1000px;
  -webkit-perspective:1000px;
  border-radius: 10px;
}

.service-icon{
  width: 100%;
  height: 220px;
  padding: 20px;
  text-align: center;
  transition: all .5s ease;
}

.service-content{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 220px;
  padding: 20px;
  text-align: center;
  transition: all .5s ease;
  background-color:  #e1f0fb;
  backface-visibility:hidden;
  transform-style: preserve-3d;
  -webkit-transform: translateY(110px) rotateX(-90deg);
  -moz-transform: translateY(110px) rotateX(-90deg);
  -ms-transform: translateY(110px) rotateX(-90deg);
  -o-transform: translateY(110px) rotateX(-90deg);
  transform: translateY(110px) rotateX(-90deg);
}
      
.service-box .service-icon .front-content{
  position: relative;
  top:80px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-box .service-icon .front-content i {
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  color: rgb(236, 255, 254);
  font-weight: 700;
}

.service-box .service-icon .front-content h3 {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  color: rgb(236, 255, 254);
  text-align: center;
  margin-bottom: 15px;
  font-weight: 700;
  /* text-transform: uppercase; */
}

.service-box .front-content span {
  font-family: 'Lato', sans-serif;
  color:  rgb(236, 255, 254);
  line-height: 10%;
}

.service-box .service-content h3 {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #0c4d5e;
  margin-bottom: 10px;
  /* text-transform: uppercase; */
}

.service-box .service-content p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #0c4d5e;
  margin: 0;
  font-weight: 500;
}

.blue{background-color: #0e7690;}
.lightblue{background-color: #52BBBB;}
.yellow{background-color: #ffc000;}
.orange{background-color: #fc7f0c;}
.red{background-color: #e84b3a;}
.brown{background-color: tan;}

.service-box:hover .service-icon{
  opacity: 0;
  -webkit-transform: translateY(-110px) rotateX(90deg);
  -moz-transform: translateY(-110px) rotateX(90deg);
  -ms-transform: translateY(-110px) rotateX(90deg);
  -o-transform: translateY(-110px) rotateX(90deg);
  transform: translateY(-110px) rotateX(90deg);
}

.service-box:hover .service-content {
  opacity: 1;   
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

.service-content .stage {
  padding:20px;
  margin-left: -20px;
}

.service-content .stage a {
  line-height:10%;
  letter-spacing:0.06em;
  font-family: 'Lato', sans-serif;
  font-weight:700;
  font-size:12px;
  text-decoration:none;
  color:#fff;
  background-color: #0e7690;
  display:inline-block;
  padding:15px 15px 15px 15px;
  transition:background 200ms;
  border-radius:4px;
}

.service-content .stage a:hover {
  background:rgb(236, 255, 254);
  color: #0c4d5e;
}

.service-content .stage a:after {
  font-family: 'FontAwesome', sans-serif;
  font-weight:700;
  content: "\f105";
  margin-left:20px;
  color:rgb(236, 255, 254);
  font-size:16px;
  vertical-align:middle;
  transition:color 200ms;
}
  
.service-content .stage a:hover:after {
  color: #0c4d5e;
}

/* end subject-experts */

#Workflow .work-process::after {
  content: "";
  position: absolute;
  background: #f1f3f5;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  transition: all 0.3s;
  z-index: -1;
}

#Workflow .work-process:hover::after {
  background: rgb(233 248 255 / 22%);
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
}

#Workflow .work-process {
  background-color: #e1f0fb;
  padding: 40px 15px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  box-shadow: 0px 30px 0px -20px #e1f0fb;
  margin-bottom: 30px;
  border-bottom: 3px solid transparent;
  text-align: center;
}

#Workflow .work-process i {
  margin: 0 auto;
  display: table;
  background-color: #607d8b;
  width: 70px;
  height: 70px;
  border-radius: 8px;
  font-size: 40px;
  text-align: center;
  color: #0c4d5e;
  line-height: 70px;
}

#Workflow .work-process h3 {
  margin: 15px 0px;
}

#Workflow .work-process h3 a {
  font-size: 20px;
  color: #0c4d5e;
}

#Workflow .work-process p {
  color: #0c4d5e;
}

/* #awards {
  width: 200px;
  height: auto;
} */

.awardsbox {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 10px 20px;
  text-align: center;
  display: block;
  margin-top: 60px;
}

.awardsbox:hover {
  transform: scale(1.1);
  transition: all 0.9s ease;
}

.awardsbox-icon {
  background: url("../img/owl_trophy.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  overflow: hidden;
  padding: 0;                                                                             
  border-radius: 50%;
  display: table;
  height: 100px;
  margin: 0 auto;
  width: 100px;
  margin-top: -60px;
}

.awardsbox-icon span {
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.achieve h3 {
  font-size: 15px;
  color: #0c4d5e;
}

.achieve > p {
  color: #717171;
  font-size: 16px;
  /* font-weight: 600; */
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.achieve > a {
  background-color: #42a1b6;
  border-radius: 6px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  transition: all 0.5s ease 0s;
}

.achieve > a:hover {
  background-color: #0e7690;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  transition: all 0.5s ease 0s;
}

/* // Our Achievement start // */
#achievement {
  background: #ccf2ff;
  /* background: rgb(246, 198, 18);
  background: linear-gradient(
    90deg,
    rgba(246, 198, 18, 1) 0%,
    rgba(254, 217, 75, 1) 100%
  ); */
  /* padding: 0 80px; */
}

.achievement-left,
.achievement-right {
  width: 100%;
}

.achievement-left {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.achievement__img-1 {
  width: 300px;
  height: 250px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.achievement__img-1 .size {
  width: 100%;
  /* margin-left: -80px; */
}

.achievement-right, .title h2 {
  position: relative;
  padding: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding-top: 18%;
  font-size: 2.5rem;
  font-weight: 600;
  color: #42a1b6;
  font-family: 'Lato', sans-serif;
}

main, #awards-content {
  max-width: 80%;
  margin: 80px auto;
  margin-top: -130px;
  padding: 30px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.2);
  background-image: url("../img/Artboard\ –\ 5@2x.jpg"); 
  background-position: 100% 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
input[name=css-tabs] {
  display: none;
}
#tabs {
	padding: 0 0 0 50px;
	width: calc(100% + 100px);
	margin-left: -50px;
	background: #0e7690;
	height: 80px;
	border-bottom: 5px solid #42a1b6;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
#tabs::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -100;
	width: 100%;
	left: 0;
	margin-top: 16px;
	height: 80px;
	background: #0e7690;
	border-bottom: 5px solid ;
}
#tabs::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	height: 80px;
	width: 102px;
	background: #42a1b6;
	transition: transform 400ms;
}
#tabs label {
	position: relative;
	z-index: 100;
	display: block;
	float: left;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 100px; 
	height: 100%;
	/* border-right: 1px dotted #42a1b6; */
	cursor: pointer;
}
/* #tabs label:first-child {
	border-left: 1px dotted #42a1b6;
} */
#tabs label::before {
	content: "";
	display: block;
	height: 30px;
	width: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	filter: invert(60%);
	margin: 10px auto;
}
#tab1::before {
	background-image: url(https://static.thenounproject.com/png/108290-200.png);
}
#tab2::before {
	background-image: url(https://static.thenounproject.com/png/108290-200.png);
}
#tab3::before {
	background-image: url(https://static.thenounproject.com/png/108290-200.png);
}
#radio1:checked ~ #tabs #tab1::before, #radio2:checked ~ #tabs #tab2::before, #radio3:checked ~ #tabs #tab3::before {
	filter: invert(100%);
}
#radio1:checked ~ #tabs::after {
	transform: translateX(0);
}
#radio2:checked ~ #tabs::after {
	transform: translateX(100px);
}
#radio3:checked ~ #tabs::after {
	transform: translateX(199px);
}
#content, .bicta-01, .apic-01, .liveiwre-01 {
	position: relative;
	height: 630px;
	font-size: 16px;
	text-align: justify;
	font-weight: 400;
	font-family: "Open Sans", "Arial";
	color: #0c4d5e;
}

.bicta .apic .liveiwre {
  font-family: "Open Sans", "Arial";
  margin-top: -50px;
  color: #0c4d5e;
}

#content::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	margin-left: -50px;
	border-top: 8px solid #0e7690;
	border-right: 10px solid #0e7690;
	border-left: 10px solid transparent;
	border-bottom: 8px solid transparent;
}
#content::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	margin-left: calc(100% + 30px);
	border-top: 8px solid #0e7690;
	border-left: 10px solid #0e7690;
	border-right: 10px solid transparent;
	border-bottom: 8px solid transparent;
}
#content section {
	position: absolute;
	transform: translateY(50px);
	opacity: 0;
	transition: transform 500ms, opacity 500ms;
}
#radio1:checked ~ #content #content1, #radio2:checked ~ #content #content2, #radio3:checked ~ #content #content3 {
	transform: translateY(0);
	opacity: 1;
}

.apicta {
  display: flex;
  justify-content: center;
  align-items: center;
}

.apicta > * {
  margin: 5px;
}

.media {
  width: 300px;
  height: 200px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}

.media img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  main, #awards-content {
    max-width: 90%;
    height: 1800px;
  }

  #tabs {
    padding: 0 0 0 50px;
    width: calc(100% + 90px);
    margin-left: -45px;
    background: #0e7690;
    height: 80px;
    border-bottom: 5px solid #42a1b6;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
  }
  
  #tabs::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    height: 80px;
    width: 70px;
    background: #42a1b6;
    transition: transform 400ms;
  }

  #tabs label {
    position: relative;
    z-index: 100;
    display: block;
    float: left;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 70px; 
    height: 100%;
    cursor: pointer;
  }
  
  #radio1:checked ~ #tabs::after {
    transform: translateX(0);
  }

  #radio2:checked ~ #tabs::after {
    transform: translateX(70px);
  }

  #radio3:checked ~ #tabs::after {
    transform: translateX(140px);
  }

	#content, .bicta-01, .apic-01, .liveiwre-01 {
    font-size: 14px;
	}

  .media {
    width: 200px;
    height: 150px;
    border-radius: 4px;
  }
}

@media screen and (max-width: 768px) {
  #content {
		height: 1150px;
	}
}

/* // Our Achievement end // */

/* // WhatsApp start // */
.wp-button {
	margin-top:10px;
}

.float {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:38px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.wp-button:hover {
	color: #ccc;
}

@media screen and (max-width: 600px) {
  .wp-button {
    margin-top:-12px;
  }
  .float {
    width:38px;
    height:38px;
    bottom:20px;
    right:20px;
    font-size: 25px;
  }
}
/* // WhatsApp end // */

/* // Stars-image Start // */
#stars {
  min-height: 40vh;
  position: relative;
  background-image: url(../img/register-acccent.png), linear-gradient(#fefefe, #f0f7ff);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: auto;
  overflow: hidden;
}

#stars::before,
#stars::after {
box-sizing: border-box;
}

#star .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 15px;
}

.service-section-stars {
  margin: -15px -450px;
  position: relative;
}

.wow_image {
  position: block;
  float: left;
  width: 12.5%;
  height: 250px;
}

.wow_image img {
  /* margin: 0.4rem; */
  display: inline-block;
}

/* .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem -1rem;
} */

.gallery-item {
  flex: 1 0 24rem;
  margin: 1rem;
  box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
}

.gallery-image:hover {
  transform: scale(1.15);
}

@supports (display: grid) {
  .gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
      grid-gap: 1rem;
  }

  .gallery,
  .gallery-item {
      margin: 0;
  }
}

.name {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(94, 92, 92, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.gallery-item:hover .name {
  opacity: 1;
}

.stage {
  padding: 20px;
  text-align: center;
  margin-top: -50px;
  margin-bottom: 70px;
}

.see-mo {
  line-height:1em;
  letter-spacing:0.06em;
  font-family: 'Lato', sans-serif;
  font-weight:normal;
  font-size:18px;
  text-decoration:none;
  color:#fff;
  background-color: #42a1b6;
  cursor: pointer;
  padding: 15px 30px;
  transition:all 0.5s;
  border-radius:50px;
  justify-content: center;
  text-align: center;
}

.see-mo span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.see-mo span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.see-mo:hover span {
  padding-right: 25px;
}

.see-mo:hover {
  background-color:#0e7690;
  color: #fff;
}

.see-mo:hover span:after {
  background-color:#0e7690;
  color: #fff;
  opacity: 1;
  right: 0;
}

@media screen and (max-width: 790px) {
  .service-section-stars {
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (max-width: 600px) and (max-width: 480px) {
  .service-section-stars {
    margin: 0 auto;
    padding: 0;
  }

  .wow_image {
    width: 25%;
    height: 80px;
  }

   .name {
    width: 100%;
    height: 40%;
    font-size: 12px;
    line-height: 10px;
    padding: 10px 0;
  }
  
  .see-mo {
    width: 100%;
  }

  .see-mo {
    font-size:12px;
    padding: 10px 20px;
    text-align: center;
  }
}

/* // Stars-image End // */

/* Start Resellers */
.forms-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
  min-height: 1900px;
}

.forms-responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
} 
/* Resellers End */

