body.landing-page-tempate {
    font-family: 'Poppins', sans-serif;
    color: #414042;
    font-size: 15px;
}
#heroSlider .img-slider {
    width: 100%;
    display: block;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}
.header-wrapper {
    height: 132px;
    position: sticky;
    top: -16px;
    z-index: 11;
    -webkit-backface-visibility: hidden;
}
.header-wrapper::before, .header-wrapper::after {
    content: "";
    display: block;
    height: 16px;
    position: sticky;
}
.header-wrapper::before {
    top: 100px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.header-wrapper::after {
    background: linear-gradient(white 10%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.4) 70%, transparent);
    top: 0;
    z-index: 2;
}
.header-wrapper .navbar {
    height: 126px;
    position: sticky;
    top: 0px;
    margin-top: -16px;
    z-index: 3;
    background-color: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    padding-top: 15px;
}
.main-wrapper {
    margin-top: 10px;
}
.main-button {
    font-size: 15px;
    font-weight: 600;
    color: #414042;
    background-color: #FFC000;
    box-shadow: 0px 15px 15px rgba(255, 192, 0, 0.2);
    border-radius: 99px;
    padding: 16px 42px;
    transition: all .2s;
    display: inline-block;
}
.main-button:hover {
    background-color: #dfa903;
    color: inherit;
    text-decoration: none;
}
.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    opacity: 1;
}
.carousel-indicators li.active {
    background-color: #FFC000;
}
.main-cta-section {
    padding-top: 50px;
    padding-bottom: 70px;
}
.heading-title h1 {
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}
.heading-title {
    margin-bottom: 40px;
}
.main-button.button-wide {
    padding-left: 180px;
    padding-right: 180px;
}
.top-cta {
    margin-bottom: 66px;
}
.top-video-wrap {
    height: 418px;
    margin-bottom: 70px;
}
.lightbox-thumbnail-video {
    border-radius: 15px;
    position: relative;
}
.thumb-video-inner {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}
.thumb-video-inner .button-play {
    background-color: #fff;
    display: block;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    text-align: center;
    line-height: 92px;
    font-size: 50px;
    padding-left: 8px;
    padding-top: 2px;
}
.thumb-video-inner .button-play i {
    background: linear-gradient(113.14deg, #5FC5BB 16.72%, #20A79C 88.12%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.thumb-video-inner .button-play:hover {
    text-decoration: none;
}
.video-wrapper > video {
    width: 100%;
}
.lightbox-style .modal-body {
    padding: 0;
}
.lightbox-style .modal-content {
    border: none;
}
.lightbox-style button.close {
    position: absolute;
    z-index: 1;
    top: -30px;
    right: 0px;
    background-color: #fff;
    padding: 3px 8px;
}
.fancy-checklist > li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}
.fancy-checklist > li:before {
    content: "\eb7b";
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    background-color: #20A79C;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 24px;
}
.fancy-checklist {
    margin-bottom: 0;
}
.plr-40 {
    padding-left: 40px;
    padding-right: 40px;
}
.heading-title h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    line-height: normal;
    margin-bottom: 15px;
}
p.lead {
    font-size: 18px;
    font-weight: 400;
}
section.bg-grey {
    background-color: #F9F9F9;
}
.benefit-section {
    padding: 90px 0;
}
.dark * {
    color: #fff;
}
section.bg-green {
    background-color: #455B59;
}
.dark .heading-title h2 {
    color: #fff;
}
.easy-steps-section {
    padding: 100px 0 85px;
}
.affiliate-steps-wrap .step-item {
    text-align: center;
}
.affiliate-steps-wrap .step-item img {
    display: inline-block;
    margin-bottom: 28px;
    position: relative;
}
.affiliate-steps-wrap .step-item h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
}
.affiliate-steps-wrap .step-item p {
    margin-bottom: 0;
}
.affiliate-steps-wrap .step-item:after {
    content: "";
    display: block;
    position: absolute;
    width: 65%;
    height: 0px;
    border-top: dashed 1px #fff;
    top: 36px;
    left: 65%;
}
.affiliate-steps-wrap .step-item:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 6px solid white;
    border-bottom: 3px solid transparent;
    top: 33px;
    left: 30%;
}
.affiliate-steps-wrap > .col-md-4:first-child .step-item:before, .affiliate-steps-wrap > .col-md-4:last-child .step-item:after {
    display: none;
}
.main-info-section {
    padding: 98px 0 80px;
}
img.radius-15 {
    border-radius: 15px;
}
section.bg-greenlight {
    background-color: #F4FFFE;
}
.testimonial-section {
    padding: 100px 0 90px;
}
.testimonial-video {
    height: 340px;
}
.testimonial-author img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 50%;
}
.testimonial-content > * {
    font-style: italic;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 17px;
}
.testi-author-detail .author-name {
    font-size: 18px;
    font-weight: 600;
}
.testi-author-detail .author-job {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}
img.testi-quotation {
    margin-bottom: 18px;
}
.mt-60 {
    margin-top: 60px;
}
.pricing-section {
    padding-top: 100px;
    padding-bottom: 84px;
}
.carousel-control-next, .carousel-control-prev {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    background-color: #DEF2F0;
    opacity: 1;
    color: #000;
    border-radius: 50%;
    font-size: 28px;
}
.carousel-control-prev {
    left: -74px;
}
.carousel-control-next {
    right: -74px;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #000;
    opacity: 1;
    background-color: #c7dedb;
}
.mt-40 {
    margin-top: 40px;
}
.mb-80 {
    margin-bottom: 80px;
}
.accordion-header {
    color: #20A79C;
    margin-bottom: 15px;
    display: block;
    line-height: normal;
}
.accordion-header h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: normal;
}
.accordion-item {
    border-bottom: solid 1px #85D8E7;
    padding-bottom: 15px;
    margin-bottom: 28px;
}
.accordion-header:hover {
    color: #20A79C;
    text-decoration: none;
}
.terms-section {
    padding: 100px 0;
}
.footer-wrap {
    background-color: #455B59;
    padding: 100px 0 30px;
}
.footer-nav-wrapper h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: normal;
}
.footer-menu {
    margin-bottom: 0;
}
.footer-copyright, .footer-copyright * {
    font-size: 12px;
    margin-bottom: 0;
    line-height: normal;
}
.footer-copyright {
    margin-top: 85px;
    display: flex;
    justify-content: center;
}
.footer-copyright .legal-menu {
    display: flex;
}
.footer-menu > li > a {
    font-size: 12px;
    font-weight: 400;
    padding: 5px 0;
    display: inline-block;
}
.footer-menu > li > a:hover {
    color: #FFC000;
    text-decoration: none;
}
.footer-social a {
    font-size: 24px;
    display: inline-block;
    line-height: 24px;
    font-weight: 400;
}
.footer-social {
    display: flex;
    gap: 25px;
    align-items: center;
}
.footer-social a:hover {
    text-decoration: none;
}
.footer-social a:hover i {
    color: #FFC000;
}
.footer-copyright .legal-menu li a {
    font-weight: 400;
}
.footer-copyright .legal-menu li a:hover {
    color: #FFC000;
    text-decoration: none;
}
.footer-copyright .legal-menu li {
    position: relative;
}
.footer-copyright .legal-menu li:before {
    content: "|";
    margin: 0 8px;
}
a.main-button.button-orange.outline {
    background: #ffffff!important;
    border: 2px solid #ffc000;
}
/*RESPONSIVE*/
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}

