@media (min-width: 1650px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1500px;
    }
}

@media (min-width: 1920px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1650px;
    }
}

.inquiry-info>div{
    width: 100% !important;
}
.inquiry-info table tr:nth-of-type(2n+2) td{
    background: #fff !important;
}
.product-tags{
    width: 100%;
    height: auto;
}
.product-tags div{
    margin-bottom: 15px;

}
.product-tags a{
    width: 100%;
    height: 100%;
    padding-left: 5px;
    display: inline-flex;
    color: #fff;
    background-color: var(--primary-color);
    font-size: 15px;
    line-height: 20px;

    padding: 8px 15px;
    align-items: center;
}
.product-tags a:hover{
    background: #006f50;
    color: #fff;
}
.successinfo {padding-left: 2px;line-height: 30px;color: #888888;padding-right: 2px;padding-bottom: 20px;}
.successinfo .iconarea .iconunit {text-align: center;display: block;width: 40px;height: 40px;border-radius: 40px;background-color: #009640;color: #ffffff;line-height: 40px;font-weight: bolder;font-size: 22px;position: relative;z-index: 9;}
.successinfo .tit {font-size: 26px;font-weight: bold;color: #009640;display: block;padding: 6px 0 5px 0;}
.successinfo p {margin-bottom: 0px;}
.successinfo .iconarea .iconunit img {top: 10px;left: 5px;position: absolute;z-index: 10;}
.Successtable table td{font-size: 16px;background: none;}
.content{
    width: 1200px;
    height: auto;
    margin: auto;
}
.maincon{
    width: 1200px;
    height: auto;
    margin: auto;
}
.toper{
    width: 100%;
    height: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    background: #fff;
}
.toper.fixed{
    box-shadow: 1px 3px 5px #dcdcdc;
}
.toper-logo{
    width: 100%;
    height: auto;
    background: var(--primary-color);
    padding: 12px 0px;
}
.toper-logo .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logos{
    width: auto;
    height: 100%;
}
.logos img{
    width: auto;
    height: 45px;
}
.searchbox{
    width: auto;
    height: 38px;
}
.searchbox form{
    width: 100%;
    height: 100%;
    position: relative;
}
.searchbox input{
    width: 320px;
    height: 100%;
    border: none;
    font-size: 15px;
    color: #000;
    float: left;
    border-radius: 0px;
    box-shadow: none;
    padding-right: 80px;
}
.searchbox input:focus{
    box-shadow: none;
    border: none;
    border-right: none;
}
.searchbox input::-webkit-input-placeholder {
    color: #959595;
    font-size: 15px;
}
.searchbox input:-moz-placeholder {
    color: #959595;
    font-size: 14px;
}
.searchbox input::-moz-placeholder {
    color: #959595;
    font-size: 14px;
}
.searchbox input::-ms-input-placeholder {
    color: #959595;
    font-size: 14px;
}
.searchbox button{
    height: 38px;
    width: 70px;
    border: none;
    font-size: 16px;
    color: #005DE3;
    position: absolute;
    background: #fff;
    overflow: hidden;
    right: 0px;
    top: 0px;
}
.searchbox button:after{
    position: absolute;
    content: '';
    height: 100%;
    width: 70px;
    top: 0;
    right: -10px;
    z-index: 2;
    background: #009640;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    transform: skew(-12deg);
}
.searchbox button:before{
    z-index: 3;
    position: absolute;
    color: #fff;
    right: 20px;
    top: 50%;font-size: 18px;
    transform: translateY(-50%);
}
.searchbox button:hover:after{
    transform: skew(0deg);
    background: #e2f0d9;
}
.searchbox button:hover:before{
    color: #000;
}


.toper-nav{
    width: 100%;
    height: auto;
}
.sp_nav{width:25px;position:relative;cursor:pointer;height:22px;margin-top:9px;display: none;}
.sp_nav span{display:block;background:#009640;width:25px;height:2px;position:absolute;left:0px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.navs{
    width: auto;
    height: 100%;
    position: relative;
    margin-top: 0;
}
.navs a{
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.navs a:first-child{
    margin-left: 0px;
}
.navs a:hover{
    color: var(--primary-color);
}
.navs a.shows{
    color: #fcc10e;
}
.navs>ul>li{
    width: auto;
    height: 70px;
    line-height: 70px;
    float: left;
    margin-left: 20px;
    position: relative;
    padding: 0px 0px 0px;
}
.navs>ul>li:first-child{
    margin-left: 0px;
}
.navs>ul>li>a{
    /*text-transform: uppercase;*/
    font-weight: normal;
}
.navs>ul>li:after{
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background: #000;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.navs>ul>li>span{
    float: right;
    margin-left: 5px;
    color: #000;
    font-size: 14px;
    transition: all 0.3s;
}
.navs>ul>li>span::before{
    content: '\e968';
    font-family: 'icomoon';
    right: 0;
    top: 0;
}
.navs>ul>li>a.actives{
    color: #ffcb05;
}
.navs>ul>li>span.act::before{
    color: #ffcb05;
}
.navs>ul>li:hover:after{
    width: 100%;
}
.navs>ul>li:hover>a{
    color: var(--primary-color);
    font-weight: normal;
}
.navs>ul>li:hover>span{
    color: var(--primary-color);
}
.navs>ul>li:hover:after{
    background: var(--primary-color);
}
.navs ul li ul li{
    width: 100%;
    height: auto;
    padding: 10px 10px;
    border-bottom: 1px solid #d2d7da;
    margin-bottom: 0px;
    position: relative;
    line-height: 25px;
    float: left;
}
.navs ul li ul li span::before{
    content: ">";
    color: #062134;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 15px;
    position: absolute;
    transform: translateY(-50%);
}
.navs ul li ul li a{
    font-size: 15px;
    line-height: 20px;
    color: #000;
    display: inline-block;
    max-width: 90%;
    transition: all .1s ease-out;
    font-weight: normal;
}
.navs ul li ul li:hover{
    /*background: #062134;*/
    /*border-bottom: 1px solid #062134;*/
}
.navs ul li ul li:hover>a{
    color: var(--primary-color);
}
.navs ul li ul li:hover>span::before{
    color: var(--primary-color);
}
.navs ul li ul li a.shows{
    color: #005DE3;
}
.navs ul li ul li img{
    height: 7px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 12px;
    top: 50%;
    position: absolute;
    right: 5px;
    transform: translateY(-50%);
}
.navs ul li ul li img.down{
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
}
.navs>ul>li>ul{
    position: absolute;
    left: 0px;
    top: 100%;
    background: #fff;
    width: 280px;
    height: auto;
    display: none;
}
.navs ul li ul li ul{
    position: absolute;
    left: 100%;
    top: 0px;
    background: #fff;
    width: 100%;
    height: auto;
    display: none;
}
p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #666;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img{
    max-width: none;
    height: 100%;
    min-width: 100%;
    width: 100%;
    object-fit: cover;
}
.carousel-indicators{
    display: none;
}
.carousel-control{
    height: 35px;
    width: 35px;
    opacity: 1;
    border-radius: 100px;
    top: 50%;
    display: none;
    transform: translateY(-50%);
    background: url(../images/carousel-right.svg) no-repeat center center/100% #3f73cf !important;
}
.carousel-control:hover{
    opacity: 1;
    background: url(../images/carousel-right.svg) no-repeat center center/100% #2e9cd4 !important;
}
.carousel-control:focus{
    opacity: 1;
}
.carousel-control.right{
    right: 1%;
    transform: translateY(0%);
}
.carousel-control.left{
    left: 1%;
    right: auto;
    transform: rotate(180deg);
}
.carousel-inner>.item{
    height: 100vh;
}
.carousel-inner>.item:before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
    left: 0px;
    top: 0px;
}
.carousel-indicators li{
    width: 24px;
    height: 6px;
    border-radius: 0px;
    margin: 0px 3px;
    background: #fff;
    border: none;
}
.carousel-indicators .active{
    background: var(--primary-color);
    margin: 0px 3px;
    width: 24px;
    height: 6px;
    border-radius: 0px;
}
.learnmore{
    padding: 9px 24px;
    border-radius: 0px;
    color: #006F50;
    font-size: 15px;
    margin-top: 30px;
    background: none;
    position: relative;
    overflow: hidden;
    transition: 400ms;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    border: 2px solid #006F50;
}
.learnmore:after{
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 20px;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
}
.learnmore:hover{
    background: var(--primary-color);
    color: #fff;
    border: 2px solid var(--primary-color);
}

@-webkit-keyframes upDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes upDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.index-title{
    font-size: 26px;
    color: #006F50;
    margin-bottom: 30px;
}
.swiper-button-next{
    right: -60px;
}
.swiper-button-prev{
    left: -60px;
}
.swiper-button-next,.swiper-button-prev{
    background: rgba(255,192,0,.15);
    width: 34px;
    height: 34px;
    border-radius: 100px;
}
.swiper-button-next:after,.swiper-button-prev:after{
    color: var(--primary-color) !important;
    font-size: 20px;
    font-weight: bold;
}
.swiper-button-next:hover,.swiper-button-prev:hover{
    background: #006F50;
}
.swiper-button-next:hover:after,.swiper-button-prev:hover:after{
    color: #fff !important;
}
.mainsection2{
    width: 100%;
    height: auto;
    padding-bottom: 80px;
}
.index-title.index-title-bg{
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
}
.index-title.index-title-bg:before{
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background: var(--primary-color);
}
.index-title.index-title-bg.center{
    text-align: center;
}
.index-title.index-title-bg.center:before{
    left: 50%;
    transform: translateX(-50%);
}
.index-title.mt0{
    margin-top: 0px;
}
.pagebanner{
    width: 100%;
    height: 550px;
    position: relative;
    margin-top: 135px;
}
.pagebanner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.1);
}
.pagebanner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pagebanner .text{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.pagebanner h1{
    font-size: 35px;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 100px;
}
.crumbnav{
    width: 100%;
    height: auto;
    padding: 15px 0px;
    text-align: left;
}
.crumbnav ul{
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 15px;
    color: #000;
}
.crumbnav ul li{
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin-right: 5px;
}
.crumbnav ul li a{
    font-size: 14px;
    color: #000;
    display: inline-block;
}
.crumbnav ul li a:hover{
    color: var(--primary-color);
}
.crumbnav ul li:first-child{
    padding-left: 26px;
    background: url(../images/icon-home.svg) no-repeat 0px 2px/16px;
}
.crumbnav ul li::before{
    content: "/";
    color: #000;
    margin-right: 7px
}
.crumbnav ul li:first-child::before{
    content: "";
    margin-right: 0px;
}
.pagecontent{
    width: 100%;
    height: auto;
    padding: 80px 0px;
}
.aboutsection2{
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background: #E2F0D9;
}
.about-list-info{
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.about-list-info .list-item{
    width: 25%;
    border-right: 1px solid #006F50;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 20px 20px;
}
.about-list-info .list-item:last-child{
    border-right: none;
}
.about-list-info .list-item span{
    width: 80px;
    height: 80px;
    border-radius: 200px;
    border: 2px solid #006F50;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.about-list-info .list-item span img{
    width: 55%;
    height: auto;
}
.about-list-info .list-item p{
    text-align: center;
    color: #333;
}
.about-list-info .list-item h3{
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
}
.forms .form_control {
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    box-shadow: none;
    border: 1px solid #D6E1E9;
}
.forms .main-btn{
    background: var(--primary-color);
    border: none;
    color: #fff;
    margin-top: 10px;
}
.forms .main-btn:hover{
    color: #fff;
    background: #006F50;
}
.inqirybox .forms{
    width: 100%;
}
.forms textarea.form_control{
    height: 140px;
}
.contact-inquiry{
    margin-top: 40px;
}
.contactcon{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
}
.inquiryinfo{
    width: 55%;
}
.inquiryinfo .forms form>div>div {
    width: 100%;
}
.contactinfo{
    width: 35%;
    height: auto;
    border: 1px solid var(--primary-color);
    padding: 0px 30px 30px;
}
.contactinfo h4{
    padding: 40px 0px 30px;
    font-size: 18px;
    color: #006F50;
    position: relative;
    margin-top: 0px;
}
.contactinfo h4:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 4px;
    background: var(--primary-color);
}
.contactinfo .contactinfo-title{
    display: block;
    color: var(--primary-color);
    margin-bottom: 5px;
    font-size: 16px;
}
.contactinfo p{
    margin-bottom: 25px;
    line-height: 24px;
    color: #1A1A1A;
}
.contactinfo p a{
    color: #1A1A1A;
}
.contactinfo p a:hover{
    color: #006F50;
}
.maps{
    width: 100%;
    height: 500px;
}
.maps iframe{
    width: 100%;
    height: 100%;
}
.Careerscontent{
    position: relative;
    background: url(../images/index-icon2.svg) no-repeat 15% 30%/80px,url(../images/index-icon3.svg) no-repeat 85% 75%/80px #FFF9E7;
}
.Careerscontent:before{
    content: '';
    width: 100%;
    height: 550px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/index-pic1.png) no-repeat 0px bottom/100%  #fff;
}
.Careers-info1{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
.Careers-info1 .text{
    width: 50%;
}
.Careers-info1 .text p{
    color: #1A1A1A;
}
.Careers-info1 .pic{
    width: 35%;
}
.Careers-info1 .pic img{
    width: 100%;
    border: 1px solid #fff;
    box-shadow: 1px 2px 20px #ccc;
}
.Careers-info2{
    width: 100%;
    height: auto;
}
.Careers-info2 .index-title{
    margin-bottom: 20px;
}
.Careers-info2 table{
    border: 1px solid var(--primary-color) !important;
    margin-bottom: 40px;
}
.Careers-info2 table tr{
    border: 1px solid var(--primary-color) !important;
}
.Careers-info2 table tr td{
    background: none;
    border: 1px solid var(--primary-color) !important;
    padding: 30px 30px;
}
.Careers-info2 table tr td h3{
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.Careers-info2 table p{
    color: #1A1A1A;
    line-height: 32px;
}
.Careers-info3{
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background: url(../images/index-icon10.svg) no-repeat 20% 40%/80px,url(../images/index-icon11.svg) no-repeat 80% 20%/80px #E2F0D9;
}
.Careers-info3 .index-title{
    margin-bottom: 20px;
}
.Careers-info3 p{
    color: #1A1A1A;
}
.Careers-info3-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}
.Careers-info3-list  .list-item{
    width: 25%;
    border-right: 1px solid #006F50;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 20px 20px;
}
.Careers-info3-list  .list-item:last-child{
    border-right: none;
}
.Careers-info3-list  .list-item>span{
    width: 50px;
    height: 4px;
    background: var(--primary-color);
    margin-bottom: 50px;
}
.Careers-info3-list  .list-item p{
    text-align: center;
}
.services-banner:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(-60deg,#ffffff00 0,#ffffff00 45%,rgba(0,0,0,.6) 0,rgba(0,0,0,.6) 60%);
    transform: rotate(0deg);
}
.services-banner .text{
    top: 50%;
    transform: translateY(-50%);
}
.services-banner .text h1{
    margin-top: 0px;
    text-align: left;
    color: #fff;
}
.service-content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.services-container ul.ullist{
    margin-left:15px;
}
.services-container ul.ullist li{
 list-style: disc;
}
.leftnav{
    width: 360px;
    flex-shrink: 0;
}
.rightcon{
    width: 100%;
    margin-left: 5%;
}
.sidenav{
    width: 100%;
    height: auto;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 40px;
    border: 4px solid #fff9e7;
}
.sidenav > strong {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    line-height: 1.5;
    padding: 15px;
    position: relative;
    margin-top: 0px;
}
.leftnav h3,.leftnav > strong{
    font-size: 20px;
    color: #006f50;
    margin-bottom: 10px;
    display: block;
    line-height: 1.5;
    padding: 40px 15px 15px;
    position: relative;
    margin-top: 0px;
}
.leftnav h3 a{
    color: #006f50;
}
.leftnav h3:before{
    content: '';
    position: absolute;
    left: 15px;
    top: 0px;
    width: 100px;
    height: 5px;
    background: var(--primary-color);
}
.leftnavli{
    width: 100%;
    height: auto;
    padding: 0px 10px 10px;
}
.leftnavli .side-title{
    color: #000;
    padding: 0px 10px 10px;
}
.leftnavli>ul{
    width: 100%;
    height: auto;
    margin-bottom: 0px !important;
}
.leftnavli ul li a{
    font-size: 16px;
    line-height: 22px;
    color: #000;
    display: inline-block;
    max-width: 90%;
}
.leftnavli ul li ul li a{
    font-size: 15px;

}
.leftnavli ul li a:hover{
    color: var(--primary-color);
}
.leftnavli ul{
    margin-top: 0px;
    margin-bottom: 7px;

}
.dropdown-menu{
     background: #fff9e7;   
}
.leftnavli ul li{
    width: 100%;
    height: auto;
    padding: 0px 0px 5px 0px;
    /*border-bottom: 1px solid #f3f3f3;*/
    margin-bottom: 10px;
    position: relative;
}
.leftnavli ul li.active{
    background:#fff9e7
}
.leftnavli ul li ul li:last-child{
    border-bottom: 0px solid #e2e2e2;
    margin-bottom: 0px;
    padding: 10px 0px 0px;
}
.leftnavli>ul>li:last-child{
    border-bottom: 0px solid #8cc7b5;
    margin-bottom: 0px;
}
.leftnavli ul li span{
    float: right;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    margin-top: 4px;
    font-size: 18px;
}
.leftnavli ul li span::before{
    content: '+';
    font-weight: bold;
    color: #006f50;
    cursor: pointer;
    font-size: 16px;
}
.leftnavli ul li span.down::before{
    content: '-';
    color: #006f50;
}
.leftnavli ul li ul{
    display: none;
    padding-left: 10px;
    margin-top: 10px;
}
.leftnavli>ul>li{
    padding: 15px 10px 5px;
    margin-bottom: 0px;
}
.leftnavli>ul>li.shows{
    background: rgba(255,249,231,.5);
}
.leftnavli ul li ul li{
    padding: 6px 0px 6px;
    margin-bottom: 0px;
}
.leftnavli>ul>li>ul{
    border-top: 1px solid #f6edd2;
    padding-left: 0px;
    padding-top: 5px;
}
.page-title{
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.page-title:before{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 70px;
    height: 4px;
    background: var(--primary-color);
}
.page-title h2{
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 40px;
    margin-top: 5px;
    /* color: #006f50; */
}
.page-title-inquiry{
    padding: 10px 25px 10px 60px;
    display: inline-block;
    color: #fff9e7;
    font-size: 16px;
    text-transform: uppercase;
    background: url(../img/inquiry-icon.svg) no-repeat 25px center/22px var(--primary-color);
    flex-shrink: 0;
    margin-left: 20px;
}
.page-title-inquiry:hover{
    background: url(../img/inquiry-icon.svg) no-repeat 25px center/22px #006F50;
    color: #fff9e7;
}
.Nutrients-list{
    width: 100%;
    height: auto;
}
.Nutrients-list .list-item{
    width: 100%;
    height: auto;
    margin-bottom: 35px;
}
.Nutrients-list .list-item h4{
    color: #006f50;
    margin-bottom: 15px;
    font-size: 18px;
}
.Nutrients-list .list-item h4 a{
    color: #006f50;
    font-family: 'Poppins-Bold';
}
.Nutrients-list .list-item h4 a:hover{
    color: var(--primary-color);
}
.Nutrients-list .list-item-info{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.Nutrients-list .list-item-info .pic{
    width: 30%;
    flex-shrink: 0;
    margin-right: 30px;
}
.Nutrients-list .list-item-info .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Nutrients-list .list-item-info .text{
    padding: 15px 15px;
    display: flex;
    align-items: flex-start;
    width: 100%;
    background: rgba(255,249,231,.5);
    flex-direction: column;
    justify-content: flex-start;
}
.Nutrients-list .list-item-info .text p{
    padding-bottom: 10px;
}
.Nutrients-list .list-item-info .text a{
    font-size: 16px;
    color: #009640;
}
.Nutrients-list .list-item-info .text a:hover{
    color: var(--primary-color);
}
.Nutrients-list .list-item:nth-child(2n) .list-item-info{
    flex-direction: row-reverse;
}
.Nutrients-list .list-item:nth-child(2n) .list-item-info .text{
    padding: 0px 0px 15px;
    background: none;
    align-items: flex-start;
}
.Nutrients-list .list-item:nth-child(2n) .list-item-info .pic{
    margin-right: 0px;
    margin-left: 30px;
}
.related{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.related a{
    display: inline-block;
    background: #f1fafc;
    width: 49%;
    padding: 10px 15px 10px 20px;
    color: #006f50;
    font-size: 16px;
    border-left: 3px solid var(--primary-color);
    margin-bottom: 15px;
    transition: all 0s;
}
.related a:hover{
    background: var(--primary-color);
    color: #fff;
}
.products-list{
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 3.5%;
}
.products-list .list-item{
    width: 31%;
    box-shadow: 1px 3px 15px #f6f6f6;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 50px;
}
.products-list .list-item:hover{
    box-shadow: 1px 3px 15px #d4d4d4;
}
.products-list .list-item .pic{
    width: 100%;
    padding-bottom: 80%;
    position: relative;
    display: inline-block;
}
.products-list .list-item .pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0px;
    top: 0px;
}
.products-list .list-item .text{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 15px 10px;
    text-align: center;
    margin-bottom: 10px;
}
.products-list .list-item .text a{
    color: #006f50;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}
.products-list .list-item .text a:hover{
    color: var(--primary-color);
}
.products-list .list-item .text p{
    color: #006f50;
    font-size: 14px;
    line-height: 20px;
}
.products-list .list-item .cart{
    position: absolute;
    bottom: 25px;
    left: 0px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
}
.products-list .list-item .cart .prize{
    font-size: 22px;
    color:  var(--primary-color);
}
.products-list .list-item .cart .prize b{
    font-weight: normal;
}
.Addcart{
    padding: 8px 15px 8px 40px;
    display: inline-block;
    color: #fff9e7;
    font-size: 14px;
    background: url(../images/cart.svg) no-repeat 18px 45%/16px var(--primary-color);
    flex-shrink: 0;
    margin-left: 20px;
    letter-spacing: -0.5px;
    cursor: pointer;
}
.Addcart:hover{
    background: url(../images/cart.svg) no-repeat 18px 45%/16px  #006F50;
    color: #fff9e7;
}
.product-detail{
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.product-detail .detail-pic{
    width: 400px;
    flex-shrink: 0;
}
.main-pic{
    width: 100%;
    height: 400px;
    border: 2px solid #e6e6e6;
    margin-bottom: 20px;
}
.main-pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.main-pic video{
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}
.small-pic{
    width: 100%;
    position: relative;
}
.small-pic .swiper-slide{
    border: 2px solid #e6e6e6;
    height: 60px;
    cursor: pointer;
}
.small-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.small-pic .swiper-slide.active{
    border: 2px solid var(--primary-color);
}
.swiper-container2 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}
.swiper-button-next2, .swiper-button-prev2{
    border-radius: 0px;
    width: 24px;
}
.swiper-button-next2{
    right: -30px;
}
.swiper-button-prev2{
    left: -30px;
}
.swiper-button-next2:after, .swiper-button-prev2:after{
    font-size: 14px;
}
.detail-Description{
    width: 100%;
    height: auto;
    margin-left: 40px;
    position: relative;
}
.product-info{
    margin-top: 60px;
    border-top: 3px solid var(--primary-color);
    padding-top: 40px;
}
.product-info h3{
    color: #006f50;
}
.notice{
    color: #999999 !important;
    margin-top: 40px;
}
.row.stretch{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 15px;
}
.row.stretch p{
    height: 100%;
    padding-top: 0px;
}
.row.stretch img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-container p,.services-container ul li,.services-container ol li,.services-container table tr td{
    /*text-align: justify;*/
}
.Lecithin-bg{
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 25px;
}
.Lecithin-bg .pic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.Lecithin-bg .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Lecithin-bg .text{
    position: relative;
    z-index: 2;
    padding: 30px 30px 20px;
    background: rgba(0,0,0,.4);
}
.Lecithin-bg .text h3{
    color: #fff;
}
.Lecithin-bg .text ul li{
    color: #fff;
}
.hide-table table tbody{
    display: none;
}
.hide-table.down table tbody{
    display: revert;
}
.hide-table table thead{
    position: relative;
}
.downicon{
    position: absolute;
    top: 16px;
    right: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.downicon:before{
    content: '+';
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
.downicon.shows:before{
    content: '-';
}
.row.center{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product-detail .video-box{
    position: relative;
}
.product-detail .video-box:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    content: "\f04b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}




.topic-list span{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
}
.topic-list span:last-child{
    margin-bottom: 0px;
}
.topic-list span input{
    width: auto;
    height: auto;
    margin: 0px 10px 0px 0px;
    font-size: 16px;
}
.topic-list label{
    margin-bottom: 0px;
    font-size: 16px;
}
.product-select{
    width: 100%;
    height: auto;
    position: relative;
}
.product-select>span{
    width: 100%;
    height: 50px;
    border: none;
    padding: 0px 10px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    box-shadow: none;
    border: 2px solid #D6E1E9;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.product-select>span img{
    position: absolute;
    right: 20px;
    top: 50%;
    width: auto;
    height: 10px;
    margin-top: -6px;
    transition: all 0.4s;
}
.product-select>span.down img{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.forms .product-select .topic-list{
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    height: auto;
    max-height: 300px;
    overflow: auto;
    z-index: 22;
    background: #fbfbfb;
    padding: 15px 15px;
    box-shadow: 1px 2px 5px #ccc;
    display: none;
}


.Addcart.prevent{
    background: url(../images/cart.svg) no-repeat 18px 45%/16px #ccc;
}
.Addcart.prevent:hover{
    background: url(../images/cart.svg) no-repeat 18px 45%/16px #ccc;
    cursor: not-allowed;
}
.buycar {
    position: fixed;
    top: 30%;
    padding: 15px;
    right: 0;
    background-color: #727fbb;
    line-height: 17px;
    z-index: 100000;
    color: #fff;
    border: 0;
    display: inline-block;
    max-width: 360px;
    border-radius: 5px;
    cursor: pointer;
}
.buycar .fa-shopping-cart {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
.buycar .tit {
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
}
.buycar .shoppingbasketnum {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: #F00;
    color: #ffffff;
    z-index: 12;
    position: absolute;
    top: -10px;
    right: 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    z-index: 110;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carcontent {
    z-index: 999;
    position: fixed;
    bottom: 0px;
    right: 0;
    background-color: #444444;
    display: none;
    color: #fff;
    padding: 15px 15px 40px;
    width: 700px;
}
.carcontent .tit{
    font-size: 18px;
    font-weight: bold;
}
.carcontent .btn {
    background-color: #8d8bbc !important;
    border: 0 !important;
    font-size: 16px;
    padding: 8px 21px;
    color: #fff;
    text-transform: none;
    display: inline-block;
}
.carcontent .btn:after{
    content: none;
}
.carcontent .btn:hover {
    background-color: #4b498a !important;
    border: 0 !important;
    color: #fff;
}
.carcontent table {
    border: 1px solid #565961;
}
.carcontent td {
    background-color: #444444 !important;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #565961;
    font-size: 16px;
}
.carcontent td a {
    display: block;
    line-height: 20px;
    padding-bottom: 5px;
    margin-top: 3px;
    color: #a4a1e7 !important;
}
.carcontent td a:hover {
    color: #fff !important;
}
.carcontent .CarList{
    max-height: 400px;
    overflow: auto;
    margin-bottom: 20px;
}
.carcontent .CarList::-webkit-scrollbar {
    width: 3px;
    background: #fff;
}
.carcontent .CarList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #fff;
    width: 3px;
    height: 3px;
}
.carcontent .CarList::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #1e1e1e;
    border-radius: 10px;
    background: #fff;
}
.carcontent .glyphicon-remove {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    font-size: 16px;
}
.pagination>li>a, .pagination>li>span{
    font-size: 16px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.carcontent .number{
    display: inline-flex;
    width: auto;
    height: auto;
    border: 1px solid #757575;
    align-items: stretch;
    justify-content: space-between;
    padding: 5px 10px;
}
.carcontent .number span{
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
}
.carcontent .number span.num{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px;
    font-weight: normal;
}
.carcontent .number span.low,.carcontent .number span.add{
    cursor: pointer;
    width: 20px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}
.carcontent .number span.low:hover,.carcontent .number span.add:hover{
    background: #8d8bbc;
    color: #fff;
}
.carcontent-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.carcontent-btn .total{
    font-size: 32px;
    color: var(--primary-color);
    margin-right: 20px;
}


.checkout-content{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.checkout-left{
    width: 100%;
    margin-right: 60px;
}
.checkout-right{
    width: 400px;
    flex-shrink: 0;
}
.login_notice{
    background-color: #f5f5f5;
    padding: 15px 20px;
    margin-bottom: 35px;
    font-size: 16px;
}
.login_notice p{
    margin-bottom: 0px;
}
.login_notice p a{
    text-decoration: underline !important;
    color: var(--primary-color);
}
.login_notice p a:hover{
    color: #009640;
}
.checkout-left h3{
    font-size: 24px;
    color: #242424;
    margin-bottom: 30px;
    font-family: 'Poppins-Regular';
}
.checkout-left h3 span{
    margin-right: 10px;
}
.Shipping_details{
    margin-bottom: 40px;
}
.Shipping_details label{
    font-size: 15px;
    color: #959595;
    margin-bottom: 5px;
    margin-top: 10px;
}
.continue_btn{
    height: 48px;
    padding: 0 20px;
    border-radius: 4px;
    background-color: #242424;
    font-size: 16px;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    border: none;
    box-shadow: none;
    margin-top: 5px;
}
.continue_btn:hover{
    background-color: #727fbb;
}
.Delivery_method{
    margin-bottom: 40px;
}
.Delivery_method_box{
    padding: 20px 30px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
    border: 1px solid rgba(18,18,18,.15);
    margin-bottom: 30px;
}
.Delivery_method_radio{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.Delivery_method_radio input{
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 2px;
}
.Payment{
    margin-bottom: 40px;
}
.pay-box {
    max-width: 100%;
    margin-top: 20px;
    border: 1px solid #aaa;
    border-radius: 10px;
}
.pay-box>div {
    padding: 25px 20px;
}
#check-nav-1 {
    padding-bottom: 20px;
}
#check-nav-1 li {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 20px;
}
#check-nav-1 li input {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-top: 0px;
}
#check-nav-1 li span {
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px;
    margin-top: 3px;
    font-size: 16px;
}
#check-nav-1 img {
    height: 24px;
    margin-left: 5px;
}
.submit img {
    height: 22px;
    margin-right: 5px;
}
#check-container-1 .submit:hover {
    background: #000000;
}
.pay-box>div.pay-line {
    padding: 0;
    width: 100%;
    height: 2px;
    background: #aaa;
}
.pay-content ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}
.pay-content input {
    font-family: 'Barlow-Regular', Arial, sans-serif;
    height: 44px;
    width: 100%;
    background: none;
    border: 1px solid #d6e1e9;
    margin-bottom: 6px;
    padding: 4px 10px;
    outline: none;
    border-radius: 0px;
}
.pay-content .submit {
    font-family: 'Barlow-Regular', Arial, sans-serif;
    display: inline-block;
    text-align: center;
    padding: 0.5em 1.5em;
    border-radius: 50px;
    margin-bottom: 10px;
    clear: both;
    color: #000;
    background: var(--primary-color);
    text-decoration: none;
    cursor: pointer;
    border: 0;
    font-size: 18px;
    margin-top: 15px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.pay-content#check-container-1 .submit:hover {
    background:  #727fbb;
    font-weight: bold;
    color: #fff;
}
.Shipping_details_text{
    padding-left: 25px;
}
.Shipping_details_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Shipping_details_info .text{
    width: 100%;
    margin-right: 50px;
}
.Shipping_details_text span{
    color: var(--primary-color);
    font-size: 25px;
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 45px;
}
.Shipping_details_text span:hover{
    color: #727fbb;
}
.Shipping_details_text p{
    margin-bottom: 5px;
}
.Checkout_list>div{
    display: none;
}
.Checkout_list.show>div{
    display: block;
}
.Checkout_list.show>div.Shipping_details_text{
    display: none;
}
.Shipping_details.complete>div.Shipping_details_text{
    display: block;
}
.Payment.show>div{
    display: block;
}
.Checkout_list.correct>h3 span{
    display: none;
}
.Checkout_list.correct>h3:before{
    content: '\2714';
    font-weight: bold;
    margin-right: 10px;
    color: #009640;
}
.side-cart{
    width: 100%;
    height: auto;
    border: 1px solid #cccc;
    padding: 30px 20px;
    font-size: 16px;
}
.side-cart-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.side-cart-title a{
    text-decoration: underline !important;
    color: var(--primary-color);
}
.side-cart-title a:hover{
    color: #009640;
}
.side-cart-info{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.side-cart-list{
    width: 100%;
    height: auto;
    max-height: 500px;
    overflow: auto;
    padding-right: 10px;
}
.side-cart-list::-webkit-scrollbar {
    width: 4px;
}
.side-cart-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #242424;
    width: 4px;
}
.side-cart-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #1e1e1e;
    border-radius: 10px;
    background: #fff;
}
.side-cart-list .list_item{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
.side-cart-list .list_item:last-child{
    margin-bottom: 0px;
}
.side-cart-list .list_item .pro_name{
    margin-bottom: 10px;
}
.side-cart-list .list_item .pro_name a{
    color: #444;
}
.side-cart-list .list_item .pro_name a:hover{
    color: #009640;
}
.side-cart-list .list_item .pro_price{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.side-cart-total{
    margin-top: 30px;
}
.side-cart-total p{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.side-cart-total .total{
    margin-top: 25px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.side-cart-info.empty_pro .side-cart-total{
    display: none;
}
.buycar.show{
    display: none !important;
}
.top-head{
    padding: 10px 0px;
}
.top-head a{
    font-size: 16px;
    line-height: 22px;
    color: #000;
}


.loginbox{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100001;
    background: rgba(0,0,0,.55);
    top: 0px;
    left: 0px;
    display: none;
}
.logincenter{
    width: 460px;
    height: auto;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.logintitle{
    width: 100%;
    height: 50px;
    background: #f2f6f9;
}
.logintitle span{
    width: 50%;
    height: 100%;
    float: left;
    font-size: 22px;
    color: #95ccab;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-family: 'Roboto';
}
.logintitle span.active{
    background: #fff;
}
.formbox{
    width: 100%;
    height: auto;
    padding: 25px 30px 40px;
}
.formcon{
    width: 100%;
    height: auto;
    display: none;
}
.network{
    font-size: 16px;
    color: #9da2ab;
    text-align: center;
    margin-bottom: 10px;
}
.networklink{
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    display: inline-block;
}
.networklink a{
    width: 48%;
    height: 40px;
    display: inline-flex;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
}
.networklink a img{
    width: auto;
    height: 18px;
}
.networklink a.fl{
    background: #dd4b39;
}
.networklink a.fl:hover{
    background: #d73521;
}
.networklink a.fr{
    background: #3b5998;
}
.networklink a.fr:hover{
    background: #253d70;
}
.networkhr{
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}
.networkhr:after{
    content: 'or';
    padding: 0px 15px;
    background: #fff;
    color: #9da2ab;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.networkhr:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #f1f4f6;
    position: absolute;
    left: 0px;
    top: 50%;
}
.formcon {
    margin-top: 30px;
}
.formcon form{
    width: 100%;
    height: auto;
}
.formcon form input{
    width: 100%;
    height: 44px;
    background: none;
    border: 1px solid #9da2ab;
    margin-bottom: 15px;
    border-radius: 5px;
    padding-left: 50px;
    font-size: 16px;
    color: #333;
}
.formcon form input:focus{
    border: 1px solid #46865f;
}
.formcon form input::-webkit-input-placeholder {
    color: #9da2ab;
    font-size: 16px;
    font-weight: 500;
}
.formcon form input:-moz-placeholder {
    color: #9da2ab;
    font-size: 16px;
    font-weight: 500;
}
.formcon form input::-moz-placeholder {
    color: #9da2ab;
    font-size: 16px;
    font-weight: 500;
}
.formcon form input::-ms-input-placeholder {
    color: #9da2ab;
    font-size: 16px;
    font-weight: 500;
}
.formbtn{
    width: 100%;
    height: 45px;
    background: none;
    border: 1px solid #95ccab;
    margin-bottom: 15px;
    margin-top: 25px;
    border-radius: 5px;
    font-size: 18px;
    color: #95ccab;
    font-family: 'Oswald';
}
.formbtn:hover{
    border: 1px solid var(--primary-color);
    color: #fff;
    background: var(--primary-color);
}
.bottombtn{
    font-size: 16px;
    color: #9da2ab;
    text-align: center;
}
.bottombtn span{
    color: #95ccab;
    cursor: pointer;
}
.bottombtn span:hover{
    color: #46865f;
}
.closebtn{
    position: absolute;
    right: -40px;
    top: 0px;
}
.closebtn img{
    width: 18px;
    height: auto;
    cursor: pointer;
}
.navicon{
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.navicon a{
    color: #666;
    font-size: 16px;
}
.navicon a img{
    height: 20px;
    width: auto;
    margin-right: 5px;
    margin-bottom: 5px;
}
.navicon a i{
    margin-right: 5px;
}
.navicon a:hover{
    color: #009640;
}
.navicon.success a{
    color: #009640;
}
.navicon.success a:hover{
    color: var(--primary-color);
}
.toper-nav .content{
    position: relative;
}
.touristbtn{
    margin-top: 10px;
    text-align: center;
}
.touristbtn a{
    color: #009640;
}
.touristbtn a:hover{
    color: var(--primary-color);
}
.register-form form input{
    padding-left: 15px;
}
.formcon .form-update-inquiry input {
    padding-left: 15px;
}
.navicon .success-list{
    position: absolute;
    top: 99%;
    left: 0px;
    width: 200px;
    height: auto;
    background: #fff;
    box-shadow: 1px 3px 5px #666;
    display: none;
}
.navicon .success-list a{
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
    color: #000;
}
.navicon .success-list a:last-child{
    border-bottom: none;
}
.navicon .success-list a:hover{
    background: var(--primary-color);
    color: #fff;
}
.register-form .verification{
    position: relative;
    margin-bottom: 15px;
}
.register-form .verification input{
    margin-bottom: 0px;
}
.register-form .verification .send-btn{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    padding: 0px 0px;
    background: #009640;
    color: #fff;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.register-form .verification .send-btn.disabled{
    background: #ccc;
    color: #333;
    cursor: default;
}
.spinfo{
    position: absolute;
    top: calc(100% + 5px);
    display: block;
    font-size: 14px;
    color: #ff0000;
}

.Forgotbox{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100001;
    background: rgba(0,0,0,.55);
    top: 0px;
    left: 0px;
    display: none;
}
.Forgot-form form input{
    padding-left: 15px;
}
.Forgot-form .verification{
    position: relative;
    margin-bottom: 15px;
}
.Forgot-form .verification input{
    margin-bottom: 0px;
}
.Forgot-form .verification .send-btn{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    padding: 0px 0px;
    background: #009640;
    color: #fff;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.Forgot-form .verification .send-btn.disabled{
    background: #ccc;
    color: #333;
    cursor: default;
}
.forgotinfo{
    position: absolute;
    top: calc(100% + 5px);
    display: block;
    font-size: 14px;
    color: #ff0000;
}
.Forgotbox .logintitle span{
    width: 100%;
    text-align: center;
    cursor: default;
}
.Forgotbox .logintitle span.active {
    background: none;
}
.Forgotbox .Forgot-form {
    display: block;
}
.Forgotbtn{
    text-align: center;
    color: #95ccab;
    cursor: pointer;
    text-decoration: underline;
}
.Forgotbtn:hover{
    color: #46865f;
}

.order_detail_box{
    position: relative;
}
.order_detail_box .detailbtn{
    padding: 4px 16px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    background: #009640;
    border: none;
    color: #fff;
    cursor: pointer;
}
.order_detail_box .detailbtn:hover{
    background: var(--primary-color);
}
.order_detail_box .detailbtn.down{
    background: var(--primary-color);
}
.order_detail_box .detailcon{
    position: absolute;
    right: 110%;
    top: 0px;
    width: 700px;
    height: auto;
    background: #fff;
    padding: 30px 20px 20px;
    box-shadow: 2px 3px 6px #ccc;
    display: none;
    z-index: 2;
}
.order_detail_box .detailcon .detailcon-list{
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.order_detail_box .detailcon .list-item{
    width: 48%;
}
.order_detail_box .detailcon .list-item h4{
    font-weight: bold;
    margin-bottom: 25px;
}
.order_detail_box .detailcon .list-item p{
    margin-bottom: 10px;
    line-height: 24px;
    text-align: left;
    padding-bottom: 0px;
}



@media screen and (max-width:1550px){

    .mainsection5 .maincon .pic{
        position: static;
    }
    .formbox{
        padding: 0px 30px 0px;
    }
    .formbtn{
        margin-top: 5px;
    }
    .formcon form input{
        height: 36px;
        margin-bottom: 10px;
    }

}


@media screen and (max-width:1300px){



    .formbtn{
        height: 38px;
    }
    .logintitle{
        height: 40px;
    }
    .logintitle span{
        font-size: 20px;
    }
    .pagebanner h1{
        font-size: 30px;
    }
    .bannertext h1{
        font-size: 30px;
    }
    .maincon {
        width: 100%;
        padding: 0px 6%;
    }
    .index-title{
        font-size: 25px;
    }
    .Description-btn{
        flex-wrap: wrap;
    }
    .Description-btn .cart-btn{
        width: 100%;
        margin-bottom: 20px;
    }
    .Description-btn .inquiry-btn{
        width: 100%;
    }


}


@media screen and (min-width:996px){

    .navs ul li ul li ul li ul li ul{
        left: 30%;
        top: 95%;
        box-shadow: 1px 3px 6px #b0b0b0;
        z-index: 33;
    }
    #main_nav{
        position: relative;
    }
    #main_nav>ul>li.spread-nav{
        position: static;
    }
    #main_nav>ul>li.spread-nav:after{
        content: none;
    }
    #main_nav>ul>li.spread-nav>ul{
        width: 100%;
        max-height: calc(100vh - 140px);
        overflow-y: auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background: #fff9e7;
        padding: 20px 20px;
        top: calc(100% - 0px);
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        flex-wrap: wrap;
        display: flex;
    }
    #main_nav>ul>li.spread-nav>ul>li{
        width: calc(25% - 10px);
        padding: 15px 15px 0px 15px;
        border-bottom: none;
    }
    #main_nav>ul>li.spread-nav>ul>li>a{
        color: #333;
        font-weight: bold;
    }
    #main_nav>ul>li.spread-nav>ul>li>a:hover{
        color: var(--primary-color);
    }
    #main_nav>ul>li.spread-nav>ul>li>span:before{
        content: none;
    }
    #main_nav>ul>li.spread-nav>ul>li>ul{
        display: inline-block !important; 
      
        position: static;
        margin-top: 0px;
        padding-top: 5px;
        background: none;
        max-height: 300px;
        overflow: auto;
        padding-right: 15px;
    }
    #main_nav>ul>li.spread-nav>ul>li>ul::-webkit-scrollbar{
        width: 4px;
        background: #1e1e1e;
    }
    #main_nav>ul>li.spread-nav>ul>li>ul::-webkit-scrollbar-thumb{
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 2px var(--primary-color);
        background: var(--primary-color);
        width: 4px;
        height: 4px;
    }
    #main_nav>ul>li.spread-nav>ul>li>ul::-webkit-scrollbar-track{
        -webkit-box-shadow: inset 0 0 5px #1e1e1e;
        border-radius: 10px;
        background: #fff;
    }
    #main_nav>ul>li.spread-nav>ul>li>ul>li{
        padding: 2px 0px;
        border-bottom: none;
    }
    #main_nav>ul>li.spread-nav>ul>li>ul>li a{
        color: #666;
        font-weight: normal;
    }
    #main_nav>ul>li.spread-nav>ul>li>ul>li a:hover{
        color: var(--primary-color);
    }
    #main_nav>ul>li.spread-nav>ul>li>ul>li>span{
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 6px;
        vertical-align: middle;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        color: #666;
    }
    #main_nav>ul>li.spread-nav>ul>li>ul>li>span:before{
        content: none;
    }
    #main_nav>ul>li.spread-nav>ul>li>ul>li>ul{
        left: 50%;
        z-index: 22;
        display: none;
        width: 300px;
        top: 25px;
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        padding: 10px 0px;
    }
    #main_nav>ul>li.spread-nav>ul>li>ul>li>ul>li{
        border-bottom: none;
        padding: 4px 10px;
    }
    #main_nav>ul>li.spread-nav>ul>li>ul>li>ul a{
        color: #333;
    }

}


