.footer-logo-img {
    width: 60%;
}

.open-button {
    position: fixed;
    bottom: 23px;
    left: 20px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    background: #0071dc;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 48px;
    z-index: 100;
    transition: .5s;
    border: 0
}

.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    left: 15px;
    z-index: 999;

}

.form-popup .contact-form {
    max-width: 300px;
    padding: 20px 15px 10px 15px;
    background-color: white;
    margin-bottom: 0;
    box-shadow: 0px 0px 2px 3px #0071dc;
}


.form-popup .contact-form h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #070b3b;
}

.form-popup .contact-form .with-errors {
    margin-top: 0;
    font-size: 12px;
}

.form-popup #msgSubmit {
    font-size: 14px;
}

.contact-form .cancel {
    background: #0071dc;
    width: 26px;
    height: 26px;
    line-height: 0;
    padding: 0;
    border-radius: 20px;
    font-size: 22px;
    color: #fff;
    position: absolute;
    right: -12px;
    top: -12px;
}

.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}

@media(max-width:767px) {
    .form-popup {
        left: 0
    }

    .form-popup .contact-form {
        max-width: 90%;
        left: 0;
    }

    .open-button {
        bottom: 40px
    }

    .mean-container .mean-nav {
        box-shadow: 0px 5px 10px 4px #2196f321;
    }

    .side-nav-responsive .dot-menu {
        display: none;
    }
}
