/* #footer .arrow-up::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 220px;
    height: 48px;
    background: url(../imgs/footer-back-to-top.png);
    background-repeat: no-repeat;
    z-index: 99;
} */
.radius-top{
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.footer-gradient-ss {
    background: linear-gradient(140deg,rgba(36, 79, 162, 1) 0%, rgba(14, 29, 61, 1) 100%);
}
.footer-copyright p {
    margin-bottom: 0;
}
.absolute-footer {
    display: none;
}
.back-to-top-img {
    width: 245px !important;
    cursor: pointer;
    clip-path: polygon(36% 0, 66% 0, 100% 100%, 0% 100%);
}
.back-to-top-img .img-inner {
    overflow: hidden;
}
.back-to-top-img .arrow-up-icon {
    width: 30px;
    height: 30px;
    background-image: url(../imgs/arrow-up.svg);
    background-repeat: no-repeat;
    background-position: center center;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
#footer .icon-box *,
#footer .icon-box {
    width: fit-content;
}
#footer .icon-box {
    align-items: center;
}
#footer .icon-box p {
    margin-bottom: 0;
}
.page-id-582 .ss-pccc {
    display: none;
}
.page-id-582 #footer {
    background-color: white;
}
#footer p {
    margin-bottom: 5px;
}
.footer-socials a {
    border-width: 1px !important;
    border-radius: 5px !important;
    margin: 0 12px !important;
}
.footer-socials a i {
    top: 2px;
}
#footer a:not(.icon):hover {
    text-decoration: underline;
}

@media (max-width: 480px) {
    #footer .arrow-up::before {
        width: 100px;
        height: 22px;
        background-size: contain;
    }
    .radius-top{
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
    }
    #footer .stack .icon-box {
        display: block;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 15px !important;
    }
    .footer-copyright {
        font-size: 12px;
    }
    .back-to-top-img {
        width: 160px !important;
    }
}