.attr p a.deactive {
    background: #fff;
    position: relative;
    color: transparent;
}
.attr p a.deactive:before {
    content: "\f05e";
    font-family: "FontAwesome";
    color: red;
    position: absolute;
    font-size: 22px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.title-circle {
    position: absolute;
    left: 100px;
    top: 75px;
    background: #00a651;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 15px 10px 40px;
    border-radius: 30px;
    z-index: -1;
}
.ew-alo-ph-img-circle {
    opacity: 1;
}
a#btn-call-popup {
    display: none;
}