.contact-us-header {
    position: relative;
    height: 35vh;
}
.contact-us-header .back-ground-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(/assets/img/contact-us/bg2.png);
}
.contact-us-header .bred-crub-section {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.contact-us-header .bred-crub-section .page-title {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
}
.contact-us-header .bred-crub-section .bred-crub p {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
}
.contact-form .contact-from-header {
    text-align: center;
}
.contact-form .contact-from-header h2 {
    letter-spacing: 2px;
    color: #f24e54;
    text-transform: capitalize;
}
.contact-form .contact-from-header h2 span {
    color: #2f3241;
    margin-left: 2px;
}
.contact-form .contact-form-form form input, .contact-form .contact-form-form form textarea {
    border-color: #eee !important;
}
.contact-form .contact-form-form form input::placeholder, .contact-form .contact-form-form form textarea::placeholder {
    color: #6e6e6e;
}

