body {
    background: #fff;
    height: 100%;
}

.contacttitle1 {
    background-color: transparent;
    max-height: 100%; /* Fixed missing semicolon */
    padding-bottom: 0px;
    padding-top: 0px;
}

#inputmsg, #inputerea {
    margin-bottom: 20px;
    height: 50px;
    background: #fff;
    width: 100%;
    font-family: sans-serif;
    color: #174986;
    border: none;
    outline: none;
    border-bottom: 1px solid #3C3C3C;
    font-size: 18px;
    padding: 2px 16px; /* Using shorthand */
    -webkit-box-shadow: -15px 20px 27px -19px #3C3C3C;
    -moz-box-shadow: -15px 20px 27px -19px #3C3C3C;
    box-shadow: -15px 20px 27px -19px #3C3C3C;
}

#submt {
    background: transparent;
    border-color: #fff;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    letter-spacing: 2px;
    margin-left: 2%;
    min-height: 50px; 
    transition-duration: 0.5s;
    width: 96%;
    -webkit-transition-duration: 0.5s; /* Safari */
    white-space: normal;
}

#submt:hover {
    width: 100%;
    margin-left: 2%;
    border: 5px solid #fff;
    font-size: 20px;
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    /* Hover Button Font Color GREEEN */
    /* Hover Button Back Color */
    /* Hover Button Border Color */
}

@media (max-width: 767px) {
    .phone-number {
        color: #d10101 !important;
        font-size: 22px;
    }
}
