﻿@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&family=News+Cycle:wght@400;700&display=swap');


ul, ol {
    padding: 0;
    margin: 0;
}

a {
    color: #000;    
    font-family: 'Lora', serif;
}

    a:hover {
        text-decoration: none;
        color: #68bdd2;
        
    }

    a:focus {
        outline: none;
    }

body {
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'News Cycle', sans-serif;
    font-weight: normal;
}

table {
    width: 100%;
}

th, td {
    padding: 10px 20px;
    border-bottom: 1px solid #ebebeb;
}


/*----------- header css start here ---------------*/

.topbar {
    background: #1C4F4B;
    padding: 5px;
}
.slide img {
    width: 100%;
}
.d-flex.actions input {
    width: 21%;
    padding: 0;
    height: auto;
    text-align: center;
    margin: 0 20px;
}
button.btn {
    border-radius: 5px;
    background: #ff5657;
    border: 0;
    color: #fff;
}
span.price {
    font-size: 24px;
    color: #1c4f4b;
}
.banner{
    position: relative;
}
.p-box1 {
    position: absolute;
    top: -284px;
    padding: 0 60px;
}
.p-box2 {
    position: relative;
    top: -48px;
}
.p-desc {
    text-align: center;
}
.p-desc h2{
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
section.information {
    background: url(../images/bg.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 111px 0 50px;
    margin: 60px 0;
    color: #fff;
}
a.text-links {
    color: #F77450;
    text-decoration: underline;
}
.spicebox {
    padding: 57px;
    background: #ffdcdc;
    text-align: center;
}
.heading.text-center {
    margin-bottom: 39px;
}
.heading.text-center h3 {
    font-weight: 700;
    color: #1f6d67;
    text-transform: uppercase;
}
.spice-box h4 {
    font-size: 20px;
    margin: 20px 0;
}
button.btnmore {
    background: #1c807b;
    border: 0;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    
    font-family: 'Lora', serif;
}
.footbox ul li img {
    float: left;
    margin: 0 11px;
    /* margin-bottom: 13px; */
}
.footbox ul li {
    margin-bottom: 11px;
}
.footbox ul {
    list-style: none;
}
.footbox h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
footer.footer {
    padding: 50px 0;
}

@media only screen  and (max-width:767px) {
    .p-box1 {
        position: relative;
        margin: 30px 0;
        top: 0;
        padding: 0;
    }

    .product2{
        margin: 30px 0;
        top: 0;
    }
    .slick-next{
        right: 0 !important;
        }
        .slick-prev{
            left: 0 !important;
            }
}
.slick-next, .slick-prev, .slick-next:before, .slick-prev:before{
    color: #000 !important;
}
