ul.b_stick_footer {
  display: none;
}
.enquiry_popup {
  background: rgba(0, 0, 0, 0);
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  bottom: -25%;
  left: -36%;
  transform: translate(50%, 37%);
  z-index: 999;
  font-family: NeoSansPro-Regular;
}
.enquiry_close::before {
  content: "";
  position: absolute;
  font-family: FontAwesome;
  right: 60px;
  top: -16px;
  background: url(../images/cross_circle.webp);
  padding: 21px;
  background-repeat: no-repeat;
  background-size: 83%;
}
.enquiry_popup .enquiry_contents {
  width: 230px;
  height: fit-content;
  padding: 15px;
  background: #fff;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 0 1px 0 #a2a2a2;
}
.enquiry_popup .enquiry_close {
  color: #f58220;
}
.dial_color {
  color: #442c8c;
  margin: 0 !important;
  font-weight: 700;
}
#myBtn span {
  font-size: 20px;
}

@media (max-width: 768px) {
  ul.b_stick_footer {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    border: 1px solid #9dd2f2;
  }
  .footer_sticky {
    position: fixed;
    bottom: 0;
    background: #442c8c;
    width: 100%;
    z-index: 99999999;
    border-radius: 10px 10px 0 0;
  }
  .b_stick_footer a {
    text-align: center;
    text-decoration: none;
  }
  .b_stick_footer img {
    max-width: 100%;
    width: 22px;
  }
  .b_stick_footer a li {
    font-size: 12px;
    font-weight: 600;
    color: #442c8c;
  }
  section.mobile_footer {
    margin-bottom: 63px;
  }
  .enquiry_contents img {
    width: 11%;
    height: 10%;
    margin-top: 5px;
  }
  .enquiry_contents ul li span {
    display: block;
    margin-left: 22px;
    font-size: 16px;
  }
  .enquiry_contents ul a {
    text-decoration: none;
  }
  .enquiry_contents ul li {
    display: flex;
    border-bottom: 1px solid #c1c1c1;
    padding: 5px;
  }
  .enquiry_contents ul a:last-child li {
    border-bottom: 0;
  }
  .enquiry_contents li:first-child img {
    width: 17%;
    height: 10%;
    margin-top: 0;
  }
}
