/*Home Page Style*/
.wp-front .flexible-columns-wrapper{
    overflow: initial
}

/* Real estate and Mortgage Individual bullets point */
.wp-block-leadpops-flexible-column > p{
    margin-bottom: 0px;
}

.rebel-local-skill .is-layout-flex,.seo-stands .is-layout-flex{
    align-items: center !important;
}


.mobile-menu-open .mobile-header__content .is-btn a{
    display: none;
}
/* Book a demo button for mobile css start*/
.mobile-header__content .is-btn a{
    min-height: 42px;
    margin-right: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 16px;
    background: #FF6633;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
    font-size: .875rem;
    transition: all .3s ease;
    border: 1px solid transparent;
}

.app-header .menu li.is-btn>a, .mobile-navigation .menu li.is-btn>a{
    background: #FF6633;
    transition: all .3s ease;
    font-weight: 700;
}

.app-header .menu li.is-btn>a:hover,.app-header .menu li.is-btn>a:focus, .mobile-navigation .menu li.is-btn>a:hover,.mobile-navigation .menu li.is-btn>a:focus{
    background: #f16201;
    border-color: #FF6633;
}
@media (max-width:450px){
    .mobile-header__content .is-btn a{
        padding: 10px;
        margin-right: 5px;
    }
    .mobile-header__content svg{
        max-width: 120px;
        width: 100%;
        display:block;
    }
}
.mobile-demo-btn{
    display: flex;
    align-items: center;
}
.mobile-demo-btn li{
    list-style: none;
}
/* Book a demo button for mobile css end*/


/*
header and footer logo css
 */

.logo.header-logo > img{
    max-width: 145px;
    height: auto;
}

.logo.mobile-logo > img{
    max-width: 145px;
    height: auto;
}
.logo.footer-logo > img{
    max-width: 145px;
    height: auto;
}

@media (max-width:420px){

    .logo.mobile-logo > img{
        max-width: 108px;
        height: auto;
    }
    .logo.footer-logo > img{
        max-width: 108px;
        height: auto;
    }
}

body .mob-navigation__bottom-menu {
    margin-top: 0;
}
@media (min-width: 991px) {
    .footer-logo.footer-logo_desktop{
        display: block !important;
    }
    .footer-logo.footer-logo_mobile{
        display: none !important;
    }
}

/* affiliate banner style */
.affiliate-banner {
    position: relative;
    padding: 50px 0 100px;
    min-height: 285px; }
@media (min-width: 576px) {
    .affiliate-banner {
        padding: 55px 0 85px;
        min-height: 365px; } }
@media (min-width: 768px) {
    .affiliate-banner {
        padding: 70px 0 90px;
        min-height: 365px;} }
@media (min-width: 992px) {
    .affiliate-banner {
        padding: 180px 0 120px;
        min-height: 520px;
    } }
@media (min-width: 1200px){
    .affiliate-banner {
        padding: 200px 0 170px;
        min-height: 574px;
    }
}
/*.affiliate-banner:before {*/
/*    width: 128px;*/
/*    height: 315px;*/
/*    content: '';*/
/*    background: url("../images/affiliate-banner-pattern.png") no-repeat;*/
/*    background-size: cover;*/
/*    position: absolute;*/
/*    left: -60px;*/
/*    bottom: -80px; }*/
/*@media (min-width: 576px) {*/
/*    .affiliate-banner:before {*/
/*        height: 413px; } }*/
/*@media (min-width: 992px) {*/
/*    .affiliate-banner:before {*/
/*        left: -40px;*/
/*        height: 463px; } }*/
.affiliate-banner__wrap {
    position: relative;
    text-align: center;
    max-width: 840px;
    margin: 0 auto; }
@media (min-width: 1200px) {
    .affiliate-banner__wrap {
        max-width: 1000px; } }
@media (min-width: 1440px) {
    .affiliate-banner__wrap {
        max-width: 1100px; } }
.affiliate-banner h1 {
    font-size: 23px !important;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #fff; }
@media (min-width: 420px) {
    .affiliate-banner h1 {
        font-size: 26px !important;
        line-height: 34px; } }
@media (min-width: 576px) {
    .affiliate-banner h1 {
        font-size: 30px !important;
        line-height: 38px;
        letter-spacing: -1px;
        max-width: 546px;
        margin: 0 auto; } }
@media (min-width: 768px) {
    .affiliate-banner h1 {
        font-size: 38px !important;
        line-height: 46px;
        max-width: 738px;
        letter-spacing: -1.5px; } }
@media (min-width: 992px) {
    .affiliate-banner h1 {
        font-size: 44px !important;
        line-height: 54px;
        max-width: 100%; } }
@media (min-width: 1200px) {
    .affiliate-banner h1 {
        font-size: 50px !important;
        line-height: 60px;
        letter-spacing: -2px; } }
@media (min-width: 1440px) {
    .affiliate-banner h1 {
        font-size: 56px !important;
        line-height: 67px;
        letter-spacing: -2.8px; } }
.affiliate-banner h1 br {
    display: none; }
@media (min-width: 768px) {
    .affiliate-banner h1 br {
        display: block; } }

/* affiliate refer section style */
.affiliate-refer-section {
    /*font-family: "Open Sans", "Arial", "Helvetica", sans-serif;*/
    position: relative;
    padding: 10px 0 50px; }
@media (min-width: 576px) {
    .affiliate-refer-section {
        padding: 30px 0 70px; } }
@media (min-width: 992px) {
    .affiliate-refer-section {
        padding: 50px 0 98px; } }
.affiliate-refer-section:before {
    transform: rotate(-3.6deg);
    content: '';
    position: absolute;
    left: -50px;
    top: -63px;
    right: -50px;
    bottom: 100px;
    background: #fff;
    z-index: 5; }
@media (min-width: 768px) {
    .affiliate-refer-section:before {
        top: -60px; } }
.affiliate-refer-section .container {
    position: relative;
    z-index: 6; }
.affiliate-refer-section h2 {
    font-size: 22px !important;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-align: center;
    max-width: 860px;
    color: #2b3452;
    margin: 0 auto 25px; }
@media (min-width: 576px) {
    .affiliate-refer-section h2 {
        font-size: 26px !important;
        line-height: 34px;
        letter-spacing: -1px;
        margin: 0 auto 35px; } }
@media (min-width: 768px) {
    .affiliate-refer-section h2 {
        font-size: 32px !important;
        line-height: 40px;
        margin: 0 auto 50px; } }
@media (min-width: 992px) {
    .affiliate-refer-section h2 {
        font-size: 35px !important;
    }
}
@media (min-width: 1200px) {
    .affiliate-refer-section h2 {
        font-size: 38px !important;
        line-height: 50px;
        letter-spacing: -1.5px; } }
.affiliate-refer-section__row-wrap {
    position: relative;
    padding: 0 15px;
    max-width: 738px;
    margin: 0 auto; }
@media (min-width: 992px) {
    .affiliate-refer-section__row-wrap {
        padding: 0 25px;
        max-width: 962px; } }
@media (min-width: 1200px) {
    .affiliate-refer-section__row-wrap {
        padding: 0 106px 0 55px;
        max-width: 100%;
        margin: 0; } }
.affiliate-refer-section__row-wrap:before {
    width: 640px;
    height: 130px;
    background: url("../png/line.png") no-repeat;
    background-size: 100% 100%;
    content: '';
    position: absolute;
    left: 90px;
    top: -11px;
    display: none; }
@media (min-width: 768px) {
    .affiliate-refer-section__row-wrap:before {
        display: block; } }
@media (min-width: 992px) {
    .affiliate-refer-section__row-wrap:before {
        width: 870px;
        height: 183px; } }
@media (min-width: 1200px) {
    .affiliate-refer-section__row-wrap:before {
        width: 990px;
        height: 183px;
        left: 151px; } }
.affiliate-refer-section__row {
    position: relative; }
@media (min-width: 768px) {
    .affiliate-refer-section__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between; } }
