.contact-us-section .banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/contact-us-banner.jpg);
    min-height: 460px;
}

.contact-us-section label {
    color: #000;
    font-weight: 500;
}

.contact-us-section input,
.contact-us-section textarea {
    border: 1px solid rgba(104, 104, 104, 1) !important;
    background-color: transparent;
}

.contact-us-section input:first-of-type,
.contact-us-section textarea:first-of-type {
    border: 1px solid rgba(104, 104, 104, 1) !important;
    background-color: transparent;
}

.contact-us-section .banner .overlay {
    background-color: rgba(0, 0, 0, 0.61);
    width: 100%;
    height: 100%;
    padding: 0 60px 0 250px;
}

.contact-us-section .banner .overlay p {
    font-size: 17px;
}

.contact-us-section .contact-methods {
    background-color: #174478;
}

.contact-us-section .contact-methods a {
    text-decoration: none;
    color: #FFFFFF;
}

.contact-us-section .contact-methods li {
    list-style: none;
    font-size: 14px;
}

.contact-us-section .method p {
    font-size: 14px;
}

.contact-us-section .contact-form {
    color: #174478;
}

.contact-us-section .contact-form input::placeholder {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
}

.contact-us-section .btn {
    background-color: #174478;
}

.contact-us-section .contact-form button:hover {
    color: #FFFFFF;
    background-color: #174478;
}



@media all and (max-width: 991px) {
    .contact-us-section .banner .overlay {
        padding: 0 20px;
    }

    .contact-us-section .banner .overlay p {
        font-size: 14px;
    }

    .contact-us-section .contact-form-row {
        justify-content: center;
    }
}

@media all and (max-width: 575px) {
    .contact-us-section .banner .overlay {
        padding: 0 20px;
    }

    .contact-us-section .banner .overlay p {
        font-size: 14px;
    }

    .contact-us-section .contact-form-row {
        justify-content: center;
    }
}