:root {
    --greencolor: #00a859;
}

body {
    /* font-family: 'Open Sans', sans-serif!important; */
    font-family: "Poppins", sans-serif !important;
}

@media (min-width: 1200px) {
    .container {
        width: 100% !important;
        max-width: 1300px !important;
    }
}
/* NEW */
a {
    color: #000;
}

ul li a:hover {
    color: #blue !important;
}

ul li a: {
    color: #000 !important;
}

footer ul li a:hover {
    color: #ff8d1b;
}

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
/* NEW */
/* DROPDOWN MENU */
.dropdown-menu > li > a {
    display: block !important;
    padding: 7px 20px !important;
    clear: both !important;
    font-weight: 400 !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
    white-space: normal !important;
    border-bottom: 1px #aaa solid !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: 100%;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        border-color: transparent transparent transparent #333;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        content: " ";
        display: block;
        float: right;
        height: 0;
        margin-right: -10px;
        margin-top: 5px;
        width: 0;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav, .navbar-inverse .navbar-nav {
        display: inline;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
            color: #9d9d9d;
        }

    .navbar-default .navbar-brand, .navbar-inverse .navbar-brand {
        display: inline;
    }

    .navbar-default .navbar-toggle .icon-bar, .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
        height: 4px !important;
        width: 20px !important;
    }

    .navbar-default .dropdown-menu > li > a, .navbar-inverse .dropdown-menu > li > a {
        color: red;
    }

        .navbar-default .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:hover {
            background-color: #ccc;
        }

        .navbar-default .dropdown-menu > li > a:focus, .navbar-inverse .dropdown-menu > li > a:focus {
            background-color: #ccc;
        }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }

    .dropdown-menu {
        padding-left: 10px;
    }

        .dropdown-menu .dropdown-menu {
            padding-left: 20px;
        }

            .dropdown-menu .dropdown-menu .dropdown-menu {
                padding-left: 30px;
            }

    li.dropdown.open {
        border: 0px solid red;
    }
}

@media (min-width: 768px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }

    #navbar {
        text-align: center;
    }
}
/* DROPDOWN MENU */
/* Client */
/******************  News Slider Demo-10 *******************/
.post-slide10 {
    padding-bottom: 10px;
    margin: 0 15px;
    position: relative;
    background: #fff !important;
    box-shadow: 0 1px 2px rgba(43,59,93,.3);
    margin-bottom: 2em
}

    .post-slide10 img {
        width: 100%;
        height: auto
    }

    .post-slide10 .post-date {
        position: absolute;
        top: 2%;
        left: 8%;
        padding: 3% 5%;
        background: #e74c3c
    }

    .post-slide10 .month {
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase
    }

        .post-slide10 .month:after {
            content: "";
            display: block;
            border: 1px solid #fff
        }

    .post-slide10 .date {
        font-size: 14px;
        color: #fff;
        display: block;
        text-align: center;
        font-weight: 700
    }

    .post-slide10 .post-title {
        margin: 25px 0 15px 0
    }

        .post-slide10 .post-title a {
            font-size: 15px;
            font-weight: 700;
            color: #333;
            padding: 0 15px;
            display: inline-block;
            text-transform: uppercase;
            transition: all .3s ease 0s
        }

            .post-slide10 .post-title a:hover {
                text-decoration: none;
                color: #e74c3c
            }

    .post-slide10 .post-description {
        font-size: 14px;
        line-height: 24px;
        color: grey;
        padding: 0 15px
    }

    .post-slide10 .read-more {
        color: #333;
        padding: 0 15px;
        text-transform: capitalize;
        transition: color .2s linear
    }

        .post-slide10 .read-more i {
            margin-left: 10px;
            font-size: 10px
        }

        .post-slide10 .read-more:hover {
            text-decoration: none;
            color: #e74c3c
        }

.owl-controls .owl-buttons {
    margin-top: 20px;
    position: relative
}

.owl-controls .owl-prev {
    position: absolute;
    left: -40px;
    bottom: 124px;
    padding: 8px 17px;
    background: #333;
    transition: background .5s ease
}

.owl-controls .owl-next {
    position: absolute;
    right: -40px;
    bottom: 124px;
    padding: 8px 17px;
    background: #333;
    transition: background .5s ease
}

    .owl-controls .owl-next:after, .owl-controls .owl-prev:after {
        content: "\f104";
        font-family: FontAwesome;
        color: #d3d3d3;
        font-size: 16px
    }

    .owl-controls .owl-next:after {
        content: "\f105"
    }

    .owl-controls .owl-next:hover, .owl-controls .owl-prev:hover {
        background: #e74c3c
    }

@media only screen and (max-width:990px) {
    .post-slide10 {
        margin: 0 20px
    }

    .owl-controls .owl-buttons .owl-prev {
        left: -20px;
        padding: 5px 14px
    }

    .owl-controls .owl-buttons .owl-next {
        right: -20px;
        padding: 5px 14px
    }
}

