.mobile-call-button {
    text-align: center;
    font-size: 44px;
    position: fixed;
    padding: 15px;
    bottom: 10px;
    border-radius: 100px;
    width: 75px;
    height: 75px;
}

.mobile-call-button.tel {
    background-color: green;
}

.mobile-call-button.mailto {
    background-color: dodgerblue;
}

.mobile-call-button.left {
    left: 10px;
  	right: initial;
}

.mobile-call-button.right {
    right: 10px;
  	left: initial;
}

.mobile-call-button li {
    list-style: none;
}

.mobile-call-button a {
    color: white;
    display: block;
    line-height: 1;
}

.mobile-call-button a:hover {
    color: white;
    text-decoration: none;
}

.mobile-call-button .fa {
    color: white;
}

@media only screen and (max-device-width: 768px) {
    .mobile-call-button.d-none {
        display: block !important;
    }

    #page {
        margin-bottom: 60px;
    }
}
