@charset "utf-8";
/* CSS Document */


.leibie{
	width: 100%;
	position: relative;
	background: #edeeea
} 
	
	
.leibie::before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 26px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  right: 5px;
  background-color: #f7f6f4;
  font-size: 15px;
  border-radius: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;} 

.leibie span { width: 100%;
	line-height: 50px;background-color: #eaeaea !important;
    font-size: 16px;
	position: relative;
	padding-left: 10px;
	color: #000;
	font-weight: 900;
 border-bottom: 1px solid #414241;width: 100%
}




.leibie .footer-list-light li a:hover{color:#fff}
.leibie .footer-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:calc(3px + 9*(0vw - 320px)/1600)}[dir=rtl]
.leibie .footer-list{padding-right:0}
.leibie .footer-list li {width:100%;}
.leibie .footer-list li {color: #666;
    display: block;
    padding-left: 18px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;}


.leibie .footer-list li a:hover{background-color: #f8f8f8 !important; width: 100%}
