.icon-bar {
  position: fixed;
  top: 70%;
  right:2%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:9999;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}



.facebook {

   background: blue;
  color: white;
  border-radius:50%;
}

.twitter {
  background:  #1da0f1;
  color: white;
  border-radius:50%;
}

.google {
  background:  #68a81c;
  color: white;
  border-radius:50%;
}

.linkedin {
  background:  #2596be;
  color: blue;
  border-radius:50%;
}
.whatsapp{
    
      background:#2cee64;
  color: white;
  border-radius:50%;
}
.youtube {
  background:  red;
  color: white;
  border-radius:50%;
}

.greenbtn{
    padding: 10px 36px;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 600;
    transition: 0.3s ease-in;
    border-radius: 0;
    color: #fff;
    background:#68a81c;
    border: 1px solid #68a81c;
    border-radius:5px;
}

.bluebtn{
    padding: 10px 36px;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 600;
    transition: 0.3s ease-in;
    border-radius: 0;
    color: #fff;
    background:#413E89;
    border: 1px solid #413E89;
    border-radius:5px;
}
