.navbar-header .navbar-brand img{
    height:100px
}


.tamil-text {
    font-size: 15px !important;
    margin-top: 6px !important;
}
.product {
 position: relative;
    display: none; /* Hide columns by default */
    margin-bottom: 20px;
  }
.show {
    display: block;
  }

  
.productimg img{
    width: 100% !important;
    border:2px solid #cbc9c9;
    border-radius: 12px;
  
    display: block;
  }

  
.enquire {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
background-color: #fff;
}

.product:hover .enquire {
    opacity: 0.6;
  }

  
.whatsapp-icon i{ 
  color: #479a3e;
  font-size:50px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity:1;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.tamilsite, .englishsite{
  background: #a8cf38 !important;
    color: #333c4e !important;
}