footer {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: rgb(40, 42, 111);
    padding: 15px 0 0 0;
}

footer .col-12 {
    padding: 7px 15px;
}
footer a img {
    transition: all .4s;
}
footer a:hover img {
    opacity: .8;
}
footer .legal {
    margin-top: 15px;
    background: #111;

}
footer .legal p {
    color: #fff;
    margin: 7px;
    font-size: .8em;
}

footer .patros-btn{
    border: 1px solid #fff;
    font-size: 15px;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 812px)
and (orientation: portrait) {
    footer {
        display: none;
    }

}