﻿
html{
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}
body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
   font-family: 'Lato', sans-serif !important;
    color: #212121;
 /*  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: #333;
}

.container-fluid {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
   
}
 /**************** header-section *******************************************/

.category-menu {
    background: #ffffff;
    padding: 15px;
    border-top: 3px solid #116fa3;
    width: 225px;
    transition: all .4s ease-in-out;
    box-shadow: 0px 0px 8px #ccc;
    margin: 0px 0px 0px;
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: 9;
    margin-top: 15px;
    visibility: hidden;
}

    .category-menu.Productmenu {
        width: 100%;
    }

.mainmenu li:hover .category-menu {
    transition: all .4s ease-in-out;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

ul.category-menu-list li a {
    font-size: 15px;
    padding: 10px 0px !important;
    display: inherit;
    width: 100%;
    border-bottom: 1px solid #ccc;
    color: #212121;
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 10px
}

    ul.category-menu-list li a:after {
        content: "⮞";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #212121;
        position: absolute;
        top: 10px;
        font-size: 14px;
        left: -15px;
        z-index: 99;
    }

ul.Subcategory-menu-list li a {
    padding: 6px 6px !important;
}
.header-submenu a {
    margin: 16px 0px;
    font-weight: 400;
    color: #219dd0;
    border-bottom: 1px dashed #a5a5a5;
    padding-bottom: 2px;
    font-size: 16px;
    text-transform: uppercase;
    display: inherit;
}

ul.category-menu-list li a:hover {
    color: #219dd0;
}


ul.category-menu-list li {
    position: relative;
}

ul.Subcategory-menu-list {
    background: #f2f2f2;
    padding: 5px 15px;
    border-top: 3px solid #116fa3;
    width: 100%;
    box-shadow: none;
    margin: 0px 0px 0px;
    position: absolute;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    left: 210px;
    top: 10px;
    transform: scaleY(0);
    opacity: 0;
    z-index: 9;
}

ul.category-menu-list li:hover ul.Subcategory-menu-list {
    opacity: 1;
    transform: scaleY(1);
    transition: all 0.5s ease 0s;
}

ul.Subcategory-menu-list li a:after {
    content: "\f192";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    color: #212121;
    position: absolute;
    top: 6px;
    font-size: 13px;
    left: -10px;
    z-index: 99;
}

.Subcategory-righticon {
    float: right;
}
ul.category-menu-list a {
    padding: 0px !important;
    font-weight: 500;
}
.headerSlot .mainmenu li:hover > a{
    background:none;color:#333;
}
.arrowRight {
    float: right;
    font-size: 15px;
    padding: 5px 5px 0px 0px;
}
ul.category-menu-list li a:before {
    display: none !important;
}
ul.category-menu-list li {
    position: relative;
}



section.breadcrumbs {
    background-image: url(../../images/breadcrumbs_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 50px 0px;
    margin: 0px;
    background-position: 50%;
    text-align: center;
}
h2.contact_Slot {
    font-size: 40px;
    font-weight: 600;
    margin: 0px 0px 5px;color:#000
}
    section.breadcrumbs ol.breadcrumb {
        background: none;
        text-align: center;
        justify-content: center;
        padding: 0px 0px;
    }

.breadcrumb-item.active {
    color: #fff !important;
}

li.breadcrumb-item {
    font-size: 18px;
    font-weight: 500;
}

    li.breadcrumb-item a {
        color: #000;
    }

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #000 !important;
    content: ">>";
}




section.product-list {
    background: #f3f3f3;
    padding: 60px 0px 30px 0px;
}

.product_box {
    background: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}
.product_imgs img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
/*.product_imgs img:hover {
    transform: scale(1.1) rotate( 3deg);
}*/
.product_info {
    padding: 10px 15px;
}
    .product_info a {
        color: #219dd0;
    }

.product_info_mrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 5px 0px;
}
    .product_info_mrp .price {
        font-size: 14px;
        font-weight: 500;
        color: #212121;
    }

