/*service article addon sp page*/
.servicepage-articles .sppb-article-info h3 a {
    position: relative!important;
    /* overflow:hidden; */
    width:100%!important;
    display: block;
}

.servicepage-articles .sppb-article-info h3 a:before{
    position: absolute;
    background-size: contain !important;
    content: url(/images/0-vet/others/pawprint.png);
    top: -20px;
    right: 0;
    left:0;
    margin:auto;
    background-repeat:no-repeat;
    /* z-index:-10 !important; */
}

.services-article .sp-page-title .container {display: none;}

/*services article*/
.services-article .sp-page-title h2, 
.services-article .sp-page-title h3 {
    display: none;
}

.services-article .entry-header {
    display: none;
}

.services-article .article-footer-wrap {
    float: left;
}



/*ctscan*/
.ct-scan .article-footer-wrap {
    float: left!important;
}
.ct-scan-icon img.sppb-img-responsive {
    width: 80px; background:#f7941d; padding:10px;
    border-radius:10px;
}