*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    text-align: left;
    background: #fff;
    background-size: auto;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

@font-face {
    font-family: 'Nilland';
    src: url('/fonts/Nilland.woff') format('woff');
}
/*.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}*/
/*scroll top*/
#button {
    display: inline-block;
    background-color: #d4d3d3;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 0;
    right: 0;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
}

    #button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        line-height: 47px;
        color: #fff;
    }

    #button:hover {
        cursor: pointer;
        background-color: #333;
    }

    #button:active {
        background-color: #555;
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }

/* Styles for the content section */

.header .container {
    max-width: 1230px;
}

.content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
}

@media (min-width: 500px) {
    .content {
        width: 43%;
    }

    #button {
        margin: 16px;
    }
}
/*navigation*/


/*block1*/
.block1 {
    background-color: #ecf4f1;
    max-width: 1540px;
    min-height: 200px;
}

.ing-box {
    border-style: solid;
    border-width: 1px;
    border-color: #f2f2f2;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin: 0;
    padding: 40px;
}

.block1 img {
    z-index: 0;
}

.block1-content {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 97px 0px 0px 0px;
    width: 74%;
    margin: auto;
    display: block;
}

    .block1-content span {
        font-family: "Nilland",Sans-serif;
        font-size: 40px;
        text-transform: uppercase;
        letter-spacing: 2.4px;
    }

    .block1-content p {
        font-size: 14px;
        color: #4a5f70;
        line-height: 1.58em;
        font-family: 'Roboto', sans-serif;
    }

