.social .circle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 7px 0 rgba(0,0,0,.1);
  background: none;
  padding: .1em;
}

.social.whats-app .circle {
  background: #43d854;
}

.social.linked-in .circle {
  background: #0077b5;
}

.social.telegram .circle {
  background: #08c;
}

.social.twitter .circle {
  background: #55acee;
}

.social.facebook .circle {
  background: #3b5998;
}

.social .circle .icon {
  width: 13px;
  height: 13px;
  fill: #fff;
}

li.social>a {
  background: none !important;
  /* opacity: 1 !important; */
  margin-top: -3px !important;
}
