.how-we-support-learning-section {
  margin-top: 50px;
  padding: 50px 0px;
  background: #e4e4e4;
}

.learn-style {
  background: #333333;
  padding: 100px 0px;
}

.second-style p, .third-style p {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 20px;
}

.second-style h5 {
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 600;
}

.second-style h4 {
  font-family: 'Montserrat';
  font-size: 28px;
  font-weight: 700;
}

.second-style h4, .third-style h4 {
  font-family: 'Montserrat';
  font-size: 28px;
  font-weight: 700;
}

.third-style span {
  width: 282px !important;
}

.availability-place {
  padding: 10px 20px;
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.availability-div {
  background: #efefef;
  text-align: center;
}

.availability-days p {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0px;
  margin: 0px;
}

.availability-slots {
  padding: 0px 20px;
}

.availability-location-btn {
  text-align: center;
  width: 80%;
  background: #0099ff;
  color: #ffffff;
  padding: 5px 20px;
  margin-bottom: 20px;
  margin-top: 30px;
  border-radius: 0px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;
}

.reviews-div {
  background: #232323;
  /*padding: 20px;*/
}

.get-started {
  background-image: url("../../assets/img/Rectangle%205.png");
  padding: 35px;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
}

.lesson-sussex-hero-section {
  padding: 50px 0px;
  background-image: url("../../assets/img/Vector%201.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: bottom;
}

.hero-section-heading {
  font-family: 'Montserrat';
  font-size: 49px;
  font-weight: 700;
}

@media (min-width: 1300px) {
  .custom-container {
    max-width: 1500px !important;
    width: 100%;
  }
}

.hero-section-paragraph {
  font-family: 'Montserrat';
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
}

.tution p {
  font-family: 'Raleway';
  font-size: 33px;
  color: #ffffff;
  font-weight: 400;
}

.tution h3 {
  font-family: 'Poppins';
  font-size: 51px;
  color: #ffffff;
}

@media (min-width: 992px) {
  .tution-first-p {
    margin-right: 55px;
  }
}

.tution-options-section {
  margin-top: 100px;
  background: #000000;
  padding: 50px;
}

.cost-div {
  background: #ffffff;
  border-radius: 5px;
  position: relative;
}

.cost-div h2 {
  font-family: 'Montserrat';
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: #09f;
}

.form-heading {
  background: #000000;
  color: #ffffff;
  padding: 12px 29px;
  width: 268px;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}

.step-heading {
  padding: 12px 30px;
  background: #000000;
  color: #ffffff;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.step-design-three-heading {
  background: #3098D8;
  border-radius: 68px;
  border: 2px solid #3098D8;
  font-family: 'Open Sans';
  font-size: 22px;
  font-weight: 700;
}

.booking-lesson {
  padding: 100px 0px;
}

.contact-heading {
  font-family: 'Poppins';
  font-size: 35px;
  font-weight: 700;
}

.form-check-input:checked {
  background: #ffffff;
  border: 5px solid #29AAE2;
}

.next-btn {
  width: 150px;
  border: 1px solid #000000;
  font-family: 'Raleway';
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  padding: 10px 20px;
}

.burgress-hill-hero {
  background-image: url("../../assets/img/burgresshilhero.jpg");
}

.what-we-teach-hero {
  background-image: url("../../assets/img/hero-what-we-teach.jpg");
}

