/* reset css */
body{   
    /*font-family: 'Roboto', sans-serif;  */
    font-family: "Jost", sans-serif;
}
ul{
    padding:0px;
    margin:0px;
}
li{
    list-style:none;
}
a, a:hover, a:active, a:focus{
    text-decoration:none;
}
a:hover, a:active, a:focus{
    outline:none;
    border:none;
}
/* End reset css */

/* custom css */
header{
    position:relative;  
}
.thank-you-box{
    padding: 48px 30px;
    background: #6aa500;
    border-radius: 20px;
    color: #ffffff;
    max-width:551px;
    margin:0 auto;
}
.top-header-part{
    width:100%;
    background:#5b6b3f;
    color:#ffffff;
    padding:5px 0;
    display:block;
    font-size:12px;
}
.thank-you-box a{
    font-size: 20px;
    color: #000000;
    text-decoration: underline;
}
.top-header-part a, .top-header-part span{
    color:#ffffff;
}
/*.top-header-part .row .col-sm-6.col-xs-12{
    display:none;
}*/
.top-header-part .row .col-sm-6.col-xs-12.pull-right{
    display:block;
    /*width:100%;*/
}
/*.brochure{
    display:none;
}*/
.brochure mark{
    border-radius:3px;
}
.brochure a{
    padding:5px;
    color:#000000;
}
.top-header-part a:hover, .top-header-part a:hover .fa{
    color:#000;
}
.top-header-part a .fa{
    margin-right:6px;
}
.top-social-media{
    text-align:right;
}
.top-social-media-inner{
    display:inline-block;
    margin-left:10px;
}
.top-social-media-inner a{
    margin:0 5px;
}
.top-social-media-inner a:hover i{
    color:#f4791e;
}
.logo-and-care{
    padding:18px 0;
    display:block;
}
.logo-and-care .logo img{
    max-width:160px;
    height: auto;
}
/* Nav css */
.main-menu{
    background:#445820;
    width:100%;
}
.wsmenu-submenu mark{
    border-radius:5px;
    margin:5px;
    font-size:11px;
}
/*.wsmain{
    position:relative;
}*/
.num-and-address{
    color:#11333a;
    font-size:24px;
    /*font-weight:bold;*/
}
.common-top-contact p, .common-top-contact a{
    font-size:12.5px;
    color:#919899;
    margin:0px;
}
.num-top{
    background:url("../images/num-top.png") no-repeat;
}
.address-top{
    background:url("../images/in-ayu.jpg") no-repeat;
    background-size:100px auto;
    background-position:right;
}
.common-top-contact{
    display: block;
    padding:40px;
}
.tparrows{
    display:none;
}
.tp-bullets{
    bottom:20px !important;
}

.welcome-wrap{
    padding:30px 0 15px;
}
.title{
    color:#11333a;
    font-size:40px;
    /*font-weight:bold;*/
    margin:0px;
}
.title-white{
    color:#ffffff;
}
.welcome-info{
    color:#919899;
    font-size:14px;
    line-height:21px;
}
.common-pharma-inner{
    border:2px solid rgb(231, 234, 235);
    border-radius: 5px;
    background-color:#ffffff;
    padding:40px 35px 35px; 
    display:block;
    text-align:center;
    position:relative;
    min-height:375px;
}
.common-pharma-inner h4{
    color:#11333a;
    font-size:24px;
    margin:20px 0;
}
.common-pharma-inner p{
    color: #919899;
    font-size: 16px;
    margin: 20px 0;
    /*font-weight: 300;*/
    margin-bottom: 45px;
}
.common-btn a{
    background:transparent;
    border-radius: 5px;
    border:2px solid #649f7f;
    text-align:center;
    display:inline-block;
    padding:12px 42px;
    color:#649f7f;
    /*font-weight:bold;*/
}
.common-btn.submit-btn a{
    background:transparent;
}
.common-btn a:hover{
    background:#649f7f;
    color:#ffffff;  
}
.main-footer .form-control{
    background: transparent;
    border-color: #fff;
    color:#ffffff;
}
.main-footer .form-control:focus{
    border-color:#9d97de;
    box-shadow: none;
}
.historical-proudcts-text ul{
    padding-left:20px;
}
.historical-proudcts-text ul li{
    padding:0 0 10px;
    font-size:16px;
    list-style-type: disc;
}
.past-small-products img{
    display:inline-block;
    margin:0 5px 10px;
    max-width:150px;
}
video {
    width: 100%;
    height: auto;
    border: 5px solid #e9e9e9;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom:10px;
}
/*.fullwidthbanner-container .fullwidthbanner .tp-bgimg{
    background-position:center !important;
}*/
.ebooks-wrapper{
    background:#dae3ca; 
    padding:20px 0;
}
.ebook-common{
    text-align:center;
}
.ebook-common img{
    max-width:120px;
    margin-top:20px;
}
.ebook-common a{
    color:#000000;
    font-size:15px;
    text-align:center;
}
.ebook-common a:hover{
    text-decoration:underline;
}
.ebook-common p{
    max-width:100%;
    margin:20px auto;
}