.product_hover_cart {
    position: absolute;
    bottom: -80px;
    left: 0px;
    transition: all 0.3s ease;
    width: 100%;
}

.product_box:hover .product_hover_cart {
    bottom: 0px;
    transition: all 0.3s ease;
}

.adc {
    position: relative;
    overflow: hidden;
}
section.product-sec {
    padding: 60px 0px;
}
.product_hover_cart ul {
    display: flex;
    list-style: none;
    padding: 10px 40px;
    width: 100%;
    background: #fff;
    height: 60px;
    text-align: center;
}

    .product_hover_cart ul li {
        margin-right: 20px;
    }

        .product_hover_cart ul li a i {
            background: linear-gradient( to right, #00a2d9 7%,#055786 60%,#00a2d9 100%);
            width: 40px;
            height: 40px;
            font-size: 22px;
            color: #fff;
            line-height: 43px;
            text-align: center;
            border-radius: 50%;
        }

            .product_hover_cart ul li a i:hover {
                color: black;
            }

.submit_btn {
    width: 100%;
    height: 40px;
    display: inline-block;
    background: linear-gradient(45deg, rgb(41, 85, 140) 0%, rgb(20, 153, 193) 41%, rgb(8, 101, 173) 100%);
    text-align: center;
    line-height: 40px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    transition-duration: 0.6s;
    border-style: none;
}

    .submit_btn:hover {
        background: linear-gradient(-45deg, rgb(41, 85, 140) 0%, rgb(20, 153, 193) 41%, rgb(8, 101, 173) 100%);
        border-radius: 5px;
        transition-duration: 0.6s;
        text-decoration: none;
    }
h4.product-title {
    position: relative;
    line-height: normal;
    font-size: 18px;
    color: #ffffff;
    background: #8fc902;
    padding: 10px 9px;
    font-weight: 500;
    letter-spacing: 2px;
}
ul.box-category li a {
    font-size: 16px;
    padding: 8px 10px;
    border-bottom: 1px solid #ccc;
    display: inherit;
}
.product-category {
    border: 1px solid #ccc;
    padding: 10px;
}
.product-filter {
    background: linear-gradient( 45deg, rgb(41, 85, 140) 0%, rgb(20, 153, 193) 41%, rgb(8, 101, 173) 100%);
    padding: 5px 27px;
    line-height: 25px;
    display: flex;
    align-items: center;
}
    .product-filter a {
        color: #fff !important;
        font-size: 16px;
    }

    .product-filter label.control-label {
        color: #fff;
        font-size: 16px;
    }

button.btn.btn-default {
    color: #fff;
    font-size: 16px;
}
.product-filter select.form-control {
    width: 100%;
    background: white;
    border-radius: 30px;
    height: 40px;
    padding: 0px 25px;
    font-size: 15px;
    border: 0px;
}
.text-rightone {
    width: 70%;
    margin-left: 10px;
}

.pro_Sort_By {
    width: 33.33%;
    display: flex;
    align-items: center;
}


.product_details {
    background: white;
    padding: 45px 40px;
}
label.ratee {
    font-size: 18px;
    margin-right: 15px;
    font-weight: 600;
}

li.ratee span {
    font-size: 15px;
}
.product_details ul.list-unstyled li {
    margin-bottom: 10px;
    border-bottom: 1px solid #00000038;
    padding-bottom: 10px;
}
.qty input.form-control {
    width: 100%;
    min-width: 100px;
    height: 45px;
    border-radius: 30px;
    border: none;
    box-shadow: 1px 1px 7px 0px #adadad !important;
    font-size: 18px;
    padding: 0px 15px;
}
.qty {
    display: flex;
    align-items: center;
}
    .qty label.control-label {
        font-size: 20px;
        margin-right: 10px;
    }

h3.subtitle.available {
    font-size: 22px;
    padding-bottom: 10px;
}

.zoom_in_product .image-additional {
    width: 100%;
    display: flex;
    margin: 20px 0px 0px 0px;
}

    .zoom_in_product .image-additional a.thumbnail {
        background: white;
        display: inline-block;
        width: 140px;
        height: 140px;
        padding: 5px;
        margin-right: 10px;
        border: 1px solid #ccc;
    }

    .zoom_in_product .image-additional .image-additional img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
    }
