﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cabin&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #000;
}

h1, h2, h3, h4 {
    font-family: arial, sans-serif;
    font-weight: 900;
}

a {
    color: #01fefb;
}

.roundedimg {
    border-radius: 50%
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    border: #d3d3d3 solid 5px;
    border-radius: 7px;
}

    .responsive-video iframe, .responsive-video object, .responsive-video embed, .responsive-video1 iframe, .responsive-video1 object, .responsive-video1 embed, .responsive-demo-video embed, .responsive-demo-video object, .responsive-demo-video iframe {
        position: absolute;
        width: 80%;
        height: 91%;
        top: 15px;
        left: 75px;
    }

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

.bannerbg {
    background: url('../images/banner-bg.png') bottom;
    background-size: cover;
    padding: 2% 0 7%;
    color: #1c2632;
}

    .bannerbg h1 {
        font-size: 48px;
        font-weight: 900;
        line-height: 50px;
        padding: 20px 0 20px;
        line-height: 60px;
    }

.pb5 {
    padding-bottom: 5rem !important;
}

.lh140 {
    line-height: 140%;
}

img.imgscreenshot {
    width: 350px;
    margin-left: 5%;
}

.commentbox {
    background: #fff;
    margin-top: 3%;
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
    margin: 10px;
}

.heading1 {
    color: midnightblue;
    padding: 10px 50px;
    border: 2px midnightblue solid;
    border-radius: 30px;
}

.bannerbg1 {
    background: url('../images/banner-bg1.png') bottom;
    background-size: cover;
}

.bannerbg2 {
    background: url('../images/banner-bg2.png') bottom;
    background-size: cover;
}

.boost ul {
    margin: 0;
    padding: 0;
}

    .boost ul li {
        background: url('../images/boost-icon.png') no-repeat 0 6px;
        list-style-type: none;
        padding: 5px 0 20px 45px;
    }

.quick ul {
    margin: 0;
    padding: 0;
}

    .quick ul li {
        background: url('../images/arro-ico.png') no-repeat 9px 10px;
        list-style-type: none;
        padding: 5px 0 20px 45px;
        font-size: 20px;
        background-size: 30px 30px;
        background-color: #e4f6ff;
        margin-bottom: 10px;
    }


.getbg {
    background: url('../images/get-bg.png') bottom;
    background-size: cover;
}

.imaginebg {
    background: url('../images/imagine-bg.png') bottom;
    background-size: cover;
}

.blue-brd-rounded {
    border: 2px solid #2275ff;
    border-radius: 50px;
}

.org-brd-rounded {
    border: 2px solid #ff8f08;
    border-radius: 50px;
}

.white-rounded {
    background: #fff;
    border-radius: 30px;
}

.red-rounded {
    background: #ff2b42;
    border-radius: 30px;
}

.green-rounded {
    background: #78bb1d;
    border-radius: 30px;
}

.pink-rounded {
    background: #ed145b;
    border-radius: 50px;
}

.pink-bg {
    background: #fe5367;
}

.green-bg {
    background: #3cb878;
}

.ltblue-bg {
    background: #f6f9fc;
}

.wantbg {
    background: url('../images/want-bg.png') bottom;
    background-size: cover;
}

.keepbg {
    background: url('../images/keep-bg.png') bottom;
    background-size: cover;
}

.herebg {
    background: url('../images/here-bg.png') bottom #317dd3;
    background-size: cover;
}

.withbg {
    background: url('../images/with-bg.png') bottom;
    background-size: cover;
}

.automaticbg {
    background: url('../images/automatic-bg.png') bottom;
    background-size: cover;
}

.thebg {
    background: url('../images/the-bg.png') bottom;
    background-size: cover;
}

.get1bg {
    background: url('../images/get1-bg.png') bottom;
    background-size: cover;
}

.get3bg {
    background: url('../images/get3-bg.png') bottom;
    background-size: cover;
}

.money {
    background: url('../images/money-bg.jpg') top;
    background-size: cover;
}

