
    .right-button {
        position: fixed;
        right: 10px;
        /* bottom: 30px; */
        height: 140px;
        width: 40px;
        max-height: 238px;
        max-width: 68px;
        z-index: 10;
        display: block;
        bottom: 75px;
    }
    .right-button .box-button {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .right-button .box-button a {
        height: 40px;
        width: 40px;
        max-width: 68px;
        max-height: 68px;
        position: absolute;
        left: 0;
        border-radius: 50%;
        display: block;
        box-shadow: 0px 2px 4px 0px rgb(204 204 204 / 66%);
        background: url('mobile_right_message.png?val12') center center no-repeat;
        background-size: cover;
    }
    .right-button .box-button a.message {
        top: 0;
    }
    .right-button .box-button a.online {
        top: 50%;
        transform: translate(0, -50%);
        padding: 0;
        background-image: url('mobile_right_talking.png');
        background-size: cover;
    }
    .right-button .box-button a.phone {
        bottom: 0;
        background-image: url('mobile_right_phone.png');
        background-size: cover;
    }
    .right-button .box-button img {
        height: 2.38rem;
        width: 0.68rem;
        max-height: 238px;
        max-width: 68px;
    }
	
	@media(min-width:1000px){
	
    .right-button { display:none}
	}
    