#main-content.container {
    width: 100%;
    padding: 0;
    margin: 0;
}
div#main-content.container {
    margin-bottom: -3em;
}

.landing .top-banner-image-new {
    /* margin: 0 -15px; */
    min-width: 100%;
    width: 100%;
    position: relative;
    /* left: -30px; */
    height: 400px;
    background-size: cover !important;
    background-position: 50% !important;
    /* margin-bottom: 2em; */
}
.landing .intro-contain p {
    font-size: 16px;
}
.landing .image-and-text {
    display: flex;
    max-width: 700px;
    margin: 2em auto;
    align-items: center;
    justify-content: center;
}

.landing .image-and-text img {
    height: auto;
    max-width: 250px;
    padding: 0 2em;
}
.landing .image-and-text h3 {
    text-align: left;
    color: #1e3565 !important;
}
.landing .button-container {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    gap: 10px;
}
.landing .button-container a.btn {
    border-radius: 0;
    min-height: 0;
    margin: 5px 0 !important;
    min-width: 250px;
    padding: 10px 25px !important;
}
.landing .content-area {
    padding: 2em 0;
}

.landing .stats-features {
    /* margin: 0 -15px; */
    min-width: 100%;
    width: 100%;
    position: relative;
    /* left: -30px; */
    background-color: #1e3565;
}
.landing .stats-features h3 {
    text-align: center;
    color: #fff !important;
    margin-top:2em;
    display: block;
}
.landing .stats-contain {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    padding-bottom: 2.5em;
    gap: 5%;
}

.landing .stats-contain .stats {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1em;
}

.landing .stats .stat-text {
    max-width: 160px;
    padding: 0 20px;
}

.landing .stats-contain .stats p {
    color: #fff;
}

.landing .stats-contain .stats .percentage p {
    font-size: 5em;
    font-weight: 700;
    color: #01ab67;
}
.landing .stats-contain .stats .percentage p span {
    font-size: 32px;
    top: -1.25em;
    position: relative;
}


.landing .circle-points {
    padding: 2em 0;
}
.landing .circle-points h3 {
    text-align: center !important;
    display: block;
}
.landing .circle-points .circle-points-contain {
    display: flex;
    justify-content: center;
    padding: 1em 0;
    gap: 5%;
}
.landing .circle-points .circle-points-contain .cp-group {
    text-align: center;
}
.landing .circle-points .circle-points-contain .circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 8px solid #01ab67;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.landing .circle-points .circle-points-contain .circle span {
    font-weight: 700;
    font-size: 1.25em;
}

.landing .circle-points .circle-points-contain .circle-text {
    text-align: center;
    padding: .5em 1em;
    max-width: 185px;
    max-width: 0 auto;
}


.landing .perk-points {
    padding: 2em 0;
    /* margin: 0 -15px; */
    min-width: 100%;
    width: 100%;
    position: relative;
    /* left: -30px; */
    background-color: #01ab67;
}
.landing .perk-points h3 {
    display: block;
    text-align: center;
    color: #fff !important;
    margin-bottom: 1.5em;
}
.landing .perk-points .perk-points-contain {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    padding-bottom: 1.5em;
    gap: 20px;
}

.landing .perk-points .perk-points-contain .pp-group {
    padding: 0 1em;
}

.landing .perk-points .perk-points-contain .pp-group .top-heading {
    text-transform: uppercase;
    font-weight: 700;
}

.landing .perk-points .perk-points-contain .pp-group .top-heading p {
    color: #fff;
    text-align: center;
}

.landing .perk-points .perk-points-contain .pp-group .perk-text {
    width: 200px;
}

.landing .perk-points .perk-points-contain .pp-group .divider {
    padding: 2px 0;
    width: 100px;
    background-color: #fff;
    margin: 0.75em auto;
    justify-content: center;
    display: flex;
}

.landing .perk-points .perk-points-contain .pp-group .perk-text p {
    color: #fff;
    text-align: center;
}

.landing .faq-section {
    padding: 3em 0;
}
.faq-section h3 {
    display: block;
    text-align: left;
}
.landing .faq-contain .faq .question a {
    display: block;
    text-decoration: none !important;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 800;
    margin-bottom: 0.1em;
}
.landing .faq-contain .faq .question span svg {
    fill: white;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-right: 0.5em;
}

.landing .faq-contain .faq .question span.minus, .landing .faq-contain .faq .question span.plus {
    vertical-align: top;
    position: relative;
}

.landing .faq-contain .faq .question a span.question-box {
    display: inline-block;
    width: calc(100% - 30px);
}

.landing .faq-contain .faq .question span.minus svg  {
    display: none;
}
.landing .faq-contain .faq.opened .question span.plus svg  {
    display: none;
}
.landing .faq-contain .faq.opened .question span.minus svg  {
    display: inline-block;
}

.landing .faq-contain .faq.opened .collapseomatic {
    background-image: url(/wp-content/plugins/jquery-collapse-o-matic/css/images/arrow-up.png);
}


.landing .faq-contain .faq .answer {
    max-height: 0;
    overflow: hidden;
    position: relative;
    margin: 1em 1.5em;
    transition: max-height .5s ease-in-out;
}
.landing .faq-contain .faq .answer img {
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 25%);
    margin: 1em;
    max-width: 90%;
}
.landing .faq-contain .faq.opened .answer {
    max-height: 3000px;
}




.landing .fine-print {
    margin: 2em 0;
}

.landing .fine-print p {
    color: #555659;
    font-style: italic;
    font-size: 12px;
}

@media screen and (max-width: 845px) {
    .landing .top-banner-image-new {
        height: 335px;
    }
}

@media screen and (max-width: 768px) {
    .landing .stats-contain {
        display: block;
    }
    .landing .circle-points .circle-points-contain {
        display: block;
    }
    .landing .circle-points .circle-points-contain .circle-text  {
        margin: 0 auto 1em;
        max-width: 300px;
    }
    .landing .perk-points .perk-points-contain {
        display: block;
    }
    .landing .perk-points .perk-points-contain .pp-group .perk-text {
        width: auto;
        margin: 0 auto;
        padding-bottom: 1em;
        max-width: 400px;
    }
    .landing .top-banner-image-new {
        height: 260px;
    }
    .faq-section h3 {
        text-align: center;
     }
  }

  @media screen and (max-width: 610px) {
    .landing .button-container {
        display: block;
    }
    .landing .button-container a.btn {
        display: block !important;
        margin-bottom: 1em;
    }
    .landing .image-and-text {
        display: block;
        text-align: center;
    }
    .landing .top-banner-image-new {
        height: 190px;
    }
  }

  @media screen and (max-width: 475px) {
    .landing .top-banner-image-new {
        height: 150px;
    }
  }

  /* ANIMATE */

  .cp-group {
    transform: scale3d(0.75, 0.75, 0.75);
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 9px #ffffff;
    box-shadow: 0px 0px 10px 9px #ffffff;
    transition: transform 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
    transition-delay: 1s;
  }
  .cp-group:nth-child(2) {
    transition: transform 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
    transition-delay: 1s;
  }
  .cp-group:nth-child(3) {
    transition: transform 1500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
    transition-delay: 1s;
  }

  .cp-group.animate {
    transform: scale3d(1.25, 1.25, 1.25);
    margin-top: 1em;
  }

  .circle-points-contain {
    position: relative;
    left: -100%;
    transition: left 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
  }
  .circle-points-contain.animate {
    left: 0%;
  }

  @media screen and (max-width: 768px) {
    .landing .circle-points .circle-points-contain .cp-group {
        margin-bottom: 3em;
    }
  }
