
    .skiptranslate{
        display: none !important;
    }
    .mobiled-phone-float {
        align-items: center;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, .12);
        border-radius: 999px;
        box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
        color: #111111;
        display: inline-flex;
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: 700;
        gap: 8px;
        line-height: 1;
        min-height: 48px;
        padding: 8px 14px 8px 9px;
        text-decoration: none;
        white-space: nowrap;
    }
    .mobiled-phone-float:hover {
        color: #111111;
        text-decoration: none;
    }
    .mobiled-phone-float__icon {
        align-items: center;
        background: #111111;
        border-radius: 50%;
        color: #ffffff;
        display: inline-flex;
        height: 32px;
        justify-content: center;
        width: 32px;
    }
    @media (max-width: 480px) {
        .mobiled-phone-float {
            font-size: 14px;
            min-height: 44px;
            padding: 7px 11px 7px 8px;
        }
        .mobiled-phone-float__icon {
            height: 28px;
            width: 28px;
        }
    }
