@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');

html {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}
*{
    box-sizing:border-box;
}
:root {
    --main-background: #f5f2ed;
    --main-text-color: #3a2821;
}
body {
    background: #fff!important;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    color: #000;
    font-family: "Tinos", serif!important;
    /*  padding-top: 83px*/
}

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

::-webkit-scrollbar-thumb {
    background: var(--main-text-color);
    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: 15px;
    line-height: 26px;
    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: 7%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

.hide {
    display: none;
}

.header-area {
    background-color: #fff;
    padding: 8px 0px;
}
    .header-area .logo-section{
        width:100px;
    }

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

    .left ul li {
        margin-right: 45px;
        font-size: 14px;
        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: 14px;
        color: #fff;
    }

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

.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;
    }
.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;
}
.header-area .right ul li a {
    color: #000;
    padding: 0px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}
    .header-area .right ul li a i {
        line-height: inherit;
    }

    section.marqueeSlot {
        font-size: 16px;
        height: 30px;
        background: var(--main-text-color);
        padding: 3px 0px;
        color: white;
        border-bottom: 1px solid #ffffff38;
    }
.marqueeSlot .left ul{
    justify-content:end;
    
}
.marqueeSlot .left ul li a {
    padding-left: 3px!important;
}



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;
    }

header.header-section {
    background: var(--main-background);
    height: auto;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 20%); */
    padding-bottom: 0;
    transition: all .5s ease;
    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(--main-text-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: center;
    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: 14px;
            color: #000;
            font-weight: 500;
            padding: 8px 6px;
            text-transform: uppercase;
            position: relative;
            transition:0.5s;
        }

            /*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: var(--main-text-color);
                color: #fff;
              /*  border-bottom: 2px solid red;*/
            }
            ul.navbar-nav.headerSlot li.nav-item a.nav-link:hover i{
                color:white!important;
            }



            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(--main-text-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 var(--main-text-color);
}

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;
    margin: 0px 0px 0px 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: linear-gradient(313deg,rgba(245, 242, 237, 1) 0%, rgba(58, 40, 33, 1) 100%);
        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(--main-text-color) !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;
}



.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;
}

    .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;
        /* font-family: 'Baloo Paaji', cursive; */
    }

    /*.choose_header span {
        color: #12870c;
    }*/

.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(--main-text-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;
            }

.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;
    }

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

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

    .hover-cartSlot ul li a i {
        background: #0f97ff;
        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: #0297ff;
    border-color: #0297ff;
    position: relative;
}

    .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: #0297ff transparent transparent transparent;
        position: absolute;
        top: 40px;
        left: 30px;
    }

.sliderSlot .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    color: #fff !important;
    background: #0297ff;
    border-color: #0297ff;
}

.sliderSlot .nav-tabs {
    border-bottom: 5px solid #0297ff;
    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: linear-gradient( to right, #35b44b 7%,#88f19a 60%,#35b44b 100%) !important;
}

.owl-nav button {
    position: absolute;
    top: -220px;
    left: 0px;
    width: 25px;
    height: auto;
    border-radius: 0px 5px 5px 0px;
    background: linear-gradient( to right, #35b44b 7%,#88f19a 60%,#35b44b 100%) !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-family: "Amatic SC", cursive;*/
    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: #36b44b;
    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-family: JioBold; */
    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: #24a9e1;
}

.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;
}

.testimonialSlot {
    border: 1px solid #ccc;
    border-radius: 7px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    margin-bottom: 6px;
}
.flex-grid {
    padding: 20px 0 20px 0;
    background: rgb(243, 243, 243);
}


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: #fff;
    margin-bottom: 20px;
}

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: #35b44b;
}

