.custom-body {
  width: 85%;
  margin: 0 auto;
}

.inner_pages_content {
  height: unset;
  box-shadow: none;
}

.overlapOne_header {
  margin-top: 0px;
}

.mobile_balance {
  width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 1.5px solid #b31f24;
  border-radius: 15px;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.09);
  margin-bottom: 60px;
}
.mobile_balance .sub_viambl {
  margin-bottom: 10px;
}
.mobile_balance .sub_viambl h3 {
  font-size: 20px;
}

.subscribe-btn {
  margin: 0px 0px 0px;
  padding: 10px 40px;
  font-size: 16px;
}
.subscribe-btn:hover {
  background: #FFC619 !important;
  color: black !important;
}

.offers h4 {
  text-align: center !important;
  font-size: 20px !important;
}
.offers ul {
  display: flex;
  flex-wrap: wrap;
}
.offers ul li {
  width: 50%;
}
.offers ul li span img {
  width: 45px !important;
  height: 35px !important;
}
.offers ul li span .tripImg {
  width: 60px !important;
  height: 70px !important;
}
.offers ul li p {
  font-size: 16px !important;
}
.offers ul li p strong {
  font-size: 18px !important;
  margin-bottom: 0px !important;
}

.mbl_nmbr {
  width: 75%;
}

.logo-wrap {
  display: flex !important;
  justify-content: center;
  margin: 30px auto;
}

.logo-img {
  width: 230px;
}
.logo-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.home_main a h4 {
  font-size: 20px;
}
.home_main a h4 small {
  font-size: 17px;
}

.home_main a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home_main a img {
  width: 85px !important;
}

.custom-row {
  justify-content: center;
}

.home_main h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.custom-border {
  border-top: 1px solid lightgrey;
}

.otp_wrap {
  display: unset;
}

.mobile_balance .form_check {
  margin: 24px 0px;
}
.mobile_balance .form_check .form-check-input {
  height: 1em;
  width: 1em;
}
.mobile_balance .form_check label {
  font-size: 15px;
}

.otp-input {
  width: 15%;
}/*# sourceMappingURL=desktop.css.map */