.touch-form input {
    background-color: #eeeeee;
    border-radius: 15px;
    border: 2px solid #eeeeee;
}

.btn-form button {
    background-color: black;
    color: #ffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
}

.touch-form #message {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    resize: none;
    background-color: #eeeeee;
}

.mobile-main-content-contact-us-content
{
    top: 22%;
}