.btn1 {
    width: 200px;
    height: 50px;
    background-color: #01c07e;
    background-image: none;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: 1.3px;
    color: #fff;
    padding: 15px 32px;
    /*position: relative;
    top: -20px;*/
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

/*new-sec-3*/
.new-sec-3-1 {
    background-color: rgba(158,198,184,.2);
}

.solid-box {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(158,198,184,.2);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin-top: 0;
    margin-bottom: 5px;
}

.sec-3 h2 {
    font-family: "Nilland",Sans-serif;
    font-size: 40px;
    text-transform: capitalize;
    color: #006bcd;
    margin: auto;
}

.sec-prod2 {
    background-color: #f9f9f9;
    padding: 30px;
}

.sec-4 {
    background: url(/images/homepage/give-away-banner.jpg) no-repeat;
    background-color: rgba(158,198,184,.2);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

    .sec-4 h2 {
        color: #01c07e;
        font-family: "Nilland",Sans-serif;
        font-size: 43px;
    }

.sec-5 h1 {
    font-family: "Nilland",Sans-serif;
    font-size: 26px;
    color: #006bcd;
}

.sec-5 p {
    font-style: italic;
}
/*block2*/
.block2 {
    margin-top: 75px;
    margin-bottom: 30px;
    position: relative;
}

.block2-content {
    font-family: "Nilland",Sans-serif;
    font-size: 40px;
    color: #006bcd;
    text-transform: uppercase;
}

.panel,
.panel-body {
    box-shadow: none;
}

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

.panel-title > a:before {
    float: left !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    margin-right: 15px;
    color: #000;
}

.panel-title > a.collapsed:before {
    float: left !important;
    content: "\f067";
    color: #000;
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

.panel-group {
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8f6;
    border-radius: 5px;
}

.panel-heading {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    outline: none;
}

.panel-title {
    font-size: 16px;
}

.panel-heading a {
    color: #006bcd;
    font-family: "Roboto",Sans-serif;
    font-weight: 300;
}

.panel-body {
    border-bottom: 1px solid #d4d4d4;
}

    .panel-body p {
        color: #4a5f70;
        font-family: "Roboto",Sans-serif;
        font-weight: 300;
        padding: 20px;
    }

@media (max-width: 1024px) {
    .block2-content {
        font-size: 2em;
    }
}
/*block3*/
.bg {
    background-color: rgba(158,198,184,.2);
    padding: 1em;
    position: absolute;
    height: 1000px;
    width: 37%;
    display: block;
}

.block3 h3 {
    font-family: "Roboto",Sans-serif;
    color: #01c07e;
}

.block3 h2 {
    font-family: "Nilland",Sans-serif;
    font-size: 44px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.block3 h4 {
    text-align: left;
    color: #01c07e;
}

.block3 p {
    color: #4a5f70;
    font-family: "Roboto",Sans-serif;
    font-weight: 300;
    text-align: left;
}

.btn2 {
    width: 159px;
    height: 50px;
    background-color: #006bcd;
    background-image: none;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: 1.3px;
    color: #fff;
    padding: 15px 32px;
}

@media (min-width: 768px) {
    .left-content {
        margin: auto;
        display: block;
    }
}

@media only screen and (max-width: 414px) {
    .btn2 {
        margin: auto;
        display: block;
    }

    .btn3 {
        margin: auto;
        display: block;
    }

    .block3 h2 {
        font-size: 28px;
    }
}


.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/*block4*/

.block4 img {
    margin: auto;
    display: block;
}

.box-blue {
    background-color: rgba(198,218,236,.3);
    transition: all 200ms ease-in-out;
}

.box-green {
    background-color: rgb(236, 244, 241);
    transition: all 200ms ease-in-out;
}

.block4-content {
    text-align: center;
    padding: 40px;
    margin: auto;
    display: block;
}

.block4 h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-top: 50px;
}

.block4 p {
    color: #ff0000;
    font-family: "nilland",Sans-serif !important;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.29em;
    letter-spacing: .9px;
}

.box-blue:hover {
    background: rgba(255, 255, 255, 0.13);
}

.box-green:hover {
    background: rgba(255, 255, 255, 0.13);
}

.btn3 {
    width: 200px;
    height: 50px;
    background-color: #01c07e;
    background-image: none;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: 1.3px;
    color: #fff;
    padding: 15px 32px;
}
/*block5*/
.block5 {
    margin-bottom: 30px;
}

    .block5 h4 {
        margin: auto;
        display: block;
        text-align: center;
    }

    .block5 img {
        margin: auto;
        display: block;
        width: 150px;
        height: 150px;
        border-style: solid;
        border-color: #01c07e;
        border-radius: 999px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

.block5-content {
    font-family: "Nilland",Sans-serif;
    font-size: 40px;
    color: #01c07e;
    text-transform: uppercase;
    margin: auto;
    margin-top: 50px;
}

.testi-content {
    background-color: #e6e9ec;
    padding: 20px;
    position: relative;
}

.testi-text {
    color: #4a5f70;
    font-family: "Roboto",Sans-serif;
    font-weight: 300;
    font-size: 1.3em;
    font-style: italic;
    line-height: 1.5;
}

.testi-content:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #e6e9ec;
    position: absolute;
    -webkit-transform: scaleX(.75) rotate(45deg);
    -ms-transform: scaleX(.75) rotate(45deg);
    transform: scaleX(.75) rotate(45deg);
    border-width: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.testi-content:after {
    bottom: calc(100% - 7px);
    -webkit-transform: scaleX(.75) rotate(-135deg);
    -ms-transform: scaleX(.75) rotate(-135deg);
    transform: scaleX(.75) rotate(-135deg);
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(.75) rotate(-135deg);
    -ms-transform: translateX(-50%) scaleX(.75) rotate(-135deg);
    transform: translateX(-50%) scaleX(.75) rotate(-135deg);
}

/*block6*/
.block6 {
    background: #01c07e;
}

    .block6 h4 {
        font-family: "Nilland",Sans-serif;
        font-size: 2.5em;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #4a5f70;
    }

    .block6 p {
        color: #fff;
        font-size: 1.2em;
        font-weight: 400;
        line-height: 1.39em;
        letter-spacing: 1.1px;
    }

.black-btn {
    background-color: #000;
    font-family: "Roboto",Sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.email {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/*media*/
@media screen and (max-width: 600px) and (min-width: 320px) {
    .block1-content {
        width: 85% !important;
        margin: auto;
        display: block;
        position: relative;
        top: -40px;
    }

    .bg {
        width: 100%;
    }

    .img-1 {
        text-align: center;
    }

    .block3 h4 {
        text-align: center;
    }

    .block3 p {
        text-align: center;
    }

    .b4-after {
        display: none;
    }
}

@media (min-width: 1140px) {
    .b4-after-image {
        display: none;
    }
}
/*Footer*/
.footer {
    background-color: rgba(198,218,236,.3);
}

.footer-content p {
    color: rgba(0,0,0,.8);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -.2px;
}

.wd-br {
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: rgba(35,164,85,.08);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 10px 40px 10px 10px;
}

.footer-terms h3 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .9px;
    font-family: "Roboto",Sans-serif;
    font-weight: 300;
    margin-top: -35px;
    margin-bottom: 35px;
}

.terms-cont ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.terms-cont li {
    padding-bottom: calc(14px/2);
    font-size: 12px;
    font-weight: 400;
    font-family: "Roboto",Sans-serif;
}

.terms-cont a {
    color: #000;
}

.badges {
    margin: auto;
    display: block;
    text-align: center;
}

.icons:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

.icons {
    margin: auto;
}

@media only screen and (min-width: 768px) {
    .sec-5 h1 {
        font-family: "Nilland",Sans-serif;
        font-size: 40px;
        color: #006bcd;
    }
}

.view-cart {
    padding: .375rem .75rem!important;
    border: 1px solid #6c757d!important;
    color: #6c757d;
    background-color: transparent;
}
.btn-checkout {
    background-color: #007bff!important;
    border: 1px solid #007bff!important;
    color: #fff;
    padding: .375rem .75rem!important;
    text-transform: capitalize!important;
    margin-top: 0!important;
    font-size: unset!important;
}
