/* contact page style start */
.contact_page {padding: 0 15px;}
.contact_page .form-group {overflow: hidden;}
.contact_page label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
    width: 100%;
    font-size: 15px;
    color: #304193;
}
.contact_page label:after {
    font-weight: bold;
    content: " *";
    color: red;
}
.contact_page input[type=email],
.contact_page input[type=text],
.contact_page select {
    border-color: #ddd;
    line-height: 38px;
    background: none;
    box-shadow: none;
    border-radius: 0;
    height: 38px;
    color: #000;
    font-size: 15px;
}
.contact_page input[type=email]:focus,
.contact_page input[type=text]:focus,
.contact_page select:focus {
    border-color: #bbb;
    box-shadow: none;
}
.contact_page input[type=file] {
    line-height: 30px !important;
    padding: 0 !important;
}
.contact_page textarea {
    border-color: #ddd;
    background: none;
    border-radius: 0;
    box-shadow: none;
    resize: vertical;
    font-size: 15px;
}
.contact_page textarea:focus {
    border-color: #bbb;
    box-shadow: none;
}
.contact_page button[type=submit] {
    transition: all 0.2s;
    background: #304193;
    padding: 10px 20px;
    border-radius: 0;
    border: none;
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
}
.contact_page button[type=submit]:hover,
.contact_page button[type=submit]:focus {
    background: #2E2E2E;
    outline: none;
}
.contact_page .maps {margin-top: 25px;}
.contact_page .maps iframe {
    min-height: 320px;
    border: none;
    width: 100%;
}
/* contact page style end */
