
html {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif !important;
    color: #000;
    /*  padding-top: 83px*/
}

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: 14px;
    line-height: 26px;
    color: #000;
}


/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%); border-radius:10px;
}
/**************** header-section *******************************************/
#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff url('../images/loader_2.gif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: 99;
    background-size: 10%;
}

.hide {
    display: none;
}

.header-area {
    background-color: #000000;
    padding: 6px 0px;
    border-bottom: 1px solid #ffffff4d;
    height: 34px;
}

.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;text-transform: capitalize;
    }

        .left ul li a {
            color: #fff;
            padding-left: 10px;
        }

.right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0px;
}

    .right ul li {
        margin-left: 25px;
        font-size: 14px;
        color: #fff; 
    }

        .right ul li a {
            color: #fff;
            text-transform: capitalize;text-decoration: none;
        }

header.header-section {
    /* background: black; */
    /* height: 67px; */
    /* box-shadow: 0 0 10px rgb(0 0 0 / 20%); */
    padding-bottom: 0;
    transition: all .5s ease;
    transition-duration: 0.6s;
    padding: 0px;
}

.search-header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-header img {
    width: 100%;
}

ul.navbar-nav.headerSlot i {
    font-size: 22px;
    color: #333;
    margin: 0px 0px;
}

.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;
    margin-left: 10px;
}

.liststyle ul.ul_list li:hover {
    background: #06060617;
    cursor: pointer;
}

.liststyle ul.ul_list li {
    padding: 8px 10px 8px 10px;
    margin-bottom: 0px;
    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: 90.5% !important;
    left: 20px;
    padding: 0px;
}

.liststyle {
    margin: 0px;
}

.header-searchSlot {
    display: none;
    transition: all .5s ease;
}

    .header-searchSlot.formSlot {
        display: block;
        transition: all .5s ease;
    }

.add_cart {
    width: 20px;
    height: 20px;
    background: #57b253;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 0px;
}

header.header-section.fixed {
    position: fixed;
    top: 0;
    z-index: 9;
    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-left: 0px;
    }

        ul.navbar-nav.headerSlot li.nav-item a.nav-link {
            font-size: 16px;
            color: #000;
            font-weight: 500;
            padding: 25px 10px;
            text-transform: uppercase;
            position: relative;
        }

            ul.navbar-nav.headerSlot li.nav-item a.nav-link.active {
                color: #57b253;
            }

            ul.navbar-nav.headerSlot li.nav-item a.nav-link:hover {
                color: #57b253;
            }

            /*ul.navbar-nav.headerSlot li.nav-item a.nav-link:after {
                content: "";
                border: 5px solid transparent;
                position: absolute;
                left: 0;
                right: 0;
                margin: 0 auto;
                width: 5px;
                bottom: 15px;
            }*/

        /*ul.navbar-nav.headerSlot li.nav-item:hover a:after {
            border-bottom-color: #57b253;
        }*/

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: 250px;
    padding: 20px 20px;
}

.products_submenu {
    background: #1fa1e4;
    padding: 0px;
    width: 100% !important;
    max-width: 76% !important;
    position: absolute;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    left: 115px;
    z-index: 9;
    top: 39px;
    transform: scaleY(0);
    opacity: 0;
    overflow: hidden;
}
.header-search.header-same:hover .products_submenu {
    opacity: 1;
    z-index: 9999;
    transform: scaleY(1);
}
ul.ul_list {
    margin: 0px;
}
.submenuSlot.liststyle {
    background: white;
    overflow: auto;
    height: auto;
    margin: 0px;
    box-shadow: 0px 0px 8px 0px #696969bf;
    border-radius: 5px;
}

    .submenuSlot h4 {
        font-size: 15px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ffffff7d;
        text-transform: uppercase;
    }

        .submenuSlot h4 a.FIRST {
            color: #fff;
        }

        .submenuSlot h4:hover {
            color: #1A2C79;
        }

