footer .sub-footer .footer-header .contact-us {
    width: 150px;
    height: 150px;
    /*border-radius: 50% 50% 0 0;*/
    border-radius: 50% 50% 50% 50%;
    background-color: #fff;
    position: absolute;
    top: -100px;
    z-index: 10;
    text-align: center;
    font-size: 0.8rem;
    padding-top: 20px
}

.footer-logo {
    margin-top: 38px;
}

.icon-net {
    font-size: 28px;
    margin-right: 10px;
}

.footer-content-payment {
    font-size: 2.5rem;
    color: #333
}

.alert-cookie {
    padding: 20px;
    display: inline-block;
    width: 100%;
    margin: auto;
    max-width: 100%;
    font-size: 12px;
    background-color: #1c60a0;
    opacity: 1;
    text-align: center;
    position: fixed;
    z-index: 10000;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px;
    color: #fff
}

.alert-cookie button {
    padding: 5px;
    margin: 5px;
    background: #fff;
    color: #1c60a0;
    border: 0px;
    margin-top: 5px;
    font-size: 14px;
    cursor: pointer
}
 #footer{
    margin-top:50px !important;
}