#wpk__fixIOS{
    position:relative !important;
}
i.view-more.Simple-Line-Icons-arrow-right-circle.font-weight-semibold {
    display: none;
}

i.fas.fa-phone {
    display: none;
}

a.wpk__call {
    display: inline-block !important;
    color: #000 !important;
    text-indent: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    background-color: transparent !important;
    z-index:9999999 !important;
}

@media only screen and (min-width: 992px) {
    i.Simple-Line-Icons-call-out {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    a.wpk__call {
        position: fixed !important;
        left: 38px !important;
        height: 31px !important;
        width: 31px !important;
        bottom: 3.8% !important;
        color: transparent !important;
    }

    .share-phone {
        visibility: visible;
    }

    div.arrow,
    .tooltip-inner {
        display: none !important;
    }

    a.share-email {
        left: 50px !important;
    }

    i.fas.fa-phone {
        visibility: visible;
    }

    i.fas.fa-phone {
        color: #ffffff;
        background-color: #dd4b39;
        width: 31px;
        height: 31px;
        border-radius: 50%;
        position: fixed !important;
        display: block !important;
        font-size: 22px;
        bottom: 3.8% !important;
        left: 38px !important;
    }

    .fa-phone:before {
        font-family: FontAwesome;
        position: absolute;
        right: 8px !important;
        top: 6px !important;
    }

    .thumb-info-social-icons a.wpk_phone {
        background-color: transparent !important;
    }

    .share-links a.wpk_phone {
        background-color: transparent !important;
    }

    .member-item.member-item-3 .thumb-info:hover i.fas.fa-phone {
        background-color: #fff;
        color: #0e57a3;
    }
}



@media only screen and (max-width: 768px) {
    i.fas.fa-phone {
        left: 45px !important;
    }

    a.wpk__call {
        left: 45px !important;
    }
}

@media only screen and (max-width: 575px) {
    i.fas.fa-phone {
        left: 30% !important;
        bottom: 2.6% !important;
    }

    a.wpk__call {
        left: 30% !important;
        bottom: 2.6% !important;
    }
}
.member-item.member-item-3 .thumb-info:hover .share-links a.wpk__call{
color: #fff !important;
}