@media only screen and (max-width:767px) {
    .owl-controls .owl-buttons .owl-prev {
        left: 0;
        bottom: 260px
    }

    .owl-controls .owl-buttons .owl-next {
        right: 0;
        bottom: 260px
    }
}
/* Client */
/* TESTIMONIALS */
.testimonial {
    background: #fff;
    text-align: center;
    margin: 0 20px;
}

    .testimonial .description {
        padding: 32px 30px;
        margin-bottom: 50px;
        border-top: 1px solid #2660a4;
        border-left: 1px solid #2660a4;
        font-size: 15px;
        color: #887e7f;
        line-height: 22px;
        text-align: left;
        position: relative;
    }

        .testimonial .description:before {
            content: "\f10e";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            display: inline-block;
            float: left;
            padding: 0 15px 5px 0;
            font-size: 30px;
            color: #ff5a5f;
            text-align: center;
            position: relative;
            top: 8px;
            left: 0;
        }

        .testimonial .description:after {
            content: "";
            width: 50%;
            height: 1px;
            background: #2660a4;
            position: absolute;
            bottom: 0;
            left: 0;
        }

    .testimonial .testimonial-content {
        position: relative;
    }

        .testimonial .testimonial-content:before {
            content: "";
            width: 1px;
            height: 20px;
            background: #2660a4;
            position: absolute;
            top: -50px;
            left: 50%;
        }

        .testimonial .testimonial-content:after {
            content: "";
            width: 2px;
            height: 40px;
            background: #2660a4;
            position: absolute;
            top: -70px;
            left: 50%;
            transform: skewX(-45deg);
            transform-origin: 100% 100% 0;
        }

    .testimonial .pic {
        display: inline-block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-right: 7px;
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
            border-radius: 50%;
        }

    .testimonial .title {
        display: inline-block;
        font-size: 22px;
        font-weight: 700;
        color: #2660a4;
        letter-spacing: 1px;
        text-transform: capitalize;
    }

.owl-theme .owl-controls {
    margin-top: 30px;
}

    .owl-theme .owl-controls .owl-page span {
        width: 15px;
        height: 10px;
        border-radius: 0;
        background: #ff5a5f;
        opacity: 0.8;
        transition: all 0.3s ease 0s;
    }

    .owl-theme .owl-controls .owl-page.active span {
        width: 35px;
        background: #2660a4;
    }
/* TESTIMONIALS */
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #000000 !important;
}

.green1 {
    color: #659d19 !important;
}

.greenlabel {
    color: var(--greencolor);
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 5px !important;
    margin-bottom: 10px;
    background-color: #134500 !important;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 34px !important;
}

.btn {
    display: inline-block;
    padding: 12px 20px !important;
    margin-bottom: 0;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-brand {
    float: left;
    height: auto !important;
    padding: 0px 15px !important;
    font-size: 18px;
    line-height: 20px;
}

.navbar-right .dropdown-menu {
    right: auto !important;
    left: auto !important;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #1767fe !important;
    background-color: #ffffff !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #a6b711 !important;
}

.carousel-indicators {
    position: absolute;
    bottom: 0px !important;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 247px !important;
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.back-bg {
    background-image: url(../images/back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer-bg {
    /* background-image: url(../images/footer-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.dgreen {
    color: #064e0f !important;
}

.update-ul {
    list-style-type: decimal;
    font-size: 15px;
    line-height: 24px;
}

    .update-ul li {
        padding-bottom: 10px;
    }

.black-hr {
    border-bottom: 4px #ff8d1b solid;
    margin: 10px 0px 10px;
    width: 80px;
}

.custome-hr {
    border-bottom: 3px #be0022 solid;
    margin: 10px 0px 20px;
    width: 50px;
}

.bg-head {
    background: #555555;
    height: 11px;
}

.white {
    color: #fff;
}

.right {
    float: right !important;
    text-align: right !important;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.green {
    color: #064e0f;
}

.red {
    color: #b30000;
}
/* .times{
     */
/* font-family:"Times New Roman", Times, serif;
     */
/* 
}
 */
.bg-nav {
    background: #064e0f;
}
/* ================================================ NAVBAR ===============================================*/
.navbar-inverse {
    background-color: #2220 !important;
    border-color: #08080805 !important;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #000 !important;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #3330 !important;
    }

.navbar {
    position: relative;
    min-height: 0px !important;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: none;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: none !important;
}

.pd0 {
    padding: 0px !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #00a859 !important;
    background-color: #fff !important;
}

.dropdown:hover .dropdown-menu {
    /* display: block; */
    margin-top: 0;
    /*remove the gap so it doesn't close*/
}

.navbar {
    border: none !important;
    border-radius: 0px !important;
}
/* ================================================ NAVBAR End===============================================*/
/* =================================Banner============================= */
.carousel-control.left, .carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0))) !important;
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1) !important;
    background-repeat: repeat-x;
}
/* ============================Banner Ends============================= */
/* ============================Lorem Ipsum============================= */
.bg-green {
    background: #064e0f;
}

.yellow {
    color: #ffd800;
}
/* ===========================Lorem Ipsum Ends========================= */
/* =============================Text===================================*/
.dark-grey {
    color: #464646;
}
/* ============================Text Ends================================= */
.bg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.text-right a, .input-group-btn a {
    color: white !important;
}