@media screen and (min-width: 768px) {
    .button-register > a > i {
        display: none;
    }
}

@media screen and (max-width: 414px) {
    .header-logo {
        max-width: 170px;
    }
    .button-register .main-button > span {
        display: none;
    }
    .button-register .main-button {
        padding: 14px 18px;
    }
    .main-button.button-wide {
        padding-left: 36px;
        padding-right: 36px;
    }
    .header-wrapper {
        height: 92px;
    }
    .header-wrapper::before {
        top: 60px;
    }
    .header-wrapper .navbar {
        height: 86px;
        padding-top: 10px;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        padding-left: 20px;
        padding-right: 20px;
    }
    #heroSlider .img-slider {
        height: 240px;
    }
    .heading-title h1 {
        font-size: 20px;
        font-weight: 600;
    }
    .top-video-wrap {
        height: 240px;
    }
    .thumb-video-inner .button-play {
        width: 60px;
        height: 60px;
        font-size: 36px;
        line-height: 60px;
    }
    .heading-title h2 {
        font-size: 20px;
    }
    .plr-40 {
        padding-left: 0;
        padding-right: 0;
    }
    .main-cta-section {
        padding-bottom: 40px;
    }
    .benefit-section {
        padding: 40px 0;
    }
    p.lead {
        font-size: 16px;
    }
    .mt-60 {
        margin-top: 30px;
    }
    .easy-steps-section {
        padding: 40px 0;
    }
    .affiliate-steps-wrap .step-item {
        margin-bottom: 100px;
    }
    .affiliate-steps-wrap .step-item:after {
        width: 0px;
        height: 60px;
        top: auto;
        border-top: none;
        border-right: dashed 1px #fff;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
    }
    .affiliate-steps-wrap .step-item:before {
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 6px solid white;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
    .affiliate-steps-wrap > div:last-child > .step-item {
        margin-bottom: 0;
    }
    .main-info-section {
        padding: 40px 0;
    }
    .testimonial-section {
        padding: 40px 0;
    }
    .testimonial-video {
        height: 240px;
        margin-bottom: 40px;
    }
    .pricing-section {
        padding: 40px 0;
    }
    .accordion-header h3 {
        font-size: 16px;
    }
    .accordion-item {
    }
    .terms-section {
        padding: 40px 0;
    }
    .footer-wrap {
        padding-top: 40px;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-nav-wrapper {
        text-align: center;
        margin-top: 40px;
    }
    .footer-social {
        justify-content: center;
    }
    .footer-copyright {
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
    }
    .footer-copyright .legal-menu > li:first-child:before {
        content: "";
        margin: 0;
    }
}