


    .section-header .prose {
        position:relative;
        overflow-wrap: anywhere;
        display: inline-block;
    }

.section-header .prose:before {
    content: '';
    position: absolute;
    background: url('../image/vijaya-1_png.png');
    height: 30px;
    width: 30px;
    top: 0;
    left: -40px;
    background-repeat: no-repeat;
    background-size: contain;
}

.section-header .prose:after {
    content: '';
    position: absolute;
    background: url('../image/vijaya-1_png.png');
    height: 30px;
    width: 30px;
    top: 0;
    right: -40px;
    background-repeat: no-repeat;
    background-size: contain;
}

.section-header .prose h2 {
    margin-bottom:0;
    line-height:1;
}

.properties .nav-tabs {
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
    border: 0;
    display: flex;
    justify-content: center;
}

.product-item {
    margin-bottom: 15px;
    margin-top: 15px;
    box-shadow: none;
    border: 1px solid #cccccc;
    border-radius: 10px;
    overflow: hidden;
    transition: height .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1);
}

    .product-item .product-thumb {
        align-items: center;
        display: flex;
        overflow: hidden;
        position: relative;
        min-height: 300px;
        justify-content: center;
        width: 100%;
        padding: 0;
    }

        .product-item .product-thumb .offer_badge {
            position: absolute;
            left: 0;
            top: 0;
            border-bottom-right-radius: 10px;
            background-color: #de0101;
            padding: 5px;
            z-index: 10;
        }

        .product-item .product-thumb .save_tag {
            margin-bottom: 10px;
            line-height: 1;
            width: 100%;
            clear: both;
            float: left;
            color: #fff;
        }

        .product-item .product-thumb .badge_modal_qty p.make-upto {
            font-size: 8px;
            color: #fff;
        }

        .product-item .product-thumb .badge_modal_qty p.qty {
            font-size: 28px;
            color: #ffde00;
        }

        .product-item .product-thumb .badge_modal_qty p.modals {
            font-size: 11px;
            color: #fff;
        }

.product-thumb .swap-on-hover {
    position: relative;
    width: 100%;
}

    .product-thumb .swap-on-hover .swap-on-hover__front-image {
        z-index: 1;
        transition: opacity .1s ease-in-out,transform 1.1s cubic-bezier(.15,.75,.5,1) 0s;
        cursor: pointer;
    }

.product-thumb:hover > .swap-on-hover .swap-on-hover__back-image {
    opacity: 1;
    transform: translate(-50%, -50%) scale3d(1.1,1.1,1.1) translateZ(0);
    transition: opacity .1s ease-in-out,transform 1.1s cubic-bezier(.15,.75,.5,1) 0s;
    z-index: 9;
}

.product-thumb .swap-on-hover img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    transition: opacity .1s ease-in-out,transform 1.1s cubic-bezier(.15,.75,.5,1) 0s;
}

.product-thumb .swap-on-hover .swap-on-hover__back-image {
    opacity: 0;
    transition: opacity .1s ease-in-out,transform 1.1s cubic-bezier(.15,.75,.5,1) 0s;
}

.product-item .product-info {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    min-height: 117px;
    padding: 30px;
}

.product_desc p {
    margin-bottom: 10px;
    line-height: 1;
    width: 100%;
    clear: both;
    float: left;
}

.product-item .product-info .title {
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
    color: #000000;
    font-weight: bold;
}

.price_line_through {
    font-size: 16px;
    color: #949494;
    font-weight: bold;
    text-decoration: line-through;
}

.price_actual {
    font-size: 16px;
    color: #de0101;
    font-weight: bold;
}

.product-item .product-info .title {
    font-family: "Rubik", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}

    .product-item .product-info .title a {
        color: #000;
    }

.product_stock_level {
    font-size: 14px;
    color: #3c9342;
}

.product-item .product-info .prices {
    clear: both;
    display: flex;
    justify-content: space-between;
}

.btn-outline-red-1 {
    background-color: #fff;
    border-color: #ed3237;
    color: #ed3237;
    border-radius: 0;
    font-family: "Fredoka One", cursive;
}