li.afterprofile {
    margin: 0px 15px;
    transition: all 0.5s ease 0s;
}
li.afterprofile img {
    width: 40px;
    height: 40px;
    border-radius: 50%;border:1px solid #fff;cursor:pointer
}

    li.afterprofile:hover .logoff {
        opacity: 1;
        transform: scaleY(1); top: 80px;
    }
    header.header-section.fixed li.afterprofile:hover .logoff {
    top: 50px;
}
.logoff {
    background: white;
    width: 100%;
    max-width: 150px;
    padding: 9px 0px;
    position: absolute;
    top: 89px;
    right: 86px;
    box-shadow: 0px 0px 8px #ccc;
    border-radius: 5px;
    z-index: 99;
    transform: scaleY(0);
    opacity: 0;
}
    .logoff a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    padding: 0px 20px;
    margin-bottom: 8px;
    display: inline-block;
}


ul.ul_list li {
    margin-bottom: 10px;
}

    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: "\f002";
            font-family: FontAwesome;
            display: inline-block;
            vertical-align: middle;
            color: #424242;
            position: absolute;
            top: 0px;
            font-size: 12px;
            left: -10px;
            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;
}

section.slick_slider {
    position: relative;
     margin: 30px 0px;
}

    section.slick_slider button.slick-arrow {
        width: 20px;
        background: red;
        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( to right, #d0a923 7%,#fff09f 60%,#d0a923 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: #000;
        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: #000;
            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: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%) !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;
}
/*.fixed_slider img.sliderimg {
    padding-top: 20px;
}*/

.top_categories {
    position: relative;
    background-color: #f9f9f9;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 20%); */ margin-top: 60px;
}

.categories_txt {
    position: relative;
    text-align: center;
    background: #1fa1e4;
    padding: 25px;
}

.shoppig_txt {
    padding: 15px 0px 0px;
}
    /*.shopping_icon {
    background: #57b253;
    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: #fff;
        font-weight: 500;
        margin: 0px;
        padding: 0px;
        font-family: 'Playfair Display', serif;
    }

.choose_header {
    text-align: center;
    margin-bottom: 10px;
}

    .choose_header p {
        text-align: center !important;
        margin: 0px 0px 20px;
    }

    .choose_header h3 {
        font-size: 30px;
        font-weight: 600;
        color: #000;
        text-transform: uppercase;
        font-family: 'Gotham' !important;
        margin: 0px;
    }

.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: #000;
            z-index: 9;
            font-size: 16px;
            position: relative;
            background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
            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.product-categories {
    position: relative;
   
}
    .category_icon {
    background: black;
    height: 115px;
    border-radius: 10px;
    padding: 26px 5px;position:relative;
}
.producticon {
    text-align: center;
    display: flex;
    justify-content: center;
}
.producticon img {
    width: 55px !important;
}
.owl-nav button{
    position: absolute;
    top: 20px;
    left: 0px;
    width: 25px;
    height: auto;
    border-radius: 0px 5px 5px 0px;
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%) !important;
}

.owl-nav button.owl-next {
    right: 0px;
    left:inherit;border-radius: 5px 0px 0px 5px;
}
.owl-nav button span {
    font-size: 36px;
    line-height: 30px;
    color: #000000;
}
.sliderSlot .owl-nav button{
top: 30%;
}
section.recharge_billpayment {
    margin: 60px 0px;
}
     .rechgeSlot {
    text-align: center;
}
.rechgeSlot img {
    width: 45% !important;
    margin: 0px auto;
}
.rechgeSlot h4 {
    font-size: 14px;
    color: white;
    font-weight: 400;
    margin: 10px 0px 0px 0px;
    letter-spacing: 1px;
}
.recharge_category {
    background: black;
    height: auto;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    text-align: center;
}
.recharge_category2 {
    border: 3px solid #d4b02e;
    border-radius: 10px;
    height: 150px;
    margin: 15px 6px;
}
h5.ReSlot {
    font-size: 20px;
    color: black;
    text-align: center;
    text-transform: uppercase;
    width: 175px;
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    height: 34px;
    border-radius: 7px;
    line-height: 34px;
    margin: -17px auto 20px;
}
.rechgeSlot a {
    text-decoration: none !important;
}









section.why_choose {
    margin: 60px 0px 60px;
}
.banner_imgs {
    border-radius: 7px;
    overflow: hidden;
}
.wapSlot {
    transition: all .5s ease;
    position: relative;margin-bottom:30px;
}

.hb_blog_img {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.hb_blog_img:hover .hb_img_overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
   transform: scale(1);cursor:pointer;
}
.hb_img_overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    top: 0;
    transform: scale(0);
    width: 100%;
    transition: transform 0.3s ease-out;
}
.wapSlot h4 {
        font-size: 18px;
        text-transform: uppercase;
        margin: 10px 0px 0px;
        text-align: center;
        font-weight: 500;
    }

   .wapSlot img {
        width: 100%; position: relative;
    }


.wellnessSlot {
    margin-bottom: 30px;
}


    .wellnessSlot:hover {
        transform: translate3d(0, -10px, 0);
        transition-duration: 0.3s;
    }

    .wellnessSlot img {
        width: 100%;
    }

    .wellnessSlot:hover img {
        transform: rotateY(360deg );
        transition: all 1000ms ease;
        cursor: pointer;
    }

    .wellnessSlot h4 {
        font-size: 18px;
        text-transform: uppercase;
        margin: 10px 0px 0px;
        text-align: center;
        font-weight: 500;
    }

.wellnessSlot {
    transition: 0.3s ease;
}




section.aboutSlot2 {
    margin: 60px 0px 0px 0px;
}

.videoSlot {
    margin-bottom: 0px;
    display: inline-block;
}

section.videoSlot2 {
    margin:30px 0px 60px;
}

.hmsmVideo img.lazy {
    width: 100%;
}

.video_text h5 {
    font-size: 35px;
    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 left, #d0a923 7%,#fff09f 60%,#d0a923 100%);
        border-radius: 10px;
    }

.video_text {
    padding: 30px 0px 0px;
}

.shop_btn {
    width: 200px;
    height: 40px;
    display: inline-block;
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    text-align: center;
    line-height: 40px;
    color: black;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
    transition-duration: 0.6s;border-style:none;
}

    .shop_btn:hover {
        background: linear-gradient( to left, #d0a923 7%,#fff09f 60%,#d0a923 100%);
        border-radius: 5px;
        transition-duration: 0.6s;
        color: #000;
        text-decoration: none;
    }

    /*  ----------------------------Start contact Us Section Csssssssssssssssssssssssss------------------*/

	
