
.contact-representaive-alert{
    margin: 10px 0 ;    
    border-radius: 0;
    width: 100%;
}
.contact-representaive-alert button{
    border: none;
    background: #ff5722;
    color: #fff;
    padding: 7px;
    white-space: nowrap;
    border-radius: 3px;
    transition: all .25s ease-in-out;
}
.contact-representaive-alert button:hover{  
    box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
}