#hero-contact-us .row {
    height: 500px!important;
}
#hero-contact-us {
    background: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: linear-gradient(0deg, rgb(0 0 0 / 55%), rgb(0 0 0 / 55%)), url(../../media/images/green-awards-hero-img.jpg)!important;
}
#contact-content .card-primary {
    box-shadow: none;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 20px;
    background: #fff;
}
#contact-content .card-primary ul {
    padding-left: 0;
    list-style: none;
}
#contact-content .card-primary li, #contact-content h3{
    padding-bottom: 15px;
}
#contact-content .card-primary li:last-child {
    padding: 0;
}
#contact-content .card-primary a{
    text-decoration: none;
    color: #000000;
}
#contact-content i {
    color: #000000;
    padding-right: 20px;
}
#contact-location {
    padding: 0 20px 0 20px!important;
}
#contact-location .container, #contact-location .col
, #contact-location .container-fluid {
    padding: 0;
}
#contact-content textarea, #contact-content input, #contact-content form {
    border-radius: 5px;
}
#contact-content #fname {
    margin-right: 15px!important;
}
#contact-content form {
    padding: 18px;
    text-align: end;
    background: #fff;
}

#contact-content textarea {
    height: 250px;
}
#contact-content {
    padding-bottom: 30px!important;
    background: #fafafa!important;
}

@media screen and (max-width: 980px) {
    #contact-content .row {
        display: block;
    }
    #contact-content .col .row:first-child {
        padding-top: 20px;
    }
    #contact-content .row .col .row:last-child .col {
        margin: 0!important;
    }
    form #fname {
        margin-bottom: 15px;
    }
    #contact-content .form-group.d-flex {
        display: block!important;
    }
    #contact-content textarea {
        height: 150px;
    }
    #contact-location {
        margin: 30px 15px;
    }
    #email, #company_name {
        margin-bottom: 15px;
    }
}
