@media(max-width: 425px){
    .main_div_footer .footer-bottom .footer-links .footer-links-span span{
        margin: 0px 0px;
    }
    .main_div_footer .footer-bottom .footer-links .footer-links-span{
        display: flex;
        gap: 10px;
    }
        .main_div_footer .itishree-footer-container .footer-circle {
        left: 44.5%;
    }
}

@media(max-width: 401px){

    .main_div_footer .footer-bottom .footer-links .footer-links-span{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

@media(max-width: 375px){

     .footer-bottom-text{
        /* margin-right: 200px; */
    }
       .main_div_footer .footer-bottom .footer-social i{
        margin-top: 10px;
    }

}

@media(max-width: 320px){

    .main_div_footer .footer-bottom .footer-social i{
        margin-top: 10px;
    }
    .footer-bottom-text{
        /* margin-right: 100px; */
    }
}