
/********************tocopy start whatsapp***************************************/
div.sticky1 {
    position: -webkit-sticky!important;
    position: fixed;
    top: 70%;
    background-color: transparent;
    padding: 50px;
    font-size: 20px;
    float: right;
    width: 20%;
    z-index: 100;
    left: 87%
}

.wc2c-floating-circle-right {
    right: 55px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    bottom: 50px;
    text-align: center;
    padding: 9px;
    -webkit-box-shadow: 3px 3px 12px 0 rgba(51, 51, 51, .72);
    -moz-box-shadow: 3px 3px 12px 0 rgba(51, 51, 51, .72);
    box-shadow: 3px 3px 12px 0 rgba(51, 51, 51, .72)
}

.wc2c-wrap {
    text-decoration: none!important
}

.wc2c-wrap {
    position: fixed;
    z-index: 9999;
    display: inline-block
}

.whatsappimg {
    color: #fff;
    font-size: 42px !important;
    width: auto;
    text-align: center
}

@media (max-width:767px) {
    .wc2c-floating-circle-right {
        right: 15px;
        bottom: 50px;
        padding: 9px;
    }
}
/********************tocopy end***************************************/

