.contact-us-card{
    background: #4F4F4F;
    border: unset;
}
.contact-us-call {
    text-align: center;
    font-weight: 1000;
    color: #000000;
    font-size: 18px;


}
.contact-details{
    background: #131313;
    color: white;
    font-size: 16px;
    font-weight: bold;
}
.contact-exit,.contact-exit:hover {
    background: #D70000;
    width: 113.85px;
    height: 34.75px;
    color: White;
   
    font-weight: normal;
    padding: 0px;
}
.contact-reset,.contact-reset:hover {
    background: #19B33D;
    width: 113.85px;
    height: 34.75px;
    color: #4F4F4F;
    font-weight: normal;
    padding: 0px;
}
.contact-send,.contact-send:hover {
    background: #FBBC04;
    width: 193.34px;
    height: 50.2px;
    color: black;
    font-weight: bold;
    padding: 0px;
    font-size: 20px;
    float: right;
    text-transform: uppercase;
}