@media screen and (max-width:896px){
    .header4{
        margin-left:30%;
        white-space: nowrap;
    }
    .li2{
        padding:10px;
    }
    .footer1 img{
        width:100px;
        height:100px;
    }
    .li1{
        padding:10px;
        white-space: nowrap;
    }
    .ul1{
        margin:0;
    }
    h1{
        left:30%;
    }
    h2{
        left:35%;
    }
    footer{
        margin-top:1100px;
    }
    h4{
        top:880px;
    }
    h5{
        top:900px;
    }
}

@media screen and (max-width:480px){
    .header4{
        margin-left:20%;
    }
    .header img{
        height: 100px;
    }
    .li2{
        display:none;
    }
    .header3{
        font-size:20px;
    }
    .header2{
        font-size:30px;
    }
    .ul1{
        display:none;
    }
    h1{
        left:5%;
    }
    h2{
        left:13%;
    }
    footer{
        margin-top:1600px;
    }
    h4{
        top:1370px;
    }
    h5{
        top:1390px;
    }
}