* {
    box-sizing: border-box;
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
    margin: 0;
    padding: 0;

}

/* contact@careiumpharma.in */
body {
    /* font-family: Verdana, sans-serif; */
    font-family: sans-serif !important;
    background-color: #E7F2FA !important;
}

a.nav-link span {
    color: #2661a9 !important;
    font-weight: 600;
}

a.dropdown-item span {
    color: #2661a9 !important;
    font-weight: 600;
}

a.dropdown-item.active span {
    color: #2661a9 !important;
    font-weight: 900;
    border-bottom: 2px solid #2661a9 !important;
    background-color: transparent !important;
  
}
a.dropdown-item.active{
    background:  white !important;
}
/* Active Navbar */
a.nav-link.active span {
    color: #2661a9 !important;
    font-weight: 900;
    border-bottom: 2px solid #2661a9 !important;

}

a.nav-link span:hover {
    color: #2661a9 !important;
    font-weight: 900;
    border-bottom: 2px solid #2661a9 !important;
    /* animation: mymove 800ms;
    transition: all ease-in-out; */
}

a.dropdown-item span:hover {
    color: #2661a9 !important;
    font-weight: 900;
    border-bottom: 2px solid #2661a9 !important;
    /* animation: mymove 800ms;
    transition: all ease-in-out; */
}

@keyframes mymove {
    0% {
        border-bottom: 1px solid;
    }

    25% {
        border-bottom: 1px solid;
        border-right: 1px solid;

    }

    50% {
        border-bottom: 1px solid;
        border-right: 1px solid;
        border-top: 1px solid;
    }

    100% {
        border-bottom: 1px solid;
        border-right: 1px solid;
        border-top: 1px solid;
        border-left: 1px solid;
    }
}