html[dir="rtl"],
body[dir="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override;
}

html[dir="rtl"] body {
    text-align: right;
}

#cta-connect-btns {
    position: fixed;
    z-index: 99;
    right: 0 !important;
    height: 0;
    top: 30%;
}

#cta-connect-btns a {
    background:var(--brand-red);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: 13px center;
    cursor: pointer;
    width: 190px;
    /*        height:35px;*/
    color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 8px 10px 9px 0px;
    right: -155px;
    transition: 0.2s;
    z-index:100;
    font-size:13px;
    position:relative;
}

#cta-connect-btns a img {
    position:absolute;
    top:7px;
    right:162px;
    height:20px;
    width:auto;
}

#cta-connect-btns a:hover {
    right: 0px;
}

