* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  
}

.line-icon-judul {
    position: absolute;
    border-bottom: 1px solid #bfbfbf;
    width: 40%;
    left: 30%;
    top: 35px;
    z-index: -1;
}
.icon-judul {
    text-align: center;
    color: #fff;
    background: #d21f26;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    line-height: 50px;
    font-size: 20px;
    margin: 0 auto;
    border: 10px solid #f4f4f5;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  font-size: 62px;
  line-height: 72px;
}

h2 {
  font-size: 52px;
  line-height: 52px;
  margin-bottom: 64px;
}

h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 46px;
}

h4 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  margin-bottom: 25px;
}

p.subtitle {
  font-size: 15.9px;
  font-weight: 700;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  text-align: center;
  color: #8c8f94;
  padding: 48px 0 0 0;
}

p.school {
  font-size: 19.8px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  text-align: center;
  color: #3a3d4b;
  padding: 22px 0 0 0;
}

p {
  font-size: 18px;
  line-height: 28px;
  color: #8c8f94;
}

a {
  color: #267df4;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

.f-w-300 {
  font-weight: 300;
}

.f-w-400 {
  font-weight: 400;
}

ul {
  padding-left: 0px;
}

ul > li {
  list-style: none;
}

/*****************************************************
*** Buttons ***
*****************************************************/
.btn {
  font-size: 16px;
  font-weight: 400;
  padding: 9px 16px;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid rgba(38, 39, 45, 0.1);
  border-radius: 25px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.btn:active, .btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-lg {
  padding: 14px 48px;
}

.btn-blue {
  background-color: #267df4;
  color: white;
}



.btn-green {
  background-color: #6fc754;
  color: white;
}

.btn-dark {
  background-color: #131315;
  color: white;
}

.btn-red {
  width: 205px;
  height: 45px;
  background-color: #d21f26;
  box-shadow: 0px 8px 12px 0 rgba(51, 47, 47, 0.4);

}

.btn-transparent {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #ffffff;
  width: 132px;
  height: 42px;
  border-radius: 21px;
  background-color: transparent;
  border: solid 1px #898989;

}
.btn-blue:hover, .btn-blue:focus,
.btn-green:hover, .btn-green:focus,
.btn-dark:hover, .btn-dark:focus {
  color: #ffffff;
}

/*****************************************************
*** Inputs ***
*****************************************************/
input[type="text"],
input[type="email"] {
  width: 502px;
  height: 50px;
  max-width: 100%;
  border: 1px solid rgba(38, 39, 45, 0.2);
  padding: 16px 26px;
  font-size: 16px;
  background-color: transparent;
  padding-right: 148px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

input[type="text"]:focus,
input[type="email"]:focus {
  outline: none;
  color: #26272d;
}

/*****************************************************
*** Forms ***
*****************************************************/
#ready-to-buy .form-group,
#subscribe .form-group {
  position: relative;
  width: 502px;
  max-width: 100%;
  margin: 0 auto;
}

#ready-to-buy .form-group .btn,
#subscribe .form-group .btn {
  position: absolute;
  top: 4px;
  right: 4px;
}

/*****************************************************
*** Main Nav ***
*****************************************************/
#main-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 44px 0;
  font-size: 16px;
  z-index: 10;
  background-color: transparent;
  webkit-transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
}


#main-nav ul {
  padding: 0;
}

#main-nav ul li {
  display: inline-block;
  margin-right: 40px;
}

#main-nav ul li a {
  color: #ffffff;
  text-decoration: none;
}

#main-nav ul li a:hover {
  color: #d21f26;
}

#main-nav ul li .help {
  color: rgba(38, 39, 45, 0.4);
}

#main-nav ul li .btn-blue {
  color: #ffffff;
}

#main-nav ul li .btn-blue:hover {
  color: #ffffff;
}

#main-nav ul li:last-child {
  margin-right: 0;
}

#main-nav ul.left {
  text-align: left;
  margin-left: 50px;
}

#main-nav ul.left li {
  display: inline-block;
  padding: 9px 0;
}

#main-nav ul.left li:first-child {
  margin-right: 30px;
}

#main-nav ul.right {
  text-align: right;
}

#main-nav .logo img{
  display: inline-block;
  margin-left: 25px;
  filter: brightness(0) invert(1);
}

#main-nav .logo-desc{
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

#main-nav #slide_out_menu {
  position: fixed;
  display: block;
  width: 380px;
  max-width: 650px;
  height: 100%;
  right: -380px;
  top: 0;
  padding: 40px;
  z-index: 50;
  background: #f5f5f8;
  /*opacity: 0.8;*/
  transition: left 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}

#main-nav #slide_out_menu .slide-logo img{
  display: inline-block;
  /*margin-left: 10px;*/
  vertical-align: center;
  left: 0;
}


#main-nav #slide_out_menu hr{
  width: 100%;
  height: 2px;
  background-color: #d21f26;
}

#main-nav #slide_out_menu .menu-close {
  position: absolute;
  color: #333;
  right: 20px;
  top: 52px;
}

#main-nav #slide_out_menu ul {
  margin-top: 40px;
}

#main-nav #slide_out_menu ul li {
  display: block;
  margin: 10px 0;
}

#main-nav #slide_out_menu ul li a {
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #26272d;
}

#main-nav #slide_out_menu ul li a:hover {
  color: #d21f26;
}

