.footerdivbefore{
  width:100%;
  background: url('Images/footer.png');
  display: flex;
  background-repeat: no-repeat;
  margin-top:-23px;
  height:100px;
}
.socialiconsdiv div ul.fulis,.socialiconsdivsclws div ul.fulis{
   
list-style-type:none;
display:inline-flex;
justify-content: space-around;
width: 60%;
align-items: center;
}

.fulis a, .lastulis a{
    cursor: pointer;
}

.lastulis{
  list-style-type: none;
  display: inline-flex;
  align-items: center;
  width: 70%;
  justify-content: space-around;
  margin-left:10px;
}

.lastulissclws{
list-style-type: none;
display: inline-flex;
align-items: center;
width: 60%;
justify-content: space-around;
margin-left: 15px;

}

.lastulis li a,.lastulissclws li a, .socialiconsdiv .fulis  li,.ul.fulis li label, .socialiconsdivsclws .fulis  li{
  color: #545c67;
    font-family: arial,helvetica,sans-serif;
    font-size: 10px;
}

.bfooter
{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.bfooterslcws{
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
}
.socialiconsdiv{
    width:100%;
    display:flex;
    margin-top:20px;
}  

.socialiconsdivsclws{
    width:100%;
    display:flex;
    margin-top:20px;
    height:50px;
}  
.socialiconsdiv div,.socialiconsdivsclws div{
   width:25%;
   margin-left:14px;
}
.lastrow {
    width:100%;
    display:flex;
   
}
.lastrow div:first-child{
    width:50%;
}
.lastrow div:nth-child(2){
    width:50%;
    display: flex;
    justify-content: flex-end;
}
.limg{
    width:50%;
    height:50px;
  }
  .Alimg{
    width:70%;
    height:50px;
  }


  @media all and (max-width: 767px)
{
  .Alimg{
    width:100%;
    height:50px;
  }

}