/* Contact Us form code  start*/
.form-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    /* background: #030e4e; */
    /* padding: 20px; */
    padding: 10px;
    border-radius: 10px;
    color: #000;
}

.input-row {
    margin-bottom: 10px;
}

.input-row,
.col6 first,
.col6 last {
    display: block;
    margin-bottom: 12px;
}

.input-row input,
.input-row textarea {
    width: 100%;
    padding: 10px;
    border: 0;
    border-radius: 3px;
    outline: 0;
    margin-bottom: 0px;
    font-size: 15px;
    background: #f5f5f5;
}

.input-row textarea {
    height: 100px;
}

.input-row input[type="submit"] {
    width: 100px;
    margin: 0 auto;
    display: block;
    text-align: center;
    /* background: #fff; */
    background: #005077;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    /* font-size: 18px; */
    font-size: 16px;
}