
html {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

:root {
    --background-color: linear-gradient(326deg, rgba(30,161,215,1) 35%, rgba(8,118,190,1) 100%) !important;
    --text: #000;
    --btn-bg: #23549c;
    --para-color: #9b9b9b !important;
}
body {
    background: #1ea1d724 !important;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: "Jost", sans-serif !important;
    color: #000;
    /*  padding-top: 83px*/
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: var(--btn-bg);
    border-radius: 30px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 30px;
}

ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

h5 {
    margin: 0;
}

h6 {
    margin: 0;
}

p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}


/**************** header-section *******************************************/
#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffffe3 url(../../images/loader_2.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: 99;
    background-size: 20%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}
.form-submit-btn{
    background:var(--background-color)!important;
    color:white!important;
}

.hide {
    display: none;
}

.header-area {
    background:var(--background-color);
   /* padding: 8px 0px;*/
}

.left ul {
    display: flex;
    align-items: center;
}

    .left ul li {
        margin-right: 45px;
        font-size: 16px;
        color: #fff;
    }

        .left ul li a {
            color: #fff;
            padding-left: 10px;
            text-decoration: none;
        }

.left ul {
    display: flex;
    align-items: center;
    margin: 0px;
}

    .left ul li {
        margin-right: 45px;
        font-size: 16px;
        color: #fff;
    }

        .left ul li a {
            color: #fff;
            padding-left: 10px;
        }
.termsSlot h5 {
    margin-bottom: 26px !important;
}
.privacySlot h2 {
    font-family: "Jost", sans-serif !important;
}
.privacySlot h3 {
    font-family: "Jost", sans-serif !important;
}

.right ul {
    /* display: inline-block; */
    align-items: center;
    justify-content: flex-end;
    margin: 0px;
    width: 100%;
    text-align: right;
}

.right {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

    .right ul li {
        /* margin-left: 25px;*/
        font-size: 16px;
        color: #fff;
        display: inline-block;
        transition: 0.5s;
        padding: 10px 10px;
        background: var(--btn-bg) !important;
        border-right: 1px solid white;
    }
        .right ul li:last-child {
            border-right: none;
        }
        .header-area .right ul {
            display: flex;
        }

.myProfileSlot li {
    color: #3e3e3e !important;
    font-size: 14px !important;
    margin: 0px !important;
    display: flex !important;
    padding: 5px 20px;
    border-bottom: 1px solid #ccc;
}
    .myProfileSlot li:hover{
        background:#f1f1f1;
    }
    .myProfileSlot li a.nav-link {
        color: #3e3e3e;
    }
.myProfileSlot {
    padding: 0px !important;
}
        .right ul li a {
            color: #fff;
            padding: 0px;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 14px;
            align-items:center;
        }

section.marqueeSlot {
    font-size: 16px;
    height: 30px;
    background: #1B1B6B !important;
    padding: 3px 0px;
    color: white;
    border-bottom: 1px solid #ffffff38;
}


ul.dropdown-menu.myaccountSlot {
    display: none;
}

    ul.dropdown-menu.myaccountSlot.show {
        display: block;
        padding: 0px;
        border: 0px;
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    }

.myaccountSlot li {
    margin: 0px 0px 0px 0px !important;
}

    .myaccountSlot li a.nav-link:hover {
        background: #d63432;
        color: #fff;
    }

    .myaccountSlot li a.nav-link {
        color: #333;
        border-bottom: 1px solid #ccc;
        padding: 10px 10px;
    }
.spacing{
    padding:70px 0;
}
.slider-section .left h6 {
    color: var(--background-color);
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
}
.my-btn {
    background: var(--background-color);
    padding: 10px 30px;
    color: white;
    font-weight: 500;
    border-radius: 4px;
    display: inline-block;
    margin-top: 6px;
    position: relative;
    z-index: 9999;
}
    .my-btn:hover::before {
        /* width: 100%; */
        z-index: -9;
        height: 100%;
        /* border-radius: 4px; */
        opacity: 1;
        bottom: 0px;
    }
    .my-btn:hover {
        color: white;
    }
    .my-btn:before {
        content: "";
        position: absolute;
        bottom: -22px;
        left: 0px;
        background: var(--btn-bg);
        width: 100%;
        height: 62%;
        border-radius: 4px;
        transition: 0.5s;
        opacity: 0;
    }
.slick-dots {
    display: none !important;
}
.slider-section .left h3 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 68px;
}
.slick-next{
    display:none!important;
}
.slick-prev {
    display: none !important;
}
.slider-section .right img {
    margin: auto;
    max-width: 60%;
}
.slider-section .content_slider .slick-prev, .slider-section .content_slider .slick-next {
    display: none;
}
.slider-section .left p {
    font-size: 18px;
    color: var(--para-color);
    text-transform: capitalize;
}
.slider-products {
    background: #f5f5f5 !important;
}

header.header-section {
    background: white;
    height: auto;
    padding: 0px 0;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 20%); */
    /*padding-bottom: 0;*/
    transition: all .5s ease;
    /* z-index: 999999999999;*/
    position: sticky;
    top: 0px;
    border-bottom: 1px solid #b1abab;
    transition-duration: 0.6s;
}

header.homepage {
    background: white;
    height: auto;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 20%); */
    padding-bottom: 0;
    transition: all .5s ease;
    transition-duration: 0.6s;
}

.search-header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-header img {
    width: 50%;
}

ul.navbar-nav.headerSlot i {
    font-size: 13px;
    margin: 0px 4px 0px 0px;
    color: var(--background-color);
}

.newsletter-form form {
    margin: 15px 15px 15px 15px !important;
}

.header-searchSlot .newsletter-form input {
    background-color: #fff;
    border: 1px solid #03b9ad;
    transition: all 0.5s ease 0s;
}

