.registration_id_cls{
    display: none;
}
.my-account-section .my-account-body form .myaccount-row-gap {
  column-gap: 100px;
}
.my-account-section .my-account-body .notes{
  margin-bottom: 10px;
  font-size: 14px;
}
.my-account-section .my-account-body form .registration-block h2 {
  font-size: 28px;
  font-family: "source_sans_proregular";
  color: #25223f;
  margin-bottom: 20px;
}
.my-account-section .my-account-body form .form-check-label{
    display: block;
}
@media (min-width: 320px) and (max-width: 599px) {
  .my-account-section .my-account-body form .registration-block h2 {
    font-size: 22px;
  }
  .my-account-section .my-account-body form .myaccount-row-gap {
    column-gap: 0px;
  }
  .my-account-section .my-account-body {
    padding: 15px 0px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .my-account-section .my-account-body form .registration-block h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .my-account-section .my-account-body form .registration-block h2 {
    font-size: 22px;
  }
}

.my-account-home-section .my-account-home-cards .card-row-gap {
  row-gap: 30px;
}
.my-account-home-section .my-account-home-cards .section-title {
  font-size: 40px;
  font-family: "source_sans_probold";
  letter-spacing: 0px;
  color: #000033;
  margin-bottom: 30px;
}
.my-account-home-section .my-account-home-cards .col-card a {
    text-decoration: none;
}
.my-account-home-section .my-account-home-cards .col-card:nth-child(1) .card {
  background-color: #05C3DE;
}
.my-account-home-section .my-account-home-cards .col-card:nth-child(2) .card {
  background-color: #7053AA;
}
.my-account-home-section .my-account-home-cards .col-card:nth-child(3) .card {
  background-color: #1B75BC;
}
.my-account-home-section .my-account-home-cards .col-card:nth-child(4) .card {
  background-color: #14D76E;
}
.my-account-home-section .my-account-home-cards .col-card:nth-child(5) .card {
  background-color: #B84B00;
}
.my-account-home-section .my-account-home-cards .col-card:nth-child(6) .card {
  background-color: #FF4E00;
}
.my-account-home-section .my-account-home-cards .col-card:nth-child(7) .card {
  background-color: #FF4E00;
}
.my-account-home-section .my-account-home-cards .col-card .card {
  height: 100%;
}
.my-account-home-section .my-account-home-cards .col-card .card.points-card {
  padding: 24px 20px;
  border-radius: 0px;
  border: 0px;
}
.my-account-home-section .my-account-home-cards .col-card .card.points-card .card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 0px;
}
.my-account-home-section .my-account-home-cards .col-card .card.points-card .card-body .card-label-text {
  line-height: 21px;
  color: #FFFFFF;
  font-size: 20px;
  font-family: "source_sans_proregular";
  margin: 0px;
}
.my-account-home-section .my-account-home-cards .col-card .card.points-card .card-body .card-label-text strong {
  font-family: "source_sans_probold";
}
.my-account-home-section .my-account-home-cards .col-card .card.points-card .card-body .menu-card-img {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 20px;
}
.my-account-home-section .my-account-home-cards .col-card .card.points-card:hover {
  background-color: #EC008C;
}
.my-account-home-section .my-account-home-cards .my-account-home-head .section-title {
  margin-bottom: 5px;
}
.my-account-home-section .my-account-home-cards .my-account-home-head .sub-title {
  line-height: 21px;
  color: #000033;
  font-size: 20px;
  font-family: "source_sans_proregular";
  margin-bottom: 30px;
}
.my-account-home-section .my-account-home-cards .my-account-home-head .sub-title strong {
  font-family: "source_sans_probold";
}

@media (min-width: 320px) and (max-width: 599px) {
  .my-account-home-section .new-rewards-section .section-title {
    font-size: 24px;
  }
  .my-account-home-section .my-account-home-cards .section-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .my-account-home-section .new-rewards-section .section-title {
    font-size: 24px;
  }
  .my-account-home-section .my-account-home-cards .section-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .my-account-home-section .my-account-home-cards .col-card .card.points-card .card-body .menu-card-img {
    margin: 0px;
  }
  .my-account-home-section .new-rewards-section .section-title {
    font-size: 24px;
  }
  .my-account-home-section .my-account-home-cards .section-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .my-account-home-section .my-account-home-cards .col-card .card.points-card .card-body .menu-card-img {
    margin: 0px;
  }
}