

/*!
 * Pingendo customization for Bootstrap
 * Homepage: http://pingendo.com
 * Copyright 2015 Pingendo
 * Licensed under MIT
*/


/* Google web fonts support */


/* TODO: webkit need this why ?*/

html,
body {
    height: 100%;
}


/* text-inverse is deprecated */

.text-inverse {
    color: #ffffff;
}


/* TODO: verify if we can touch only section */

.jumbotron {
    margin-bottom: 0px !important;
}

.jumbotron h1.text-primary {
    color: #33822b !important;
}

.jumbotron h1.text-inverse {
    color: #ffffff !important;
}

.jumbotron h1.text-info {
    color: #5bc0de !important;
}

.jumbotron h1.text-success {
    color: #5cb85c !important;
}

.jumbotron h1.text-warning {
    color: #f0ad4e !important;
}

.jumbotron h1.text-danger {
    color: #d9534f !important;
}

.carousel .item img {
    min-width: 100%;
}

.section {
    position: relative;
    padding: 35px 0;
}

.section .background-image {
    z-index: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.section .background-image.background-image-fixed {
    background-attachment: fixed;
}

.cover {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
    margin-bottom: 0px !important;
    padding: 0px 0px;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    min-height: 100%;
}

.cover h1,
.cover .h1 {
    color: inherit;
}

.cover p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.cover>hr {
    border-top-color: #d5d5d5;
}

.container .cover,
.container-fluid .cover {
    border-radius: 5px;
}

.cover .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .cover {
        padding: 48px 0;
    }
    .container .cover,
    .container-fluid .cover {
        padding-left: 60px;
        padding-right: 60px;
    }
    .cover h1,
    .cover .h1 {
        font-size: 63px;
    }
}

.cover h1.text-primary {
    color: #33822b !important;
}

.cover h1.text-inverse {
    color: #ffffff !important;
}

.cover h1.text-info {
    color: #5bc0de !important;
}

.cover h1.text-success {
    color: #5cb85c !important;
}

.cover h1.text-warning {
    color: #f0ad4e !important;
}

.cover h1.text-danger {
    color: #d9534f !important;
}

@media screen and (min-width: 768px) {
    .cover {
        padding: 0px;
    }
    .container .cover,
    .container-fluid .cover {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.cover .cover-image {
    z-index: -1;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.cover .cover-image.background-image-fixed,
.cover .cover-image.cover-image-fixed {
    background-attachment: fixed;
}


/* PINGENDO COMMENT DO NOT REMOVE */

.logo {
    max-width: 500px;
    margin: 0 auto;
    width: 80%;
    height: auto;
}

.preheader {
    font-size: 18px;
    font-weight: 700;
    color: #33822b;
    text-align: center;
}

.headerrow {
    padding-bottom: 10px;
    text-align: center;
    font-size: 20px;
    color: #000 !important;
    max-width: 800px;
    margin: 0 auto;
}

.headerrow:hover {
    text-decoration: none;
}

.headerrow2 {
    background: #33822b;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 30px!important;
}

.firsttext {
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    margin: 15px;
    line-height: 1.4;
    letter-spacing: 1;
}

.effiheader {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: Oswald, sans-serif, 'Open-Sans';
    text-transform: uppercase;
    font-size: 30px !important;
    line-height: 1;
    font-weight: 600;
    padding: 15px 0px 15px 0px;
    color: #D60015 !important;
}

.secheader {
    background: #33822b;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
}

.subheader {
    font-size: 18px;
    font-weight: 700;
    color: #33822b;
    text-align: center;
}

.howworks {
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    margin: 5px 15px;
    line-height: 1.4;
    letter-spacing: 1;
}

.centerimg {
    margin: auto auto;
}

.why h1 {
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    color: #fff;
    padding: 10px 0px;
    background: #33822b;
}

.why ul {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin: 0 auto;
    font-family: Calibri;
    padding: 10px 0px 15px 30px;
    color: #33822b;
    text-align: justify;
    line-height: 1.4;
    letter-spacing: 1;
}

.whynot h1 {
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    color: #fff;
    padding: 10px 0px;
    background: #890e0e;
}

.whynot ul {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin: 0 auto;
    font-family: Calibri;
    padding: 10px 0px 15px 30px;
    color: #890e0e;
    text-align: justify;
    line-height: 1.4;
    letter-spacing: 1;
}

.whynot ul,
.why ul {
    margin-top: 0;
    padding: 0px;
    list-style-type: none;
}

.whynot ul li,
.why ul li {
    margin-left: 1.3em;
}

.why ul li:before,
.whynot ul li:before {
    position: absolute;
    margin-left: -1.3em;
    font-weight: bold;
}

.why ul li.tick:before {
    content: "\2713";
}

.whynot ul li.cross:before {
    content: "\2717";
}

.varanty {
    height: 130px !important;
    width: auto;
    margin: 0 auto;
}

.centercol {
    text-align: center;
}

.centercol p {
    font-size: 18px;
    margin: 0 auto;
    padding: 10px;
    font-weight: 400;
    font-family: Calibri;
    text-align: justify;
    line-height: 1.4;
    letter-spacing: 1;
}

.todo {
    color: #33822b;
    font-size: 20px;
    padding: 10px;
    text-align: center;
}

.buttonrow {
    padding: 20px;
}

label.checkbox-checked:after {
    width: 0.9em !important;
    height: 0.6em !important;
}

.cover-image {
    opacity: 0.5;
}

.allat {
    width: 100px;
    height: auto;
    margin: 10px auto;
}

.hideme {
    opacity: 0;
    height: 0px;
}

.vadnav {
    position: fixed;
    border: 0px;
    width: 100%;
    background: #33822b !important;
}

#vadnav {
    position: fixed;
    width: 100%;
}

.cover {
    padding-top: 50px;
}

select.prodqty {
    padding: 5px !important;
}

#reviews .container {
    border-bottom: 2px solid #33822b;
}

#reviews blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    border: none;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
}

