.footermapsubs {
    padding-top: 40px;
    margin-bottom: -100px;
}
.footermapsubs .container {
    background: #f3f3f3;
    z-index: 1;
    position: relative;
    /*border: 1px solid #CCCCCC;*/
}
.mapcontent {
    width: 50%;
    float: left;
}
.subscribecontent {
    width: 50%;
    float: left;
}
.subscribeinnercontent {
    /*padding: 17.5% 7.5% 6% 7.5%;*/
    padding: 1.9% 7.5% 6% 7.5%;
}
.input-group {
    width: 100%;
}
.subscribeinnercontent .form-control {
    outline: 0;
    border-radius: 0;
    background: white;
    border: 2px solid #e2e7e7;
}
.subscribeinnercontent .input-group-addon {
    color: rgb(169 200 204);
    background: #21667e;
}
#footer2 {
    padding-top: 160px;
    background: #1b3e41;
}
.footer-contact {
    /* margin-bottom: 30px; */
    margin-bottom: 15px;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.footer-contactinfo {
    width: auto;
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-left: 0.75em;
    margin-right: 0.75em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    display: inline-block;
    vertical-align: middle;
}
.footer-navbar {
    margin-bottom: 30px;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.footer-navbar li {
    margin-right: 10px;
    display: inline-block;
}
.footer-navbar li a {
    color: #97adaf;
    transition: .5s;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.footer-navbar li a i {
    padding-right: 15px;
}
.footer-social {
    margin-bottom: 30px;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.footer-social li {
    margin-right: 10px;
    display: inline-block;
}
.footer-social li a {
    font-size: 15px;
    text-decoration: none;
    width: 3.1em;
    height: 3.1em;
    transition: .5s;
    color: rgb(27, 62, 65);
    background: white;
    display: inline-flex;
    line-height: 3.1rem;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.footer-social li a:hover {
    color: white;
    background: red;
}
.copyright {
    color: #97adaf;
    margin-bottom: 15px;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.copyright a {
    color: white;
}