#main-nav #slide_out_menu ul li .btn-blue:hover {
  color: #ffffff;
}

#main-nav #slide_out_menu ul li:last-child {
  margin-top: 20px;
}

#main-nav #slide_out_menu .btn-transparent{
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #ffffff;
  width: 132px;
  height: 42px;
  border-radius: 21px;
  background-color: #898989;
  border: solid 1px #898989;
  box-shadow: 0px 8px 12px 0 rgba(51, 47, 47, 0.4);
}

#main-nav #slide_out_menu .btn-transparent:hover{
   color: #ffffff;
}

#main-nav #slide_out_menu .btn-red{
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #ffffff;
  width: 132px;
  height: 42px;
  border-radius: 21px;
  background-color: #d21f26;
}

#main-nav #slide_out_menu .btn-red:hover{
    color: #ffffff;
}

#main-nav #slide_out_menu .slide_out_menu_footer {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 40px 25px;
}

#main-nav #slide_out_menu .slide_out_menu_footer .more-info p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  /*rgba(255, 255, 255, 0.8);*/
  margin: 0;
}

#main-nav #slide_out_menu .slide_out_menu_footer .socials {
  margin: 18px 0 0;
}

#main-nav #slide_out_menu .slide_out_menu_footer .socials li {
  display: inline-block;
  margin: 0 20px 0 0;
}

#main-nav #slide_out_menu .slide_out_menu_footer .socials li a {
  color: #333;
/*  rgba(255, 255, 255, 0.8);*/
  transition: all .2s ease-in-out;
}

#main-nav #slide_out_menu .slide_out_menu_footer .socials li a:hover {
  color: #ffffff;
}

#main-nav #slide_out_menu .slide_out_menu_footer .socials li:last-child {
  margin-right: 0;
}

#main-nav #slide_out_menu.xs-screen {
  overflow-y: auto;
}

#main-nav #slide_out_menu.xs-screen ul {
  margin-top: 40px;
}

#main-nav #slide_out_menu.xs-screen .slide_out_menu_footer {
  position: relative;
  padding: 0;
  margin-top: 40px;
}

#main-nav #slide_out_menu.xs-screen .slide_out_menu_footer .more-info p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

#main-nav #slide_out_menu.xs-screen .slide_out_menu_footer .socials {
  margin: 18px 0 0;
}

#main-nav #slide_out_menu.xs-screen .slide_out_menu_footer .socials li {
  display: inline-block;
  margin: 0 20px 0 0;
}

#main-nav #slide_out_menu.xs-screen .slide_out_menu_footer .socials li a {
  color: rgba(255, 255, 255, 0.8);
  transition: all .2s ease-in-out;
}

#main-nav #slide_out_menu.xs-screen .slide_out_menu_footer .socials li a:hover {
  color: #ffffff;
}

#main-nav #slide_out_menu.xs-screen .slide_out_menu_footer .socials li:last-child {
  margin-right: 0;
}

#main-nav #slide_out_menu.open {
  left: 0;
}

/*#main-nav img.logo{
  filter: brightness(0) invert(1);
}*/

#main-nav.active {
  background-color: #ffffff;
  height: 90px;
  padding-top: 25px;
  /*padding: 30px;*/
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

#main-nav.active .logo-desc{
  vertical-align: middle;
  display: inline-block;
  color: #333;
  /*margin-left: 10px;*/
}

#main-nav.active ul li a {
  color: #333;
  text-decoration: none;
}

#main-nav.active ul li a:hover {
  color: #d21f26;
}
/*****************************************************
*** Header ***
*****************************************************/
#header {
  padding: 200px 0 510px;
  height: 100%;
  background-image: url("../f_images/background_temp.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#header h1 {
  font-size: 50.1px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  text-align: center;
  color: #ffffff;
}

#header p {
  font-size: 22px;
  color: #ebebeb;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  text-align: center;
}

#header .header_iphone {
  position: absolute;
  bottom: -310px;
  left: 50%;
  margin-left: -185px;
}

#header .video-btn {
  margin-top: 48px;
}

#header .video-btn i {
  margin-right: 15px;
}

/*****************************************************
*** Features ***
*****************************************************/
#features {
  padding: 120px 0;
}

#features .feature {
  padding: 0px 38px;
}

#features .feature .f-icon {
  margin-bottom: 48px;
}

#features .feature .f-icon i {
  font-size: 42px;
  color: #267df4;
}

#exTab1 .tab-content {
    color: #353535;
    padding: 5px 15px;
}
#exTab1 .nav-pills > li > a {
  border-radius: 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  border-radius: 30px;
  margin: 0 5px;
  background: #3c3c3c;
}
#exTab1 .nav-pills > li:hover > a {
    background: #5d5d5d;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #d21f26 !important;
}
.nav-pills>li+li {
    margin-left: 0px;
}
.nav-pills>li {
    float: left;
    width: 50%;
}
ul.nav.nav-pills {
    width: 50%;
    text-align: center;
    margin: 20px auto 40px auto;
}

#piljalur {
    position: relative;
    padding: 50px 0 100px;
    background: #222;
    color: #ddd;
}

#piljalur div.icon-judul {
  border: 10px solid #222222 !important;
}

