.contactUsTitle h3 {
    color: #ffc600;
    text-align: center;
    font-size: 30pt;
    font-weight: bold;
}

.contactUsTitle .contactUsMsg {
    text-align: center;
    font-size: 12px;
}

input, textarea {
    border: none !important;
    /* background-color: #f1f1f2 !important; */
}

.contactUsTitle {
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: 2px solid #ffc600 !important;
}

.contactUsFooter {
    padding-top: 15px !important;
    border-top: 2px solid #ffc600 !important;
}

.form-group {
    margin-bottom: 5px !important;
}

p:not(:last-child) {
    margin: 0px;
}

.form-control::placeholder {
    color: #cfd1d2;
}

.contactUsFooter div p a,
.contactUsFooter div p
{
    color: black;
}

.footerTitle {
    color: black;
    font-weight: bold;
}

.btn-primary {
    background-color: #3bbfad !important;
    border-color: #3bbfad !important;
    color: #FFFFFF;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 60px;
    background-color: #eaebec;
}

#footer .container p {
    margin: 15px 0;
    font-style: italic;
    /* color: #cfd1d2; */
    color: #6d6e70;

}

#header {
    background-color: #eaebec;
    height: 80px;
}

#header img {
    margin: 20px;
    height: 40px;
}

#page-container {
    position: relative;
    min-height: calc(100vh - 140px);
    padding-bottom: 50px;
}
