/*slick by default settings*/
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 4px;
    position: relative;
}
.slick-dots li:first-child {
    margin-left: 0;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots li button {
    border: 0;
    outline: none;
    line-height: 0px;
    color: transparent;
    display: block;
    font-size: 0;
    width: 12px;
    height: 12px;
    padding: 0;
    background-color: #C8C8C8;
    border: 1px solid #9d9d9d;
    cursor: pointer;
    -webkit-transition: all 0.4scubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4scubic-bezier(0.55, 0.085, 0.68, 0.53);
    border-radius: 50% !important;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    background: #fff;
    border-color: var(--main-bg-color);
}
.slick-dots li.slick-active button {
    background: #fff;
    border-color: var(--main-bg-color);
    width: 35px;
    border-radius: 5px !important;
}
.slick-dots {
    text-align: center;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    display: flex;
}
.need-arrows .slick-arrow.slick-hidden {
    display: none;
}
.need-arrows button.slick-prev.slick-arrow.slick-disabled {
    display: none !important;
}
.need-arrows button.slick-next.slick-arrow.slick-disabled {
    display: none !important;
}
.need-arrows .slick-prev {
    left: 10px;
    z-index: 1;
    font-size: 0px;
    height: 35px;
    width: 35px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 5px -1px, rgb(0 0 0 / 14%) 0px 6px 10px 0px, rgb(0 0 0 / 12%) 0px 1px 18px 0px !important;
    border-radius: 50% !important;
    position: absolute;
    right: unset;
    display: initial;
    border: 4px solid transparent;
    align-self: center;
    cursor: pointer;
}
.need-arrows button.slick-next.slick-arrow {
    display: block !important;
    font-size: 0px;
    height: 35px;
    width: 35px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 5px -1px, rgb(0 0 0 / 14%) 0px 6px 10px 0px, rgb(0 0 0 / 12%) 0px 1px 18px 0px !important;
    border-radius: 50% !important;
    position: absolute;
    z-index: 1;
    left: unset;
    display: initial;
    border: 4px solid transparent;
    align-self: center;
    cursor: pointer;
    right: -28px;
}
.need-arrows .slick-next,
.need-arrows .slick-prev {
    top: 50%;
    transform: translate(-50%, -50%);
}
.need-arrows .slick-next:before {
    left: 6px;
    transform: rotate(-45deg);
    top: 9px;
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    content: "";
    border-right: 2px solid rgb(28, 28, 28);
    border-bottom: 2px solid rgb(28, 28, 28);
    border-top: 0px;
    border-left: 0px;
    font-size: 13.5px;
    color: rgb(105, 105, 105);
    font-weight: bold;
}
.need-arrows .slick-prev:before {
    left: 10px;
    transform: rotate(135deg);
    top: 9px;
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    content: "";
    border-right: 2px solid rgb(28, 28, 28);
    border-bottom: 2px solid rgb(28, 28, 28);
    border-top: 0px;
    border-left: 0px;
    font-size: 13.5px;
    color: rgb(105, 105, 105);
    font-weight: bold;
}
.need-arrows .slick-prev:before,
.need-arrows .slick-next:before {
    font-size: 40px;
}
/*slick by default settings*/

.common-space {
    padding: 40px 0px;
}
.common-head {
    font-size: 34px;
    margin-bottom: 15px;
    font-weight: 600;
}
.common-para {
    color: #525252;
    font-size: 18px;
}
.howItWorks {
    border: 1px solid #E2E2E2;
    text-align: center;
    padding: 20px 20px;
    border-radius: 15px;
    height: 100%;
    overflow: hidden;
}
.howItWorks p {
    color: #525252;
    font-size: 16px;
    line-height: normal;
}
.howItWorksHead {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}
.bgcolor::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: var(--main-bg-color);
    opacity: 0.1;
}
.rewardsdv {
    display: flex;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 4%);
    align-items: center;
    overflow: hidden;
    border: 1px solid #fff;
    height: 100%;
}
.icon-side {
    width: 23%;
    background-color: var(--main-bg-color);
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 20px 20px 0px;
}
.text-side {
    width: 77%;
    padding: 25px 20px;
}
.icon-side svg {
    width: 100%;
    max-width: 30px;
}
.text-side h4 {
    font-size: 20px;
    font-weight: 500;
}
.text-side p {
    font-size: 16px;
    color: #525252;
    line-height: normal;
}
.joinmembership .common-head {
    color: var(--secondary-bg-color);
}
.joinmembership .common-para {
    color: var(--secondary-bg-color);
}
.joinprime {
    display: inline-flex;
    background-color: var(--secondary-bg-color);
    padding: 10px 20px;
    border-radius: 8px !important;
    font-weight: 600;
    font-size: 16px;
    align-items: center;
}
.joinprime svg {
    width: 100%;
    max-width: 20px;
    margin-right: 6px;
}
.banner-notification {
    background-color: #F2FA7B;
}
.banner-notification svg, .banner-notification img {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: -1px;
    margin-right: 3px;
}
.banner-notification p {
    line-height: normal;
    text-align: left;
    display: flex;
    justify-content: center;
}
.banner-notification p span:first-child {
    width: 22px;
    padding-right: 5px;
}
.banner-notification p span:last-child {
    width: fit-content;
}
.backgroundgradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(68, 68, 68, 1) 100%);
}
.tagline {
    background-color: #2E2E2E;
    color: #fff;
    padding: 7px 20px;
    border-radius: 20px;
}
.banner-head {
    color: var(--secondary-bg-color);
    font-size: 42px;
    letter-spacing: 0px;
}
.backgroundgradient .row .col-md-5 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    padding-right: 25px;
}
.backgroundgradient .row .col-md-7 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    padding-left: 25px;
}
.taglinep {
    font-size: 16px;
    color: var(--secondary-bg-color);
    line-height: normal;
}
.banner {
    border-radius: 0 0 75px 75px;
    overflow: hidden;
}
.ulctas {
    display: flex;
    align-items: center;
}
.ulctas li {
    padding: 0 8px;
    width: 25%;
    height: -webkit-fill-available;
}
.ulctas li:first-child {
    padding-left: 0px;
}
.ulctas li:last-child {
    padding-right: 0px;
}
.ulctas li.orderbg {
    width: 33%;
}
.ulctas li button, .ulctas li a {
    background-color: #828282;
    display: inline-flex;
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    line-height: normal;
    border-radius: 20px !important;
    color: #fff;
    position: relative;
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.ulctas li button p, .ulctas li a p {
    color: #fff;
    font-size: 14px;
    width: 100%;
}
.ptspan {
    position: absolute;
    right: -5px;
    top: -5px;
    background-color: #12B414;
    border-radius: 50px;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 0 6px;
}
.ulctas li button svg, .ulctas li button img,
.ulctas li a svg, .ulctas li a img {
    width: 100%;
    max-width: 30px;
}
.ulctas li.orderbg button,
.ulctas li.orderbg a {
    color: #000;
    background: var(--secondary-bg-color);
    font-size: 18px;
    font-weight: 600;
}
.howItWorks svg {
    width: 100%;
    max-width: 100px;
    margin-bottom: 10px;
}
.rewardsstarted {
    padding: 10px 15px;
}
.rewards-div {
    background-color: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    border-radius: 20px !important;
    overflow: hidden;
}
.rewards-details {
    padding: 15px 15px;
    text-align: center;
}
.rewardslocked .slick-dots {
    position: absolute;
    width: 100%;
    bottom: -30px;
}
.unlockbg {
    background-color: #EAEAEA;
    padding: 12px 12px;
    font-size: 14px;
    line-height: normal;
    border-radius: 20px;
}
.rewards-placeholder {
    position: relative;
}
.rewardlocked .lockedimg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    overflow: hidden;
    transform: translate(-50%, -50%);
}
.rewardlocked .rewards-placeholder {
    filter: grayscale(100%);
}
.rewardlocked .rewards-placeholder:before {
    content: "";
    content: "";
    position: absolute;
    background-image: url(lockicon.svg);
    width: 60px;
    height: 60px;
    background-size: cover;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.rewards-div h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
.milestone-card {
    max-width: 650px;
    background: #F8F7F0;
    border-radius: 12px;
    padding: 18px 22px 18px 7px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
    position: relative;
    overflow: hidden;
}
.viewport {
    overflow: hidden;
    padding-top: 45px;
    padding-left: 15px;
}
.track{
    display:inline-flex;
    align-items:center;
    transition:transform .5s ease;
}
.step {
    display: flex
;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    margin: 0 0px;
}
.circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 2px solid #fff;
    background: #fdeff3;
    color: #777;
    position: relative;
    z-index: 1;
}
.step.completed .circle {
    background: var(--main-bg-color);
    color: #fff;
    border-color: var(--main-bg-color);
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 20%);
}
.step.next .circle {
    background: #ffdfe5;
    width: 50px;
    height: 50px;
    font-size: 20px;
}
.connector {
    height: 8px;
    min-width: 60px;
    background: rgb(255 255 255);
    border-radius: 8px;
    margin: 0 -3px;
    position: relative;
    top: -15px;
}
.connector.wide {
    min-width: 210px;
    margin: 0px -3px;
    background: #fff;
}
.connector.wide .fill{
    position:absolute;left:0;top:0;bottom:0;border-radius:8px;
    background:var(--main-bg-color);width:60%; /* adjust progress */
}
.info-bubble {
    position: absolute;
    top: -66px;
    left: 50%;
    transform: translateX(-50%);
    background: #c8f7d0;
    color: #139000;
    font-size: 12px;
    padding: 6px 6px;
    border-radius: 8px;
    width: 100%;
    max-width: 160px;
    text-align: center;
    line-height: normal;
    font-weight: 500;
}
.label {
    margin-top: 5px;
    color: #222;
    font-size: 12px;
}
.txn {
    text-align: center;
    margin-top: 14px;
    text-decoration: underline;
    cursor: pointer;
    font-size: 18px;
    color: #222;
}
/* toggle arrow */
.toggle-arrow {
    position: absolute;
    right: 10px;
    top: 44%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #333333;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .4s 
ease;
    color: #fff;
    z-index: 1;
}
.toggle-arrow.rotate{
    transform:translateY(-50%) rotate(180deg);
}
.info-bubble img {
    width: 100%;
    max-width: 14px;
    margin-right: 2px;
}
.step.next .label {
    font-size: 15px;
    font-weight: 600;
}
.step.completed .label {
    font-size: 15px;
    font-weight: 600;
}
.info-bubble:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #c8f7d0;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.track > div:last-child {
    margin-right: 70px;
}
.milestone-card.shadowenabled:before {
    position: absolute;
    content: "";
    width: 30%;
    height: 100%;
    right: 0px;
    top: 0px;
    background: linear-gradient(270deg, rgb(248 247 240) 0%, rgb(248 247 240) 50%, rgb(255 255 255 / 0%) 100%);
}
.coupon {
    border-radius: 20px;
    border: 1px solid #DEDEDE;
    background-color: #fff;
    color: #333;
    overflow: hidden;
    line-height: 22px;
}
.couponinner {
    display: flex;
    justify-content: space-between;
}
.coupon-outer .coupon {
    margin-bottom: 15px;
}
.exphead {
    font-size: 18px;
    font-weight: 600;
}
.couponxt {
    position: relative;
    width: 100%;
    padding: 12px 12px 12px 30px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #F5F5F5;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    overflow: visible;
    margin-bottom: 18px;
}
.couponxt::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 50%;
    width: 38px;
    height: 38px;
    transform: translateY(-50%);
    background: #fdfdfd;
    border-radius: 50%;
    z-index: 2;
}
.couponxt::after {
    content: "";
    position: absolute;
    left: -24px;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: transparent;
    border: 1px solid #F5F5F5;
    z-index: 1;
    clip-path: inset(0 0 0 24px);
    pointer-events: none;
}
.exploreoffers .couponxt:last-child {
    margin-bottom: 0px;
}
.head {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.code {
    font-weight: 600;
    font-size: 17px;
    color: #000;
}
.tag {
    background: #E4FFDD;
    color: #333;
    padding: 0px 6px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    margin-left: 7px;
}
.desc {
    font-size: 15px;
    color: #444444;
    line-height: 1.4;
    margin-bottom: 12px;
    width: 100%;
    max-width: 320px;
}
.foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed #ccc;
    padding-top: 10px;
    font-size: 14px;
    color: #444;
    font-weight: 500;
}
#offer-rewards .modal-body {
    padding: 0px !important;
    border-radius: 20px;
}
#offer-rewards .modal-dialog {
    margin-top: 80px;
}
.exploreoffersouter {
    padding: 20px 30px;
}
.exploreoffersouter.specialoffers {
    background-image: linear-gradient(to top, #B7D4B0, #E4FFDD);
    border-radius: 20px;
}
.exploreoffersouter.specialoffers .couponxt::before, .exploreoffersouter.specialoffers .couponxt::after {
    display: none;
}
#offer-rewards .modal-content {
    max-width: 500px;
}
.promocode .exphead {
    margin: 0 0 .8em;
}
.tag.exclusive {
    background-color: #E6D393;
}
.wrap {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 10px;
    margin-top: 30px;
}
.tier-rows {
    display: flex;
    flex-direction: column;
    border: 1px solid #E2E2E2;
    border-radius: 15px;
    overflow: hidden;
}
.tier-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: stretch;
    border-bottom: 1px solid #E2E2E2;
}
.tier-rows .tier-row:last-child {
    border-bottom: none;
}
.tier-left {
    background: #F5F5F5;
    padding: 12px;
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 76px;
    transition: background .2s  ease, box-shadow .2s  ease, height .18s  ease;
    overflow: visible;
    justify-content: center;
}
.tier-row.open .tier-left {
    background: #fff;
    box-shadow: none;
}
.trophy{
    width:42px;
    height:42px;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    background:#fff
}
.trophy.current{
    background:linear-gradient(180deg,#ff3b30,#f25b4a);
    color:white
}
.trophy.upcoming{
    filter:grayscale(100%);
    opacity:.45;
    background:#eaeef1
}
.tier-meta {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.tier-meta .title {
    font-weight: 700;
    font-size: 16px;
    margin-top: 5px;
}
.tier-meta .sub {
    font-size: 12px;
    background-color: #3F3F3F;
    padding: 4px 8px;
    color: #fff;
    border-radius: 6px;
    line-height: normal;
}
.tier-right {
    background: #F5F5F5;
    padding: 14px;
    min-height: 76px;
    display: flex
;
    flex-direction: column;
    gap: 10px;
    transition: background .2s 
ease, box-shadow .2s 
ease;
    overflow: hidden;
    position: relative;
    border-left: 1px solid #E2E2E2;
    justify-content: center;
}
.tier-row.open .tier-right {
    background: #fff;
    box-shadow: none;
}
.accordion-header {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 8px;
}
.accordion-header .left {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 150px;
}
.accordion-header strong {
    font-size:16px
}
.accordion-header .muted {
    color: var(--main-bg-color);
    font-size: 13px;
    margin-left: 8px;
    padding: 0px 10px;
    border-radius: 8px;
    overflow: hidden;
    font-weight: 600;
    position: relative;
}
.accordion-header .muted:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: var(--main-bg-color);
    opacity: 0.2;
}
.arrow-icon {
    font-size:18px;
    color:#333;
    margin-left:6px
}
.accordion-body {
    padding-top: 0px;
}
.cards-row{
    display:flex;
    gap:12px;
    padding:12px 6px;
    padding-right:18px;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scroll-behavior:smooth;
    align-items:flex-start;
}
.card {
    min-width: 140px;
    background: #fff;
    border-radius: 10px;
    flex: 0 0 auto;
    border: 1px solid #E5E5E5;
}
.card img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.card .label{font-size:13px;margin-top:6px}
.card.locked{filter:grayscale(100%);opacity:.45}
.cards-row::-webkit-scrollbar{height:8px}
.cards-row::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.08);border-radius:99px}
.cards-row::-webkit-scrollbar-track{background:rgba(0,0,0,0.05);}
.view-more {
    display: flex;
    justify-content: center;
    padding: 25px 12px 0px 12px;
}
.btnbg {
    padding:8px 14px;
    border-radius:10px;
    border:0;
    background:#111;
    color:#fff;
    cursor:pointer
}
.btnbg.ghost {
    background: transparent;
    color: #111;
    padding: 0px;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    font-size: 15px;
}
.tier-closed .title, .tier-closed .sub {
    display: none;
}
.tier-closed.open .title, .tier-closed.open .sub {
    display: block;
}
.titleicon svg {
    width: 100%;
    max-width: 40px;
}
.tier-closed .tier-left svg path {
    fill: #CFCFCF;
}
.tier-currunt .tier-left svg path {
    fill: var(--main-bg-color);
}
.tier-row path {
    fill: #5D5D5D;
}
.muted {
    color:#9aa0a6;
    font-size:13px
}
.hide-label .label-wrap {
    display:none
}
.tier-closed.open .tier-left svg path {
    fill: #5D5D5D;
}
.tier-currunt.open .sub {
    background-color: #139000;
}
.label-wrap {
    display: flex;
    color: #777777;
}
.accordion-header .muted.expired {
    color: #777777;
}
.accordion-header .muted.expired:before {
    background-color: #CFCFCF;
    opacity: 1;
}
.accordion-header .muted span {
    position: relative;
}
.tierinfo {
    background-color: #F6F6F6;
    display: flex
;
    margin-bottom: 20px;
    border-radius: 15px;
    text-align: center;
}
.tierinfo li {
    width: 100%;
    max-width: 33.33%;
    padding: 15px 10px;
    border-right: 1px solid #E2E2E2;
}
.tierinfo li:last-child {
    border-right: none;
}
.tierinfo li p span {
    display: block;
}
.tierinfo li p span {
    display: block;
    font-size: 25px;
    line-height: normal;
    font-weight: 700;
}
.tierinfo p {
    font-size: 16px;
    line-height: normal;
}
.tierinfo li p.redeemed {
    color: #139000;
}
.cardnw {
    display: flex;
    border: 1px solid #E5E5E5;
    border-radius: 13px;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
}
.card-placeholder {
    width: 115px;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 8px;
}
.card-placeholder button {
    display: block;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    text-align: left;
    cursor: pointer;
    width: 100%;
    font: inherit;
}
.card-placeholder img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 13px;
}
.card-placeholder p {
    margin: 5px 0 5px 0;
    font-size: 13px;
    font-weight: 600;
    color: #111;
    text-align: center;
}
.right-col {
    display: flex
;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    box-sizing: border-box;
    margin-right: 5px;
}
.card-item {
    width: 100px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 8px;
}
.card-item img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}
.card-item p {
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #222;
    line-height: normal;
}
.more-badge {
    display: none;
    margin-top: 0;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    color: #111;
}
.cardnw.collapsed {
    align-items: center;
}
.cardnw.collapsed .right-col {
    flex-direction: column;
    align-items: center;
    width: 67px;
}
.cardnw.collapsed .right-col .card-item {
    display: none;
    width: 50px;
}
.cardnw.collapsed .right-col .card-item:nth-child(-n+2) {
    display: block;
    margin-bottom: 6px;
}
.cardnw.collapsed .card-placeholder {
    margin-right: 6px;
}
.cardnw.collapsed .right-col .card-item p {
    display: none; /* hide small captions in collapsed; remove if you want them visible */
}
.cardnw.collapsed .more-badge {
    display: block;
    line-height: normal;
}
.cardnw:not(.collapsed) .right-col {
    flex-direction: row;
}
.cardnw:not(.collapsed) .right-col .card-item {
    display: block;
}
.cardnw:not(.collapsed) .right-col .card-item p {
    display: block;
}
.cardnw.collapsed .card-placeholder span {
    display: none;
}
.tier-upcoming .cardnw {
    filter: grayscale(100%);
}
.tier-upcoming .card-placeholder button {
    position: relative;
}
.tier-upcoming .card-placeholder button:before {
    content: "";
    position: absolute;
    background-image: url(lockicon.svg);
    width: 35px;
    height: 35px;
    background-size: cover;
    left: 50%;
    top: 40%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
#rewardsdv {
    scroll-margin-top: 63px;
}
.pstep-modal-phone {
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}
.pstep-header {
    background: var(--main-bg-color);
    color: var(--secondary-bg-color);
    padding: 18px;
}
.pstep-progress-bar-wrapper { background: rgba(255,255,255,0.25); height:8px; border-radius:4px; overflow:hidden; margin-top:6px; width:100%; }
.pstep-progress-fill { height:8px; background:#fff; width:0; transition: width .28s ease; }
.pstep-step-card { display:none; flex-direction:column; justify-content:space-between; min-height:320px; }
.pstep-step-card.active { display:flex !important; }
.pstep-btn-red, .pstep-btn-red:hover {
    background: var(--main-bg-color);
    color: var(--secondary-bg-color);
    border-color: var(--main-bg-color);
    border-radius: 13px !important;
}
.pstep-success-icon { width:80px; height:80px; background:#ffe6e6; border-radius:50%; display:flex; align-items:center; justify-content:center; margin:0 auto; }
.pstep-header h4 {
    color: var(--secondary-bg-color);
}
#pstepOnboardingModal .form-control {
    border-radius: 13px !important;
}
.pstep-step-card button.btn-outline-danger {
    border-color: var(--main-bg-color);
    border-radius: 13px !important;
}
.btn-group-vertical .pstepGenderBtn {
    margin-bottom: 12px;
}
.btn-group-vertical .pstepGenderBtn:last-child {
    margin-bottom: 0px;
}
.btn-group-vertical .pstepGenderBtn {
    margin-bottom: 12px;
    border-color: #f8f9fb;
    background-color: #f8f9fb;
    padding: 10px 10px !important;
    border-radius: 13px !important;
    color: #000;
}
.howzitwithimgenabled {
    margin: -20px -20px 0px -20px;
}
.howzitwithimgenabled {
    position: relative;
}
.howzitwithimgenabled:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(255 255 255 / 25%) 50%, rgb(255 255 255) 100%);
}
.rewardsdvig .icon-side {
    background: none;
    width: 35%;
    position: relative;
}
.rewardsdvig .icon-side:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(88deg, rgb(0 0 0 / 0%) 0%, rgb(255 255 255 / 25%) 50%, rgb(255 255 255) 100%);
}
.rewardsdvig .text-side {
    background: none;
    width: 65%;
    padding-left: 0px;
    margin-left: -10px;
    position: relative;
}
.icon-side img {
    height: 100%;
}
.offersstarted {
    padding: 0 15px;
}

