.marginZiro form input{
    margin: 0!important;
}
.marginTop{
    margin-top: 10px;
}
/* ---------------------- */
.footer {
    background: #243253;
}

.footer .padding-top {
    height: 75px;
    border-bottom: 1px solid white;
}

.footer .padding-bottom {
    height: 75px;
    border-top: 1px solid white;
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
    font-weight: 300;
}

.scroll-top-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #243253;
    font-size: 24px;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.scroll-top-btn:hover {
    opacity: 1;
}

@media (max-width: 480px) {
    .padding-bottom {
        text-align: center;
    }
}
