body{
    padding: 0%;
    margin: 0%;
}
a{
    text-decoration: none;
    /* color:rgb(212, 212, 212); */
    color: black;
    font-weight: 600;
}
#infooter{
    width:100%;
    height:350px;
    display: flex;
    
    background-color:#e5edf5 ;
}

#div1{
    width:45%;
    height:90%;
    margin-top: 2%;
}

#div2{
    width:10%;
    height:90%;
    margin-top: 2%;
    margin-left: 1%;
    color: rgb(212, 212, 212);
    font-size: 14px;
    line-height: 12px;
    font-family: Lato, sans-serif;
    color: black;
    padding-bottom: 4%;
}

#div2 a{
    margin-bottom: 20px;
  
}
#div3{
    width:10%;
    height:90%;
    margin-top: 2%;
    margin-left: 1%;
    color: rgb(212, 212, 212);
    font-size: 14px;
    line-height: 12px;
    font-family: Lato, sans-serif;
}
#div4{
    width:10%;
    height:90%;
    display: flex;
   
    margin-top: 2%;
    margin-left: 5%;
    color: rgb(212, 212, 212);
    font-size: 14px;
    line-height: 12px;
    font-family: Lato, sans-serif;
    color: black;
}
#div4>a{

    padding-right: 23%;
}

/* these css designs for left side logo and links below it */
#weblogo{
    width:25%;
    height:28%;
    margin-left: 15%;
}

#para1{
    margin-left: 14%;
    font-family: Montserrat,sans-serif;
}
#playstore{
    width:23%;
    height:27%;
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
    margin-left: 15%;
    margin-top: 3%;
 
}
#copyright{
    width:70%;
    height:10%;
    margin-left: 12%;
    font-size: 13px;
    font-style: italic;
    line-height: 0%;
    font-family: Lato, sans-serif;
    color:rgb(128, 128, 128);
    color: black;
}
#copy{
    font-size: 10px;
}
#loweritems{
    width:88%;
    height:20%;
    display: flex;
    margin-left: 12%;
    color:white;
    font-weight: 300;
    font-family: Calibri Light;
    /* line-height: 0%; */
    text-align: flex-start;
    justify-content: space-between;
    color: black;
}
#hiring{
    background-color:#4daa0b ;
    /* line-height: 0%; */
}