body{
    padding-bottom: 0!important;
}
ul {
}
a {
    color: #545F73;
    text-decoration: none;
}

.footer-revamp {
    background-color: #F1F4FB;
    color: #545F73;
    padding-top: 40px;
}

.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}

.footer-wave-path {
    fill: red;
}

.footer-content {
    margin: 0px 20px;
}

.footer-content-column {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    color: #545F73;
}

.footer-content-column ul li a {
    color: #545F73;
    text-decoration: none;
}

.footer-logo-link {
    display: inline-block;
}
.footer-menu {
    margin-top: 30px;
}
.footer-font-size-28 {
    font-size: 28px;
}
.footer-menu-name {
    color: #545F73;
    font-size: 15px;
    font-weight: 900;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-menu-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0!important;
}
.footer-menu-list li {
    margin-top: 5px;
}

.footer-call-to-action-description {
    color: #545F73;
    margin-top: 10px;
    margin-bottom: 20px;
}
.footer-call-to-action-button:hover {
    background-color: #545F73;
    color: #00bef0;
}
.button:last-of-type {
    margin-right: 0;
}
.footer-call-to-action-button {
    background-color: #027b9a;
    border-radius: 21px;
    color: #545F73;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    padding: 12px 30px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    cursor: pointer;
    position: relative;
}
.cursor-pointer-foo {
    cursor: pointer;
}
.footer-call-to-action {
    margin-top: 30px;
}
.footer-call-to-action-title {
    color: #545F73;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #545F73;
    text-decoration: none;
}
.footer-call-to-action-link-wrapper a {
    color: #545F73;
    text-decoration: none;
}





.footer-social-links {
    bottom: 0;
    height: 54px;
    position: absolute;
    right: 0;
    width: 236px;
}

.footer-social-amoeba-svg {
    height: 54px;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 236px;
}

.footer-social-amoeba-path {
    fill: #027b9a;
}

.footer-social-link.linkedin {
    height: 26px;
    left: 3px;
    top: 11px;
    width: 26px;
}

.footer-social-link {
    display: block;
    padding: 10px;
    position: absolute;
}

.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}

.footer-social-icon-svg {
    display: block;
}

.footer-social-icon-path {
    fill: #545F73;
    transition: fill .2s;
}

.footer-social-link.twitter {
    height: 28px;
    left: 62px;
    top: 3px;
    width: 28px;
}
.footer-social-link.youtube {
    height: 24px;
    left: 123px;
    top: 12px;
    width: 24px;
}
.footer-social-link.github {
    height: 34px;
    left: 172px;
    top: 7px;
    width: 34px;
}
.footer-copyright {
    color: #545F73;
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 60px auto;
    border-top: 1px solid #88A5BF;
}
.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.footer-copyright-text {
    color: #545F73;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-copyright-link {
    color: #545F73;
    text-decoration: none;
}

.hr-design {
    width: 80%;
    margin: 10px auto;
}
svg{
    margin: auto!important;
}
.margin-10-bottom {
    margin-bottom: 10px;
}
.hide-element-for-mobile {
    /*height: 85%;*/
}
.footer-revamp {
    height: 470px!important;
}
.c_nav-select-language-footer {
}
.c_nav-select-currency-footer {
}
.color-grey {
    color: #909FBA;
}
.bold-weight {
    font-weight: bold;
}
.c_nav-current-language-mob-foo {
    height: 27px;
}
.white-background {
    background: white;
}
.padding-10 {
    padding: 10px;
}
.border-radius-40 {
    border-radius: 40px;
}

@media (max-width:850px)  {
    .footer-revamp {
        padding-top: 0px!important;
        height: 0px;
    }
    .hide-element-for-mobile {
        display: none;
    }
    .footer-content {
        padding-top: 0px;
    }
    .footer-row-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-content-column {
        flex-basis: calc(50% - 20px);
    }
    .footer-copyright {
        justify-content: center;
        margin: 20px auto;
    }

}
@media (min-width:850px)  {
    .hide-element-for-desktop {
        display: none;
    }
}
@media (min-width: 760px) {
    .footer-content {
        margin: 0px 20px;

    }
    .footer-wave-svg {
        height: 50px;
    }
    #footer-content-column-1 {
        width: 13%;
    }
    #footer-content-column-2 {
        width: 13%;
    }
    #footer-content-column-3 {
        width: 13%;
    }
    #footer-content-column-4 {
        width: 23%;
    }
    #footer-content-column-5 {
        width: 17%;
    }
    .logo-space {
        width: 18%;
    }
}