.buybg {
    background: url('../images/buy-bg.png') bottom;
    background-size: cover;
}

.faqbg {
    background: url('../images/faq-bg.png') bottom;
    background-size: cover;
}

.dont {
    background: url('../images/dont-bg.jpg') top;
    background-size: cover;
}

.ltgraybg {
    background: #f6f6f6;
}

.ltgraybg1 {
    background: #f6f6f6;
}

.dbluebg {
    background: #171f30;
}

.vdbluebg {
    background: #21344b;
}

.dgraybg {
    background: #2a2931;
}

.whitebg {
    background: #fff;
}

.ltgraybg ul {
    margin: 0;
    padding: 0
}

    .ltgraybg ul li {
        background: url('../images/check.png') no-repeat 0 6px;
        list-style-type: none;
        padding: 5px 0 20px 45px;
    }

.ltgraybg1 ul {
    margin: 0;
    padding: 0
}

    .ltgraybg1 ul li.pink {
        background: #ff5165;
        border-radius: 25px;
        list-style-type: none;
        padding: 25px;
        margin-bottom: 15px;
    }

    .ltgraybg1 ul li.purple {
        background: #662d91;
        border-radius: 25px;
        list-style-type: none;
        padding: 25px;
        margin-bottom: 15px;
    }

    .ltgraybg1 ul li.blue {
        background: #448ccb;
        border-radius: 25px;
        list-style-type: none;
        padding: 25px;
        margin-bottom: 15px;
    }




