.mobile-banner {
  height: 80px;
  display: flex;
  background-color: #F4F6FB;
  align-items: center;
  position: relative;
}

.mobile-banner-close-btn {
  color: darkslategray;
  font-size: 1.25rem;
  text-align: center;
  width: 7%;
  cursor: pointer;
}

.mobile-banner-icon {
  width: 3rem;
  height: 3rem;
  background: url(/themes/custom/ummatour/logo_mobile_banner.svg) no-repeat;
  background-size: cover;
}

.mobile-banner-text {
  font-size: 11px;
  margin-left: 7px;
}

@media (min-width: 360px) {
  .mobile-banner-text {
    font-size: 13px;
  }
}

.mobile-banner-text span {
  color: #0EB0E7;
}

.mobile-banner-go-btn {
  font-weight: bold;
  font-size: 0.875rem;
  position: absolute;
  right: 0.75rem;
  bottom: 10px;
}

@media (min-width: 360px) {
  .mobile-banner-go-btn {
    font-size: 0.875rem;
  }
}

@media (min-width: 414px) {
  .mobile-banner-go-btn {
    font-size: 1rem;
  }
}

.mobile-banner-go-btn a {
  color: #0EB0E7;
}
