/* Homepage landing */

.homepage-landing-section {
  width: 100%;
  height: auto;
  display: flex;
}

.homepage-landing-container {
  width: 90%;
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-direction: row;
  margin: 20px auto auto auto;
}

.homepage-landing-text-container {
  width: 100%;
  max-width: 600px;
  height: auto;
  padding: auto 20px auto 20px;
  margin: 0px auto auto auto;
}

.homepage-landing-text-container-h1 {
  font-size: 35px;
  color: #3C4564;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

.homepage-landing-text-container-h2 {
  font-size: 20px;
  color: #1A53D8;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.homepage-landing-text-container-h2 span {
  color: #1AD89F;
}

.landing-page-landing-text-container-h2 {
  font-size: 20px;
  color: #1A53D8;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
}

.landing-page-landing-text-container-price-h4 {
  font-size: 20px;
  color: #1AD89F;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.homepage-landing-image-mobile-container {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 20px;
}

.homepage-landing-image-mobile-container img {
  height: 200px;
  width: auto;
  object-fit: contain;
  object-position: center;
  margin: auto;
}

.homepage-landing-text-container-p {
  font-size: 18px;
  color: #3C4564;
  opacity: 70%;
  line-height: 1.5;
  text-align: center;
}

.landing-button {
  margin: auto auto auto auto;
}

.homepage-landing-trustpilot-div {
  width: 230px;
  height: 20px;
  margin: 20px auto auto auto;
  display: flex;
  flex-direction: row;
}

.homepage-landing-image-container {
  width: 50%;
  height: auto;
  display: none;
}

.homepage-landing-image-container img {
  width: 90%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

@media screen and (min-width: 900px) {

  .homepage-landing-container {
    margin: 40px auto auto auto;
  }

  .homepage-landing-text-container {
    width: 50%;
  }

  .homepage-landing-text-container-h1 {
    font-size: 50px;
    text-align: left;
  }

  .homepage-landing-text-container-h2 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 40px;
  }

  .landing-page-landing-text-container-h2 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
  }

  .landing-page-landing-text-container-price-h4 {
    font-size: 30px;
    text-align: left;
    margin-bottom: 20px;
  }

  .homepage-landing-image-mobile-container {
    display: none;
  }

  .homepage-landing-text-container-p {
    text-align: left;
  }

  .landing-button {
    margin: 30px auto auto 0px;
  }

  .homepage-landing-trustpilot-div {
    margin: 20px auto auto 0px;
  }

  .homepage-landing-image-container {
    display: flex;
  }

}

@media screen and (min-width: 1200px) {

  .homepage-landing-text-container-h1 {
    font-size: 55px;
  }

  .homepage-landing-image-container img {
    width: 100%;
  }

  .homepage-landing-text-container-p {
    font-size: 20px;
  }

}

/* Homepage standalone practice exam section */

.homepage-practice-exam-section {
  width: 100%;
  height: auto;
  background-color: #1A53D8;
  margin-top: 140px;
}

.homepage-practice-exam-outer-container {
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.homepage-practice-exam-inner-container {
  width: auto;
  max-width: 1000px;
  height: 100%;
  margin: 0px 50px 0px 50px;
  display: flex;
  flex-direction: column;
}

.homepage-practice-exam-img-container {
  width: 100%;
  height: 1px;
  display: flex;
}

.homepage-practice-exam-img-container img {
  width: 120px;
  height: 120px;
  margin: -20px -50px auto auto;
}

#homepage-practice-exam-img-1 {
  display: none;
}

#homepage-practice-exam-img-2 {
  display: flex;
}

.homepage-practice-exam-text-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}

.homepage-practice-exam-text-heading {
  width: 165px;
  height: auto;
  display: flex;
  margin: 0px auto auto 0px;
}

.homepage-practice-exam-text-heading h2 {
  font-size: 40px;
  font-weight: bolder;
  color: #ffffff;
  line-height: 1;
  text-align: left;
  margin: 0px auto auto 0px;
}

.homepage-practice-exam-text-p {
  width: auto;
  max-width: 600px;
  height: auto;
  display: flex;
  margin: 30px auto auto 0px;
}

.homepage-practice-exam-text-p p {
  font-size: 20px;
  color: #ffffff;
  text-align: left;
  margin: 0px auto auto 0px;
}

.homepage-practice-exam-button-container {
  width: auto;
  max-width: 600px;
  height: auto;
  padding: 30px 0px 30px 0px;
  border-bottom: 1px solid #3B6FE7;
  display: flex;
  flex-direction: row;
}

.homepage-practice-exam-button {
  width: auto;
  height: auto;
  display: flex;
  margin: 0px 30px auto 0px;
}

.homepage-practice-exam-price {
  width: auto;
  height: auto;
  display: flex;
}

.homepage-practice-exam-price p {
  margin: auto auto auto 0px;
  font-size: 26px;
  font-weight: bold;
  color: #FFAE5F;
  text-align: left;
  margin: auto auto auto 0px;
}

.homepage-practice-exam-icon-container {
  width: 100%;
  height: auto;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.homepage-practice-exam-icon-heading {
  width: auto;
  height: auto;
  display: flex;
  margin: 30px auto auto 0px;
}

.homepage-practice-exam-icon-heading p {
  font-size: 20px;
  color: #ffffff;
  text-align: left;
  margin: 0px auto auto 0px;
}

.homepage-practice-exam-icon-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 20px auto 20px 0px;
}

.homepage-practice-exam-icon {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  margin: auto auto 25px 0px;
}

.homepage-practice-exam-icon-img {
  width: 20px;
  height: auto;
  display: flex;
  margin: auto;
}

.homepage-practice-exam-icon-text {
  font-size: 18px;
  color: #ffffff;
  text-align: left;
  margin: auto auto auto 20px;
}

@media screen and (min-width: 550px) {

  .homepage-practice-exam-text-heading {
    width: auto;
  }

}

