.bottom_share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
}
.bottom_share .whatsapp_channel {
  background: linear-gradient(243deg, #30c94b 0, #046d16 100%);
  padding: 5px 10px;
}
.bottom_share .whatsapp_channel:hover {
  background: linear-gradient(243deg, #046d16 0, #30c94b 100%);
}
.bottom_share .facebook_page a,
.bottom_share .whatsapp_channel a {
  color: #fff;
  display: flex;
  align-items: center;
}
.bottom_share .facebook_page a:hover,
.bottom_share .whatsapp_channel a:hover {
  color: #fff;
}
.bottom_share .facebook_page a svg,
.bottom_share .whatsapp_channel a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-right: 5px;
}
.bottom_share .facebook_page {
  background: #00c6ff;
  background: linear-gradient(to right, #00c6ff, #0072ff);
  padding: 5px 10px;
}
.bottom_share .facebook_page:hover {
  background: #0072ff;
  background: linear-gradient(to right, #0072ff, #00c6ff);
}
.bottom_share svg {
  width: 30px;
  margin: 0 5px;
}
