body {
    font-family: 'ABeeZee';
    font-size: 16px;
    line-height: 30px;
}

.toogle-menu {
    width: 34px;
}

.logo {
    width: 150px;
}


#Main-banners .owl-dots {
    display: none;
}

.offcanavs-logo {
    width: 155px;
}

.signin {
    background-color: #F07822 !important;


}

.signup {
    background-color: #95C13C !important;
}


.header-btns .btn-primary {
    border-style: none;
    padding: 5px 20px;
    border-radius: 20px;

}

.buy-now {
    background-color: #F28D20;
    color: #fff;
}

.welcome p {
    color: #fff;

}

.menuoffcanva .offcanvas-body {
    padding: 0px !important;
}



.nav-item a {
    color: #fff;
}


.hightlights {
    background: #E4ECE0;
    padding: 110px 25px;
}
.sub-banner {
    background: #f07822;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}
.newsignup {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px #f0782245 solid;
    border-radius: 6px;
}
    .newsignup h2 {
        font-size: 18px;
    }
    .newsignup label {
        font-size: 16px;
    }
.validation_info {
    font-size: 14px;
}
.newsignup .heading {
    font-size: 15px;
}
.nature {
    color: #213721;
}

.traditional {
    padding: 30px 90px;
    background: #FBFBFB;
}
.header-btns a {
    text-decoration: none;
    color: #fff;
}
.welcome {
    background-color: #F28D20;

}


.feature-box {
    margin-bottom: 20px;
}

.highlight-heading {
    color: #213721;
    font-size: 20px;
}

.highlight-text {
    color: #3C5E39;
    font-size: 14px;
}

.text-primary {
    color: #899F87 !important;
}

.product-box {
    background-color: #C8D8C0;
    padding: 20px 10px;
}

.product-box img {
    display: flex;
    margin: 0 auto;

}

.product-card {
    height: 510px;
    max-height: 510px;
}

.offcanvas-start {

    width: 320px !important;
}

/* ====footer styles==== */




.footer h6 {
    font-weight: 600;
    margin-bottom: 15px;
}

.footer a {
    text-decoration: none !important;
    color: #444;

}

.footer a:hover {
    text-decoration: underline;

}

.footer .social-icons a {
    margin-right: 15px;
    color: #444;
    font-size: 18px;
}

.footer .social-icons a:hover {
    color: #f57c00;
}

.footer-logo {
    width: 160px;
    margin-bottom: 15px;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    font-size: 14px;
}

.social-icons i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    background-color: #ffff;
}

.social-icons i:hover {
    background-color: #f57c00;
    color: #fff;

}

.footer .list-unstyled li {
    line-height: 36px;
}
* owlCarousel styles starts here */

.owl-nav button.owl-prev {
    position: absolute !important;
    left: 0 !important;
    top: 45% !important;
    width: 35px !important;
    height: 35px !important;
    background: #ffffff !important;
    border: 1px #0e9949 solid !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 35px !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

button.owl-prev {
    position: absolute !important;
    left: 0 !important;
    top: 45% !important;
    width: 35px !important;
    height: 35px !important;
    background: #ffffff !important;
    border: 1px #0e9949 solid !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 35px !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}
.owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 45%;
    width: 35px;
    height: 35px;
    background: #ffffff !important;
    border: 1px #0e9949 solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* owlCarousel styles end here */

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .traditional {
        padding: 28px 24px;
    }

    .hightlights {

        padding: 28px 25px;
    }

    .hightlights-box {
        text-align: center;
    }

    .logo {
        width: 103px;
    }

    .header-btns .btn-primary {
        padding: 5px 22px;
    }

    .product-card {
        height: auto !important;
    }

    .offcanvas-start {

        width: 250px !important;
    }

}