/*--social share starts--*/

.social-links {
  text-align: right;
  position: fixed;
  left: -43px;
  top: 50%;
  z-index: 2;
  transition: 0.5s ease;
  transform: translateY(-50%);
}

.left0 {
  left: 0!important;
}

.social-links .fa-share-alt {
  height: 40px;
  width: 40px;
  background-color: #005a9b;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 3px;
  box-shadow: 7px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 5px 5px 0;
  font-size: 20px;
  cursor: pointer;
}

.social-links .jssocials-share {
  margin: 0;
  display: flex;
  flex-direction: column;
}

@media(max-width: 1023px) {
  .social-links {
    bottom: 0;
  }
  .social-links  .fa-share-alt {
    height: 35px;
    width: 35px;
  }
  .social-links .fa-share-alt:before {
    font-size: 20px
  }
}

/*--social share ends--*/