#piljalur h3 {
  font-family: 'Varela Round',sans-serif;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    text-align: center;
    color: #d2d2d2;
}
.jalur-pres, .jalur-reg {
  counter-reset: my-sec-counter;
}
.jalur-pres li:before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    background: #f3f2f2;
    right: 0;
    position: absolute;
    margin: -11px 20px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
}
.jalur-pres li {
    font-size: 16px;
    background: #2B75E3;
    margin: 5px 0;
    padding: 15px 60px 15px 15px;
    border-radius: 30px;
    width: fit-content;
    float: right;
}

.jalur-reg li:before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    background: rgb(217, 220, 223);
    left: 0;
    position: absolute;
    margin: -11px 20px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
}
.jalur-reg li {
    font-size: 16px;
    background: #2B75E3;
    margin: 5px 0;
    padding: 15px 15px 15px 60px;
    border-radius: 30px;
    width: fit-content;
    float: left;
}
/*****************************************************
*** About School ***
*****************************************************/
#about-school {
  position: relative;
  padding: 50px 0 100px;
}

#about-school .btns-container {
  margin-top: 62px;
}

#about-school .btns-container a {
  margin-right: 20px;
  margin-bottom: 18px;
}

#about-school .btns-container a i {
  margin-left: 50px;
  font-size: 14px;
}

#about-school .btns-container a:last-child {
  margin-right: 0;
}

#about-school .iphone-showcase {
  position: absolute;
  bottom: 0;
  top: 53px;
  right: 63%;
}

#about-school h3{
  width: 355px;
  height: 88px;
  font-family: 'Varela Round', sans-serif;
  font-size: 33px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  text-align: left;
  color: #26272d;
  bottom: 56px;
}

#about-school p{
  width: 462px;
  height: 101px;
  font-family: 'Lato',sans;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  text-align: left;
  color: #8c8f94;
}

#about-school img{
  padding: 10px 35px 0 0;
  margin-top: 50px;

}


/*****************************************************
*** Today ***
*****************************************************/
#today {
    padding: 100px 0;
    background: #fff;
  }

#today h3 {
    font-family: 'Varela Round',sans-serif;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    text-align: center;
    color: #26272d;
}

#today h4 {
    font-family: 'Lato',sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    text-align: center;
    color: #fff;
    background: #d21f26;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 20px;
}
#today h6{
  font-family: 'Lato',sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.89;
  text-align: left;
  color: #8c8f94;
  margin-top: 97px;
}

#today .price-table .table-inner .feature-list li {
    font-size: 16px;
    line-height: 24px;
    color: #26272d;
    margin-bottom: 12px;
}
#today ul li p {
    text-align: center;
    font-family: 'Lato Reguler',sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.78;
    letter-spacing: 0.2px;
    text-align: center;
    color: #8c8f94;
    margin-top: 10px;
    /* background-color: #d21f26; */
}

#today .price-table.highlighted .table-inner {
    padding-top: 25px;
    margin-bottom: 25px;
 
}

#today .price-table.highlighted {
    z-index: 2;
    padding: 20px;
    /* height: 680px; */
    box-shadow: 0px 0px 14px -3px #8a8a8a;
    -moz-box-shadow: 0px 0px 14px -3px #8a8a8a;
    -webkit-box-shadow: 0px 0px 14px -3px #8a8a8a;
    margin-top: 20px;
    background: #f5f5f8;
}

#today ul li {
    list-style-type: none;
    /* padding: 24px 2px 24px; */
    font-family: 'Lato Bold',sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.88;
    color: #26292c;
    /* background-color: #d21f26; */
}

#today #number{
  font-family: 'Lato', sans-serif;
  font-size: 60.1px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.87;
  letter-spacing: 3px;
  text-align: left;
  color: #d21f26;
}

#today #total{
  font-family: Lato;
  font-size: 20.1px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  text-align: left;
  color: #8c8f94;
}

#today #number-black{
font-family: 'Varela Round',sans-serif;
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  text-align: right;
  color: #26272d;
}

#today #total-gender{
font-family: 'Lato',sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.6;
  text-align: left;
  color: #8c8f94;
}

/*****************************************************
*** alur ***
*****************************************************/
#alur {
  padding-top: 82px;
  padding-bottom:82px;
  position: relative;
  overflow: hidden;
  /*width: 1349px;
  height: 961px;*/
  background-color: #f5f5f8;
}

#brosur {
  padding-top: 82px;
  padding-bottom:82px;
  position: relative;
  overflow: hidden;
}

#alur h3{
  margin-bottom: 5px;
}

#alur hr{
  width: 245px;
  height: 2px;
  background-color: #d21f26;
  margin-bottom: 25px;
}

#alur img{
    height: auto; 
    width: auto; 
    max-width: 1080px;
    margin-left: 5%; 
    margin-right: 5%; 
    /*max-height: 300px;*/

}

/*****************************************************
*** info ***
*****************************************************/
#info {
  padding-top: 82px;
  padding-bottom:82px;
  position: relative;
  overflow: hidden;
  /*width: 1349px;
  height: 961px;*/
  background-color: #f5f5f8;
}

#info h2 {
  margin-bottom: 0;
  font-size: 35px;
}

#info hr {
  width: 130px;
  height: 2px;
  background-color: #d21f26;
}
#schedule hr {
    width: 245px;
    height: 2px;
    background-color: #d21f26;
    margin-bottom: 25px;
}
#today hr {
    width: 245px;
    height: 2px;
    background-color: #d21f26;
    margin-bottom: 25px;
}
#info .images-list {
  width: 100%;
  position: relative;
}