span.nadeemmmk {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.liststyle ul.ul_list li:hover {
    background: #06060617;
    cursor: pointer;
}

.liststyle ul.ul_list li {
    padding: 5px 10px 5px 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #00000040;
}

.header-searchSlot:hover .products_submenu {
    opacity: 1;
    z-index: 9999;
    transform: scaleY(1);
}

.newsletter-form .products_submenu.companySlot {
    max-width: 72.5% !important;
    left: 20px;
    padding: 0px;
    overflow: scroll;
    background: #ffffff;
    overflow-x: hidden;
    height: 230px;
    box-shadow: 0px 0px 6px #ccc;
}

.liststyle {
    margin: 0px;
}

.header-searchSlot {
    display: none;
    transition: all .5s ease;
}

    .header-searchSlot.formSlot {
        display: block;
        transition: all .5s ease;
        width: 500px;
        position: absolute;
        top: 40px;
        right: 0px;
        z-index: 99;
        background: white;
    }

.add_cart {
    display: none;
    width: 20px;
    height: 20px;
    background: #12870c;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 0px;
}

/*.maindiv.fixed {
    background: white;
    position: fixed;
    top: 0;
    z-index: 9;
    box-shadow: 2px 1px 4px #999;
    width: 100%;
    transition: all .5s ease;
    transition-duration: 0.6s;
}
*/
ul.navbar-nav.headerSlot {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

    ul.navbar-nav.headerSlot li.nav-item {
        /* margin: 0px 11px; */
        margin-left: 30px;
    }

        ul.navbar-nav.headerSlot li.nav-item a.nav-link {
            font-size: 15px;
            color: #000;
            font-weight: 500;
            padding: 12px 0px;
            text-transform: uppercase;
            position: relative;
        }

            /*ul.navbar-nav.headerSlot li.nav-item a.nav-link.active {
                background: #f5f5f5;
            }*/

            ul.navbar-nav.headerSlot li.nav-item a.nav-link:hover {
                /*background: #f5f5f5;*/ color: var(--background-color);
            }



        ul.navbar-nav.headerSlot li.nav-item:hover a.nav-link:before {
            right: 0;
        }

        ul.navbar-nav.headerSlot li.nav-item a.nav-link:before {
            content: "";
            position: absolute;
            left: 0;
            right: 100%;
            bottom: 0;
            background: var(--background-color);
            height: 3px;
            -webkit-transition-property: right;
            transition-property: right;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

img.logo_imgs {
    width: 100%;
}

.navbar-collapse {
    align-items: center;
    width: 100%;
    z-index: 9;
}


.products_submenu.companySlot {
    width: 100% !important;
    max-width: 220px !important;
    left: 36%;
    padding: 20px 20px;
}

.products_submenu {
    background: #fff;
    padding: 30px;
    width: 100% !important;
    max-width: 100% !important;
    position: absolute;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    left: 0px;
    transform: scaleY(0);
    box-shadow: 0px 0px 8px #ccc;
    opacity: 0;
    border-top: 4px solid rgb(2,110,58);
}

ul.navbar-nav.headerSlot li.nav-item:hover .products_submenu {
    opacity: 1;
    z-index: 9999;
    transform: scaleY(1);
}

.submenuSlot {
    margin-bottom: 20px;
}

    .submenuSlot h4 {
        font-size: 15px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ccc;
        text-transform: uppercase;
    }

        .submenuSlot h4 a.FIRST {
            color: #000;
            text-decoration: none;
        }

        .submenuSlot h4:hover {
            color: #1A2C79;
        }

ul.ul_list li {
    margin-bottom: 10px;
}

ul.ul_list {
    padding-left: 15px;
}

    ul.ul_list li a {
        font-size: 14px;
        color: #000;
        font-weight: 400;
        text-decoration: none;
        position: relative;
        margin-left: 15px;
        transition-duration: 0.6s;
    }

        ul.ul_list li a:hover {
            margin-left: 10px;
            transition-duration: 0.6s;
        }

        ul.ul_list li a:before {
            content: "\f101";
            font-family: FontAwesome;
            display: inline-block;
            vertical-align: middle;
            color: #000;
            position: absolute;
            top: -4px;
            font-size: 16px;
            left: -15px;
            z-index: 99;
        }

.carousel-indicators li.active {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #018cd5;
    border: 1px solid #018cd5;
}

.carousel-indicators li {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 1;
}

/**************home page slider css by Nadeem 26-08-2022*********************/

section.slick_slider {
    position: relative;
    background-image: url(../../images/svg.png);
    /*  margin: 0px 0px 10px 0px;*/
}

    section.slick_slider button.slick-arrow {
        width: 20px;
        height: 20px;
        border-style: none;
    }

    section.slick_slider button.slick-arrow {
        position: absolute;
        top: 40%;
        left: 0px;
        z-index: 1;
        width: 45px;
        background: var(--btn-bg);
        height: 58px;
        border-radius: 0px 5px 5px 0px;
    }

    section.slick_slider button.slick-prev.slick-arrow:before {
        content: "\f177";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        position: absolute;
        top: 11px;
        font-size: 24px;
        left: 3px;
    }

    section.slick_slider button.slick-next.slick-arrow {
        position: absolute;
        top: 40%;
        right: 0px;
        left: auto;
        transform: scaleX(-1);
    }

        section.slick_slider button.slick-next.slick-arrow:before {
            content: "\f177";
            font-family: FontAwesome;
            display: inline-block;
            vertical-align: middle;
            color: #fff;
            position: absolute;
            top: 11px;
            font-size: 24px;
            left: 3px;
        }

    section.slick_slider ul.slick-dots {
        display: flex;
        align-items: center;
        position: absolute;
        bottom: -2%;
        right: 50%;
        transform: translate(50%, -50%);
    }

        section.slick_slider ul.slick-dots li button {
            padding: 0;
            border: 0;
            margin-right: 10px;
            background: #fff;
            font-size: 0;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            line-height: 1;
            cursor: pointer;
            outline: none;
        }

        section.slick_slider ul.slick-dots li.slick-active button {
            background: var(--btn-bg) !important;
            width: 35px;
            border-radius: 5px;
        }
/*.fixed_slider img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 7px;
}*/
img.sliderimg {
    max-width: 100%;
    max-height: 100%;
    border-radius: 7px;
}

.fixed_slider img.sliderimg {
    margin: 0px 0px 15px 0px;
    background-color: whitesmoke;
    height: 211px;
    object-fit: contain;
    width:100%;
}



.slide {
    position: relative;
}

    .slide img {
        width: 100%;
       
    }

.slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 85%;
    transform: translate(-50%, -50%);
}

    .slider-content h4 {
        font-size: 80px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0px;
    }

    .slider-content p {
        font-size: 20px;
        color: #fff;
        text-align: center;
    }














.top_categories {
    background-image: url('../../images/fact_bg.jpg');
    background-position: center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 90px;
}

.PerksSlot {
    background: #424d3e;
    margin-bottom: 30px;
    position: relative;
    border: 1px dotted #6c6b6b;
    border-radius: 4px;
    padding: 30px 25px;
    transition: .3s linear;
}

.leftS {
    width: 200px;
}

    .leftS span {
        font-size: 34px;
        color: #fff;
        font-weight: 600;
        margin: 0px;
    }

    .leftS p {
        color: #fff;
        font-size: 18px;
    }

    .leftS img {
        width: 100%;
        max-width: 100px;
        background: #dcdcdc;
        padding: 20px;
        height: 100px;
    }

.rightS {
    margin: 0px 0px 0px;
    position: absolute;
    top: 40px;
    right: 25px;
    color: #000;
}

    .rightS img {
        width: 40px;
    }

.fact-icon {
    position: absolute;
    right: 25px;
    top: 30px;
    font-size: 50px;
    line-height: 1;
    transition: .3s linear;
    opacity: .4;
}













.categories_txt {
    position: relative;
    text-align: center;
    background: #ffffff;
    padding: 25px;
    border: 1px solid #ccc;
    transition-duration: 0.6s;
}

    .categories_txt:hover {
        box-shadow: 0px -12px 4px 0px #27870c66;
        transition-duration: 0.6s;
        cursor: pointer;
    }

.shoppig_txt {
    padding: 0px 0px 0px;
}
    /*.shopping_icon {
    background: #12870c;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    padding: 18px 0px;
    transition-duration: 0.3s;
    margin: 0px auto;
}*/
    /*.categories_txt:hover .shopping_icon {
    box-shadow: -8px -10px 3px 0 rgb(0 0 0 / 12%);
    transition-duration: 0.3s;
}*/
    .shoppig_txt h2 {
        font-size: 22px;
        color: #000;
        font-weight: 500;
        margin: 0px;
        padding: 0px;
       
    }

section.productS {
    margin: 30px 0px;
    background: #fff;
    padding: 35px 0px 0px 0px;
}

.choose_header {
    text-align: center;
    margin-bottom: 35px
}

    .choose_header p {
        text-align: center !important;
        margin: 0px 0px 20px;
    }

    .choose_header h3 {
        font-size: 24px;
        font-weight: 600;
        color: #333;
        text-transform: uppercase;
        margin: 0px;
    
    }

    .choose_header span {
        color: var(--background-color);
    }

.reflection-text {
    position: relative;
    margin: -5px 0px 30px;
    display: inline-block;
}

    .reflection-text div {
        position: absolute;
        text-align: center;
        bottom: -2rem;
        width: auto;
        display: inline;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }

        .reflection-text div i {
            color: #ffffff;
            z-index: 9;
            font-size: 16px;
            position: relative;
            background: var(--background-color);
            width: 28px;
            height: 28px;
            border-radius: 50%;
            line-height: 26px;
        }

    .reflection-text .one {
        width: 90px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 130%;
        background: #333;
        z-index: 9;
    }

    .reflection-text .two {
        width: 90px;
        height: 2px;
        position: absolute;
        top: 50%;
        right: 130%;
        background: #333;
        z-index: 9;
    }

section.why_choose {
    background: white;
    padding: 60px 0px 0px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/*    section.why_choose::before {
        content: "";
        position: absolute;
        left: 0;
        top: -145px;
        width: 100%;
        background-image: url('../../images/choose_bg_shape01.png');
        height: 203px;
        background-position: center;
        background-size: cover;
    }

    section.why_choose::after {
        content: "";
        position: absolute;
        left: 0px;
        bottom: -115px;
        width: 100%;
        background-image: url('../../images/choose_bg_shape02.png');
        height: 200px;
        background-position: center center;
        background-size: cover;
    }*/

.why_choose_bg {
    background-image: url('../../images/choose_bg.jpg');
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .03;
    z-index: -1;
}

.why_choose_content h6 {
    font-size: 22px;
    color: #fff;
}

.why_choose_content h4 {
    color: #212121;
    font-size: 40px;
   
    font-weight: 600;
}

.why_choose_content p {
    color: #212121;
}

.why_choose_content h4 span {
    background: #12870c;
    padding: 6px 14px;
    font-size: 30px;
    border-radius: 5px;
}


.dot-shape-top {
    position: absolute;
    top: -5px;
    z-index: -1;
    left: -10px;
}

    .dot-shape-top img {
        width: 100%;
    }

.why_choose_shaps img.img-fluid {
    border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
    background: #1a2c79;
    padding: 10px;
}

.dot-shape-bottom {
    position: absolute;
    bottom: -3px;
    left: auto;
    right: -3px;
    z-index: -1;
}

    .dot-shape-bottom img {
        width: 100%;
    }

.label-div {
    display: flex;
    justify-content: space-between;
}

    .label-div p {
        color: #fff;
        font-size: 16px;
        margin: 0px 0px 3px;
        text-transform: uppercase;
    }

.progress-bar {
    background-color: #12870c !important;
}

ul.progressSlot {
    margin: 0px;
}

    ul.progressSlot li {
        margin-bottom: 20px;
    }

.wellnessSlot {
    transition: 0.3s ease;
}

    .wellnessSlot:hover .wellnessLeft {
        transform: rotate(360deg);
        transition: 0.3s ease;
        border-radius: 50%;
        box-shadow: none;
    }

.wellnessLeft {
    float: left;
    width: 40px;
    height: 40px;
    background: #12870c;
    text-align: center;
    line-height: 40px;
    box-shadow: 5px 5px 4px #999999a6;
    color: #fff;
    font-size: 20px;
    transform: rotate(45deg);
    position: relative;
    transition: 0.3s ease;
}

.wellnessRight {
    margin-left: 80px;
    margin-top: 30px;
}

    .wellnessRight h3 {
        color: #12870c;
        font-size: 25px;
     
    }

.noni-furit img {
    width: 100%;
}

.acbSlot {
    position: relative;
}

    .acbSlot:after {
        content: '';
        position: absolute;
        top: 25px;
        left: 34px;
        width: 2px;
        height: 72%;
        border: 1px dashed #12870c;
        z-index: -99999999;
    }

/*  ----------------------------About Us Section Csssssssssssssssssssssssss------------------*/


section.aboutSlot {
    margin: 0px 0px 70px;
    background: #f9f9f9;
    padding: 50px 0px;
}

.who_we {
    background: white;
    padding: 40px;
    border-top: 4px solid #12870c;
}

.imgsSlot img {
    width: 100%;
    height: auto;
}

.about-content {
    margin-left: -150px;
    margin-top: 25px;
    padding: 20px 30px;
    background: #f9f9f9;
}

.vission_box h4 {
    font-size: 22px;
    color: #333;
    font-weight: 500;
    padding: 10px 0px 10px;
    position: relative;
}

    .vission_box h4:after {
        content: '';
        position: absolute;
        top: 39px;
        left: 42px;
        width: 75px;
        height: 2px;
        background: #12870c;
    }
/*  ---------------------------- End   About Us Section Csssssssssssssssssssssssss------------------*/

/*  ---------------------------- Start   AServices Section Csssssssssssssssssssssssss------------------*/
.about-imgs {
    position: relative;
    cursor: pointer;
}

.about-imgs:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    width: 0;
    top: 0;
    left: 50%;
    content: "";
    transition-duration: 0.3s;
}

    .about-imgs:hover:before {
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        transition-duration: 0.3s;
    }

    .about-imgs img {
        width: 100%;
        border-radius: 7px;
        height: 658px;
        object-fit: cover;
    }

section.about-Sec {
    /* margin: 0px 0px 50px; */
    background: #fff;
    padding: 60px 0px;
}

.about-content h5 {
    font-size: 35px;
    margin: 0px 0px 10px;
    padding: 0;
    color: #000;
}

.about-content h6 {
    font-size: 25px;
    color: #000;
    line-height: 35px;
}

a.read_more {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background: #12870c;
    padding: 14px 30px;
    border-radius: 30px;
    box-shadow: 0px 0px 16px 3px #00000026;
}

    a.read_more:hover {
        text-decoration: none;
        box-shadow: none;
        background: #3f51b5;
        color: #fff;
    }

div#Read_more {
    margin: 30px 0px 0px;
    text-align: right;
}

.service_box {
    transition: all .4s ease;
    height: 285px;
    text-align: center;
    /* background: #037cc1; */
    margin-bottom: 30px;
    transition-duration: 0.6s;
    cursor: pointer;
    position: relative;
    padding: 40px 20px;
    background: linear-gradient( 194deg, #1b3b88 0%, #0083c7 100%);
}

.box_content {
    padding: 20px 0px;
}

    .box_content h2 {
        font-size: 20px;
        color: #ffffff;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .box_content p {
        color: #fff;
        margin: 0px;
    }

.box_imgs i {
    font-size: 60px;
    color: #fff;
}
/*  ---------------------------- End   Services Section Csssssssssssssssssssssssss------------------*/




ul.list_imgs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 65px 0px 0px;
}

    ul.list_imgs li {
        margin-right: 20px;
    }

        ul.list_imgs li img {
            width: 100%;
            border-radius: 7px;
            box-shadow: 0px 0px 8px 3px #00000012;
            transition-duration: 0.6s;
        }

            ul.list_imgs li img:hover {
                transform: translate(0px, -10px);
                transition-duration: 0.6s;
            }
.submit-btn {
    background: var(--background-color);
    color: white;
    padding: 5px 24px;
    border: navajowhite;
    border-radius: 3px;
    font-size: 18px;
    text-transform: capitalize;
    float: right;
}

.product_imgs img {
    width: 100%;
    background: #f2f2f2;
    border-radius: 7px;
    transition-duration: 0.6s;
}

.product_imgs {
    overflow: hidden;
}

    .product_imgs img:hover {
        transition-duration: 0.6s;
        transform: scale(1.2);
    }

section.dealSLot {
    padding: 50px 0px;
}

.content_box h4 {
    font-size: 35px;
    font-weight: 500;
    padding: 0px 0px 0px;
    position: relative;
}

/*.content_box h4:after {content: '';position: absolute;top: 39px;left: 210px;width: 75px;height: 2px;background: #12870c;}*/


ul.energySlot li {
    margin-bottom: 15px;
    font-size: 14px;
}

    ul.energySlot li i {
        width: 30px;
        height: 30px;
        background: #12870c;
        text-align: center;
        color: #fff;
        font-size: 18px;
        border-radius: 5px;
        line-height: 30px;
        margin-right: 10px;
        box-shadow: 0px 5px 0px 0px #ccc;
    }
/*---------------------- start product slider  cssssssssssssssssssss---------------*/

.carouselSlider {
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    /* text-align: center; */
    border-radius: 7px;
    background: #fff;
    height: auto;
}

.slidermanufacturing_sec p {
    font-size: 15px;
    padding: 20px 20px 20px 20px;
    margin: 0px;
    text-align: left;
    line-height: 25px;
}

.sliderSlot .owl-nav {
    display: none !important;
}

.slider_content {
    padding: 20px;
}

    .slider_content a {
        color: #333;
        font-size: 16px;
        font-weight: 500;
    }

        .slider_content a:hover {
            color: #402275;
        }

    .slider_content p {
        padding: 5px 0px 0px;
    }

.slidermanufacturing_sec img {
    width: 100% !important;
    height: 100% !important;
    object-fit: initial;
}

div#searchbar {
    margin: 15px;
}