.back1 {
    background-color: #e3c73f;
}

input.btn-light.button-black {
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    border-style: none;
    font-size: 14px;
    padding: 8px 17px;
    border-radius: 30px;
    color: #000 !important;
    margin-top: 30px;
}

    input.btn-light.button-black:hover {
        background: linear-gradient( to left, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    }


.resplifeaddd .form-control {
    height: 45px;
    padding: 0px 15px;
    font-size: 14px;
    border: 1px solid #d0a923;
    box-shadow: none;
    outline: none;
}

.single_ctinfo {
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    /* border: 1px solid #dfe5ef; */
    border: 1px solid #d0a923;
    border-radius: .4rem;
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
}

.ctinfo_icon {
    margin-right: 1rem;
    color: #d0a923;
    font-size: 35px;
}

.single_ctinfo .single_info_title {
    font-size: 18px;
    margin-bottom: 5px;
    color: #d0a923;
}

article.ctinfo_detail {
    font-size: 14px;
}

textarea.form-control {
    height: 150px !important;
    padding: 15px 15px !important;
}

.socialicon {
    display: inline-block;
}

.socialicon {
    text-align: center;
    font-size: 20px;
    color: #000;
    padding: 7px 12px;
    text-decoration: none;
    /* border-color: #ecc043; */
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
    background: -webkit-linear-gradient( 45deg, #b68b26,#eedc66,#b68b26 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: ease-in-out .1s;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #ecc043;
}

    .socialicon:hover {
        box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
        transform: translateY(-5px);
    }

.social_icon {
    margin-bottom: 30px;
    text-align: center;
}

a.social-margin {
    text-decoration: none;
}

.social_icon h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
/*  ----------------------------End contact Us Section Csssssssssssssssssssssssss------------------*/



/*  ----------------------------About Us Section Csssssssssssssssssssssssss------------------*/




.who_we {
    background: white;
    padding: 40px;
    border-top: 4px solid #57b253;
}

.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: #57b253;
    }

.imgsSlot img {
    width: 75%;
    height: 320px;
    border-radius: 5px;
}

.imgsSlot2 {
    text-align: right;
    margin-top: -120px;
}

.about-img-content {
    position: relative;
}

    .about-img-content h4 {
        font-size: 30px;
        max-width: 200px;
        position: absolute;
        top: 60px;
        text-align: center;
        right: -60px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-bottom: 0;
        color: #000;
    }

        .about-img-content h4 span {
            color: #57b253;
        }

    .about-img-content a {
    }

.video-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: absolute;
    top: 75%;
    z-index: 1;
    background-color: #57b253;
    border-radius: 50%;
    transition: all ease 0.5s;
    box-shadow: 0px 0px 12px 3px #57b253;
}

    .video-btn a i {
        font-size: 61px;
        color: #fff;
        line-height: 70px;
    }


