.footer .logo a {
    color: #fff;
}

.logo a {
    line-height: 25px;
    color: #404040;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.logo a span {
    position: relative;
    font-size: 25px;
    color: #2c7255;
    line-height: 25px;
}

.footer_about_text {
    font-size: 14px;
    font-weight: 500;
    color: #d3d3d3;
    line-height: 2.14;
    margin-top: 39px;
}

.footer_social {
    margin-top: 30px;
}

.footer_social ul li a i {
    color: #fff;
}

.footer_contact_title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.footer_contact_form_container {
    margin-top: 43px;
}

.footer_contact_form div input {
    width: calc((100% - 12px)/2);
}

.footer_contact_input {
    width: 100%;
    height: 47px;
    background: #6a6d72;
    border: none;
    outline: none;
    padding-left: 20px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 500;
}

.footer_contact_textarea {
    height: 98px;
    padding-top: 15px;
}

.footer_contact_input {
    width: 100%;
    height: 47px;
    background: #6a6d72;
    border: none;
    outline: none;
    padding-left: 20px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 500;
}

.footer_contact_button {
    width: 275px;
    height: 54px;
    background: #2c7255;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-top: -5px;
}

.footer_hours {
    background: rgba(22,22,23,.61);
    padding-left: 27px;
    padding-top: 35px;
    padding-bottom: 60px;
    padding-right: 30px;
}

.footer_hours_title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.hours_list {
    margin-top: 15px;
}

ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.hours_list li:not(:last-child) {
    margin-bottom: 10px;
}

.hours_list li div {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.parallax_background--footer {
    background-image: url("/images/surgery.jpg");
    min-height: 250px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.final {
    background:#fff;
}

.final h5 {
    font-size:12px;
}

.final a {
    color:#2c7255;
    font-weight: 700;
    text-decoration:underline
}

.final img {
    width:5%;
    margin: 0 10px;
}

@media (max-width:767px){
    .footer_contact_form div input {
        width: 100%;
    }
    .footer_contact_button {
        width: 100%;
        margin-bottom: 20px;
    }
    .final img {
        width: 12%;
    }
}
