*
{
    margin: 0px;
    padding: 0px;
}
html, body {
    max-width: 100%;
    overflow-x: hidden!important;
    font-family: verdana;
    
}


/* Bookmark */
:target {
  animation: highlight 6s ease;  
  transform: translateZ(20px); 
  animation-iteration-count: 2    
}
@keyframes highlight {
  0% { background-color:#93b199;}
  100% { background-color:none; }
}
/* Bookmark */

/*******************************************************************************************************/

/* start standard style sheet for apple phones*/
a
{
  cursor: pointer;
}

 a[href^="tel"] {
  color: black;
  text-decoration: none;
  }

  a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/* End of standard style sheet for apple phones*/

/*******************************************************************************************************/

/* Page Under Construction */

.hover-3 {
  --c: no-repeat linear-gradient(#ae6a41 0 0);
  background: 
    var(--c)  calc(-50% + var(--p,0%)) 100% / 50.1% var(--p,.08em),
    var(--c)  calc( 150% - var(--p,0%)) 0    / 50.1% var(--p,.08em);
  transition: .3s var(--t,0s), background-position .13s calc(.3s - var(--t,0s));
  padding: 20px;

}

.hover-3:hover {
  --p: 101%;
  --t: 0.3s;
  color: #fff;
   font-family: Broadley;
   font-stretch: 10px;

}

/* end of Page Under Construction */


/*Start of Nav Bar*/

/* slider*/
    .slider_Setting
    {
      margin-top: 0px;  
      width: 100%;
      height: 800px;
    }
    /*close slider*/
    .dropdownmenu_gallery_setting
    {
        width: 200px;
    }

/*End of Nav Bar*/

/*****************************************************************************************************/
/*Body Section starts*/

/*****************************************************************************************************/
/* LOADER 6 */

#loader-6{
  top: 40px;
  left: -2.5px;
}

#loader-6 span{
  display: inline-block;
  width: 5px;
  height: 20px;
  background-color: #3498db;
}

#loader-6 span:nth-child(1){
  animation: grow 1s ease-in-out infinite;
}

#loader-6 span:nth-child(2){
  animation: grow 1s ease-in-out 0.15s infinite;
}

#loader-6 span:nth-child(3){
  animation: grow 1s ease-in-out 0.30s infinite;
}

#loader-6 span:nth-child(4){
  animation: grow 1s ease-in-out 0.45s infinite;
}