/* footer css */

.footer-logo{
    background:#ffffff;
    padding:10px;
    text-align: center;
    border-radius: 5px;
    /*width: min-content;*/
}
.footer-logo-bottom-images{
    display:inline-block;
}
.footer-logo-bottom-images img{
    margin:10px 0;
    max-width:150px;
}
.footer-logo img{
    border-radius:5px;
    max-width: 115px;
    height: auto;
}
.copy-right{
    background-color:#384919;
    color:#919899;
    text-align: center;
    font-size: 13px;
    padding:0px;
    /*font-weight:300;*/
}
.main-footer{
    background:#445820;
    padding:20px 0 0px;
    display:block;
    color:#ffffff;
}
.footer-social-media li{
    display:inline-block;
    margin:0 8px;
}
.footer-social-media li:first-child{
    margin-left:0px;
}
.footer-social-media li a{
    color:#ffffff;
}
.footer-social-media li a:hover{
    color:#9d97de;
}
.main-footer h4{
    color:#ffffff;
    font-size:20px;
    /*font-weight:bold;*/
    margin-top:0px;
}
.linkedin.hidden-md{
    display:none;
}
.contact-footer li{
    padding-left:30px;
    position:relative;
    margin-bottom: 18px;
}
.contact-footer li.address {
    padding: 0;
    background: #fff;
    color: #000;
    padding:34px 15px;
    display: inline-flex;
    align-items: center;
    border-radius:5px;
}
.contact-footer li.address span + span{
    padding:0 20px;
}
.contact-footer li.address:before{
    display:none;
}
.contact-footer li img{
    max-width:115px;
}
.contact-footer li a{
    color:#ffffff;
}
.contact-footer li a:hover{
    color:#e4ff16;
}
.contact-footer li:before{
    content: "";
    font-family: "FontAwesome";
    font-size: 18px;
    color:#e4ff16;
    position: absolute;
    display: inline-block;
    left:0;
}
.contact-footer li.address:before{
    content:"\f041";
}
.contact-footer li.email:before{
    content:"\f0e0";
}
.contact-footer li.number:before{
    content:"\f095";
}
.contact-footer li.whatsapp:before{
    content:"\f232";
}
.contact-footer li.linkedin:before{
    content:"\f0e1";
    font-size:13.5px;
}
.submit-btn{
    margin-top:15px;
}
.map img{
    border-radius:5px;
}
.download, .download:hover {
    color:#445820;
}
.brand-wrap{
    background:#ffffff;
    /*background-image: linear-gradient( 180deg, rgb(122,115,191) 9%, rgb(242,102,107) 100%);   
    background-image: -moz-linear-gradient( 180deg, rgb(122,115,191) 9%, rgb(242,102,107) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(122,115,191) 9%, rgb(242,102,107) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(122,115,191) 9%, rgb(242,102,107) 100%); */
    padding:60px 0;
}
.brand-wrap .owl-item img, .testimonials-wrap .owl-item img{
    width: auto;
    margin: 0 auto;
}
.brand-wrap .owl-carousel .owl-item {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.testimonials-wrap{
    padding:75px 0;
    background:url("../images/testimonials-wrap-bg.jpg") no-repeat; 
    background-size: cover;
    background-position: center;
}
#owl-carousel-client{
    margin-top:40px;
    position:relative;
}
.common-client{
    border-radius: 5px;
    border: 2px solid #ffffff;
    position: relative;
    margin-top: 75px;
    padding: 98px 35px 30px;
}
.common-client:hover{
    background:#ffffff;
}
.common-client:hover p{
    color:#727272;
}
.common-client .client-img{
    position:absolute;
    top:-65px;
    left:50%;
    margin-left:-65px;
    display:block;
}
.common-client p{
    color:#c0c0c0;
    font-style:italic;
    font-size:16px;
    line-height:27px;
    /*font-weight:300;*/
}
.common-client .client-name{
    color:#9d97de;
    font-size:18px;
    /*font-weight:bold;*/
    margin-top:30px;
}
.common-client .customer{
    color:#f2666b;
    font-size:15px;
    /*font-weight:bold;*/
}
.owl-dots{
    display:block;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top:25px;
    position: absolute;
    left: 50%;
    margin-left: -16px;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    border: 2px solid #fff;
    margin:5px 3px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #282828;
}
.exporting-wrap{
    background:url("../images/exporting-bg.jpg") no-repeat; 
    background-size:cover;
    background-attachment:fixed;
    padding:75px 0 20px;
    display:block;
}
.exporting-wrap p{
    color:#575757;
    line-height: 23px;
    margin-bottom:25px;
}
.col-md-5th-1{
    width:20%;
}
.company-statistics{
    padding:50px 0;
    display:block;
    background:#649f7f;
}
.conbox{
    text-align:center;
    color:#ffffff;
}
.conbox .counter, .conbox .counter + span{
    font-size:34px;
    /*font-weight:bold;*/
    line-height:1;
}
.conbox p{
    font-size:14px;
    /*font-weight:300;*/
    margin:0;   
    line-height:19px;
}

