.social-icons {
  color: #313437;
  background-color: #fff;
  text-align: center;
  padding: 70px 0;
}

@media (max-width:767px) {
  .social-icons {
    padding: 50px 0;
  }
}

.social-icons i {
  font-size: 32px;
  display: inline-block;
  color: #757980;
  margin: 0 10px;
  width: 60px;
  height: 60px;
  border: 1px solid #c8ced7;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
}

.social-badget { 
  position: fixed; 
  top: 60vh; 
  right: 0px; 
}

.social-badget li {
  list-style-type: none;
}

.social-badget a {
  border-radius: 0 !important;
}

.social-badget .fa-whatsapp {
  color:#fff;
}

.social-badget .fa-facebook {
  color:#fff;
}

.social-badget .fa-instagram {
  color:#fff;
}

.wpp-brand {
  background-color: #25D366!important;
}

.insta-brand {
  background-color: #e1306c;
}

.fb-brand {
  background-color: #4267B2;
}