.pinkbtn a {
    background: #93da2c;
    color: #ffffff;
    padding: 2% 8%;
    display: table;
    margin: auto;
    border-radius: 40px;
    /* text-shadow: 1px 1px 0 #333; */
    /* text-shadow: 0 2px 2px rgba(0,0,0,0.3); */
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 6px #7bb928;
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

    .pinkbtn a:hover {
        background: #7bb928;
        text-decoration: none;
    }

.testimonial-box {
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 5px solid #e8e8e8;
    border-radius: 30px;
    padding: 25px;
    text-align: center;
}

    .testimonial-box .pic {
        margin-top: -100px;
    }

    .testimonial-box .content {
        padding: 15% 15%;
    }

.green {
    color: forestgreen;
}

.greenborder {
    border: 2px solid forestgreen;
}


.org-box {
    font-size: 18px;
}

.org-box-title {
    background: #ff911b;
}

.org-box-content {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.green-title-brd {
    background: url('../images/title-sep-green.png') no-repeat center bottom;
    padding-bottom: 35px;
}

.white-title-brd {
    background: url('../images/white-title-sep.png') no-repeat center bottom;
    padding-bottom: 35px;
}

.watch-arrow {
    position: absolute;
    right: 25px;
    top: 40px;
    z-index: 1000;
}

.buynowbox {
    background: #fff;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    text-align: center;
    padding: 25px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}


.pinktxt {
    color: #ff354d;
}

.pinkborder {
    border: 2px solid #ff354d;
}

.bluetxt {
    color: #1b86ff;
}

.blueborder {
    border: 2px solid #1b86ff;
}

.lbluetxt {
    color: #52bcff;
}

.lgraytxt {
    color: #435058;
}

.dgraytxt {
    color: #1d2132;
}

.dbluetxt {
    color: #008fac;
}

.yellowtxt {
    color: #ffb504;
}

.redtxt {
    color: #ff0000;
}

.greybg {
    background-color: #6969690f;
    background-size: cover;
    padding: 2% 0px 2% 0px;
}

.imgw100 {
    width: 100%
}

.imgw130 {
    width: 130%
}

.blue1 {
    color: #333366;
}

.mt2 {
    margin-top: 2%;
}

.mt3 {
    margin-top: 3%;
}

.mt5 {
    margin-top: 5%
}

.mt10 {
    margin-top: 10%
}

.red {
    color: #f20616;
}

.w600 {
    font-weight: 600
}

.blank {
    background: #ffffff;
    background-size: cover;
    padding: 2% 0% 2% 0%;
}



.graytxt {
    color: #414141;
}

.orgtxt {
    color: #ff941c;
}

.dyellowtxt {
    color: #febc0c;
}

.easytxt {
    color: #303030;
}

.brdbtmpink {
    border-bottom: 1px solid #ff354d;
}

.brd-left-white {
    border-left: 1px solid #fff;
}

.brd-right-white {
    border-right: 1px solid #fff;
}

.brdbtmdgray {
    border-bottom: 1px solid #484848;
}

.brdbtmblue {
    border-bottom: 1px solid #229aff;
}

.brdtopdwhite {
    border-top: 1px solid #fff;
}

.brdbtmdwhite {
    border-bottom: 1px solid #fff;
}

.brdbtmgreen5 {
    border-bottom: 5px solid #3cb878;
}

.brd-gray2px {
    border: 2px solid #cccccc;
}

.relative {
    position: relative;
}


.fs20 {
    font-size: 20px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs32 {
    font-size: 32px;
}

.fs36 {
    font-size: 36px;
}

.fs40 {
    font-size: 40px;
}

.fs50 {
    font-size: 50px;
}

.fs90 {
    font-size: 90px;
}

.fwl {
    font-weight: 300;
}

.fwb {
    font-weight: 700;
}

.sb {
    font-weight: 600;
}

.fsm {
    font-weight: 500;
}

.lh24 {
    line-height: 24px;
}


footer {
    background: #1e1e1e;
    padding: 2% 0 1%
}

    footer .links {
        border-top: 1px solid #495256;
        margin-top: 2%;
        padding-top: 1%;
    }

        footer .links li {
            display: inline;
            padding: 0 1%;
            border-right: 1px solid #fff;
        }

            footer .links li.last {
                border: none;
            }

            footer .links li a {
                color: #fff;
                font-weight: 300;
                font-size: 20px;
            }

.only-mobile {
    display: none;
}

.photo-gallery {
}

    .photo-gallery p {
    }

    .photo-gallery h2 {
        color: inherit;
    }





@media (min-width: 1600px) {
    .container {
        max-width: 1280px;
    }

    .only-mobile {
        display: none;
    }
}


@media only screen and (max-width: 768px) {
    .only-desktop {
        display: none;
    }

    .only-mobile {
        display: block;
    }



    body {
        font-size: 16px;
    }

    .bannerbg {
        padding: 2% 0 20%;
        color: #1c2632;
    }

    .bannerbg1 {
        background: url('../images/banner-bg1.png') no-repeat bottom #1c2232;
    }

    .bannerbg2 {
        background: url('../images/banner-bg2.png') no-repeat bottom #3781d4;
    }

    .imaginebg {
        background: url('../images/imagine-bg.png') no-repeat bottom #11132d;
    }

    .thebg {
        background: url('../images/the-bg.png') no-repeat bottom #3881d4;
    }

    .bannerbg h1, h1 {
        font-size: 28px;
        line-height: normal;
    }

    .bluebg {
        padding: 10px;
        font-size: 18px;
        border-radius: 15px;
    }

    .fs26 {
        font-size: 18px;
    }

    .fs32 {
        font-size: 22px;
    }

    .fs40 {
        font-size: 28px;
    }

    footer .links li {
        padding: 2% 0;
        border: none;
        font-size: 16px;
        text-align: left;
        display: block
    }


    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    .pinkbtn a {
        font-size: 20px;
        padding: 0 10px;
    }

    .watch-arrow {
        right: 0;
        top: 100px;
    }

    .fs36 {
        font-size: 24px;
    }

    .pb140 {
        margin-bottom: 140px;
    }

    .testimonial-box {
        border-radius: 20px;
        padding: 25px;
        text-align: center;
    }

        .testimonial-box .pic {
            margin-top: -100px;
        }

        .testimonial-box .content {
            padding: 10% 5%;
        }
}
