@media screen and (max-width: 480px) {
    .revamp-mobile-toggler {
        margin: 0 10%;
    }
    .navbar-toggler {
    padding: 2% !important;
    }

    .hero-slider-container {
        height: auto; /* fill parent (.homepage-hero) to avoid overflow cutting */
        min-height: 240px !important;
    }
    .navbar-light .navbar-toggler {
        margin: 0 2%;
    }
    .revamp-desktop-navbar {
        border: 1px solid #e9e9e9;
        border-radius: 0 0 15px 15px;
        -webkit-border-radius: 0 0 15px 15px;
        -moz-border-radius: 0 0 15px 15px;
        -ms-border-radius: 0 0 15px 15px;
        -o-border-radius: 0 0 15px 15px;
    }
    #whatsapp-chat {
        width: auto;
        left: 15px;
        right: 15px;
        font-size: 14px;
    }
    .nav-item.dropdown .dropdown-menu{
        padding: unset !important;
        margin: unset !important;
        background-color: unset !important;
        border: unset !important;
        border-radius: unset !important;
        -webkit-border-radius: unset !important;
        -moz-border-radius: unset !important;
        -ms-border-radius: unset !important;
        -o-border-radius: unset !important;
    }
    .nav-item.dropdown .dropdown-menu .dropdown-item{
        padding: 0.25rem 0 !important;
    }
}