@media (max-width: 767px)  {
    .display-none-mobile{
        display: none;
    }
    .main_menu .wrapper {
        display: inherit;
        display: contents;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-top: 9px;
    }

    .call_us {
        display: none;
    }

    #main_banner {
        display: none;
    }
}
.whatsapp-link {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}

.whatsapp-link  .fa-whatsapp {
    margin-top: 16px;
    color: #fff;
}

#search2imm {
    margin: auto;
    width: 100%;
}