.icon-addon input[type="text"] {
    width: calc(100% - 3em);
}

.icon-addon i {
    font-size: 2rem;
    color: #fff;
    float: right;
    padding-top: 8px;
}

footer {
    position: initial;
    bottom: initial;
    width: 100%;
    z-index: +5;
}


    footer .row {
        margin-bottom: initial;
    }

.col .row.footer-subscribe {
    padding-top: 20px;
}

    .col .row.footer-subscribe .icon-addon {
        padding-top: 10px;
    }

.footer-copyright {
    color: #3b3e47;
}

    .footer-copyright a {
        color: #fff;
    }

    .footer-copyright p {
        margin-top: 1em;
        margin-bottom: 1em;
    }

        .footer-copyright p:last-child {
            margin-top: 1em;
            margin-bottom: 1em;
        }
/*
@media only screen and (min-width: 993px) {
    footer {
        position: fixed;
        bottom: 0;
    }
}
*/
@media only screen and (min-width: 1025px) {
    footer {
        padding-left: initial;
    }
}

.contactus > .col:not(:first-child) > p {
    font-size: 1.1em;
}
.contactus > .col:first-child > div:first-child {
    float: left;
    font-size: 2em;
    font-weight: 700;
    line-height: 68px;
}
.contactus > .col:first-child > div:nth-child(2) {
    font-size: 3em;
}