.affiliate-refer-section__image-wrap {
    position: relative;
    margin: 0 0 30px; }
.affiliate-refer-section__image-wrap:last-child {
    margin-bottom: 0; }
@media (min-width: 768px) {
    .affiliate-refer-section__image-wrap {
        margin: 0; } }
.affiliate-refer-section__image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    height: 217px; }
@media (max-width: 991px) {
    .affiliate-refer-section__image {
        width: 210px;
        height: 210px; } }
@media (max-width: 767px) {
    .affiliate-refer-section__image {
        width: 225px;
        height: 225px;
        margin: 0 auto; } }
.affiliate-refer-section__image img {
    display: block; }
.affiliate-refer-section__name {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    padding: 8px 0 0;
    text-align: center;
    color: #343f62;
    display: block; }
@media (min-width: 768px) {
    .affiliate-refer-section__name {
        padding: 17px 0 0; } }
.affiliate-refer-section__text {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    position: relative;
    padding: 30px 0 0;
    max-width: 1000px;
    margin: 0 auto;
    color: #343f62; }
@media (min-width: 576px) {
    .affiliate-refer-section__text {
        font-size: 18px;
        line-height: 26px;
        padding: 46px 0 0; } }
@media (min-width: 1200px) {
    .affiliate-refer-section__text {
        padding: 62px 0 0; } }
.affiliate-refer-section p {
    margin: 0 0 18px; }
@media (min-width: 576px) {
    .affiliate-refer-section p {
        margin: 0 0 26px; } }
.affiliate-join-section .btn.modal-opener,
.affiliate-refer-section .btn.modal-opener {
    padding: 20px 15px;
    display: block;
    background: #FF6633;
    transition: all .3s ease;
    font-weight: 700;
    margin: 10px 0 0; }
.affiliate-join-section .btn.modal-opener:focus,
.affiliate-refer-section .btn.modal-opener:focus{
    box-shadow: 0 0 0 .2rem #FF6633;
    border-color: #FF6633 !important;
    transition: all .3s ease;
    background: #f16201;
}
.affiliate-join-section .btn.modal-opener:active,
.affiliate-refer-section .btn.modal-opener:active,
.affiliate-join-section .btn.modal-opener:hover,
.affiliate-refer-section .btn.modal-opener:hover {
    transition: all .3s ease;
    background: #f16201 !important;
    border-color: #FF6633 !important;
}
@media (min-width: 576px) {
    .affiliate-refer-section .btn {
        padding: 23px 30px;
        min-width: 366px;
        display: inline-block;
        vertical-align: top; } }
@media (min-width: 768px) {
    .affiliate-refer-section .btn {
        margin: 21px 0 0; } }
@media (max-width: 575px) {
    .affiliate-refer-section .btn {
        width: 100%;
        font-size: 16px; } }
.affiliate-refer-section .btn .icon {
    display: inline-block;
    vertical-align: top; }
@media (min-width: 768px) {
    .affiliate-refer-section .btn .icon {
        margin-top: -2px; } }

/* affiliate benefits section style */
.affiliate-benefits-section {
    /*font-family: "Open Sans", "Arial", "Helvetica", sans-serif;*/
    position: relative;
    padding: 42px 0 30px; }
@media (min-width: 576px) {
    .affiliate-benefits-section {
        padding: 60px 0 50px; } }
@media (min-width: 992px) {
    .affiliate-benefits-section {
        padding: 111px 0 98px; } }
.affiliate-benefits-section:before {
    content: '';
    background: #f4f7fb;
    position: absolute;
    left: -50px;
    right: -50px;
    top: 0;
    bottom: 0;
    transform: rotate(-2deg); }
.affiliate-benefits-section .container {
    position: relative;
    max-width: 1110px; }
.affiliate-benefits-section h2 {
    font-size: 22px !important;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-align: center;
    color: #2b3452;
    margin: 0 0 28px; }
@media (min-width: 576px) {
    .affiliate-benefits-section h2 {
        font-size: 26px !important;
        line-height: 34px;
        letter-spacing: -1px;
        margin: 0 0 35px; } }
@media (min-width: 768px) {
    .affiliate-benefits-section h2 {
        font-size: 32px !important;
        line-height: 40px;
        margin: 0 0 40px; } }
@media (min-width: 992px) {
    .affiliate-benefits-section h2 {
        font-size: 38px !important;
        line-height: 50px;
        letter-spacing: -1.5px;
        margin: 0 0 63px; } }
.affiliate-benefits-section .row {
    justify-content: center;
    -webkit-justify-content: center; }
.affiliate-benefits-section__col {
    margin-bottom: 30px; }
.affiliate-benefits-section__block {
    box-shadow: 0 12px 21px rgba(215, 221, 237, 0.43);
    border: 1px solid #d7e0f4;
    border-radius: 8px;
    position: relative;
    background: #fff;
    padding: 20px 10px 15px;
    text-align: center;
    height: 100%; }
.affiliate-benefits-section__block:hover {
    box-shadow: 0 12px 21px rgba(215, 221, 237, 0.73); }
@media (min-width: 768px) {
    .affiliate-benefits-section__block {
        padding: 25px 15px 20px; } }
@media (min-width: 992px) {
    .affiliate-benefits-section__block {
        padding: 39px 15px 29px; } }
.affiliate-benefits-section__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    height: 90px;
    margin: 0 0 15px; }
