.prefooter h3.toggle-title a {
    font-size: 20px;
}

body .footer-links .nectar-fancy-ul[data-list-icon=none] ul li {
    margin-bottom: 25px;
    margin-left: auto;
    line-height: 1;
    border-bottom: 2px solid #56616a;
    width: max-content;
    padding-bottom: 4px;
    transition: border .3s ease;
}

body .footer-links .nectar-fancy-ul[data-list-icon=none] ul li:hover,
.footer-mail a:hover,
.footer-address a:hover {
    border-bottom: 2px solid #fff;
}

.footer-mail a,
.footer-address a {
    line-height: 1;
    border-bottom: 2px solid #56616a;
    width: max-content;
    padding-bottom: 4px;
    transition: border .3s ease !important;
    opacity: 1 !important;
}

.footer-mail a {
    font-size: 24px;
}

.footer .inline ul {
    margin: 0;
    display: inline-flex;
    gap: 30px;
}

.footer li {
    list-style: none;
}

.footer .inline li {
    border-bottom: 2px solid #56616a;
    transition: border .3s ease !important;
    line-height: 1;
    padding-bottom: 4px;
}

.footer .inline li:hover {
    border-bottom: 2px solid #fff;
}

.footer .inline li,
.footer-copy p {
    color: #858e97;
}

.footer .nectar_icon_wrap i:before {
    line-height: 1;
}

.footer h2 strong {
    font-weight: bold;
}

body .footer a {
    color: #fff;
}

.footer-faq .toggle {
    border-bottom: 1px solid rgb(255 255 255 / 10%) !important;
}
.footer-faq .toggle:hover h3.toggle-title a i{
    color: white !important;
}
.footer-faq .toggle:hover h3.toggle-title a i::before,
.footer-faq .toggle:hover h3.toggle-title a i::after{
    background: white !important;
}
.footer-faq .toggle:hover h3.toggle-title a{
    color: white !important;
}
.footer-faq h3.toggle-title a{
    font-weight: 100 !important;
    font-size: 20px !important;
    color: #c9d0d7 !important;
}
.footer-faq h3.toggle-title a i{
    border: none !important;
    color: #c9d0d7 !important;
}
.footer-faq .inner-toggle-wrap p{
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 300 !important;
}

.copy p{
    width: max-content;
    margin-left: auto;
}

@media screen and (max-width: 1000px) {

    body .footer-links .nectar-fancy-ul[data-list-icon=none] ul li {
        margin-left: 0;
        font-size: 14px;
    }

    .footer-address a{
        font-size: 14px;
    }

    body .footer-links .nectar-fancy-ul[data-list-icon=none] ul li,
    .footer-mail a,
    .footer-address a,
    .footer .inline li {
        border-bottom: 1px solid #56616a;
        padding-bottom: 6px;
    }

    body .footer-links .nectar-fancy-ul[data-list-icon=none] ul li:hover,
    .footer-mail a:hover,
    .footer-address a:hover,
    .footer .inline li:hover {
        border-bottom: 1px solid #fff;
    }

    .footer .inline ul,
    .font_size_min_14px p{
        font-size: 14px !important;
    }

    .footer .inline li{
        width: max-content;
    }

    .footer-mail a{
        font-size: 18px;
    }


    .footer__title{
        margin-bottom: 0 !important;
    }

    .copy p{
        margin-left: 0;
    }

    .footer-faq h3.toggle-title a{
        font-size: 16px !important;
    }

}