@keyframes grow{
  0%, 100%{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }

  50%{
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}

/* Home Page - 3 Patches*/
h3 {
  
  font-size: 2rem;
  margin:0;
  cursor: pointer;
  padding: 0 .07em;
  text-align: center;
  text-decoration: none!important;

}

/*standard style sheet alongwith new more style*/
.Page_Heading
{
  font-size: 22px;
  font-family: verdana;
  text-transform: uppercase;
  text-align: center;
  color:#fff;
  font-weight: 600;
  margin-top: 10px;
  height: 40px;
  padding-top: 5px;
  margin-bottom: 5px;
  /*background: linear-gradient(0.35turn, #334536, #93b199, #f9bc09);*/
  /*background: linear-gradient(0.35turn, #5a6245, #869558, #97b33c);*/
  background: linear-gradient(0.35turn, #dfd632, #dfaa49, #f3e323);
}


/* A 3-D effect patch for Page Heading kept in style.css whose link is also removed from index.html*/

/*.Paragraph_Heading_Main - not used
{
  font-size: 18px;
  margin: 0px 20px;
  font-family:verdana;
  color: #2a6749;;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.Paragraph_Heading_Main::after {
    position: absolute;
    content: "";
    background-color: #2a6749;
    height: 3px;
    width: 50px;
    bottom: -1px;
    left: 0;
}*/

.Paragraph_Heading
{
    font-size: 18px;
    padding: 0px 0px;
    margin: 0px 20px;
    font-weight: bold;
    font-family:verdana;
    color:#2a6749;
}

.Paragraph_Sub_Heading
   {
    font-size: 16px;
    padding: 0px 0px;
    margin: 0px 20px;
    /*font-weight: bold;*/
    font-family: verdana;
    color:black;

    /*text-shadow: 2px 2px 4px #000;*/
   }


.Paragraph
{ 
  font-size: 16px;
  padding: 0px 0px;
  margin: 0px 20px;
  text-align: justify;
  /*font-family: verdana;*/
  color:#2a6749;
  font-family:Georgia, "Times New Roman", Times, serif;

}




@media (min-width: 1200px) and (max-width: 1500px)
{
  .Page_Heading
  {
  font-size: 20px;  
  } 
  .Paragraph_Heading
  {
    font-size:17px;
  }
  .Paragraph_Sub_Heading
    {
    font-size:14px;
    
    } 
  .Paragraph
  {
  font-size:14px;
  
  } 
  .Paragraph_Heading_Main
  {
    font-size: 17px;
  }
  .mobile_view
 {
   font-size: 16px;
 }
}   


@media (min-width: 992px) and (max-width: 1199px)
{
  .Page_Heading
  {
  font-size: 19px;
  } 
   .Paragraph_Heading
  {
    font-size:17px;
  
  }
  .Paragraph_Sub_Heading
    {
    font-size: 14px;
    
    } 
  .Paragraph
  {
  font-size: 14px;
  
  } 
    .Paragraph_Heading_Main
  {
    font-size: 17px;
  }
    .mobile_view
 {
   font-size: 14px;
 }
}

@media (min-width: 768px) and (max-width: 991px)
{
  .Page_Heading
  {
  font-size: 15px;
  } 
  .Paragraph_Heading
  {
    font-size: 14px;
  
  }
  .Paragraph_Sub_Heading
    {
    font-size:12px;
    
    } 
  .Paragraph
  {
  font-size: 12px;
  
  } 
    .Paragraph_Heading_Main
  {
    font-size: 15px;
  }
    .mobile_view
 {
   visibility: hidden;
 }
} 

@media (min-width: 481px) and (max-width: 767px)
{
  .Page_Heading
  {
  font-size: 15px;
  font-weight:500px;
  } 
  .Paragraph_Heading
  {
    font-size: 14px;
  
  }
  .Paragraph_Sub_Heading
    {
    font-size:12px;
    
    } 
  .Paragraph
  {
  font-size: 12px;
  
  } 
  .Paragraph_Heading_Main
  {
    font-size: 14px;
  } 
  .mobile_view
 {
   visibility: hidden;
 }

}

@media (max-width:480px)
{
  .Page_Heading
  {
  font-size: 13px;
  } 
  .Paragraph_Heading
  {
  font-size: 12px;
  margin:0px 25px;
  } 
  .Paragraph_Sub_Heading
    {
    font-size: 12px;
    
    } 
  .Paragraph
  {
  font-size:12px; 
  margin:0px 25px;
  } 
  .Paragraph_Heading_Main
  {
    font-size: 13px;
  }  
  .mobile_view
 {
   visibility: hidden;
 }  
}


/* End of standard style sheet*/







/***************************************************************************************************/
  /*code for all product page */
.GradientForPro
{
     background-image: linear-gradient(to right, #82a285, #e7842e );
    /* box-shadow: 0 4px 15px 0 rgb(83 176 57 / 75%); */
    /* display: inline; */
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
}

/*************************************************************************************************/

/*Start css for Image Gallery*/
#border4ImgGallery {
    border: 3px solid #2e3f31;
    border-radius: 4px;
    padding: 5px;
}


.responsive 
{
  width: 100%;
  height: auto;
}
img 
{
    max-width: 100%;
    height: auto
}
/*End css for Image Gallery*/


/*Start style for underline bar*/
.bar{
     border: solid 1px gray;
}
/*End style for underline bar*/

/*start css for Video Gallery classes */
.video_div1
 {

    
    margin: 21px 10px;
    text-align: center;
    background: #fff; /* use rust color here */
    border: 1px solid;
    
}

.Heading
{
  font-size: 14px;
  text-align: center;
  
}

.dhanwantari_video
{
  height:200px;
  width:100%;
}

/*end of css for Video Gallery classes */



/*Start of Testimonials*/


.testimonials-padding{
  padding-bottom:70px;
}

#testimonials{
  /*background: #f2f7fa none repeat scroll 0 0;*/
  background:url(Images/slogan.jpg) 50% 0 repeat fixed;
  /*opacity: 0.4;*/
  min-height:570px;
  color:#fff;
  text-rendering:optimizelegiblity;
  -webkit-font-smoothing:antialiased;
  padding:70px 0;
}

.text{
  background:#fff;
  text-align:left;
  padding:25px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

.text p{
  color:#414141;
}

.profile-image{
  margin:0 auto;
  text-align:center;
  margin-top:30px;
}

.profile-image img{
  height:100px;
  width:100px;
  border-radius:500px;
  -moz-border-radius:500px;
  -webkit-border-radius:500px;
  margin-bottom:10px;
}

.profile-image h4{
  font-size:18px;
  color:#e7842e;
  text-transform:uppercase;
  line-height:22px;
  font-weight:normal;
}

.profile-image p{
  font-size:14px;
  font-weight:normal;
  margin:0;
}


.carousel-indicators {
  top: 105%;
}

.carousel-indicators .active {
  background-color: #e7842e;
  height: 12px;
  margin: 0;
  width: 12px;
}

.carousel-indicators li {
 background-color: #e7842e;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  width: 10px;
}

/*End of Testimonials*/

/* Start Of Why choose Us */
#why_us {
    background: #f2f7fa none repeat scroll 0 0;
    padding-bottom: 50px;
    line-height: 18px;
}
#why_us h2 {
    margin: 70px 0 20px;
}
.why_us_item{ padding-top: 55px;}
#why_us .fa{
    border-radius: 10%;
    /*box-shadow: 0 0 0 0px, 0 0 0 10px #b99ce2, 0 0 10px 20px #d8c0f9;*/
    box-shadow: 0 0 0 0px, 0 0 0 10px #6c6b6b, 10px 10px 10px 10px darkgrey;
    padding: 38px;
    font-size:45px;
}
#why_us .fa:hover{