@media (min-width: 992px) {
    .affiliate-benefits-section__image {
        margin: 0 0 21px; } }
.affiliate-benefits-section__image img {
    display: block; }
.affiliate-benefits-section__description {
    font-size: 14px;
    line-height: 18px;
    position: relative;
    max-width: 285px;
    text-align: center;
    color: #343f62;
    margin: 0 auto; }
@media (min-width: 992px) {
    .affiliate-benefits-section__description {
        font-size: 16px;
        line-height: 20px; } }
.affiliate-benefits-section__description h3 {
    font-size: 17px !important;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 16px; }
@media (min-width: 768px) {
    .affiliate-benefits-section__description h3 {
        font-size: 18px !important;
        line-height: 22px;
        margin: 0 0 20px; } }
@media (min-width: 992px) {
    .affiliate-benefits-section__description h3 {
        font-size: 20px !important;
        line-height: 24px;
        padding: 0 10px; } }

/* affiliate earn area style */
.affiliate-earn-area {
    /*font-family: "Open Sans", "Arial", "Helvetica", sans-serif;*/
    position: relative;
    padding: 45px 0 40px; }
@media (min-width: 576px) {
    .affiliate-earn-area {
        padding: 65px 0; } }
@media (min-width: 768px) {
    .affiliate-earn-area {
        padding: 80px 0; } }
@media (min-width: 992px) {
    .affiliate-earn-area {
        padding: 126px 0 122px; } }
.affiliate-earn-area .container {
    max-width: 1106px; }
.affiliate-earn-area h2 {
    font-size: 22px !important;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-align: center;
    color: #2b3452;
    margin: 0 0 25px; }
@media (min-width: 576px) {
    .affiliate-earn-area h2 {
        font-size: 26px !important;
        line-height: 34px;
        letter-spacing: -1px;
        margin: 0 0 35px; } }
@media (min-width: 768px) {
    .affiliate-earn-area h2 {
        font-size: 32px !important;
        line-height: 40px;
        margin: 0 0 45px; } }
@media (min-width: 992px) {
    .affiliate-earn-area h2 {
        font-size: 38px !important;
        line-height: 50px;
        letter-spacing: -1.5px;
        margin: 0 0 71px; } }
.affiliate-earn-area__wrap {
    position: relative; }
@media (min-width: 992px) {
    .affiliate-earn-area__wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        justify-content: space-between;
        -webkit-justify-content: space-between; } }
@media (min-width: 1200px) {
    .affiliate-earn-area__wrap {
        padding: 0 0 0 25px; } }
.affiliate-earn-area__image {
    position: relative;
    width: 280px;
    margin: 0 auto 22px; }
@media (min-width: 576px) {
    .affiliate-earn-area__image {
        width: 380px;
        margin: 0 auto 30px; } }
@media (min-width: 992px) {
    .affiliate-earn-area__image {
        width: 380px;
        margin: 0; } }
@media (min-width: 1200px) {
    .affiliate-earn-area__image {
        width: 402px; } }
.affiliate-earn-area__image img {
    display: block; }
.affiliate-earn-area__description {
    position: relative;
    width: 100%; }
@media (min-width: 576px) {
    .affiliate-earn-area__description {
        width: 540px;
        margin: 0 auto; } }
@media (min-width: 992px) {
    .affiliate-earn-area__description {
        padding: 2px 0 0;
        margin: 0; } }
@media (min-width: 1200px) {
    .affiliate-earn-area__description {
        width: 565px; } }
.affiliate-earn-area__list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
.affiliate-earn-area__list li {
    font-size: 16px;
    line-height: 20px;
    box-shadow: 0 12px 21px rgba(215, 221, 237, 0.43);
    border: 1px solid #d7e0f4;
    background: #fff;
    border-radius: 8px;
    position: relative;
    padding: 18px 15px 20px;
    color: #2b3452;
    text-align: center;
    margin: 0 0 18px; }
@media (min-width: 576px) {
    .affiliate-earn-area__list li {
        font-size: 18px;
        line-height: 22px;
        padding: 25px 15px 29px 25px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-items: center;
        -webkit-align-items: center;
        text-align: left;
        margin: 0 0 25px; } }
@media (min-width: 1200px) {
    .affiliate-earn-area__list li {
        padding: 25px 20px 29px 36px; } }
.affiliate-earn-area .num-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0 0 8px; }
@media (min-width: 576px) {
    .affiliate-earn-area .num-wrap {
        padding: 0 15px 0 0;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        width: 160px;
        margin: 0; } }
@media (min-width: 1200px) {
    .affiliate-earn-area .num-wrap {
        width: 175px; } }
.affiliate-earn-area .num-wrap .no {
    font-size: 23px;
    line-height: 26px;
    font-weight: 600;
    display: block;
    margin: 0 8px 0 0; }
.affiliate-earn-area .num-wrap .text {
    display: block; }
.affiliate-earn-area .percantage-info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center; }
@media (min-width: 576px) {
    .affiliate-earn-area .percantage-info {
        justify-content: flex-start;
        -webkit-justify-content: flex-start; } }
.affiliate-earn-area .percantage {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #164dbc;
    display: block;
    width: 100%;
    margin: 0 0 8px; }
@media (min-width: 576px) {
    .affiliate-earn-area .percantage {
        font-size: 36px;
        line-height: 40px;
        font-weight: 700;
        width: 90px;
        padding: 0 10px 0 0; } }
.affiliate-earn-area .percantage-text {
    display: block; }
.affiliate-earn-area .percantage-text .sub-text {
    font-size: 13px; }

