footer * {
    font-family: 'Montserrat', sans-serif !important;
    color: #000;
    font-size: 12px;
}

.bg-grey {
    background: #292929;
}

.logo-footer {
    margin-bottom: 40px;
}

footer {
    color: grey;
}

footer h6:after {

    content: "";
    background: grey;
    width: 12%;
    height: 1px;
    left: 0;
    bottom: -20px;
}

.btn-footer {
    color: #000;
    text-decoration: none;
    border: 2px solid;
    border-radius: 43px;
    font-size: 12px;
    padding: 4px 18px;
    margin-bottom: 22px;
    display: inline-block;
}

.btn-footer:hover {

    text-decoration: none;

}

.form-footer input[type="text"] {
    border: none;
    border-radius: 16px 0 0 16px;
    outline: none;
    padding-left: 10px;

}

::placeholder {
    font-size: 14px;
    padding-left: 10px;
    font-style: italic;
}

.form-footer input[type="button"] {
    border: none;
    background: #232323;
    margin-left: -5px;
    color: #fff;
    outline: none;
    border-radius: 0 16px 16px 0;
    padding: 2px 12px;
}

.social .fa {
    color: grey;
    font-size: 22px;
    padding: 10px 15px;
    background: #3c3c3c;
}

footer ul li {
    list-style: none;
    display: block;
}

footer ul {
    padding-left: 0;
}

footer ul li a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin: 4px 0;
    font-weight: 500;
}

footer h6 {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 700;
}

a:hover {
    text-decoration: none;
    color: red !important;

}

.logo-part {
    border-right: 2px solid grey;
    height: 100%;
    text-align: left;
}

footer .socialmediaicon {
    max-width: 32px;
}

.email {
    font-size: xx-small;
    display: flex;
    margin-top: 28px !important;
    position: relative;
}