.why-choose-us-wrap{
    padding:80px 0;
    border-top: 1px solid #f2f2f2;
}
.about-us-btn{
    margin-top:35px;
}
.common-tech-data{
    padding:20px 0 25px 100px;
    margin-bottom:20px;
}
.common-tech-data.new-tech{
    background:url("../images/new-tech.png") no-repeat;
}
.common-tech-data.fair-prices{
    background:url("../images/fair-prices.png") no-repeat;
}
.common-tech-data.taking-care{
    background:url("../images/taking-care.png") no-repeat;
}
.common-tech-data.high-customer{
    background:url("../images/high-customer.png") no-repeat;
}
.common-tech-data h4{
    color:#11333a;
    font-size:18px;
    margin:0px;
    /*font-weight:bold;*/
    padding-top:5px;
}
.common-tech-data p{
    color:#575757;
    font-size:14px;
    /*font-weight:300;*/
    line-height:19px;
}



/* Search css */
.see-our-products-wrap{
    background:url("../images/see-our-products-bg.jpg") no-repeat;
    padding:55px 0;
}


.search-wrapper {
    position: absolute;
    /* transform: translate(-50%, -50%); */
     top:5.5px; 
    /* left: 50%; */
    right: 0;
}
.search-wrapper .input-holder {    
    height:40px;
    width:70px;
    overflow: hidden;
    background: rgba(255,255,255,0);
    border-radius:6px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
    width:310px;
    border-radius: 50px;
    background:#ffffff;
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}
.search-wrapper .input-holder .search-input {
    width:100%;
    height:auto;
    padding:0px 42px 0 20px;
    opacity: 0;
    position: absolute;
    top:0px;
    left:0px;
    background:#ffffff;
    box-sizing: border-box;
    border:none;
    outline:none;
    font-size: 16px;
    /*font-weight: 400;*/
    line-height: 20px;
    color:#000000;
    transform: translate(0, 60px);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    transform: translate(0, 10px);
}
.search-wrapper .input-holder .search-icon {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 100%;
    background: #FFF;
    padding:0px;
    outline:none;
    position: relative;
    z-index: 2;
    float:right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
    width:20px;
    height:20px;
    margin:10px;
    border-radius: 30px;
}
.search-wrapper .input-holder .search-icon span {
    width:22px;
    height:22px;
    display: inline-block;
    vertical-align: middle;
    position:relative;
    transform: rotate(45deg);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);    
}
.search-wrapper.active .input-holder .search-icon span {
    transform: rotate(-45deg);
}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
    position: absolute; 
    content:'';
}
.search-wrapper .input-holder .search-icon span::before {
    width: 2px;
    height:9px;
    left: 9px;
    top: 17px;
    border-radius: 2px;
    background: #FE5F55;
}
.search-wrapper .input-holder .search-icon span::after {
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0px;
    border-radius: 16px;
    border: 2px solid #FE5F55;
}
.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top:10px;
    right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition-delay: 0.2s;
}
.search-wrapper.active .close {
    right:-35px;
    transform: rotate(45deg);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.5s;
    opacity:1;
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position:absolute;
    content:'';
    background:#ffffff;
    border-radius: 2px;
    opacity:1;
}
.search-wrapper .close::before {
    width: 3px;
    height: 25px;
    left: 11px;
    top: 0px;
}
.search-wrapper .close::after {
    width: 25px;
    height: 3px;
    left: 0px;
    top: 11px;
}
.top-left{
   background:transparent;
   border-top:2px solid #fff;
   border-left:2px solid #fff;
   border-radius:25px 0 0 0;
   height:50px;
   width:50px;
   display: block;
   left: -22px;
   top: -22px;
   z-index:99;
   position: absolute;
}
.top-right{
   background:transparent;
   border-top:2px solid #fff;
   border-right:2px solid #fff;
   border-radius:0 25px 0 0;
   height:50px;
   width:50px;
   display: block;
   right: -22px;
   top: -22px;
   z-index:9;
   position: absolute;
}
.bottom-left{
   background:transparent;
   border-bottom:2px solid #fff;
   border-left:2px solid #fff;
   border-radius:0 0 0 25px;
   height:50px;
   width:50px;
   display: block;
   right: -22px;
   top: -22px;
   z-index:9;
   position: absolute;
}

