.products-banner{
  background-image:url('../img/prod-banner.jpg');
  background-size: cover;
}
.personal-banner{
  background-image:url('../img/personal-banner.jpg');
  background-size: cover;
  background-position: center left;
}
.petrol-banner{
  background-image:url('../img/petrol-banner.jpg');
  background-size: cover;
}
.homecare-banner{
  background-image:url('../img/homecare-banner.jpg');
  background-size: cover;
}
.thumb-container{
  text-align: center;
  margin-bottom:50px;
}

.thumb-container .thumbnails-name{
  color:rgba(0,0,0,0.70);
  margin-top:10px;
  display: block;
  letter-spacing: 1.5px;
}

.thumbnails-details-btn{
  font-size:19px;
}

.thumbnails-img-holder{
  width: 100%;
  padding:100% 0 0 0;
  background: transparent;
  display: block;
  position: relative;
  overflow: hidden;
  border:1px solid #e0e0e0;
}

.thumbnails-img-holder img{
  position: absolute;
  content:'';
  top:50%;
  left:50%;
  width:100%;
  height: auto;
  transform: translate(-50%, -50%);
  transition: all .25s ease-in;
}

.thumbnails-img-holder img:hover {
  width: 110% !important;
  max-width: none;
}

.product-header-title{
  padding:50px 0;
}
.prod-cont{
  width: 100%;
  height: auto;
  position: relative;
  padding: 50px;
  border-bottom: 3px solid #005414;
  background-color: #156831cc;

}
.prod-th{
  width: 100%;
  height: auto;
  position: relative;
  padding:50px;

}
.prod-det{
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
/*  background-color: #717171;*/
}
.prod-det img{
  width: 100%;
}
.pr-title{
  font-size: 18px;
  border: none;
  text-align: left;
/*  box-shadow: 1px 1px 3px 0px #cacaca;*/
}
.pr-title a:hover{
  color:#005414;
}
.pr-cont{
  background-color: #e6e6e6;
  border:none;
  text-align: left;
}
.pr-cont p{
  margin:0;
  border:none;
}
.accordion-title:focus, .accordion-title:hover {
    background-color: #add7af;
    color:#fff;
}
.prod-imager{
  width: 100%; 
  height: 320px;
}


