.sidebar-contact{
    position:fixed;
    top:70%;
    right:-320px;
    transform:translateY(-50%);
    width:320px;
    height:auto;
    background:#123265;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    box-sizing:border-box;
    transition:0.5s;
    z-index: 10;
}
.sidebar-contact.active{
    right:0;
}

.toggle{
    position:absolute;
    height:100%;
    width:48px;
    text-align:center;
    cursor:pointer;
    background:#115C69;
    top:0;
    left:-48px;
    line-height:48px;
}
h4.toggle_menu_right{
    color: #fff;
    position: relative;
    font-size: 22px;
    font-weight: normal;
    transform: rotate(90deg);
    width: 200px;
    top: 43% !important;
    left: -156%;
    letter-spacing: 1px;
}