.bottom-right{
   background:transparent;
   border-bottom:2px solid #fff;
   border-right:2px solid #fff;
   border-radius:0 0 25px 0;
   height:50px;
   width:50px;
   display: block;
   right: -22px;
   top: -22px;
   z-index:9;
   position: absolute;
}
#our-products-carousel .pro-item-common{
    position:relative;
}
#our-products-carousel .pro-item-common h4{
    position:absolute;
    bottom:20px;
    left:20px;
    color:#ffffff;
    font-size:16px;
    /*font-weight:bold;*/
    margin:0px;
}
#our-products-carousel .resp-tab-active{
    border:0px !important;
}
#our-products-carousel.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: block;
    margin-top: -10px;
}
#our-products-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -15px;
    background: transparent;
    color: #fff;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    font-size: 20px;
    margin: 0;
}
#our-products-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -15px;
    background: transparent;
    color: #fff;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    font-size: 20px;
    margin: 0;
}
.resp-tabs-container{
    background-color:transparent;
}
.resp-tabs-container h4{
    color:#ffffff;
    font-size:28px;
    /*font-weight:300;*/
}
.resp-tab-content{
    border:0px;
    padding:0px;
}
.padding-0{
    padding:0px;
}
.product-data-common ul{
    margin-bottom:30px;
}
.product-data-common ul li{
    color: #ffffff;
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
    background: url(../images/right.png) no-repeat;
    padding-left: 22px;
    background-position: 0 4px;
    /*font-weight:300;*/
}
.pro-tilte-inner{
    margin-bottom:20px;
}
.medicine-products-image{
    margin-top:-15px;
}
.resp-tabs-list{
    margin-top:30px;
}
.map iframe{
    border-radius:5px;
    width: 100%;
}
/********About us page css start here**************/
/*.center-para::before {
    background-image: url(../images/quote-start.png);
    content: "";
    position: absolute;
    height: 46px;
    width: 49px;
    background-repeat: no-repeat;
    left:16px;
    top: -29px;
}*/
.csr-comma::before{
    left: 16px;
    top: -28px;
}
.center-para {
    position: relative;
    padding: 0 50px 25px;
    font-size: 18px;
}
.ptb-50{
    padding:50px 0;
    
}
.aboutbanner{
     background: #f1f6e9;
     padding:40px 0;
     background-attachment:fixed;
     background-repeat:no-repeat;
     background-size:cover;
}
.breadcrumb {
    background-color: transparent;
    margin: 0;
    text-align: left;
    padding: 5px 0 0 0;
}
.breadcrumb a .fa{
    margin-right:6px;
}
.breadcrumb a{
    color:#649f7f;
}
.breadcrumb a:hover{
    color:#000000;
}
.right-abt img{
    width: 100%;
    position: relative;
    border: 10px solid #b9eacb;
    box-shadow: 1px 1px 20px #e2e2e2;xxxxxxxxxxxxxx
}

