/* Reward banner */
.reward_banner,
.member_sec,
.cancel_sec {
  background-color: #f6f6f2;
}
.reward_banner_box {
  background-image: url(../images/reward_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 40px;
  height: 350px;
}
.reward_banner_text h2 {
  font-size: 75px;
  font-weight: 800;
  line-height: 85px;
  font-family: "Manrope", sans-serif;
  color: #f4f7f5;
}
.reward_banner_text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  font-family: "Manrope", sans-serif;
  color: #f6f6f2;
}
/* --------------------------------- */

/* Membership Sec CSS */
.member_heading h4 {
  font-size: 45px;
  font-weight: 400;
  line-height: 55px;
  font-family: "Manrope", sans-serif;
  color: #cd4883;
}
.member_heading p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  font-family: "Manrope", sans-serif;
  color: #342f4b;
}
.member_box {
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 24px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.member_check {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 35px;
  height: 35px;
  background-color: #e2dbff;
  border: 3px solid #180c49;
  border-radius: 5px;
  margin: 0;
}
.member_name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  font-family: "Manrope", sans-serif;
  color: #000;
  margin: 0;
}
.member_price {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  font-family: "Manrope", sans-serif;
  color: #000;
  /* letter-spacing: 2px; */
}
.member_price .member_month {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
}
.member_list_wrap {
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}
.member_list {
  columns: 2;
}
.member_list li {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Manrope", sans-serif;
  color: #000;
}
.member_list li i {
  color: #000;
}
.member_list li + li {
  margin-top: 10px;
}
.member_icon {
  width: 80px;
  height: 80px;
}
.member_box.active {
  border: 5px solid #00c2cb;
}
.member_box.member_item .member_icon {
  width: 70px;
  height: 70px;
}
.member_box.member_item .member_name {
  font-size: 16px;
}
.member_box.member_item .member_list {
  column-count: 1;
}
.member_box.member_item .member_list li {
  font-size: 16px;
  line-height: 24px;
}
.member_box.member_item .member_price {
  flex-direction: column;
  font-size: 38px;
  letter-spacing: -2px;
}
.member_box.member_item .member_month {
  font-size: 18px;
}
/* --------------------------------- */

/* Disclaimer Box CSS */
.disclaimer_box {
}
.disclaimer_box .form-check-label {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  color: #000;
  text-align: justify;
  cursor: pointer;
}
.disclaimer_box .form-check-input {
  margin-left: 0 !important;
  width: 40px;
  height: 40px;
  border: 2px solid #000000;
  background-color: transparent;
  border-radius: 2px;
}
.disclaimer_box .form-check-input:focus {
  box-shadow: none;
}
.disclaimer_box .form-check-input:checked {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-color: #000;
  border-color: #000;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before,
input[type="checkbox"] + label:after,
input[type="radio"] + label:after {
  display: none;
}
input[type="checkbox"],
input[type="radio"] {
  opacity: 1;
}
.disclaimer_box .theme_btn {
  font-size: 25px;
  padding: 25px 100px;
}
/* --------------------------------- */

/* Benefit Sec CSS */
.benefit_sec {
  background-color: #f6f6f2;
  padding: 80px 0;
}
.benefit_sec .heading_sec h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  font-family: "Manrope", sans-serif;
  color: #1a1a1a;
}
.benefit_wrap {
  background-color: #f4f7f5;
  border: 5px solid #00c2cb;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
}
.benefit_icon {
  width: 80px;
  height: 80px;
}
.benefit_box p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  font-family: "Manrope", sans-serif;
  color: #000;
  flex: 1;
  margin-bottom: 0;
}
/* --------------------------------- */

/* Cancel Form CSS */
.cancel_wrap {
  border: 4px solid #000;
}
.cancel_wrap::after {
  content: "";
  position: absolute;
  top: -7rem;
  left: -6rem;
  width: 260px;
  height: 285px;
  border-radius: 100%;
  background-color: rgba(0, 194, 203, 0.42);
  filter: blur(85px);
  z-index: -1;
}