.slidermanufacturing_sec {
    position: relative;
}

.hover_imgs {
    position: absolute;
    top: -550px;
    left: 0px;
    transition: all 0.4s ease;
    width: 100%;
}

.slidermanufacturing_sec:hover .hover_imgs {
    transition: all 0.4s ease;
    top: 0px;
}

.mrpSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0px;
}

    .mrpSection label {
        font-size: 16px;
        color: #333;
        margin: 0px;
    }

    .mrpSection span {
        font-size: 16px;
        color: #f44336;
        text-decoration: line-through;
    }

.reviewSlot a {
    color: #fb9924 !important;
}

.hover-cartSlot {
    position: absolute;
    top: -60px;
    left: 0px;
    transition: all 0.3s ease;
}

    .hover-cartSlot ul {
        display: flex;
        list-style: none;
        padding: 10px 64px;
        width: 100%;
        background: #00000038;
        justify-content: center;
        margin-bottom: 0;
        gap: 14px;
    }

.carouselSlider:hover .hover-cartSlot {
    top: 0px;
    transition: all 0.3s ease;
    width:100%;
}

.hover-cartSlot ul li {
   /* margin-right: 20px;*/
}
.productBannerWrap {
    background-color:whitesmoke;
}

.hover-cartSlot ul li a i {
    background: var(--btn-bg);
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #ffffff;
    line-height: 43px;
    text-align: center;
    border-radius: 50%;
}

        .hover-cartSlot ul li a i:hover {
            background: #36b44b;
        }