box-shadow:0 0 5px #fff;
}


.why_us_item > h5 {
    font-size: 14px;
    margin: 60px 0 20px;
    font-weight: bold;
}

/*End of Why choose Us*/

/*Start of Card container Hover Effect Patch*/
.card-container {
  flex: 300px;
  margin: 10px;
}
.card-container .card {
  font-weight: bold;
  position: relative;
  width: 100%;
}
.card-container .card a {
  padding: 30px;
  width: 100%;
  height: 300px;
  border: 2px solid #063a11;
  background: white;
  text-decoration: none;
  text-align: center;
  color: #063a11;
  display: block;
  transition: 0.25s ease;
}
.card-container .card a:hover {
  transform: translate(-30px, -30px);
  border-color: #6b8e72;
  border-style: double;
  border-radius: 10px;
  /*background: #93B199;*/
  /*background-image:url('Images/Bg.jpg');*/
}
.card-container .card a:hover .card--display {
  display: none;
}
.card-container .card a:hover .card--hover {
  display: block;
}
.card-container .card a .card--display b {

  font-size:  20px;
  margin-top: 180px;
}
.card-container .card a .card--display h2 {
  margin: 20px 0 0;
}
.card-container .card a .card--hover {
  display: none;
}
.card-container .card a .card--hover h2 {
  margin: 20px 0;
  font-size: 20px;
}
.card-container .card a .card--hover p {
  font-weight: normal;
  line-height: 1.5;

}
.card-container .card a .card--hover p.link {
  margin: 20px 0 0;
  font-weight: bold;
  color: #334536;
}
.card-container .card .card--border {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px dotted black;
  z-index: -1;
}
.card-container .card.card--dark a {
  color: white;
  background-color: black;
  border-color: black;
}
.card-container .card.card--dark a .card--hover .link {
  color: #fde74c;
}
/*End of Card container Hover Effect Patch*/

@media (min-width: 769px) and (max-width: 991px)
{
 .card-container .card a .card--hover p {
     font-size:11px;
     padding: 4px;
   } 

}
/* .Prod_hover_div */
.text1 
    {
      color: white;
      font-size: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
    }


.ProdBox
{
    width:25%;
}
.ProdBox1
{
    width:50%;
}
@media(min-width: 320px) and (max-width: 500px)
{
    .ProdBox , .ProdBox1
    {
        width:100%;
    }

}
@media(min-width: 501px) and (max-width: 767px)
{
    .ProdBox
    {
        width:50%;
    }
}
@media(min-width: 768px) and (max-width: 991px)
{
    .ProdBox
    {
        width:50%;
    }
}  
@media(min-width: 992px) and (max-width: 1920px)
{
    .ProdBox
    {
        width:25%;
    }
}

