
    .iconfootA{
        width:20px;
    }
    .iconfootB{
        width:50px;
    }

    #backfoot{
        height:80vh;
        background-color:#EEEEEE;
    }

    #footernew3-4{
        margin-top:0px;
    }
    
    div.backmo div:hover {
        /* background-color: #DFDFDF; */
        background-color: red;
    }

    div .bgmousefoot div:hover{
        background-color: #EFEFEF;
    }
    
    @media only screen and (max-width: 1200px) {
        .iconfootA{
            width:30px;
        }
        .iconfootB{
            width:50px;
        }

        #backfoot{
            height:80vh;
            background-color:#EEEEEE;
        }

        #footernew3-4{
            margin-top: 0px;
            margin: auto;
            padding:30px
        }
    }

    @media only screen and (max-width: 992px){
        #backfoot{
            height:60vh;
            background-color:#EEEEEE;
        }

        #footernew3-4{
            margin-top: 0px;
            margin: auto;
            padding:30px
        }

        .iconfootB{
            width:50px;
        }
    }

    @media only screen and (max-width: 400px){
        #backfoot{
            height:90vh;
            background-color:#EEEEEE;
        }

        #footernew3-4{
            margin-top: 0px;
            margin: auto;
            padding:30px
        }

        .iconfootB{
            width:40px;
        }
    }


