.image_logo {
    width: 140px;
}

.navbar-default .navbar-brand>img {
    background: none !important;
    padding: 5px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: none !important;
}

.navbar-default .navbar-nav li a {
    height: 112px !important;
    line-height: 90px !important;
}

@media (max-width: 767px) {
    .image_logo {
        width: 80px !important;
    }
}

.fixed-footer-cust {
    background: black;
    text-align: center;
    padding: 15px 0;
    width: 100%;
    position: sticky;
    bottom: 0;
    z-index: 99;
}

.fixed-footer-cust .call-now {
    background-color: red;
    color: white;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 18px;
    text-decoration: none;
}

.fixed-footer-cust .whatsapp {
    background-color: green;
    color: white;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 18px;
    text-decoration: none;
}

