div.sending[makeform="true"]::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: url("images/loading.gif") rgba(255, 255, 255, 0.6) no-repeat;
    background-position: center center;
    z-index: 5;
}

div.sending[makeform="true"] {
    position: relative;
}

.clear {
    clear: both;
}

.unstyledTel, a.unstyledTel, a.unstyledTel, .unstyledTel a {
    text-decoration: none !important;
    color: #000 !important;
    background-color: inherit;
}

@media screen and (max-device-width:480px) {
    .unstyledTel, a.unstyledTel, a.unstyledTel, .unstyledTel a {
        text-decoration: underline !important;
        color: #00833f !important;
        background-color: inherit;
    }
}

@media screen only and (max-device-width:767px) {
    a.unstyledTel, a.unstyledTel, .unstyledTel a {
        text-decoration: underline !important;
        color: #00833f !important;
        background-color: inherit;
    }

        .unstyledTel:hover, a.unstyledTel, a:hover.unstyledTel, .unstyledTel a:hover {
            text-decoration: none !important;
            color: #0a582f !important;
            background-color: inherit;
        }
}
