.share-back{
    display:block;
    text-decoration:none;
    padding:18px 20px;
    background:#fff;
    color:#fff;
}
.share-back:hover{
    text-decoration:none;
    color:#fff;
}
.share-back .points{
    float:right;
    padding:5px 10px;
    background:#fff;
    color:#000;
}

.share-facebook{
    background:#3b5998!important
}
.share-twitter{
    background: #1da1f2!important
}
.share-linkedin{
    background: #0a66c2!important
}
.share-pinterest{
    background: #bd081c!important
}
.share-whatsapp{
    background: #25d366!important
}

.share-telegram{
    background: #0088cc!important
}

.share-messenger{
    background: -webkit-linear-gradient(45deg,#3b8ff7 0%,#5f61f6 25.38%,#9e4bef 54.55%,#da5995 73.3%,#ed6c73 93.61%);
    background: linear-gradient(45deg,#3b8ff7 0%,#5f61f6 25.38%,#9e4bef 54.55%,#da5995 73.3%,#ed6c73 93.61%);
}

.share-email{
    background: #51adec!important;
}
.share-sms{
    background: #05253b!important;
}

.share-gmail{
background: #00aff0;
}

.share-skype{
    background:#00aff0;
}
.share-reddit{
    background:#ff4500;
}

.iframe-video iframe{
    max-width:100%;
}

@media (max-width: 600px) {
    .offer-card{
        zoom:0.8;
    }
    .offer-card .img-fluid{
        max-width:50%;
    }
  }