@keyframes glowing {
    0% {
        background-color: #57b253;
        box-shadow: 0 5px 10px #57b253;
    }

    50% {
        background-color: #57b253;
        box-shadow: 0px 0px 16px 7px #57b253;
    }

    100% {
        background-color: #57b253;
        box-shadow: 0 5px 10px #57b253;
    }
}

.video-btn {
    animation: glowing 1300ms infinite;
}

/*  ---------------------------- 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;
    }

.about-content h5 {
    font-size: 35px;
    margin: 0px 0px 10px;
    padding: 0;
    color: #000;
}

.about-content h6 {
    font-size: 20px;
    color: #000;
    line-height: 35px;
}

    .about-content h6 span {
        color: #57b253;
    }

a.read_more {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background: #57b253;
    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 {
    border-radius: 7px;
    transition: all .4s ease;
    overflow: hidden;
    position: relative;
}

    .service_box:hover::before {
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        transform: translate(105%, 0%);
    }

    .service_box:hover::before {
        opacity: 1;
    }

    .service_box::before {
        background-color: rgba(255, 255, 255, 0.4);
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: all 0.9s ease 0s;
        width: 100%;
        cursor: pointer;
    }

.box_imgs img {
    width: 100%;
    height: 160px;
    object-fit: scale-down;
    transition-duration: 0.6s;
}
/*.box_imgs img:hover {
    transform: scale(1.2);
    transition-duration: 0.6s;
}*/

.box_imgs {
    padding: 10px 10px 0px 10px;
    cursor: pointer;
    background: #fff;
    margin: 15px;
}

.box_content {
    padding: 0px 25px 25px 25px;
}

    .box_content h2 {
        font-size: 20px;
        color: #000000;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 27px;
    }

    .box_content p {
        text-align: justify;
        line-height: 22px;
        font-size: 14px;
        margin: 6px 0px;
    }

    .box_content a {
        font-size: 14px;
        color: #57b253;
        text-align: right;
        float: right;
    }
/*  ---------------------------- 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: #57b253;}*/


ul.energySlot li {
    margin-bottom: 15px;
    font-size: 14px;
}

    ul.energySlot li i {
        width: 30px;
        height: 30px;
        background: #57b253;
        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---------------*/

section.productS {
    margin: 60px 0px 20px;
}

.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: 540px;
}

.slidermanufacturing_sec p {
    font-size: 15px;
    padding: 20px 20px 20px 20px;
    margin: 0px;
    text-align: left;
    line-height: 25px;
}



.slider_content {
    padding: 20px;
}

    .slider_content a {
        color: #000;
        font-size: 16px;
        font-weight: 500;
    }

        .slider_content a:hover {
            color: #d0a923;
        }

    .slider_content p {
        padding: 5px 0px 0px;
    }

.mrpSection2 {
    display: none;
}

.sliderSlot .nav-tabs li.nav-item .nav-link.active {
    color: #000000 !important;
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    border-color: #d0a923;
    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: #d0a923 transparent transparent transparent;
        position: absolute;
        top: 43px;
        left: 30px;
    }