.zoom_in_product2 {
    background: white;
    padding: 20px;
    height: auto;
}

.pduct_description {
    background: #fff;
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #ccc;
}
    .pduct_description h5 {
        font-size: 22px;
        font-weight: 500;
        color: #212121;
        margin: 0px 0px 5px;
        border-bottom: 1px dotted #212121;
        padding: 5px 10px;
        background: #f3f3f3;
    }

    .pduct_description p {
        font-size: 16px;
        font-weight: 400;
        margin: 0px 0px 0px 10px;
    }


.service_box {
    box-shadow: 0px -7px 0px 0px rgb(41 85 140);
    background: white;
    border-radius: 0;
    transition: all .4s ease;
    height: 380px;
    overflow: hidden;
    position: relative;
}
.box_imgs {
    cursor: pointer;
    background: #fff;
}
    .box_imgs img {
        max-width: 100%;
        max-height: 100%;
        transition-duration: 0.6s;
    }
.box_content {
    padding: 15px;
}
    .box_content h2 {
        font-size: 18px;
        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;
    }
section.about-Sec {
    margin: 50px 0px 50px;
    /* background: #f2f2f2; */
    background: linear-gradient( 0deg, rgb(217 218 219) 50%, rgba(255,255,255,1) 50%);
    padding: 0px 0px 40px;
}


.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 ul.slick-dots {
    /* display: flex; */
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;
}
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: #9bcf1f !important;
    }



/*  ----------------------------About Us Section Csssssssssssssssssssssssss------------------*/




.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   Services Section Csssssssssssssssssssssssss------------------*/


/*.content_box h4:after {content: '';position: absolute;top: 39px;left: 210px;width: 75px;height: 2px;background: #57b253;}*/




.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: 360px;
}
.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: 235px !important;
    object-fit: contain;
}
div#searchbar {
    margin: 15px;
}
.slidermanufacturing_sec {
    position: relative;
}
.hover_imgs {
    position: absolute;
    top: 0px;
   left: -390px;
    transition: all 0.4s ease;
}
.slidermanufacturing_sec:hover .hover_imgs {
    transition: all 0.4s ease;
    left: 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: #016691;
    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: #03b9ad;
}
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 {
    background: url(../../images/testimonial-bg.jpg);
    padding: 80px 0px;
    background-position: 50%;
    margin: 40px 0px 70px;position:relative;transition: all 0.5s ease 0s;background-attachment:fixed;
}
.carousel-inner.testimonial_sec {
    width: 100%;
    margin: 0px auto;
}
.testimonialSlot {
    margin: 45px 0px 0px;
}
.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.testimonialSlt .owl-nav {
    position: absolute;
    top: -40px;
    left: 12px;
     opacity: 0;
    transform: scaleY(0);
}




section.testimonialSlt: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: #1fa1e4 !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: #1fa1e4 !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;
}
.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;
}
.product_details .title {
    font-size: 38px;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
    line-height: 30px;
    color: #212121;
    font-family: 'Playfair Display', serif;
}
.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: #57b253;
    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: #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;
}
.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: #57b253;
    color: #fff;
}
.modal-header.popupSlot .close {
    opacity: 1;
    color: #fff;
}
.modal-header.popupSlot {
    height: 50px;
    background: #57b253;
}
.nkkSlot button {
    width: 100%;
    font-size: 14px;
    border: none;
    background-color: #57b253;
    padding: 13px 25px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    height: 43px;
    border-radius: 30px;
    font-weight: 500;
    outline: none;
    margin-top: 30px;position: inherit;
}
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%;
}