.bg-light-green {
    background-color: #efffdf;
}

.homeMarquee {
    width: 100%;
    display: block;
}

    .homeMarquee ul {
        padding-left: 20px;
        list-style: none;
        display:flex;
    }

    .homeMarquee li {
        padding: 3px 0;
    }

    .homeMarquee li {
        color: #195a12;
        font-size: 50px;
        list-style-type: none;
        line-height: 1;
    }
        .homeMarquee li > img {
            max-width: 1.2em;
        }






.post-slide {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}

    .post-slide .post-img {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        margin-top:15px;
        overflow:hidden;
        border:1px solid #e1e1e1;
    }

        .post-slide .post-img img {
            width: 100%;
            height: auto;
            transform: scale(1, 1);
            transition: transform 0.2s linear;
        }

    .post-slide:hover .post-img img {
        transform: scale(1.1, 1.1);
    }

    .post-slide .over-layer {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background: rgba(78, 155, 0, 0.11);
        transition: all 0.5s linear;
    }

    .post-slide:hover .over-layer {
        opacity: 1;
        text-decoration: none;
    }

    .post-slide .over-layer i {
        position: relative;
        top: 45%;
        text-align: center;
        display: block;
        color: #fff;
        font-size: 25px;
    }

    .post-slide .post-content {
        background: #fff;
        padding: 0;
        border-radius: 15px;
    }

    .post-slide .post-title a {
        font-size: 15px;
        font-weight: bold;
        color: #333;
        display: inline-block;
        transition: all 0.3s ease 0s;
    }

        .post-slide .post-title a:hover {
            text-decoration: none;
            color: #000000;
        }

    .post-slide .post-description {
        line-height: 24px;
        color: #808080;
        margin-bottom: 25px;
    }

    .post-slide .post-date {
        color: #a9a9a9;
        font-size: 14px;
    }

        .post-slide .post-date i {
            font-size: 20px;
            margin-right: 8px;
            color: #cfdace;
        }


.call-to-action {
    background-image: url('../image/nanure-leaf.png');
    background-size: cover;
    background-position: center center;
}
.call-to-action h2,
.call-to-action p,
.call-to-action h5
{
   color:#fff;
}

.pb_section {
    position: relative;
    display: block;
    background-color: #f2f2f2;
}
    .pb_section .images {
        position: relative;
    }
.images .img2 {
    position: absolute;
    top: 50%;
    right: 0;
    max-width: 500px;
    -webkit-box-shadow: -17px 10px 34px -18px rgba(0, 0, 0, 0.5);
    box-shadow: -17px 10px 34px -18px rgba(0, 0, 0, 0.5);
}



.product_slider .box_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border-radius: 0;
}
.product_slider .product-item {
    width: 100%;
    max-width: 300px;
}
    .product_slider .box_1 .modal-img {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        border-radius:15px;
        border:1px solid #3c9342;
        padding:10px;
    }
.product_slider .box_1 .product-content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.product_slider .owl-nav .owl-prev,
.product_slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 52px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #DDDDDD;
    border-radius: 50px;
    font-size: 20px;
    box-shadow: 0 .125rem .625rem rgba(0, 0, 0, .15);
}
.product_slider .owl-nav .owl-prev,
.product_slider .owl-nav .owl-prev {
    left: -70px;
}
.product_slider .owl-nav .owl-next,
.product_slider .owl-nav .owl-next {
    right: -70px;
}


.top_graphical_nav .icon_container {
    text-align: center;
    display: block;
    font-size: 12px;
    padding: 25px;
    background-color: #e5ffc8;
    margin-bottom: 15px;
}

    .top_graphical_nav .icon_container p {
        font-size: 16px;
        color: #204072
    }


.top_graphical_nav .icon_container img {
    width: 60px;
    margin-bottom:25px;
}

.bg-theme-blue {
    background-color: #204072
}

.bg-theme-green {
    background-color: #87dd26
}

.text-theme-blue {
    color: #204072
}
