

iframe{
    max-width: 100%;
}
img{
    max-width: 100%;
}
/*---------------------------------------------menu--------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto');
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
body{font-family: 'Roboto', sans-serif;}
/*
1.1 Header Area
****************************************************/
/*Bootstrap Reset*/
.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}
.mainmenu {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    border: 0px !important;
}
.navbar-nav > li:last-child > a {
    padding-right: 0px;
    margin-right: 0px;
}
.dropdown-menu {
    padding: 0px 0; 
    margin: 0 0 0; 
    border: 0px solid transition !important;
    border: 0px solid rgba(0,0,0,.15);  
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}

/*=-====Main Menu=====*/
.navbar-nav .open .dropdown-menu > li > a {
    padding: 16px 15px 16px 25px;
}
.header_bottom { background: transparent; }
.header_area .header_bottom .mainmenu a , .navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    padding: 7px 12px;
    font-family: 'Roboto', sans-serif;
}
.header_area .mainmenu .active a,
.header_area .mainmenu .active a:focus,
.header_area .mainmenu .active a:hover,
.header_area .mainmenu li a:hover,
.header_area .mainmenu li a:focus ,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #fff;
    background: #008c44;
    outline: 0;
}
/*-----./ Main Menu-----*/

.navbar-default .navbar-toggle { border-color: red; } /*Toggle Button*/
.navbar-default .navbar-toggle .icon-bar { background-color: #06c; } /*Toggle Button*/

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a{background: #008c44;}
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{background: #fff; color: #000;}
.mainmenu .collapse ul ul ul > li:hover > a{background: #CBEAF0;}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{background:#008c44;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background:#ecf3f3f5;}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#e4eeb8}

/******************************Drop-down menu work on hover**********************************/
.mainmenu{border: 0 solid;margin: 0;padding: 0;min-height:20px}
@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li{position:relative;}
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}

}
/*--------------------------------------------menu end----------------------*/
/*---------------------------sliderfrist start----------------*/
.sliderfrist{
  background-color: #eff8f4f2;
	margin-top: 0px;
}
/*---------------------------sliderfrist end----------------*/


/*---------------------------company_about----------------*/
.company_about{
	padding: 20px;
  border-radius: 30px 100px 20px 50px;
  background-color: #008c44;
}
.company_about li{
    margin-bottom: 10px;
  padding: 7px;
  list-style: none;
}
.company_about a{
  color: white;
  padding: 10px;
  font-size: 19px;
}
.company_about a:hover{
  background-color: #fff;
  color: #000;
  border-radius: 9px;
}
.company_about li a{
   margin-bottom: 30px;
}
.navbar-header{
  background-color: #bec6ce;
}
/*---------------------------company_about----------------*/
  .produt{
    text-align: left;
  }
    .right-manu{
        margin-top: 22px;
        float: right;
    }
    .log{
        position: fixed;
        margin-bottom: -20px;
        visibility: visible;
        z-index: 1;
    }
    .logo img{
    	max-width: 100%;
    }
/*-------------------------------top logo end--------------------*/
.panel{
	
}
.sliderr{
	margin-top: 5px;
}

/*-------------------------footer end --------------*/
.footer{  
  margin-top: 0px;
    text-align: center;   
    color: #fff;
    background-color: #008c44;
}
.footer a{
    color: #000;
    padding: 10px;
}
.footer a:hover{
    border-radius: 20px;
    background-color: #06c;
    color: #fff;
}
.designn{
    margin-bottom: 20px;
    margin-top: 6px;
}
.designn p{
  margin-top: 15px;
}
.links{
    margin-bottom: 5px;
    margin-top: 40px;
}
.footer img{
    text-align: center;
    margin-top: 10px;
}
/*------------------------------main start ---------------------*/
.main{
   background-color: #fff;
   margin-top: 80px;
}
/*-----------------------------------main end -------------------------*/
/*-----------------------------------bodyvideo start -------------------------*/
.bodyvideo{
  text-align: center;
    margin-top: 35px;
  
}
.right-slider{
  margin-top: 20px;
}
.bodyvideo h1{
  text-align: left;
  color: #008c44;
}
/*---------------------more_product    start */
.more_product a{
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 15px;
background-color: #008c44;
}
.more_product{ 
  text-align: center;
  margin-top: 30px;
  background-color: #008c44; 
  border-radius: 50px;
}
.more_product a:hover{
  color: #ddd;
}
/*------------------------------more_product end---------------*/
/*------------------------about_us  start-----------------*/
.about_us{
  margin-top: 60px;
  background-color: #eff8f4f2;
  padding: 30px;
}
.about_us h1{
  color: #008c44;
  font-style: bold;
}
.about_us p{
  text-align: justify;
}
/*-----------------------------about_us end--------------------------------*/
/*-----------------------------------bodyvideo end -------------------------*/
.beverages{
  margin-top: 70px;
  margin-bottom: 180px;
}
/*-------------------------footer end --------------*/
.navbar-collapse.collapse{
	border-radius: 0px;
	background-color: #fff;
}
/*---------------------------------social-lnk -----------------*/
.social-lnk{
    position: fixed;
    top: 270px;
    z-index: 111;
    list-style: none;
    font-size: 30px;
    left: 1300px;

}
.social-lnk a:hover{
  -webkit-transition: all 12ms ease;
-moz-transition: all 12ms ease;
-ms-transition: all 12ms ease;
-o-transition: all 12ms ease;
transition: all 12ms ease;

}
/*---------------------------------social-lnk end -----------------*/
/*------------------------------------ contact us-----------------------*/
.contact-us h3{
    margin-top: 100px;
}
.location p{
  font-size: 19px;
}

.location h4{
    font-size: 25px;
    font-family: 'Limelight', cursive;
}
.contact-location{
    margin-top: 100px;
    
}
.location h3{
    color: #06F;
    padding-bottom: 10px;
}
.contact-locations{
    margin-top: 10px;
    background-color: #00ffff;
    border-radius: 20px;
}
.contact-locations  p{
    padding: 20px;
    background-color: #80ffff;
    border-radius: 20px;
}
.contact-locations h4{
    padding-top: 30px;
    text-align: center;
    color: #fff;
}
/*------------------------------------ contact us-----------------------*/
/*---------------------------------------gallery start------------------*/
.gallery{
  color: #008c44;
  font-weight: bold;
  margin-top: 50px;
    margin-bottom: 450px;
}
/*---------------------------------------gallery end------------------*/
/*---------------------------------------retail_partners start------------------*/
.retail_partners img{
    border:3px solid #ccc;
    padding: 10px;
    margin-bottom: 12px;
}
.retail_partners h3{
  color: darkgreen;
}
/*---------------------------------------retail_partners end------------------*/

/*---------------------------------------pharmaseutical start------------------*/
.pharmaseutical{
  margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 4px solid #ddd;
}
.pharmaseutical:hover{
  border-bottom: 4px solid #008c44;
    color: #fff;
}
.pharmaseutical img:hover{
  -moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);

}
.beverages h3{
  color: #06c;
}
.pharmaseutical h3{
  color: #008c44;
  font-weight: bold;
}

.pharmaseutical h3:hover{
  color: #008c44;
}
/*-------------------------------------red_more--------------------*/
.red_more{
  background-color: #008c44;
  color: #fff;
  padding: 4px;
  border-radius: 50px;
  text-align: center;

}
.other_product {
  margin-top: 100px;
  background-color: #008c44;
  color: #fff;
  padding: 4px;
  border-radius: 50px;
  text-align: center;
}
/*-------------------------------------red_more--------------------*/
.all_product{
  background-color: #fff;
}
.videos{
  background-color: #008c44;
  padding: 10px;
}
.videos h2{
  color: #fff;
}
.videos b{
  border-bottom: 5px white solid;
}

.netfresh_product b{
  border-bottom: 5px solid #008c44;
}
/*---------------------------------------pharmaseutical end------------------*/
/*-----------------------------------------------------------company menu------------------------------------------------*/
    .tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-left > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  width: 250px;
  background-color: #017175;
  margin-right: 19px;
  font-size: 15px;
  border-right: 1px solid ##8afbc1;
}

