a.whatsapp {
  position: fixed;
  width: 79px;
  height: 80px;
  bottom: 5px;
  left: 5px;
  z-index: 999999999;
}
.main-slider .bg-color1 {
  background-color: rgba(0, 0, 0, .5);
  width:auto;
  z-index: 99999999999999;
  position: absolute;
  top:30%;
  float: left;
  left:10%;
  padding:15px;
  color:#000;
}
.enquire {
  position: fixed;
  width:100%;
  bottom:0;
  right:0;
  z-index: 999999999;
  display:none;
}
.left-enquire { 
  width:50%;
  float:left;
  font-size:17px;
  color:#fff;
  padding:8px 0;
  background:#1e1c1c;
  text-align: center;
}
.right-enquire { 
  width:50%;
  float:right;
  font-size:17px;
  color:#fff;
  padding:8px 0;
  background:#ec3e33;
  text-align: center;
}