#info .images-list li {
  position: absolute;
  width: 320px;
  top: 92px;
  box-shadow: 10px 10px 16px 0px rgba(61, 61, 62, 0.15);
}

#info .images-list li img {
  max-width: 100%;
}

#info .images-list li:nth-child(1) {
  left: 50%;
  margin-left: -880px;
}

#info .images-list li:nth-child(2) {
  left: 50%;
  margin-left: -530px;
}

#info .images-list li:nth-child(4) {
  right: 50%;
  margin-right: -530px;
}

#info .images-list li:nth-child(5) {
  right: 50%;
  margin-right: -880px;
}

#info .images-list li.main-img {
  width: 395px;
  top: 0;
  left: 50%;
  margin-left: -193px;
  box-shadow: none;
}

#info .images-list li.main-img img {
  max-width: 100%;
}

#info .school{
  margin-bottom: 62px;
}

#info .panel{
  height: 563px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 30px 50px 0 rgba(92, 95, 101, 0.2);
}

#info .feature-list{
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  text-align: center;
  color: #9d9fa3;
  padding: 0 50px;
}

#info .feature-list li{
  padding-bottom: 25px;
}

#info #rincian .nominal{
  text-align: right;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  text-align: right;
  color: #26272d;
}

#info #rincian .notif{
  font-size: 16px;
  text-align:left;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  color: #9d9fa3;

}
#info #rincian .total{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  text-align: center;
  color: #26272d;
  /*margin-top: 20px;*/
}

#info #rincian .nominal{
  text-align: right;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  text-align: right;
  color: #26272d;
}

#info #rincian .nominal-total{
  text-align: right;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  text-align: right;
  color: #26272d;
  margin-top: 20px;
}

#info #rincian ul li{
  padding-bottom: 20px;
}


#info #rincian ul{
  margin-top: 20px;
}

#info #rincian .panel{
  height: 623px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 30px 50px 0 rgba(92, 95, 101, 0.2);
}

#info #biaya .panel{
  padding-bottom: 50px;
  height: 623px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 30px 50px 0 rgba(92, 95, 101, 0.2);
}

#info #biaya ul li:last-child{
  padding-bottom: 50px;
  
}
/*****************************************************
*** testimonials ***
*****************************************************/
#testimonials {
  padding: 120px 0;
}

#testimonials i {
  color: #8c8f94;
  font-size: 22px;
}

#testimonials .star-rating {
  margin-top: 17px;
}

#testimonials .star-rating .gold-star {
  color: #f2bc3b;
}

#testimonials .customer-name {
  margin-top: 28px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 1.4px;
  text-align: center;
  color: #8c8f94;
  text-transform: uppercase;
}

#testimonials .testimonial {
  padding-top: 174px;
}

#testimonials .testimonial h3{
  font-family: Lato;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.08;
  letter-spacing: 0.2px;
  text-align: center;
  color: #24252b;
  text-transform: uppercase;
}

#testimonials .customer-desc{
  font-family: Lato;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: 0.4px;
  text-align: center;
  color: #8c8f94;
}

#testimonials .carousel-indicators {
  position: absolute;
  top: 0;
  bottom: auto;
  width: 100%;
  z-index: 5;
  left: 0;
  margin-left: 0;
}

#testimonials .carousel-indicators li {
  width: 130px;
  height: 130px;
  border-radius: 0;
  margin: 0;
  border: none;
  opacity: .2;
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transition: all 0.97s cubic-bezier(0.545, 0, 0.05, 1);
}

#testimonials .carousel-indicators li img {
  position: relative;
  border-radius: 100%;
  z-index: 2;
  box-shadow: 0px 12px 30px 0px rgba(92, 95, 101, 0.18);
}

#testimonials .carousel-indicators li:first-child {
  float: left;
}

#testimonials .carousel-indicators li:first-child img {
  box-shadow: 10px 12px 30px 0px rgba(92, 95, 101, 0.18);
}

#testimonials .carousel-indicators li:last-child {
  float: right;
}

#testimonials .carousel-indicators li:last-child img {
  box-shadow: -10px 12px 30px 0px rgba(92, 95, 101, 0.18);
}

#testimonials .carousel-indicators li.active {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

#testimonials .carousel-control.left,
#testimonials .carousel-control.right {
  background: none;
  width: 41px;
  height: 41px;
  top: 45px;
  line-height: 41px;
}

#testimonials .carousel-control.left {
  left: -100px;
}

#testimonials .carousel-control.right {
  right: -100px;
}

/*****************************************************
*** schedule ***
*****************************************************/

#schedule h3{
  font-family: 'Varela Round',sans-serif;
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  text-align: left;
  color: #26272d;
}

#schedule h4{
  font-family: 'Lato',sans-serif;
  font-size: 28px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  text-align: center;
  color: #26272d;
}

#schedule p{
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  text-align: center;
  color: #8c8f94;
}
#schedule ul li{
  list-style-type: none;/*
  padding:24px 2px 24px;*/
  font-family: 'Lato Bold',sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.88;
  color: #26292c;
  /*
  background-color: #d21f26;*/

}

#schedule ul li hr{
  width: 130px;
  height: .5px;
  background-color: #eeeef2;
  margin-top: 10px;
  margin-bottom:25px;


}

