
.divClickToCall{
    font-family: gt-walsheim-regular;
    font-weight : bold;
    font-size : 14px;
    color : #FFFFFF;
    z-index: 9997;
    height : 36px;
    position : fixed;
    right : 98px;
    bottom : 107px;
    width : 99px;
    border-radius : 10px;
    background : rgb(44, 44, 44);;
    display: none;
}


.spanClickToCall{
    display: table;
    margin: 11px auto;
}

.divClickToCall::before{
    border: 10px solid rgb(44, 44, 44);
    content: '';
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    left:100%;
    top:calc(50% - 10px);
    transform: rotate(-90deg);
}

.buttonClickToCall{
    font-family : gt-walsheim-bold;
    font-weight : bold;
    font-size : 16px;
    color : #FFFFFF;
    cursor : pointer;
    bottom : 95px;
    right : 24px;
    position : fixed;
    z-index: 9999;
    height : 44px;
    width : 44px;
    border-radius : 50%;
    border : none;
    background : rgb(44, 44, 44);
    background-repeat : no-repeat;
    background-size: 25px;
    background-position: center;
}