header {
    background-image: url(../../../images/contact-us/background.jpg);
    height: 60vh;
    min-height:400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 76px;
    margin-top: 0;
    position: relative;
    color: #fff;
}

.title {
    position: absolute;
    color: #ffff;
    border-bottom: 4px solid rgba(255, 255, 255, 0.3);
    padding: 0.625rem;/*10px*/
    left: 0;
    right: 0;
    font-size: 3.4375rem;/*155px*/
    margin: auto 1.875rem;/*30px*/
}

.navbarSupportedContent li {
    padding: 0;
}

form.contact-us input, form.contact-us textarea {
    background: #f6f6f6 !important;
}

section.content {
    padding: 1rem 1.8753rem;
    margin: 2.5rem auto;/*40px*/
    background: #fff;
}

@media (max-width: 575.98px) {
    section.content {
        margin: auto;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    section.content {
        margin: auto;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    section.content {
        margin: 2.5rem 4.375rem;/*40px-70px*/
        /*-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);*/
        /*-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);*/
        /*box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);*/
        /*border-bottom: 4px solid rgba(0, 0, 0, 0.4);*/
    }

    .title {
        margin: auto !important;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    section.content {
        margin: 2.5rem 6.25rem;
        /*-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);*/
        /*-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);*/
        /*box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);*/
        /*border-bottom: 4px solid rgba(0, 0, 0, 0.4);*/
    }

}

