/* Start custom CSS for html, class: .elementor-element-6bc42ed */.mobile_menu {
    bottom: 0px;
    left: 0px;
    z-index: 999;
    position: fixed;
    width: 100%;
   box-sizing: content-box;
  border-width: 2px;
background: rgb(241,226,110);
background: linear-gradient(0deg, rgba(241,226,110,1) 0%, rgba(209,174,53,1) 100%);
}

.mobile_menu ul.menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.mobile_menu ul.menu li {
  text-align: center;
  width: 20%;
}
.mobile_menu ul.menu li a {
    color: rgb(00, 0, 0);
}
div.mobile_menu ul.menu li a i {
  display: block;
  /* background: #fff; */
  width: 27px;
  height: 27px;
  margin-left: auto;
  margin-right: auto;
  color: rgb(0, 0, 0);
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  margin-top: 15px;
  font-size: 25px;
}
div.mobile_menu ul.menu li:nth-child(3) {
  position: relative;
}
.mobile_menu ul.menu li a div {
  position: absolute;
  width: 100%;
  bottom: 0;

  font-size: 1px;
}
.mobile_menu ul.menu li a div img {
  width: 70px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #0A0A0A;

  border-radius: 70px;
}
.img-fluid
{/* End custom CSS */