/*.img-left {
    background: transparent;
    border-top: 2px solid #8572b7;
    border-left: 2px solid #e26877;
    border-radius: 0;
    height: 50px;
    width: 164px;
    display: block;
    left: 1px;
    top: -14px;
    z-index: 99;
    position: absolute;
}
.img-right {
    background: transparent;
    border-bottom: 2px solid #e26877;
    border-right: 2px solid #8572b7;
    border-radius: 0;
    height: 50px;
    width: 164px;
    display: block;
    right: -1px;
    bottom: -14px;
    z-index: 9;
    position: absolute;
}*/
.left-abt p, .left-abt li {
    font-size: 18px;
    line-height: 28px;
}
.five-symblos-about li{
    margin:20px 0;
}
.five-symblos-about img{
    max-width:70px;
}
.five-symblos-about img.atharv-ved{
    max-width:200px;
}
.his-ads-vid{
    max-width:500px;    
}

.img-full{
    margin-top:0px;
}
.his-pro{
    /*display: flex;
    flex-wrap: wrap;*/
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 15px;
}
.his-pro-common{
    border: 1px solid #ccc;
    padding: 10px;   
    /*width: 30%;*/
    /*margin: 10px; */
    position: relative;
    min-height: 390px;
}
.his-pro-common-img{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.his-pro-common-img img{
    display:inline-block;
    max-width:280px;

}
.his-pro-common .his-pro-common-title{
    font-weight: bold;
    background: #f1f6e9;
    padding: 10px;
    margin: 5px 0 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align:center;
    font-size:16px;
}
/* Sticky header css */

.stickytop {
   animation: smoothScroll 1s alternate;
   -webkit-animation: smoothScroll 1s alternate;   
}
.stickytop {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow:0 3px 10px rgba(0,0,0,0.20);
    transition: all 1s ease-out 0s;
}
@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
       transform: translateY(-40px);
    }
    100% {
        -webkit-transform: translateY(0px);
       transform: translateY(0px);
    }
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.common-ul-wrap{
    padding:0px;
    margin:20px 0;
}
.common-ul-wrap li{
    margin:0 0 12px;
}
.common-medium-title{
    font-size:25px;
}
.img-wrap img{
    width:100%;
    position:relative;
}
.supports-title{
    background:#f0efff;
    padding:50px;
    margin: 50px 0;    
}
.supports-title h4{
    font-size:30px;
    /*font-family: 'Nanum Myeongjo', serif;*/
    /*font-weight:bold;*/
    line-height:48px;
    position:relative;
    margin:0;
}
.supports-title h4:first-letter{
    font-size:45px;
    color:#f0656b;
}
.supports-title h4:before{
    position:absolute;
    content:"";
    bottom:-10px;
    left:0px;
    background:#f0656b;
    height:4px;
    width:150px; 
}
.mt-20{
    margin-top:20px;
}
.contact-us-main{
    padding: 0;
    background:#445820;
    color: #fff;
    margin-top: -250px;
}
.content-title{
    padding: 50px 0 300px;
    background:#f2f2f3 url("../images/contact-us-map.jpg") no-repeat;
    display: block;
    background-size: cover;
}
.content-title p{
    color:#ffffff;
}
.content-right-img{
    background:#f2f2f3 url("../images/contact-right-img.jpg") no-repeat;
    background-position: -205px 0;
    height: 450px;
}
.btn-primary, .btn-primary.focus, .btn-primary:focus{
    color: #fff;
    background-color: #445820;
    border-color: #445820;
    padding:10px 25px;
}
.btn-primary:hover {
    color:#fff;
    background-color: #384919;
    border-color:#384919;
}
.form-control:focus{
    border-color: #445820;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px rgb(68 88 32);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgb(68 88 32);
}
.contact-right{
    padding:10px 25px;
    background: #445820;
    border-radius: 10px;
    color: #fff;
}
.contact-right h4{
    font-size:22px;
}
.contact-right ul li{
    margin-bottom:30px;
    font-size:15px;
}
.contact-right ul li a{
    color:#ffffff;
}
.contact-right ul li a:hover{
    color:#000000;
}
.contact-right ul li .fa{
    color:#e4ff13;
    margin-right:10px;
    font-size:18px;
    width: 15px;
}
.contact-right .fa-mobile-phone:before, .contact-right .fa-mobile:before, .contact-right .fa-map-marker:before{
    font-size: 28px;
}
.contact-right ul li .fa-icon{
    display:block;
    float:left;
}
.contact-item {
    display: block;
    padding: 0 0 0 30px;
}
.contact-right .company-name{
    color:#e4ff13;
    font-size:18px;
    /*font-weight:bold;*/
    margin-bottom:15px;
}
.vision-mission-banner{
     background-image: url(../images/vision-mission-banner.jpg);
     padding:100px 0;
     background-attachment:fixed;
     background-repeat:no-repeat;
     background-size:cover;
}
.mt-50{
    margin-top:50px;
}

