footer-icons ul li span.active {
    height: 50px;
    position: absolute;
    top: -28px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    background: #4caf50;
    width: 50px;
    display: block;
    line-height: 50px;
    border-radius: 30px;
    box-shadow: 2px 2px 5px #000;
}
.footer-icons ul li span img{
    height: 22px;
}
.footer-icons ul li img {
    height: 22px;
}
.footer-icons ul {
    padding: 0px;
    margin: 0px;
}
.footer-icons ul li {
    display: inline-block;
    width: 19%;
    text-align: center;
    position: relative;
}
.footer{
    background: #12203c;
    padding: 10px 0px;
}
.footer-icons ul li a {
    color: #fff;
}
.footer-forms {
    background: #000;
    padding: 7px;
    margin-bottom: 5px;
}
.footer-form{
    display: inline-block;
}
.footer h3 {
    margin-top: 5px;
}
form#quick_contact_form {
    overflow: hidden;
}
.footer-form form input {
    margin: 3px;
    max-width: 100%;
    border-radius: 0px;
}
.captcha-self span {
    font-size: 18px !important;
}

.captcha-self {
    align-items: center;
    float: left;
}
.footer-form input.contact_submit{
    float: right;
    margin-top: 5px !important;
}
.captcha-self input{
    height: 24px;
    margin: 5px !important;
}

button#btn_sub {
    height: 38px;
}