.cancel_wrap .heading_sec h3 {
  font-size: 40px;
  font-weight: 800;
  font-family: "Manrope", sans-serif;
  color: #f4f7f5;
}
.cancel_text {
  background-color: #fff7e1;
  /* border-right: 3px solid #B8BED1; */
}
.cancel_text h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  font-family: "Manrope", sans-serif;
  color: #cd4883;
}
.cancel_text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  font-family: "Manrope", sans-serif;
  color: #000;
}
.cancel_btn {
  position: relative;
  display: inline-block;
  background-color: #f05b9d;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 80px;
  border-radius: 50rem;
  transition: all 0.3s ease-in-out;
}
.cancel_btn:hover,
.cancel_btn:focus {
  background-color: #000;
  color: #fff;
}
.cancel_form label {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  font-family: "Inter", sans-serif;
  color: #fff;
  margin-bottom: 10px;
}
.form-control,
.form-select {
  height: 55px;
  background-color: #fff !important;
  border: 1px solid #c9c9c9;
  margin-bottom: 0;
  font-size: 18px;
  border-radius: 5px !important;
  position: relative;
  padding: 10px 20px;
}
textarea.form-control {
  height: 100px;
  border-radius: 15px !important;
}
.cancel_form .request_radio {
  flex: 1;
  min-height: auto;
}
.cancel_form .request_radio label {
  font-weight: 600;
  background: #fff;
  border: 1px solid #152354;
  padding: 15px 20px 15px 50px !important;
  border-radius: 50rem;
}
.cancel_form .request_radio .btn-check {
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  width: 15px;
  height: 15px;
  border: 1px solid #152354;
  z-index: 1;
  clip: unset;
}
.cancel_form .request_radio .btn-check:checked + label {
  background: linear-gradient(90deg, #152354 0%, #2f4eba 100%);
  color: #fff !important;
}
/* --------------------------------- */

/* .member_heading{
    text-align: left;
} */

@media screen and (max-width: 1399px) {
  .reward_banner_text h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .reward_banner_text p {
    font-size: 16px;
  }
  .member_heading h4 {
    font-size: 40px;
    line-height: 68px;
  }
  .member_heading p {
    font-size: 18px;
  }
  .member_box {
  }
  .member_check {
    width: 30px;
    height: 30px;
  }
  .member_name {
    font-size: 15px;
  }
  .member_price {
    font-size: 34px;
  }
  .member_price .price_medium {
    font-size: 28px;
  }
  .member_price .member_month {
    font-size: 14px;
  }
  .member_list li {
    font-size: 16px;
    line-height: 26px;
  }
  .benefit_sec .heading_sec h3 {
    font-size: 25px;
    line-height: 35px;
  }
  .benefit_box p {
    font-size: 14px;
    line-height: 24px;
  }
  .cancel_wrap .heading_sec h3 {
    font-size: 32px;
  }
  .cancel_text h4 {
    font-size: 30px;
    line-height: 38px;
  }
  .cancel_text p {
    font-size: 16px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .reward_banner_box {
    border-top-width: 10px;
    background-position: center center;
  }
  .member_price {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .member_price .price_medium {
    font-size: 25px;
  }
  /* .heading_sec .sec_title{
        font-size: 28px;
    } */
  .heading_sec p {
    font-size: 18px;
    line-height: 28px;
  }
  .cancel_wrap .heading_sec h3 {
    font-size: 30px;
  }
  .cancel_text h4 {
    font-size: 28px;
    line-height: 36px;
  }
  .cancel_text p {
    font-size: 15px;
    line-height: 25px;
  }
}

@media screen and (max-width: 991px) {
  .reward_banner_box {
    height: 300px;
  }
  .reward_banner_text h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .reward_banner_text p {
    font-size: 14px;
    font-weight: 500;
  }
  .member_heading h4 {
    font-size: 32px;
    line-height: 42px;
  }
  .member_heading p {
    font-size: 14px;
  }
  .member_list li {
    font-size: 14px;
    line-height: 24px;
  }
  .member_price {
    font-size: 28px;
  }
  .disclaimer_box {
    border-width: 4px;
  }
  .benefit_sec .heading_sec h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .benefit_icon {
    width: 50px;
    height: 50px;
  }
  .benefit_box p {
    font-size: 13px;
    line-height: 22px;
  }
  .cancel_wrap .heading_sec h3 {
    font-size: 28px;
  }
  .cancel_text h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .cancel_text p {
    font-size: 14px;
    line-height: 24px;
  }
  .form-control,
  .form-select {
    height: 42px;
    font-size: 14px;
  }
  textarea.form-control {
    height: 80px;
  }
  .cancel_btn {
    font-size: 15px;
    padding: 15px 50px;
  }
}

@media screen and (max-width: 767px) {
  .reward_banner_text h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .reward_banner_text p {
    font-size: 12px;
  }
  .benefit_sec {
    padding: 60px 0;
  }
  .benefit_sec .heading_sec h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .member_heading h4 {
    font-size: 38px;
    line-height: 48px;
  }
  .member_heading p {
    font-size: 14px;
  }
  .member_box {
    width: 85%;
    margin: 0 auto;
  }
  .member_name {
    font-size: 18px;
  }
  .member_price {
    font-size: 30px;
    letter-spacing: 0;
    border-bottom: 2px solid #000;
  }
  .member_price .member_month {
    font-size: 16px;
  }
  .member_list_wrap {
    border: none;
  }
  .member_list {
    columns: 1;
  }
  .member_list li {
    font-size: 16px;
    line-height: 20px;
  }
  .heading_sec p {
    font-size: 15px;
    line-height: 25px;
  }
  .disclaimer_box .form-check-label {
    font-size: 14px;
    line-height: 24px;
  }
  .disclaimer_box .form-check-input {
    width: 30px;
    height: 30px;
  }
  .disclaimer_box .theme_btn {
    font-size: 22px;
    padding: 20px 60px;
  }
  .cancel_wrap .heading_sec h3 {
    font-size: 28px;
    line-height: 50px !important;
  }
  .cancel_text {
    border-right: none;
    border-bottom: 3px solid #b8bed1;
  }
  .cancel_text h4 {
    font-size: 25px;
    line-height: 35px;
  }
  .cancel_text p {
    font-size: 14px;
    line-height: 24px;
  }
  .cancel_form .request_radio label {
    padding: 10px 20px 10px 50px !important;
  }
  .cancel_btn {
    font-size: 15px;
    padding: 15px 50px;
  }
}

@media screen and (max-width: 575px) {
  .reward_banner_box {
    background-image: url(../images/reward_bg_mob.jpg);
    height: 500px;
  }
  .reward_banner_text h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .reward_banner_text p {
    font-size: 16px;
    line-height: 25px;
  }
  .member_box {
  }
  .member_check {
    top: 3rem;
    right: 3rem;
    width: 35px;
    height: 35px;
  }
  .cancel_sec .heading_sec {
    border-radius: 0 !important;
  }
}

a.reward_btn {
  cursor: pointer !important;
}

/* new reward css */
:root {
  --btn-color: #084c61;
  --color-1: #cd4883;
  --color-2: #e9488f;
  --text-color: #143642;
  --text-black: #000000;
  --text-white: #ffffff;
  --text-1: "Manrope", sans-serif;
}

.main-banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.pp-reward-1 h4 {
  font-family: var(--text-1);
  color: var(--text-white);
  font-weight: 600;
}
.pp-reward-1 p {
  color: var(--text-white);
  font-size: 16px;
  padding-top: 20px;
}
.lunima-rewardspage-1 {
  padding: 20px 10px;
}
.lunima-rewardspage-1 h4 {
  color: #cd4883;
  font-weight: 600;
  font-family: var(--text-1);
  font-size: 42px;
  text-transform: uppercase;
}
.reward-btn-luminabtn {
  font-family: var(--text-1);
  font-size: 18px;
  color: var(--text-white) !important;
  padding: 10px 20px;
  border-radius: 30px;
  background: linear-gradient(90deg, #dd4b8c 0%, #ff9c54 100%);
  text-transform: uppercase;
  visibility: visible !important;
  transition: all 0.3s ease-in-out;
}
.lunima-rewardspage-2 {
  border-radius: 15px;
  /* padding: 20px 10px; */
  background-color: #fbce76;
  border: solid 3px #ff9c54;
  text-align: center;
}
.lunima-rewardspage-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 45px;
}
.lunima-rewardspage-4 {
  background: var(--color-2);
  color: #fbce76;
  padding: 4px 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--text-1);
}
.lunima-rewardspage-6 {
  padding: 0px 20px;
}

.lunima-rewardspage-7 {
  border-radius: 15px;
  /* padding: 20px 10px; */
  background-color: #382b6c;
  /* border: solid 3px #1F1640; */
  border: 5px solid #1f1640;
  /* border-image: linear-gradient(90deg, #000000 0%, #1F1640 100%) 1; */
  text-align: center;
}
.lunima-rewardspage-9 {
  background: #fbce76;
  color: #382b6c;
  padding: 4px 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--text-1);
}
.lunima-rewardspage-6 {
  padding: 0px 20px;
}
p.reward-txt-1 {
  margin-bottom: 0px !important;
  color: var(--color-2);
  font-size: 25px;
  font-family: var(--text-1);
  font-weight: 700;
}
p.reward-txt-5 {
  margin-bottom: 0px !important;
  color: #fbce76;
  font-size: 25px;
  font-family: var(--text-1);
  font-weight: 700;
}

p.reward-txt-1 a.reward-txt-2 {
  margin-bottom: 0px !important;
  color: var(--color-2);
  font-size: 55px;
  font-family: var(--text-1);
  font-weight: 700;
}

p.reward-txt-1 a.reward-txt-4 {
  margin-bottom: 0px !important;
  color: var(--text-black);
  font-size: 19px;
  font-family: var(--text-1);
  font-weight: 500;
}
.lunima-rewardspage-6 ul li {
  list-style-type: none;
  padding-bottom: 10px;
  font-family: var(--text-1);
  font-weight: 500;
  color: #181525;
  font-size: 17px;
}
.lunima-rewardspage-11 ul li {
  list-style-type: none;
  padding-bottom: 10px;
  font-family: var(--text-1);
  font-weight: 500;
  color: #fff;
  font-size: 17px;
}

p.reward-txt-5 a.reward-txt-6 {
  margin-bottom: 0px !important;
  color: #fbce76;
  font-size: 55px;
  font-family: var(--text-1);
  font-weight: 700;
}

p.reward-txt-5 a.reward-txt-8 {
  margin-bottom: 0px !important;
  color: var(--text-white);
  font-size: 19px;
  font-family: var(--text-1);
  font-weight: 500;
}
.lunima-rewardspage-7 ul li {
  list-style-type: none;
  padding-bottom: 10px;
  font-family: var(--text-1);
  font-weight: 500;
  color: #fff;
  font-size: 17px;
}
img.shopping-bag {
  width: 50%;
  height: 113px;
  /* overflow: hidden; */
  object-fit: fil;
}
.bnf-luminasection {
  background: linear-gradient(90deg, #ffeffd 1.35%, #fff7d8 100%);
  padding: 30px 0px;
}
.lunima-rewardspage-7.activeee {
  border: 5px solid #fbce76;
  /* border-image: linear-gradient(90deg, #DD4B8C 0%, #FF9C54 100%) 1; */
  background-color: #fbce76;
}
.lunima-rewardspage-7.activeee .lunima-rewardspage-9 {
  background: var(--color-2);
  color: #fbce76;
  padding: 4px 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--text-1);
}
.lunima-rewardspage-7.activeee p.reward-txt-5 {
  margin-bottom: 0px !important;
  color: var(--color-2);
  font-size: 25px;
  font-family: var(--text-1);
  font-weight: 700;
}
.lunima-rewardspage-7.activeee p.reward-txt-5 a.reward-txt-6 {
  margin-bottom: 0px !important;
  color: var(--color-2);
  font-size: 55px;
  font-family: var(--text-1);
  font-weight: 700;
}
.lunima-rewardspage-7.activeee p.reward-txt-5 a.reward-txt-8 {
  margin-bottom: 0px !important;
  color: var(--text-black);
  font-size: 19px;
  font-family: var(--text-1);
  font-weight: 500;
}
.lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul li {
  list-style-type: none;
  padding-bottom: 10px;
  font-family: var(--text-1);
  font-weight: 500;
  color: #181525;
  font-size: 17px;
}
.bnf-luminasection-1 h4 {
  color: #d20d65;
  font-family: var(--text-1);
  text-align: center;
}
.bnf-luminasection-2 {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: left; */
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bnf-luminasection-2-img {
  /* width: 30%; */
  margin-left: auto;
  margin-right: auto;
}
.bnf-luminasection-2-text {
  width: 80%;
}
.bnf-luminasection-2-text h4 {
  font-size: 15px;
  font-family: var(--text-1);
  font-weight: 500;
}

/*laptop view*/
@media screen and (min-width: 992px) {
  .pp-reward-1 {
    margin-left: 10%;
  }
  .main-banner {
    background: url(../images/reward-bg-1.png);
    background-position: center center;
    height: 350px;
  }
  .pp-reward-4 {
    margin-top: 3%;
  }
  .pp-reward-1 h4 {
    font-size: 42px;
  }
  .lunima-rewardspage-6 ul {
    text-align: left;
    margin-left: 7%;
  }
  .lunima-rewardspage-11 ul {
    text-align: left;
    margin-left: 7%;
  }
  .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul {
    text-align: left;
    margin-left: 7%;
  }
  .desktop-br {
    width: 100%;
    display: inline-block;
  }
  .bnf-luminasection-1 h4 {
    font-size: 30px;
    line-height: 20px;
  }
}

/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-banner {
    background: url(../images/reward-bg-1.png);
    background-position: center center;
    height: 350px;
  }
  .pp-reward-4 {
    margin-top: 9%;
  }
  .pp-reward-1 h4 {
    font-size: 32px;
  }
  .lunima-rewardspage-6 ul {
    text-align: left;
    margin-left: 7%;
  }
  .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul {
    text-align: left;
    margin-left: 7%;
  }
  .desktop-br {
    width: 100%;
    display: inline-block;
  }
  .bnf-luminasection-1 h4 {
    font-size: 25px;
    line-height: 20px;
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-banner {
    background: url(../images/reward-bg-1.png);
    background-position: center center;
    height: 350px;
  }
  .pp-reward-4 {
    margin-top: 3%;
  }
  .pp-reward-1 h4 {
    font-size: 30px;
  }
  .lunima-rewardspage-6 ul {
    text-align: left;
    margin-left: 7%;
  }
  .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul {
    text-align: left;
    margin-left: 7%;
  }
  .lunima-rewardspage-1 h4 {
    font-size: 28px !important;
  }
  .bnf-luminasection-1 h4 {
    font-size: 25px;
    line-height: normal;
  }
}

/*mobile view*/
@media screen and (max-width: 575px) {
  .main-banner {
    background: url(../images/reward-bg-2.png);
    background-position: center center;
    height: 545px;
  }
  .pp-reward-4 {
    margin-top: 1%;
    text-align: center;
  }
  .pp-reward-1 h4 {
    font-size: 36px;
  }
  .lunima-rewardspage-7 ul {
    text-align: left;
    margin-left: 9%;
  }
  .lunima-rewardspage-7.activeee .lunima-rewardspage-11 ul {
    text-align: left;
    margin-left: 9%;
  }
  img.shopping-bag {
    height: auto;
  }
  .bnf-luminasection-1 h4 {
    font-size: 21px;
    line-height: normal;
  }
}

/* rewardds page form */
.formBox {
  position: sticky;
  top: 0;
}
.checkout_heading {
  font-weight: bold;
  /* text-decoration: underline; */
  font-size: 22px;
  padding-bottom: 15px;
  margin-bottom: 18px;
  position: relative;
}
.checkout_heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 2px;
  background-color: #e1842d;
}
.payment-flds-box p {
  font-weight: bold;
  text-decoration: underline;
  font-size: 18px;
  margin-bottom: 18px;
}
.paymentname {
  font-weight: bold;
  text-decoration: underline;
  font-size: 18px;
  margin-bottom: 18px;
}

.formBox input {
  margin-bottom: 18px;
}
.frm-flds select {
  margin-bottom: 18px;
}
.form-control,
.form-select {
  border-radius: 10px !important;
}
.paymybtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #df9d5f;
  background-color: #fffdfb;
}
.item-detail-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.item-detail-row .item-name {
  flex: 1;
}

.member_box.form_active > .row {
  flex-direction: column;
  gap: 20px;
}
.member_box.form_active > .row > [class*="col-"] {
  width: 100%;
}
.member_box.form_active > .row > [class*="col-"]:last-child {
  order: 2 !important;
}
.member_box.form_active > .row > [class*="col-"].member_list_wrap {
  order: 3 !important;
  border: none;
}
.member_box.form_active .member_list {
  column-count: 1;
}
.member_box.form_active .member_list li {
  font-size: 14px;
  line-height: 26px;
}
.member_box.form_active .member_price {
  font-size: 28px;
}

.rewards-part {
  height: 300px;
  background: url(../images/indexrwrdbnnr.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
