.footer-info{
    display: flex;
    width: 100%;
    max-width: 1032px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 990){
    .footer-info{
        flex-direction: column;
    }
}

div.acc-btn:before{
    /* content: "&#8964;" !important; 
    position: relative !important; 
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important; */
    position: absolute;
    right: 35px;
    top: 20px;
    height: 20px !important;
    font-size: 16px;
    font-weight: normal;
    color: #2095AE;
    line-height: 30px;
    content: "\25BC" !important;
    font-family: "Themify";
    transition: all 500ms ease;
    
}

.acc-btn.active:before{
    content: "\25B2" !important;
}
input.wpcf7-date:after{
    content: "\f073"  !important;        /* calendar icon */
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}