h5.moringa-leaf {
    font-size: 24px;
    font-weight: 400;
    color: #333;
}

img.bottom-imgs {
    width: 100%;
    margin-bottom: 20px;
}

.tab-content.tabSlot {
    margin: 20px 0px 0px;
}

.sliderSlot .nav-tabs li.nav-item .nav-link.active {
    color: #fff !important;
    background: var(--background-color);
    border-color: var(--btn-bg);
    position: relative;
    font-size: 16px;
}

    .sliderSlot .nav-tabs li.nav-item .nav-link.active:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: var(--background-color) transparent transparent transparent;
        position: absolute;
        bottom: -39%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.sliderSlot .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    color: #fff !important;
    background: var(--btn-bg);
    border-color: var(--btn-bg);
}

.sliderSlot .nav-tabs {
    border-bottom: 5px solid var(--btn-bg);
    border-radius: 3px;
}

    .sliderSlot .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: transparent !important;
    }

    .sliderSlot .nav-tabs li.nav-item {
        margin-right: 10px;
    }

/*---------------------- End product slider  cssssssssssssssssssss---------------*/

/*
background-image: url('../../images/testimonials_bg.jpg');
background-size:cover;*/
section.testimonialSlt {
    position: relative;
    display: block;
    padding: 80px 0px;
    transition: all 0.5s ease 0s;
}