#schedule ul li p{
  text-align: center;
  font-family: 'Lato Reguler',sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: 0.2px;
  text-align: center;
  color: #8c8f94;
  margin-top: 10px;
  /*
  background-color: #d21f26;*/

}

#schedule p a{
    text-align: center;
    margin-top: 25px;

  }
#schedule .subtitle {
  color: #26272d;
}

#schedule .toggle-container {
  margin-bottom: 70px;
}

#schedule .toggle-container .switch-toggles {
  position: relative;
  width: 262px;
  height: 50px;
  border: 1px solid rgba(38, 39, 45, 0.2);
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

#schedule .toggle-container .switch-toggles .individual, #schedule .toggle-container .switch-toggles .company {
  position: relative;
  width: 130px;
  float: left;
  padding: 13px 10px;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  font-size: 16px;
  color: #8c8f94;
  transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}

#schedule .toggle-container .switch-toggles .individual.active,
#schedule .toggle-container .switch-toggles .company.active {
  color: #26272d;
}

#schedule .toggle-container .switch-toggles:after {
  position: absolute;
  content: "";
  width: 122px;
  height: 42px;
  background: #ffffff;
  left: 3px;
  top: 3px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  box-shadow: 2.5px 4.33px 20px 0px rgba(61, 61, 62, 0.059);
  -moz-box-shadow: 2.5px 4.33px 20px 0px rgba(61, 61, 62, 0.059);
  -webkitbox-shadow: 2.5px 4.33px 20px 0px rgba(61, 61, 62, 0.059);
  transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}

#schedule .toggle-container .switch-toggles.active:after {
  left: 135px;
  top: 3px;
}

#schedule .info {
  font-size: 14px;
  margin-top: 24px;
}

#schedule .price-table {
    border-radius: 10px;
    background-color: #ffffff;
}

#schedule .price-table .table-inner {
  background-color: #ebebed;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: 10px;
 /* padding: 40px 15px 50px;*/
}

#schedule .price-table .table-inner h3 {
  margin: 0 auto 28px;
}

#schedule .price-table .table-inner .price {
  width: 114px;
  height: 28px;
  border-radius: 14px;
  background-color: #d21f26;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.1em;
/*  border: 1px solid rgba(38, 39, 45, 0.2);*/
  display: inline-block;
  margin-bottom: 40px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-family: 'Lato',sans-serif;
  line-height: 2.5;
  letter-spacing: 1.1px;
  text-align: center;
  color: #ffffff;
}

#schedule .price-table .table-inner .phrase {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 38px;
}

#schedule .price-table .table-inner .feature-list li {
  font-size: 16px;
  line-height: 24px;
  color: #26272d;
  margin-bottom: 12px;
}

#schedule .price-table .table-inner .feature-list li i {
  color: #6fc754;
}

#schedule .price-table .table-inner .feature-list li:last-child {
  margin-bottom: 34px;
}

#schedule .price-table .table-inner .btn {
  width: 210px;
  max-width: 100%;
}

#schedule .price-table .table-inner .btn-blue {
  background-color: transparent;
  border: 1px solid #267df4;
  color: #267df4;
}

#schedule .price-table.highlighted {
  z-index: 2;
  padding: 20px;
  /*height: 680px;*/
  box-shadow: 15px 25px 50px 0px rgba(92, 95, 101, 0.2);
  -moz-box-shadow: 15px 25px 50px 0px rgba(92, 95, 101, 0.2);
  -webkit-box-shadow: 15px 25px 50px 0px rgba(92, 95, 101, 0.2);
}

#schedule .price-table.highlighted .table-inner {
  background-color: #ffffff;
  /*padding: 60px 15px 59px 15px;*/
  padding-top: 25px;
  margin-bottom: 25px;
  border-radius: 20px
}

#schedule .price-table.highlighted .btn-blue {
  background-color: #267df4;
  color: #ffffff;
}

#schedule #price_tables .individual, #schedule #price_tables .company {
  position: relative;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  transition: opacity 0.97s, -webkit-transform 0.97s;
  transition: opacity 0.97s, transform 0.97s;
  transition: opacity 0.97s, transform 0.97s, -webkit-transform 0.97s;
  transition-timing-function: cubic-bezier(0.545, 0, 0.05, 1);
}

#schedule #price_tables .individual .price-table, #schedule #price_tables .company .price-table {
  display: none;
}

#schedule #price_tables .individual.active, #schedule #price_tables .company.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#schedule #price_tables .individual.active .price-table, #schedule #price_tables .company.active .price-table {
  display: block;
}

/*****************************************************
*** today ***
*****************************************************/

#today ul li hr{
  width: 130px;
  height: .5px;
  background-color: #eeeef2;
  margin-top: 10px;
  margin-bottom:25px;


}

#today h3 {
    font-family: 'Varela Round',sans-serif;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    text-align: center;
    color: #26272d;
    margin-top: 25px;
}
/*****************************************************
*** Subscribe ***
*****************************************************/
#subscribe {
  padding: 90px 0 50px;
}

#subscribe .btn {
  padding-left: 34px;
  padding-right: 34px;
}

#subscribe .promise {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
}

/*****************************************************
*** Footer ***
*****************************************************/
#footer {
  color: #8c8f94;
  font-size: 16px;
  background-color: #f5f5f5;
}