.Prod_hover_div
  {
    /*margin: 20px;*/
    /*background: url('../Images/Products/Prod_Health_WheatGrassCap_W1000xH700.jpg') no-repeat;*/
    /*background-size: 200px 200px;*/
    border-radius: 2%;
    position: relative;
    /*width: 100%;*/
    height: 100%;
    /*line-height: 200px;
    font-size: 1.5em;*/
    /*text-shadow: 0 0 2px white;*/
    border: 2px solid #7952b3;
    text-align:center;
    display:inline-block;
    transition: all 1.2s ease;
    margin-bottom: 10px;
  }
  .overlay6 
    {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color:rgba(0,0,0,0.5);
      -moz-background-color: rgb(121, 82, 179,0.6);
      -webkit-background-color: rgb(121, 82, 179,0.6);
      /*background-color: rgba(58, 94, 162, 0.73);*/
      overflow: hidden;
      width: 100%;
      height: 100%;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: .3s ease;
      transition: .3s ease;
      border-radius: 1%;

      /*border: 0.1px solid black;*/
    }

  .Prod_hover_div:hover .overlay6
  {
    /*box-shadow:  0 250px #ffcb0f inset;*/
      -webkit-transform: scale(1.5);
      -ms-transform: scale(2);
      transform: scale(1);
  }

/*End of Product Hover Patch*/

/*Start of 3 coloured Box Patch with full width*/

.bg-primary 
{
  background: #8a9b57;
  /*border: 2px solid #68724b;
  border-radius: 20px;
*/

}

.bg-primary:hover
{
  transform: scale(0.9); 
}

.bg-primary-dark 
{
  background: #7f8d55; /* #dae2b;*/
}

.bg-primary-darker 
{
  background: #656f4a;/*#ccd6a6;*/
}

.service-arrow .block 
{
    padding: 70px 30px;
}

/*End  of 3 coloured Box Patch with full width*/

/*Start  of What we do best Patch of 6 coloumns*/

.service-list .block 
{
  padding: 30px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #334536;
}

.service-list .block:hover
{
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}

.section
{
  padding: 1px 0;
  
}

.section-title
{
  padding-bottom: 10px;
}

.bg-gray
{
  /*background: #cbd1cca1;*/
  
}

/*End  of What we do best Patch of 6 coloumns*/

.about_image
{
    animation-name: fadeInLeft;
    animation-duration: 5s;
    text-align: center;
}
.about_image img 
{
  outline: 2px solid hsl(0, 0%, 100%);
  outline-offset: -14px;
}
@media(min-width: 320px) and (max-width: 767px)
{
  .about_image img 
  {
    width:70%;
    text-align: center;
  }
}
.about_text
{
    animation-name: fadeInRight;
    animation-duration: 5s;
}
.table_div2
{
    margin:0 20px
}
#space4top
{
  padding: 17px 0px 0px 0px;
}

#space
{
    padding-left: 4px;
}
#line
{
     height:1px;
     border:none;
     color:#334536;
     background-color:#334536;
     width:50%;
     text-align:center;
     margin: 0 auto;
}

#color4icon i
{
    color: #334536;
}

#textcolor
{
  color: #222;
  font-weight: bold;
}

#shadow4box
{
     -webkit-box-shadow:  15px 15px 20px 3px gray;
      -moz-box-shadow: 15px 15px 20px 3px gray;
     border-style: double;
     border: 1px;
 
     padding: 25px;
}

#shadow4box:hover
{
  box-shadow: inset 1800px 0 0 #e7efe8;
  border: solid 1px #334536 ;
  border-radius: 20px;

  
}

#aboutusimg
{
     
    box-shadow: 1px 2px 2px;
     border-style: groove;
     border: 1px;
      
     margin-left:0px;
     margin-right:30px;
     float:left;
     margin-bottom: 10px;
}

#space4icon
{
    padding-left: 6px;
}

@media(max-width: 767px)
{
    #aboutusimg
    {
        box-shadow: 1px 2px 2px;
        /*border: 1px solid #ffcb0f;*/
        margin-right: 10px;
        
        margin-bottom: 10px;
    }
    #space4icon
    {
        padding-left: 6px;
    }
    
 

}
@media(min-width: 768px) and (max-width: 991px)
{
    #aboutusimg
        {
             box-shadow: 1px 2px 2px;
             border: 1px solid #ffcb0f;
             margin-right:10px;
             margin-left: 0px;
             margin-bottom: 10px;
        }


}
/*End of of some classes/div included in body part*/
/************************************************************/


 /*contact Us*/

 input[type=text], select, textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        margin-top: 6px;
        margin-bottom: 16px;
        resize: vertical;
    }

    input[type=submit] 
    {
        padding: 6px 12px;
    }

    input[type=submit]:hover {
    }

    .cont11 {
        border-radius: 5px;
        /*background-color: #f2f2f2;*/
        padding: 20px;
    }
   
