.c-btn a, .c-btn input, .c-btn .btn-customform-submit, .c-btn button {
    color: #fff;
    background-color: #f47e00;
    border-radius: 30px;
}

.p-m_navigation {
    background: #c9f8ff;
}

@media only screen and (min-width: 1px) and (max-width: 768px) {
    .p-header-nav-floating-btn__top-btns {
        bottom: 0.8rem;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    div[data-structure="b-premium-header-nav-floating-btn--fixed"] .c-btn a, .c-btn input, .c-btn .btn-customform-submit, .c-btn button, div[data-structure="b-header-nav-floating-btn--fixed--img-large"] .c-btn a, div[data-structure="b-header-nav-floating-btn--fixed"] .c-btn a {
        margin: 0;
    }
}