.pitem a {
    color: #fff !important;
}

#loadingProgressG {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    /* display: block; */
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

.badge {
    /*font-weight: 600;*/
    position: relative;
    left: 15px;
    top: -50px;
    background: var(--greencolor) !important;
    /* padding: 4px;
    border-radius: 10px;
    color: white;*/
}

.flex-container {
    display: flex;
    flex-wrap: nowrap;
}

    .flex-container > a {
        text-align: center;
        margin: 0.7rem;
    }

.productlabel_flex-container {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.searchbtn {
    background-color: var(--greencolor);
    color: white !important;
    height: 40px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 4px !important;
    border-radius: 1px;
    background: #fff !important;
}
/*code Added by sumit*/
/* BREDCRUMB */
.breadcrumb {
    display: inline-block;
    padding: 0 30px 0 0;
    margin: 0;
    background: transparent;
    overflow: hidden;
    border-radius: 20px;
}

    .breadcrumb li {
        float: left;
        background: rgb(107, 107, 107);
        border-radius: 0;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        position: relative;
    }

        .breadcrumb li:nth-child(even) {
            /*background: rgb(216, 13, 72);*/
        }

        .breadcrumb li:last-child {
            background: var(--greencolor);
        }

        .breadcrumb li:last-child {
            padding: 10px 12px;
            color: #fff;
            z-index: 1;
            position: relative;
        }

            .breadcrumb li:last-child:before {
                content: "";
                display: block;
                width: 117%;
                background: #d5172d;
                position: absolute;
                top: 0;
                left: 50%;
                z-index: -1;
                transform: translateX(-50%) skew(-20deg);
            }

        .breadcrumb li:before {
            display: none;
        }

        .breadcrumb li a {
            display: block;
            padding: 10px 12px;
            font-size: 12px;
            color: #fff;
        }

.category-set {
    list-style-type: none;
    padding-left: 1.5rem;
}

    .category-set a {
        color: black;
    }

.cart {
    outline: none;
    border: 0;
    background: var(--greencolor);
    padding: 10px;
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: 0.5s width;
}

.cart_clk {
    width: calc(100% - 75px);
}

.cart .fa {
    font-size: 26px;
    position: relative;
    padding: 0 5px 0 0;
}

    .cart .fa:after {
        position: absolute;
        content: attr(data-before);
        color: #000;
        font-family: 'Lato', sans-serif;
        left: 11px;
        font-weight: bold;
        top: 5px;
        font-size: 12px;
    }

.cont {
    position: relative;
    top: 65px;
    left: 122px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: inline-block;
}

.crtdiv {
    border: 1px solid #7d86c7;
    width: 250px;
    border-radius: 4px;
    position: relative;
    background: #eee;
}

.qty {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: var(--greencolor);
}


.price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 20px 0 5px;
}

.discount {
    font-weight: 600;
    margin-bottom: 20px;
}

.btn-warning {
    color: #fff;
    background-color: var(--greencolor) !important;
    border-color: #985f0d;
}

/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu div.list-group > a {
            margin-bottom: 0;
        }

            div.bhoechie-tab-menu div.list-group > a .glyphicon,
            div.bhoechie-tab-menu div.list-group > a .fa {
                color: #5A55A3;
            }

            div.bhoechie-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a.active,
            div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
            div.bhoechie-tab-menu div.list-group > a.active .fa {
                background-color: var(--greencolor);
                background-image: var(--greencolor);
                color: #ffffff;
            }

                div.bhoechie-tab-menu div.list-group > a.active:after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    margin-top: -13px;
                    border-left: 0;
                    border-bottom: 13px solid transparent;
                    border-top: 13px solid transparent;
                    border-left: 10px solid var(--greencolor);
                }

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.btn-success {
    color: #fff;
    background-color: var(--greencolor) !important;
    border-color: var(--greencolor);
}

.btn-primary {
    background-color: var(--greencolor) !important;
    border-color: var(--greencolor);
}

.producttag {
    color: var(--greencolor);
}

.number-input button {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
}

    .number-input button:before,
    .number-input button:after {
        display: inline-block;
        position: absolute;
        content: '';
        height: 2px;
        transform: translate(-50%, -50%);
    }

    .number-input button.plus:after {
        transform: translate(-50%, -50%) rotate(90deg);
    }

.number-input input[type=number] {
    text-align: center;
}


.md-number-input.number-input {
    border: 2px solid #ddd;
    width: 12.8rem;
}

    .md-number-input.number-input button {
        outline: none;
        width: 3rem;
        height: 2rem;
        padding-top: .8rem;
    }

        .md-number-input.number-input button.minus {
            padding-left: 8px;
        }

        .md-number-input.number-input button.plus {
            padding-left: 2px;
        }

        .md-number-input.number-input button:before,
        .md-number-input.number-input button:after {
            width: 1rem;
            background-color: #212121;
        }

    .md-number-input.number-input input[type=number] {
        max-width: 5rem;
        padding: .5rem;
        border: solid #ddd;
        border-width: 0 2px;
        font-size: 2rem;
        height: 3rem;
        font-weight: bold;
        outline: none;
    }