.carousel-inner.testimonial_sec {
    width: 100%;
    margin: 0px auto;
}

section.category_product .owl-nav button {
    position: absolute;
    top: -220px;
    width: 25px;
    height: auto;
    border-radius: 0px 5px 5px 0px;
    background:var(--btn-bg) !important;
}

.owl-nav button {
    position: absolute;
    top: -220px;
    left: 0px;
    width: 25px;
    height: auto;
    border-radius: 0px 5px 5px 0px;
    background: var(--btn-bg) !important;
}

    .owl-nav button.owl-next {
        position: absolute;
        right: 0px;
        left: inherit;
        border-radius: 5px 0px 0px 5px;
    }

    .owl-nav button span {
        font-size: 36px;
        line-height: 30px;
        color: #fff;
    }

.sliderSlot .owl-nav button {
    top: 30%;
}


.brack-line.testimonial:after {
    background: #fff;
}

.brack-line.testimonial {
    background: white;
}

section.testimonialSlt .owl-nav {
    position: absolute;
    top: -40px;
    left: 12px;
    opacity: 0;
    transform: scaleY(0);
}

.testimonial-datails h5 {
   
    font-size: 25px;
    font-weight: 600;
    color: #d63432;
    line-height: 43px;
}

.testimonial-datails h6 {
    font-size: 40px;
    font-weight: 600;
  
}

section.testimonialSlt .owl-carousel.owl-loaded:hover .owl-nav {
    opacity: 1;
    transform: scaleY(1);
    transition: all 0.5s ease 0s;
}

section.testimonialSlt button.owl-prev {
    color: white !important;
    font-size: 30px !important;
    width: 30px;
    height: 40px;
    background: #1a2c79 !important;
    line-height: 40px !important;
    transition: all 0.5s ease 0s;
}