@media screen and (min-width: 1000px) {

  .homepage-practice-exam-section {
    height: auto;
  }

  .homepage-practice-exam-img-container {
    width: 100%;
    height: 1px;
    display: flex;
  }

  .homepage-practice-exam-img-container img {
    width: 270px;
    height: 270px;
    margin: 50px 0px auto auto;
  }

  #homepage-practice-exam-img-1 {
    display: flex;
  }

  #homepage-practice-exam-img-2 {
    display: none;
  }

  .homepage-practice-exam-icon-row {
    flex-direction: row;
  }

  .homepage-practice-exam-icon {
    margin: auto 30px auto 0px;
  }

  .homepage-practice-exam-icon-img {
    width: 20px;
    height: auto;
    display: flex;
    margin: auto;
  }

  .homepage-practice-exam-icon-text {
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    margin: auto auto auto 20px;
  }

}

/* Homepage reviews */

.homepage-reviews-container {
  margin: 80px auto auto auto;
  display: flex;
  flex-direction: column;
}

.homepage-reviews-div {
  width: 85%;
  max-width: 900px;
  height: auto;
  display: flex;
  flex-direction: row;
  background-color: #1AD89F;
  border: 1px solid #000000;
  border-radius: 36px;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  margin: auto;
  padding: 20px 20px;
}

.homepage-reviews-img-div {
  width: 40%;
  height: 100%;
  display: none;
}

.homepage-reviews-img-div img {
  height: 130%;
  margin: auto;
  object-fit: cover;
  position: relative;
  bottom: 15%;
}

.homepage-reviews-text-div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0px;
}

.homepage-reviews-text-heading-div {
  width: 100%;
  height: auto;
  display: flex;
}

.homepage-reviews-text-heading {
  font-size: 35px;
  font-weight: bolder;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  padding: 0px;
  margin: 20px auto 10px auto;
}

.homepage-reviews-mobile-img-div {
  width: 100%;
  height: auto;
  max-height: 230px;
  margin: 10px auto 20px auto;
  display: flex;
}

.homepage-reviews-mobile-img-div img {
  width: 80px;
  height: auto;
  object-fit: contain;
  object-position: center;
  margin: 0px auto 0px auto;
}

.homepage-reviews-text-review-div {
  width: 100%;
  height: auto;
  min-height: 40px;
  flex-grow: 1;
  display: flex;
}

.homepage-reviews-text-review {
  font-size: 20px;
  color: #ffffff;
  text-align: left;
  margin: auto auto auto 0px;
  display: none;
}

.homepage-reviews-text-review-show {
  display: flex;
}

.homepage-reviews-person-div {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  margin: auto auto 20px auto;
}

.homepage-reviews-person-text-div {
  width: auto;
  height: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.homepage-reviews-name-text-div {
  display: flex;
  margin: 10px auto auto 0px;
}

.homepage-reviews-name-text {
  font-size: 18px;
  font-weight: bolder;
  color: #ffffff;
  margin: auto auto auto 0px;
  text-align: left;
  display: none;
}

.homepage-reviews-name-text-show {
  display: flex;
}

.homepage-reviews-location-text-div {
  display: flex;
  margin: 10px auto auto 0px;
}

.homepage-reviews-location-text {
  font-size: 18px;
  font-style: italic;
  color: #ffffff;
  margin: auto auto auto 0px;
  text-align: left;
  display: none;
}

.homepage-reviews-location-text-show {
  display: flex;
}

.homepage-reviews-arrow-container {
  width: 50px;
  height: auto;
  display: flex;
}

.homepage-reviews-arrow-div {
  width: 40px;
  height: 40px;
  margin: auto 0px auto auto;
  display: flex;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -o-transition: all .7s;
  -ms-transition: all .7s;
  transition: all .7s;
}

.homepage-reviews-arrow-div:hover,
.homepage-reviews-arrow-div:focus {
  background-color: #3C4564;
  opacity: 0.6;
}

#homepage-reviews-arrow {
  width: 20px;
  height: auto;
  margin: auto auto auto auto;
  object-fit: contain;
  object-position: right;
}

.homepage-reviews-trustpilot-div {
  width: 95%;
  max-width: 900px;
  height: 100px;
  display: flex;
  flex-direction: row;
  margin: 30px auto auto auto;
}

.homepage-reviews-trustpilot-inner-div {
  width: auto;
  height: 100px;
  display: flex;
  margin: auto;
}

@media screen and (min-width: 900px) {

  .homepage-reviews-container {
    margin: 220px auto auto auto;
  }

  .homepage-reviews-div {
    height: 380px;
  }

  .homepage-reviews-text-div {
    width: 60%;
  }

  .homepage-reviews-text-heading {
    font-size: 50px;
    text-align: left;
    margin: 20px 0px 10px 0px;
  }

  .homepage-reviews-img-div {
    display: flex;
  }

  .homepage-reviews-mobile-img-div {
    display: none;
  }

}

/* Learning Environment Section */

.homepage-learning-environment-section {
  width: 100%;
  height: auto;
  display: flex;
  margin: 120px auto auto auto;
}

.homepage-learning-environment-heading {
  height: auto;
  width: 90%;
  display: flex;
  margin: 40px auto 40px 20px;
}

.homepage-learning-environment-heading h1 {
  font-size: 35px;
  color: #3C4564;
}

.homepage-learning-environment-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.homepage-learning-environment-div {
  height: 466px;
  width: 90%;
  background-color: #F9F9F9;
  display: flex;
  flex-direction: column;
  margin: 10px auto 10px auto;
}

.homepage-learning-environment-img-div {
  display: flex;
  width: 70%;
  margin: 60px auto 20px auto;
}

.homepage-learning-environment-img-div img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  object-position: center;
}

.homepage-learning-environment-div-header {
  width: 70%;
  height: 30px;
  margin: 0px auto 30px auto;
}

.homepage-learning-environment-div-header h2 {
  font-size: 22px;
  color: #3C4564;
}

.homepage-learning-environment-div-text {
  width: 70%;
  height: auto;
  flex-grow: 1;
  margin: 0px auto auto auto;
}

.homepage-learning-environment-div-text p {
  font-size: 18px;
  color: #3C4564;
  opacity: 60%;
}

.homepage-learning-environment-div-text ul {
  width: auto;
  height: auto;
  margin: 10px auto auto -20px;
  display: flex;
  flex-direction: column;
}

