/*--------------------------------------------------------------
    # Contact
  --------------------------------------------------------------*/
body {
    background-color: var(--primary-extra-light)
}

#contact {
    width: 100%;
    position: relative;
    padding: 20px 0 0 0;
}

#contact .card {
    transition: .5s all;
}

#contact .card-top {
    position: relative;
}

#contact .card-img {
    height: 200px !important;
}

#contact .members .card {
    width: 100%;
    border: 0;
    background-color: white;
}

#contact .members .card .card-body {
    padding: 13px 10px 10px 10px;
}


#contact .members .card .card-body .content {
    padding: 30px;
}

#contact .members .card .card-body .content p {
    font-size: .95rem;
}


#contact .members .card .card-body .content .sub-heading {
    color: #000;
    font-size: 1.1rem;
    padding: 0;
    line-height: 1.8;
}

#contact .members .card .card-body .content .sub-heading a {
    color: var(--primary-dark)
}

#contact .members .card .card-body .content label {
    font-weight: bold;
    color: var(--primary-dark);
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 10px;
}

#contact .members .card .card-body .content input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid var(--primary-dark);
    border-radius: 5px;
    padding: 7px;
}

#contact .members .card .card-body .content textarea {
    display: block;
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    border: 1px solid var(--primary-dark);
    border-radius: 5px;
}

#contact .members .card .card-body .content input:focus, #contact .members .card .card-body .content textarea:focus {
    outline: none;
}

#contact .members .card .card-body .content .submit-btn {
    border: 0;
    color: #fff;
    background: var(--primary-dark);
    font-weight: bold;
    font-size: 1rem;
    border-radius: 25px;
    padding: 10px 20px;
    max-width: 100%;
}