@media screen and (max-width:1200px){



    .product-info{
        margin-top: 20px;
    }
    .navicon{
        right: 120px;
        top: -32px;
        transform: translateY(0%);
    }
    .navicon a {
        color: #009640;
    }
    .row.stretch>div{
        width: 100%;
    }
    .row.stretch img{
        max-width: 500px;
    }
    .product-detail{
        flex-wrap: wrap;
    }
    .product-detail .detail-pic{
        margin: 0px auto 40px;
    }
    .detail-Description{
        margin-left: 0px;
    }
    .products-list{
        column-gap: 4%;
    }
    .products-list .list-item{
        width: 48%;
    }
    .Nutrients-list .list-item-info{
        flex-wrap: wrap;
    }
    .Nutrients-list .list-item-info .pic{
        width: 260px;
        margin-bottom: 20px;
        margin-right: 0px;
        margin-left: 0px !important;
        max-width: 100%;
    }
    .Nutrients-list .list-item:nth-child(2n) .list-item-info {
        flex-direction: row;
    }
    .contactinfo{
        width: 40%;
    }
    .pagebanner {
        margin-top: 65px;
    }
    .swiper-button-next{
        right: 10px;
    }
    .swiper-button-prev{
        left: 10px;
    }
    .swiper-button-next,.swiper-button-prev{
        background: rgba(255,192,0,1);
    }
    .swiper-button-next:after,.swiper-button-prev:after{
        color: #fff !important;
    }
    .mainsection1 .maincon .pic {
        width: 50%;
    }
    .content {
        width: 100%;
        padding: 0px 6%;
    }
    .sp_nav {
        display: block;
        margin-left: 30px;
        margin-top: 0px;
    }
    .navs {
        width: 100%;
        height: auto;
        position: absolute;
        top: 100%;
        margin-top: 0px;
        right: 0px;
        bottom: auto;
        background: #000;
        padding-top: 0px;
        padding-left: 0px;
        z-index: 999;
        transition: .15s ease-in-out;
        -webkit-transition: .15s ease-in-out;
        -moz-transition: .15s ease-in-out;
        -ms-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        opacity: 0;
        visibility: hidden;
        max-height: calc(100vh - 80px);
        overflow: auto;
    }
    .navs a{
        width: 100%;
        height: auto;
        border-bottom: 1px solid #676767;
        line-height: 50px;
        line-height: 50px;
        display: block;
        margin-left: 0px;
        z-index: 999;
        padding: 0px 20px;
        float: left;
        color: #fff;
        font-size: 16px;
        text-align: center;
    }
    .navs.visible{transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); opacity: 1; visibility: visible;}
    .navs>ul{
        width: 100%;
        height: auto;
    }
    .toper.fixed .navs a{
        color: #fff;
    }
    .navs ul li a{
        font-size: 15px;
        line-height: 40px;
        color: #fff;
        display: inline-block;
        width: auto;
        text-align: left;
        border-bottom: none;
        padding: 0px 0px;
    }
    .navs ul{
        margin-top: 0px;
    }
    .navs ul li{
        width: 100%;
        height: auto;
        padding: 0px 0px 0px 15px;
        margin-bottom: 0px;
        position: relative;
        margin-left: 0px;
        line-height: 40px;
        border-bottom: 1px solid #676767;
        display: inline-block;
    }
    .navs ul li:last-child{
        margin-bottom: 0px;
    }
    .navs>ul>li:last-child{
        border-bottom: 1px solid #676767;
        margin-bottom: 0px;
    }
    .navs ul li img{
        height: 8px;
        cursor: pointer;
        transition: all 0.3s;
        line-height: 12px;
        top: 15px;
        position: absolute;
        right: 20px;
    }
    .navs ul li ul li img{
        height: 8px;
        cursor: pointer;
        transition: all 0.3s;
        line-height: 12px;
        top: 20px;
        position: absolute;
        right: 20px;
    }
    .navs ul li img.down{
        transform:rotate(-90deg);
        -ms-transform:rotate(-90deg);
        -moz-transform:rotate(-90deg);
        -webkit-transform:rotate(-90deg);
        -o-transform:rotate(-90deg);
    }
    .navs ul li ul{
        display: none;
        padding-left: 10px;
        overflow: hidden;
    }
    .navs ul li ul li{
        padding: 0px 0px;
    }
    .navs ul li ul li:last-child{
        border-bottom: none;
    }
    .navs ul li ul li a{
        line-height: 40px;
        padding: 0px 0px;
        font-weight: normal;
    }
    .navs>ul>li>ul{
        position: static;
        width: 100%;
        padding-left: 20px;
        background: none;
    }
    .navs ul li ul li ul{
        position: static;
    }
    .navs ul li ul li ul {
        position: static;
        width: 100%;
    }
    .navs>ul>li:hover{
        padding-bottom: 0px;
    }
    .navs>ul>li>ul>li>a{
        color: #fff;
    }
    .navs>ul>li>ul>li>ul>li>a{
        color: #fff;
    }
    .navs>ul>li>ul>li>ul>li>ul>li>a{
        color: #fff;
    }
    .navs>ul>li>ul>li>ul>li>ul>li>ul>li>a{
        color: #fff;
    }
    .navs>ul li span{
        float: right;
        margin-right: 15px;
    }
    .navs ul li span::before{
        color: #fff;
        content: "+";
        font-weight: bold;
    }
    .navs ul li span.down::before{
        color: #fff;
        content: "-";
        font-weight: bold;
    }
    .navs>ul>li:hover {
        background: none;
        border-bottom: 1px solid #676767;
    }
    .navs ul li ul li span::before{
        color: #fff;
        content: "+";
    }
    .navs ul li ul li span.down::before{
        content: "-";
    }
    .navs ul li ul li:hover>span::before{
        color: #fff;
    }
    .navs ul li ul li{
        border-bottom: 1px solid #676767;
    }
    .navs ul li ul li:hover {
        background: none;
        border-bottom: 1px solid #676767;
    }
    .navs>ul>li:after{
        content: none;
    }
    .navs ul li ul li ul{
        background: none;
        padding-left: 20px;
    }
    .navs ul li ul li span::before{
        top: 18px;
    }
    .navs a:hover{
        color: #fff;
    }
    .navs>ul>li:hover>a{
        color: #fff;
    }
    .navs ul li ul li:hover>a{
        color: #fff;
    }

}



