.divider-section {
  max-width: 900px;
  margin: auto;
  border: 0;
  width: 100%;
  height: 1px;
  background: #eeebe9;
}

.round-green-btn {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  letter-spacing: 2.2857144px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border: solid 1px #408a00;
  background: #408a00;
  padding: 0 20px;
  height: 45px;
  cursor: pointer;
  min-width: 210px;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .round-green-btn {
    min-width: auto;
    font-size: 14px;
    padding: 0 30px;
  }
}
.round-green-btn:hover, .round-green-btn:focus {
  color: #ffffff;
  border-color: #367202;
  background: #367202;
}

.heading-title h3 {
  color: #393e51;
  font-size: 37px;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 15px;
  font-family: "DM Serif Display", serif;
}
@media (max-width: 992px) {
  .heading-title h3 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .heading-title h3 {
    font-size: 28px;
    line-height: 38px;
  }
}

.faq-landing-wrapper .faq-inner {
  max-width: 850px;
  margin: auto;
}

.faq-listing ul li {
  padding: 15px 0;
}

.landing-faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.landing-faq-item .landing-faq-counter {
  max-width: 40px;
  -webkit-box-flex: 40px;
      -ms-flex: 40px;
          flex: 40px;
}
.landing-faq-item .landing-faq-counter span {
  width: 40px;
  height: 40px;
  background: #b86a4f;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.6785714px;
}
.landing-faq-item .landing-faq-content {
  max-width: calc(100% - 40px);
  -webkit-box-flex: calc(100% - 40px);
      -ms-flex: calc(100% - 40px);
          flex: calc(100% - 40px);
  padding-left: 20px;
}
.landing-faq-item .landing-faq-content h4 {
  color: #393e51;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.78571427px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .landing-faq-item .landing-faq-content h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.landing-faq-item .landing-faq-content p {
  color: #5d5e65;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5714286px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .landing-faq-item .landing-faq-content p {
    font-size: 15px;
    line-height: 22px;
  }
}

.star-features-list {
  max-width: 570px;
  margin: auto;
}
.star-features-list ul li {
  padding: 10px 0;
}

.star-feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.star-feature-item .star-feature-icon {
  max-width: 35px;
  -webkit-box-flex: 35px;
      -ms-flex: 35px;
          flex: 35px;
}
.star-feature-item .star-feature-icon span {
  display: inline-block;
}
.star-feature-item .star-feature-content {
  max-width: calc(100% - 35px);
  -webkit-box-flex: calc(100% - 35px);
      -ms-flex: calc(100% - 35px);
          flex: calc(100% - 35px);
  padding-left: 10px;
}
.star-feature-item .star-feature-content p {
  color: #5d5e65;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.64285713px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .star-feature-item .star-feature-content p {
    font-size: 18px;
    line-height: 24px;
  }
}

.key-features-list {
  max-width: 830px;
  margin: auto;
}
.key-features-list ul li {
  padding: 10px 0;
}

.key-item {
  display: block;
  text-align: center;
}
.key-item .key-icon span {
  display: inline-block;
}
.key-item .key-content p {
  color: #5d5e65;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.64285713px;
  margin-bottom: 10px;
}

.steps-process-listing {
  max-width: 950px;
  margin: auto;
}
.steps-process-listing ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.steps-process-listing ul li {
  max-width: 33.33%;
  -webkit-box-flex: 33.33%;
      -ms-flex: 33.33%;
          flex: 33.33%;
  margin: 30px 0;
  padding: 0 15px;
}
@media (max-width: 800px) {
  .steps-process-listing ul li {
    max-width: 50%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .steps-process-listing ul li {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding: 0;
    margin: 10px 0;
  }
}

.step-item .step-content {
  text-align: center;
}
.step-item .step-content h2 {
  color: #393e51;
  font-family: "DM Serif Display", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 57px;
}
.step-item .step-content p {
  color: #6b6d76;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
}
.step-item .step-content .badge-date {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  border-radius: 6px;
  background: #ffe09a;
}

.main-landing-banner {
  position: relative;
}
.main-landing-banner .landing-banner-content {
  text-align: center;
  max-width: 780px;
  margin: auto;
}
.main-landing-banner .landing-banner-content h1 {
  color: #393e51;
  font-family: "DM Serif Display", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 57px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .main-landing-banner .landing-banner-content h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  .main-landing-banner .landing-banner-content h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.main-landing-banner .landing-banner-content p {
  color: #393e51;
  font-family: "Optima";
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .main-landing-banner .landing-banner-content p {
    font-size: 18px;
    line-height: 24px;
  }
}

.countdown-timer {
  margin-bottom: 15px;
}
.countdown-timer .countdown-inner .timer-box {
  width: 54px;
  height: 53px;
  border-radius: 6px;
  background: #b86a4f;
  display: inline-block;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.6785714px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.countdown-timer .countdown-inner .timer-box span {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.35714287px;
  display: block;
}
.avatar-detail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.avatar-detail-wrapper .avatar-detail-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 348px;
  margin: auto;
}
.avatar-detail-wrapper .avatar-detail-content .avatar-image {
  max-width: 80px;
  -webkit-box-flex: 80px;
      -ms-flex: 80px;
          flex: 80px;
}
.avatar-detail-wrapper .avatar-detail-content .avatar-image img {
  width: 77px;
  height: 77px;
  border-radius: 50%;
}
.avatar-detail-wrapper .avatar-detail-content .avatar-content {
  max-width: calc(100% - 80px);
  -webkit-box-flex: calc(100% - 80px);
      -ms-flex: calc(100% - 80px);
          flex: calc(100% - 80px);
  padding-left: 15px;
  text-align: left;
}
.avatar-detail-wrapper .avatar-detail-content .avatar-content h3 {
  color: #393e51;
  font-family: "Optima";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5263158px;
}
.avatar-detail-wrapper .avatar-detail-content .avatar-content p {
  color: #393e51;
  font-family: "Optima";
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.39473686px;
  max-width: 100%;
  margin: 0;
  text-align: left;
}

.landing-top-header {
  margin-bottom: 10px;
  text-align: center;
}
.landing-top-header a img {
  margin: auto;
}
@media (max-width: 768px) {
  .landing-top-header a img {
    height: 45px;
  }
}

.share-wrapper {
  position: relative;
}
.share-wrapper a {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .share-wrapper a {
    top: 25px;
  }
}

.share-btn {
  color: #393e51;
  font-family: "Optima";
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.42105263px;
  border-radius: 20px;
  background: #f5d7c1;
  padding: 2px 20px;
}
.share-btn:hover {
  background: #b86a4f;
  color: #fff;
}

.registerbtn {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .registerbtn {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .section-space-30 {
    padding: 20px 0;
  }
}