#pbm .common__container {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 25px;
  padding-right: 25px;
}

#pbm .common__title {
  text-align: center;
  font-size: 34px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
  #pbm .common__title {
    font-size: 48px;
  }
}

#pbm .pdbox {
  padding-top: 50px;
}

#pbm .pdlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 0 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#pbm .pd__item {
  /* margin: 3vh auto 4vh; */
  background: #ffffff;
  padding: 15px;
  width: calc(100% / 2 - 10px);
  padding: 20px 20px 45px;
  box-shadow: 1px 2px 2px #c1c1c1;
  -webkit-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in;
  margin: 1% 0;
  position: relative;
}

#pbm .pd__item ul {
  padding: 10px;
}

#pbm .pd__item ul li {
  padding: 5px 0;
  color: #000;
}

#pbm .pd__btn {
  padding-top: 15px;
  text-align: center;
}

#pbm .pd__btn a {
  position: relative;
  background: #4cb6f4;
  border: 1px solid #4cb6f4;
  margin: 10px;
  padding: 5px 25px;
  text-align: center;
  /* text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto; */
  color: white;
  font-weight: 700;
  border-radius: 10px;
  display: inline-block;
  box-shadow: 5px 5px 0px #0253b7;
}

@media (min-width: 996px) {
    #pbm .pd__btn a {
        padding: 15px 45px;
    }
}


#pbm .pd__btn a:hover {
  background: transparent;
  color: #4cb6f4;
  border: 1px solid #4cb6f4;
  text-decoration: none;
}

#pbm .pd__item::before {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  border-right: #e7e7e7 5px solid;
  border-top: #939393 5px solid;
  top: 0;
  right: 0;
}

#pbm .pd__item::after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  border-left: #e7e7e7 5px solid;
  border-bottom: #939393 5px solid;
  bottom: 0;
  left: 0;
}

@media (min-width: 992px) {
  #pbm .pdbox {
    padding-top: 80px;
  }

  #pbm .pdlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #pbm .pd__item {
    /* -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
        flex: 0 0 23%; */
        width: calc(100% / 2 -  50px);
    margin: 1%;
    position: relative;
    padding: 20px 20px 45px;
    box-shadow: 1px 2px 2px #c1c1c1;
    -webkit-transition: 0.5s all ease-in;
    transition: 0.5s all ease-in;
  }

  #pbm .pd__item::before {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    border-right: #e7e7e7 5px solid;
    border-top: #939393 5px solid;
    top: 0;
    right: 0;
  }

  #pbm .pd__item::after {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    border-left: #e7e7e7 5px solid;
    border-bottom: #939393 5px solid;
    bottom: 0;
    left: 0;
  }

  #pbm .pd__item:hover {
    -webkit-box-shadow: #afafaf 0 0 10px;
    box-shadow: #afafaf 0 0 10px;
  }
}

@media (max-width: 600px) {
  #pbm .pd__item {
    width: 100%;
    margin: 2% auto;
  }
}

@media (max-width: 992px) {
  .terms__area table tbody td {
    font-size: 1.5vw;
  }
}

@media (min-width: 992px) {
  #pbm .intro {
    padding: 3.5% 0 0;
  }

  #pbm .pdbox {
    padding-top: 80px;
  }

  #pbm .pd__item {
    background: rgba(255, 255, 255, 0.75);
  }

  .subNav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .subNav .pd__btn {
    width: calc(40% - 20px);
  }
}

.redeem {
  /* padding-top: 10vh; */
  padding-bottom: 12vh;
}

@media (max-width: 1300px) {
  .redeem {
      padding-top: 80px;
      padding-bottom: 80px;
  }
}

@media (max-width: 1050px) {
  .redeem {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .redeem {
      padding-top: 40px;
      padding-bottom: 40px;
  }
}

.redeem__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.redeem__title h3 {
  padding: 15px 35px;
  font-size: 32px;
  margin-bottom: 1em;
  line-height: 1.5em;
  display: inline-block;
  /* border: #ff0066 5px solid;
  border-bottom: #cc0099 6px solid; */
  /* -moz-border-radius: 50px;
       border-radius: 50px; */
  /* -webkit-box-shadow: #ff0066 0 0 30px inset;
     -moz-box-shadow: #ff0066 0 0 30px inset;
          box-shadow: #ff0066 0 0 30px inset; */
  background: linear-gradient(to right, #cc00ff, #013041, #01d4d8);
  color: #ffffff;
}

@media (max-width: 1600px) {
  .redeem__title h3 {
      font-size: 30px;
  }
}

@media (max-width: 1300px) {
  .redeem__title h3 {
      font-size: 28px;
  }
}

@media (max-width: 1050px) {
  .redeem__title h3 {
      font-size: 26px;
  }
}

.redeem__block {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 2px 2px #c1c1c1;
  padding: 5% 0;
}

@media screen and (max-width: 991px) {
  .redeem__block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}

.redeem__block-item {
  width: -moz-calc(100% / 3 - 20px);
  width: calc(100% / 3 - 20px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  border-right: 1px solid #ebebeb;
  padding: 0 1%;
}

.redeem__block-item:nth-last-of-type(1) {
  border: 0;
}

.redeem__block-item h4 {
  color: #6f6f71;
}

@media screen and (max-width: 991px) {
  .redeem__block-item {
      width: -moz-calc(80% - 20px);
      width: calc(80% - 20px);
      border-bottom: 1px solid #ebebeb;
      padding: 1% 0;
      border-right: 0;
  }

  .redeem__block-item img {
      width: 17vw;
  }
}

.redeem__block-item h4 {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

@media (max-width: 1600px) {
  .redeem__block-item h4 {
      font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .redeem__block-item h4 {
      font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .redeem__block-item h4 {
      font-size: 14px;
  }
}

.redeem__block-item p {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #6f6f71;
}

@media (max-width: 1600px) {
  .redeem__block-item p {
      font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .redeem__block-item p {
      font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .redeem__block-item p {
      font-size: 10px;
  }
}

.redeem__btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .redeem__btns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}

.redeem__btns a:hover {
  cursor: pointer;
  background: #fff;
  color: #4cb6f4;
  border: 1px solid #4cb6f4;
  text-decoration: none;
}

.redeem__btns a {
  width: calc(40% - 20px);
  text-align: center;
  margin: 10px;
  padding: 15px 45px;
  background: #4cb6f4;
  font-size: 17px;
  font-weight: 700;
  padding: 15px 25px;
  margin: 10px;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #4cb6f4;
  box-shadow: 5px 5px 0px #0253b7;
}

@media (max-width: 1600px) {
  .redeem__btns a {
      font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .redeem__btns a {
      font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .redeem__btns a {
      font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .redeem__btns a {
      width: 70%;
  }
}