@media screen and (max-width:1000px){



    .navicon {
        right: 80px;
    }
    .order_detail_box .detailcon{
        left: 0px;
        right: auto;
        top: 50px;
    }
    .tablebox table tr th{
        display: none;
    }
    .tablebox table tr{
        border-bottom: 1px solid #ccc;
        padding: 20px 0px 15px;
        display: block;
        width: 100%;
    }
    .tablebox table thead{
        display: none;
    }
    .tablebox table tr:last-child{
        border-bottom: 0px solid #ccc;
    }
    .tablebox table tr td{
        display: block;
        height: auto;
        width: auto !important;
        text-align: left;
        border: 0px solid #ccc;
        padding: 0px 10px 10px !important;
        background: none !important;
    }
    .tablebox table tr td .table-inquiry{
        display: inline;
    }
    .tablebox table tr td a{
        display: inline !important;
    }

    .checkout-left h3{
        font-size: 20px;
    }
    .checkout-left{
        margin-right: 0px;
    }
    .checkout-right{
        width: 100%;
        margin-bottom: 35px;
    }
    .checkout-content{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .Description-btn .cart-btn{
        width: 48%;
        margin-bottom: 0px;
    }
    .Description-btn .inquiry-btn{
        width: 48%;
    }
    .page-title{
        flex-direction: column;
    }
    .page-title-inquiry{
        margin-left: 0px;
        margin-top: 20px;
    }
    .service-content{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .leftnav {
        width: 100%;
    }
    .rightcon {
        margin-left: 0px;
        margin-bottom: 30px;
    }
    .Careers-info3-list{
        flex-wrap: wrap;
    }
    .Careers-info3-list .list-item{
        width: 50%;
        margin-bottom: 30px;
    }
    .Careers-info3-list .list-item:nth-child(2n){
        border-right: none;
    }
    .Careers-info2 table tr td{
        display: block;
        width: 100%;
    }
    .Careers-info1{
        flex-wrap: wrap;
    }
    .Careers-info1 .text {
        width: 100%;
        margin-bottom: 20px;
    }
    .Careers-info1 .pic {
        width: 500px;
        max-width: 100%;
    }
    .contactcon{
        flex-wrap: wrap;
    }
    .inquiryinfo {
        width: 100%;
        margin-bottom: 50px;
    }
    .contactinfo{
        width: 100%;
    }
    .aboutsection2 {
        padding: 40px 0px 10px;
    }
    .about-list{
        flex-wrap: wrap;
    }
    .about-list .list-item{
        width: 50%;
        margin-bottom: 30px;
    }
    .about-list .list-item:nth-child(2n){
        border-right: none;
    }
    .pagecontent{
        padding: 30px 0px;
    }
    .pagebanner h1{
        font-size: 25px;
    }
    .footer {
        padding: 40px 0px;
    }
    .footer .content{
        flex-wrap: wrap;
    }
    .foot-share {
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }
    .foot-nav {
        width: 100%;
    }
    .foot-contact {
        width: 100%;
    }
    .mainsection5{
        padding: 40px 0px;
        background: #E2F0D9;
    }
    .mainsection5 .maincon{
        flex-wrap: wrap;
    }
    .section5list {
        margin-top: 0px;
    }
    .mainsection5 .maincon .text {
        width: 100%;
        margin-bottom: 30px;
    }
    .mainsection5 .maincon .pic {
        width: 500px;
    }
    .mainsection4{
        padding: 40px 0px;
    }
    .mainsection4 .text{
        width: 100%;
    }
    .mainsection3{
        padding: 40px 0px;
        background: url(../images/index-pic8.jpg) no-repeat right bottom/cover;
    }
    .mainsection3 .text{
        width: 100%;
        margin-left: 0%;
    }
    .section2list{
        flex-wrap: wrap;
    }
    .section2list .list-item{
        width: 48%;
        margin-bottom: 30px;
    }
    .mainsection2 {
        padding-bottom: 10px;
    }
    .index-title.index-title-bg {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    .mainsection1{
        padding: 40px 0px 40px;
    }
    .content {
        padding: 0px 30px;
    }
    .maincon {
        padding: 0px 30px;
    }
    .mainsection1 .maincon {
        flex-wrap: wrap;
    }
    .mainsection1 .maincon .text {
        width: 100%;
        margin-bottom: 40px;
    }
    .mainsection1 .maincon .pic {
        width: 500px;
    }
    .mainsection1 .text .learnmore {
        margin-top: 0px;
    }


}


@media screen and (max-width:800px){


    .order_detail_box .detailcon{
        width: 100%;
    }
    .navicon{
        top: -26px;
    }
    .logincenter{
        width: 90%;
    }
    .logintitle{
        height: 40px;
    }
    .closebtn{
        left: 50%;
        margin-left: -9px;
        top: auto;
        bottom: -40px;
    }
    .logintitle span{
        font-size: 18px;
    }
    .carcontent-btn{
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    .carcontent-btn .btn-list{
        width: 100%;
        margin-top: 20px;
    }
    .carcontent-btn .total{
        margin-right: 0px;
        font-size: 24px;
    }
    .carcontent input[type="checkbox"]{
        width: 20px;
        height: 20px;
    }
    .carcontent tr{
        border-bottom: 1px solid #565961;
    }
    .carcontent tr td{
        display: block;
        border-bottom: none;
    }
    .carcontent {
        width: 100%;
    }
    .related a{
        width: 100%;
    }
    .services-banner:before {
        content: none;
    }
    .pagebanner h1{
        font-size: 22px;
    }
    .index-title{
        font-size: 22px;
    }
    .bannertext h1{
        font-size: 22px;
    }
    .content {
        padding: 0px 15px;
    }
    .maincon {
        padding: 0px 15px;
    }
    .searchbox {
        width: 100%;
        right: 0px;
        top: 100%;
        transform: translateY(0%);
        padding: 10px 15px;
        height: 56px;
        background: #f4f4f4;
        position: absolute;
    }
    .searchbox input{
        width: 100%;
        border-radius: 20px 20px 20px 20px;
    }
    .searchbox button{
        left: auto;
        right: 0px;
        position: absolute;
    }
    .logos img {
        height: 35px;
    }


}


@media screen and (max-width:600px){


    .order_detail_box .detailcon .detailcon-list{
        flex-wrap: wrap;
    }
    .order_detail_box .detailcon .list-item {
        width: 100%;
    }
    .logincenter {
        width: 96%;
    }
    .loginbox .formbox{
        padding: 0px 15px 0px;
    }
    .carcontent{
        width: 100%;
    }
    .swiper-button-next2 {
        right: 0px;
    }
    .swiper-button-prev2 {
        left: 0px;
    }
    .main-pic{
        height: 300px
    }
    .product-detail .detail-pic{
        width: 100%;
    }
    .Description-btn .cart-btn{
        width: 100%;
        margin-bottom: 20px;
    }
    .Description-btn .inquiry-btn{
        width: 100%;
    }
    .products-list .list-item{
        width: 100%;
    }
    .Careers-info2 table tr td{
        padding: 30px 15px;
    }
    .Careers-info3-list .list-item span{
        margin-bottom: 20px;
    }
    .Careers-info3-list .list-item{
        width: 100%;
        border-right: none;
        margin-bottom: 0px;
        padding: 10px 0px 20px;
    }
    .contactinfo{
        padding: 0px 15px 30px;
    }
    .about-list .list-item{
        width: 100%;
    }
    .about-list .list-item{
        border-right: none;
    }
    .section2list .list-item{
        width: 100%;
    }
    .mainsection1 .maincon .pic {
        width: 100%;
    }
    .mainsection5 .maincon .pic {
        width: 100%;
    }

}

.services-container h3,
.services-container h4 {
    color: var(--orange-color);
    margin-bottom: 20px;
    margin-top: 5px;
}
.services-container p{
    text-align: justify; 
}
.text-align-left p{
    text-align: left !important;
}
.pd25{padding:25px;}
.Reference {
    padding-bottom: 0px !important;
    font-size: 20px !important;
    line-height: 25px !important;
    color: #000 !important;
    margin-bottom: 15px !important;
    margin-top: 10px;
}
.ollist {
    padding: 15px 0px 15px 19px;
    margin: 0px;
    font-weight: normal;
}
.Reference li {
    font-size: 15px;
    color: #828282;
    line-height: 22px;
    margin-bottom: 5px;
}
.ollist li {
    list-style-type: decimal;
}

/*---------------services page ---------------*/
.services-container{}
.services-container .italic{font-style: italic;}
.services-container p{line-height:28px; margin:0; padding-bottom:15px;font-size: 17px;color: #000;}
.services-container p.justify{text-align: justify;}
.services-container a{color:#4472c4; text-decoration:none;}
.services-container a:hover{color:#004fda;}
.services-container h3,.services-container h4,.services-container h5,.services-container h6 { font-size:20px; font-weight: bolder}
.services-container h2 { font-size:28px; font-weight: bolder;margin:25px 0;}
.services-container h3{color: #006f50;margin-bottom: 30px;margin-top: 15px;}

.inpage_left{width:800px; height:auto; overflow:hidden; display:inline-block;}
.inpage_section_title{margin:0 auto;   text-align:left;}
.inpage_section_title h1{font-size:28px;}
.inpage_section_title hr{height:4px;width:70px;text-align:left;position:relative;background:#a7c44c;margin:0 auto;margin-bottom:20px;border:0; display:inline-block;}

.ServiceShowPic {font-size:0.75em;text-align:center;line-height:1.7em !important;color:#666666;}
.ServiceShowPic img {margin:auto;}
.ServiceShowleftPic {
    float: left;
    margin-right: 15px !important;
    text-align: center !important;
    color: #666666 !important;
    display: inline-block;
}

.ServiceShowrightPic {
    float: right;
    margin-left: 15px !important;
    text-align: center !important;
    color: #666666 !important;
    display: inline-block;
}
.ServiceShowPic,.ServiceShowrightPic,.ServiceShowleftPic {font-size:14px !important;text-align:center !important;line-height:20px !important;color: #828282 !important;padding-top: 8px;}
.ServiceShowPic img,.ServiceShowrightPic img,.ServiceShowleftPic img {display:block;max-width:100%;height:auto;margin-bottom:8px;margin-left:auto;margin-right:auto;}
/***==================== Table Css style begin========***/
table {
    border-collapse: separate; margin: 1.25em 0 0; width: 100%; border: 1px solid #ededed;
    margin-bottom: 25px;
    border-bottom: none;

}

table tr,
table th,
table td {
    border: none;
    border-bottom: 1px solid #ededed;
    text-align: left;
}
table tr.firstRow td{
    background: #008B8B;
}
table th{
    background: #008B8B;
    color: #fff;
}


table th,
table td {
    padding: 10px 12px;
    text-align: left;
}

table th {
    background: var(--primary-color);
    color: #fff;
}

table tr td {
    background: #fff;
    color: #333;
}

table tr td a{
    color:#6b8d00;
    text-decoration:none;
}

table tr:nth-of-type(2n+2) td {
    background: #fff9e7;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
    padding:10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    display: inline-block;
    padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
    padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
    padding-bottom: 10px;
}


table.bt thead,
table.bt tbody th {
    display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    border: none;
    display: block;
    vertical-align: top;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 30%;
    display: inline-block;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
    display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    vertical-align: top; width:55%; display: inline-block; padding-top:10px;
}
.border-none table {
    border: none;
    margin: 0 0 1.25em 0;
}
.border-none table tr, .border-none table th, .border-none table td{
    border: none;
    background: none;
}
.border-none table tr.firstRow td{
    background: none;
}
.border-none table tr:nth-of-type(2n+2) td{
    background: none;
}

.leftform {
    padding: 0 15px 40px;
}
.leftform.forms .form_control{
    margin-bottom: 0;
}

.list-item1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.list-item1 .item {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 20px;
}

.list-item1 .icon {
    width: 50px !important;
    height: 50px !important;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-item1 .icon img{
     flex-shrink:0;
    width:50px !important;
    height:auto;
}

.list-item1 .item-text {
    color: var(--orange-color);
}

.list-item2-workflow {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    position: relative;
}

.list-item2-workflow .workflow-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.list-item2-workflow .step-circle {
    width: 60px;
    height: 60px;
    background-color: var(--orange-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
}

.list-item2-workflow .step-circle::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    border: 2px solid rgba(244, 124, 32, 0.3);
}

.list-item2-workflow .step-text {
    color: var(--orange-color);
    text-align: center;
    width: 100px;
}

.list-item2-workflow::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 60px;
    right: 60px;
    height: 2px;
    background-color: var(--orange-color);
    z-index: 1;
}
.list-item3 {
    padding-bottom: 20px;
}
.list-item3 div[class^="col-"]{
    padding: 0 10px;
    margin: 0px;
}
.list-item3 .item{
    border: 1px solid var(--primary-color);
    padding-bottom:20px;
    height:100%;
}
.list-item3 .img-box{
    object-fit: cover;
    height: 250px;
}
.list-item3 .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-item3 p{
    padding: 0px 20px;
    text-align: center;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-item4 {
    padding-bottom: 20px;
}

.list-item4 .box {
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    padding: 20px 10px;
    height: 100%;
    transition: transform 0.3s ease;
    background-color: white;
}
.list-item4 div[class*="col"]{padding-bottom:20px;}

.list-item4 .box:hover {
    transform: translateY(-10px);
}

.list-item4 .number {
    font-size: 35px;
    font-weight: bold;
    color: var(--orange-color);
    text-align: center;
    margin-bottom: 10px;
}

.list-item4 .title {
    color: var(--orange-color);
    /* font-size: 22px; */
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 20px;
}

.list-item4 .text {
    text-align: center;
    line-height: 1.5;
}
.list-item5{
    align-items: center;
    background-color: #fdfcf5;
    color:#000;
}
.list-item5 ul{margin-left:20px;}
.list-item5 ul li{list-style: disc;}

.list-item-primary-border {
    padding-bottom: 20px;
}
.list-item-primary-border .box {
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    padding: 15px 10px 0;
    height: 100%;
    transition: transform 0.3s ease;
    background-color: white;
}
.feature-group{
    display: flex;
}
.feature-group p{
    padding-left: 20px;
    height: 100%;
    position: relative;
    padding-bottom: 0;
    margin: 20px 0;
}
.feature-group p:before{
    content: "";
    width: 3px;
    height: inherit;
    background: #FFC000;
    position: absolute;
    left: 5px;
}
.feature-group span{
    font-weight: bolder;
    font-size: 24px;
}

.odm-service-page {
    padding: 80px 0 0;
}

.odm-service-page .site-title {
    font-weight: 700;
    /* text-transform: capitalize; */
    font-size: 33px;
    color: #05152F;
    margin-top: 5px;
    position: relative;
    margin-bottom: 50px;
}

.odm-service-page .capable-item .capable-item-img{
    height: 200px;
    overflow: hidden;
    padding: 0;
}

.odm-service-page .capable-item .capable-item-img img{
    object-fit: cover;
    width: 100%;
    height: inherit;
}

.odm-service-page .capable-item .text{
    padding: 0 20px;
}

.odm-service-page .capable-item .text h4{
    margin-bottom: 20px;
}
.odm-bg{
    background-image: url("../img/4-1-cosmetics-odm-service-6.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.odm-bg-2{
    background-image: url("../img/4-1-cosmetics-odm-service-20.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.text-black{
    color: #05152F;
}