svg.menu-icon2 {
    vertical-align: text-bottom;
}

a.nav-link {
    text-decoration: none !important;
}

span.soon {
    background-color: #feff99;
}

 .footer p {
    font-size: 12px;
}

@media only screen and (min-width: 992px) {
    .chart1 img {
        max-width: 500px !important;
    }
}


.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: initial !important;
    background-color: #fff; 
    padding: 8px !important;
}

.footer p {
        padding: 0px 10px;
}

@media only screen and (max-width: 991px) {
    .footer p {
        font-size: 12px; 
        }
    }