.loaction
{
  margin-top: 10px;
}

.loaction_word {
    text-align: center;
    margin-left: 27px;
    font-size: 20px;
    margin-top: 50px;
    font-family: verdana;
}

.getin
{
  color:#c93810;font-weight: bold;font-size: 22px;margin-bottom: -12px;
    margin-top: 14px;
}

.feedback_bg
{
    margin-top: 18px;
    font-size: 30px;
    text-align: center;
    padding: 50px;
    font-weight: bold;
    color: darkred;
}
 .map_setting_WxH
  {
    -webkit-width: 100%;
   -webkit- height:  500px;
  }
  .form_setting
  {
    padding: 0px 22px;
  }
@media (max-width: 767px)
{
 .map_setting_WxH {

    width: 100%;
    height: 200px;
    padding: 0px 22px;

}
 .loaction_word 
  {
         font-size: 13px;
         text-align: center;
         margin-top: 0px;
         margin-left: 0px;
  }
    .getin
    {
      font-size: 14px;
      margin-bottom: -52px;
      margin-top: 0px;
    }
    .feedback_bg
    {
         font-size: 12px;
    }
}
@media(min-width: 768px) and (max-width: 991px)
{
  .map_setting_WxH {

    width: 95%;
    height: 200px;
    padding-left: 22px;

}
  
   .loaction_word
{
  font-size: 14px;
}
      .getin
    {
      font-size: 14px;
      margin-bottom: -18px;
      margin-top: 1px;
    }
     .feedback_bg
    {
          font-size: 13px;
    }
}
@media(min-width: 992px) and (max-width:1199px)
{
    .form_setting
  {
    padding: 0px 5px;
  }
  .map_setting_WxH
   {
    padding-left: 22px;
    width: 100%;
    height: 300px;
    }
     
      .loaction_word
    {
      
      font-size: 15px;
      margin-left: 6px;
    }
  .getin
    {
    font-size: 17px;
    margin-bottom: -18px;
    margin-top: 1px;
  }  
   .feedback_bg
  {
        font-size: 14px;
  }
}
@media(min-width: 1200px) and (max-width:1599px)
{
  .map_setting_WxH
   {
    width: 100%;
    height: 350px;
    }
  .loaction_word 
    {
    font-size: : 16px;
  }
  .getin
    {
    font-size: 16px;
    margin-bottom: -18px;
    margin-top: 1px;
  }  
   .feedback_bg
  {
        font-size: 14px;
  }
}
/*close contact us*/

/*<!-- Style For Captcha -->*/
  <style type="text/css">
      
   


    button{
        background-color: #4CAF50;
        border: none;
        color: white;
        padding: 12px 30px;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
    }
    canvas{
      /*prevent interaction with the canvas*/
      pointer-events:none;
    }

    fieldset {
        border: 1px solid #ccc;
        padding: 15px;
        max-width: 350px;
        background-color: #eee;
        border-radius: 5px;
    }

    .boxcaptcha {
        box-shadow: 0 5px 16px 0 rgba(165,165,165,.5);
        border: 1px solid #ccc;
        padding: 15px;
        max-width: 100%;
        background-color: #fff;
        border-radius: 5px;
    }

    .ReloadBtn

     { 

        background:url('https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png') left top no-repeat; 

        background-color: #fff;  
        background-size : 100%;
        width: 32px; 
        height: 32px;
        border: 0px; outline none;
        position: relative; 
        bottom: 0px;
        left : 30px;
        outline: none;
        cursor: pointer; /**/

      } 

        .btnSubmit 
        {
              
              background-color: #334536;
              border: none;
              color: white;
              padding: 6px 15px;
              text-decoration: none;
              margin: 0px 13px;
              cursor: pointer;
        }

      .btnSubmit:hover{background-color: #6b8e72; border: solid 1px #334536;font-weight: bold;}

 


    </style>
/*
<!--End Style For Captcha -->*/

