.blue-middle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef6ff;
  padding: 120px 270px 160px 270px;
}
.blue-middle-wrapper .flyer-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 24px;
}
.blue-middle-wrapper .flyer-heading h1 {
  margin: 0;
}
.blue-middle-wrapper .flyer-heading .description {
  font-size: 20px;
  line-height: 30px;
  color: #333;
}
.blue-text {
  color: #004288;
}
.blue-image {
  width: 100%;
}
.bold-font {
  font-family: hellixbold;
}
.blog-section-miles {
  margin-top: 100px !important;
  margin-bottom: 120px !important;
}
.page-template-sme-page-template .article-carousel::after {
  display: none !important;
}
.ticket-text {
  line-height: 26px;
}
.miles-wrapper {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin-top: -210px;
  margin-bottom: 0px;
  display: flex;
  border-radius: 8px;
  padding: 50px;
  gap: 40px;
  justify-content: space-between;
  box-shadow: 0 6px 36px 0 rgba(0, 0, 0, 0.07);
}
.miles-wrapper .right-box {
  max-width: 380px;
}
.miles-wrapper .miles-outer-wrapper {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.miles-wrapper .miles-outer-wrapper .miles-inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.payments-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.total-wrapper {
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 24px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  height: 100%;
}
.total-wrapper .tab-heading {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.total-wrapper .input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.total-wrapper .input-wrapper .input-box {
  display: flex;
  align-items: center;
  padding: 21.5px 19px;
  max-width: 325px;
  height: 50px;
  border: 1px solid #f0f0f0;
  outline: none;
}
.total-wrapper .input-wrapper .input-box input {
  padding: 0;
  padding-left: 3px;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  border: none;
  color: #333;
}
.reward-box {
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
}
.reward-box .ticket-summary {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  display: flex;
  padding: 16px;
  gap: 16px;
  border-radius: 8px;
}
.reward-box .reward-summary {
  display: flex;
  justify-content: space-between;
}
.reward-box .reward-summary .light-grey-text {
  font-family: 16px;
  line-height: 26px;
  color: #747474;
  font-weight: 400;
}
.reward-box .reward-summary .dark-text {
  font-family: 16px;
  line-height: 26px;
  color: #333;
  font-weight: 400;
}
.reward-box .destination-wrapper button {
  padding: 0;
  cursor: pointer;
  outline: none;
  border: none;
  background: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #004288;
}
.reward-box .reward-detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.seperation-line {
  border-bottom: 1px solid #f0f0f0;
  height: 1px;
}
.disclaimer-wrapper {
  padding: 60px;
  color: #747474;
}
.disclaimer-wrapper li {
  font-size: 14px;
  line-height: 22px !important;
}
.disclaimer-wrapper ul {
  margin-left: 0 !important;
}
.desc-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  margin-bottom: 60px;
}
.desc-wrapper span {
  font-size: 20px;
  line-height: 30px;
}
h2 {
  margin: 0;
}
.payment-heading {
  font-size: 20px;
  line-height: 30px;
}
.d-none {
  display: none;
}
.destination-change-wrapper {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 16px 16px 32px 16px;
  gap: 24px;
  width: 90%;
  border-radius: 10px;
  max-width: 420px;
}
.destination-change-wrapper .cross-button {
  display: flex;
  justify-content: flex-end;
}
.destination-change-wrapper .cross-button .close-button {
  background: none;
  border: none;
}
.destination-change-wrapper .close-button:hover {
  cursor: pointer;
}
.destination-change-wrapper .destination-content {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.destination-change-wrapper .destination-content .destination-module-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.change-dest {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.radio-outer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.radio-outer-wrapper .radio-label {
  font-size: 14px;
  line-height: 22px;
  color: #747474;
  font-weight: 400;
}
.confirm-dest {
  background-color: #004288;
  border: none;
  outline: none;
  border-radius: 4px;
  height: 46px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .blue-middle-wrapper {
    padding: 120px 40px 160px 40px;
  }
  .miles-wrapper {
    flex-direction: column;
    padding: 24px;
  }
  .miles-wrapper .miles-outer-wrapper {
    gap: 16px;
    flex-direction: column;
  }
  .miles-wrapper .right-box {
    max-width: 100%;
  }
  .destaination-change-wrapper {
    max-width: 335px;
  }
  .miles-button-wrapper {
    flex-direction: column;
  }
  .desc-wrapper span {
    font-size: 16px;
    line-height: 26px;
  }
  .disclaimer-wrapper {
    padding: 60px 20px;
  }
  .black-middle-wrapper {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 480px) {
  .blue-middle-wrapper {
    padding: 60px 20px 200px 20px;
  }
  .blue-middle-wrapper .flyer-heading .description {
    font-size: 16px;
    line-height: 26px;
  }
  .miles-wrapper {
    padding: 16px;
    gap: 16px;
  }
  .miles-wrapper .payments-wrapper {
    gap: 16px;
  }
  .miles-wrapper .miles-outer-wrapper .miles-inner-wrapper {
    gap: 16px;
  }
  .miles-wrapper .miles-outer-wrapper .miles-inner-wrapper .reward-box {
    padding: 16px;
  }
  .miles-wrapper .total-wrapper {
    padding: 16px;
  }
}
