.penetron-prods-details{
	padding-top: 5%;
}

.penetron-prods-details .col-md-4 img{
	max-width: 100%;
}

.penetron-prods-details .col-md-8 h2{
	margin-top: 5%;
	font-weight: semi-bold;
	font-family: 'Poppins',sans-serif;
	text-shadow: 0 2px 5px black;
	color: white;
	background-color: #ffa12e;
	padding: 3%;
}

.penetron-prods-details .col-md-8 p{
	text-align: justify;
	background-color: #004991;
	color: white;
	padding: 5%;
	font-family: 'Abel', sans-serif;
	font-size: 17px;
}

.nav-tabs{
    border-bottom: 1px solid #004991;
}

.nav .nav-item{
	padding-left: 1%;
}

.nav .nav-link{
	font-family: 'Poppins', sans-serif;
	color: black;
	border: none; 
	border-radius: 4px 4px 0 0;
}

.nav .nav-link.active{
	background-color: #ffa12e;
	color: white;
	font-family: 'Poppins', sans-serif;
	border-radius: 4px 4px 0 0;
	border: 1px solid #004991;
	border-bottom: none;
}

.tab-content p{
	font-family: 'Abel', sans-serif;
	font-size: 19px;
}

.tab-content .tab-pane{
	background-color: #f2f2f2;
	padding: 1%;
	text-align: justify;
}


.other-prod-btn {
	padding: 1%;
	outline: none;
	border: none;
	border-radius: 4px;
	background-color: #004991;
	color: white;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
}


/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #ffa12e;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}