@media only screen and (max-width: 767px) {
.backgroundgradient .row .col-md-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
}
.backgroundgradient .row .col-md-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
}
.ulctas li {
    padding: 0 5px;
}
.ulctas li.orderbg button, .ulctas li.orderbg a {
    font-size: 12px;
}
.ulctas li button, .ulctas li a {
    padding: 8px 5px;
}
.ulctas li button svg, .ulctas li button img,
.ulctas li a svg, .ulctas li a img {
    max-width: 21px;
}
.ptspan {
    min-width: 15px;
    height: 15px;
    font-size: 9px;
    padding: 0 4px;
    right: -2px;
}
.ulctas li button p,
.ulctas li a p {
    font-size: 10px;
}
.banner-head {
    font-size: 32px;
}
.tagline {
    padding: 5px 15px;
    font-size: 12px;
}
.taglinep {
    font-size: 14px;
    color: var(--secondary-bg-color);
}
.banner {
    border-radius: 0 0 20px 20px;
}
.rewardsstarted {
    padding: 10px 10px;
}
.rewards-details {
    padding: 10px 10px;
}
.unlockbg {
    padding: 5px 5px;
    font-size: 12px;
    border-radius: 13px;
}
.rewards-div h4 {
    font-size: 13px;
}
.common-space {
    padding: 30px 0px;
}
.common-head {
    font-size: 24px;
    margin-bottom: 10px;
}
.common-para {
    font-size: 15px;
}
.rewardslocked .slick-dots {
    bottom: -20px;
}
.menu-scrolling-with-text {
    margin: 0 -10px;
}
.howItWorks svg {
    max-width: 40px;
}
.howItWorksHead {
    font-size: 15px;
}
.howItWorks p {
    font-size: 13px;
}
.howItWorks {
    padding: 10px 5px;
}
.howitworksection .col-4 {
    padding: 0 5px;
}
.howitworksection .row {
    padding: 0 10px;
}
.text-side {
    padding: 10px 15px;
}
.text-side h4 {
    font-size: 15px;
}
.text-side p {
    font-size: 13px;
}
.icon-side svg {
    max-width: 20px;
}
.icon-side {
    width: 20%;
}
.text-side {
    width: 80%;
}
.txn {
    margin-top: 10px;
    font-size: 16px;
}
.milestone-card {
    padding: 15px 10px 15px 0px;
}
.connector.wide {
    min-width: 185px;
}
.info-bubble {
    top: -56px;
    font-size: 11px;
    padding: 5px 5px;
    max-width: 160px;
}
.viewport {
    padding-top: 38px;
}
#offer-rewards .modal-header {
    padding: 0px;
}
.exploreoffersouter {
    padding: 15px 20px;
}
.wrap {
    padding:8px;
    margin-top: 20px;
}
.tier-row {
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: start;
    position: relative;
}
.tier-left {
    display: flex;
    align-items: center;
    min-height: 64px;
    padding: 8px 8px;
    border-radius: 0;
    width: 100%;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
}
.trophy {
    width:36px;
    height:36px;
    border-radius:8px
}
.tier-meta .title {
    font-size: 12px;
}
.tier-meta .sub {
    font-size: 10px;
    padding: 4px 4px;
}
.tier-right {
    margin-left: 0;
    min-height: 80px;
    padding: 8px 0px 8px 8px;
}
.card {
    min-width:150px
}
.card img {
    height:92px
}
.accordion-header {
    justify-content: space-between;
}
.accordion-header .left {
    max-width: max-content;
}
.tierinfo p {
    font-size: 14px;
}
.tierinfo li p span {
    font-size: 20px;
}
.tierinfo li {
    padding: 12px 5px;
}
.titleicon svg {
    max-width: 30px;
}
.accordion-header .muted {
    font-size: 11px;
    padding: 0px 6px;
}
.cards-row {
    padding: 12px 6px 12px 4px;
    gap: 10px;
}
#pstepOnboardingModal .modal-dialog {
    margin: 0;
    max-width: 100%;
    height: 100%;
}
#pstepOnboardingModal 


.modal-content {
    height: 100%;
    border-radius: 0;
}
.pstep-modal-phone {
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
}
.pstep-step-card {
    min-height: calc(100vh - 150px);
}
#pstepOnboardingModal .modal-dialog { margin:0; max-width:100%; height:100%; }
#pstepOnboardingModal .modal-content { height:100%; border-radius:0; }
.pstep-modal-phone { width:100%; height:100%; border-radius:0; box-shadow:none; }
.pstep-step-card { min-height: calc(100vh - 150px); }

}