header{
    background-color: #ffffff;
    z-index: 999;
    border-bottom: 5px solid #000000;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    border: 1px solid #cccccc;
    background: #008d40;
}

 .nav-link:focus,
 .nav-link:hover {
   color: #000;
 }

 .dropdown-item.active,
 .dropdown-item:focus,
 .dropdown-item.hover {
   background-color: transparent;
   color: #000;
 }
 .headercollapse a{
   color: #00ac4e;
 }
 .dropdown-menu a{
    color: #ffffff;
 }
 .headercollapse li{
    position: relative;
    margin: 0 15px;
 }
  .headercollapse li::after{
    content: '';
    position: absolute;
    width: 2px;
    height: 25px;
    background-color: #37B34A;
    right: -12px;
    top: 9px;
 }

   .dropdown-menu li::after{
    content: '';
    position: absolute;
    width: 2px;
    height: 25px;
    background-color: transparent;
    right: -7px;
    top: 9px;
 }

 .headercollapse li:last-child::after{  
    background-color: transparent;
 }


 .header-icon{
      display: flex;
    position: relative;
 }

.buynowbtn a{
    background-color: #00ac4e;
    color: #fff;
    padding: 10px 30px;
}


.searchbutton:hover {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: white;
	color: black;
}

.search-container {
	position: relative;
}

.search:focus + .searchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: white;
	color: black;
}

.search {
	position: absolute;
	left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
	background-color: white;
	outline: none;
	border: none;
	padding: 0;
	width: 0;
	height: 100%;
	z-index: 10;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.search:focus {
	width:800px; /* Bar width+1px */
	padding: 0 16px 0 0;
}

.expandright {
	left: auto;
	right: 49px; /* Button width-1px */
}

.expandright:focus {
	padding: 0 7px 0 16px;
    border: 1px solid #00ac4e;
    border-radius: 50px;
}

.navbar-toggler-icon {
    background-image:url('../images/toggle.svg') !important;
}
.navbar-toggler {
    border-color: #00AC4E;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.chat-btn{
    position: fixed;
    right: -10px;
    top: 50%;
    transform: translateY(-50%); 
    cursor: pointer;
    z-index: 9;
}
.chat-btn button{
    border: 0;
    background: transparent;
}

.dropdown-toggle::after {
display: inline-block;
    margin-left: .5em;
    vertical-align: .1em;
    border: solid rgb(0, 168, 76);
    border-width: 0 3px 3px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/*---buynow dd-------*/
 ul.dropdown2 {
        position: absolute;
        top: 85%;
        right: 0;
        margin-top: 5px;
        padding: 5px 5px 0 0;
        background: #fff;
        border-radius: 15px;
      }

      ul#productdropdown2 {
        top: 0%;
        left: 25%;
         width: 42%;
        z-index: 9;
        right:auto;
    }

      ul.dropdown2 li {
        list-style-type: none;
        margin-bottom: 10px;
        text-align: center;
        border-bottom: 1px solid #adadad;
        padding-bottom: 10px;
      }

      ul.dropdown2 li:last-child {
        border: none; 
        margin-bottom: 0;
      }

      ul.dropdown2 li::after {
        background-color: transparent;
      }
      ul.dropdown2 li a {
        text-decoration: none;
        padding: 0em 0.5em;
        display: block;
        background-color: #fff;
      }

      ul.dropdown2 li a img {
        width: 100px;
        height: auto;
      }

      ul.dropdown2 li a img.zydus-logo {
        width: 80px;
      }
      
       .buynowbtn span{

      }
      .buynowbtn .bi-bag{
        display: none;
        color: #00ac4e;;
      }

.goog-te-gadget {        
    font-size: 0 !important;
    
}

.goog-te-banner-frame.skiptranslate { display: none !important; }
body { top: 0 !important; }
.goog-logo-link { display: none !important; }
.goog-te-gadget span { display: none !important; }
#google-translate-dropdown{
  position: relative;
}
#google-translate-dropdown select {
    padding: 8px;
    border-radius: 5px; 
    border: 1px solid #00ac4e;
    font-size: 14px;
    width: 156px;
    /* height: 50px; */
    /* background: url('../images/earth-icon.svg') no-repeat left; */
    /* color: #00AC4E; */
}

#google-translate-dropdown select:focus {
outline: 0; 
}

 
.social-drawer {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
}

/* Toggle image */
.toggle-btn {
  width: 60px;
  height: 60px;
  /* background: #000; */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.close-btn {
  display: none;
  color: #fff;
  font-size: 22px;
}

/* Icons drawer */
.icons {
  position: absolute;
  right: -200px; /* initially hidden */
  top: 0;
  height: 60px;
  width: 200px;
  background: #00ac4e;
  display: flex;
  align-items: center;
  justify-content: space-around;
  transition: right 0.4s ease;
  z-index: -1;
}

.icons a {
  color: #fff;
  text-decoration: none;
}

/* Active state */
.social-drawer.active .icons {
  right: 60px;
}

.social-drawer.active .open-img {
  display: none;
}

.social-drawer.active .close-btn {
  display: block;
}
/* Loader wrapper */
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00ac4e;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

/* Spinner */
.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #ddd;
  border-top: 6px solid #fff; /* green color */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: relative;
    }
      .headercollapse li::after{
        background-color: transparent;
    }

    .search:focus {
      width:250px; 
    }

   .header-icon{
    position: absolute;
    right: 75px;
    top: -50px;
 }

 .buynowbtn a {
    background-color: transparent;
    color: #00ac4e;  
    font-size: 30px;
    padding: 10px 10px;
}
.buynowbtn span{
        display: none;
      }
 .buynowbtn .bi-bag{
        display: block;
      }

    ul.dropdown2 {
    top: 116px;
    right:-50px; 
}
}


@media (max-width: 767px){ 
    .chat-btn img{
   max-width: 50px;
}
  .headercollapse li::after{
    background-color: transparent;
 }
 .mblsearch{
   margin-left: 80px;
 }
  .mblsearch img{
    max-width: 35px;
 }

   .search:focus {
	width:200px;  
  
}

.expandright {
    left: auto;
    right: 30px;
}
    ul#productdropdown2 {
        left: 42%; 
    }
}
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1366px){
    .headercollapse li {
        margin: 0 5px;
    }
     ul#productdropdown2 {
      left: 40%;
  }
}

@media (min-width: 1400px) {
 ul#productdropdown2 {
      left: 35%;
  }
}


@media (min-width: 1600px) {
 
}

@media (min-width: 1900px) {
  ul#productdropdown2 {
      left: 25%;
  }
}