section.testimonialSlt button.owl-next {
    color: white !important;
    font-size: 30px !important;
    width: 30px;
    height: 40px;
    background: #1a2c79 !important;
    line-height: 40px !important;
}


section.success_pannel {
    background-image: url(../../images/sucessbg.png);
    padding: 60px 0;
    background-size: cover;
    background-attachment: fixed;
    margin: 80px 0px 0px 0px;
}

button.accordion-button.collapsed {
    font-weight: 600;
}

.success_cotent h4 {
    font-size: 25px;
    padding: 14px 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    background: #ffffff;
    border: 2px solid #12870c;
    /* box-shadow: 0px 0px 8px 1px #00000038; */
   
    border-radius: 30px;
}


section.faq-section {
    margin: 60px 0px;
}

    section.faq-section img.img-fluid {
        border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
        background: #1a2c79;
        padding: 10px;
        height: 500px;
        object-fit: cover;
    }

.faq-img img {
    width: 100%;
    border-radius: 5px;
}

.faq-sec {
    padding: 25px 0px 0px;
}
/*.faq-sec {
    background: #fdb900;
    padding: 15px;
}*/
.accordion-item {
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 0px 9px #0000002e;
    border-radius: 5px !important;
}

.faq-sec .accordion.accordion {
    background: #fff;
}

.faq-sec .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #d63432;
}

.faq-sec .accordion-button:focus {
    z-index: 3;
    border-color: #9e9e9e;
    outline: 0;
    box-shadow: none;
}

.accordion-body ul li {
    font-size: 15px;
    margin-bottom: 10px;
}






section.blog-Section {
    /*margin: 60px 0px;*/
    background-image: url('../../images/threebg.jpg');
    padding: 60px 0;
    background-size: cover;
    background-attachment: fixed;
}

.blogSlot p {
    padding: 0px 15px;
    text-align: justify;
    color: #000 !important;
}

.blogSlot i {
    border: 1px solid #fff;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(to left, #4d5fbf, #3a4998);
    font-size: 32px;
    text-align: center;
    line-height: 75px;
}

.blogSlot {
    border-radius: 10px;
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
    box-shadow: inset -11px 5px 0px 0px #ed206f;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center;
    /* border: 1px solid #fff; */
    padding: 25px 10px;
    transition-duration: 0.6s;
    height: 300px;
}

    .blogSlot:hover {
        transform: translate(0px,-10px);
        transition-duration: 0.6s;
        box-shadow: none;
    }

    .blogSlot img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    .blogSlot h6 {
        font-size: 15px;
        color: #999;
        padding: 10px 0px 10px 15px;
    }

    .blogSlot h2 {
        font-size: 30px;
        color: #4d5fbf;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 20px 0px 10px;
     
    }

.bg-color-two {
    background-color: #f8f7f2;
}

.single-expertises {
    text-align: center;
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    padding: 30px;
    height: 263px;
    border-radius: 5px;
}

    .single-expertises i {
        font-size: 50px;
        background-color: #f8f7f2;
        display: inline-block;
        width: 100px;
        height: 100px;
        line-height: 100px;
        border-radius: 50%;
        margin-bottom: 20px;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        color: #1b1b1b;
    }

    .single-expertises h3 {
        font-size: 24px;
        margin-bottom: 0;
        color: #000;
        font-weight: 500;
    }

.newsletter {
    background-image: url('../../images/newsletter.jpg');
    padding: 150px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0px 0px;
    background-position: left;
}

.title {
    font-size: 38px;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
    line-height: 30px;
    color: #fff;
  
}

.title-subtitle {
    font-weight: 400;
    padding-top: 38px;
    font-size: 16px;
    color: #fff;
}

.newsletter-form form {
    position: relative;
    margin-top: 40px;
}

.newsletter-form input {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 14px 50px 14px 18px;
    font-size: 14px;
    color: #333;
    height: 43px;
    width: 100%;
    outline: none;
    border-radius: 20px;
    font-weight: 400;
}

.newsletter-form button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    border: none;
   /* background-color: var(--background-color);*/
    padding: 13px 25px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    height: 43px;
    border-radius: 0 20px 20px 0px;
    font-weight: 500;
    outline: none;
}

section.our_video {
    margin: 60px 0px 0px;
}

.newsSlot img {
    width: 100%;
}

.news_txt {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: -115px 0px 0px;
    padding: 0px 15px;
}

    .news_txt div h2 {
        font-size: 22px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600;
    }

.buttnSlot a {
    background: #12870c;
    border-radius: 30px;
    color: #fff !important;
    height: 40px;
    text-align: center;
    width: 150px;
    line-height: 40px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
}

.news_txt div p {
    color: #fff !important;
}

.newsSlot {
    overflow: hidden;
    cursor: pointer;
    /* height: 411px; */
    filter: grayscale(1);
    transition: all 0.4s ease 0.2s;
}

    .newsSlot:hover {
        filter: grayscale(0);
        transition: all 0.4s ease 0.2s;
    }

.buttnSlot {
    position: relative;
    left: 135px;
    transition: all 0.5s ease 0s;
}

.newsSlot:hover .buttnSlot {
    left: 0px;
    transition: all 0.5s ease 0s;
}

section.crypto_solution {
    background-image: url('../../images/product-bg.png');
    position: relative;
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 60px 0px 0px 0px;
}