#reviews blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #7a7a7a;
}

#reviews .cust_name {
    font-size: 22px;
    color: #33822b;
    text-align: center;
    text-transform: uppercase;
}

#reviews .cust_city {
    font-size: 16px;
    color: #ccc;
    text-align: center;
}

#reviews .col-sm-2 {
    padding: 10px;
}

.centerpikto {
    width: 50%;
    max-width: 300px;
}

#applycoupon {
    border: none;
    background: rgb(127, 144, 126);
}

.navbar-nav li {
    transition: all 0.5s;
}

.navbar-nav li a {
    font-family: Oswald, sans-serif, 'Open-Sans';
    font-size: 24px !important;
}

.oswald {
    font-family: Oswald, sans-serif, 'Open-Sans';
}

.frontimg {
    height: 90px;
    width: auto;
    display: inline;
}

@font-face {
    font-family: "Patrick Hand Regular";
    src: url("fonts/patrickhand-regular-webfont.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.patrick {
    font-family: 'Patrick Hand Regular', arial, sans-serif !important;
}

.videowrapper {
    min-width: 334px;
    min-height: 315px;
    width: 80%;
    height: 80%;
    max-width: 800px;
    max-height: 760px;
    /* whatever width you want */
    display: inline-block;
    position: relative;
}

.videowrapper:after {
    padding-top: 56.25%;
    /* 16:9 ratio */
    display: block;
    content: '';
}

.videocontent {
    min-width: 334px;
    min-height: 315px;
    width: 80%;
    height: 80%;
    max-width: 800px;
    max-height: 760px;
}

.btn-primary:after {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid green;
}

.framed {
    border: 2px solid #1b680b;
    box-shadow: 2px 2px 1px #858c25;
    border-radius: 4px;
}

#closediv {
    position: absolute;
    float: right;
    top: 5px;
    border: 1px solid #1A750A;
    color: #1A750A;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    right: 5px;
    font-family: Arial;
    font-size: 20px;
    cursor: pointer;
    line-height: 1.4;
    z-index: 101;
}

.navmod {
    top: 100px;
}

#topbanner {
    position: fixed;
    background: #6495ED;
    font-size: 16px;
    height: 100px;
    width: 100%;
    z-index: 100;
    display: none;
}

.fadedtopbanner {
    display: inline-block !important;
}

.hidedtopbanner {
    display: none;
}

.downloadbtn {
    float: left;
    padding: 10px;
}

.toptext {
    left: 10px;
    position: relative;
    font-size: 16px;
    padding-top: 6px;
    width: 80%;
}

.ctabutton {
    padding: 10px 20px;
}

.ctabutton span {
    color: #fff;
    background: #2199e8;
    padding: 10px 20px;
    line-height: 1.6em;
    font-size: 24px;
    display: block;
    text-transform: uppercase;
}

a:hover {
    text-decoration: none !important;
}

#firstheader {
    padding-bottom: 10px;
    text-align: center;
    font-size: 30px!important;
    max-width: 800px;
    margin: 0 auto;
}

.form-floating label {
    opacity: 0.6;
}

@import url("https://fonts.googleapis.com/css?family=Poppins");
.headline {
    margin: 0 auto;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    line-height: 1.85;
    text-align: center;
    font-size: 40px;
    max-width: 1000px;
}

.headline>span {
    background-color: rgb(255 237 0);
    color: #252830;
    box-shadow: -10px 0px 0 7px rgb(255 237 0), 10px 0px 0 7px rgb(255 237 0), 0 0 0 7px rgb(255 237 0);
    box-decoration-break: clone;
    border-radius: 10px
}

#ctaline {
    font-family: 'Poppins', sans-serif;
    margin: 0 auto;
    font-size: 25px;
    color: #000;
    padding-top: 10px;
    max-width: 600px;
}

#signupform {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid #17890e;
    border-radius: 15px;
    border-style: dashed;
}

.description {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
}