.top-contact-fixed {
    position: fixed;
    height: 40px;
    text-align: center;
    padding: 7px 10px;
    margin: 0 auto;
    background-color: #ffffff;
    z-index: 10000;
    font-size: 16px;
    font-weight: bold;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    border-radius: 23px;
}