.contact-us-wrapper {
    height: 80px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    display: flex;
    align-items: center;
}

.contact-us-wrapper .call-img-wrapper {
    display: inline-block;
    width: 80px;
    height: 80px;
    cursor: pointer;
}

.contact-us-wrapper .call-text-wrapper {
    width: 96px;
    height: 42px;
    opacity: 0;
}