.footer {
    /* background: rgba(255, 255, 255, 0.8); */
    padding-top: 75px;
    /* padding-bottom: 15px; */
    background: linear-gradient(0deg, rgb(8 50 102 / 85%) 0%, rgb(8 50 102 / 85%)100%), url('../img/footer/footer-min.jpg?v=1.0');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 100%;
    font-size: var(--footer-li-size);
    position: relative;
    z-index: 1;
    font-weight: var(--font-regular);
    color: var(--white);

}
.footer .logo {
    margin-bottom: 20px;
}
.footer h5 {
    font-weight: var(--font-bold);
    font-size: var(--main-heading);
}
.footer li {
    margin-bottom: 8px;
}
.footer li a {
    color: var(--white);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    
}
.footer li a:hover {
    opacity: .8;
}
.footer .logo img {
    max-width: 100%;
    height: 120px;
}
.footer .social-icons svg {
    /* margin-right: 10px; */
}
.footer .social-icons a:hover svg path {
    fill: var(--color-one);
}
.footer .contact-info svg {
    /* margin-right: 10px; */
    height: 22px;
    width: 22px;
    flex-shrink: 0;
}
.footer .contact-info a {
    color: var(--white);
    text-decoration: none;
}
.footer .contact-info a:hover {
    text-decoration: underline;
}
.footer .privacy-policy a {
    color: #333;
    text-decoration: none;
}
.footer .privacy-policy a:hover {
    text-decoration: underline;
}
.footer .privacy-policy {
    margin-top: 50px;
    background-color: var(--white);
    color: var(--color-one);
    font-weight: var(--font-semibold);
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer .privacy-policy p {
    margin-bottom: 0;
}
.footer .privacy-policy .logo img {
    max-width: 100%;
    height: 80px;
}
.footer .privacy-policy .logo img.new-logo{
    height: 40px;
}
.footer .privacy-policy .logo {
    margin-right: 20px;
}
.footer .privacy-policy .logo:last-child {
    margin-right: 0;
}
.footer .fx {
    display: flex;
    flex-grow: 1;
    margin-bottom: 1rem;
    gap: 10px;
}
.footer .social-icons a {
    width: 30px;
    height: 30px;
    /* background-color: var(--color-one); */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 1s;
    -webkit-transition: all .2s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    border-radius: var(--border-radius-xxs);
    -webkit-border-radius: var(--border-radius-xxs);
    -moz-border-radius: var(--border-radius-xxs);
    -ms-border-radius: var(--border-radius-xxs);
    -o-border-radius: var(--border-radius-xxs);
}
.footer .social-icons a:hover {
    background-color: var(--white);
}
@media (max-width: 575.98px) {
    .footer .privacy-policy {
        margin-top: 10px;
        text-align: center;
    }
    .footer .privacy-policy .logo img {
    height: 40px;
    margin-top: 16px;
}
.footer .privacy-policy .logo img.new-logo{
    height: 30px;
}
}
@media (max-width: 991.98px) {
    .footer .logo img {
        height: 90px;
    }
    .footer .contact-info {
        margin-top: 20px;
    }
}
@media (max-width: 1199.98px) {
    .footer .contact-info svg {
        height: 20px;
        width: 20px;
    }
    .footer .privacy-policy {
        margin-top: 20px;
    }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
.footer .privacy-policy .logo img {
    height: 40px;
}
}
@media (min-width: 1200px) and (max-width: 1535.98px) {
    .footer .social-icons svg {
        height: 14px;
        margin-right: 5px;
    }
    .footer .contact-info svg {
        margin-right: 5px;
        width: 17px;
    }
    .footer h5 {
        margin-bottom: 22px;
    }
    .footer {
        padding-top: 55px;
    }
    .footer li {
        margin-bottom: 6px;
    }
    .footer .logo {
        margin-bottom: 15px;
    }
    .footer .logo img {
        height: 100px;
    }
}
@media (min-width: 1536px) {
    .footer h5 {
        margin-bottom: 30px;
    }

}