#footer .footer-container {
  padding-top: 120px;
  padding-bottom: 30px;
}

#footer .copyright-container {
  padding-top: 20px;
  padding-bottom: 25px;
}

#footer .logo {
  margin-bottom: 36px;
}

#footer p {
  font-size: 14px;
  line-height: 24px;
}

#footer .app_download img {
  margin-top: 6px;
}

#footer .footer-links ul li {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.25;
  text-align: justify;
  color: #8c8f94;
}

#footer .footer-links ul li span{
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.25;
  text-align: left;
  color: #8c8f94;
}

#footer ul li .title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #26272d;
  font-size: 12px;
}

#footer ul li a {
  color: #8c8f94;
  text-decoration: none;
  line-height: 36px;
}

#footer ul li a:hover {
  color: #26272d;
}

#footer .socials {
  margin-top: 32px;
}

#footer .socials li {
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
}

#footer .socials li a {
  color: rgba(19, 19, 21, 0.3);
}

#footer .socials li:last-child {
  margin-right: 0;
}

#footer .more-info {
  line-height: 24px;
  font-size: 14px;
}

#footer .made-by {
  font-size: 9px;
  font-weight: 700;
  line-height: 22px;
  color: #26272d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#footer .made-by a img {
  margin-top: -8px;
  margin-left: 8px;
}

/*Notification*/

#notification {
/*  padding: 160px 88px 100px;*/
  background-color: #fff;
}

#notification .price-table {
  float: right;
}

#notification .price-table .table-inner {
  background-color: #f5f5f8;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: 10px;
  float: right;
  padding: 40px 100px 50px;
}

#notification h3{
    font-family: 'Varela Round',sans-serif;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    text-align: center;
    color: #26272d;
  }

  #notification h4{
    font-family: 'Lato',sans-serif;
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    text-align: center;
    color: #26272d;
  }

  #notification p{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    text-align: center;
    color: #8c8f94;
  }

  #notification p a{
    text-align: center;
    margin-top: 25px;
  }

  #notification .price-table .table-inner .price {
    width: 114px;
    height: 28px;
    border-radius: 14px;
    background-color: #d21f26;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.1em;
  /*  border: 1px solid rgba(38, 39, 45, 0.2);*/
    display: inline-block;
    margin-bottom: 40px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    font-family: 'Lato',sans-serif;
    line-height: 2.5;
    letter-spacing: 1.1px;
    text-align: center;
    color: #ffffff;
  }

  #notification ul li{
  list-style-type: none;/*
  padding:24px 2px 24px;*/
  font-family: 'Lato Bold',sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.88;
  color: #26292c;
  }

  #notification ul li hr{
    width: 130px;
    height: .5px;
    background-color: #eeeef2;
    margin-top: 10px;
    margin-bottom:25px;
  }

  #notification ul li p{
    text-align: center;
    font-family: 'Lato Reguler',sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.78;
    letter-spacing: 0.2px;
    text-align: center;
    color: #8c8f94;
    margin-top: 10px;
  }

  #notification .price-table .table-inner .phrase {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 38px;
  }

  #notification .price-table .table-inner .feature-list li {
    font-size: 16px;
    line-height: 24px;
    color: #26272d;
    margin-bottom: 12px;
  }

  #notification .price-table .table-inner .feature-list li i {
    color: #6fc754;
  }

  #notification .price-table .table-inner .feature-list li:last-child {
    margin-bottom: 34px;
  }

  #notification .iphone-showcase {
  position: absolute;
  bottom: 0;
  right: 66%;
}
/*****************************************************
Responsive Styles
*****************************************************/
@media only screen and (min-width: 992px) {
  #main-nav #navigation {
    display: none;
  }

  #alur #step-alur, #alur #step-alur2{
  display: none;
  }

  #alur img{
    height: auto; 
    width: auto; 
    max-width: 992px;
    margin-left: 5%; 
    margin-right: 5%; 
    vertical-align: middle;
  }

}

@media only screen and (max-width: 992px) {
  /*** Main Nav ***/
  #main-nav .col-md-8:last-child {
    display: none;
  }
  .jalur-pres li {
      padding: 15px 15px 15px 60px;
      float: left;
      width: 100% !important;
  }

 .jalur-pres li:before {
    left: 0;
  }
  #main-nav #navigation {
    color: #ffffff;
    text-decoration: none;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 2;
    margin-right :25px;
    right: 0;
  }

  #main-nav #navigation:hover {
    color: #d21f26 !important;
  }

  #main-nav.active #navigation {
    color: #26272d;
    text-decoration: none;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 2;
    margin-right :25px;
    right: 0;
  }

  #main-nav.active #navigation:hover {
    color: #d21f26 !important;
  }

 /* #main-nav .logo {
    padding-top: 0px;
  }
*/
  #main-nav .logo-all{
  display: inline-block;
  margin-left: 25px;
  vertical-align: center;
  /*padding-top: 11px;*/
  }

  #main-nav #slide_out_menu {
    position: fixed;
    display: block;
    width: 350px;
    height: 100%;
    left: -350px;
  }

  #main-nav #slide_out_menu .slide-logo img{
  display: inline-block;
  /*margin-left: 10px;*/
  vertical-align: center;
  left: 0;
}

  #main-nav #slide_out_menu .menu-close {
    top: 41px;
  }

