.footer{
    background: #5A33AB;   
}

.container-fluid .row .cl .footerpara {
    font-family: Urbanist;
    /* width: 74%; */
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
     
}

.container-fluid .row .cl .footerpara a{
    text-decoration: none;
    color: white;
    font-weight: 800;
}

.container-fluid .row  .footpara2{
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
}
.footer .row .footsec .fst{
    display: flex;
    align-items:center ;
    justify-content: center;
}.footer .row .footsec .fst  ul li h4{
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
}

.footer .row .footsec .fst  ul li{
    padding: 5px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}


.footer .row .col-md-3 .btmlogo li a{
    text-decoration:none;
}
.container-fluid .row .col-md-3 .btmlogo li a i{
    color: white;
}

.footer .row .col-md-3 .btmlogo{
    margin-top: 120px;
}

.footer .row2 .col-md-12 .anchor{
    color: white;
    font-family: Urbanist;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.015em;
    text-decoration: none;
    float: right;
}

.footer .row2 .col-md-12 p{
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.015em;
    color: white;
}

@media (max-width: 576px){
    .footer-copyright{
        text-align: center;
    }
    .footer .row .col-md-3 {
        margin: 2em auto;
        text-align: center;
    }

    .footer .row .cl, .footerpara{
        margin: 1em auto;
        text-align: center;
    }

    .footer .row .footsec, .footpara2, .fst, ul li{
        margin: 1em auto;
        text-align: center;
    }

    .footer .row .last, .footpara2, ul li{
        margin: 1em auto;
        text-align: center;
    }

    .footsec .fst .footpara2{
        margin: 1em auto;
        text-align: center;
    }

    .footer .row ul li{
        margin: 1em auto;
        text-align: center;
    }
    .footsec .fst ul li{
        margin: 1em auto;
        text-align: center;
    }

    .last {
        text-align: center;
    }
}

@media(min-width:500px){    
.footer .row2 .col-md-12 .anchor{
    color: white;
    font-family: Urbanist;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.015em;
    text-decoration: none;
    text-align: center;
}
}