/* career */

.career-warp{
    background:#ffeced;
}
.career-main{
    margin-top: 0;
    padding: 25px;
    background: #ffffff;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .11);
}
.career-text{
    line-height:25px;
}
.mail-link{
    color:#f0656b;
}
.apply-now-btn{
    background:#524a93;
    color: #ffffff;
    padding:10px 20px;
    border-radius: 25px;
    margin: 6px 0;
    border:0px;
}
.apply-now-btn:hover{
    color:#ffffff;
    background:#f0656b;
}
.apply-now-btn:focus{
    outline:none;
}

/* vision-wrap css */

.vision-wrap{
    display: block;
    background:#ffeced url("../images/vision-bg.png") no-repeat;
    background-position: top center;
}
.vision-wrap h2{
    color:#f0656b;
}
.vision-wrap .left-abt p{
    font-size: 16px;
    line-height: 30px;
    padding: 25px;
    background: #fff;
    border-radius: 5px;
    margin-left: 50px;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .11);
    color:#000000;
}
.mission-wrap{
    display: block;
    background:#f0efff url("../images/mission-bg.png") no-repeat;
    background-position: bottom center;
}
.mission-wrap h2{
    color:#524a93;
}
.mission-wrap .left-abt p{
    font-size: 16px;
    line-height: 30px;
    padding: 25px;
    background: #fff;
    border-radius: 5px;
    margin-left: 50px;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .11);
    color:#000000;
}
.mission-wrap .left-abt p span { 
    padding: 8px;
    color: #f0646a;
    font-size:18px;
}