/*** Header ***/
/*#header {
    padding: 160px 0 460px;
    text-align: center;
  }*/

  /*** Features ***/
  #features {
    padding: 100px 0;
  }
  #features .feature-item {
    margin-bottom: 80px;
  }
  #features .feature-item:last-child {
    margin-bottom: 0;
  }
  #features .feature {
    padding: 0px 0px;
  }
  #features .feature .f-icon {
    margin-bottom: 48px;
  }
  #features .feature .f-icon i {
    font-size: 42px;
    color: #267df4;
  }
  /*** iPhone Feature ***/
  #about-school {
    /*padding: 80px 0 60px;*/
    background-color: #ffffff;
    text-align: center;
  }
  #about-school h3, #about-school p {
   /* padding: 80px 0 60px;*/
    width: 100%;
    background-color: #ffffff;
    text-align: center;
  }

  #about-school .iphone-showcase {
   display: none;
  }
  /*#about-school .iphone-showcase img {
    width: 100%;
  }*/

#about-school .iphone-showcase {
  position: absolute;
  bottom: 0;
  /*right: 45%;*/
}

#about-school h3{
  /*width: 355px;
  height: 88px;*/
  font-family: 'Varela Round', sans-serif;
  font-size: 33px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  text-align: center;
  color: #26272d;
  bottom: 56px;
}

#about-school p{
  /*width: 462px;
  height: 101px;*/
  font-family: 'Lato',sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  text-align: center;
  color: #8c8f94;
/*  margin-left: 20px;*/
  margin-right: 20px;
}

#about-school img{
  padding: 10px 35px 0 0;

}

/*** Alur ***/

#alur #img-alur, #alur #img-alur2{
    display: none;
    /*max-height: 300px;*/
}


#alur #step-alur .panel, #alur #step-alur2 .panel, #alur #step-alur .panel .panel-body, #alur #step-alur2 .panel .panel-body{
  margin-left: 10%;
  margin-right: 10%;
}

#alur #step-alur .alert-info, #alur #step-alur2 .alert-info{
  background-color: #f5f5f8;
  color: #3a3d4b;
  border-color: #f5f5f8;
  text-align: center;
}

#alur #step-alur .ico, #alur #step-alur2 .ico{
  width: 35px;
  height: 35px;
  text-align: center;
  margin-bottom: 5px;
  /*margin-left: 25%;*/
}



  /*** info ***/
  #info {
    padding: 120px 0 620px;
  }
  #info .images-list li {
    position: absolute;
    width: 240px;
    top: 68px;
  }
  #info .images-list li img {
    max-width: 100%;
  }
  #info .images-list li:nth-child(1) {
    margin-left: -680px;
  }
  #info .images-list li:nth-child(2) {
    margin-left: -410px;
  }
  #info .images-list li:nth-child(4) {
    margin-right: -410px;
  }
  #info .images-list li:nth-child(5) {
    margin-right: -680px;
  }
  #info .images-list li.main-img {
    width: 295px;
    margin-left: -148px;
  }

  #info .feature-list{
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  text-align: left;
  color: #9d9fa3;
  padding: 0 62px;
}

#info .feature-list li{
  padding-bottom: 25px;
}


  /*** testimonials ***/
  #testimonials .carousel-control.left,
  #testimonials .carousel-control.right {
    display: none;
  }

#info #rincian .panel{
  width: 100%;
  text-align: center;
  /*margin-left: 10%;
  margin-right: 10%;*/
}

#info #biaya .panel{
  width: 100%;
  text-align: center;
 /* margin-left: 10%;
  margin-right: 10%;*/
  height: auto;
}

  /*** schedule ***/
  #schedule {
    padding: 120px 0 150px;
  }

  #schedule #price_tables .individual.active, #schedule #price_tables .company.active {
    margin-top: 80px;
  }
  #schedule .toggle-container .switch-toggles .individual, #schedule .toggle-container .switch-toggles .company {
    margin-top: 0;
  }

  #schedule {
    padding: 160px 88px 100px;
    background-color: #f5f5f8;
  }

  #schedule h3{
    font-family: 'Varela Round',sans-serif;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    text-align: center;
    color: #26272d;
  }

  #schedule h4{
    font-family: 'Lato',sans-serif;
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    text-align: center;
    color: #26272d;
  }

  #schedule p{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    text-align: center;
    color: #8c8f94;
  }

  #schedule p a{
    text-align: center;
    margin-top: 25px;

  }

  #schedule .price-table {
  text-align: center;
  width: 80%;
  /*left: 10%*/
}

#schedule .price-table .table-inner {
  background-color: #ebebed;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: 10px;
 /* padding: 40px 15px 50px;*/
}


  /*** Footer ***/
  #footer .socials {
    margin-bottom: 60px;
  }
  #footer .footer-links {
    margin-bottom: 30px;
  }
  #footer .footer-links:last-child {
    margin-bottom: 0;
  }
  /*** Copyright Container ***/
  .copyright-container .text-right {
    text-align: left;
    margin-top: 22px;
  }
}

