/* Add custom CSS styles below */ 
/*ايقونة الاتصال*/
.call-btn{
    position:fixed;
    bottom:80px;
    right:20px;
    width:50px;
    height:50px;
    background:#28a745;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    box-shadow:0 5px 15px rgba(0,0,0,.25);
    z-index:999999;
    cursor:pointer;
    transition:.3s;
}
.call-btn:hover{
    transform:scale(1.08);
}
.call-btn svg{
    width:28px;
    height:28px;
    fill:#fff;
}
/*ايقونة الاتصال*/