body {
    font-family: Lato;
}

.montser {
    font-family: Montserrat;
}

.lato {
    font-family: Lato;
}

.cursive {
    font-family: cursive;
}

.initial {
    font-family: initial;
}

.white {
    color: #ffffff;
}

.black {
    color: #000000;
}

.red {
    color: #ec0404;
}

.green {
    color: #42a21d;
}

.pink {
    color: #fd528c;
}

.fjalla {
    font-family: "Fjalla One", Helvetica, sans-serif;
}

.orange {
    color: #ff6b29;
}

.purple {
    color: #7d57c1;
}

.cyan {
    color: #3473f6;
}

.top {
    font-family: 'Fjalla One', sans-serif;
}

.quicksand {
    font-family: 'Quicksand', sans-serif;
}

.serif {
    font-family: serif;
}

.linewhite {
    border-bottom: 1px solid #ffffff;
}

.lineblack {
    border-bottom: 1px solid #000000;
}

.linered {
    border-bottom: 1px solid #ff0000;
}

.linegreen {
    border-bottom: 1px solid #42a21d;
}

.linepink {
    border-bottom: 1px solid #fd3768;
}

.lineyellow {
    border-bottom: 1px solid #fff716;
}

.lineorange {
    border-bottom: 1px solid #ff9200;
}

.linepurple {
    border-bottom: 1px solid #7d57c1;
}

.linewhite2 {
    border-bottom: 2px solid #ffffff;
}

.lineblack2 {
    border-bottom: 2px solid #000000;
}

.linered2 {
    border-bottom: 2px solid #ff0000;
}

.linegreen2 {
    border-bottom: 2px solid #42a21d;
}

.linepink2 {
    border-bottom: 2px solid #fd3768;
}

.lineyellow2 {
    border-bottom: 2px solid #fff716;
}

.lineorange2 {
    border-bottom: 2px solid #ffa500;
}

.linepurple2 {
    border-bottom: 2px solid #7d57c1;
}

/*---------Top Fix Header---------*/
.spacer3 {
    margin-top: 3%;
}

.spacer-4 {
    margin-top: -4%;
}

.spacer-8 {
    margin-top: -8%;
}

.spacer-15 {
    margin-top: -15%;
}

.spacer-1 {
    margin-top: -1.2%;
}

.banner-link li a {
    /*text-decoration: none;    color: #ffffff;    background: #e85643;*/
    padding: 6px 11px;
    border-radius: 2px;
}

.banner-link {
    position: absolute;
    right: -50px;
    top: -50px;
}

.banner-link li {
    list-style: none;
    display: inline-block;
}

.spacer-2 {
    margin-top: -2%;
}

.spacer6 {
    margin-top: 6%;
}

.spacer8 {
    margin-top: 8%;
}

.spacer10 {
    margin-top: 10%;
}

.exactlybg {
    background: #000000d6;
    padding: 12px;
}

.spacer12 {
    margin-top: 12%;
}

.spacer15 {
    margin-top: 15%;
}

.spacer20 {
    margin-top: 20px;
}

@media (min-width: 768px).upsell1ribbon {
    background: url(../images/ribbon1.png) no-repeat center 3px;
    padding: 22px 0 30px;
    margin-top: -9%;
}

@media (min-width: 240px).upsell1ribbon {
    background: url(../images/xsribbon1.png) no-repeat center center;
    background-size: contain;
    padding: 20px 0 30px;
    margin-top: -16%;
}

.upsell1 {
    background-color: #ff9000;
    width: 100%;
    padding: 4.5% 2% 0%;
}

.logoheight {
    max-height: 140px;
}

.top-timer {
    padding: 10px 0 15px;
    clear: both;
    background: #ffffff;
    border-bottom: 2px solid #ccc
}

.fix {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 6px solid #40adc0;
    z-index: 9999;
}

@media (min-width:240px) {
    .fix-mrgin {
        margin-top: 75px;
        padding-top: 35px !important;
    }
}

@media (min-width:768px) {
    .fix-mrgin {
        margin-top: 55px;
        padding-top: 55px !important;
    }
}

@media (min-width:992px) {
    .fix-mrgin {
        margin-top: 55px;
        padding-top: 60px !important;
    }
}

@media (min-width:1200px) {
    .fix-mrgin {
        margin-top: 40px;
        padding-top: 60px !important;
    }
}

@media (min-width: 240px) {
    .banner {
        background: url(../images/bg0.png) no-repeat;
        padding: 5% 0% 5% !important;
        margin-top: 0px !important;
    }
}

@media (min-width: 1200px) {
    .banner {
        background: url(../images/bg0.png) no-repeat #fff;
        background-size: cover !important;
        background-position: bottom;
        padding: 3% 0 14% !important;
    }
}

@media (min-width: 240px) {
    .banner1 {
        background: url(../images/bg1.png) no-repeat !important;
        background-position: top center !important;
        padding: 5% 0% 5% !important;
        margin-top: 0px !important;
    }
}

@media (min-width: 1200px) {
    .banner1 {
        background: url(../images/bg1.png) no-repeat !important;
        background-size: contain !important;
        background-position: top center !important;
        padding: 3% 0 12% !important;
        background-size: 100% 100% ! important;
    }
}

/*---------Top Fix Header---------*/
.nav.navbar-nav.navbar-right li a {
    color: #ffffff;
    font-size: 14px;
    margin: 2px 4px;
    margin-right: 20px;
    margin-right: 20px;
    position: relative;
    background-color: #e85643;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: right;
    bottom: 92px;
    left: 75px;
    font-weight: 600;
}

.popup:hover {
    transform: scale(1.1);
}

.popup {
    transition: all .3s ease-in-out;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff;
    background-color: #287abc;
}

.mod {
    background: #00000000 url(../images/mod.png) no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 4% 5px 10% 2%;
}

.header-notice3 {
    border-right: 8px solid #e85643;
    border-left: 8px solid #e85643;
    border-radius: 24px 0;
    position: relative;
    padding: 10px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

/*.shadow30 {    box-shadow: 10px 10px 20px 0px #908e8e;}*/
.play1 li {
    background: url(../images/ques.png) no-repeat;
    padding: 0 0 12px 70px;
    list-style: none;
    background-position: 0px 0px;
    line-height: 165%;
    margin-top: 8px;
    background-size: 60px;
}
}

