.footerdiv ul{
    list-style: none;
}
.footerdiv ul li{
    font-size: 18px;
    margin-bottom: 10px;
}
.footerdiv p{
    font-size: 18px;
}
.top-footer{
    padding-top: 7px;
}
.footer-aashirvaad-logo{
    margin-bottom: 1rem;
}

.footer-second-column{
    text-align: center;
    font-size: 18px;
}
.flexlogodiv img{
    margin-right: 10px;
}
.flexlogodiv{
    margin-bottom: 1.5rem;
}
.footer-last-column{
    text-align: left;
    padding-left: 0;
}
.footer-second-column a{
    color: #2e2e2e;
}
.footer-second-column a:hover{
    text-decoration: none;
}
.bottom-footer p{
    margin-bottom: 5px;
}
.top-footer .row{
    align-items: center;
}
.contact-us-col{
    padding-right: 50px !important;
}
.itc-portal-col{
    padding-right: 98px !important;
}
@media only screen and (max-width: 798px){
    .footerdiv {
        /* padding: 7px 0 10px; */
        margin-bottom:40px !important;
    }
    .top-footer{
        padding: 7px 12px 0;
    }
    .top-footer .row{
        flex-direction: row;
        text-align: center;
        align-items: center;
        justify-content: space-between;
    }
    .footer-second-column {
        font-size: 12px;
    }
    .footer-second-column ul {
        padding-left: 0;
    }
    .footer-last-column {
        text-align: center;
        /* margin-top: 1rem; */
    }
    .flexlogodiv {
        justify-content: center;
    }
    .footer-itc-logo {
        /* margin-bottom: 1.5rem; */
        /* width: 40px; */
    }
    .contact-us-col {
        padding-right: 15px;
    }
    .itc-portal-col {
        padding-right: 15px;
    }
    .footer-aashirvaad-logo {
        margin-bottom: 0;
        width: 90px;
    }
    .line-two{
        display: inline-block;
        margin-top: 5px;
    }
}