/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #024E25 !important;
  padding: 60px  !important;
  color: rgba(255, 255, 255,0.9);
}
.footer .footermenu {
  display: flex;
}  
.footer .sList {
  width: 20%;
}
.footer h4{font-size: 19px;margin-bottom: 20px;}
.footer li {
  list-style-type: none;
  margin-bottom: 5px;
}
.footer ul{padding: 0px;}
.footer li a{
  color: rgba(255, 255, 255,0.7) !important;
  font-size: 14px;
  font-weight: 100;
  padding: 0px !important;
}
.footer .res {
  color: rgba(255, 255, 255,0.7);
  font-size: 14px;
  margin-top: 20px;
  text-align: left;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block !important;
  float: unset !important;
  line-height: normal !important;
}
.footer ul li{
  padding: 0px !important;
  line-height: 24px !important;
}
.footer ul li a:hover {
  background: transparent !important;
}
.flogo{
  width: 25% !important;
}
.fmenu{
  width: 15% !important;
}
@media (min-width: 300px) and (max-width:768px){
  .footer{
    padding: 10px !important;
    text-align: left !important;
  }
  .footer .footermenu{
    flex-direction: column;
  }
  .footer .sList {
    width: 100% !important;
  }
  .footer h4 {
      margin-bottom: 9px;
      margin-top: 15px;
  }
  .footer ul li{
    text-align: left;
  }
}