body {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100vh;
}

.content {
    padding-bottom: 288px;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 288px;
    padding: 0;
}

/*fix for link tel number color on ios*/
p,
a {
    color: inherit;
    text-decoration: none;
}

/** Not  Found Page --- start */
.not-found-page {
    margin-top: -55px;
    padding-bottom: 80px;
    text-align: center;
}

.not-found-page-desc {
    margin: -76px 0 7px 0;
}

.not-found-page-back-button {
    font-size: 20px;
    text-decoration: unset !important;
}

.not-found-page-back-button:hover span {
    text-decoration: underline !important;
}

#not_found_page p {
    margin-top: -115px;
    margin-bottom: 10px;
}
/** Not  Found Page --- end */