/* affiliate testimonial section style */
.affiliate-testimonial-section {
    /*font-family: "Open Sans", "Arial", "Helvetica", sans-serif;*/
    position: relative;
    padding: 35px 0 40px; }
@media (min-width: 576px) {
    .affiliate-testimonial-section {
        padding: 60px 0 70px; } }
@media (min-width: 768px) {
    .affiliate-testimonial-section {
        padding: 100px 0; } }
@media (min-width: 992px) {
    .affiliate-testimonial-section {
        padding: 130px 0 140px; } }
.affiliate-testimonial-section:before {
    content: '';
    background: #f4f7fb;
    position: absolute;
    left: -50px;
    right: -50px;
    top: 0;
    bottom: 0;
    transform: rotate(-2deg); }
.affiliate-testimonial-section .container {
    position: relative;
    max-width: 1110px; }
.affiliate-testimonial-section__wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
.affiliate-testimonial-section__image {
    position: relative;
    margin: 0 auto 25px;
    width: 280px; }
@media (min-width: 576px) {
    .affiliate-testimonial-section__image {
        margin: 0 auto 35px;
        width: 400px; } }
@media (min-width: 992px) {
    .affiliate-testimonial-section__image {
        margin: 0; } }
@media (min-width: 1200px) {
    .affiliate-testimonial-section__image {
        width: 442px; } }
.affiliate-testimonial-section__image img {
    display: block;
    width: 100%;
}
.affiliate-testimonial-section blockquote {
    position: relative;
    quotes: none;
    width: 100%;
    margin: 0; }
@media (min-width: 992px) {
    .affiliate-testimonial-section blockquote {
        width: 515px;
        padding: 30px 0 0; } }
@media (min-width: 1200px) {
    .affiliate-testimonial-section blockquote {
        width: 565px; } }
.affiliate-testimonial-section blockquote q {
    font-size: 18px;
    line-height: 26px;
    color: #343f62;
    display: block;
    margin: 0 0 15px; }
@media (min-width: 480px) {
    .affiliate-testimonial-section blockquote q {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.3px; } }
@media (min-width: 576px) {
    .affiliate-testimonial-section blockquote q {
        font-size: 22px;
        line-height: 36px;
        letter-spacing: -0.6px;
        margin: 0 0 29px; } }
@media (min-width: 1200px) {
    .affiliate-testimonial-section blockquote q {
        font-size: 22px;
        line-height: 36px; } }
.affiliate-testimonial-section blockquote cite {
    font-style: normal;
    position: relative;
    padding: 20px 0 0;
    display: block; }
@media (min-width: 576px) {
    .affiliate-testimonial-section blockquote cite {
        padding: 26px 0 0; } }
.affiliate-testimonial-section blockquote cite:before {
    width: 42px;
    height: 3px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #ff7920; }
.affiliate-testimonial-section .name {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    display: block;
    color: #386de0;
    margin: 0 0 8px; }
@media (min-width: 576px) {
    .affiliate-testimonial-section .name {
        font-size: 25px;
        line-height: 30px;
        font-weight: 600;
        letter-spacing: -0.6px; } }
.affiliate-testimonial-section .desination {
    font-size: 13px;
    line-height: 18px;
    color: #272b34;
    display: block; }
@media (min-width: 576px) {
    .affiliate-testimonial-section .desination {
        letter-spacing: -0.3px;
        font-size: 14px; } }

/* affiliate join section style */
.affiliate-join-section {
    /*font-family: "Open Sans", "Arial", "Helvetica", sans-serif;*/
    position: relative;
    padding: 35px 0 40px; }
@media (min-width: 576px) {
    .affiliate-join-section {
        padding: 70px 0; } }
@media (min-width: 768px) {
    .affiliate-join-section {
        padding: 100px 0; } }
@media (min-width: 992px) {
    .affiliate-join-section {
        padding: 148px 0 122px; } }
.affiliate-join-section__wrap {
    position: relative;
    text-align: center;
    max-width: 680px;
    margin: 0 auto; }
@media (min-width: 992px) {
    .affiliate-join-section__wrap {
        max-width: 770px; } }
.affiliate-join-section h2 {
    font-size: 22px !important;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #2b3452;
    margin: 0 0 20px; }
@media (min-width: 576px) {
    .affiliate-join-section h2 {
        font-size: 26px !important;
        line-height: 34px;
        letter-spacing: -1px;
        margin: 0 0 30px; } }
@media (min-width: 768px) {
    .affiliate-join-section h2 {
        font-size: 32px !important;
        line-height: 40px; } }
@media (min-width: 992px) {
    .affiliate-join-section h2 {
        font-size: 38px !important;
        line-height: 50px;
        letter-spacing: -1.5px;
        margin: 0 0 36px; } }
.affiliate-join-section .btn {
    padding: 20px 15px;
    display: block; }
@media (min-width: 576px) {
    .affiliate-join-section .btn {
        padding: 23px 30px 23px;
        min-width: 366px;
        display: inline-block;
        vertical-align: top; } }
@media (max-width: 575px) {
    .affiliate-join-section .btn {
        width: 100%;
        font-size: 16px; } }
.affiliate-join-section .btn .icon {
    display: inline-block;
    vertical-align: top; }
@media (min-width: 768px) {
    .affiliate-join-section .btn .icon {
        margin-top: -2px; } }

/* affiliate modal style */
.affiliate-modal .modal-dialog {
    max-width: 710px; }

.affiliate-modal .close {
    width: 27px;
    height: 27px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    background-color: #e3eaf1;
    border-radius: 100%;
    color: #386de0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    position: absolute;
    top: 12px;
    right: 12px;
    transition: all 0.4s ease;
    z-index: 2; }
@media (min-width: 576px) {
    .affiliate-modal .close {
        top: 22px;
        right: 16px; } }
.affiliate-modal .close span {
    margin: -2px 0 0 1px;
    display: inline-block;
    vertical-align: top; }

.affiliate-modal .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    border-radius: 10px;
    display: block; }

.affiliate-modal .modal-body {
    padding: 40px 15px; }
@media (min-width: 480px) {
    .affiliate-modal .modal-body {
        padding: 56px 20px 50px; } }
@media (min-width: 768px) {
    .affiliate-modal .modal-body {
        padding: 56px 32px 50px; } }
.affiliate-modal .modal-body__title {
    font: 700 24px/30px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #1f2129;
    display: block;
    text-align: center;
    margin: 0 0 18px; }
