﻿

.contactTel {
    width: 150px;
    position: fixed;
    top: 30%;
    right: 0px;
    z-index: 997;
    cursor: pointer;
    border: 1px solid rgba(31, 78, 161, 1);
    height: 325px;
}

    .contactTel:hover {
        transform: translate3d(-10px, 0, 0);
    }
