/***********Footer CSS Starts******************/

#footer .footer-divider {
    border-top: 1px solid #D1D1D1;
    max-width: 351px;
    margin: 22px 0;
}

#footer a::after { 
    display: none !important;
}


/* Social Media Starts */

#footer .social-media {
    align-items: flex-start;
    gap: 3px;
}

#footer .social-media-icons {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 62px;
    align-items: center;
}

#footer .social-media a {
    display: flex;
    align-items: center;
}

#footer .social-media a img {
    width: 34.27px;
    height: 34.57px;
}

#footer .social-media a[href="#"] {
    pointer-events: none;
}

#footer .pink-bracket {
    max-height: 64px;
        display: none;
}

/* Social Media Ends */


/* Links Starts */

#footer .footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

#footer .footer-links p {
    margin-bottom: 0;
}

#footer .footer-links a {
    font-weight: 700;
    font-size: 14px;
    line-height: 175%;
    color: #535553;
text-decoration: underline;
    
}

/* Links Ends */

/* CALQUENCE and ASTRAZENECA logo Starts */

#footer .brand-logos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
}

#footer .brand-logos img{
    width: 173px;
    height: auto;
}

/* CALQUENCE and ASTRAZENECA logo Ends */

/* Disclaimer Starts */

#footer .footer-disclaimer {
    margin-top: 50px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    padding-left: 10px;

}

#footer .footer-disclaimer p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 18px !important;
    margin-bottom: 0;
    color: #535553;
}

#footer .footer-disclaimer img {
    margin-right: 8px;
}

/* Disclaimer Ends */

@media screen and (min-width: 992px) {
    #footer .social-media a {
        margin: 0 59px;
    }
    #footer .footer-disclaimer {
        margin-top: 37px;
    }
}

@media screen and (max-width: 991px) {
    #footer .footer-disclaimer {
        padding-right: 20px;
        gap: 0px;
    }
}

/***********Footer CSS Ends******************/


/*Compatibility issues - 26/09/2025*/

.br_footer-align-wrap {
    display: none;
}

@media (min-width:377px) and (max-width:397px) {
    .br_footer-align-wrap {
        display: block;
    }
}
