#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 10px 0;
    top: 0px;
    border-bottom: 1px solid #eeeeee70;
}


/* === Contact Form === */

.contact_form input,
.contact_form textarea {
    font-size: 18px;
    color: #999999;
    width: 100%;
    display: block;
    padding: 15px 0px;
    border: none;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}

.contact_form input:focus,
.contact_form textarea:focus,
.contact_form button:focus {
    outline: none;
}

.contact_form button {
    background: #0a072c;
    width: 100%;
    color: #fff;
    border-color: #0a072c;
}

.contact_form button:hover {
    color: #fff;
    background: #000;
}

::-webkit-input-placeholder {
    color: #999999;
}

:-ms-input-placeholder {
    color: #999999;
}

::placeholder {
    color: #999999;
}

.contact_box {
    padding: 0 5%;
}

.contact_detail_box h3 {
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact_detail_box h3:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 5px;
    background: #ff0053;
}

.contact_detail_box .txt_link {
    color: #555555;
    font-weight: 700;
    display: block;
}

.contact_detail_box {
    position: relative;
    background: url(../img/contact_footer_bg.png);
    min-height: 750px;
    background-size: cover;
    background-position: bottom right;
    padding: 25px;
}

@media(max-width: 767px) {
    .contact_box {
        padding: 0;
        border-right: none;
    }
    .faq_content {
        padding: 10px 14px;
    }
}