/* mainpage ------------------------------------------------ */

body {
  background: #fff;
  color: #000;
}

#top_header_widget {
  background: #f24462;
  color: #fff;
}

.under_header_promo_inner {
  background-color: #dedada;
}

.detail_item {
  border-bottom: 1px solid #ddd;
}

.css_mainpage input, .css_mainpage .input .input:disabled {
  border: 1px solid #ccc;
  background: #fcfcfc;
}

.loginBox input, .loginBox .input .input:disabled {
  border-right: 0;
  border-left: 0;
  border-top: 0;
  background: #000;
}

.profilePageBody .black_input, .blackFormGroup input, .profilePageBody .blackFormGroup .input-group-text, .profilePageBody .black_input:-webkit-autofill, .profilePageBody .black_input:-webkit-autofill:hover, .profilePageBody .black_input:-webkit-autofill:focus, .profilePageBody .black_input:-webkit-autofill:active, .profilePageBody .blackFormGroup input:-webkit-autofill, .profilePageBody .blackFormGroup input:-webkit-autofill:hover, .profilePageBody .blackFormGroup input:-webkit-autofill:focus, .profilePageBody .blackFormGroup input:-webkit-autofill:active, .profilePageBody .black_input:hover, .profilePageBody .black_input:focus, .profilePageBody .black_input:active, .profilePageBody .blackFormGroup input:hover, .profilePageBody .blackFormGroup input:focus, .profilePageBody .blackFormGroup input:active {
  background: #fff !important;
  background-color: #fff !important;
  border: none;
  border-bottom: 1px solid #bbb;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: #111;
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  box-shadow: 0 0 0 30px #fff inset !important;
}

.learningMethod {
  color: #fff;
}

.css_mainpage .promo_banner, .css_mainpage .meet_teachers {
  margin-top: 0;
}

/* .css_mainpage .meet_teachers_heading_inner {
  margin-top: 0;
} */

.teacher_box_inner:hover {
  background-color: #fcfcfc;
  opacity: .7;
}

.css_mainpage .teacher_box_inner {
  border: 1px solid #ccc;
  background-color: #fcfcfc;
}

.css_mainpage .teacher_box_inner:hover {
  background-color: #fcfcfc;
  opacity: .7;
}

.css_mainpage .border_gray {
  border: 1px solid #bbb;
}

.gray_bg {
  background: #ffff;
}

/* .css_mainpage .testimony_content_wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
} */

.testimony_img_wrapper {
  border: 1px solid #ddd;
} 

.css_mainpage .testimony_content_wrapper {
  background-color: #fff !important;
  border: 1px solid #ddd;
  display: block !important;
  margin-bottom: 2px;
  overflow: visible;
}

.faq_item_outer {
  background: #fff;
  border: 1px solid #bbb;
}

.faq_item_outer.active {
  background-color: #fff;
}

.site-footer {
  border-top: 1px solid #ccc;
}

.loginBox  {
  color: #fff;
}

.border_gray {
  border: 1px solid #aaa;
}

.very_low_opacity {
  opacity: .8;
}


/* LESSON PAGE ------------------- */
.css_lesson .lesson_item:hover, .css_lesson .isCurrentLesson {
  background: #fff;
}

.css_lesson .section_box_outer {
  border-bottom: 1px solid #ddd;
}

.css_lesson .lesson_box_outer {
  padding-bottom: 10px;
}

.quiz_outer {
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.lesson .quiz_wrapper {
  padding: 0 7px;
  background: #fff;
  border: 0;
}

.lesson .the_quiz {
  border-bottom: 1px solid #ddd;
}

.lesson .quiz_result {
  border-top: 1px solid #ddd;
}

@media (max-width: 650px) {
  .css_mainpage .carousel-item {
    background: #fff;
    border: 1px solid #bbb;
  }

  .css_mainpage .testimony_content_wrapper, .testimony_img_wrapper {
    border: 0;
  }
}

@media only screen and (max-width: 1100px){
  .lesson_right {
    background: #fff;
  }
}