.fixContactBtn {
    align-items: center;
    bottom: 60px;
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 25px;
    z-index: 500;
}

.fixContactBtn .contactBtn {
    border-radius: 50%;
    box-shadow: 0 1px 7px hsla(0, 0%, 53%, .4);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 62px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    text-decoration: none !important;
    transition: all .5s ease 0s;
    width: 62px;
}

.fixContactBtn .btn_line {
    background-color: #00c300;
    margin-bottom: 12px;
}

.fixContactBtn .contactBtn:hover {
    transform: scale(.95);
}

@media (max-width: 768px) {
    .fixContactBtn {
        right: 5px;
    }
}