.watch-video {
    background: white;
    padding: 55px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .watch-video h3 {
        font-size: 22px;
        margin: 0px 0px 15px;
        color: #212121;
        font-weight: 600;
       
    }

    .watch-video a {
        width: 125px;
        height: 38px;
        display: inline-block;
        background: #d60929;
        border-radius: 30px;
        color: #fff;
        text-decoration: none;
        line-height: 40px;
        font-size: 14px;
        position: absolute;
        bottom: 15px;
        right: -130px;
        transition: all .3s ease;
    }

    .watch-video:hover a {
        right: 10px;
        transition: all .3s ease;
    }

.product-imgs img {
    width: 100%;
}

.fabilizer-produt-txt h3 {
    font-size: 25px;
    margin: 0px;
}

img.harbal-imgs {
    width: 200px;
}

.fabilizer-produt-txt h6 {
    font-size: 16px;
    margin: 10px 0px;
    line-height: 26px;
    font-weight: 600;
}

ul.fabilizer-features {
    padding-left: 20px;
}

    ul.fabilizer-features li {
        font-size: 16px;
        margin-bottom: 7px;
        color: #dc0637;
    }

.fabilizer-produt-txt {
    padding: 45px 0px 0px;
}

.section-title {
    position: relative;
    padding-bottom: 40px;
}

    .section-title .sub-title {
        display: block;
        font-size: 14px;
        font-weight: 700;
       
        margin-bottom: 5px;
        text-transform: uppercase;
        line-height: 1;
    }

h2.titleSlort {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    line-height: 55px;
    text-transform: uppercase;
}

    h2.titleSlort span {
        color: #12850c;
    }

.sectiontitle::before {
    content: "";
    position: absolute;
    left: 50%;
    background-image: url(../../images/title_shape.png);
    bottom: -30%;
    width: 137px;
    height: 16px;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}

.sectiontitle {
    text-align: center;
    position: relative;
}

.newsletter-wrap {
    background-color: #fff;
    background-image: url(../../images/newsletter_bg.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    box-shadow: 0px 4px 14.88px 1.12px rgb(47 46 45 / 9%);
    padding: 40px 103px 40px;
    margin-top: 80px;
    border-radius: 5px;
}

h2.signSlot {
    font-size: 30px;
    color: #000;
    font-weight: 600;
}

    h2.signSlot span {
        color: #12850c;
    }

.newsletter-wrap input.form-control {
    border: 1px solid #ccc;
}



section.recent-projects {
    padding: 35px 0px;
    /* background-image: url(../../images/bg-images.jpg); */
    background-attachment: fixed;
    margin: 30px 0px;
    background: #fff;
}

.flip-card img {
    width: 100%;
    height: 100% !important;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
}


.clock-timer span {
    font-size: 34px;
    color: #fff !important;
}



.secure-details {
    padding: 20px;
    background: white;
    box-shadow: 0px 0px 8px #ccc;
    border-radius: 5px;
    margin-bottom: -20px;
    position: relative;
    z-index: 9;
}

.secure-info-txt h3 {
    font-size: 18px;
    margin: 0px;
}

.secure-info-txt {
    padding-top: 15px;
}

.secure-info-icon {
    float: left;
    margin-right: 15px;
    width: 80px;
    height: 80px;
    background: #35b44b;
    font-size: 40px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
}

.secure-info-txt p {
    margin: 0px;
}

.secure-info:hover .secure-info-icon i {
    transform: rotate( 360deg);
    transition: all 0.5s ease;
}


.service_boxProduct {
    margin-bottom: 30px;
}

    .service_boxProduct img {
        width: 100%;
        border-radius: 7px;
        transition: all .4s;
    }

    .service_boxProduct:hover img {
        -webkit-transform: scale(2.05);
        transform: scale(1.05);
        filter: blur(2px);
    }

.daily_staples span.offerRibban {
    position: absolute;
    color: #fff;
    font-size: 13px;
   
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
    background-image: url(../../images/offer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 40px;
    text-align: center;
    padding: 10px 0 0;
    top: -6px;
    z-index: 1;
    left: 0px;
}

.daily_staples {
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 30px;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: relative;
    overflow: hidden;
}

.grocery_product_slider img {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
}

.grocery_imgs {
    background: #efd6da;
    /* background: #a9e0f1; */
    position: relative;
}

    .grocery_imgs:before {
        position: absolute;
        background: rgba(0, 0, 0, 0.1);
        width: 0;
        top: 0;
        left: 50%;
        content: "";
        transition-duration: 0.3s;
    }

    .grocery_imgs:hover:before {
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        transition-duration: 0.3s;
    }

    .grocery_imgs img {
        width: 100%;
        height: 316px;
        object-fit: cover;
    }

.clean_header {
    text-align: center;
    padding: 10px 0px;
    border-top: 1px solid rgba(0,0,0,.125);
}

img.cooking_oil {
    height: 420px;
}

.clean_header a {
    font-size: 18px;
    color: var(--background-color);
}

.grocery_product_slider ul.slick-dots {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -40px;
    right: 50%;
}

    .grocery_product_slider ul.slick-dots li button {
        padding: 0;
        border: 0;
        margin-right: 10px;
        background: #000;
        font-size: 0;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        line-height: 1;
        cursor: pointer;
        outline: none;
    }

.grocery_product_slide ul.slick-dots li.slick-active button {
    background: #dc0637 !important;
}


.slide {
    position: relative;
}


section.category_product {
    padding: 35px 0px 15px 0px;
    position: relative;
    /*background: #fff;*/
    margin: 30px 0px;
}
.owl-prev, .owl-next {
    display: none;
}

.testimonialSlot {
    overflow: hidden;
    padding: 5px;
    position: relative;
}
.our-vision .vision img {
    margin: auto;
    display: block;
}

    
    .our-vision .vision {
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
        padding: 20px;
    }
    .our-vision .vision p{
        color:var(--para-color);
    }
    .our-vision .vision h5 {
        text-align: center;
        margin: 22px 0 12px 0;
        font-weight: 700;
        font-size: 35px;
    }

section.health-section {
    margin: 60px 0px;
}

.healthSlot {
    position: relative;
    overflow: hidden;
    transition-duration: 0.6s;
    height: 350px;
    background: black;
    border-radius: 10px;
}

img.hproduct {
    width: 100%;
    height: 350px;
}

.healthSlot:hover .homeboxinn {
    background: rgb(0 0 0 / 70%);
    transition: all 0.3s;
}

.homeboxinn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: rgb(0 0 0 / 50%);
    transition: all 0.3s;
    text-align: left;
    padding-left: 20px;
}

    .homeboxinn h4 {
        font-size: 38px;
        color: #fff;
        font-weight: 600;
    }

    .homeboxinn a {
        font-size: 16px;
        background: #35b44b;
        color: #fff;
        padding: 8px 30px;
        border-radius: 30px;
        text-transform: uppercase;
    }

    .homeboxinn p {
        color: #fff;
        font-size: 18px;
        margin: 5px 0px 30px;
    }


.featuresInfoWrap {
    background: #f8dae6;
    padding: 30px 20px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #ddb0c2;
    position: relative;
}

    .featuresInfoWrap:before {
        content: '';
        position: absolute;
        top: 85%;
        left: 10%;
        width: 100%;
        height: 100%;
        background-image: url(../../images/shadow_bg.png);
        background-repeat: no-repeat;
        background-size: 100%;
        opacity: .8;
    }

section.featuredWrapper {
    padding: 35px 0px;
    background: #f7f7f7;
    margin-bottom: 20px;
}
    section.featuredWrapper .center{
        background:var(--background-color);
    }
        section.featuredWrapper .center .fa-heartbeat, section.featuredWrapper .center h5, section.featuredWrapper .center p {
            color: white !important;
        }
        .featuredWrapper .main-consul {
            display: flex;
            box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
            padding: 33px 23px;
            border-radius: 6px;
            background: white;
        }
    .featuredWrapper .main-consul .icon-box {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
.about h4 {
    font-size: 43px;
    text-transform: capitalize;
    font-weight: 600;
}
.about .overlay{
    position:relative;
}
    .about .overlay .circle p {
        margin-bottom: 0px;
        color: white;
    }
    .about .overlay .circle .child {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .about .overlay .circle {
        background: var(--btn-bg);
        height: 110px;
        width: 110px;
        text-align: center;
        line-height: 110px;
        border-radius: 50%;
        position: absolute;
        top: -40px;
        left: -40px;
    }
    .about p {
        color: var(--para-color);
        font-size: 16px;
    }
.featuredWrapper .main-consul .icon-box .fa {
    font-size: 26px;
    color: var(--background-color);
}
    .featuredWrapper .main-consul .content-area h5 {
        font-size: 22px;
        margin-bottom: 6px;
    }
    .featuredWrapper .main-consul .content-area p{
        margin-bottom:0px;
        color:var(--para-color);
    }

    h4.title3 {
        font-size: 18px;
        text-align: center;
        padding: 10px 0px 0px;
        color: #333;
    }

.productBannerWrap {
    background-image: url(../../images/banner-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 95px 25px;
    background-position: center;
    margin: 0px 15px;
}

.bannerTxt h6 {
    font-size: 20px;
    color: black;
}

.bannerTxt h4 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 3px;
    margin: 0px 0px 20px;
}

.saveBtn {
    display: inline-block;
    padding: 10px 30px;
    background: var(--btn-bg);
    color: #000;
    font-size: 15px;
    text-decoration: none;
}

    /*.saveBtn:hover {
        background: linear-gradient( to left, #35b44b 7%,#88f19a 60%,#35b44b 100%);
        color: #fff;
    }*/

section.banner-4 {
    margin: 30px 0px;
    background: #fff;
    padding: 35px 0px;
}

section.garment_banner {
    padding: 35px 0px;
    background: #fff;
    margin: 30px 0px;
}

    section.garment_banner img {
        width: 100%;
    }


section.aboutSlot2 {
    margin: 60px 0px 0px 0px;
}

.videoSlot {
    margin-bottom: 0px;
    display: inline-block;
}

section.videoSlot2 {
    margin: 30px 0px;
    background: #fff;
    padding: 35px 0px;
}

.hmsmVideo img.lazy {
    width: 100%;
}

img.sliderimg.small-banne {
    width: 100%;
    height: 180px;
    object-fit: contain;
}
.video_text h5 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.video_text span {
    color: #9a2576;
}
.video_text p {
    text-align: justify;
    padding: 12px 12px 12px 12px;
    font-size: 15px;
}

.video_text h5:after {
    content: '';
    position: absolute;
    top: 39px;
    left: 0px;
    width: 30%;
    height: 4px;
    background: var(--btn-bg);
    border-radius: 10px;
}

.video_text {
    padding: 30px 0px 0px;
}

section.electronicsWrap {
    background: #fff;
    padding: 35px 0px;
}

.shop_btn {
    width: 200px;
    height: 40px;
    display: inline-block;
    background: var(--btn-bg);
    text-align: center;
    line-height: 40px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
    transition-duration: 0.6s;
    border-style: none;
}

    .shop_btn:hover {
        background-color:var(--background-color);
        border-radius: 5px;
        transition-duration: 0.6s;
        color: #fff;
        text-decoration: none;
    }
.scroll-to-top:hover{
    background:var(--btn-bg);
}

.scroll-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99;
    background: var(--background-color);
    height: 35px;
    width: 35px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 20px;
    color: white;
    line-height: 35px;
    animation-name: jump;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    cursor: pointer;
    transition:0.9s;
}
@keyframes jump {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@media (max-width:767px){
    img.logo_imgs{
        width:60%!important;
    }
    #cartdetailspopup .modal-content {
        width: 100%!important;
        margin-left: -157px!important;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 992px) {

}