@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Open+Sans:wght@800&display=swap');


/* Updating Grid */
.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    /*    padding-right: 20px;*/
    /*    padding-left: 20px;*/
}

body,
html {
    font-family: 'Montserrat', sans-serif;
    /* content font family */
    font-size: 20px;
    font-weight: 500;
    color: #000;
    background: #fff;
    /* main background color */
}

@media all and (min-width: 768px) {

    body,
    html {
        font-size: 20px;
    }
}

@media all and (min-width: 992px) {

    body,
    html {
        font-size: 20px;
    }
}

@media all and (min-width: 1200px) {

    body,
    html {
        font-size: 24px;
    }
}

p {
    margin-bottom: 36px;
    line-height: 1.5em;
}

.p-26 {
    font-size: 26px;
}

@media all and (max-width: 768px) {
    .p-26 {
        font-size: 22px;
    }
}


.p-28 {
    font-size: 28px;
}

@media all and (max-width: 768px) {
    .p-28 {
        font-size: 22px;
    }
}

.h1-big-1 {
    font-size: 72px;
    font-weight: 800;
}

@media all and (max-width: 768px) {
    .h1-big-1 {
        font-size: 36px;
    }
}

.h1-big-2 {
    font-size: 60px;
    font-weight: 800;
}

@media all and (max-width: 768px) {
    .h1-big-2 {
        font-size: 42px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat', sans-serif;
    /* heading font family */
    font-weight: 700;
    /* heading font weight */
}

.first-font {
    font-family: 'Montserrat', sans-serif;
    /* first font family */
}

.second-font {
    font-family: 'Montserrat', sans-serif;
    /* second font family */
}

strong {
    font-weight: 700;
    /* Define strong */
}

.font-weight-bolder {
    font-weight: 900 !important;
}

.zup {
    z-index: 99;
    position: relative;
}

.container {
    max-width: 920px;
    /* main container width */
}

.container-lg {
    max-width: 1080px;
    /* big container width */
}

.container-xl {
    max-width: 1288px;
    /* big container width */
}

/* Background Colors */
.bg-green-1 {
    background: #ECF4F5;
}

.bg-green-2 {
    background: #057062;
}

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

.bg-blue-1 {
    background: #DDEBEE;
}

.bg-blue-2 {
    background: #264E71;
}

.bg-red-1 {
    background: #D41C25;
}

.bg-red-2 {
    background: #CC0000;
}

.bg-grey-1 {
    background: #F3F3F3;
}

.bg-grey-2 {
    background: #353F40;
}

.bg-black-2 {
    background: #121515;
}

.bg-yellow-1 {
    background: #FFFCE6;
}

.bg-red-grad {
    background: #cc0000;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #cc0000 0%, #dc3546 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #cc0000 0%, #dc3546 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #cc0000 0%, #dc3546 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#dc3546', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.bg-black-grad {
    background: #3a4446;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #3a4446 0%, #0c0e0e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #3a4446 0%, #0c0e0e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #3a4446 0%, #0c0e0e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a4446', endColorstr='#0c0e0e', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.bg-tea {
    background: #000;
    background-image: url(../img/main-page/tea-bg.jpg);
    background-size: cover;
}

.bg-leaves {
    background: #F3F3F3;
    background-image: url(../img/main-page/leaves-bg.jpg);
    background-size: cover;
}

.bg-head {
    background-image: url(../img/svg/white-shape-2.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-color: #057062;
    width: auto;
    height: 100%;
}

.bg-red-strip {
    /*    background: #CC0000;*/
    background-image: url(../img/main-page/red-strip.png);
    background-size: cover;
}

/* Text Colors */
.text-black {
    color: #000;
}

.text-green-1 {
    color: #ECF4F5;
}

.text-green-2 {
    color: #057062;
}

.text-green-3 {
    color: #036457;
}

.text-blue-1 {
    color: #DDEBEE;
}

.text-blue-2 {
    color: #264E71;
}

.text-red-1 {
    color: #D41C25;
}

.text-red-2 {
    color: #CC0000;
}

.text-grey-1 {
    color: #F3F3F3;
}

.text-grey-2 {
    color: #353F40;
}

.text-black-2 {
    color: #121515;
}

.text-yellow-1 {
    color: #FFFCE6;
}


/* Text shadows */
.text-shadow-1 {
    text-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.text-shadow-2 {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/*Box Shadow*/
.box-shadow-1 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/* Common typography */
sup {
    color: #272727;
    font-size: 10px;
    font-weight: 600;
}

/* Borders */
.border-xs {
    border: 3px solid black;
}

.border-sm {
    border: 2px solid black;
}

.border-grey {
    border-color: #E1E1E1;
}

.border-blue {
    border-color: #DDEBEE;
}


/*Hero*/
.section-hero {
    background-color: #ECF4F5;
    background-image: url(../img/main-page/hero-bg.jpg);
    background-size: cover;
    border-top: 80px solid #D41C25;
}

    .section-hero h1 {
        font-size: 48px;
    }

@media all and (max-width: 768px) {

    .section-hero {
        border-top: 40px solid #D41C25;
    }

        .section-hero h1 {
            font-size: 28px;
        }
}

/*Seperator*/
.seperate {
    border: 1px solid red;
    width: 20%;
    text-align: left;
}

/*Font Weight*/

.fw-sb {
    font-weight: 600;
}

.fw-eb {
    font-weight: 800;
}

.mt-n10 {
    margin-top: -100px;
}

/*List Leaves*/

.list-green-leaves {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .list-green-leaves li {
        background: #fff;
        margin-bottom: 10px;
        padding: 20px;
        padding-left: 85px;
        border-radius: 4px;
        color: #000;
        position: relative;
        line-height: 1.4;
        box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
    }

        .list-green-leaves li:nth-child(2n) {
            background: #F3F3F3;
        }

        .list-green-leaves li:after {
            content: "";
            height: 40px;
            width: 46px;
            position: absolute;
            background-image: url('../img/svg/leave-tick-icon.svg');
            background-size: contain;
            background-repeat: no-repeat;
            left: 24px;
            top: 20px;
        }

@media all and (max-width: 768px) {
    .list-green-leaves li {
        font-size: 20px;
    }
}


.pb-250 {
    padding-bottom: 200px;
}

@media all and (max-width: 768px) {
    .pb-250 {
        padding-bottom: 50px;
    }
}


.tea-features {
    margin-bottom: -250px;
}

@media all and (max-width: 768px) {
    .tea-features {
        margin-bottom: -120px;
    }
}

/*List Reasons*/
.list-reasons {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
}

    .list-reasons li {
        padding: 0px 10px;
        line-height: 1.5;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        border: 2px solid #F3F3F3;
        padding: 20px;
        border-radius: 4px;
        background-color: #fff;
    }

        .list-reasons li img {
            max-width: 60px;
            margin-top: 0;
            margin-right: 20px;
            flex-basis: auto;
            display: block;
            align-self: flex-start;
        }

        .list-reasons li span {
            display: block;
            flex-basis: 100%;
        }


/* FAQ section */
.faq-accordion .btn-link {
    font-weight: bold;
    color: #fff;
    font-size: 24px;
}

    .faq-accordion .btn-link:hover,
    .faq-accordion .btn-link:focus,
    .faq-accordion .btn-link:active {
        text-decoration: none;
        outline: none;
        border-color: none !important;
        box-shadow: none !important;
    }

.faq-accordion .card-header {
    background: #264E71;
    font-weight: bold;
    padding: 14px 60px 14px 12px;
    display: block;
    color: #fff;
    font-size: 26px;
    border-radius: 4px 4px 0 0;
    line-height: 1.2em;
}

.faq-accordion .card {
    border: 1px solid #EAEAEA;
    margin-bottom: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.card-body p {
    line-height: 1.5em;
}

@media all and (max-width: 768px) {
    .faq-accordion .btn-link {
        font-size: 22px;
    }

    .card-body p {
        font-size: 20px;
    }
}

.accordion .card-header {
    position: relative;
    padding-right: 60px;
}

    .accordion .card-header:after {
        font-family: 'FontAwesome';
        content: "\f068";
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translateY(-50%);
    }

    .accordion .card-header.collapsed:after {
        /* symbol for "collapsed" panels */
        content: "\f067";
    }


/*References*/
ol {
    padding-left: 20px;
}

.list-ref li {
    font-size: 18px;
}

@media all and (max-width: 768px) {
    .list-ref li {
        font-size: 16px;
    }
}

/* Buttons */
.btn-cta-main {
    font-weight: bolder;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase;
    background: #fdc71f;
    border: none;
    background: -moz-linear-gradient(-45deg, #fdc71f 0%, #f9c655 48%, #fe9d00 100%);
    background: -webkit-linear-gradient(-45deg, #fdc71f 0%, #f9c655 48%, #fe9d00 100%);
    background: linear-gradient(135deg, #fdc71f 0%, #f9c655 48%, #fe9d00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdc71f', endColorstr='#fe9d00', GradientType=1);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
    transition: transform 100ms ease-in;
    line-height: 1.2em;
}

    .btn-cta-main i {
        position: relative;
        margin-left: 4px;
    }

.btn-cta-main-text2 {
    font-size: 22px;
}

.bta-cta-big {
    font-size: 2rem;
    padding: 10px 30px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.btn-cta-main:hover {
    transform: scale(1.1);
}

@media all and (max-width: 768px) {
    .btn-cta-main {
        font-size: 1rem;
    }
}


/*Decline Link below button*/
.decline-link {
    font-size: 24px;
    line-height: 24px;
}

    .decline-link a {
        color: #5845A1 !important;
    }


/*Lazy Load*/
img.lazy {
    display: none;
}


/* Pricing Table */
.ptable-box {
    border: 1px solid #000;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 20px;
}

.ptable-header {
    background: #434c4d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #434c4d 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #434c4d 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #434c4d 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#434c4d', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    color: #fff;
    text-align: center;
    padding: 15px;
}

    .ptable-header h3 {
        margin: 0;
        font-size: 25px;
        text-transform: uppercase;
    }

.ptable-header-2 {
    background: #0168c2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0168c2 0%, #043560 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0168c2 0%, #043560 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0168c2 0%, #043560 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0168c2', endColorstr='#043560', GradientType=0);
    /* IE6-9 */
    color: #fff;
    text-align: center;
    padding: 15px;
}

    .ptable-header-2 h3 {
        margin: 0;
        font-size: 26px;
        text-transform: uppercase;
    }

.ptable-tag-supply {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #312C51;
    padding: 5px 0;
    background-color: #F3F3F3;
}

.ptable-body {
    padding: 10px 15px;
}

.ptable-tag-your {
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    line-height: 1;
    padding-top: 15px;
    color: #000;
}

.ptable-price {
    display: flex;
    color: #004078;
    font-weight: bold;
    justify-content: center;
}

.ptable-save {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    line-height: 1;
    color: #CC0000;
    padding-bottom: 5px;
}

.ptable-amount {
    font-size: 48px;
}

.ptable-per {
    /*    align-self: center;*/
    margin-left: 5px;
    line-height: 1;
    margin-top: 26px;
    font-size: 32px;
}

.ptable-btn {
    background: #FAC000;
    padding: 10px 20px;
    font-size: 23px;
    border-radius: 4px;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #FA9E00;
    background-image: url(../img/main-page/btn-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 10px;
    text-align: center;
}

    .ptable-btn:hover {
        color: #000;
        text-decoration: none;
        transform: scale(1.05);
    }

    .ptable-btn img {
        height: 26px;
        position: relative;
        top: -3px;
    }

.ptable-tag-total {
    color: #312C51;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.ptable-total-price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
}

.ptable-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .ptable-list li {
        padding: 0px 10px;
        line-height: 1.2;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        font-size: 16.5px;
    }

        .ptable-list li img {
            max-width: 60px;
            margin-top: 0;
            margin-right: 15px;
            flex-basis: auto;
            display: block;
            align-self: flex-start;
        }

        .ptable-list li span {
            display: block;
            flex-basis: 100%;
        }

.ptable-original-amt {
    color: #9B99AA;
    font-weight: bold;
    font-size: 30px;
    margin-right: 10px;
    position: relative;
}

    .ptable-original-amt:after {
        content: "";
        background: #B3131A;
        height: 3px;
        width: 110%;
        position: absolute;
        top: 50%;
        left: -5%;
        border-radius: 4px;
    }

.ptable-dis-amt {
    color: #312C51;
    font-weight: bold;
    font-size: 42px;
}

.ptable-tag-shipping {
    color: #312C51;
    font-size: 16px;
    text-align: center;
}

.ptable-badges {
    margin: 10px 0;
    text-align: center;
}


.ptable-box:hover {
    background: #264E71;
    color: #fff;
}

    /*
.ptable-box:hover .ptable-header {
    background: #27012D;
}
*/

    .ptable-box:hover .ptable-tag-supply {
        background-color: #057030;
    }

    .ptable-box:hover .ptable-price,
    .ptable-box:hover .ptable-tag-shipping,
    .ptable-box:hover .ptable-dis-amt,
    .ptable-box:hover .ptable-tag-total,
    .ptable-box:hover .ptable-tag-supply,
    .ptable-box:hover .ptable-original-amt,
    .ptable-box:hover .ptable-tag-your,
    .ptable-box:hover .ptable-save {
        color: #fff;
    }

.ptable-main {
    transform: scale(1.1);
}

@media all and (max-width: 768px) {
    .ptable-main {
        transform: none;
    }
}




/* Responsive classes custom */
@media all and (max-width: 768px) {
    .center-sm {
        text-align: center;
    }

    .img-50-sm {
        max-width: 50%;
    }

    .img-80-sm {
        max-width: 80%;
    }

    .h2r {
        font-size: 1.4rem;
    }

    .h3r {
        font-size: 1.2rem;
    }

    .h4r {
        font-size: 1.1rem;
    }

    .h5r {
        font-size: 0.8rem;
    }

    .display-4 {
        font-size: 2.4rem;
    }
}
/**/

.section-hero {
    border-top: none;
    padding-top: 50px !important;
}

.first_section {
    background: #d41c25;
    padding: 10px 5px;
}

    .first_section h2 {
        font-size: 23px;
        color: white;
        margin-top: 0px;
        margin-bottom: 7px;
        font-weight: 700 !important;
    }

    .first_section p {
        font-size: 20px;
        color: white;
        margin: 0px;
    }

.stop-section {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
}

    .stop-section span {
        position: absolute;
        background: #d41c25;
        width: 135px;
        height: 135px;
        color: white;
        text-align: center;
        font-weight: 800;
        border-radius: 100%;
        border: 7px solid white;
        top: -31px;
        font-size: 29px;
        line-height: 119px;
    }

    .stop-section p {
        padding-left: 145px;
        font-size: 20px;
        position: relative;
        padding-top: 7px;
    }

        .stop-section p b {
            font-size: 25px;
        }

    .stop-section:before {
        background: white;
        position: absolute;
        content: '';
        height: 90px;
        width: 650px;
        top: -9px;
        border: 1px solid #dfdfdf;
        left: 40px;
    }

@media(min-width:1200px) {
    .br-block {
        display: block;
    }
}

@media(max-width:767px) {

    .stop-section {
        max-width: 370px;
    }


        .stop-section span {
            position: absolute;
            background: #d41c25;
            width: 80px;
            height: 80px;
            color: white;
            text-align: center;
            font-weight: 800;
            border-radius: 100%;
            border: 4px solid white;
            top: -31px;
            font-size: 16px;
            line-height: 73px;
        }

    .first_section h2 {
        font-size: 18px;
    }

    .fsiz {
        font-size: 1rem;
    }

    .stop-section p {
        padding-left: 64px;
        font-size: 12px;
        position: relative;
        padding-top: 0px;
        top: -8px;
    }

    .first_section {
        padding: 10px;
    }

        .first_section p {
            font-size: 15px;
        }

    .section-hero-sales {
        padding-top: 30px !important;
    }


    .stop-section p b {
        font-size: 13.5px;
    }

    .stop-section:before {
        background: white;
        position: absolute;
        content: '';
        height: 64px;
        width: 320px;
        top: -23px;
        border: 1px solid #dfdfdf;
        left: 40px;
    }

    .fb37 {
        font-size: 37px;
    }
}

footer {
    background: #f7f7f7cf;
    padding: 35px 0px 25px 0px;
}

    footer a {
        /*font-family: Roboto-Light;*/
        color: #727272;
        font-size: 17px;
        letter-spacing: 0.5px;
        padding-right: 30px;
        padding-left: 30px;
        font-weight: 400;
    }

        footer a:hover {
            color: #111;
            text-decoration: none;
        }

@media(min-width:768px) and (max-width:1100px) {
    .ptable-btn {
        font-size: 19px;
    }
}


@media(min-width:1200px) {
    .ptable-btn {
        font-size: 25px;
    }

    .footer-container{
        max-width:1090px
    }
}



/**/

        .footer {
            background: #f8f2ed;
            padding: 10px 0px 10px 0px;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

        .footer-bold {
            font-weight: 600;
        }

        .footer-section li a {
            font-size: 16px !important;
            color: #292b2c;
            padding: 7px 20px;
            display: inline-block;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

        .footer-logo {
            width: 250px;
        }

        /*.m-footer p {
            font-family: 'Montserrat', sans-serif;
        }

        .m-footer li a {
            font-family: 'Montserrat', sans-serif !important;
        }*/

        .footer-section li a:hover {
            color: #ff9000;
            text-decoration: none;
        }

        .footer-section ul {
            padding-top: 20px;
            padding-bottom: 30px;
        }

        .footer-section p {
            font-size: 14.7px;
            /*text-align: left;*/
            line-height: 23px;
            color: #292b2c;
            margin-bottom: 25px;
        }

        .link-footer {
            color: #292b2c !important;
        }

            .link-footer:hover {
                text-decoration: none;
            }


        @media(max-width:767px) {
            .footer-section li {
                display: block !important;
            }

                .footer-section li a {
                    padding: 4px 5px;
                }
        }