@media only screen and (max-width: 768px) {
  /*** iPhone Screens ***/
  #info {
    padding: 120px 0 50px;
  }
  #info .images-list li {
    position: absolute;
    width: 178px;
    top: 52px;
  }
  #info .images-list li img {
    max-width: 100%;
  }
  #info .images-list li:nth-child(1) {
    margin-left: -502px;
  }
  #info .images-list li:nth-child(2) {
    margin-left: -304px;
  }
  #info .images-list li:nth-child(4) {
    margin-right: -304px;
  }
  #info .images-list li:nth-child(5) {
    margin-right: -502px;
  }
  #info .images-list li.main-img {
    width: 220px;
    margin-left: -110px;
  }

  #today{
    height: auto;
    padding-bottom: 30px;
  }

  #today .col-sm-2, #today .col-sm-3{
    width: 100%;
  }
  #today h6, #today h3, #today #number, #today #total
  {
    text-align: center;
/*    margin-left: 25%;
    margin-right: 25%;*/
  }

  #today #number-black{
  font-family: 'Varela Round',sans-serif;
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  text-align: center;
  color: #26272d;
/*  margin-left: 25%;*/
}
  #today #total-gender{
    font-family: 'Lato',sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.6;
    text-align: center;
    color: #8c8f94;
  }


  /*** schedule ***/
  #schedule {
    padding: 120px 0 100px;
    background-color: #f5f5f8;
  }

  #schedule .price-table {
    width: 80%;
    max-width: 100%;
    padding: 0px 15px;
    margin: 10%;
    float: none;
    text-align: center;
  }

  #footer .col-md-3{
    width: 100%;
  }
  #footer .col-md-4{
      width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  input[type="text"],
  input[type="email"] {
    padding: 16px 26px;
  }
  /*** Header ***/

  #header {
    padding: 160px 0 460px;
  }

  #header .header_iphone {
    bottom: -220px;
    margin-left: -140px;
    width: 280px;
  }
  /*** Ready to Buy  ***/
  #ready-to-buy .form-group .btn,
  #subscribe .form-group .btn {
    position: relative;
    margin-top: 14px;
  }
  /*** testimonials ***/
  #testimonials {
    padding: 120px 0;
  }
  #testimonials .carousel-indicators li {
    width: 90px;
    height: 90px;
  }
  /*** schedule ***/
  #schedule {
    padding: 120px 0 100px;
    background-color: #f5f5f8;
  }

  #schedule h3{
    font-family: 'Varela Round',sans-serif;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    text-align: center;
    color: #26272d;
  }

  #schedule .price-table {
    width: 340px;
    max-width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
    float: none;
    text-align: center;
  }

  #info #rincian .nominal{
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    text-align: center;
    color: #26272d;
  }

  #info #rincian .nominal span{
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    text-align: center;
    color: #26272d;
  }

  #info #rincian .nominal{
      text-align: center;
      font-family: 'Lato', sans-serif;
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5;
      text-align: center;
      color: #26272d;
      margin-bottom: 30px;
  }
#info #rincian .notif{
  font-size: 16px;
  text-align:center;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  color: #9d9fa3;

}
  #schedule .price-table {
    width: 340px;
    max-width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
    float: none;
    text-align: center;
  }

  #today{
    height: auto;
    padding-bottom: 30px;
  }

  #today h6, #today h3, #today #number, #today #total
  {
    text-align: center;
  }

  #today #number-black{
  font-family: 'Varela Round',sans-serif;
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  text-align: center;
  color: #26272d;
}
  #today #total-gender{
    font-family: 'Lato',sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.6;
    text-align: center;
    color: #8c8f94;
  }

  /*** Footer ***/
  #footer .footer-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #footer .footer-links {
    width: 100%;
  }
}

@media only screen and (min-width: 575px) {
  input[type="text"],
  input[type="email"] {
    padding: 16px 26px;
  }

  /*** Header ***/
  #header {
    padding: 160px 0 460px;
  }
  #header .header_iphone {
    bottom: -220px;
    margin-left: -140px;
    width: 280px;
  }

  #about-school img{
  padding: 10px 35px 0 0;

  }
  /*** Ready to Buy  ***/
  #ready-to-buy .form-group .btn,
  #subscribe .form-group .btn {
    position: relative;
    margin-top: 14px;
  }
  /*** testimonials ***/
  #testimonials {
    padding: 120px 0;
  }
  #testimonials .carousel-indicators li {
    width: 90px;
    height: 90px;
  }
  /*** schedule ***/
  #schedule {
    padding: 120px 0 100px;
    background-color: #f5f5f8;
  }

  #schedule h3{
  font-family: 'Varela Round',sans-serif;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  text-align: center;
  color: #26272d;
}

  #info #rincian .panel{
    width: 80%;
    height: 720px;
    border-radius: 10px;
    background-color: #ffffff;
    margin: 10%;
    box-shadow: 0px 30px 50px 0 rgba(92, 95, 101, 0.2);
  }

  #info #rincian .nominal{
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  text-align: right;
  color: #26272d;
}

#info #rincian .notif{
  font-size: 16px;
  text-align:center;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  color: #9d9fa3;

}

  #info #biaya .panel{
    padding-bottom: 50px;
    height: 720px;
    border-radius: 10px;
    background-color: #ffffff;
    margin: 10%;
    width: 80%;
    box-shadow: 0px 30px 50px 0 rgba(92, 95, 101, 0.2);
  }

  
  /*** Footer ***/
  #footer .footer-container {
    padding-top: 80px;
  }
  /*#footer .footer-links {
    width: 100%;
  }*/
}
/*# sourceMappingURL=style.css.map */