@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');


* {
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'Open Sans', helvetica, sans-serif;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #ef4435;
    font-weight: 400;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.np {
    padding: 0 !important;
}

.button {
    padding: 15px 30px 14px 30px;
    display: inline-block;
    margin: 10px 0 25px 0;
    background-color: #8bdf2d;
    border: 1px solid #8bdf2d;
    font-family: 'Open Sans', helvetica, sans-serif;
    font-size: 1em;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    font-size:24px;
    letter-spacing:0
}


.button:hover,
.button:focus {
    background-color: #5b9f0e;
    border: 1px solid #5b9f0e;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    outline: none !important;
}

/*-------------------------------------
Section 1: Header Area / Above the Fold
--------------------------------------*/

/* Logo / Top Bar */

.top-bar {
    background: #20222e;
    padding: 6px 0 6px 0;
    border-bottom: 4px solid #20222e;
}



.top-bar p {
    font-family: 'Open Sans', helvetica, sans-serif;
    color: #a3a3a3;
    font-size: 1.1em;
    text-align: right;
    margin-top: 23px;
    text-transform: uppercase;
    margin-right: 100px;
    font-weight: 700;
}

.logo {
/*    max-width: 220px;*/
    margin-top: 20px;
}

ul.social-buttons {
    list-style: none;
    float: right;
    margin-top: -40px;
}

ul.social-buttons li {
    display: inline-block;
    margin-right: 5px;
}

ul.social-buttons li:last-child {
    margin-right: 0;
}

ul.social-buttons li a {
    color: #fff !important;
}


.social-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    background: #8bdf2d;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.social-btn:hover,
.social-btn:focus {
    background: #5b9f0e;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}


/* Header Image */

.header-bg {
    background:url(../../images/new_lander/new-header-bg.jpg) no-repeat right center;
    
    background-size: cover;
}


.header-bg h1 {
    font-family: 'Open Sans', helvetica, sans-serif;
    font-size: 35px;
    margin: 35px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    line-height: 120%;
    font-weight: 800;
}


.header-bg h3 {
    font-size: 1.15em;
    letter-spacing: 0.5px;
    color: #fff;
    line-height: 140%;
    margin: 10px 0 20px 0;
    font-weight: 700;
}

.header-bg h4 {
    color: #fff;
    font-size: 1.2em;
    font-family: 'Open Sans', helvetica, sans-serif;
    margin: 0 0 15px 0;
    padding-top: 5px;
    font-weight: 700;
    text-align: center;
    padding-left: 0px;
}

.header-bg h4 span {
    color: #fec92f;
}


.checkmark {
    float: left;
    width: 40px;
/*    margin: 0px 10px 22px 3px;*/
     margin: 0px 10px 26px 3px;
}


.header-bg p {
    color: #fff;
    font-family: 'Open Sans', helvetica, sans-serif;
    font-size: 16px;
    margin: 0px 0 25px 0;
    padding-top: 5px;
    font-weight: 400;
}

.header-bg p span {
    font-family: 'Open Sans', helvetica, sans-serif;
    color: #fec92f;
    font-weight: 700;
}
.check-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.check-img {
    min-width: 55px;
}
.guarantee-block .w_item {
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -webkit-flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.guarantee-block .w_thumb {
    width: 120px;
}
.guarantee-block .w_desc {
    padding-left: 15px;
    width: 80%;
}

.redbar {
    max-height: 3px !important;
    width: 90px !important;
    margin: 15px 0 30px 0;
    background: #8bdf2d;
}

.product1 {
    float: right;
    margin-top: 30px;
    margin-bottom: 40px;
}


.cta-bar {
    background: #212121;
    text-align: center;
    color: #fff;
    padding: 15px 0 5px 0;
    position: relative;
    z-index: 5;
}

.cta-bar p {
    color: #fff;
    font-size: 1.25em;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.cta-bar p span {
    text-transform: uppercase;
}


/*----------------------------------
Section 2: Product Summary / Details
-----------------------------------*/


/* Icon Features*/

.three-features {
    padding: 20px 0;
    -webkit-box-shadow: 0px 3px 10px #ddd;
    box-shadow: 0px 3px 10px #ddd;
}

.icon {
    float: left;
    width: 80px;
    margin: 10px 15px 60px 0;
}

.three-features h3 {
    font-family: 'Open Sans', helvetica, sans-serif;
    color: #8bdf2d;
    font-weight: 800;
}

.three-features p {
    font-size: 11px;
    line-height: 150%;
}


/* Product Features */

.product-features {
    padding: 40px 0 0 0;
}

.product-features h1 {
    font-family: 'Open Sans', helvetica, sans-serif;
    color: #484848;
    font-size: 2.3em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px !important;
    line-height: 120%;
}

.product-features h2 {
    color: #7533bc;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0px;
}

.product-features h3 {
    color: #484848;
    letter-spacing: 0.5px;
    font-size: 1.3em;
    line-height: 130%;
    margin-bottom: 40px;
}

.product-features p {
    color: #5f5f5f;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 15px;
}


.bordered {
    border: 1px solid #bababa;
}

.darkbg {
    background: #eeeeee;
    padding: 42px 25px 10px 25px !important;
    min-height: 380px !important;
}

.darkbg h2 {
    color: #494949;
    margin-top: 10px;
    font-size: 2.4em;
}

.darkbg h2 span {
    color: #fee734;
}

.darkbg h4 {
    color: #484848;
    font-size: 1.1em;
    font-weight: 700;
}

.darkbg h4 span {
    color: #8bdf2d;
}

.darkbg p {
    color: #494949;
    font-size: 15px;
    margin-bottom: 23px !important;
}
.myslider .owl-theme .owl-dots .owl-dot span{border: 1px solid #222;}

.darkbg p span {
    text-transform: uppercase;
    font-size: 1.1em;
}

.m-bottom {
    margin-bottom: 25px !important;
}

.uppercase {
    text-transform: uppercase;
}

.icon-small {
    max-width: 60px !important;
    margin-bottom: 30px;
    float: left;
}

.top-rated {
    background: #eee;
    border-bottom: 4px solid #e9e4dd;
    margin-top: 40px;
    padding: 20px 0;
}

.top-rated h1 {
    color: #494949;
    font-family: 'Open Sans', helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 2.4em;

}

.top-rated p {
    color: #494949;
    font-size: 1em;
    line-height: 170%;
}

.top-rated p span {
    text-transform: uppercase;
}

.flt-left {
    float: left;
    max-width: 48%;
    margin-right: 1%;
}

/*---------------------------------------
Section 3: Customer Reviews/ Testimonials
----------------------------------------*/

.review-bg {
    background: url(../../images/new_lander/reviews.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 0 40px 0;
}

.review-bg h1 {
    font-family: 'Open Sans', helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 3.5em;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
}

.review-bg h3 {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5em;
}

.redbar-center {
    max-height: 3px !important;
    width: 110px !important;
    margin: 25px auto 5px auto;
    background: #8bdf2d;
}

.review-big {
    color: #222;
    text-align: center;
    font-size: 1.4em !important;
    letter-spacing: 1px !important;
    line-height: 180%;
    font-weight: 400 !important;
}

.review-bg p {
    text-align: center;
    color: #222;
    font-size: 16px;line-height: 25px;
    letter-spacing: 0.5px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 400;
}

.reviews {
    padding: 40px 0;
}

.stars {
    color: #fab73b;
    font-size: 1.5em;
    margin-top: -12px;
}

.yellow-stars {
    color: #fab73b;
    font-size: 1.4em;
}

.grey-stars {
    color: #ddd;
}

.rating {
    font-size: 4.2em;
    margin-top: 10px;
    font-weight: 600;

}

.average {
    color: #898989;
    letter-spacing: 0.5px;
    font-size: 1.2em;
    margin-top: 5px;
}

.percentage {
    color: #3f3f3f;
    font-family: 'Open Sans', helvetica, sans-serif;
    font-size: 0.8em !important;
    font-weight: 700;
}

.percentage-inactive {
    color: #ddd;
    font-family: 'Open Sans', helvetica, sans-serif;
    font-size: 0.8em !important;
    font-weight: 700;
}

.review-container {
    margin-left: 70px;
}

.review {
    color: #898989;
    letter-spacing: 0.5px;
    font-size: 1.1em;
    line-height: 180%;
}

.author {
    color: #000;
    font-size: 1.2em;
    font-weight: 600;
}

.progress {
    height: 12px !important;
    border-radius: 10px !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 8px 15px 25px -20px !important;
}

.progress-bar {
    background: #fab73b !important;
}


.bold {
    font-weight: 700;
}


/*---------------------------------
Section 4: Product Summary / Footer
----------------------------------*/


.summary {
    background: url(../../images/new_lander/new-bottom-bg.jpg) no-repeat left center;
    
    background-size: cover;
    color: #fff;

}
.summary h1{font-family: 'Open Sans', helvetica, sans-serif;
    font-size: 2.8em;
    margin: 35px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    line-height: 120%;
    font-weight: 800;}

.summary h2 {
    color: #fff;
    margin-top: 40px;
    font-size: 2.8em;
    text-transform: uppercase;
    line-height: 120%;
    padding-left: 20px;
    font-weight: 800;
}



.summary h3 {
    padding-left: 20px;
    font-size: 1.4em;
    margin-bottom: 20px;
}

.summary p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 19px;
    padding-top: 5px;
    font-weight: 400;
}

.summary p span {
    color: #fec92f;
}

.bottom-product {
    max-width: inherit;
    float: none;;
    margin-top: -300px;
}

.desc {
    margin-top: -20px !important;
    padding: 0 20px 20px 20px;
}

.p-left {
    padding-left: 20px;
}

.m-top {
    margin-top: 30px;
}

.ban-right .logo-outline {
    display: block;
    margin: 0 auto;
    margin-top: 15%;
}
.ban-right .main-img{/*border: 3px solid white; border-radius: 50%;*/ margin-top:15%;display: block;
    margin: 0 auto;margin-top: 40px;}

/* Footer */


.footer {
    padding: 30px 0 15px 0;
/*    background: #fff;*/
}

.footer p {
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #aaa;
}

.footer a {
    color: #aaa;
    font-weight: 300;
}

.footer a:hover {
    color: #555;
}

.page-content {
    min-height: 450px;
}

.cust-info a{display: inline-block;}
.cust-info a{color: #fff;padding-right: 8px;}
.cust-info a i{color: #fff;margin-right: 5px;}
.cust-info {margin-top: 24px;text-align: right;}

/* Media Queries */

.desktop-none {
    display: none;
}

.mobile-only {
    display: none;
}


@media (max-width: 1199px) {

    .container {
        width: 1040px !important;
    }

    .top-bar p {
        font-size: 0.9em;
    }

    .checkmark {
        margin-bottom: 20px;
    }

    .header-bg h1 {

        font-size: 2.4em;
        margin: 30px 0 0 0;
    }

    .header-bg h3 {
        font-size: 1.4em;
    }

    .header-bg p {
        font-size: 1.1em;
    }

    .product1 {
        max-width: 250px;
        margin-left: 4px !important;
    }

    .darkbg p {
        font-size: 0.9em;
        margin-bottom: 14px;
    }

    .darkbg h4 {
        font-size: 1em;
    }

    .darkbg {
        min-height: 405px !important;
    }

    .three-features h3 {
        font-size: 1.4em;
    }

    .product-features h2 {
        font-size: 2em;
    }

    .top-rated h1 {
        font-size: 2em;
    }

    .darkbg h2 {
        font-size: 1.8em;
    }

    .summary p {
        font-size: 1.05em;
    }

    .desc {
        margin-top: -25px !important;
        padding-bottom: 5px;
    }

    .review-big {
        font-size: 1.2em !important;
    }



}

@media(max-width: 1024px) {
    .container {
        width: 980px !important;
        max-width: 100% !important;
    }

    .header-bg h1 {
        font-size: 2em;
    }

    .darkbg h2 {
        font-size: 1.6em;
    }

    .darkbg p {
        font-size: 0.9em;
    }

    .darkbg {
        min-height: 304px !important;
    }

    .header-bg {
        background:url(../../images/new_lander/new-mobile-bg.jpg) no-repeat center center;
       
    background-size: cover;
    background-position: 89%;
    }
    
    .summary{
        background:  url(../../images/new_lander/new-bottom-bg.jpg) no-repeat left center;
        
    
    background-size: cover;
    
    
    
    }


}

@media (max-width: 991px) {

    .mobile-none {
        display: none;
    }

    .desktop-none {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    .tablet-right {
        float: right;
        margin-top: -40px;
        max-width: 40%;
    }

    .header-bg p {
        margin: 0px 0 5px 0 !important;
        padding-top: 2px;
    }


    .cta-bar {
        margin-top: 0 !important;
    }


    .description {
        margin-left: 5px !important;
    }

    .header-bg p {
        font-size: 1.13em;
        margin-bottom: 20px !important;
    }

    .header-bg h1 {
        font-size: 2.8em;
    }

    .footer p,
    .footer a {
        text-align: center;
    }

    .darkbg p {
        font-size: 1em;
    }

    .container {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }



    .rating {
        margin-left: 20px;
    }


    .icon {
        float: left;
        width: 50px;
        margin: 10px 15px 100px 0;
    }


    .col-lg-8 {
        padding: 0 20px !important;
    }

    .review-bg {
        padding: 50px 0 40px 0;
    }

    .review-bg h3 {
        font-size: 1.3em;
    }

    .flt-left {
        float: left;
    }

    .darkbg {
        min-height: 330px !important;
    }

    .feature-badge {
        float: right;
        margin-top: -150px;
        max-width: 120px;
    }


    .product {
        margin: 0 auto 20px auto !important;
    }

    .product1 {
        display: none;
    }

    .header-bg h1 {
        padding-left: 0;
    }

    .header-bg h3 {
        padding-left: 0;
        font-size: 1.25em;
    }

    .header-bg p {
        padding-left: 40px;
    }


/*
    .checkmark {
        max-width: 20px !important;
    }
*/

    .darkbg h2 {
        padding: 20px 0;
        font-size: 2.2em !important;
    }

    .darkbg h4 {
        padding-left: 0;
    }

    .darkbg {
        padding: 30px 40px !important;
    }

    .icon {
        margin-left: -10px !important;
    }

    .product3 {
        max-width: 400px;
    }

    .product-features h1 {
        font-size: 2.2em;
    }

    .product-features h2 {
        font-size: 1.6em;
    }

    .tile-bg {
        padding: 20px;
    }

    .mleft {
        padding-left: 20px;
        margin-left: 15px;
    }


}

@media (max-width: 875px) {

    .col-sm-4 {
        width: 100% !important;
        max-width: 100 !important;
    }

    .icon {
        float: left;
        width: 80px;
        margin: 0px 15px 40px 0;
    }

    .bottom-product {
        max-width: 290px;
        margin-right: 20px;
        float: left;
    }




}

@media (max-width: 837px) {



    .product-features h2 {
        font-size: 1.6em;
    }

}


@media (max-width: 767px) {

    .mobile-none {
        display: none;
    }
.top-bar .col-sm-7.pull-right{float: none !important;}
    .logo{margin: 0 auto;display: block;}
    .cust-info{text-align: center;}
    .mobile-only {
        display: block;
    }

    .tablet-right {
        float: none;
        max-width: 70%;
    }


    .tile-bg {
        padding: 20px 5px;
    }

    .mobile-product {
        max-width: 50%;
    }

    .review-big {
        font-size: 1.3em !important;
    }

    .review-bg h1 {
        font-size: 2.8em;
    }


    .product-features h3 {
        margin-bottom: 20px;
    }


    .share {
        display: none;
    }

    .m-top {
        margin-top: 5px;
    }

    .summary h2 {
        margin-top: 30px;
    }

    .feature-inv {
        margin-top: -180px;
    }

    .feature2 {
        margin-right: 130px;
    }

    .top-rated {
        padding-bottom: 0 !important;
    }

    .top-rated h1 {
        font-size: 2.6em;
        padding: 0;
        margin-top: 40px;
    }

    .top-rated p {
        font-size: 1.1em;
        margin-top: 10px;
    }

    .orangebar {
        margin-left: 0;
    }

    .feature-badge {
        float: none;
        margin-top: -0px;
        max-width: 140px;
    }

    .product-features h3 {
        margin-right: 0;
    }

    .flt-left {
        float: none;
        margin-bottom: 20px !important;
    }


}



@media (max-width: 600px) {

    .mobile-center {
        text-align: center;
        margin: 0 auto !important;
    }

    .header-bg h1 {
        font-size: 2.4em;
        margin-top: 15px !important;
        padding-left: 0;
    }

    .header-bg h3 {
        margin-top: 30px;
        font-size: 1.4em;
        padding-left: 0;
    }

    .header-bg p {
        font-size: 1.1em;
        font-weight: 400;
        /*  padding-left: 0;*/
    }


    .m-left {
        margin-left: 20px;
    }

    .checkmark {
        margin-left: 10px;
    }

    .cta-bar p {
        font-size: 1.1em;
    }

    .darkbg p {
        font-size: 1em;
        margin-bottom: 18px;
    }

    .tile-bg {
        padding: 20px 5px 0px 5px;
        min-height: 340px;
    }

    .flt-left {
        float: none;
        margin-bottom: 20px !important;
    }

    .mobile-product {
        max-width: 90%;
    }

    .social-buttons {
        display: none;
    }

    .mobile-np {
        padding-left: 0 !important;
    }

    .m-bottom {
        margin-bottom: 15px !important;
    }


}


/* Mobile Devices */

@media (max-width: 480px) {

    p {
        font-size: 1em;
        font-weight: 400;
    }

    .top-bar {
        padding: 0 !important;
       
    }
    .product-features p{font-size: 18px; line-height: 28px;}
    .logo {
        margin-top: -5px;margin: 0 auto;
    display: block;
    }
    .cust-info{text-align: center;}
    .summary h1{font-size: 23px;}
    .summary{background-size: cover;background-position: 48% center;}
    .tablet-right {
        float: none;
        max-width: 100%;
    }

    .phone {
        display: block;
        max-width: 180px;
        margin: 0 auto;
        margin-bottom: -10px;
    }

    .header-bg {
        padding-bottom: 0;background-position: 9% center;
    }

    .header-bg h3 {
        font-size: 19px;
        margin-top: 10px;
    }

    .mobile-product {
        max-width: 100%;
    }

    .container {
        padding: 15px !important;
    }

    .icon {
        max-width: 60px;margin: 0px 15px 46px 0;
    }
    .review-bg p{font-size: 18px; line-height: 28px;}
    .icon-sm {
        max-width: 40px;
    }


    .button {
        padding: 15px 0;
        display: block;
       
        font-size: 17px;
    }

    .reviews {
        padding: 10px 0;
    }

    .header-bg h1 {
        font-size: 23px;
        margin-top: -20px;
    }

    .header-bg h4 {
        font-size: 1.1em;
        margin-top: 20px;
        line-height: 130%;
    }

    .header-bg p {
        font-size: 18px;
        margin-bottom: 10px !important;
        font-weight: 400;
    }

    .checkmark {
        max-width: 40px;
        margin-bottom: 20px;
    }

    .icon-small {
        max-width: 60px !important;
        margin-bottom: 75px;
    }

    .footer p {
        font-size: 0.85em !important;
        letter-spacing: 0px;
    }

    .footer {
        padding: 5px 0 0 0;
    }

    .review-bg {
        background: url(../../images/new_lander/reviews.jpg) no-repeat center center;
        background-size: cover;
        padding: 15px 10px 10px 10px;
    }

    .review-bg h1 {
        font-size: 1.85em;
    }

    .review-bg h3 {
        font-size: 1.1em;
    }

    .review-big {
        font-size: 1.1em !important;
    }

    .rating {
        margin-left: 25px;
    }

    .author {
        margin-top: -20px;
    }


    .cta-bar {
        padding: 5px 0 0 0;
    }

    .cta-bar p {
        font-size: 18px;
        margin-bottom: 0;
    }


    .product-features h1 {
        font-size: 1.5em !important;
        margin-bottom: 10px !important;
    }

    .product-features h2 {
        font-size: 1.1em;
        line-height: 120%;
    }

    .product-features h3 {
        font-size: 1.1em;
    }

    .summary h2 {
        font-size: 2.6em;
    }

    .summary p {
        font-size: 1.15em;
    }

    .top-rated h1 {
        font-size: 1.5em !important;
        padding: 0 15px;
        margin-top: 10px !important;
    }

    .summary h3 {
        font-size: 1.2em;
    }

    .top-rated p {
        font-size: 1em;
        padding: 0 15px;
        margin-top: 10px;
    }

    .top-rated {
        padding: 10px 0 !important;
        margin: 30px 0 0 0;
    }

    .three-features p {
        font-size: 15px;
    }

    .review {
        font-size: 18px;line-height: 28px;
    }

    .three-features {
        padding: 1px 0 0 0;
    }

    .darkbg {
        padding: 20px 25px !important;
        margin-bottom: -20px !important;
    }



    .product-features h1,
    .product-features h2,
    .product-features h3 {
        padding: 0 20px;
    }

    .product-features {
        padding: 0;
    }

    .redbar {
        margin-left: 15px;
    }


    .check2 {
        margin-bottom: 40px !important;
    }

    .social-buttons {
        display: none;
    }


    .darkbg h2 {
        padding-left: 0 !important;
        font-size: 1.8em !important;
    }

    .darkbg h4 {
        font-size: 1.1em;
    }



    .feature2 {
        float: right !important;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .three-features h3 {
        font-size: 1.4em;
    }

    .bottom-product1 {
        display: none;
    }

    .darkbg,
    .bordered {
        margin: 0 2%;
    }

    .bordered {
        max-width: 96%;
    }

}


/* iPhones */
@media (max-width: 375px) {

    .button{font-size: 16px;}
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    
    .icon {
        margin-bottom: 75px;
    }


    

    .cta-bar {
        padding: 2px 0 0 0;
    }



}


/*iPhone 5 */
@media (max-width: 360px) {

    .container {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .header-bg h3 {
        font-size: 1.2em;
    }

    .button {
        font-size: 0.74em;
    }

}

/*
.kform_presellLink{
    display: inline-block;
    margin-left: 40px;
}*/


.spclRed{
    color: red;
    font-size: 28px;
    font-weight: bold;
}

.spWidth {
    max-width:100%;;
    display: block;
}
.myslider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    border: 1px solid #000;
    font-size: 0;
}
.myslider .owl-dots .owl-dot.active {
    background: #000;
}
@media (max-width:1199px) and (min-width:992px){
    .button {font-size: 23px;}   
    
    
    
}
@media (max-width:767px){
    .guarantee-block .w_thumb{margin: 0 auto;}
    .guarantee-block .w_item{display: block;}
    .guarantee-block .w_desc{padding-left: 0;width: 100%;}
    .spclRed{font-size: 19px;}
    .header-bg p{padding-left: 0;}
    
}