@media (min-width: 480px) {
    .affiliate-modal .modal-body__title {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 24px; } }
@media (min-width: 768px) {
    .affiliate-modal .modal-body__title {
        font-size: 34px;
        line-height: 40px;
        letter-spacing: -0.2px; } }

.affiliate-modal .privacy {
    font-size: 14px;
    line-height: 18px;
    position: relative;
    color: #4f5668;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 20px 0 0; }
@media (min-width: 576px) {
    .affiliate-modal .privacy {
        padding: 24px 0 8px; } }
.affiliate-modal .privacy .icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }

/* affiliate modal info style */
.affiliate-modal-info {
    /*font-family: "Open Sans", "Arial", "Helvetica", sans-serif;*/
    max-width: 395px;
    margin: 0 auto;
    position: relative; }
.affiliate-modal-info .radio-slide {
    display: none; }

/* affiliate optoins area style */
.affiliate-optoins-area {
    position: relative;
    text-align: center;
    margin: 0 0 20px; }
@media (min-width: 480px) {
    .affiliate-optoins-area {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-items: center;
        -webkit-align-items: center;
        text-align: left;
        margin: 0 0 33px; } }
.affiliate-optoins-area .title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #343f62;
    display: block;
    margin: 0 0 12px; }
@media (min-width: 480px) {
    .affiliate-optoins-area .title {
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        margin: 0; } }
.affiliate-optoins-area .affiliate-optoins {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center; }
@media (min-width: 480px) {
    .affiliate-optoins-area .affiliate-optoins {
        justify-content: flex-start;
        -webkit-justify-content: flex-start; } }
.affiliate-optoins-area .affiliate-optoins li {
    position: relative;
    padding: 0 8px; }
@media (min-width: 480px) {
    .affiliate-optoins-area .affiliate-optoins li {
        padding: 0 0 0 16px; } }
