.wrap {
  margin-top: -55px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 15px 15px 0px 0px;
  padding: 12px 15px 0px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  overflow-y: auto;
  height: calc(100dvh - 118px);
}

.container {
  margin: 0;
  max-width: 100% !important;
}

.header_mobile {
  padding: 15px 0 75px;
  background-color: #F2F2F2;
  background-size: cover;
  background-repeat: no-repeat;
  height: 115px;
}
.header_mobile .inner_header.three_inRow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: 99;
  background-size: cover;
  background-repeat: no-repeat;
}
.header_mobile .inner_header.three_inRow a.back {
  margin-right: auto;
}
.header_mobile .inner_header.three_inRow h3 {
  color: black;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-right: auto;
}

.footer {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: -1px;
  background: #fafafa;
  padding: 8px 15px;
  z-index: 1056;
}
.footer ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.footer ul li {
  text-align: center;
}
.footer ul li a {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 1;
  color: #454444;
  text-decoration: none;
}
.footer ul li a span {
  display: block;
  color: #3D3C3C;
  font-size: 3.2vw;
  margin-top: 5px;
  text-transform: uppercase;
}

.support_pop {
  z-index: 9999;
}

.support_pop .offcanvas-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  gap: 10px;
}

.support_pop .offcanvas-body .btn.btn-success {
  background: #198754;
  border-radius: 5px;
}

.support_pop .offcanvas-body .btn {
  width: 45%;
  font-size: 4vw;
  height: 45px;
}

.support_pop .offcanvas-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}/*# sourceMappingURL=mobile.css.map */