/*---------Sections---------*/
.bandit {
    background: #ffffff url(../images/bandit-bg.jpg) no-repeat top;
    background-size: cover;
    padding: 2% 0 2%;
}

.whitebdg1 {
    background: #ffffff url(../images/bdg1.png) no-repeat top;
    background-size: cover;
    background-attachment: fixed;
    padding: 2% 0 2%;
}

.whitebg {
    background: #ffffff url(../images/whitebg.jpg) no-repeat center top;
    background-size: cover;
    padding: 2% 0 2%;
}

.whitesection {
    padding: 2% 0px 4%;
    background: #ffffff;
}

.whitesection1 {
    background: url(../images/bg2.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    padding: 4% 0;
}

.offwhitesection {
    padding: 4% 0;
    background: #ffffff;
}

.blacksection {
    padding: 4% 0;
    background: url(../images/upsellbg1.png) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
}

.section1 {
    background: url(../images/bg3.png) no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

.section2 {
    padding: 4% 0;
    background: #7DCBD5;
}

.section4 {
    background: #ffffff url(../images/specialbg.png) no-repeat center top;
    background-size: cover;
    padding: 2% 0 2%;
    background-attachment: fixed;
}

.section5 {
    background: url(../images/bg4.png) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
    padding: 1% 0 4% 0
}

.section6 {
    background: #635c88 url(../images/bdg1.png) no-repeat fixed;
    background-size: cover;
    padding: 4% 0;
}

.section7 {
    background: #fff url(../images/bg4.jpg) no-repeat;
    background-size: cover;
    padding: 2% 0 4%;
    background-attachment: fixed;
}

.section8 {
    background: url(../images/bg11.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 1% 0 4% 0;
}

.section9 {
    background: url(../images/whitebg1.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    padding: 4% 0
}

.background1 {
    padding: 2% 2%;
    background: #eb1552;
}

.background2 {
    background: #121421;
    color: #fff;
    padding: 2% 0 4%;
}

.background3 {
    padding: 2% 2%;
    background: #fca66d;
}

.background4 {
    padding: 2% 2%;
    background: #fbb100;
}

/*---------Background Boxes---------*/
.box-white {
    background: #ffffff;
    padding: 8px 15px;
    border-radius: 6px;
    display: inline-block;
}

.box-red {
    background: #ff0000;
    padding: 8px 15px;
    border-radius: 6px;
    display: inline-block;
}

.box-green {
    background: #42a21d;
    padding: 8px 15px;
    border-radius: 6px;
    display: inline-block;
}

.box-pink {
    background: #fd3768;
    padding: 8px 15px;
    border-radius: 6px;
    display: inline-block;
}

.box-yellow {
    background: #fff716;
    padding: 8px 15px;
    border-radius: 6px;
    display: inline-block;
}

.box-orange {
    background: #46a2ec;
    padding: 8px 15px;
    border-radius: 6px;
    display: inline-block;
}

.box-default {
    background: #777777;
    padding: 8px 15px;
    border-radius: 6px;
    display: inline-block;
}

.box-primary {
    padding: 8px 15px;
    border-radius: 6px;
    display: inline-block;
}

.box-success {
    background: #5cb85c;
    padding: 8px 15px;
    border-radius: 6px;
    display: inline-block;
}

.box-info {
    background: #5bc0de;
    padding: 8px 15px;
    border-radius: 6px;
    display: inline-block;
}

.box-warning {
    background: #f0ad4e;
    padding: 8px 15px;
    border-radius: 6px;
    display: inline-block;
}

.box-danger {
    background: #6bb90f;
    padding: 8px 15px;
    border-radius: 6px;
    display: inline-block;
}

/*---------Background Video---------*/
/*--------BaCkground Video CSS---------*/
.home-video-hero {
    position: relative;
    width: 100%;
    height: auto;
    bottom: 0px;
}

.home-video-hero .video-frame {
    position: relative;
}

.laptop .responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

@media (min-width:240px) {

    .laptop .responsive-video iframe,
    .laptop .responsive-video object,
    .laptop .responsive-video embed {
        position: absolute;
        top: 6%;
        left: 17.5%;
        width: 75.5%;
        height: 70%;
    }
}

@media (min-width:768px) {

    .laptop .responsive-video iframe,
    .laptop .responsive-video object,
    .laptop .responsive-video embed {
        position: absolute;
        top: 6%;
        left: 17.5%;
        width: 69.5%;
        height: 73%;
    }
}

@media (min-width:992px) {

    .laptop .responsive-video iframe,
    .laptop .responsive-video object,
    .laptop .responsive-video embed {
        position: absolute;
        top: 6%;
        left: 17.5%;
        width: 69.5%;
        height: 73%;
    }
}

@media (min-width:1200px) {

    .laptop .responsive-video iframe,
    .laptop .responsive-video object,
    .laptop .responsive-video embed {
        position: absolute;
        top: 6%;
        left: 17.5%;
        width: 68.5%;
        height: 73%;
    }
}

.home-video-hero .video-frame video {
    width: 100%;
    height: auto;
}

.blue {
    color: #2190db;
}

video {
    display: inline-block;
    vertical-align: baseline;
}

.home-video-hero .video-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.home-video-hero .content-container {
    width: 100%;
    position: absolute;
    top: 0%;
    z-index: 999;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    border: 2px solid #4ed0e7;
    overflow: hidden;
}

.responsive-video iframe,
.responsive-video object {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/*----------BuyButton----------*/
.buybtn {
    background: linear-gradient(135deg, #00a0b8 0%, #01c6a0 100%);
    border-radius: 5px;
    color: #fff;
    border: 2px solid #00acb0;
    padding: 3% 2%;
    box-shadow: 0 6px 1px #00abb1;
}

.buybtn:hover {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.buybtn:active {
    box-shadow: 0px 3px 1px #00abb1;
    transform: translateY(4px);
}

.buybtn1 {
    background: linear-gradient(to bottom, #d7092e 0%, #d7092e 100%);
    border-radius: 5px;
    color: #fff;
    text-align: center;
    border: 3px solid #d7092e;
    padding: 3% 2%;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.buybtn1:hover {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.buybtn1:active {
    box-shadow: 0px 3px 1px #ff9b00;
    transform: translateY(4px);
}

/*----------Brush----------*/
.brush {
    background: url(../images/brush.png) no-repeat left;
    padding: 19px;
}

.brush2 {
    background: url(../images/brush2.png) no-repeat center center;
    padding: 8px;
    display: inline-block;
}

.brush3 {
    background: url(../images/brush3.png) no-repeat center center;
    padding: 8px;
    display: inline-block;
}

@media (min-width: 240px) {
    .brush1 {
        background: url(../images/brush1.png) #ff2 no-repeat left;
        padding: 10px;
        display: block;
    }
}

@media (min-width: 768px) {
    .brush1 {
        background: url(../images/brush1.png) no-repeat left;
        padding: 10px;
        display: block;
    }
}

/*----------iframe Video----------*/
.thevideo {
    position: relative;
    padding-bottom: 51%;
    padding-top: 23px;
    height: 0;
    overflow: hidden;
    padding-right: 60px;
    padding-left: 6px;
}

.thevideo iframe,
.thevideo object,
.thevideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.thevideo1 {
    position: relative;
    padding-bottom: 51%;
    padding-top: 23px;
    height: 0;
    overflow: hidden;
    padding-right: 60px;
    padding-left: 6px;
}

.thevideo1 iframe,
.thevideo object,
.thevideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    .demovideo {
        position: relative;
        padding-bottom: 56.25%;
        overflow: hidden;
        border: 1px solid #000;
    }

    .demovideo iframe,
    .demovideo object,
    .demovideo embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
}

@media (min-width: 240px) {
    .demovideo {
        position: relative;
        padding-bottom: 56.25%;
        overflow: hidden;
    }

    .demovideo iframe,
    .demovideo object,
    .demovideo embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
}

.demovideo1 {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    border: 2px solid #02ebff;
}

.demovideo1 iframe,
.demovideo object,
.demovideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/*----------Timer BG ----------*/
.top-timer1 {
    padding: 3% 15px 5%;
    background: #ffffff;
    clear: both;
    border-radius: 48%;
    box-shadow: 0 0 20px 2px #fff;
    border-left: 15px solid #ef8408;
    border-right: 15px solid #ef8408;
}

/*---------Strip---------*/
.strip {
    background: #ef8408;
    padding: 1.5% 0;
}

/*---------Price Area---------*/
.option-clr1 {
    color: #ffffff;
}

.pricing-monthly {
    position: relative;
    padding: 10% 2%;
    width: 100%;
    height: auto;
}

.pricing-monthly:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 13px 27px 0;
    display: block;
    width: 0;
    z-index: 0;
    bottom: -14px;
    left: 43%;
}

.price-btn1 {
    border: 4px solid #1d2528;
    background: rgb(249, 249, 249);
    border-radius: 10px;
    overflow: hidden;
}

.price-btn2 {
    border: 4px solid #00a4b7;
    background: rgb(253, 244, 240);
    border-radius: 10px;
    overflow: hidden;
}

.price-btn3 {
    border: none;
    background: rgb(253, 238, 220);
    box-shadow: 0 0 15px 3px #a2a2a2;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.pricing-monthly1:before {
    border-color: #1d2528 transparent;
}

.pricing-monthly2:before {
    border-color: #00a4b7 transparent;
}

.pricing-monthly3:before {
    border-color: #16a179 transparent;
}

.pricing-monthly1 {
    background: #1d2528;
    border-bottom: #1d2528 solid 2px;
}

.pricing-monthly2 {
    background: #00a4b7;
    border-bottom: #00a4b7 solid 2px;
}

.pricing-monthly3 {
    background: #16a179 border-bottom: #16a179 solid 2px;
    border-radius: 10px 10px 0px 0px;
}

.btntext-fb {
    padding: 15px;
    background: #d9e5fb;
    box-shadow: 0 0 10px 1px #3a5897;
    border-radius: 50px;
}

.btntext-tw {
    padding: 15px;
    background: #d5ebf5;
    box-shadow: 0 0 10px 1px #4dbdec;
    border-radius: 50px;
}

.btntext-both {
    padding: 15px;
    background: #dae9f9;
    box-shadow: 0 0 10px 1px #228dff;
    border-radius: 150px;
}

.shine {
    position: relative;
    overflow: hidden;
    display: block;
}

.shine:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
}

/* Hover state - trigger effect */
.shine:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

/* Active state */
.shine:active:after {
    opacity: 0;
}

@media(min-width:240px) {
    .ribbon1 {
        background: #ffff22;
        padding: 6px 20px;
        text-align: center;
        transform: rotate(0deg);
        position: absolute;
        right: 0px;
        top: 0px;
        width: 150px;
        font-size: 14px;
        border-bottom-left-radius: 10px;
        z-index: 999;
    }
}

@media(min-width:768px) {
    .ribbon1 {
        padding: 6px 10px;
        right: 0px;
        top: 0px;
        width: 150px;
        font-size: 15px;
    }
}

@media(min-width:992px) {
    .ribbon1 {
        padding: 6px 20px;
        right: 0px;
        top: 0px;
        width: 200px;
        font-size: 16px;
    }
}

/*---------Benifit Area---------*/
.box-black {
    background: #ffffff;
    padding: 8px 15px;
    border-radius: 6px;
    display: block !important;
    min-height: 50px;
    margin-top: 5%;
    transition: all ease-in;
}

.box-black-bg {
    float: left;
    box-shadow: 0 0 30px 1px #999;
    border-radius: 6px;
    padding-bottom: 15px;
    background-color: #fff;
}

a.demosite {
    background: #e85643;
    color: #fff;
    text-align: center;
    display: block;
    padding: 2%;
    border-radius: 57px;
    -webkit-border-radius: 57px;
    font-weight: 600;
}

/*---------Bonus Area---------*/
.bonus1 {
    background: linear-gradient(to top, #fd941b 0%, #f7ba49 100%);
    padding: 20px;
    color: #fff;
}

.bonus {
    padding: 20px;
    color: #333;
}

.bonus2 {
    background: linear-gradient(to top, #f3734b 0%, #f9a60d 100%);
    padding: 20px;
    color: #fff;
}

/*Testimonial CSS*/
.testimonial {
    margin: 0 50px;
    overflow: hidden;
}

.testimonial .description {
    background: #efefef;
    position: relative;
    font-size: 17px;
    line-height: 27px;
    color: #000;
    padding: 15px 20px;
    border: 1px solid #767070;
    border-left: 10px solid #152b42;
    border-right: 3px solid #152b42;
    border-radius: 10px;
    font-family: inherit;
    font-weight: 400;
}
}

.testimonialr .description {
    border-right: 3px solid #46a2ec !important;
}

.testimonial .description:after {
    /*content: "";*/
    width: 20px;
    height: 20px;
    background: #fff;
    border-bottom: 1px solid #767070;
    border-left: 1px solid #767070;
    position: absolute;
    bottom: -11px;
    left: 65px;
    transform: skewY(-45deg);
}

.testimonialr .descriptions {
    border-right: 10px solid #24b1e6 !important;
    border-left: 3px solid #24b1e6 !important;
}

.testimonial .descriptions {
    position: relative;
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    padding: 15px 20px;
    border: 1px solid #24b1e6;
    border-left: 10px solid #24b1e6;
    border-right: 3px solid #24b1e6;
    border-radius: 10px;
    font-weight: 500;
}

.testimonial .descriptions:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #00000000;
    border-bottom: 1px solid #24b1e6;
    border-left: 1px solid #24b1e6;
    position: absolute;
    bottom: -11px;
    left: 65px;
    transform: skewY(-45deg);
}

.testimonialr .description:after {
    left: inherit;
    right: 100px !important;
}

.testimonialr .descriptions:after {
    left: inherit;
    right: 100px !important;
}

.testimonial .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px 30px 10px;
    display: inline-block;
    border: 3px solid #d2d1d1;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .testimonial-prof {
    /*text-transform: capitalize;*/
    margin: 0 30px;
}

.testimonial .testimonial-prof h4 {
    color: #24b1e6;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.testimonial .testimonial-prof small {
    display: block;
    font-size: 14px;
    color: #fff;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    /*-webkit-box-shadow: inset 3px 5px 15px rgb(255, 156, 0);*/
}

.fbg {
    background: #00000000 url(../images/upsellbg1.jpg) no-repeat;
    background-size: cover;
    padding: 2% 0 2%;
}

.fbg2 {
    background: #00000000 url(../images/upsellbg2.png) no-repeat;
    background-size: cover;
    padding: 2% 0 2%;
}

.fbg6 {
    background: #fff url(../images/upsellbg3.png) no-repeat;
    background-size: auto auto;
    background-size: cover;
    padding: 11% 0 25%;
}

.fbg4 {
    background: #fff url(../images/strip.png) no-repeat;
    background-size: cover;
    padding: 2% 0 10%;
}

.strip1 {
    background: #00000000 url(../images/strip1.jpg) no-repeat;
    background-size: cover;
    padding: 5% 0 8%;
}

.fbgbc {
    background: #fff url(../images/strip.png) no-repeat;
    background-size: cover;
    padding: 19% 0 10%;
}

.text-center {
    text-align: center;
}

.spacer-6 {
    margin-top: -6%;
}

.spacer-10 {
    margin-top: -10%;
}

.play li {
    background: url(../images/play.png) no-repeat;
    padding: 0 0 12px 60px;
    list-style: none;
    background-position: 0px 0px;
    line-height: 165%;
    margin-top: 8px;
}

.welcomearea {
    background: url(../images/productdescbg.png) no-repeat;
    background-size: cover;
    padding: 18% 0 3%;
    margin-top: -26%;
}

.play3 li {
    background: url(../images/right-arrow.png) no-repeat;
    padding: 0 0 12px 50px;
    list-style: none;
    background-position: 0px 0px;
    line-height: 165%;
    margin-top: 8px;
    background-size: 20px 20px;
}

.play4 li {
    background: url(../images/yes1.png) no-repeat;
    padding: 0 0 12px 50px;
    list-style: none;
    background-position: 0px 0px;
    line-height: 165%;
    margin-top: 8px;
}

.play2 li {
    background: url(../images/check.png) no-repeat;
    padding: 0 0 12px 50px;
    list-style: none;
    background-position: 0px 0px;
    line-height: 165%;
    margin-top: 8px;
}

.play6 li {
    background: url(../images/introlist.png) no-repeat;
    padding: 5px 2px 14px 80px;
    list-style: none;
    background-position: 13px 3px;
    line-height: 200%;
    margin-top: 8px;
    background-size: 40px 40px;
}

.play8 li {
    background: url(../images/star.png) no-repeat;
    padding: 0 0 21px 50px;
    list-style: none;
    background-position: 0px 5px;
    line-height: 165%;
    margin-top: 8px;
    background-size: 35px;
}

.play9 li {
    background: url(../images/star.png) no-repeat;
    padding: 0 0 12px 50px;
    list-style: none;
    background-position: 0px 5px;
    line-height: 165%;
    margin-top: 8px;
    background-size: 35px;
}

/*---------Exit Popup Css---------*/
.popupbg {
    background: #4d6987;
    border: 10px solid #ff731b !important;
    border-radius: 15px;
    display: block;
    overflow: auto;
}

@media(min-width:240px) {
    #exitmodal .modal {
        background: url(../images/bg1.jpg) no-repeat center center;
        background-size: cover;
        width: 315px;
        height: 550px;
        background-color: #4d6987;
        z-index: 1;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 1px solid #454545;
        border-radius: 20px;
        -webkit-animation: popin .3s;
        animation: popin .3s;
        overflow: hidden;
    }
}

@media(min-width:768px) {
    #exitmodal .modal {
        width: 650px;
        height: 500px;
    }
}

@media(min-width:992px) {
    #exitmodal .modal {
        width: 650px;
        height: 500px;
    }
}

@media(min-width:1200px) {
    #exitmodal .modal {
        width: 650px;
        height: 500px;
    }
}

#exitmodal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#exitmodal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}

#exitmodal .modal-title {
    font-size: 18px;
    background-color: #252525;
    color: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center
}

#exitmodal .modal-footer {
    text-transform: capitalize;
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #344a5f
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-ms-keyframes popin {
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.innerbody {
    /*border: 1px solid #464646;*/
    border-radius: 10px;
    margin-top: -1%;
    padding: 0 0 15px 0;
}

#exitmodal input[type="email"],
#exitmodal input[type="password"],
#exitmodal input[type="text"] {
    padding: 10px !important;
    color: #000000 !important;
    background: #b9dfec !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    outline: none;
    box-shadow: none;
    border: 1px solid #0077a5 !important;
    margin: 8px 0 !important;
    width: 100%;
}

#exitmodal input[type="submit"] {
    background-color: #ff7e00;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    border: 1px solid #ff7e00;
    outline: none;
    margin: 8px 0 !important;
    padding: 6px 10px;
    width: 100%;
}

