/* support-online */
#support-online{
    padding:5px;
}
#support-online > div{
    background-image:url("apt-home/view/theme/aptech/image/icon-phone.png");
    background-size:contain;
    background-repeat:no-repeat;
    background-position:30%;
    display:inline-block;
    margin-bottom:10px;
    margin-left:9px;
    margin-top:10px;
    padding:0;
    vertical-align:top;
      width: 98%;
    height: 65px;
    font-size: 14px;
}
#support-online > div .name{
    color:#3ba7b3;
    text-transform:uppercase;
    font-weight:bold;
    margin-left:29%;
}
#support-online > div .phone a{
    color:#ec3237;
    margin-left:29%;
    font-size:20px;
    font-weight: bold;
}