body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
.foot-small1{
    left: 0;
    right: 0;
    position: absolute;
    height: 40px;
    width: 100%;
    background-color:rgb(204, 204, 204);
    

}
.foot-small1 p:hover{
    /* margin-bottom:5px !important; */
    text-decoration:underline;
    cursor: pointer;
    color:red !important;
   
}
.foot-small2{
    width:100%;
    margin: auto;
    height:720px;
    background-color:rgb(0, 0, 0);
  
}
.flex{
    display: flex;
}
.foot-small2-part1{
    color:white;
    width:80%;
    margin:auto;
    justify-content:space-between;
    border-bottom: 2px solid rgb(165, 159, 159);

}
.foot-small2-part1 img{
    width:35px;
    height:35px;
    margin-top: 10px;
}
.foot-small2-part1 p{
    margin-left: 10px;
    font-size: 13px;
}
.foot-small2-part1 p:hover{
    text-decoration:underline;
    cursor: pointer;
}
.foot-small2-part2{
    width:80%;
    margin: auto;
    height: 460px;
    /* justify-content: space-between; */
  
    /* border: 1px solid white; */
    border-bottom: 2px solid rgb(165, 159, 159);
}
.foot-small2-part21{
    width:70%;
    /* border: 1px solid white; */
}
.foot-small2-part211 p,h4{
    color: white;
}
.foot-small2-part211 p:hover{
    text-decoration: underline;
    cursor: pointer;
}
.foot-small2-part211{
    margin-left:25px;;
}
.foot-small2-part211 img+p{
    margin-left:10px;
}
.foot-small2-part22{
    margin-left: 60px;
}
.foot-small2-part22 h1,p {
    color: white;
}
.foot-small2-part22 input{
    height: 35px;
    width: 250px;
}
.foot-small2-part22 button{
    padding:10px 15px;
    margin-left: 10px;
    color: white;
    font-size:17px;
    border-radius:20px;
    border: 1px solid white;
    background-color:black;
    cursor: pointer;
}
.foot-small2-part22 button:hover{
    background-color:rgb(175, 159, 159);
    color: rgb(226, 215, 215);
}
.foot-small2-part3{
    width: 80%;
    margin:auto;
    justify-content: space-between;
}
.foot-small2-part3 img{
    width:50px;
    height:50px;
    margin-top: 10px;
    cursor: pointer;
}