/* Testimonial */

.testimonial-wrap{
    background:#f0efff;
}
.testimonial{
    background: #fff;
    text-align: center;
    padding: 30px 30px 50px;
    margin: 0 15px 100px;
    position: relative;
}
.testimonial-wrap .testi-title{
    text-align: center;
    font-size: 28px;
    /*font-weight: bold;*/
    margin: 0 0 40px;
    color:#649f7f;
}
.testimonial:before,
.testimonial:after{
    content: "";
    border-top: 40px solid #fff;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.testimonial:after{
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
}
.testimonial .icon{
    display: inline-block;
    font-size: 80px;
    color:#649f7f;
    margin-bottom: 20px;
    opacity: 0.6;
}
.testimonial .description{
    font-size: 15px;
    color: #777;
    text-align: left;
    margin-bottom: 30px;
    opacity: 0.8;
}
.testimonial .testimonial-content{
    width: 100%;
    position: absolute;
    left: 0;
}
.testimonial .pic{
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #524a93;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    font-size: 15px;
    /*font-weight: bold;*/
    color:#000;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color:#649f7f;
}
.testimonial-wrap .owl-theme .owl-controls{
    margin-top: 0;
}
.testimonial-wrap .owl-theme .owl-controls .owl-page span{
    width: 32px;
    height: 10px;
    background: #fff;
    border: 2px solid #bd986b;
    margin: 5px;
    opacity: 1;
}
.testimonial-wrap .owl-theme .owl-controls .owl-page.active span,
.testimonial-wrap .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #ffd9b8;
    border-color: #fff;
}
@media only screen and (max-width: 650px) and (min-width: 400px){
    .testimonial:before{ border-right: 325px solid transparent; }
    .testimonial:after{ border-left: 325px solid transparent; }
}
.feedback-warp{
    background:#ffffff url("../images/feedback-bg.png") no-repeat;
    background-size:cover;
}
.career-warp h2{
    color:#524a93;
    margin:0 0 30px;
    text-align:center;
}
.stanmark-supports img{
    width:100%;
}
.common-support{
    position:relative;
}
.tag-line{
    width: 100%;
    bottom: 0px;
    min-height:88px;
    line-height:88px;
    font-size: 21px;/*24px;*/
    /*font-family: 'Nanum Myeongjo', serif;*/
    /*font-weight: bold;*/
    position: relative;
    margin: 0;
    background:#f0656b;
    padding:10px 20px;
    color: #fff;
    text-align:center;
    text-transform:uppercase;
} 
.save-the-girl{
    line-height:29.5px;
}
.new-aboutus{
    background:#f1f6e9;
    padding:20px 30px;
}
/* Product page css */

.products-wrap td, .products-wrap th{
    color:#000000;
    font-size:15px;
}
.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.products-wrap .panel-body h4{
    font-size: 17px;
    /*font-weight: bold;*/
    color: #ef656d;
    margin:0.5em 0 1em;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
  background: #524a93;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  /*font-weight: 400;*/
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  color:#ffffff;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color:#524a93;
}
.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  /*font-weight: bold;*/
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.products-wrap .scheme-sub-title {
  margin: 0;
  color:#ffffff;
}
.products-wrap .scheme-sub-title:hover{
    padding-left:10px;
    transition:0.5s ease;
}
.products-wrap .scheme-sub-title .fa{
    margin-right:8px;
}
.products-wrap .panel-default > .panel-heading a::after {
  /*font-weight: 400;*/
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: -webkit-transform 0.25s linear 0s;
}
.products-wrap .panel-title {
  color: inherit;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
}
#accordion .scheme-common-data ol {
  background: #fff2f2 none repeat scroll 0 0;
  list-style-type: decimal;
  padding: 20px 20px 20px 38px;
  margin-left:0 !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff3f4;
}
.under-con{
    font-size:25px;
    color:#666666;
    margin:0 0 20px;
}
.under-con-img{
    margin:0 auto;
    display:block;
}

