/* Header */
.header{
    top: 0;
}
body.admin-bar .header{
    top: 32px;
}
.button.button-small img{
    max-width: 10px;
    transition: filter ease-in-out 0.2s;
}
.header-active .button.button-white .button-icon img, 
.header-fixed .button.button-white .button-icon img, 
.header-black .button.button-white .button-icon img, 
.header-single .button.button-white .button-icon img{
    filter: invert(1);
}

/* Footer */
.footer-desc p:last-child{
    margin: 0;
}
.footer-item .menu{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer-item .menu li:not(:last-child){
    margin-bottom: 12px;
}
.footer-item .menu li a{
    text-decoration: none;
}
@media (max-width: 1650px){
    .footer-item .menu li:not(:last-child){
        margin-bottom: 10px;
    }
}


/* For Physicians */
.expertise h2{
    max-width: 100%;
}


/* Our Solutions */
.main-section .section-desc{
    /* max-width: 100%; */
}


/* CF7 */
.input-control.wpcf7-not-valid{
    border-bottom-color: var(--red);
}
.wpcf7-not-valid-tip{
    display: block;
    font-size: 14px;
    margin-top: 8px;
    color: var(--red);
}
.wpcf7 form .wpcf7-response-output{
    padding: 0;
    margin: 0;
    border: none;
    font-size: 16px;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output, 
.wpcf7 form.aborted .wpcf7-response-output{
    color: var(--red);
}
.wpcf7 form.sent .wpcf7-response-output{
    color: var(--green);
}