/* PPC Custom Styles */


/* Footer Styles */
.ppc-footer .ppc-footer-ace-call a, .ppc-footer .policy-footer a{
    color:var(--e-global-color-text);
}
.ppc-footer .ppc-footer-ace-call a:hover, .ppc-footer .policy-footer a:hover{
    color:var( --e-global-color-secondary );
}
.ppc-footer .ppc-footer-ace-call a::before{
    content: url(https://www.acecloudhosting.com/wp-content/uploads/2023/05/call-icon-sm.svg);
    line-height: 0;
    margin-right: 0px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .5s;
    transition: all .5s;
    filter: brightness(0) invert(0);
    border:1px solid #272727;
    padding:16px;
     transform: scale(.5);
     border-radius: 100%
}
.ppc-footer .ppc-footer-address p{
    display: inline-flex;
    align-items: center;
    line-height: 1.5;
}
.ppc-footer .ppc-footer-address p::before{
    content: url(https://www.acecloudhosting.com/wp-content/uploads/2023/05/location-icon-sm.svg);
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .5s;
    transition: all .5s;
    filter: brightness(0) invert(0);
    border:1px solid #272727;
    padding:16px;
     transform: scale(.5);
     border-radius: 100%
}
/* Footer Styles End */