#owl-carousel-brand a{
    display:block;
}
.text-justify{
    text-align:justify;
}
/*.center-para::after {
    background-image: url(../images/quote-close.png);
    content: "";
    position: absolute;
    height: 46px;
    width: 49px;
    background-repeat: no-repeat;
    right:auto;
    bottom:0;
}*/
.center-para small{
    display:block;
    text-align:center;
    margin:10px 0;
}
.csr-comma::after{
    right:0;
}
.green-text{
    padding: 0 0 20px;
    font-size: 18px;
    color: #649f7f;
    line-height: 30px;
}
.new-product-wrap h2{
    margin:50px 0;
}
.new-product-wrap video{
    max-width:750px;
    text-align:center;
    margin:0 auto 40px;
}
mark{
    background:#c7ff86;
}
.new-product-wrap h2 mark{
    padding:5px 15px;
    border-radius:15px;
    margin-right:20px;
    background:#c7ff86;
}
.product-wrap{
    background:#f1f6e9;
    padding:50px 0;
}
.product-main{
    margin-top:50px;
}
.product-main .product-common{
    text-align:center;
    margin-bottom:25px;
    background:#ffffff;
    box-shadow:1px 2px 25px #e8e8e8;
    padding:5px;
    border:1px solid #ccc;
}
.product-main .product-common:hover{
    border:1px solid #445820;
}
.product-main .product-common:hover h4{
    background:#5b6b3f;
}
.product-main .product-common img{
    margin:0 auto;
    padding:0;
}
.product-main .product-common h4{
    text-align: center;
    padding: 15px 0 10px;
    font-size: 16px;
    /*font-weight: bold;*/
    color: #fff;
    background: #445820;
    margin: 5px 0 0;
}
.product-main .product-common a{
    color:#445820;
}
.product-main .product-common p{
    margin:0px;
}
.big-title{
    position: absolute;
    left: 50%;
    top: 50%;
    color: #009e3e;
    transform: translate(-50%, -50%);
    font-size: 60px;
    margin:-12px 0 0; 
}
.big-title img{
    max-width:260px;
    height:auto;
}
.benefits{
    padding:10px 20px;
    text-align: left;
    border-top: 1px solid #f2f2f2;
    min-height:222px;
}
.benefits h6{
    font-size: 15px;
    margin: 8px 0;
    color:#222222;
}
.benefits p{
    font-size:14px;
    margin-bottom:10px;
    color:#888888;
    display:inline-flex;
}
.benefits p .fa{
    color:#000000;
    margin-right:8px;
}
.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pro-name-title{
    font-size:26px;
    /*text-transform: uppercase;*/
    color:#649f7f;/* #ff7200;*/
    /*font-weight: 900;*/
    margin: 0px;
    padding-top:0px;
}
.sub-title-big{
    font-size:18px;
}
.sub-title{
    font-size:16px;
    color:#888888;
    /*font-weight: 900;*/
}
.img-wrap img.pro-img-block{
    margin: 0 auto 10px;
    width:300px;
}
.product-inner-wrap td, .product-inner-wrap th{
  /*font-weight:bold;*/
}
.list-data li {
    list-style-type: none;
    margin-left: 0px;
    display: table;
    /*font-weight: 400;*/
    position: relative;
    margin-bottom:10px;
    color:#000000;
    font-size:15px; 
}
.list-data li:before {
    content: "\f192";
    font: normal normal normal 14px/1 FontAwesome;
    color:#649f7f;
    margin-right:8px;
    font-size: 16px;
    display: table-cell;
    padding-right:8px;
}
.jas-title{
    color:#c13734;
}
.neem-gel-title{
    color:#144a3f;
}