.overflow-auto {
  overflow: auto !important;
}
.slider-content .slidertext {
  display: block;
}
@media screen and (max-width: 865px) {
  .slider2 ul li > div {
    padding: 30px 0 60% 0;
  }
}
.single_page .title {
  display: none;
}
a[id ^= bg-showmore-action] {
  outline: none;
  color: white !important;
  font-weight: bold;
  font-style: inherit;
  background-color: #353e43;
  padding: 10px 20px;
  border-radius: 5px;
  margin: auto;
  max-width: 480px;
  display: block;
}
a[id ^= bg-showmore-action]:focus {
  outline: none;
  color: white !important;
  font-weight: bold;
  font-style: inherit;
  background-color: #353e43;
  padding: 10px 20px;
  border-radius: 5px;
  margin: auto;
  max-width: 480px;
  display: block;
}
.blog-section p {
  text-align: justify;
  font-size: 16px;
}
.slider-content {
  max-width: 50%;
}
.slider-content .button-label {
  font-size: 40px;
  font-weight: bold;
}
.slider-content .button-bold-text {
  font-weight: 500;
}
.top-highlight {
  width: 100%;
  height: 100px;
  text-align: center;
  padding-top: 50px;
  /* Highlight style fix */
}
#highlights {
  margin-top: 30px;
}
.highlight {
  height: 230px;
}
.highlight-title {
  font-family: 'Lato', sans-serif;
}
.more {
  text-align: center;
  margin-top: 20px;
}
.more .link {
  color: #f196a6;
}
.more .link:hover {
  color: #fff;
  background: #e9425f;
  padding: 5px 10px;
  border-radius: 5px;
}
.about {
  padding: 60px 5px;
  background-color: #fcfcfc;
}
.about .d-container {
  max-width: 1072px;
  min-width: 240px;
  display: table;
  margin-right: auto;
  margin-left: auto;
}
.about .d-container .logo-exel {
  display: table-cell;
  max-width: 250px;
  border: 5px solid #a6e3f4;
  border-radius: 16px;
  opacity: 0.9;
}
.about .d-container .description {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 20px;
}
.about .d-container .description h1 {
  font-family: 'Lato', sans-serif;
}
.exel-program {
  /* 	box-shadow: 0px -6px 15px #363e44; */
  background-color: #fcfcfc;
}
.exel-program .d-container {
  max-width: 1072px;
  min-width: 240px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  padding-bottom: 60px;
}
.exel-program .program {
  display: table;
}
.exel-program .program .grade {
  transition: transform 0.1s;
  box-sizing: border-box;
  display: table-cell;
  width: 32%;
  text-align: center;
  padding-top: 25px;
  border: 5px solid #fcfcfc;
  border-radius: 10px;
  background: white;
  height: auto;
  vertical-align: top;
}
.exel-program .program .grade .highlight-icon {
  background: unset;
  display: inline-block;
}
.exel-program .program .grade .highlight-title {
  display: inline-block;
  font-family: 'Lato', sans-serif;
}
.exel-program .program .grade .highlight-desc {
  color: #353e43;
}
.exel-program .program .grade .expand-link {
  display: none;
  padding: 7px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #5fd5f3;
  color: white;
  font-weight: bold;
}
.exel-program .program .grade:hover {
  border: 5px solid #5fd5f3;
  /* IE 9 */
  -ms-transform: scale(1.01);
  /* Safari 3-8 */
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.discount {
  background-color: #fff f;
}
.discount .d-container {
  max-width: 1072px;
  min-width: 240px;
  display: block;
  margin: 30px auto 40px;
}
.discount .d-container .description {
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.discount .d-container .cta-button {
  color: white;
  background-color: #ea0d60;
  padding: 7px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  margin-left: 10px;
}
.registration {
  background-color: #fdfdfd;
  box-shadow: 0px 0px 9px -8px black;
}
.registration .d-container {
  max-width: 1072px;
  min-width: 240px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  padding-bottom: 60px;
}
.registration .d-container .flow {
  display: flex;
}
.registration .d-container .flow .highlight {
  width: 25%;
  transition: transform 1s;
}
.registration .d-container .flow .highlight .highlight-icon {
  background: transparent;
}
.registration .d-container .flow .highlight:hover {
  box-shadow: 0px 0px 4px #babfc1;
  background-color: #fff;
  /* IE 9 */
  -ms-transform: scale(1.1);
  /* Safari 3-8 */
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.intro-outer-container .container {
  display: block;
}
.best-tutor {
  background-color: #fff;
  padding-bottom: 50px;
}
.best-tutor .d-container {
  max-width: 1072px;
  min-width: 240px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  padding-bottom: 60px;
}
.best-tutor .d-container .top-highlight {
  margin-bottom: 30px;
}
.best-tutor .d-container .tutor {
  display: inline-block;
  width: 33%;
  box-sizing: border-box;
  background-color: #b4f0ff !important;
  border-radius: 10px;
  box-shadow: 0px 0px 9px -8px black;
  padding: 30px;
  height: 600px;
  vertical-align: bottom;
  color: black;
}
.best-tutor .d-container .tutor .avatar {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.best-tutor .d-container .tutor .avatar img {
  max-width: 200px;
  border-radius: 50%;
  border: 10px solid white;
}
.best-tutor .d-container .tutor .identity {
  text-align: center;
}
.best-tutor .d-container .tutor .identity p {
  margin-bottom: 0;
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  color: #353e43;
  font-weight: bold;
  margin-bottom: 10px;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-top: 280px;
}
.best-tutor .d-container .tutor .identity h3 {
  font-weight: 100;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
}
.best-tutor .d-container .tutor .description {
  text-align: center;
}
.best-tutor .d-container .tutor .description .testimonial {
  background-color: unset;
  padding-bottom: 0;
}
.testimonial {
  background-color: #fcfcfc;
  padding-bottom: 50px;
}
.testimonial.background-unset {
  background-color: unset;
}
.testimonial .d-container {
  max-width: 1072px;
  min-width: 240px;
  margin-right: auto;
  margin-left: auto;
}
.testimonial .d-container .top-highlight {
  margin-bottom: 30px;
}
.testimonial .d-container .item {
  display: block;
  border: 10px solid white;
  border-radius: 10px;
  background-color: white;
  height: auto;
}
.testimonial .d-container .item .photo {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
}
.testimonial .d-container .item .photo img {
  border-radius: 20px;
  border: 10px solid white;
  box-sizing: border-box;
}
.testimonial .d-container .item .text {
  display: inline-block;
  vertical-align: middle;
  background-color: white;
  border-radius: 0 20px 20px 0;
  width: 74%;
  padding: 20px;
  padding-right: 40px;
  box-sizing: border-box;
}
.testimonial .d-container .item .text .bulb {
  background: white;
  border-radius: 0 10px 10px 0;
  font-size: 20px;
  line-height: 30px;
  height: 112px;
}
.testimonial .d-container .item .text .bulb .name {
  float: right;
}
.testimonial .d-container .owl-stage-outer {
  border-radius: 10px;
  box-shadow: 0px 0px 9px -8px black;
  margin: 5px;
}
.d-pt-1 {
  padding-top: 30px;
}
.d-caption {
  font-size: 30px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}
.d-white {
  color: white;
}
body {
  background-color: #fff;
}
.highlight-icon {
  border-radius: 5px;
  background: white;
}
@media screen and (max-width: 720px) {
  .exel-program .program .grade {
    width: calc(100% - 10vw);
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .about .d-container {
    display: block;
  }
  .about .d-container .logo-exel {
    display: block;
    width: 50%;
    max-width: 250px;
    margin: 0 auto;
    border: 5px solid #a6e3f4;
    border-radius: 16px;
    margin-bottom: 20px;
    opacity: 0.9;
  }
  .about .d-container .description {
    display: block;
    text-align: center;
  }
  .about .d-container .owl-carousel {
    margin-top: 50px;
  }
  .discount .d-container .description {
    line-height: 35px;
  }
  .discount .d-container .cta-button {
    margin-left: 0;
    display: block;
    width: 100px;
    margin: 10px auto;
  }
  .registration .d-container .flow {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
  }
  .registration .d-container .flow .highlight {
    width: 50%;
  }
  .best-tutor .d-container .tutor {
    display: block;
    width: calc(100% - 20px);
    height: unset;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .testimonial .d-container .item {
    display: block;
  }
  .testimonial .d-container .item .photo {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .testimonial .d-container .item .photo img {
    box-sizing: border-box;
  }
  .testimonial .d-container .item .text {
    display: block;
    width: 100%;
    padding-right: 20px;
  }
  .testimonial .d-container .item .text .bulb {
    padding: 0;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
  }
  .testimonial .d-container .owl-carousel {
    margin-top: 50px;
  }
  .testimonial .d-container .owl-item {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .highlight {
    height: auto;
  }
  .exel-program .program .grade {
    width: 100%;
    display: block;
  }
  .top-highlight {
    margin-bottom: 40px;
  }
  .about .d-container {
    display: block;
  }
  .about .d-container .logo-exel {
    display: block;
    width: 50%;
    max-width: 250px;
    margin: 0 auto;
    border: 5px solid #a6e3f4;
    border-radius: 16px;
    margin-bottom: 20px;
    opacity: 0.9;
  }
  .about .d-container .description {
    display: block;
    text-align: center;
  }
  .registration .d-container .flow {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
  }
  .registration .d-container .flow .highlight {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .testimonial .d-container .item {
    display: block;
  }
  .testimonial .d-container .item .photo {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .testimonial .d-container .item .photo img {
    box-sizing: border-box;
  }
  .testimonial .d-container .item .text {
    display: block;
    width: 100%;
    padding-right: 20px;
  }
  .testimonial .d-container .item .text .bulb {
    padding: 0;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
  }
  .testimonial .d-container .owl-item {
    padding-bottom: 30px;
  }
}
.act {
  background: #fcfcfc;
}
.act .container {
  display: block;
}
.act .container .cta {
  display: block;
  width: 100%;
  padding-bottom: 50px;
  text-align: center;
}
.act .container .cta .cta-button {
  color: white;
  font-size: 20px;
  font-weight: bold;
  background: #e9425f;
  border-radius: 5px;
  padding: 10px;
  width: 250px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.act .container .cta .cta-button:hover {
  background-color: #ec788c;
}
.act .container .cta .description {
  margin: 30px;
  font-size: 20px;
}
.act .container .cta .wa-button img {
  width: 200px;
}
.act .container .cta .wa-button img:hover {
  opacity: 0.7;
}
.sbmptn-section .top-highlight {
  height: unset;
}
.sbmptn-section .highlight-desc {
  padding: 0 10px;
}
.sbmptn-section #highlights {
  border-bottom: none;
  margin-bottom: 100px;
}
.sbmptn-section p {
  text-indent: 30px;
}
.sbmptn-section .owl-nav {
  display: none;
}
.post-content strong {
  background: #7f8c8d;
  border-radius: 5px;
  padding: 1px 7px 2px;
  color: white;
  line-height: 1.9;
}
@media screen and (max-width: 720px) {
  .sbmptn-section .top-highlight {
    height: unset;
  }
  .sbmptn-section #highlights {
    margin-bottom: 10px;
  }
  .sbmptn-section p {
    padding-left: 0 !important;
    margin: 10px;
  }
  .sbmptn-section .highlight-title {
    font-size: 22px !important;
  }
}
.change-phone-number-alert {
  position: fixed;
  bottom: 50px;
  width: 600px;
  max-width: calc(100vw - 50px);
  display: block;
  text-align: center;
  background-color: #e9425f;
  color: white;
  padding: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 999;
}
.change-phone-number-alert .caption {
  font-weight: bold;
}
.change-phone-number-alert .close-chage-number-alert {
  background: white;
  padding: 2px 2px;
  border-radius: 3px;
  position: absolute;
  right: 10px;
  font-size: 0.7em;
  height: 18px;
  width: 18px;
  line-height: 2;
  cursor: pointer;
}
