.social .fbtn {
    width: 42px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height:18px;
    float: left;
}
.social .fa {
    padding: 2px 0px;
    color: #fff;
    font-size: 15px;
}
.facebook {
    background-color: #3b5998;
}
 
.gplus {
    background-color: #dd4b39;
}
 
.twitter {
    background-color: #55acee;
}
 
.stumbleupon {
    background-color: #eb4924;
}
 
.pinterest {
    background-color: #b61ad9;
}
 
.linkedin {
    background-color: #0077b5;
}
 
.buffer {
    background-color: #323b43;
}

.share-button.sharer {
  height: 20px;
  padding: 0px;
}
.share-button.sharer .social.active.top {
  transform: scale(1) translateY(-10px);
}
.share-button.sharer .social.active {
  opacity: 1;
  transition: all 0.4s ease 0s;
  visibility: visible;
}
.share-button.sharer .social.networks-5 {

}
.share-button.sharer .social.top {
  margin-top: 27px;
  transform-origin: 0 0 0;
}

@media only screen and (max-width: 600px) {
  .share-button.sharer .social.top {
    margin-top: 27px;
    transform-origin: 0 0 0;
    margin-left: 3px;
}
}




.share-button.sharer .social {
  margin-left: -65px;
  opacity: 0;
  transition: all 0.4s ease 0s;
  visibility: hidden;
}

.newbtm{
    color: #fff !important;
     height: 34px;
    width: 112px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 40px;
    font-family: "Poppins";
  display: inline-block;
  background-size: 200%, 1px;
  -webkit-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  background-image: -webkit-gradient(linear-gradient(to bottom right,#2d1177 30%,#2d1177 100%));
  background-image: -webkit-linear-gradient(to bottom right,#2d1177 30%,#2d1177 100%);
  background-image: -o-linear-gradient(to bottom right,#2d1177 30%,#2d1177 100%);
  background-image: linear-gradient(to bottom right,#2d1177 30%,#2d1177 100%);
  -webkit-box-shadow: -0.558px 7.981px 8px 0px rgba(228, 107, 31, 0), inset 0px 3px 0px 0px rgb(3 234 255 / 0%);
  box-shadow: -0.558px 7.981px 8px 0px rgba(228, 107, 31, 0), inset 0px 3px 0px 0px rgb(3 234 255 / 0%); }
  .pr-btn a:hover {
    background-position: 120%;
}