.sliderSlot .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    color: #000000 !important;
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    border-color: #d0a923;
}

.sliderSlot .nav-tabs {
    border-bottom: 5px solid #d0a923;
    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: 15px;
    }

.slidermanufacturing_sec img {
    width: 100% !important;
}

div#searchbar {
    margin: 15px;
}

.slidermanufacturing_sec {
    position: relative;
}

.hover_imgs {
    position: absolute;
    top: -440px;
    left: 0px;
    transition: all 0.4s ease;
}

.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 71px;
        width: 100%;
        background: #00000038;
        height: 60px;
    }

.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: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
        width: 40px;
        height: 40px;
        font-size: 22px;
        color: black;
        line-height: 43px;
        text-align: center;
        border-radius: 50%;
    }


        .hover-cartSlot ul li a i:hover {
            background: linear-gradient( to left, #d0a923 7%,#fff09f 60%,#d0a923 100%);
            
        }
            .sliderSlot .owl-dots {
    display: none;
}
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;
}

/*---------------------- End product slider  cssssssssssssssssssss---------------*/



section.testimonialSlt {
    margin: 60px 0px;
    position: relative;
    transition: all 0.5s ease 0s;
}

.carousel-inner.testimonial_sec {
    width: 100%;
    margin: 0px auto;
}

.testimonialSlot {
    position: relative;
}

.text0 {
    height: auto;
    width: 440px;
    font-size: 14px;
    margin: 25px auto 0px;
}

.quote {
    width: 31px;
    height: 27px;
    left: 10px;
    top: 12px;
    position: absolute;
    background: url(../../images/quots.png) no-repeat 0 0;
    background-size: 25px;
}

.text0 p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: center;
}

.userprofile {
    text-align: center;
    margin: -20px 0px 0px;
    display: flex;
    justify-content: center;
    position: relative;
}

    .userprofile img {
        width: 100px !important;
        height: 100px;
        border-radius: 50%;
        box-shadow: 0px -12px 0px #57b253;
    }

    .userprofile h3 {
        font-size: 18px;
        margin: 0px;
        color: #000;
    }

    .userprofile div {
        margin: 40px 0px 0px 20px;
    }

span.position {
    font-size: 16px;
    color: #000;
}

.brack-line.testimonial:after {
    background: #fff;
}

.brack-line.testimonial {
    background: white;
}



section.success_pannel {
    background-image: url(../../images/sucessbg.png);
    padding: 60px 0;
    background-size: cover;
    background-attachment: fixed;
    margin: 80px 0px 0px 0px;
}

.success_cotent h4 {
    font-size: 25px;
    padding: 14px 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    background: #ffffff;
    border: 2px solid #57b253;
    /* box-shadow: 0px 0px 8px 1px #00000038; */
    font-family: 'Playfair Display', serif;
    border-radius: 30px;
}


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;
        font-family: 'Playfair Display', serif;
    }

.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;
    font-family: 'Playfair Display', serif;
}

.title-subtitle {
    font-weight: 400;
    padding-top: 38px;
    font-size: 16px;
    color: #fff;
}



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: #57b253;
    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: 440px;
    filter: grayscale(1);
    transition: all 0.4s ease 0.2s;
    margin-bottom: 30px;
}

    .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;
}

button.btn.submit_btn {
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    color: #000;
}

.modal-header.popupSlot .close {
    opacity: 1;
    color: #000;
}

.modal-header.popupSlot {
    height: 50px;
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
}



section.eventSlot {
    padding: 60px 0px;
}

.eventSec {
    /* background: url(https://assets.new.siemens.com/siemens/assets/api/uuid:390770a6-9093-4fc5-b82d-d211aef0499a/width:1125/quality:high/digital-enterprise-virtual-summit-lowres.jpg); */
    height: auto;
    background: white;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 30px;
    background-position: 50%;
    border-radius: 7px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    overflow: hidden;
    text-align: center;
    padding: 40px 15px;
    transition-duration: 0.6s;
    height: 140px;
}

.eventtxt {
    margin-bottom: 5px;
}

    .eventtxt img {
        width: 100%;
    }
