.product-right h1{
	text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
}
.blog-detail-page .blog-detail h1{
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.whatsapp {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 99999;
  font-size: 12px;
}
@media (max-width: 1199px) {

  .whatsapp {
      position: fixed;
      bottom: 15px;
      left: 15px;
      z-index: 99999;
      font-size: 12px;
  }

}