.blog,
.faq,
.freelancer {
    display: none;
}

.footer-area .footer-item__logo {
    text-align: center;
}

.social-list {
    justify-content: center;
}

.footer-area .footer-item__desc {
    text-align: center;
}

.footer-area .copyright {
    padding: 18px 0 28px 0 !important;
    margin-top: 0px !important;
}

.footer-area .copyright p {
    font-size: 13px !important;
}

.navbar-brand.logo img {
    max-height: 60px !important;
}

/* For screens wider than 992px */
@media (min-width: 992px) {
    .pt-120 {
        padding-top: 40px !important;
    }
}

/* For screens 991px and smaller */
@media screen and (max-width: 991px) {
    .header {
        padding: 14px 0 !important;
    }
}

.py-80 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.jobs-details .right-side .info .content {
    width: 100%;
}

p {
    line-height: 22px !important;
}

.header .navbar-toggler.header-button i
 {
    font-size: 35px !important;
}

.jobs-details .left-side{
    background: cornsilk !important;
}

textarea.form--control
 {
    height: 100px !important;
}

@media only screen and (max-width: 571px) {
    .banner-section .banner-thumb {
        padding-top: 10rem;
    }
}