body {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #999999;
  background-color:#fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Raleway', sans-serif;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 10px;
  color: #140b0e;
  font-weight: 700;
}

h1 {
  font-size: 50px;
}
h2 {
  font-size: 30px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}

img {
  max-width: 100%;
}

.header {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}

.logo img {
  max-height: 56px
}

.footer {
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 14px;
  background-color: #2e3131;
  border-top: 1px solid #666666;
  color: #666666;
}
.footer a {
  color: #fff;
}
.footer p {
  margin-bottom: 0;
}

.form-section {
  background-color: #F6F7FA;
  padding-top: 80px;
  padding-bottom: 80px;
  flex: 1 1 auto;
}

.home-section {
  background: url('../images/images-banner.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  height: 456px;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
}
.home-section .btn {
  padding-left: 30px;
  padding-right: 30px;
}
.home-section * {
  color: #fff;
}
.home-section .container {
  position: relative;
  z-index: 2;
}
.home-section::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0,0,0,.5)
}

.section-heading {
  max-width: 600px;
  margin: 0 auto 40px;
  text-align: center;
}
.section-heading h2 {
  margin-bottom: 10px;
}


.popular-section {
  background-color: #F6F7FA;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.course-box {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #e4e4e4;
  border-radius: 9px;
  display: block;
  text-decoration: none;
}
.course-box:hover {
  text-decoration: none;
}
.course-box .thumb img {
  width: 100%;
}
.course-box .details {
  padding: 20px;
}

.listing-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.listing-box {
  margin-top: 40px;
  position: relative;
  padding: 25px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  border-radius: 7px 7px;
  border-bottom: 2px solid #140b0e;
  box-shadow: rgba(33,33,33,.055) 0 4px 24px 5px;
  display: flex;
}
.school-logo {
  max-width: 300px;
  flex: 0 0 300px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.school-logo a {
  display: block;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #ebebeb;
  border-radius: 7px; */
}
.school-logo a img {
  max-width: 90%;
  width: 100%;
}
.school-logo .star-rating {
  text-align: center;
  font-size: 22px;
}
.school-details {
  flex: 1 1 auto;
  padding-left: 25px
}
.school-details h3>a,
.school-details h3 {
  color: #3366cc;
}
.school-details h3>a:hover {
  text-decoration: none;
  color: #140b0e;
}

.infomation {
  background-color: #3366cc;
  color: #fff;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.infomation-box {
  padding: 20px;
}
.infomation h3 {
  margin-bottom: 10px;
}

.infomation * {
  color: #fff;
}

.icon-heading {
  font-size: 62px;
  display: block;
  font-weight: normal;
}

.text-blue {
  color: #3366cc;
  font-weight: bold;
}

.checklist {
  max-width: 500px;
}
.checklist p {
  position: relative;
  padding-left: 35px
}
.checklist .icon {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 22px;
  color: #3366cc;
}
.checklist.for-mobile {
  margin-top: 20px;
}

.form-error-msg {
  margin-top: 20px;
  text-align: left;
  font-size: 14px;

  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.form-box .form-group {
  margin-bottom: 1rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.form-box {
  background-color: #fefefe;
  border-bottom: 3px solid #3366cc;
  box-shadow: rgba(33,33,33,.06) 0 4px 24px 5px;
  border-radius: 8px 8px;
  padding: 30px 40px 30px 40px;
  text-align: center;
  position: relative;
}
.form-box h4 {
  font-size: 18px;
}
.form-box-header h3 {
  color: #3366cc;
}
.form-box .form-box-body label {
  display: block;
  text-align: left;
}
.form-box-footer {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.form-box-footer .btn {
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 52px;
}
.form-box-footer a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-box-footer .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}
.form-box-footer .btn-prev {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #999999;
  color: #fff;
  left: 15px;
  transform: translateY(-50%);
  top: 50%;
  float: none;
  padding: 0;
  outline: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-box-footer .btn-prev .icon {
  left: auto;
  top: auto;
  transform: none;
  position: relative;
}
.form-box-footer .btn-done,
.form-box-footer .btn-next {
  float: none;
}
.form-box-footer .btn-done .icon,
.form-box-footer .btn-next .icon {
  right: 10px;
}

.form-control {
  height: 52px;
  padding-left: 20px;
  padding-right: 20px;
  color: #656565;
  border: 1px solid #ededed;
  background-color: #f7f8f9;
  font-size: 16px;
  border-radius: 5px;
}
.form-control:focus {
  box-shadow: none;
  color: #656565;
  border-color: #ededed;
  background-color: #f7f8f9;
}
.form-control[disabled] {
  opacity: 0.5;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.star-rating {
  color: #f4c150;
  display: inline-block;
}
.rating-text {
  color: #999999;
}
.btn {
  text-transform: uppercase;
}
.btn-primary {
  color: #fff;
  background-color: #2197f3;
  border-color: #2197f3;
}
.btn-primary:hover {
  color: #fff;
  background-color: #3366cc;
  border-color: #3366cc;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #2197f3;
  border-color: #2197f3;
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2197f3

;
    border-color: #2197f3

;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.1);
}

/* disabled */
.btn-primary.disabled,
.btn-primary:disabled {
  opacity: .65;
  color: #fff;
  background-color: #2197f3

;
  border-color: #2197f3

;
}


/* slick */
/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide {
  outline: none!important;
}
.slick-slider {
  -webkit-user-select: text!important;
  -khtml-user-select: text!important;
  -moz-user-select: text!important;
  -ms-user-select: text!important;
  user-select: text!important;
}
.slick-list.draggable {
  -webkit-user-select: none!important;
  -khtml-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important;
}
.questionnaires {
  min-height: 177px;
}

@media (max-width: 1199.98px) {
  .school-logo {
    max-width: 200px;
    flex: 0 0 200px;
  }
}

@media (max-width: 767.98px) {
  .section-heading {
    margin-bottom: 10px;
  }
  .form-section {
    padding-top: 10px;
    padding-bottom: 100vh;
  }
  .popular-section,
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .logo img {
    max-height: 46px;
  }
  .school-logo {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .listing-box {
    flex-direction: column;
  }
  .school-logo .star-rating {
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 26px;
  }
  .school-details {
    padding-left: 0;
  }
  .school-details ul {
    padding-left: 20px;
  }
  .school-logo a img {
    max-width: 100%;
    width: auto;
    max-height: 40px;
  }
  body,
  h1,
  h2 {
    font-size: 26px;
    line-height: 28px;
  }
  .footer {
    font-size: 13px;
    line-height: 16px;
  }
  .lead {
    font-size: 14px;
    line-height: 18px;
  }
  h3 {
    font-size: 18px;
  }
  .form-box h4 {
    font-size: 15px;
  }
  h1 {
    margin-bottom: 0;
  }
  .form-box {
    padding: 20px 15px 20px 15px;
    margin-top: 42px;
  }
  .form-box-footer .btn,
  .form-control {
    height: 42px;
  }
  .questionnaires {
    min-height: 1px;
  }
  .testimonial-box,
  .listing-box {
    margin-top: 20px;
  }
}

@media (max-width: 499.98px) {
  .form-box-footer .btn-prev {
    position: fixed;
    left: 15px;
    transform: none;
    top: 77px;
    z-index: 5;
    opacity: .5;
  }
}