/* label for modal form */
.label-style {
    display: inline-block;
    font-size: 12px;
    font-weight: bolder;
    padding: 7px 0 7px 0;
}

/*.talk_to_3d_expert {*/
/*    border: 1px solid #fff;*/
/*    bottom: 7.5rem;*/
/*    min-width: 15rem;*/
/*    position: fixed;*/
/*    right: 2.5rem;*/
/*    z-index: 12;*/
/*}*/

    .talk_to_3d_expert {
        background-color: #b1533c;
        border: 1px solid #fff;
        bottom: 6.5rem;
        min-width: 15rem;
        position: fixed;
        right: 2.5rem;
        z-index: 12;
    }

    /* Mobile-specific styles */
    @media (max-width: 768px) { 
        .talk_to_3d_expert {
            bottom: 1.5rem;
            right: 0.5rem;
            min-width: auto;
        }
    }