.tabs-left > .nav-tabs > li > a {
	color: #f0ad4e;
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #3c763d  transparent #3c763d  #3c763d ;
  *border-right-color: #ffffff;
}
/*-----------------------------------------------------------company  menu------------------------------------------------*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	background-color: #008c44;
	color: black;
}
/*---------------------------------------------------------company my styleee start --------------------------------------------*/
.company{
  margin-top: 60px;
    margin-bottom: 100px;
}
.company h3{
  font-weight: bold;
	color: #008c44;
}
.companyy h2{
  font-weight: bold;
  color: #008c44;
}
.top-menu{
  left: 0px;
  top: 0px;
  right: 0px;
   position: fixed;
 z-index: 1;
  background-color: #fff;
  margin-bottom: 10px;
}

.menu_side{
    margin-top: 20px;
}
.ganodarma_image{
  text-align: center;
  margin-top: 65px;
}
.quick_link{
	border-radius: 0px 0px 50px 140px;
      background-color: #008c44;
  text-align: center;
  border: 2px solid #ccc;
}
.quick_link h3{
  color: #ffeb3b;
  border-bottom: 2px solid #ccc;
}
.quick_link h2{
  color: #FFC107;
  border-bottom: 2px solid #ccc;
}
.quick_link li{
  list-style: none;
  text-align: center;
  padding: 10px;
}
.quick_link a{
  font-size: 20px;
 
  color: #fff;
   padding: 10px 40px;
   border-radius: 10px;
}
.quick_link a:hover{
   background-color: #fff;
   border-radius: 20px;
   color: #000;
}
.companyy{
  margin-top: 50px;
    padding: 20px;
    border-radius: 100px 200px 50px 50px;
    background: #008c4412;
    margin-bottom: 200px; 
}
.companyy p{
	line-height: 23px;
  text-align: justify;
}

.companyy h3{
  color: #000;
}

.companyy h3:hover{
  color: #000;
}
.companyy a:hover{
  color: red;
}
/*---------------------------------------------------------company my styleee start --------------------------------------------*/


/*---------------------------------------------------------ganodarma start --------------------------------------------*/
.ganodarma h2{
  color: #008c44;
  font-weight: bold;
  font-size: 25px;
  margin-top: 40px;
}
.blance_tea strong{
  color: darkgreen;
  font-size: 16px;
}

.ganodarma p{
  
}
.benifits_ganodarma img,i{
  font-size: 20px;
  color: #06b;
  float: left;
 
}
.benifits_ganodarma p{
  margin-left: 30px;
}
/*---------------------------------------------------------ganodarma end --------------------------------------------*/