.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: linear-gradient( to right, #35b44b 7%,#88f19a 60%,#35b44b 100%);
    color: #fff;
    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%;
}
.video_text h5 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

    .video_text h5:after {
        content: '';
        position: absolute;
        top: 39px;
        left: 0px;
        width: 30%;
        height: 4px;
        background: linear-gradient( to right, #35b44b 7%,#88f19a 60%,#35b44b 100%);
        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: linear-gradient( to right, #35b44b 7%,#88f19a 60%,#35b44b 100%);
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
    transition-duration: 0.6s;
    border-style: none;
}

    .shop_btn:hover {
        background: linear-gradient( to left, #35b44b 7%,#88f19a 60%,#35b44b 100%);
        border-radius: 5px;
        transition-duration: 0.6s;
        color: #fff;
        text-decoration: none;
    }
.mobile-hidden {
    display: none!important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.laptop-section .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.laptop-section .card {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
    cursor: pointer;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    animation: fadeUp 1s ease forwards;
    opacity: 0;
    height:340px;
}

.laptop-section .card:nth-child(1) {
    background: #d2f3d0;
    animation-delay: 0.2s;
}

    .laptop-section .card:nth-child(2) {
        background: #fddde6;
        animation-delay: 0.4s;
    }

    .laptop-section .card:nth-child(3) {
        background: #d5e8ff;
        animation-delay: 0.6s;
    }

    .laptop-section .card:nth-child(4) {
        background: #ffe9d6;
        animation-delay: 0.8s;
    }

    .laptop-section .card:hover {
        transform: translateY(-12px) scale(1.05);
        box-shadow: 0px 10px 25px rgba(0,0,0,0.2);
    }

    .laptop-section .card h2 {
        font-size: 22px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .laptop-section .card p {
        font-size: 16px;
        margin-bottom: 15px;
        color: #444;
    }

.laptop-section .shop-link {
    font-weight: bold;
    text-decoration: none;
    position: relative;
    color: #000;
    font-size: 15px;
}

    .laptop-section .shop-link::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: -3px;
        left: 0;
        background-color: #000;
        transition: width 0.3s ease;
    }

    .laptop-section .shop-link:hover::after {
        width: 100%;
    }

.laptop-section .card img {
    width: 220px;
    margin-top: 15px;
    transition: transform 0.4s ease;
}

.laptop-section .card:hover img {
    transform: scale(1.1) rotate(-2deg);
}

@keyframes fadeUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.laptop-section{
    padding:40px 0;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.section2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 50px 0px;
    background: #f1f1f1;
    border-radius: 12px;
    max-width: 1200px;
    margin: 40px auto;
    box-shadow: 0px 6px 18px rgba(0,0,0,0.08);
}

    .section2 .left img {
        width: 330px;
        border-radius: 10px;
        height: 200px;
        transition: transform 0.4s ease;
    }

        .section2 .left img:hover {
            transform: scale(1.05);
        }

    .section2 .right {
        flex: 1;
    }

        .section2 .right h2 {
            font-size: 28px;
            margin-bottom: 15px;
            font-weight: bold;
            color: #222;
        }

        .section2 .right p {
            font-size: 16px;
            color: #555;
            line-height: 1.6;
            margin-bottom: 25px;
        }

    .section2 .right-images {
        display: flex;
        gap: 20px;
    }

        .section2 .right-images img {
            width: 220px;
            border-radius: 10px;
            transition: transform 0.4s ease, box-shadow 0.4s ease;
        }

            .section2 .right-images img:hover {
                transform: translateY(-8px) scale(1.05);
                box-shadow: 0px 8px 20px rgba(0,0,0,0.2);
            }
    .section2 .container{
        display:flex;
    }
    .section2 .left {
        display: flex;
        gap: 31px;
        width: 75%;
    }
        .section2 .left .inner h2 {
            font-size: 46px;
            font-weight: 500;
            margin-bottom: 30px;
        }
        .section2 .left .inner p {
            font-size: 18px;
        }
        /* Responsive */
        @media (max-width: 992px) {
            .section2 {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }

        .section2 .right-images {
            justify-content: center;
        }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.section3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    background: #f3f3f3;
    padding: 50px 80px;
}

/* Left Cards Container */
    .section3 .cards {
        display: flex;
        gap: 20px;
        flex: 3;
    }

/* Each Card */
    .section3 .card {
        flex: 1;
        color: #fff;
        padding: 25px;
        border-radius: 15px;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        animation: fadeUp 1s ease forwards;
        opacity: 0;
    }

        .section3 .card:nth-child(1) {
            background: linear-gradient(135deg, #7a5cff, #4ba3f9);
            animation-delay: 0.2s;
        }

        .section3 .card:nth-child(2) {
            background: linear-gradient(135deg, #ff6a6a, #ff9b44);
            animation-delay: 0.4s;
        }

        .section3 .card:nth-child(3) {
            background: linear-gradient(135deg, #ff4b5c, #d92027);
            animation-delay: 0.6s;
        }

        .section3 .card:hover {
            transform: translateY(-10px) scale(1.03);
            box-shadow: 0 10px 20px rgba(0,0,0,0.3);
        }

        .section3 .card h3 {
            font-size: 20px;
            margin-bottom: 8px;
        }

        .section3 .card p {
            font-size: 15px;
            margin-bottom: 20px;
            color:white;
        }

        .section3 .card button {
            padding: 10px 18px;
            border: none;
            background: #fff;
            color: #333;
            font-weight: bold;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.3s ease, transform 0.3s ease;
        }

            .section3 .card button:hover {
                background: #f1f1f1;
                transform: scale(1.05);
            }

        .section3 .card img {
            position: absolute;
            top: -3px;
            right: 15px;
            width: 106px;
            transition: transform 0.4s ease;
        }

        .section3 .card:hover img {
            transform: scale(1.15) rotate(-3deg);
        }

/* Right Content */
    .section3 .right {
        flex: 1;
        text-align: center;
    }

        .section3 .right h2 {
            font-size: 26px;
            margin-bottom: 20px;
            font-weight: bold;
            color: #222;
            line-height: 1.4;
        }

        .section3 .right button {
            padding: 12px 22px;
            border: none;
            background: #000;
            color: #fff;
            font-weight: bold;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.3s ease, transform 0.3s ease;
        }

            .section3 .right button:hover {
                background: #333;
                transform: scale(1.05);
            }

/* Fade-up animation */
@keyframes fadeUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

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

/* Responsive */
@media (max-width: 992px) {
    .section3 .section {
        flex-direction: column;
        padding: 30px;
    }

    .section3 .cards {
        flex-direction: column;
        width: 100%;
    }

    .section3 .card img {
        width: 120px;
    }
}





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.laptop-slider{
    padding:40px 0;
    position:relative;
}
    .laptop-slider .whislist {
        position: absolute;
        top: 8px;
        right: 6px;
        height: 27px;
        width: 27px;
        border-radius: 50%;
        line-height: 28px;
        text-align: center;
        border: 1px solid #e9e9e9;
        cursor: pointer;
    }
        .laptop-slider .whislist .fa {
            color: #e9e9e9;
        }
        .laptop-slider .whislist:hover .fa{
            color:red;
        }
        .laptop-slider .whislist:hover {
            border: 1px solid red;
        }

        .heading-area {
            position: relative;
            margin-bottom: 14px;
        }
        .heading-area h4 {
            background: var(--main-text-color);
            color: white;
            padding: 5px 8px;
            border-radius: 4px;
        }
    .laptop-slider .product-card {
        background: #fff;
        border-radius: 12px;
        padding: 22px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .laptop-slider .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        }

        .laptop-slider .product-card img {
            width: 100%;
            height: 180px;
            object-fit: contain;
            margin-bottom: 15px;
        }

    .laptop-slider .product-title {
        font-size: 15px;
        font-weight: bold;
        color: #333;
        margin-bottom: 8px;
        min-height: 60px;
    }

    .laptop-slider .product-price {
        font-size: 18px;
        color: var(--main-text-color);
        font-weight: bold;
        margin-bottom: 15px;
    }

    .laptop-slider .add-to-cart {
        background: var(--main-text-color);
        color: #fff;
        text-align: center;
        padding: 10px;
        border-radius: 8px;
        text-decoration: none;
        font-size: 14px;
        transition: background 0.3s;
    }

        .laptop-slider .add-to-cart:hover {
            background: var(--main-background);
            color:black;
        }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


.brand {
    text-align: center;
    padding: 35px 0;
}
.brand-gallery .brand-item {
    position: relative;
    height: 150px;
}
    .brand-gallery .brand-item .img-section {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 90%;
        padding:10px;
        height:160px;
    }

        .brand-gallery .brand-item .img-section img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    .heading-area-center h4 {
        margin-bottom: 20px;
        font-size: 36px;
        font-weight: 500;
    }
.flex-grid ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:20px;
}
    .flex-grid ul li img {
        width: 100%;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
    }
        .flex-grid ul li img:hover {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
        }

.simple-laptop-banner img{
    width:100%;
}
.address {
    text-align: center;
    padding: 8px 0;
    background:var(--main-text-color);
}
    .address span{
        color:white;
    }
    .address i {
        color: white;
        margin-right: 3px;
    }
    .address h5{
        color:white;
    }
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--main-text-color);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    animation: bob 2s ease-in-out infinite;
}
@keyframes bob {
    0% {
        transform: translateY(0);
    }

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

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

    #myBtn:hover {
        background-color: var(--main-background);
        color:#000;
    }

/*    ===============================================
*/
.my-about-us{
    padding:50px 0;
}

.my-about-us .container {
    display: flex;
    max-width: 1100px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    overflow: hidden;
}

    .my-about-us .left {
        flex: 1;
        padding: 0 0 24px 20px;
        position: relative;
    }

    .my-about-us .left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* floating icons */
.my-about-us .icon {
    position: absolute;
    font-size: 2rem;
    color: #2563eb;
    animation: float 3s infinite ease-in-out;
}

.my-about-us .icon1 {
    top: 20%;
    left: 15%;
    animation-delay: 0s;
}

.my-about-us .icon2 {
    bottom: 20%;
    right: 10%;
    animation-delay: 1s;
}

.my-about-us .icon3 {
    top: 40%;
    right: 20%;
    animation-delay: 2s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

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

.my-about-us .right {
    flex: 1;
    padding: 0px 36px 46px 36px;
    display: block;
}

    .my-about-us .right h2 {
        font-size: 2rem;
        margin-bottom: 20px;
        color: #111827;
    }

    .my-about-us .right p {
        margin-bottom: 15px;
        font-size: 1.05rem;
        color: #374151;
        line-height: 1.6;
    }

.my-about-us .btn {
    background: var(--main-text-color);
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}

    .my-about-us .btn:hover {
        background: var(--main-background);
        color:black;
        border:2px solid var(--main-text-color);
    }
.my-about-us .img-section{
    position:relative;
}
    .my-about-us .img-section:before {
        position: absolute;
        bottom: -14px;
        left: -14px;
        border-left: 8px solid var(--main-text-color);
        border-bottom: 8px solid var(--main-text-color);
        height: 180px;
        width: 180px;
        content: "";
    }
    .my-about-us .img-section:after {
        position: absolute;
        bottom: -14px;
        right: -14px;
        border-right: 8px solid var(--main-text-color);
        border-bottom: 8px solid var(--main-text-color);
        height: 180px;
        width: 180px;
        content: "";
    }


/*======================================================
*/
/*=============================================================
*/
.vision_mission {
    padding: 80px 20px;
    text-align: center;
    background: linear-gradient(135deg, #1f1c2c, #928DAB);
}

    .vision_mission h1 {
        font-size: 40px;
        margin-bottom: 20px;
        position: relative;
        display: inline-block;
        animation: fadeInDown 1s ease;
        color:white;
    }

    .vision_mission .cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        margin-top: 40px;
    }

    .vision_mission .card {
        background: rgba(255,255,255,0.1);
        border-radius: 20px;
        padding: 30px;
        width: 300px;
        backdrop-filter: blur(8px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.3);
        transition: transform 0.4s ease, background 0.4s ease;
        animation: slideUp 1s ease forwards;
        opacity: 0;
    }

        .vision_mission .card h2 {
            font-size: 26px;
            margin-bottom: 15px;
            color: #fff
        }

        .vision_mission .card p {
            font-size: 16px;
            line-height: 1.6;
            color: #fff
        }

        .vision_mission .card:hover {
            transform: translateY(-15px) scale(1.05);
            background: rgba(255,255,255,0.2);
        }

/* Animations */
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

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

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

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

/* Delay animations for cards */
.vision_mission .card:nth-child(1) {
    animation-delay: 0.3s;
}

.vision_mission .card:nth-child(2) {
    animation-delay: 0.6s;
}

/* Button */
.vision_mission .btn {
    margin-top: 40px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 30px;
    background: var(--main-text-color);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    animation: fadeInDown 1.5s ease;
}

    .vision_mission .btn:hover {
        background: #fff;
        color: #000;
        transform: scale(1.1);
    }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
.brand-sections {
    padding: 50px 20px;
    position:relative;
}
    .brand-sections:before {
        content: "";
        background-image: url(../../images/brand-laptop.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 380px;
        width: 380px;
        position: absolute;
        top: 20px;
        opacity: 0.1;
        right: 90px;
    }


    .brand-section {
        text-align: center;
        /*background: #fff;*/
    }

    .brand-section h2 {
        font-size: 32px;
        margin-bottom: 30px;
        color: #333;
    }

.brand-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.brand-item {
    font-size: 22px;
    font-weight: bold;
    color: #444;
    background: #fff;
    padding: 25px 20px;
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
    transition: transform 0.4s ease, background 0.3s, color 0.3s;
    cursor: pointer;
    animation: fadeInUp 1s ease forwards;
    opacity: 0;
}

    .brand-item:hover {
        transform: translateY(-10px) scale(1.05);
        background: var(--main-text-color);
        color: #fff;
    }

/* Fade-in animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Delay effect on each item */
.brand-item:nth-child(1) {
    animation-delay: 0.2s;
}

.brand-item:nth-child(2) {
    animation-delay: 0.4s;
}

.brand-item:nth-child(3) {
    animation-delay: 0.6s;
}

.brand-item:nth-child(4) {
    animation-delay: 0.8s;
}

.brand-item:nth-child(5) {
    animation-delay: 1s;
}

.brand-item:nth-child(6) {
    animation-delay: 1.2s;
}

.brand-item:nth-child(7) {
    animation-delay: 1.4s;
}
.brand-item:nth-child(8) {
    animation-delay: 1.6s;
}
.brand-item:nth-child(9) {
    animation-delay: 1.8s;
}
.brand-item:nth-child(10) {
    animation-delay: 2s;
}
.brand-item:nth-child(12) {
    animation-delay: 2.6s;
}
.brand-item:nth-child(13) {
    animation-delay: 2.4s;
}
.brand-item:nth-child(14) {
    animation-delay: 2.6s;
}
.owl-dots{
    display:none;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
.footer-section .footer-box {
    display: flex;
    align-items: baseline;
}
    .footer-section .footer-box .fa{
        padding-right:10px;
    }
    .footer-section .footer-box p {
        margin-bottom: 0px;
    }
    .footer-section .footer-box a{
        border-bottom:none!important;
        transition:0.5s;
    }
        .footer-section .footer-box a:hover {
            color: inherit;
            text-decoration: none;
            padding-left: 10px;
        }
.social-medias ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 6px;
    width: 140px;
}
    .social-medias ul li a {
        height: 60px;
        width: 60px;
        display: inline-block;
        background: var(--main-text-color);
        text-align: center;
        line-height: 60px;
        font-size: 31px;
        border-radius: 4px;
    }
        .social-medias ul li a:hover{
            background:var(--main-background);
            border:1px solid var(--main-text-color);
        }
            .social-medias ul li a:hover .fa{
                color:var(--main-text-color);
            }
            .social-medias ul li a .fa {
                color: white;
            }
.social-medias li:hover a{
    padding-left:0px!important;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
    .section2 .left {
        flex-direction: column;
        width: 100%;
    }
    .my-about-us .container{
        flex-direction:column;
    }
    .top-row .col-lg-4{
        margin-bottom:10px;
    }
    .brand-sections:before {
        display: none;
    }
    .my-about-us .right {
        padding: 10px 10px 46px 10px;
    }
    .my-about-us .img-section:before {
        height: 100px;
        width: 100px;
    }
    .my-about-us .img-section:after {
        height: 100px;
        width: 100px;
    }
    .address {
        padding: 8px 11px;
    }
    .section2 .left img {
        width: 100%;
    }
    .laptop-section .card{
        height:auto;
    }
    .section3 {
        padding: 29px 10px;
    }
    .section2 .container {
        flex-direction: column;
    }
    .header-area .logo-section{
        display:none;
    }
    .section2 .right{
        display:block;
    }
    .navbar-light .navbar-brand {
        width: 70px;
    }
}





    @media only screen and (min-width: 320px) and (max-width: 992px) {
        .mobile-hidden {
        display: block!important;
    }
}