.formbg {
    background: #87e0fd;
    background: -moz-linear-gradient(top, #87e0fd 0%, #3f7da7 0%, #2e5f89 100%);
    background: -webkit-linear-gradient(top, #87e0fd 0%, #3f7da7 0%, #2e5f89 100%);
    background: linear-gradient(to bottom, #87e0fd 0%, #3f7da7 0%, #2e5f89 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87e0fd', endColorstr='#2e5f89', GradientType=0);
    padding: 15px;
}

.custom-close,
.custom-close:hover,
.custom-close:focus {
    color: #ffffff !important;
    opacity: 1;
    font-weight: 400;
    font-size: 30px;
    text-shadow: none;
    position: absolute;
    right: 10px;
    top: 6px;
    outline: none;
    width: 30px;
    clear: both;
    height: 30px;
    z-index: 999999999;
}

.mailicon {
    position: absolute;
    right: 35px;
    top: 22px;
}

/*-----Footer CSs---------*/
.lightblock {
    background: linear-gradient(135deg, #00a0b8 0%, #01c6a0 100%);
    padding: 2% 0;
}

.lightblock a {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #fbf8f7;
}

/* Pulse  INfinite*/
@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.btitle {
    background: #fc981f;
    padding: 5%;
    text-shadow: 1px 1px 1px #333;
    border-radius: 0 0 44px 44px;
    box-shadow: 0px 5px 20px 1px #999;
}

.bonussection {
    border: 4px #fc981f solid;
    width: 100%;
    float: left;
    background: #fff1db;
    border-radius: 0 0 50px 50px;
}

.spacer1 {
    margin-top: 1.5%;
}

.spacer2 {
    margin-top: 2%;
}

.spacer4.5 {
    margin-top: 4.5%;
}

.spacer4 {
    margin-top: 4%;
}

.spacer10 {
    margin-top: 10%;
}

.infinite-pulse {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.infinite-pulse {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.fbg7 {
    background: #00000000 url(../images/Action.png) no-repeat;
    background-size: cover;
    background-position: initial;
    padding: 1.5% 0 18%;
}

.borderblue {
    border-left: 4px solid #1b6ec1;
    padding-left: 2%;
}

.guarnti-box {
    background: url(../images/moneybg.png) no-repeat #232323;
    background-size: cover;
    padding: 2% 0;
}

.moneybackblock {
    outline: 2px dashed #deb357;
    background-color: #13121750;
    outline-offset: -10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 100%;
    float: left;
    padding: 2%;
    color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.blueheadbg {
    background: #2190db;
    border-radius: 2px;
    color: #fff;
    padding: 1px 8px;
}

.blue1 {
    color: #152b42;
}

@media (min-width: 240px) {
    .xsmt5 {
        margin-top: 5%;
    }
}

@media (min-width: 992px) {
    .ribbon-front {
        background-color: #3e3e3e;
        height: 42px;
        width: 214px;
        position: absolute;
        right: 0px;
        z-index: 2;
        top: 0px;
        color: #fff;
        text-align: center;
        padding-top: 3px;
        border-radius: 0px 5px 0px 0px;
    }
}

@media (min-width: 1200px) {
    .ribbon-wrapper {
        position: relative;
        bottom: 50px ! important;
        right: 20px ! important;
    }
}

@media (min-width: 240px) {
    .ribbon-wrapper {
        position: relative;
        bottom: 0px;
        right: -7px;
        z-index: 999;
    }
}

.sec18qipte {
    padding-top: 5%;
    font-size: 70px;
    color: #ff6b29;
    position: relative;
    top: -8px;
    left: -3%;
    z-index: 999;
}

.testimonial1 {
    background: #faf9f9;
    border-radius: 5px;
    -webkit-box-shadow: 3px 4px 19px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 4px 19px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 4px 19px 0px rgba(0, 0, 0, 0.75);
    margin: -11% 0%;
    padding: 7%;
}

.testimonial2 {
    background: #faf9f9;
    border-radius: 5px;
    -webkit-box-shadow: 3px 4px 19px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 4px 19px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 4px 19px 0px rgba(0, 0, 0, 0.75);
    margin: -11% 0%;
    padding: 7%;
}

.sec18para {
    font-family: 'Montserrat', sans-serif;
    color: #6e6e6e;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}

.sec18head2 {
    font-family: 'Montserrat', sans-serif;
    color: #4f4f4f;
    font-weight: 600;
    padding-top: 1%;
    font-size: 24px;
    margin-right: 1%;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sec18img1 {
    margin-left: 0%;
    border: 2px solid #c2c3c6;
    padding: 1px;
    position: relative;
}

.lpcolorbg {
    background: #76c650;
    color: #fff;
    padding: 2px 5px;
}

.boxs {
    border-style: solid;
    border-color: rgb(104, 127, 141);
    border-width: 4px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-size: 100% 100%;
}

.col-md-20 {
    width: 20%;
}

.col-md-30 {
    width: 30%;
}

.col-md-40 {
    width: 40%;
}

.col-md-60 {
    width: 60%;
}

.green {
    color: #00aa85;
}

.neon {
    color: #02ebff;
}

.infinite-pulse {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.infinite-pulse {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.ylw {
    color: rgb(255, 156, 0);
}

.wt100 {
    font-weight: 100;
}

.wt200 {
    font-weight: 200;
}

.wt300 {
    font-weight: 300;
}

.wt350 {
    font-weight: 350;
}

.wt400 {
    font-weight: 400;
}

.wt500 {
    font-weight: 500;
}

.wt600 {
    font-weight: 600;
}

.wt700 {
    font-weight: 700;
}

.wt800 {
    font-weight: 800;
}

.wt900 {
    font-weight: 900;
}

.green1 {
    color: #42a21d;
}

.blue1 {
    color: #0d1a44;
}

.fantasy {
    font-family: fantasy;
}

@media (min-width: 240px) {
    .iconss {
        margin-top: -95px;
        border: 1px #000 solid;
        border-color: #d1d1d1;
        border-width: 1px;
        width: 300px;
        background-color: #fcfcfc;
    }
}

@media (min-width: 1200px) {
    .iconss {
        margin-top: -110px !important;
        border: 1px #000 solid;
        border-color: #7d7d7d;
        border-width: 1px;
        width: 354px !important;
        background-color: #fcfcfc;
    }
}

.spacer35 {
    margin-top: 20%;
}

.spacer20 {
    margin-top: 20%;
}

.contactbox1 {
    background: #ffcc01;
    width: 100%;
    padding: 1% 0 2% 0;
    box-shadow: 0 6px 1px #d2a904;
}

.quick-point1 {
    background: #607D8B;
    padding: 0% 0 4%;
    background-size: cover;
}

.borderblue {
    border-left: 4px solid #1b6ec1;
    padding-left: 2%;
}

.blue {
    color: #2190db;
}

.quick-point2 {
    background: #f2f2f2;
    padding: 0% 0 4%;
    background-size: cover;
}

.tbbg2 {
    background: #a7a8aa;
    padding: 11% 0% 12%;
    /*border-bottom-left-radius: 100px;    border-bottom-right-radius: 100px;*/
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.tablebox2 {
    border: 1px solid #a7a8aa;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    float: left;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.myfeatures {
    background: #e5e5e5;
    float: left;
    padding: 23px 6px;
    width: 100%;
    min-height: 69px;
}

.myfeature {
    background: #fafafa;
    float: left;
    padding: 22px 6px;
    width: 100%;
    min-height: 69px;
    border-bottom: 1px solid #e5e5e5;
}

.myfeatures.last {
    background: #e5e5e5;
    float: left;
    padding: 25px 6px;
    width: 100%;
    min-height: 69px;
    border-bottom: 1px solid #e5e5e5;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.myfeature.last {
    background: #fafafa;
    float: left;
    padding: 25px 6px;
    width: 100%;
    min-height: 69px;
    border-bottom: 1px solid #e5e5e5;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.tbbg3 {
    background: #595a5d;
    padding: 11% 0% 12%;
    /*border-bottom-left-radius: 100px;    border-bottom-right-radius: 100px;*/
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.tablebox3 {
    border: 1px solid #595a5d;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    float: left;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.tbbg4 {
    background: #000;
    padding: 11% 0% 14%;
    /*border-bottom-left-radius: 100px;    border-bottom-right-radius: 100px;*/
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.tablebox4 {
    border: 1px solid #000;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    float: left;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.tbbg5 {
    background: #fa9b09;
    padding: 15% 0% 21%;
    /*border-bottom-left-radius: 100px;    border-bottom-right-radius: 100px;*/
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.tablebox5 {
    border: 1px solid #fa9b09;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    float: left;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

@media (min-width: 1200px) {
    .whitesection2 {
        background: #ffffff url(../images/video.png) no-repeat center top;
        background-size: cover;
        padding: 4% 0 30% !important;
    }
}

@media (min-width: 1200px) {
    .whitebgd {
        background: #ffffff url(../images/moneybgd.png) no-repeat center top;
        background-size: cover;
        padding: 2% 0 6%;
    }
}

.clear {
    clear: both;
}

.product {
    background: url(../images/bg5.png) no-repeat top center;
    background-size: cover;
    padding: 2% 0 2% 0;
}

@media (min-width: 992px) {
    .mdst0 {
        margin-top: 0%;
    }
}

@media (min-width: 768px) {
    .smst4 {
        margin-top: 4%;
    }
}

.bonussection1 {
    width: 100%;
    float: left;
    background: #f6f6f6;
    border-radius: 20px;
    overflow: hidden;
}

@media (min-width: 240px) {
    .bonussection1 {
        border: 3px #e6e6e6 solid;
        width: 100% !important;
        float: left;
        background: #fbfff0;
    }
}

@media (min-width: 1200px) {
    .bonussection1 {
        border: 3px #e6e6e6 solid;
        width: 94% !important;
        float: left;
        background: #fbfff0;
    }
}

.white {
    color: #fff;
}

.vtitle {
    background: #ff9c00;
    padding: 2%;
    text-shadow: 1px 1px 1px #333;
}

.home-video-hero .video-frame {
    position: relative;
}

.home-video-hero .video-frame video {
    width: 100%;
    height: auto;
}

.black {
    color: #1d2528;
}

video {
    display: inline-block;
    vertical-align: baseline;
    max-width: 100%;
}

.home-video-hero .video-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.home-video-hero .content-container {
    width: 100%;
    position: absolute;
    top: 0%;
    z-index: 999;
}

.greentext {
    color: #1dd19d;
}

.border-green {
    width: 140px;
    height: 5px;
    border-radius: 60px;
    background: #f7f7f7;
    margin: 0px auto 30px;
}

.line0 {
    border-bottom: 1px dashed #626262;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.bordered {
    border-left: 4px solid #1fc16b;
    padding-left: 2%;
}

.yellow {
    color: #fbcc07;
}

.exactlybg1 {
    background: #1fc16b;
    padding: 15px;
}

.s11box {
    border: 1px solid #f5b809;
    padding: 30px;
    background-color: ghostwhite;
}

.section3 {
    background: url(../images/section-14.png) no-repeat lavenderblush;
    background-size: cover;
    padding: 2% 0 2% 0;
}

.dblue {
    color: #050d44;
}

.purple1 {
    color: #444cf7;
}

@media (min-width: 240px) {
    .splash1 {
        background: #efefef url(../images/bg1.png) no-repeat;
        background-size: cover;
        padding: 2% 0 4%;
    }
}

@media (min-width: 1200px) {
    .splash1 {
        background: #fff url(../images/bg1.png) no-repeat ! important;
        background-size: cover ! important;
        padding: 2% 0 4% ! important;
        background-attachment: fixed ! important;
    }
}

.border {
    border: 1px solid #dee2e6 !important;
    padding: 1% 1% 1% 1%;
    border-radius: 35px;
}

.play li {
    background: url(../images/checkmark2.png) no-repeat;
    padding: 0 0 12px 60px;
    list-style: none;
    background-position: 0px 0px;
    line-height: 165%;
    margin-top: 8px;
}

.border1 {
    border: 6px solid #efefef;
}

.green1 {
    color: rgb(1, 188, 176);
}

@media(min-width:1200px) {
    .line {
        border-right: 1px solid #bdbaba;
        border-bottom: 1px solid #bdbaba;
    }
}

@media(min-width:1200px) {
    .line1 {
        border-bottom: 1px solid #bdbaba;
    }
}

@media(min-width:1200px) {
    .line2 {
        border-right: 1px solid #bdbaba;
    }
}

@media(min-width:1200px) {
    .line3 {
        border-right: 1px solid #bdbaba;
        border-left: 1px solid #bdbaba;
    }
}

.splash2 {
    background: #fff url(../images/bg3a.png) no-repeat;
    background-size: cover;
    padding: 2% 0 4%;
}

.play3 li {
    background: url(../images/introlist.png) no-repeat;
    padding: 0 0 11px 65px;
    list-style: none;
    background-position: 0px 0px;
    line-height: 145%;
    margin-top: 8px;
    background-size: 40px;
}

.section10 {
    background: url(../images/section10.png) no-repeat;
    background-size: cover;
    padding: 7% 0 9%;
}

.play7 li {
    background: url(../images/introlist.png) no-repeat;
    padding: 5px 2px 14px 80px;
    list-style: none;
    background-position: 13px 3px;
    line-height: 200%;
    margin-top: 8px;
    background-size: 40px 40px;
}

.line5 {
    border: 1px solid #b9b6b6;
}

.green2 {
    color: #7fb700;
}

.section15 {
    background: url(../images/iconbg3.jpg) no-repeat #efefef bottom center;
    padding: 2% 0 4%;
    background-size: cover;
    background-attachment: fixed;
}

.section16 {
    background: url(../images/Sweetener.jpg) no-repeat;
    background-size: cover;
    padding: 25% 0 27%;
    border-top: 5px solid #dce7fd;
    border-bottom: 5px solid #d7f5fd;
}

@media(min-width:1200px) {
    .section17 {
        background: url(../images/section17.png) no-repeat;
        background-size: cover;
        padding: 2% 0 6%;
    }
}

@media(min-width:240px) {
    .section17 {
        background: url(../images/section17.png) no-repeat bottom;
        background-size: cover;
        padding: 2% 0 6%;
    }
}

@media(min-width:1200px) {
    .section18 {
        background: url(../images/section18.PNG) no-repeat;
        background-size: cover;
        padding: 2% 0 11%;
        margin-left: 14%;
    }
}

.header-notice2 {
    box-shadow: 0 0 12px 1px #fff;
    padding: 12px;
    border-radius: 12px;
}

.box-white {
    background: #ffffff;
    padding: 8px 15px;
    border-radius: 6px;
    display: inline-block;
}

.wt600 {
    font-weight: 600;
}

.header-notice3 {
    border-right: 6px solid #6dc520;
    border-left: 6px solid #6dc520;
    border-radius: 24px 0;
    position: relative;
    padding: 10px 10px;
    box-shadow: 0 0 5px 1px #fff;
    text-shadow: 2px 2px 2px #000;
}

.dashedborder {
    border: 1px dashed #020000;
    padding: 7px 20px;
}

.boxes {
    background-color: #000;
    background-repeat: no-repeat;
    border-style: solid;
    border-color: #000;
    border-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-size: 100% 100%;
}

.Fjalla {
    font-family: 'Fjalla One', sans-serif;
}

.yellowbg {
    text-align: center;
    font-size: 40px;
    color: #000;
    background-color: rgb(255, 199, 6);
}

.bordered1 {
    border-left: 4px solid #fbbd1a;
    padding-left: 2%;
}

.grn {
    color: #1fc16b;
}

.stepstitle {
    background-image: -webkit-linear-gradient(0deg, #009688 0%, #1fc16b 100%);
    border-radius: 60px;
    display: table;
    padding: 1% 4%;
}

.y1 {
    color: #f9f762;
}

.recaptp {
    margin-left: -1.2%;
    position: absolute;
    margin-top: .5%;
}

.recaptop {
    margin-top: 0%;
}

.recap {
    background: #fff;
    padding: 2% 12% 2% 11%;
    border: 1px solid #9e9e9e;
}

.pull-right {
    float: right !important;
}

.recaptpxs {
    margin-left: 2%;
    position: absolute;
    margin-top: 5%;
}

.list-padding {
    padding-top: 10px;
}

.pull-right {
    float: right !important;
}

.t-mrtp {
    margin-top: -.4%;
}

.pull-right {
    float: right;
}

.bonusbg {
    background: #f2f2f2;
    border-radius: 20px;
    padding: 0% 4%;
}

.mt3 {
    margin-top: 6%;
}

.bonusspan {
    color: #fff;
    display: table;
    background: url(../images/bonusstrip.png) no-repeat -11px 0px;
    padding: 1% 15% 1% 8%;
    background-size: cover;
}

.ple {
    color: #4d55f3;
}

.yellowbg1 {
    text-align: center;
    font-size: 30px;
    color: #000;
    background-color: rgb(255, 199, 6);
    padding: 1% 1%;
}

.narrow {
    font-family: 'PT Sans Narrow', sans-serif;
}

.y2 {
    color: #f2c336;
}

.Archivo {
    font-family: 'Archivo Narrow', sans-serif;
}

.raleway {
    font-family: 'Raleway', sans-serif;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.Economica {
    font-family: 'Economica', sans-serif;
}

.Lobster {
    font-family: 'Lobster Two', cursive;
}

.section33 {
    background: url(../images/section33.jpg) no-repeat #7adad2;
    display: block;
    background-size: cover;
    padding: 100px 30px 50px 30px;
    /*margin-top: -23px;*/
    background-position: top;
}

.whitesection5 {
    background: #fbf9f9 url(../images/bgmain.jpg) no-repeat;
    background-position: bottom;
    padding: 2% 0% 8%;
}

.section11-top {
    text-align: right;
    padding: 0;
    margin-top: -13%;
}

.section11 {
    background: #fff url(../images/section6.png) no-repeat bottom;
    background-size: cover;
    padding: 3% 0 1% 0;
    position: relative;
    background-color: #192970;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.pic1 {
    max-width: 527px;
    float: none;
    margin-top: 40px !important;
    margin-left: 180px !important;
    margin-right: 0px !important;
}

@media (min-width: 240px) {
    .iconss {
        margin-top: -95px;
        border: 1px solid #fff;
        border-radius: 20px;
        border-color: #cbd0d5;
        border-width: 1px;
        width: 305px;
        background-color: #fcfcfc;
        padding: 1% 0 8%;
        box-shadow: -2px 10px 28px 0px rgba(184, 180, 184, 1);
    }
}

@media (min-width: 1200px) {
    .iconss {
        margin-top: -90px !important;
        border: 1px solid #fff;
        border-radius: 20px;
        border-color: #cbd0d5 ! important;
        border-width: 1px ! important;
        width: 250px ! important;
        background-color: #fcfcfc ! important;
        padding: 1% 0 8% ! important;
        box-shadow: -2px 10px 28px 0px rgba(184, 180, 184, 1);
    }
}

.section2 {
    background: url(../images/bg12.png);
    padding: 6% 0 3% 0;
    background-size: cover;
    background-attachment: fixed;
}

.ribbon-wrapper {
    position: relative;
    top: -47px;
    left: 2px;
}

.ribbon-front {
    background-color: #3e3e3e;
    height: 42px;
    width: 214px;
    position: absolute;
    right: 0px;
    z-index: 2;
    top: 0px;
    color: #fff;
    text-align: center;
    padding-top: 3px;
    border-radius: 0px 5px 0px 0px;
}

@media (min-width: 1200px) {
    .whitesection2 {
        background: #ffffff url(../images/video.png) no-repeat center top;
        background-size: cover;
        padding: 4% 0 30% !important;
    }
}

.section19 {
    background: url(../images/section19.png)no-repeat center center;
    background-size: cover;
    background-color: #19222b;
    padding: 3% 0 8% 0;
}

.section19-box {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 2% 2% 2% 2%;
    height: 100%;
}

.purple {
    color: #2d214f;
}

.prebox {
    border-radius: 6px;
    background-color: rgb(3, 180, 196);
    box-shadow: 0px 6px 10px 0px rgba(38, 37, 49, 0.3);
    padding: 8px 48px;
    display: inline-block;
    transform: skew(-8deg);
}

.orangebg {
    text-align: center;
    color: #f4f0f0;
    background: linear-gradient(135deg, #039db5 0%, #00c79e 100%);
}

.shadowbox4 {
    background-color: rgb(255, 255, 255);
    box-shadow: -33px 0px 59px 0px rgba(127, 128, 140, 0.07), inset 5px 0px 0px 0px rgb(106, 118, 228);
    padding: 3%;
}

.color-red {
    color: #ff0000 !important;
}

.yellowtext {
    color: #ffb306;
}

.niche {
    text-align: center;
    padding: 34px 20px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px #ededed;
    box-shadow: 0 0 15px #ededed;
    margin-bottom: 30px;
    font-size: 18px;
}

.laptop-bg {
    border: 2px solid #6b6b6b;
    background: #ffffff;
    padding: 20px;
    border-bottom: none;
    width: calc(100% - 100px);
    margin: 0 auto;
    border-radius: 12px 12px 0 0;
    position: relative;
}

.laptop-bg:before {
    content: '';
    background: url(../images/cam.png) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
}

.section34 {
    background: url(../images/section33.jpg) no-repeat;
    display: block;
    background-size: cover;
    padding: 40px 30px 100px 30px;
    background-position: bottom;
}

.white-clr,
a.white-clr,
.white-clr a {
    color: #ffffff !important;
}

.green-btn,
a.green-btn {
    color: #ffffff;
    background: #fc926f;
    border-radius: 6px;
    background: -moz-linear-gradient(-45deg, #fc926f 0%, #fc4db4 100%);
    background: -webkit-linear-gradient(-45deg, #fc926f 0%, #fc4db4 100%);
    background: linear-gradient(135deg, #009fca 0%, #00e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc926f', endColorstr='#fc4db4', GradientType=1);
}









.stickybar {
    display: table;
    margin: 0% 0% 3px 1%;
    width: 98%;
    border-radius: 6px;
    float: left;
    background: rgba(23,23,23,0.9);
    position: fixed;
    bottom: 0;
    padding: 0.5%;
    z-index: 9999;
}

.stickybar a {
    color: #fff;
    border: 2px solid #fff;
    padding: 1% 3%;
}
.stickybutton {
    border-radius: 6px;
    padding: 2% 5%;
    display: table;
    margin: 1% auto;
    color: #fff;
    background: rgb(247,79,139);
    background: linear-gradient(90deg, rgb(248, 100, 35) 0%, rgb(242, 99, 36) 100%);
    font-size: 24px;
}