.webinar-float-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: var(--zwc-link-clr);
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 40px;
    line-height: 40px !important;
    padding: 0 35px 0 20px;
    z-index: 99;
    text-transform: uppercase;
    font-family: var(--zf-primary-semibold);
    border-radius: 5px;
    border: 0;
}

.webinar-float-btn:after {
    content: "";
    width: 20px;
    height: 22px;
    background: url(//www.zohowebstatic.com/sites/zweb/images/workplace/homepage/icon-arrow-circle.svg) top center no-repeat;
    display: inline-grid;
    background-size: 24px auto;
    filter: brightness(0) invert(1);
    position: absolute;
    right: 10px;   
    top: 46%;
    transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
    .sWidget-is-visible .zsiq_floatmain {
        transform: translate(0, -55px);
    }
   .zsiq_floatmain {
        transform: translate(0, -55px);
    }
}
@media(max-width: 768px){
     .webinar-float-btn{
   display: none;
}
}

