.notif {
    display: none;
    position: fixed;
    text-align: center;
    top: 0;
    left: 50%;
    margin-left: -190px;
    width: 380px;
    background: rgb(117, 195, 34);
    color: #fff;
    /* font-weight: bold; */
    padding: 15px 5px;
    text-transform: uppercase;
    font-size: 15pt;
    z-index: 99999;
    font-weight: bold;
    box-shadow: 0 5px 10px -5px #000;
} 

#feedbackform_call, #feedbackform {
  transition: .3s;
}

