.con {
    display: block !important;
    /* width: 5% !important;*/
    position: fixed !important;
    left: 23px !important;
    top: 87% !important;
    margin: unset;
    z-index: 999999;
}

.social-share {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  position: relative;
}

.social-share .icon.ion-ios-upload-outline {
  font-size: 36px;
  display: inline-block;
  position: absolute;
  margin-top: -12px;
  margin-left: 12px;
}

.social-share ul {
  list-style: none;
  padding-left: 0;
}

.social-share ul li {
  display: block;
  position: relative;
  line-height: 2;
  font-size: 14px;
  line-height: 2.5em;
}

.social-share ul li span {
  position: relative;
  margin-left: 2.5em;
}

.social-share li i.icon {
  width: 20px;
  display: inline-block;
  font-size: 24px;
  margin-right: 12px;
  position: absolute;
}

.social-share ul li a {
  color: #333;
  text-decoration: none;
  font-weight: normal;
}

.social-box {
/*  background: #fff;
  border: 1px solid #eee;*/
  padding: 0 1.5em;
  margin-bottom: 26px;
  display: block;
  width: 180px;
}

.social-box:after {
  display: none;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #eee;
  left: 103px;
}

.social-box:before {
  display: none;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #fff;
  left: 104px;
  bottom: -8px;
  z-index: 100;

}

.social-box {
    position: absolute;
    margin-top: -146px;
    display: none;
    left: -15%;
}

.share-text:hover {
  cursor: pointer;
}