footer.footer-wrap.footer-desktop {
    display: block !important;
    overflow: hidden;
}
/* footer.footer-wrap.footer-mobile {
    display: none !important;
} */
footer {
    background-color: #accafe;

}
footer .footer_widget_area{
    padding: 0px 0 40px 0 !important;
}
footer .row {
    margin: 0;
}
footer .footer-upper-side {
    display: flex;
}
footer .footer-upper-side .footer-logo {
    text-align: center;
}
footer .footer-upper-side .footer-logo img {
    margin-top: 10px;
    padding-right: 8px;
    padding-bottom: 5px;
}
footer .footer-upper-side .footer-logo .footer-text {
    margin-top: 10%;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 15px;
    color: #fff;
}
footer .footer-upper-side .footer-section {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 100px;
}
footer .footer-upper-side .footer-section .footer-title {
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    color: black;
    text-align: left;

}
footer .footer-upper-side .footer-section .address-sec{
    margin-top: 30px;
}
footer .footer-upper-side .footer-section .address-sec .title{
    font-size: 16px;
    text-align: left;
    color: white;
}
.sub-title{
    font-size: 16px;
    text-align: left;
    color: white;
    padding-top: 20px;
}
footer .footer-upper-side .footer-section .footer-nav {
    padding: 0;
   margin-top: 30px;

}
footer .footer-upper-side .footer-section .footer-nav a {
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    cursor: pointer;
}
footer .footer-upper-side .footer-section .footer-nav a:hover {
    color: var(--bs-link-hover-color) !important;
    transition: all 0.4s ease-in-out;

}


footer .footer-upper-side .footer-section .footer-nav .active {
    color: var(--bs-link-hover-color) !important;
}


footer .footer-upper-side .footer-section .footer-nav li a {
    color: #fff !important;
    list-style-type: disc;
    display: list-item;
    list-style-position: inside;
    margin-bottom: 4%;
    text-align: left;
}
footer .footer-upper-side .footer-social-section .social-icon{
    display: flex;
    margin-top: 20px;
}
footer .footer-upper-side .footer-social-section .social-icon a {
    color: white;
    margin-right: 20px;
    cursor: pointer;
    font-size: 30px;
}
footer .footer-upper-side .footer-social-section .social-icon a:hover {
    color: var(--bs-link-hover-color) !important;
    transition: all 0.4s ease-in-out;
}
footer .copy-footer {
    border-top: 1px solid black;
}
footer .copy-footer .copyright {
    color: #fff;
    font-size: 16px;
    line-height: 14px;
}
@media (max-width: 768px) {
    footer .footer-upper-side .footer-section {
       
        margin-left: 20px;
    }
    footer .footer-upper-side .footer-logo .footer-text {
        font-size: 16px;
   }
    footer .footer-upper-side .footer-section .footer-nav a {
        font-size: 16px;
   }
    footer .footer-upper-side .footer-section .social-icon a {
        color: white;
        margin-right: 20px;
   }
}
@media (max-width: 575px) {
    
    /* footer.footer-wrap.footer-desktop {
        display: none !important;
   }
    footer.footer-wrap.footer-mobile {
        display: block !important;
   } */
    footer .copy-footer {
        justify-content: center;
   }
    footer .copy-footer .privacy-policy {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
   }
    footer .footer-upper-side .mobile-social {
        padding-top: 35px;
   }
    footer .footer-upper-side .footer-header {
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        color: #fff;
   }
    footer .footer-upper-side .footer-section .footer-nav a {
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
        text-align: right;
        color: #fff;
   }
}