.homepage-learning-environment-div-text ul li {
  font-size: 18px;
  color: #3C4564;
  opacity: 60%;
  margin: auto auto auto 0px;
}

@media screen and (min-width: 900px) {

  .homepage-learning-environment-heading {
    width: 60%;
  }

  .homepage-learning-environment-heading h1 {
    font-size: 50px;
  }

  .homepage-learning-environment-div {
    height: 466px;
    width: 360px;
    background-color: #F9F9F9;
    display: flex;
    flex-direction: column;
    margin: 10px auto 10px auto;
  }

}

/* About Section */

.homepage-about-section {
  width: 100%;
  display: flex;
  margin: 60px auto auto auto;
}

.homepage-about-outer-container {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: auto auto auto;
}

.homepage-about-image-div {
  width: 90%;
  max-width: 500px;
  height: auto;
  max-height: 500px;
  display: flex;
  position: relative;
  left: 0;
  margin: 0px auto 0px auto;
}

.homepage-about-image-div img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0px auto 0px auto;
}

.homepage-about-text-container {
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.homepage-about-text-header-div {
  width: 100%;
  height: auto;
  margin: 40px auto 0px 0px;
}

.homepage-about-text-header-div h2 {
  font-size: 35px;
  color: #3C4564;
  margin: 0px;
}

.homepage-about-text-div {
  width: 100%;
  height: auto;
  min-height: none;
  margin: 0px auto 10px 0px;
}

.homepage-about-text {
  font-size: 18px;
  color: #3C4564;
  opacity: 60%;
  line-height: 1.4;
  display: block;
  margin-bottom: 7px;
}

.homepage-about-button-container {
  width: 70%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  margin-bottom: 0px;
}

.homepage-about-button {
  width: 200px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  margin: 0px auto 20px 0px;
  cursor: pointer;
  border: 1px solid #ffffff;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}

.homepage-about-button:hover {
  background-color: #F9F9F9;
}

.homepage-about-button-image,
.homepage-about-button-image-green {
  margin: auto auto auto 20px;
  fill: red;
  display: none;
}

.homepage-about-button-image-show {
  display: flex;
}

.homepage-about-button-text {
  flex-grow: 1;
  font-size: 16px;
  margin: auto auto auto 20px;
  color: #3C4564;
  text-align: left;
}

@media screen and (min-width: 720px) {

  .homepage-about-section {
    margin: 100px auto auto auto;
  }

}

@media screen and (min-width: 900px) {

  .homepage-about-section {
    margin: 200px auto auto auto;
  }

  .homepage-about-outer-container {
    flex-direction: row;
  }

  .homepage-about-image-div {
    width: 50%;
    max-width: none;
    max-height: 700px;
    margin: auto auto auto auto;
    left: 5%;
  }

  .homepage-about-image-div img {
    margin: 0px auto 0px auto;
  }

  .homepage-about-text-container {
    width: 50%;
  }

  .homepage-about-text-header-div {
    width: 70%;
  }

  .homepage-about-text-header-div h2 {
    font-size: 50px;
  }

  .homepage-about-text-div {
    width: 80%;
    min-height: 240px;
  }

}

/* Homepage Difference Section */

.homepage-difference-section {
  width: 100%;
  display: flex;
  margin-top: 80px;
}

.homepage-difference-container {
  width: 676px;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.homepage-difference-heading-div {
  width: auto;
  height: auto;
  display: flex;
  margin: auto;
}

.homepage-difference-heading-div h1 {
  font-size: 35px;
  font-weight: bolder;
  color: #3C4564;
  margin: auto;
  text-align: center;
}

.homepage-difference-text-container {
  width: 90%;
  height: 500px;
  display: flex;
  flex-direction: column-reverse;
  background-color: #F5F5F6;
  border-radius: 29px;
  margin: 40px auto 40px auto;
}

.homepage-difference-text-div {
  width: 90%;
  height: 40%;
  margin: 20px auto auto auto;
  display: flex;
  flex-direction: column;
}

.homepage-difference-text-1 {
  font-size: 20px;
  font-weight: bolder;
  color: #3C4564;
  margin: 0px auto 20px auto;
  text-align: center;
  display: none;
  opacity: 0;
}

.homepage-difference-text-1-show {
  display: flex;
}

.homepage-difference-text-2 {
  width: 90%;
  font-size: 16px;
  color: #3C4564;
  opacity: 0;
  line-height: 1.4;
  margin: 0px auto auto auto;
  text-align: center;
  display: none;
}

.homepage-difference-text-2-show {
  display: flex;
}

.homepage-difference-img-div {
  width: auto;
  height: 60%;
  display: flex;
  position: relative;
}

.homepage-difference-img {
  margin: auto;
  height: 220px;
}

.homepage-difference-dot-container {
  width: 180px;
  height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
}

.homepage-difference-dot {
  width: 15px;
  height: 15px;
  border: 1px solid #1AD89F;
  border-radius: 10px;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}

.homepage-difference-dot:hover,
.homepage-difference-dot:focus {
  background-color: #1AD89F;
}

.homepage-difference-dot-selected {
  width: 60px;
  height: 15px;
  background-color: #1AD89F;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {

  .homepage-difference-section {
    margin-top: 160px;
  }

  .homepage-difference-heading-div h1 {
    font-size: 50px;
  }

  .homepage-difference-text-container {
    width: 100%;
    height: 240px;
    flex-direction: row;
    margin: 100px auto 40px auto;
  }

  .homepage-difference-text-div {
    width: 50%;
    height: 140px;
    margin: auto auto auto 60px;
  }

  .homepage-difference-text-1 {
    width: 100%;
    text-align: left;
  }

  .homepage-difference-text-2 {
    width: 120%;
    font-size: 18px;
    margin: 0px auto auto auto;
    text-align: left;
  }

  .homepage-difference-img-div {
    height: 140%;
    bottom: 20%;
  }

  .homepage-difference-img {
    height: auto;
  }

}

/* Preview Section */

.homepage-preview-section {
  width: 100%;
  display: flex;
  margin: 80px auto auto auto;
}

.homepage-preview-outer-container {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.homepage-preview-img-div {
  width: 90%;
  max-width: 500px;
  height: auto;
  display: flex;
  margin: 0px auto 0px auto;
}

.homepage-preview-img-div img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: auto auto auto auto;
}

.homepage-preview-text-outer-container {
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.homepage-preview-text-inner-container {
  width: 100%;
  margin: auto auto auto auto;
  display: flex;
  flex-direction: column;
}

.homepage-preview-text-heading {
  width: 70%;
  height: auto;
  display: flex;
}

.homepage-preview-text-heading h2 {
  font-size: 35px;
  font-weight: bold;
  color: #3C4564;
}

.homepage-preview-text-div {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 0px auto auto auto;
}

.homepage-preview-text-div p {
  font-size: 18px;
  color: #3C4564;
  opacity: 60%;
  margin: 7px auto auto auto;
}

.homepage-preview-bullets-div {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 0px auto auto 0px;
}

.homepage-preview-bullets-div ul li {
  font-size: 18px;
  color: #3C4564;
  opacity: 60%;
  margin: 7px auto 7px auto;
}

.homepage-preview-button-container {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.preview-btn-2 {
  margin: 20px 0px auto 0px;
}

.preview-btn-top-margin {
  margin-top: 20px;
}

@media screen and (min-width: 400px) {

  .preview-btn-2 {
    margin: auto auto auto 40px;
  }

}

@media screen and (min-width: 900px) {

  .homepage-preview-section {
    margin: 200px auto auto auto;
  }

  .homepage-preview-outer-container {
    flex-direction: row;
  }

  .homepage-preview-img-div {
    width: 50%;
    max-width: none;
    max-height: 700px;
    margin: 40px auto auto auto;
  }

  .homepage-preview-image-div img {
    margin: 0px auto 0px auto;
  }

  .homepage-preview-text-outer-container {
    width: 50%;
  }

  .homepage-preview-text-inner-container {
    width: 80%;
    margin: auto 0px auto auto;
  }

  .homepage-preview-text-heading h2 {
    font-size: 50px;
  }

  .homepage-preview-text-div {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0px auto auto 0px;
  }

}

/* Guarnatee section */

.homepage-guarantee-section {
  width: 100%;
  height: 835px;
  background-color: #1AD89F;
  margin-top: 140px;
}

.homepage-guarantee-section-blue {
  width: 100%;
  height: 835px;
  background-color: #1A53D8;
  margin-top: 140px;
}

.homepage-guarantee-outer-container {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.homepage-guarantee-title-div {
  width: 90%;
  max-width: 420px;
  height: auto;
  display: flex;
  margin: 40px auto auto auto;
}

.homepage-guarantee-title-div h1 {
  font-size: 35px;
  color: #ffffff;
  font-weight: 800;
  margin: auto;
  text-align: center;
  line-height: 1;
}

.homepage-guarantee-inner-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-grow: 1;
  flex-direction: column-reverse;
}

.homepage-guarantee-img-div {
  width: auto;
  height: 120px;
  display: flex;
  position: relative;
  bottom: -10px;
}

.homepage-guarantee-img-div img {
  width: auto;
  height: 300px;
  object-fit: scale-down;
  margin: auto;
}

.homepage-guarantee-text-container {
  width: 90%;
  max-width: 520px;
  height: 350px;
  display: flex;
  flex-direction: column;
  margin: 30px auto auto auto;
}

.homepage-guarantee-text-div {
  width: auto;
  margin: auto;
  padding-bottom: 30px;
  padding-right: 0px;
  display: flex;
}

.homepage-guarantee-text-div p {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.4;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 400px) {

  .homepage-guarantee-section,
  .homepage-guarantee-section-blue {
    height: 700px;
  }

  .homepage-guarantee-text-container {
    height: 250px;
  }

}

@media screen and (min-width: 1100px) {

  .homepage-guarantee-section,
  .homepage-guarantee-section-blue {
    height: 380px;
  }

  .homepage-guarantee-outer-container {
    flex-direction: row;
  }

  .homepage-guarantee-inner-container {
    width: 66.7%;
    height: auto;
    display: flex;
    flex-direction: row;
  }

  .homepage-guarantee-title-div {
    width: 33.3%;
    margin: auto auto auto auto;
  }

  .homepage-guarantee-title-div h1 {
    font-size: 50px;
  }

  .homepage-guarantee-img-div {
    width: 50%;
    height: auto;
    bottom: 32px;
  }

  .homepage-guarantee-img-div img {
    object-fit: contain;
    width: auto;
    height: auto;
  }

  .homepage-guarantee-text-container {
    width: 50%;
    height: 70%;
    margin: auto auto auto auto;
  }

  .homepage-guarantee-text-div {
    padding-right: 30px;
  }

}

/* Courses Section */

.homepage-courses-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}

.homepage-courses-outer-container {
  width: 100%;
  height: auto;
  margin: auto auto auto auto;
  display: flex;
  flex-direction: column;
}

.homepage-courses-heading {
  width: auto;
  height: auto;
  display: flex;
  margin: auto;
}

.homepage-courses-heading h1 {
  font-size: 35px;
  color: #3C4564;
  margin: auto;
  text-align: center;
}

.homepage-courses-full-row {
  width: 100%;
  max-width: 1100px;
  height: auto;
  display: flex;
  margin: auto;
  flex-direction: column;
  justify-content: space-around;
}

.homepage-courses-full-row-course-container {
  width: 90%;
  max-width: 420px;
  height: auto;
  min-height: 360px;
  margin: 60px auto auto auto;
  background-color: #1A53D8;
  border-radius: 10px;
}

.homepage-courses-full-row-course-inner-container {
  width: auto;
  height: auto;
  min-height: 280px;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  margin: 40px 30px 40px 30px;
}

.homepage-courses-full-row-course-left-side {
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  margin: auto;
  border-right: none;
}

.homepage-courses-full-row-course-title {
  width: auto;
  height: auto;
  display: flex;
}

.homepage-courses-full-row-course-title h1 {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
  margin: 10px auto auto 0px;
}

.homepage-courses-full-row-course-price {
  width: auto;
  height: auto;
  display: flex;
}

.homepage-courses-full-row-course-price h6 { 
  font-size: 35px;
  color: #FFAE5F;
  text-align: left;
  font-weight: 800;
  margin: 10px auto 0px 0px;
}

.homepage-courses-full-row-course-subtitle {
  width: auto;
  height: auto;
  display: flex;
}

.homepage-courses-full-row-course-subtitle h5 {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
  margin: 10px auto auto 0px;
}

.homepage-courses-full-row-course-right-side {
  width: 40%;
  height: 100%;
  display: none;
  margin: auto;
}

.homepage-courses-full-row-course-text {
  width: auto;
  height: auto;
  display: flex;
  margin: 20px auto 20px auto;
  padding-right: 10px;
}

.homepage-courses-full-row-course-text p {
  font-size: 18px;
  color: #ffffff;
  opacity: 80%;
  margin: 7px auto 7px auto;
}

.homepage-course-full-row-course-checklist-left {
  display: flex;
}

.homepage-course-full-row-course-checklist-right {
  display: none;
}

.homepage-course-full-row-course-checklist-left,
.homepage-course-full-row-course-checklist-right {
  margin: auto auto 20px 20px;
  width: auto;
  height: auto;
  flex-direction: column;
}

.homepage-course-full-row-course-checklist-left p,
.homepage-course-full-row-course-checklist-right p {
  font-size: 18px;
  color: #ffffff;
  margin: 5px auto 5px 0px;
}

.homepage-course-full-row-course-checklist-left p span,
.homepage-course-full-row-course-checklist-right p span {
  color: #1AD89F;
}

@media screen and (min-width: 920px) {

  .homepage-courses-full-row-course-price h6 { 
    font-size: 50px;
  }

  .homepage-courses-full-row-course-container {
    max-width: 1100px;
  }

  .homepage-courses-full-row-course-left-side {
    width: 60%;
    border-right: 1px solid #6699CC;
  }

  .homepage-courses-full-row-course-right-side {
    width: 40%;
    display: flex;
  }

  .homepage-course-full-row-course-checklist-left {
    display: none;
  }
  
  .homepage-course-full-row-course-checklist-right {
    display: flex;
  }

  .homepage-course-full-row-course-checklist-left p,
  .homepage-course-full-row-course-checklist-right p {
    margin: 8px auto 8px 0px;
  }

}

.homepage-courses-row {
  width: 100%;
  max-width: 1100px;
  height: auto;
  display: flex;
  margin: auto;
  flex-direction: column;
  justify-content: space-around;
}

.homepage-course-container {
  width: 90%;
  max-width: 420px;
  height: auto;
  min-height: 840px;
  display: flex;
  flex-direction: column;
  border-radius: 0px;
  background-color: #ffffff;
  border: 2px solid #F5F5F6;
  margin: 60px auto auto auto;
}

.course-container-grey {
  background-color: #F5F5F6;
}

.course-container-blue {
  background-color: #1A53D8;
}

.homepage-course-inner-container {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 40px 30px 30px 30px;
}

.homepage-course-title {
  width: auto;
  height: auto;
  display: flex;
}

.homepage-course-title h1 {
  font-size: 20px;
  color: #3C4564;
  line-height: 1.2;
  text-align: left;
  margin: 10px auto auto 0px;
}

.homepage-course-price {
  height: auto;
  width: auto;
  display: flex;
  flex-direction: row;
}

.homepage-price {
  font-size: 35px;
  color: #1AD89F;
  text-align: left;
  font-weight: 800;
  margin: 10px 0px 0px 00px;
}

.normal-price {
  font-size: 35px;
  color: #D81A37;
  text-align: left;
  font-weight: 400;
  text-decoration: line-through;
  margin: 10px 0px 0px 0px;
  opacity: 70%;
}

.new-price {
  font-size: 35px;
  color: #1AD89F;
  text-align: left;
  font-weight: 800;
  margin: 10px auto 0px 10px;
}

.homepage-course-temp-price-text {
  width: auto;
  height: auto;
  display: flex;
}

.homepage-course-temp-price-text p {
  font-size: 18px;
  font-weight: bold;
  color: #1AD89F;
  margin: 7px auto 7px 0px;
}

.homepage-course-subtitle {
  width: auto;
  height: auto;
  display: flex;
}

.homepage-course-subtitle h6 {
  font-size: 20px;
  color: #3C4564;
  line-height: 1.2;
  text-align: left;
  margin: 10px auto auto 0px;
}

.homepage-course-text-div {
  width: auto;
  height: auto;
  display: flex;
}

.homepage-course-text-div p {
  font-size: 18px;
  color: #3C4564;
  opacity: 60%;
  margin: 7px auto 7px auto;
}

.homepage-course-text-div p a {
  text-decoration: none;
  color: #1A53D8;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}

.homepage-course-text-div p a:hover {
  color: #1AD89F;
}

.homepage-course-ul {
  width: auto;
  height: auto;
  display: flex;
}

.homepage-course-ul ul li {
  font-size: 18px;
  color: #3C4564;
  opacity: 80%;
  margin: 7px auto 7px auto;
}

.homepage-course-btn {
  margin: auto auto 0px 0px;
}

    /* Blue Container for practice exam course container*/

.homepage-course-practice-exam-img {
  width: 100%;
  height: 1px;
  display: flex;
  margin: 0px auto 0px 0px;
}

.homepage-course-practice-exam-img img {
  width: 100px;
  height: 100px;
  margin: -57px -20px auto auto;
}

.homepage-course-title-white {
  width: auto;
  max-width: 240px;
  height: auto;
  display: flex;
  margin: 0px auto 0px 0px;
}

.homepage-course-title-white h1 {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
  margin: 10px auto auto 0px;
}

#orange-price {
  font-size: 35px;
  color: #FFAE5F;
  text-align: left;
  font-weight: 800;
  margin: 10px auto 0px 0px;
}

.homepage-course-subtitle-white {
  width: auto;
  height: auto;
  display: flex;
}

.homepage-course-subtitle-white h6 {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
  margin: 10px auto auto 0px;
}

.homepage-course-text-div-white {
  width: auto;
  height: auto;
  display: flex;
  padding-bottom: 50px;
  border-bottom: 1px solid #3B6FE7;
}

.homepage-course-text-div-white p {
  font-size: 18px;
  color: #ffffff;
  opacity: 80%;
  margin: 7px auto 7px auto;
}

.homepage-course-practice-exam-icon-container {
  width: 100%;
  height: auto;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.homepage-course-practice-exam-icon-heading {
  width: auto;
  height: auto;
  display: flex;
  margin: 30px auto auto 0px;
}

.homepage-course-practice-exam-icon-heading p {
  font-size: 20px;
  color: #ffffff;
  text-align: left;
  margin: 0px auto auto 0px;
}

.homepage-course-practice-exam-icon-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 20px auto 20px 0px;
}

.homepage-course-practice-exam-icon {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  margin: auto auto 25px 0px;
}

.homepage-course-practice-exam-icon-img {
  width: 20px;
  height: auto;
  display: flex;
  margin: auto;
}

.homepage-course-practice-exam-icon-text {
  font-size: 18px;
  color: #ffffff;
  text-align: left;
  margin: auto auto auto 20px;
}

.homepage-course-practice-exam-button-container {
  margin: auto auto 0px 0px;
}

@media screen and (min-width: 340px) {

  .homepage-course-container {
    border-radius: 10px;
  }

}

@media screen and (min-width: 992px) {

  .homepage-courses-section {
    margin-top: 60px;
  }

  .homepage-courses-heading h1 {
    font-size: 50px;
  }

  .homepage-courses-row {
    flex-direction: row;
  }

  .homepage-course-container {
    width: 50%;
    max-width: 460px;
    min-height: 880px;
  }

  .homepage-course-inner-container {
    margin: 60px 50px 50px 50px;
  }

  .homepage-price {
    font-size: 50px;
  }

  .normal-price {
    font-size: 50px;
  }

  .new-price {
    font-size: 50px;
  }

  #orange-price {
    font-size: 50px;
  }

      /* for blue course container*/

  .homepage-course-practice-exam-img img {
    margin: -77px -20px auto auto;
  }

}

/* Video Section */

.homepage-video-section {
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.homepage-video-container {
  width: 90%;
  max-width: 930px;
  height: 380px;
  background-color: #1AD89F;
  border: 2px solid #ffffff;
  border-radius: 36px;
  margin: auto;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}

.homepage-video-iframe-container {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  display: none;
  flex-direction: column;
  z-index: 100;
}

.homepage-video-iframe-div-2 {
  height: auto;
  max-height: 315px;
  width: 100%;
  max-width: 560px;
  display: flex;
  margin: auto auto 10px auto;
}

.homepage-video-iframe {
  display: flex;
  margin: auto
}

.homepage-video-iframe-exit-div {
  width: auto;
  height: auto;
  margin: 20px auto auto auto;
  display: flex;
}

.homepage-video-img-div {
  width: 90%;
  height: 100%;
  display: flex;
  margin: auto;
  position: relative;
  top: 20%;
}

.homepage-video-img-div img {
  object-fit: cover;
  object-position: top;
}

.homepage-video-shadow {
  width: 100%;
  height: 100%;
  background-color: #3F4D79;
  opacity: 70%;
  position: relative;
  bottom: 100%;
}

.homepage-video-top-layer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  bottom: 200%;
}

.homepage-video-text-div {
  width: calc(100% - 100px);
  margin: 40px auto auto 40px;
  display: flex;
}

.homepage-video-text-div h6 {
  font-size: 35px;
  font-weight: 800;
  color: #ffffff;
  margin: 0px auto auto auto;
  line-height: 1;
}

.homepage-video-play-btn-div {
  width: 20%;
  min-width: 115px;
  height: 100%;
  display: flex;
}

.homepage-video-play-btn {
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 40px;
  background-color: #ffffff;
  margin: auto 40px 40px auto;
  border: 1px solid #ffffff;
  box-shadow: 0px 16px 17px 0px rgba(3,12,31,0.16);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}

.homepage-video-play-btn-arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid #3C4564;
  border-bottom: 10px solid transparent;
  margin: auto;
  position: relative;
  left: 4px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}

    /* Hover effect */

.homepage-video-container:hover {
  border: 2px solid #D81A37;
}

.homepage-video-container:hover .homepage-video-play-btn {
  border: 1px solid #D81A37;
  box-shadow: 0px 16px 17px 0px rgba(216,26,55,.25); /* Green */
}

.homepage-video-container:hover .homepage-video-play-btn-arrow {
  border-top: 10px solid transparent;
  border-left: 20px solid #D81A37;
  border-bottom: 10px solid transparent;
}

@media screen and (min-width: 768px) {

  .homepage-video-section {
    margin-top: 160px;
  }

  .homepage-video-text-div h6 {
    font-size: 50px;
  }

  .homepage-video-play-btn {
    width: 75px;
    height: 75px;
    display: flex;
    border-radius: 40px;
    background-color: #ffffff;
    margin: auto 40px 40px auto;
    box-shadow: 0px 16px 17px 0px rgba(3,12,31,0.16);
  }

  .homepage-video-play-btn-arrow {
    border-top: 15px solid transparent;
    border-left: 25px solid #3C4564;
    border-bottom: 15px solid transparent;
    left: 4px;
  }

  .homepage-video-container:hover .homepage-video-play-btn-arrow {
    border-top: 15px solid transparent;
    border-left: 25px solid #D81A37;
    border-bottom: 15px solid transparent;
  }

}

/* FAQs section */

.homepage-faqs-section {
  width: 100%;
  display: flex;
  margin-top: 140px;
  margin-bottom: 140px;
}

.homepage-faqs-heading {
  height: auto;
  width: auto;
  display: flex;
  margin: auto;
}

.homepage-faqs-heading h3 {
  font-size: 35px;
  margin: auto;
  text-align: center;
  color: #3C4564;
}

.homepage-faqs-container {
  width: 90%;
  max-width: 790px;
  display: flex;
  flex-direction: column;
  margin: 80px auto auto auto;
}

.homepage-faqs-div {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 4px auto 4px auto;
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}

.homepage-faqs-question-div {
  display: flex;
  flex-direction: row;
  margin: 20px 20px 20px 20px;
}

.homepage-faqs-question-text {
  width: 200px;
  height: auto;
  display: flex;
  flex-grow: 1;
}

.homepage-faqs-question-text p {
  font-size: 18px;
  color: #3C4564;
  margin: auto auto auto 20px;
  text-align: left;
}

.homepage-faqs-symbol {
  width: 50px;
  height: auto;
  display: flex;
}

.homepage-faqs-symbol-text {
  font-size: 26px;
  margin: 0px auto 0px auto;
  color: #3C4564;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}

.homepage-faqs-answer-div {
  display: none;
  flex-direction: column;
  padding: 0px 20px 0px 20px;
}

.homepage-faqs-answer {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: auto 20px auto 20px;
}

.homepage-faqs-answer p {
  font-size: 18px;
  color: #3C4564;
  opacity: 60%;
  text-align: left;
}

.homepage-faqs-answer p a {
  font-size: 18px;
  color: #1A53D8;
  opacity: 100%;
  text-decoration: none;
}

.homepage-faqs-answer p a:hover {
  text-decoration: underline;
}

.homepage-faqs-div:hover .homepage-faqs-symbol-text{
  color: #1AD89F;
}

@media screen and (min-width: 768px) {

  .homepage-faqs-heading h3 {
    font-size: 50px;
  }

}

/* Sticky Modal on Homepage*/

.homepage-sticky-modal-section {
  width: 100%;
  height: auto;
  min-height: 100px;
  display: flex;
  position: fixed;
  bottom: 0px;
  z-index: 1000;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.homepage-sticky-modal-outer-container {
  width: 90%;
  max-width: 900px;
  height: 90%;
  display: flex;
  flex-direction: column;
  margin: 20px auto 20px auto;
  background-color: #F9F9F9;
  box-shadow: 3px 10px 40px 0px rgba(0, 21, 77, .4);
  border: 1px solid #1AD89F;
  border-radius: 10px;
}

.homepage-sticky-modal-inner-container {
  width: 90%;
  max-width: 900px;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: auto auto auto auto;
}

.homepage-sticky-modal-text {
  width: auto;
  height: auto;
  display: flex;
  flex-grow: 1;
  margin: auto auto auto auto;
}

.homepage-sticky-modal-text p {
  font-size: 16px;
  color: #3C4564;
  opacity: 60%;
  line-height: 1.4;
  text-align: center;
  margin: 10px auto 10px auto;
}

.homepage-sticky-modal-text p span {
  color: #1AD89F;
  font-weight: bolder;
}

/* Sticky Cookie Modal on Homepage*/

.homepage-cookie-modal-section {
  width: 100%;
  height: auto;
  min-height: 100px;
  display: flex;
  position: fixed;
  bottom: 0px;
  z-index: 1000;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.homepage-cookie-modal-outer-container {
  width: 90%;
  max-width: 900px;
  height: 90%;
  display: flex;
  flex-direction: column;
  margin: 20px auto 20px auto;
  background-color: #F9F9F9;
  box-shadow: 3px 10px 40px 0px rgba(0, 21, 77, .4);
  border: 1px solid #1AD89F;
  border-radius: 10px;
}

.homepage-cookie-modal-inner-container {
  width: 90%;
  max-width: 900px;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: auto auto auto auto;
}

.homepage-cookie-modal-text {
  width: auto;
  height: auto;
  display: flex;
  flex-grow: 1;
  margin: auto auto auto auto;
}

.homepage-cookie-modal-text p {
  font-size: 16px;
  color: #3C4564;
  opacity: 60%;
  line-height: 1.4;
  text-align: center;
  margin: 10px auto 10px auto;
}

.homepage-cookie-modal-text p span {
  color: #1AD89F;
  font-weight: bolder;
}

/* Resources page */

.homepage-resources {
  width: 100%;
  height: auto;
  display: flex;
  margin: 180px auto auto auto;
}

.homepage-resources-heading {
  width: auto;
  height: auto;
  display: flex;
  margin: auto;
}

.homepage-resources-heading h2 {
  font-size: 35px;
  color: #3C4564;
  margin: auto;
  text-align: center;
}

.homepage-resources-container {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 120px auto auto auto;
}

.homepage-resources-div {
  height: 380px;
  width: 90%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  margin: 20px auto auto auto;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.homepage-resources-img-div {
  height: 210px;
  width: 100%;
  background-color: #F9F9F9;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.homepage-resources-img-1 {
  width: 90%;
  height: 90%;
  display: flex;
  margin: 10px auto auto auto;
  overflow: hidden;
  object-fit: contain;
  object-position: center;
}

.homepage-resources-img-1 img {
  width: auto;
  height: 90%;
  object-fit: contain;
  object-position: center;
  margin: auto;
}

.homepage-resources-text-div {
  height: 170px;
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  margin: auto;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.homepage-resources-topics-div {
  width: 90%;
  height: auto;
  margin: 10px auto 0px auto;
  display: flex;
}

.homepage-resources-topics {
  font-size: 18px;
  color: #1AD89F;
  line-height: 1.2;
  text-align: left;
  margin: 10px auto auto 0px;
  text-decoration: none;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.homepage-resources-title-div {
  width: 90%;
  height: auto;
  margin: 10px auto auto auto;
  display: flex;
}

.homepage-resources-title {
  font-size: 24px;
  color: #3C4564;
  line-height: 1.2;
  text-align: left;
  margin: 10px auto auto 0px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -o-transition: all .7s;
  -ms-transition: all .7s;
  transition: all .7s;
}

.homepage-resources-btn {
  width: 100%;
  height: 40px;
  display: flex;
  margin: 40px auto auto auto;
}

.homepage-resources-div:hover {
  border: 1px solid #1AD89F;
}

.homepage-resources-div:hover .homepage-resources-text-div {
  background-color: #1AD89F;
}

.homepage-resources-div:hover .homepage-resources-topics {
  color: #ffffff;
}

.homepage-resources-div:hover .homepage-resources-title {
  color: #ffffff;
}

@media screen and (min-width: 992px) {

  .homepage-resources-heading h2 {
    font-size: 50px;
  }

}

@media screen and (min-width: 900px) {

  .homepage-resources-div {
    height: 380px;
    width: 320px;
  }

}

/* Group Training Section */

.homepage-group-training-section {
  width: 100%;
  height: auto;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  background-color: #F5F5F6;
  margin: 180px auto auto auto;
}

.homepage-group-training-outer-container {
  width: 90%;
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: auto auto auto auto;
}

.homepage-group-training-heading {
  width: 100%;
  max-width: 550px;
  height: auto;
  display: flex;
  margin: 70px auto auto auto;
}

.homepage-group-training-heading h3 {
  font-size: 35px;
  color: #3C4564;
  margin: auto;
  text-align: center;
}

.homepage-group-training-img {
  height: auto;
  max-height: 400px;
  width: 100%;
  max-width: 700px;
  display: flex;
  margin: 50px auto auto auto;
}

.homepage-group-training-img img {
  height: auto;
  width: 100%;
  max-width: 700px;
  object-fit: contain;
  object-position: center;
  margin: auto;
}

.homepage-group-training-text {
  width: 100%;
  max-width: 550px;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 50px auto auto auto;
}

.homepage-group-training-text p {
  font-size: 18px;
  color: #3C4564;
  opacity: 90%;
  margin: 7px auto 7px auto;
  text-align: center;
  line-height: 1.2;
}

.homepage-group-training-btn-div {
  width: 100%;
  height: 40px;
  display: flex;
  margin: 40px auto 70px auto;
}

@media screen and (min-width: 900px) {
  
  .homepage-group-training-heading h3 {
    font-size: 50px;
  }

}

/* Other courses section for landing pages */

.landing-page-other-courses-section {
  width: 100%;
  display: flex;
  margin-top: 140px;
  margin-bottom: 140px;
  background-color: #ffffff;
}

.landing-page-other-courses-heading {
  height: auto;
  width: auto;
  display: flex;
  margin: 20px auto auto auto;
}

.landing-page-other-courses-heading h3 {
  font-size: 35px;
  margin: auto;
  text-align: center;
  color: #3C4564;
}

.landing-page-other-courses-package-discount-div {
  height: auto;
  width: auto;
  max-width: 90%;
  display: flex;
  margin: 20px auto auto auto;
}

.landing-page-other-courses-package-discount-div p {
  font-size: 18px;
  margin: auto;
  text-align: center;
  color: #1A53D8;
}

.landing-page-other-courses-container {
  width: 90%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  margin: 40px auto 40px auto;
  flex-wrap: wrap;
  justify-content: center;
}

.landing-page-other-courses-container-div {
  width: 290px;
  height: 480px;
  border-radius: 10px;
  background-color: #F5F5F6;
  background-color: #ffffff;
  margin: 10px 15px 10px 20px;
  border: 1px solid #1A53D8;
}

.landing-page-other-courses-container-inner-div {
  width: auto;
  height: 450px;
  display: flex;
  flex-direction: column;
  padding: 15px 20px 15px 20px;
}

.landing-page-other-courses-course-title {
  width: auto;
  height: auto;
  display: flex;
}

.landing-page-other-courses-course-title h3 {
  font-size: 20px;
  color: #3C4564;
  line-height: 1.2;
  text-align: left;
  margin: 10px auto auto 0px;
  color: #3C4564
}

.landing-page-other-courses-course-price {
  width: auto;
  height: auto;
  display: flex;
}

.landing-page-other-courses-course-price p {
  font-size: 28px;
  color: #1AD89F;
  text-align: left;
  font-weight: 800;
  margin: 10px 0px 0px 0px;
}

.landing-page-other-courses-course-subtitle {
  width: auto;
  height: auto;
  display: flex;
}

.landing-page-other-courses-course-subtitle h6 {
  font-size: 16px;
  color: #3C4564;
  line-height: 1.2;
  text-align: left;
  margin: 10px auto auto 0px;
  color: #3C4564;
}

.landing-page-other-courses-course-ul {
  width: auto;
  height: auto;
  display: flex;
  margin: auto;
}

.landing-page-other-courses-course-ul ul {
  padding-left: 20px;
  margin: 5px auto auto auto;
}

.landing-page-other-courses-course-ul ul li {
  font-size: 16px;
  color: #3C4564;
  opacity: 80%;
  margin: 7px auto 7px auto;
}

@media screen and (min-width: 768px) {

  .landing-page-other-courses-heading h3 {
    font-size: 50px;
  }

  .landing-page-other-courses-package-discount-div {
    max-width: 700px;
  }

  .landing-page-other-courses-package-discount-div p {
    font-size: 22px;
  }

}


/* Discount Bar */

.heading-discount-bar {
  height: auto;
  min-height: 45px;
  width: 100%;
  background-color: #f9f9f9;
  position: sticky;
  top: 0;
  border-bottom: 1px solid #D8D8D8;
  z-index: 10000;
}

.heading-discount-bar-text-div {
  width: 90%;
  height: 100%;
  min-height: 35px;
  display: flex;
  margin: auto;
  padding: 5px;
}

.heading-discount-bar-text {
  font-size: 16px;
  color: #3C4564;
  line-height: 24px;
  text-align: center;
  margin: auto;
  font-weight: 700px;
  letter-spacing: .5ex;
}

.heading-discount-bar-text span {
  color: #1A53D8;
}

/* Announcement Bar */
.heading-announcement-bar {
  height: auto;
  min-height: 45px;
  width: 100%;
  background-color: #1AD89F;
}

.heading-announcement-bar-text-div {
  width: 90%;
  height: 100%;
  min-height: 35px;
  display: flex;
  margin: auto;
  padding: 5px;
}

.heading-announcement-bar-text {
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  margin: auto;
  font-weight: 400px;
  letter-spacing: .5ex;
}

.heading-announcement-bar-text span {
  color: #1A53D8;
}
