footer{
    background-color: rgb(17, 17, 80);
    padding-bottom: 50px;
    
}
footer .div1{
    width: 300px;
}
footer .div1 .text{
    margin-top: 20px;
}
footer .div1 i{
    font-size: 25px;
    margin-right: 15px;
}
footer h4{
    margin-left: 20px;
    margin-bottom: 20px;
}
footer span{
    font-size: 25px !important;
}
footer img{
    margin-top: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    footer{
    width: 99% !important;
}

footer span{
    
    font-size: 20px !important;
}

}

@media screen and (max-width: 767px) {

footer{
    padding-bottom: 30px;
}
footer > div{
    margin-top: 40px;
}
footer img{
    width: 60px !important;
    height: 60px !important;
    margin-top: 10px;
}
footer .div{
    margin-top: 30px !important;
}
footer .div1{
    padding-left: 20px;
    width: 100%;
}
footer span{
    font-size: 30px !important;
}
footer .div1 .text{
    width: 90%;


}

}