  .styleforfooter{
        margin-bottom: -100px;
        z-index: 10000000000000;
        position: relative;
        background: black;
    }
    
    
    #pm-phone-mobile{
        display:none;
        position: fixed;
        bottom: 0px;
        left: 0px;
        background: #cdcccd;
        border-radius: 0px 0px 5px 5px;
        padding: 3px 10px;
        font-family: 'Roboto';
        font-size: 14px;
        transform: rotate(-90deg) translateX(-25px);
        transform-origin: top left;
        color: #333;
        font-weight: bold;
        padding-right: 25px;
    }
        #pm-phone-mobile span{
            position: absolute;
            right: 0px;
            top: 1px;
        }
        
        #pm-phone-mobile img{
            width: 25px;
        }
        
        @media screen and (max-width: 960px){
            #pm-phone-mobile{
                display:block;
            }
        }
        .t824__btn{
            z-index: 9;
        }
        }