.affiliate-optoins-area .radio-label {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin: 0; }
.affiliate-optoins-area .fake-radio {
    font-size: 15px;
    line-height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 32px;
    color: #343f62; }
@media (min-width: 480px) {
    .affiliate-optoins-area .fake-radio {
        font-size: 18px;
        line-height: 24px; } }
.affiliate-optoins-area .fake-radio .icon {
    width: 24px;
    height: 24px;
    border: 2px solid #e3ebfc;
    background: #fff;
    transition: all 0.4s ease;
    position: absolute;
    left: 0;
    top: -2px;
    border-radius: 50%; }
@media (min-width: 480px) {
    .affiliate-optoins-area .fake-radio .icon {
        top: 1px; } }
.affiliate-optoins-area .fake-radio .icon:before {
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    border-radius: 50%;
    margin: -3px 0 0 -3px;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden; }
.affiliate-optoins-area input[type="radio"] {
    position: fixed;
    opacity: 0;
    visibility: hidden; }
.affiliate-optoins-area input[type="radio"]:checked + .fake-radio .icon {
    background: #164ab4;
    border-color: #164ab4; }
.affiliate-optoins-area input[type="radio"]:checked + .fake-radio .icon:before {
    opacity: 1;
    visibility: visible; }

/* affiliate form style */
.affiliate-form {
    position: relative;
    text-align: center; }
.affiliate-form .form-group {
    text-align: left;
    margin: 0 0 17px; }
.affiliate-form label {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    color: #343f62;
    margin: 0 0 6px; }
@media (min-width: 480px) {
    .affiliate-form label {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400; } }
.affiliate-form label.error {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    padding: 5px 0 0;
    display: block;
    color: #f00;
    margin: 0; }
.affiliate-form .error_text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    padding: 5px 0 0;
    color: #f00;
    display: none; }
.affiliate-form .form-control {
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    background-color: #fff !important;
    box-shadow: 0 12px 21px 0 rgba(215, 221, 237, 0.27) !important;
    border: 2px solid #e3ebfc !important;
    border-radius: 6px !important;
    color: #4f5668 !important;
    height: 50px !important;
    padding: 10px 15px !important; }
@media (min-width: 480px) {
    .affiliate-form .form-control {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        padding: 10px 20px; } }
.affiliate-form .form-control[disabled] {
    background-color: #f6f9ff;
    cursor: not-allowed; }
.affiliate-form .form-control:focus {
    box-shadow: 0 12px 21px 0 rgba(215, 221, 237, 0.27);
    border-color: #0acdff; }
.affiliate-form .form-control.error {
    border-color: #f00; }
.affiliate-form .form-control::-webkit-input-placeholder {
    color: #4f5668; }
.affiliate-form .form-control::-moz-placeholder {
    opacity: 1;
    color: #4f5668; }
.affiliate-form .form-control:-moz-placeholder {
    color: #4f5668; }
.affiliate-form .form-control:-ms-input-placeholder {
    color: #4f5668; }
.affiliate-form .form-control.placeholder {
    color: #4f5668; }
.affiliate-form textarea.form-control {
    resize: none;
    height: 110px; }
.affiliate-form .btn {
    padding: 20px 15px;
    display: block;
    margin: 8px 0 0; }
@media (min-width: 576px) {
    .affiliate-form .btn {
        display: inline-block;
        vertical-align: top;
        padding: 23px 38px;
        margin: 12px 0 0; } }
@media (max-width: 575px) {
    .affiliate-form .btn {
        width: 100%;
        font-size: 16px; } }
@media (max-width: 374px) {
    .affiliate-form .btn {
        font-size: 14px; } }
.affiliate-form .btn .icon {
    display: inline-block;
    vertical-align: top; }
@media (min-width: 768px) {
    .affiliate-form .btn .icon {
        margin-top: -2px; } }
@media (max-width: 374px) {
    .affiliate-form .btn .icon {
        margin-left: 8px; } }

/* modal active style */
.modal-active .modal-backdrop.show {
    opacity: 0.7; }

/*Footer affiliate*/
.footer_affiliate {
    position: relative;
    background: #282f3f;
}
.footer_affiliate .container {
    max-width: 1100px;
    padding: 18px 15px; }
@media (min-width: 768px) {
    .footer_affiliate .container {
        padding: 38px 15px; } }
.footer_affiliate .footer__copyright {
    padding: 0; }
@media (min-width: 576px) {
    .footer_affiliate .footer__copyright {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between; } }
.footer_affiliate .footer__copyright p {
    margin: 0 0 16px;
    color: #ffffff;
}
.footer_affiliate .footer__copyright a {
    background-color: transparent;
    color: #ffffff;
    /*display: inline-block;*/
    text-decoration: none;
    transition: all .3s ease;
}
.footer_affiliate .footer__copyright a:hover {
    color: #12d0ff;
    text-decoration: none;
}


@media (min-width: 576px) {
    .footer_affiliate .footer__copyright p {
        margin: 0; } }
.footer_affiliate .footer__copyright .pipeline4 {
    display: inline-block;
    vertical-align: top; }

.footer_affiliate .social-networks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 -7px; }
@media (min-width: 1024px) {
    .footer_affiliate .social-networks {
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
@media (min-width: 1200px) {
    .footer_affiliate .social-networks {
        margin: 0 -10px;
        padding-right: 5px; } }
.footer_affiliate .social-networks li {
    font-size: 22px;
    line-height: 22px;
    padding: 0 7px; }
@media (min-width: 1200px) {
    .footer_affiliate .social-networks li {
        padding: 0 10px; } }
.footer_affiliate .social-networks li a {
    color: #fff; }
.footer_affiliate .social-networks li a.facebook:hover {
    color: #3b5998; }
.footer_affiliate .social-networks li a.twitter:hover {
    color: #38a1f3; }
.footer_affiliate .social-networks li a.instagram:hover {
    color: #e1306c; }
.footer_affiliate .social-networks li a.youtube:hover {
    color: #ff0000; }
.page-template-template-affiliate .app-header .header-top-menu-wrapper > ul > li > a:hover{
    color: rgba(225, 218, 218, 0.91);
}

.page-template-template-affiliate .app-header .header-top-menu-wrapper > ul > li > a{
    color: #fff;
}

/*body #affiliate-modal input[type="text"], body #affiliate-modal input[type="email"] {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 3.75rem;*/
/*    padding: 0 .9375rem;*/
/*    border: none;*/
/*    border-radius: 0px;*/
/*    background-color: transparent;*/
/*    color: #171717;*/
/*    font-size: 20px;*/
/*    outline: none;*/
/*}*/

.affiliate-banner.bg-stretch,.affiliate-refer-section,.affiliate-benefits-section,.affiliate-earn-area,.name,.desination,.affiliate-testimonial-section,.affiliate-join-section{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

/**
Page Error 404 styling
 */
.wp-front .error-404-wrapper{
    text-align: center;
}
.wp-front .error-404-wrapper .error-404__content >h1{
    font-size: 60px !important;
    font-weight: 500 !important;
    color: #666666;
    margin-bottom: 10px;
}


.error-404__title > .base_error_title{
    color: #35f;
}

.error-404__text{
    font-size: 22px;
    font-weight: 400;
    color: #666666;
}

.wp-front .error-404-wrapper {
    padding: calc(60px*var(--scale)) 0;
}

/**
legal Page Css
 */
.full-page-content{
    margin-top: 150px;
}
.full-page-content__text {
    font-size: 13px;
    line-height: 25px;
    color: #1d1d1d;
}
.full-page-content__text > h2{
    text-align: center;
}
/**
Payment Page Css
 */
.full-page-content__text > div > h4{
    font-size: 21px !important;
    font-weight: 700;
}

.full-page-content__text > div > p:nth-child(3) > a{
    color: #337ab7;
    border: none !important;
    text-decoration: underline !important;

}

.full-page-content__text > div > p:nth-child(3) > a:before{
    background: none;
}
.full-page-content__text > div > p:nth-child(3) > a:after{
    background: none;
}

.full-page-content__text > div > p:nth-child(3) > a:hover{
    background: none;
    color: #23527c;
    text-decoration: none !important

}

/* link free section style */
.link-tree-section {
    background: #2056c9;
    position: relative;
    min-height: 100vh; }
.link-tree-section__area {
    position: relative;
    background: url("../link-tree-bg.html") no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding: 25px 0;
    min-height: 100vh; }
@media (min-width: 576px) {
    .link-tree-section__area {
        padding: 50px 0; } }
@media (min-width: 1200px) {
    .link-tree-section__area {
        padding: 78px 0; } }
.link-tree-section__area:before {
    width: 154px;
    height: 108px;
    content: '';
    position: absolute;
    top: 0;
    right: -75px;
    background: url("../link-tree-pattern02.html") no-repeat;
    background-size: cover; }
@media (min-width: 375px) {
    .link-tree-section__area:before {
        right: -60px; } }
@media (min-width: 480px) {
    .link-tree-section__area:before {
        right: -30px; } }
@media (min-width: 576px) {
    .link-tree-section__area:before {
        right: 0; } }
.link-tree-section__wrap:before {
    width: 78px;
    height: 414px;
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    background: url("../link-tree-pattern.html") no-repeat;
    background-size: cover; }
@media (min-width: 768px) {
    .link-tree-section__wrap:before {
        width: 78px;
        height: 414px;
        top: 158px; } }
.link-tree-section__wrap:after {
    width: 104px;
    height: 196px;
    content: '';
    position: absolute;
    right: 0;
    bottom: 50px;
    background: url("../link-tree-pattern01.html") no-repeat;
    background-size: cover; }
@media (min-width: 768px) {
    .link-tree-section__wrap:after {
        width: 104px;
        height: 196px;
        bottom: 100px; } }
@media (min-width: 1200px) {
    .link-tree-section__wrap:after {
        bottom: 208px; } }
.link-tree-section .container {
    position: relative;
    max-width: 645px;
    z-index: 5; }
.link-tree-section__logo {
    position: relative;
    width: 150px;
    margin: 0 auto 10px; }
@media (min-width: 480px) {
    .link-tree-section__logo {
        width: 198px; } }
.link-tree-section__logo a {
    display: block; }
.link-tree-section__logo img {
    width: 100%;
    height: auto;
    display: block; }
.link-tree-section__text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    display: block;
    color: #fff;
    margin: 0 0 18px; }
@media (min-width: 480px) {
    .link-tree-section__text {
        font-size: 19px;
        line-height: 24px;
        margin: 0 0 25px; } }
@media (min-width: 1200px) {
    .link-tree-section__text {
        margin: 0 0 58px; } }
.link-tree-section__text a {
    color: #fff; }
.link-tree-section__text a:hover {
    color: #cccccc; }
.link-tree-section__list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
.link-tree-section__list li {
    position: relative;
    margin: 0 0 8px; }
.link-tree-section__list li.checked a {
    background: #ff7920;
    border-color: #ff7920;
    color: #fff; }
.link-tree-section__list li.checked a .text {
    left: 0; }
.link-tree-section__list li.checked a .icon {
    opacity: 1;
    visibility: visible; }
.link-tree-section__list a {
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    height: 54px;
    font-weight: 600;
    position: relative;
    display: block;
    border-radius: 35px;
    color: #32474d;
    background: #fff;
    border: 2px solid #fff;
    transition: all 0.4s ease;
    text-align: center;
    padding: 15px 10px; }
@media (min-width: 375px) {
    .link-tree-section__list a {
        font-size: 14px;
        padding: 16px 10px; } }
@media (min-width: 480px) {
    .link-tree-section__list a {
        font-size: 18px;
        line-height: 24px;
        padding: 21px 15px;
        height: 68px; } }
.link-tree-section__list a .text {
    transition: left 0.4s ease;
    position: relative;
    display: inline-block;
    vertical-align: top;
    left: 12px; }
@media (min-width: 375px) {
    .link-tree-section__list a .text {
        left: 16px; } }
@media (min-width: 480px) {
    .link-tree-section__list a .text {
        left: 24px; } }
.link-tree-section__list a .icon {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    margin: 0  0 0 8px;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    top: 1px; }
@media (min-width: 375px) {
    .link-tree-section__list a .icon {
        font-size: 20px;
        top: 3px; } }
@media (min-width: 768px) {
    .link-tree-section__list a .icon {
        font-size: 26px;
        line-height: 26px;
        margin: 0  0 0 12px;
        top: 0; } }
.link-tree-section__list a:hover {
    background: #ff7920;
    border-color: #ff7920;
    color: #fff; }
.link-tree-section__list a:hover .text {
    left: 0; }
.link-tree-section__list a:hover .icon {
    opacity: 1;
    visibility: visible; }

.link-tree-section__wrap{
    margin-top: 100px;
}



.page-template-template-insta .ico-btn-arrow:hover {

}

/**
Marketing Action Plan Css
 */

.marketing-section {
    position: relative;
    overflow: hidden;
    width: 100%; }

.marketing-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 450px; }
@media screen and (max-width: 767px) {
    .marketing-banner {
        min-height: inherit;
        padding: 0 0 25px; } }
.marketing-banner__visual {
    position: relative;
    font-size: 23px;
    line-height: 28px;
    margin-top: 70px;
}
@media screen and (max-width: 1023px) {
    .marketing-banner__visual {
        font-size: 21px;
        line-height: 26px; } }
@media screen and (max-width: 767px) {
    .marketing-banner__visual {
        font-size: 16px;
        line-height: 22px; } }
.marketing-banner .container {
    text-align: center;
    padding: 0 15px;
    max-width: 840px;
    margin: 0 auto;
    color: #fff; }
.marketing-banner h1 {
    font-size: 52px;
    line-height: 56px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 35px; }
@media screen and (max-width: 767px) {
    .marketing-banner h1 {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 15px; }
    .marketing-banner h1 br {
        display: none; } }
.marketing-banner p {
    margin: 0 0 15px; }

.marketing-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 110px;
    padding: 15px 25px; }
@media screen and (max-width: 767px) {
    .marketing-header {
        height: auto;
        padding: 15px; } }
.marketing-header .logo {
    display: block;
    width: 130px; }
.marketing-header .logo img {
    width: 100%;
    height: auto;
    display: block; }



.main-marketing-section {
    position: relative;
    padding: 85px 0 45px; }
@media screen and (max-width: 1023px) {
    .main-marketing-section {
        padding: 55px 0 35px; } }
@media screen and (max-width: 767px) {
    .main-marketing-section {
        padding: 30px 0; } }
.main-marketing-section .container {
    max-width: 1100px;
    padding: 0 15px;
    margin: 0 auto; }
.main-marketing-section .bottom-title {
    position: relative;
    text-align: center;
    padding: 45px 0 0; }
@media screen and (max-width: 767px) {
    .main-marketing-section .bottom-title {
        padding: 20px 0 0; } }
.main-marketing-section .bottom-title a {
    display: inline-block;
    vertical-align: top;
    color: #397dea;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1;
    text-decoration: none; }
@media screen and (max-width: 1023px) {
    .main-marketing-section .bottom-title a {
        font-size: 32px; } }
@media screen and (max-width: 767px) {
    .main-marketing-section .bottom-title a {
        font-size: 26px; } }
@media screen and (max-width: 450px) {
    .main-marketing-section .bottom-title a {
        font-size: 22px; } }
@media screen and (max-width: 370px) {
    .main-marketing-section .bottom-title a {
        font-size: 18px; } }
.main-marketing-section .bottom-title a:hover {
    text-decoration: underline; }

.marketing-list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0; }
@media screen and (max-width: 767px) {
    .marketing-list {
        padding: 0 15px; } }
@media screen and (max-width: 575px) {
    .marketing-list {
        padding: 0 8px; } }
.marketing-list li {
    position: relative;
    padding: 4px 0 8px;
    margin: 0 0 15px; }
.marketing-list li:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    background: #27dafe;
    width: 18px;
    margin: 0 0 0 -9px; }
@media screen and (max-width: 1023px) {
    .marketing-list li:before {
        width: 14px;
        margin: 0 0 0 -7px; } }
@media screen and (max-width: 767px) {
    .marketing-list li:before {
        left: 0;
        margin: 0; } }
@media screen and (max-width: 575px) {
    .marketing-list li:before {
        width: 8px; } }
@media screen and (min-width: 768px) {
    .marketing-list li:nth-child(even) .marketing-list__holder {
        justify-content: flex-end; }
    .marketing-list li:nth-child(even) .marketing-list__info-block {
        padding: 0 0 0 45px;
        display: block; }
    .marketing-list li:nth-child(even) .marketing-list__wrap {
        display: block; } }
@media screen and (min-width: 1024px) {
    .marketing-list li:nth-child(even) .marketing-list__info-block {
        padding: 0 0 0 72px; } }
@media screen and (max-width: 767px) {
    .marketing-list li:last-child {
        padding-bottom: 15px; } }
@media screen and (max-width: 575px) {
    .marketing-list li:last-child {
        padding-bottom: 10px; } }
.marketing-list li:last-child:after {
    border-style: solid;
    border-width: 28px 30px 0;
    border-color: #27dafe transparent transparent;
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin: 0 0 0 -30px; }
@media screen and (max-width: 767px) {
    .marketing-list li:last-child:after {
        border-width: 24px 26px 0;
        left: -18px;
        margin: 0; } }
@media screen and (max-width: 575px) {
    .marketing-list li:last-child:after {
        border-width: 14px 16px 0;
        left: -12px;
        bottom: -14px; } }
.marketing-list__holder {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
@media screen and (max-width: 767px) {
    .marketing-list__holder {
        padding: 0 0 0 40px;
        display: block; } }
@media screen and (max-width: 575px) {
    .marketing-list__holder {
        padding: 0 0 0 25px; } }
.marketing-list__info-block {
    position: relative;
    padding: 0 72px 0 0;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end; }
@media screen and (max-width: 1023px) {
    .marketing-list__info-block {
        padding: 0 45px 0 0; } }
@media screen and (max-width: 767px) {
    .marketing-list__info-block {
        display: block;
        width: 100%;
        padding: 0; } }
.marketing-list__wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end; }
@media screen and (max-width: 767px) {
    .marketing-list__wrap {
        display: block; } }
.marketing-list__title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    margin: 0 0 15px;
    display: block;
    color: #000; }
@media screen and (max-width: 1199px) {
    .marketing-list__title {
        font-size: 25px;
        line-height: 28px; } }
@media screen and (max-width: 1023px) {
    .marketing-list__title {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 12px; } }
@media screen and (max-width: 575px) {
    .marketing-list__title {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 8px; } }
@media screen and (max-width: 375px) {
    .marketing-list__title {
        font-size: 16px; } }
.marketing-list__days {
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    color: #397dea;
    display: block;
    margin: 0 0 30px; }
@media screen and (max-width: 1199px) {
    .marketing-list__days {
        font-size: 36px; } }
@media screen and (max-width: 1023px) {
    .marketing-list__days {
        font-size: 30px;
        margin: 0 0 20px; } }
@media screen and (max-width: 575px) {
    .marketing-list__days {
        font-size: 26px;
        margin: 0 0 15px; } }
.marketing-list .goal-btn {
    transition: all 0.4s ease;
    text-decoration: none;
    border-radius: 4px;
    background: #ffa300;
    border: 1px solid #ffa300;
    color: #fff;
    display: block;
    width: 194px;
    height: 44px;
    text-align: center;
    padding: 11px 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase; }
.marketing-list .goal-btn:hover, .marketing-list .goal-btn:focus {
    background: #fff;
    color: #ffa300; }

.marketing-footer {
    position: relative;
    padding: 30px 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    background: #f6fafd;
    color: #000; }
@media screen and (max-width: 1023px) {
    .marketing-footer {
        padding: 20px 0; } }
@media screen and (max-width: 767px) {
    .marketing-footer {
        padding: 15px 0; } }
@media screen and (max-width: 420px) {
    .marketing-footer {
        font-size: 13px;
        line-height: 22px; } }
.marketing-footer .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto; }
@media screen and (max-width: 1023px) {
    .marketing-footer .container {
        max-width: 768px; } }
@media screen and (max-width: 1023px) {
    .marketing-footer .pipline1 {
        display: none; } }
@media screen and (max-width: 767px) {
    .marketing-footer .pipline2 {
        display: none; } }
@media screen and (max-width: 767px) {
    .marketing-footer .mail,
    .marketing-footer .number {
        display: block; } }
.marketing-footer p {
    margin: 0; }
.marketing-footer a {
    transition: all 0.4s ease;
    text-decoration: none;
    color: #397dea; }
.marketing-footer a:hover {
    color: #124dab; }


/* background image style */
.bg-stretch {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }


.page-template-template-action-plan .app-header .header-top-menu-wrapper > ul > li > a,
.page-template-template-insta .app-header .header-top-menu-wrapper > ul > li > a,
.page-template-template-action-plan .app-header__top,
.page-template-template-affiliate .app-header__top,
.page-template-template-insta .app-header__top{
    color: #fff;
}


.page-template-template-action-plan .app-header .header-top-menu-wrapper > ul > li > a:hover,
.page-template-template-insta .app-header .header-top-menu-wrapper > ul > li > a:hover{
    color: rgba(225, 218, 218, 0.91);
}



.page-template-template-insta .ico-btn-arrow:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMi40MTQxIDEyLjAwMDFMMTQuNzA3IDE5LjcwNzJMMTMuMjkyNyAxOC4yOTNMMTguNTg1NiAxMy4wMDAxTDIuOTk5ODUgMTMuMDAwMUwyLjk5OTg1IDExLjAwMDFMMTguNTg1NiAxMS4wMDAxTDEzLjI5MjcgNS43MDcxOEwxNC43MDcgNC4yOTI5N0wyMi40MTQxIDEyLjAwMDFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMi40MTQxIDEyLjAwMDFMMTQuNzA3IDE5LjcwNzJMMTMuMjkyNyAxOC4yOTNMMTguNTg1NiAxMy4wMDAxTDIuOTk5ODUgMTMuMDAwMUwyLjk5OTg1IDExLjAwMDFMMTguNTg1NiAxMS4wMDAxTDEzLjI5MjcgNS43MDcxOEwxNC43MDcgNC4yOTI5N0wyMi40MTQxIDEyLjAwMDFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background: currentColor;
    margin-left: 32px;
}

.page-pre-loader {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 9999999999;
    top: 0; }
.page-pre-loader_transparent {
    background-color: rgba(0, 0, 0, 0.7); }
.page-pre-loader .showbox {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0; }
.page-pre-loader .loader {
    position: relative;
    margin: 0 auto;
    width: 50px; }
.page-pre-loader .loader:before {
    content: '';
    display: block;
    padding-top: 100%; }
.page-pre-loader .circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
.page-pre-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #35f; }

@keyframes rotate {
    100% {
        transform: rotate(360deg); } }

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0; }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px; }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px; } }

#select_company{
    cursor: pointer;
}
.container.app-header-main__content-wrapper{
    display: flex;
    justify-content: space-between;
}