/* The Modal Open Button */
#btnTextUs {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #ffffff;
    font-size: 30px;
    border-radius: 50%;
    background: #c20000;
    border: none;
    box-shadow: none;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#btnTextUs:hover, #btnTextUs:active, #btnTextUs:focus {
    background: #d03535;
}
#btnTextUs:before {
    content: "\f4ad";
    content: "\f086";
    font-family: FontAwesome, "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 20%;
    position: absolute;
    right: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .30);
}
.modal-content h4 {
    color: #000000;
    font-size: 20px;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -15px;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* Form Changes */
#gform_4 input,
#gform_4 textarea {
    border-radius: 10px;
    border-color: #999999;
    color: #000000 !important;
}
#gform_4 input#gform_submit_button_4 {
    color: #FFFFFF !important;
}