body.dashboard-page {
    background: rgb(107, 209, 193) !important;
    background: -moz-linear-gradient(90deg, rgba(107, 209, 193, 1) 0%, rgba(0, 194, 221, 1) 100%) !important;
    background: -webkit-linear-gradient(90deg, rgba(107, 209, 193, 1) 0%, rgba(0, 194, 221, 1) 100%) !important;
    background: linear-gradient(90deg, rgba(107, 209, 193, 1) 0%, rgba(0, 194, 221, 1) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#6bd1c1", endColorstr="#00c2dd", GradientType=1) !important
}

body.dashboard-page.dp-newchange {
    background: rgba(2, 76, 92, 1) !important;
    background: -moz-linear-gradient(left, rgba(2, 76, 92, 1) 0%, rgba(2, 54, 68, 1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2, 76, 92, 1)), color-stop(100%, rgba(2, 54, 68, 1))) !important;
    background: -webkit-linear-gradient(left, rgba(2, 76, 92, 1) 0%, rgba(2, 54, 68, 1) 100%) !important;
    background: -o-linear-gradient(left, rgba(2, 76, 92, 1) 0%, rgba(2, 54, 68, 1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(2, 76, 92, 1) 0%, rgba(2, 54, 68, 1) 100%) !important;
    background: linear-gradient(to right, rgba(2, 76, 92, 1) 0%, rgba(2, 54, 68, 1) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#024c5c', endColorstr='#023644', GradientType=1) !important
}

*::-webkit-scrollbar {
    width: 0.6rem
}

*::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 10px
}

body.dashboard-page.dp-newchange section {
    background: transparent
}

body.dp-popupopen {
    overflow: hidden
}

body.dashboard-page .mobile-navbar .hamburger,
body.dashboard-page .mobile-navbar .close-hamburger {
    width: auto;
    height: 40px;
    float: left
}

body.dashboard-page .mobile-navbar .hamburger img,
body.dashboard-page .mobile-navbar .close-hamburger img {
    width: auto;
    height: 100%
}

body.dashboard-page .mobile-navbar .logo {
    width: auto;
    margin: 0
}

body.dashboard-page .mobile-navbar {
    background-color: #003c4c
}

body.dashboard-page .mobile-navbar .user {
    width: initial
}

body.dashboard-page .mobile-navbar .menu-profile a {
    border-radius: 100px;
    display: flex;
    height: 50px;
    width: 50px;
    overflow: hidden;
    padding: 0px
}

body.dashboard-page .mobile-navbar .logo img {
    height: 40px;
    width: auto
}

body.dashboard-page .mobile-navbar .mobile-header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center
}

body.dashboard-page .mobile-navbar.mn-dashboard .menu {
    background: rgba(0, 75, 96, 1);
    background: -moz-linear-gradient(-45deg, rgba(0, 75, 96, 1) 0%, rgba(1, 40, 48, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0, 75, 96, 1)), color-stop(100%, rgba(1, 40, 48, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(0, 75, 96, 1) 0%, rgba(1, 40, 48, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(0, 75, 96, 1) 0%, rgba(1, 40, 48, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0, 75, 96, 1) 0%, rgba(1, 40, 48, 1) 100%);
    background: linear-gradient(135deg, rgba(0, 75, 96, 1) 0%, rgba(1, 40, 48, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#004b60', endColorstr='#012830', GradientType=1)
}

body.dashboard-page .mobile-navbar.mn-dashboard .menu a {
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 2em;
}

.menu-profile a {
    border-radius: 100px;
    display: flex;
    height: 50px;
    width: 50px;
    overflow: hidden;
    padding: 0px
}

.menu-profile {
    padding: 3px;
    box-shadow: 0 0 0 1px rgba(173, 216, 230, 0.5);
    border-radius: 100px
}

body.gradiantblue-bg {
    background: rgb(107, 209, 193) !important;
    background: -moz-linear-gradient(90deg, rgba(107, 209, 193, 1) 0%, rgba(0, 194, 221, 1) 100%) !important;
    background: -webkit-linear-gradient(90deg, rgba(107, 209, 193, 1) 0%, rgba(0, 194, 221, 1) 100%) !important;
    background: linear-gradient(90deg, rgba(107, 209, 193, 1) 0%, rgba(0, 194, 221, 1) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#6bd1c1", endColorstr="#00c2dd", GradientType=1) !important;
}

body.black-bg {
    background: #043945 !important;
}

.btn-white {
    background: #fff;
    color: #72d2bf !important;
    width: auto;
    line-height: initial;
    box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}

*::-webkit-scrollbar {
    width: 0.6rem;
}

*::-webkit-scrollbar-thumb {
    background-color: #666666;
    border-radius: 10px;
}

body.gradiantblue-bg .desktop-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dp-title {
    font-size: 45px;
    color: #0dc4da;
    text-shadow: 0px 2px 5px #0dc4da;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}

.flex-column {
    flex-direction: column;
}

.dpt-white {
    color: #fff;
    text-shadow: 0px 2px 5px #fff;
}

.wave-bg {
    margin-top: -170px;
    position: relative;
}

.wave-paddingtop {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.wave-paddingbottom {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.btn-full {
    width: 100%;
    margin: 20px 0;
}

.btn-link {
    color: #1f4d61;
    text-decoration: underline;
}

.np-title {
    color: #1f4d61;
    text-shadow: none;
    letter-spacing: 0;
    font-size: 2em;
}

.bg-white {
    background: #fff;
}

section {
    background: transparent;
}

section.top-banner img {
    width: 12em;
}

section.top-banner.tb-prime img {
    width: 300px;
}

section.top-banner {
    margin-top: 83px;
    padding: 100px;
    text-align: center;
}

.tp-wrapper img {
    display: inline-block;
}

section.section-subscriptionform {
    padding: 3em 0 0;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

form.form-addtocart {
    width: 100%;
    max-width: 400px;
    display: inline-block;
    margin-top: 0;
}

.fg-two {
    position: relative;
    flex: 1;
}

.fg-col {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

.fg-two:not(:last-child) {
    padding-right: 10px;
}

select.select-green {
    border-bottom: 1px solid #8bcfbf !important;
    width: 100%;
    position: relative;
    height: 50px !important;
    color: #1f4d61 !important;
    padding: 0 10px;
    -webkit-appearance: none;
}

select.select-green+span {
    height: 10px;
    width: 10px;
    border: 2px solid #1f4d61;
    border-top: 0;
    border-left: 0;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: rotate(45deg) translateY(-130%);
    -webkit-transform: rotate(45deg) translateY(-130%);
    -moz-transform: rotate(45deg) translateY(-130%);
    -o-transform: rotate(45deg) translateY(-130%);
}

label.check-label {
    display: block;
    text-align: left;
    cursor: pointer;
}

label.check-label input {
    -webkit-appearance: none;
}

label.check-label input+span {
    height: 22px;
    width: 22px;
    border: 2px solid #8bcfbf;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    position: relative;
}

label.check-label input:checked+span:after {
    content: "";
    top: -4px;
    left: 5px;
    position: absolute;
    border: 2px solid #1f4d61;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
    width: 6px;
    height: 19px;
}

.login-pagelogo {
    max-width: 150px;
    display: block;
    margin: 0 auto;
}

section.section-loginform {
    margin-top: 200px;
    padding: 80px 0;
    text-align: center;
}

.primemem-details {
    max-width: 730px;
    display: inline-block;
    margin-top: 2em;
    font-size: 16px;
    color: #004b60;
}

.primemem-details p {
    line-height: 21px;
}

.ss-wrapper {
    z-index: 1;
    position: relative;
}

img.ns-common {
    width: auto;
    display: inline-block;
}

img.ns-common.ns-leaf-left {
    position: absolute;
    left: -20px;
    top: 180px;
}

img.ns-common.ns-ice-left {
    position: absolute;
    left: -10px;
    bottom: 150px;
}

img.ns-common.ns-leaf-right {
    position: absolute;
    left: -10px;
    top: 200px;
    z-index: 0;
}

img.ns-common.ns-bigleaf-right {
    position: absolute;
    right: -80px;
}

img.ns-common.ns-water-right {
    position: absolute;
    right: -60px;
    bottom: 80px;
}

img.ns-common.ns-iceleaf-right {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.sec-howwrap>ul {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center;
}

.sec-howwrap>ul>li {
    margin: 30px 0;
}

.shw-head {
    color: #fff;
    background-color: #00c2dd;
    padding: 20px;
    width: 240px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
}

.np-subtitle {
    text-align: center;
    font-size: 1.5em;
    text-transform: capitalize;
}

.nps-title {
    margin-top: 10px;
}

.shw-wrapper ul {
    display: flex;
    flex-flow: column nowrap;
    border-radius: 10px;
    max-width: 430px;
    box-shadow: 0px 5px 10px 7px rgba(13, 196, 218, 0.19);
    -webkit-box-shadow: 0px 5px 10px 7px rgba(13, 196, 218, 0.19);
    padding: 20px;
    margin-top: -25px;
}

.shw-wrapper ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 25px 20px;
}

.shw-wrapper ul li span {
    font-size: 18px;
    text-align: left;
}

.shw-wrapper ul li i {
    margin-right: 20px;
    max-height: 80px;
    max-width: 80px;
    width: 100%;
    height: 100%;
}

.shw-wrapper ul li i img {
    max-width: 100%;
    height: auto;
}

.np-item-icon {
    width: 100px;
    /* height: 100px; */
    /* display: table-cell; */
}

.np-item {
    display: table;
    text-align: left;
    align-self: center;
    padding: 1em;
    border-radius: 10px;
    margin: 1em 0 2em;
    color: #fff;
    box-shadow: 4px 5px 16px 1px #d9dedd;
    width: 100%;
}

.np-item-copy {
    padding-left: 1em;
}

.np-item:nth-child(even) {
    background: #09cde7;
}

.np-item:nth-child(odd) {
    background: #77d7c3;
}

.np-item-copy p {
    margin-bottom: 0;
}

.np-item>* {
    display: table-cell;
    vertical-align: middle;
}

.right-wrapper .np-item-icon img {
    width: 100%;
}

.shw-wrapper ul li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

section.section-joinsubscription {
    padding: 80px 0;
    overflow: hidden;
    background-color: #d6eff5;
}

.sec-howitworks {
    /* margin-top: 50px; */
}

p.programoffers {
    font-size: 16px;
}

.sec-glimpsewrap {
    width: 40%;
    /* max-width: 580px; */
    margin-top: 20px;
    /* display: inline-block; */
    position: relative;
    text-align: center;
    text-align: center;
    margin: 1.5em auto 0;
}

.sec-glimpsewrap img {
    /* width: auto; */
    /* height: 100%; */
    margin: 0 auto;
}

.sec-glimpsewrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000003b;
}

i.sg-play {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    border: 1px solid white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.sjs-card {
    text-align: center;
    max-width: 220px;
    margin: 20px;
}

.sjs-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 40px 0;
    z-index: 1;
    position: relative;
}

.sjs-whitebg {
    height: 110px;
    width: 110px;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0 0 8px 4px rgba(255, 255, 255, 0.27);
}

.sjs-top {
    position: relative;
    width: 110px;
    display: inline-block;
}

.sjs-textinsid {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

.sjs-textinsid>span:first-child {
    font-size: 90px;
    font-weight: bolder;
    line-height: 75px;
    text-align: center;
}

.sjs-textinsid span:last-child {
    margin-top: -5px;
}

.sjs-textinsid span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

.sjs-button .btn {
    border: none;
}

.section-joinsubscription img.ns-leaf-left {
    top: 20px;
    width: 60px;
    left: 0;
}

.section-joinsubscription img.ns-leaf-right {
    width: 60px;
    left: 10px;
    top: 50px;
}

.section-joinsubscription img.ns-ice-left {
    top: 140px;
    left: 0;
    width: 60px;
}

.section-joinsubscription img.ns-bigleaf-right {
    position: absolute;
    right: -70px;
    width: 130px;
}

.section-joinsubscription img.ns-iceleaf-right {
    width: 110px;
    right: -20px;
    bottom: 0;
}

.section-joinsubscription img.ns-common.ns-water-right {
    width: 190px;
}


/** DASHBOARD REWARD PAGE **/

section.sec-dashreward.section-subscriptionform {
    margin-top: 85px;
    padding-bottom: 0;
}

.section-tabslider {
    background-color: #f2f5f6;
}

.tabslide-container ul:first-child {
    height: 75px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
    border-radius: 100px;
    padding: 0;
}

.tabslide-container ul:first-child li {
    height: 100%;
    width: 207px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #858787;
}

.tabslide-container ul:first-child li.active {
    background-color: #07c4de;
    color: #fff;
    box-shadow: 0px 5px 10px 7px rgba(13, 196, 218, 0.19);
    -webkit-box-shadow: 0px 5px 10px 7px rgba(13, 196, 218, 0.19);
}

.tabslide-container ul:last-child {
    margin-top: 70px;
}

.sec-dashreward .primemem-details p {
    line-height: 38px;
    font-size: 24px;
    color: #fff;
}

.sec-dashreward .primemem-details {
    max-width: 840px;
}

section.sec-tabcontent {
    padding: 80px 0;
    background-image: url("../images/newimages/wave-image-desktop.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 100%;
    box-shadow: 3px 0 7px 6px rgba(0, 0, 0, 0.03);
    z-index: 1;
}

.tabc-wrapper {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 10px 20px 10px rgba(13, 196, 218, 0.19);
    -webkit-box-shadow: 0px 10px 20px 10px rgba(13, 196, 218, 0.19);
}

.dp-reward-card {
    padding: 40px 0;
    flex: 1;
    max-width: 25%;
    min-width: 25%;
    text-align: center;
}

.dp-reward-card.active .dprc-bottom {
    color: #23c7d4;
}

.dp-reward-card.active {
    background-color: initial;
}

.dprc-good {
    background-image: url("../images/newimages/50_cravings@1X_a.png");
}

.dprc-dgood {
    background-image: url("../images/newimages/100_cravings@1X_a.png");
}

.dprc-peace {
    background-image: url("../images/newimages/200_cravings@1X_a.png");
}

.dprc-rock {
    background-image: url("../images/newimages/400_Cravings@1X_a.png");
}

.dprc-lapet {
    background-image: url("../images/newimages/600_cravings@1X_a.png");
}

.dprc-hifi {
    background-image: url("../images/newimages/800_Cravings@1X_a.png");
}

.dprc-clap {
    background-image: url("../images/newimages/1000_Cravings@1X_a.png");
}

.dp-reward-card.active .dprc-good {
    background-image: url("../images/newimages/50_cravings@1X_a.png");
}

.dp-reward-card.active .dprc-dgood {
    background-image: url("../images/newimages/100_cravings@1X_a.png");
}

.dp-reward-card.active .dprc-peace {
    background-image: url("../images/newimages/200_cravings@1X_a.png");
}

.dp-reward-card.active .dprc-rock {
    background-image: url("../images/newimages/400_Cravings@1X_a.png");
}

.dp-reward-card.active .dprc-lapet {
    background-image: url("../images/newimages/600_cravings@1X_a.png");
}

.dp-reward-card.active .dprc-hifi {
    background-image: url("../images/newimages/800_Cravings@1X_a.png");
}

.dp-reward-card.active .dprc-clap {
    background-image: url("../images/newimages/1000_Cravings@1X_a.png");
}


/*Day Badges*/

.dp-reward-card .dprc-d10 {
    background-image: url("../images/badges/reward/d10.jpg");
}

.dp-reward-card.active .dprc-d10 {
    background-image: url("../images/badges/reward/d10a.jpg");
}

.dp-reward-card .dprc-d20 {
    background-image: url("../images/badges/reward/d20.jpg");
}

.dp-reward-card.active .dprc-d20 {
    background-image: url("../images/badges/reward/d20a.jpg");
}

.dp-reward-card .dprc-d30 {
    background-image: url("../images/badges/reward/d30.jpg");
}

.dp-reward-card.active .dprc-d30 {
    background-image: url("../images/badges/reward/d30a.jpg");
}

.dp-reward-card .dprc-d60 {
    background-image: url("../images/badges/reward/d60.jpg");
}

.dp-reward-card.active .dprc-d60 {
    background-image: url("../images/badges/reward/d60a.jpg");
}


/*Cravings Badges*/

.dp-reward-card .dprc-20c {
    background-image: url("../images/badges/cravings/c20.jpg");
}

.dp-reward-card.active .dprc-20c {
    background-image: url("../images/badges/cravings/c20a.jpg");
}

.dp-reward-card .dprc-50c {
    background-image: url("../images/badges/cravings/c50.jpg");
}

.dp-reward-card.active .dprc-50c {
    background-image: url("../images/badges/cravings/c50a.jpg");
}

.dp-reward-card .dprc-100c {
    background-image: url("../images/badges/cravings/c100.jpg");
}

.dp-reward-card.active .dprc-100c {
    background-image: url("../images/badges/cravings/c100a.jpg");
}

.dp-reward-card .dprc-200c {
    background-image: url("../images/badges/cravings/c200.jpg");
}

.dp-reward-card.active .dprc-200c {
    background-image: url("../images/badges/cravings/c200a.jpg");
}

.dp-reward-card .dprc-400c {
    background-image: url("../images/badges/cravings/c400.jpg");
}

.dp-reward-card.active .dprc-400c {
    background-image: url("../images/badges/cravings/c400a.jpg");
}

.dp-reward-card .dprc-600c {
    background-image: url("../images/badges/cravings/c600.jpg");
}

.dp-reward-card.active .dprc-600c {
    background-image: url("../images/badges/cravings/c600a.jpg");
}

.dp-reward-card .dprc-800c {
    background-image: url("../images/badges/cravings/c800.jpg");
}

.dp-reward-card.active .dprc-800c {
    background-image: url("../images/badges/cravings/c800a.jpg");
}

.dp-reward-card .dprc-1000c {
    background-image: url("../images/badges/cravings/c1000.jpg");
}

.dp-reward-card.active .dprc-1000c {
    background-image: url("../images/badges/cravings/c1000a.jpg");
}


/*Friends Badges*/

.dprc-badge1 {
    background-image: url("../images/badges/helped/r1.jpg");
}

.dprc-badge3 {
    background-image: url("../images/badges/helped/r3.jpg");
}

.dprc-badge5 {
    background-image: url("../images/badges/helped/r5.jpg");
}

.dprc-badge10 {
    background-image: url("../images/badges/helped/r10.jpg");
}

.dp-reward-card.active .dprc-badge1 {
    background-image: url("../images/badges/helped/r1a.jpg");
}

.dp-reward-card.active .dprc-badge3 {
    background-image: url("../images/badges/helped/r3a.jpg");
}

.dp-reward-card.active .dprc-badge5 {
    background-image: url("../images/badges/helped/r5a.jpg");
}

.dp-reward-card.active .dprc-badge10 {
    background-image: url("../images/badges/helped/r10a.jpg");
}

.dp-rewards {
    padding: 80px 0;
}

.dprc-top {
    height: 150px;
    width: 150px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
}

.dprc-top img {
    height: 100%;
}

.dp-reward-card.active .dprc-bottom {
    /*display: none;*/
}

.dp-reward-card .dprc-bottom {
    font-size: 20px;
    margin-top: 30px;
}

.tabc-wrapper>ul>li {
    display: none;
    flex-flow: row wrap;
    align-items: center;
}

.tabc-wrapper>ul>li.active {
    display: flex;
}

.sec-helpfriendbandge .tabc-wrapper>ul>li {
    display: flex;
    align-items: flex-start;
}

.sec-helpfriendbandge {
    background-color: #fff;
}

.sec-helpfriendbandge .tabc-wrapper {
    margin-top: 100px;
}


/** DASHBOARD REWARD PAGE **/


/** REFER FRIEND **/

section.sec-nrftop {
    margin-top: 85px;
    padding: 80px 0 70%;
    background-image: url("../images/newimages/backgimg/Refer_a_friend_banner@1X.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 100%;
}

.sncnb-botwrap {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.sncnb-botwrap .snrf-bar.snrf-bar-mobile {
    margin: 30px 0;
    width: 100%;
}

.sncnb-botwrap .snrfb-wrapper {
    box-shadow: 0px 5px 10px 7px rgba(13, 196, 218, 0.19);
    -webkit-box-shadow: 0px 5px 10px 7px rgba(13, 196, 218, 0.19);
    /* max-width: 100%; */
}

.snrfb-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100px;
    overflow: hidden;
    padding: 10px 90px;
    max-width: 47em;
    margin: 0 auto;
    /* box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.3); */
}

.snrfb-wrapper .invite {
    border: none;
    background: none;
    white-space: nowrap;
    font-size: 1.1em;
    font-weight: bold;
}

.snrfb-wrapper input {
    border: none;
    font-size: 1em;
    font-weight: bold;
}

.snrfb-wrapper input::placeholder {
    color: #9b9b9b;
}

.snrfb-wrapper input {
    text-transform: uppercase;
}

section.sec-nrfbottom {
    padding: 0 0 80px;
}

section.sec-nrfbottom p.note {
    font-size: 16px;
    color: grey;
}

.secnb-cont p {
    font-size: 24px;
}


/* .snrf-bar-mobile {
  display: none;
  } */

.snrfb-wrapperm .dp-title {
    font-size: 65px;
}

.snrfb-wrapperm .np-subtitle {
    font-size: 35px;
}


/** REFER FRIEND **/

.prime-banner {
    background: url("../images/prime-desktop.jpg");
    background-size: cover;
    padding: 6em 5em 8em !important;
}


/** Nico Subscription accordians **/

section.section-subscribeaccord {
    padding-top: 0;
    padding-bottom: 1em;
}

.np-nicosureimg {
    margin: 100px 0;
}

.nps-accordion {
    border-radius: 40px;
    overflow: hidden;
}

.nps-accordion .nps-card {
    padding-bottom: 30px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.nps-accordion .nps-card:not(:first-child) {
    margin-top: -30px;
}

.nps-accordion .nps-card.npsc-crave {
    background: #a7edff;
}

.nps-accordion .nps-card.npsc-packs {
    background: #b5ffea;
}

.nps-accordion .nps-card.npsc-quantity {
    background: #beddff;
}

.nps-card-wrapper {
    height: 0;
    overflow: hidden;
    transition: height 0.1s ease-In;
}

.nps-card.show .nps-card-wrapper {
    height: 250px;
    transition: height 0.1s ease-In;
}


/* .nps-accordion .nps-card-header {
      font-size: 20px;
      font-weight: 600;
      padding: 30px 10px;
  } */

.nps-accordion .nps-card.npsc-crave .nps-card-header {
    color: #225466;
}

.nps-accordion .nps-card.npsc-packs .nps-card-header {
    color: #2f5f4b;
}

.nps-accordion .nps-card.npsc-quantity .nps-card-header {
    color: #1a3b8a;
}

.nps-accordion .nps-card-header {
    font-size: 20px;
    font-weight: 600;
    padding: 30px;
    text-align: left;
    cursor: pointer;
}

.nps-accordion .nps-card-body {
    padding: 20px;
}

.npscb-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nps-tags li {
    padding: 5px 20px;
    border-radius: 20px;
    background: none;
    cursor: pointer;
    border: 1px solid #193c89;
    color: #193c89;
    text-shadow: 0 0 0 #193c89;
    margin: 10px;
}

.nps-tags li.active,
.nps-tags li:hover,
.nps-tags li:focus,
.nps-tags li:active {
/*    background: #193c89;*/
    text-shadow: 0 0 0 #a7edff;
/*    color: #a7edff;*/
    font-weight: 600;
}

.npsc-packs .nps-tags li {
    border-color: #2f5f4b;
    color: #2f5f4b;
    text-shadow: 0 0 0 #2f5f4b;
}

.npsc-packs .nps-tags li.active,
.npsc-packs .nps-tags li:hover,
.npsc-packs .nps-tags li:focus,
.npsc-packs .nps-tags li:active {
/*    background: #2f5f4b;*/
/*    text-shadow: 0 0 0 #a7edff;*/
/*    color: #a7edff;*/
}

ul.nps-form {
    width: 100%;
/*    max-width: 420px;*/
    border-radius: 2em;
    box-shadow: 0px 1px 12px 1px #9de8e8;
    padding: 2em;
    margin-bottom: 2em;
}
.snspayment{
    align-items: center;
}
.nps-form h4 {
    font-size: 1.6em;
    margin-bottom: 0.4em;
}

div.nps-form {
    width: 100%;
    max-width: 420px;
}

ul.nps-form li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.nps-form li:not(:last-child) {
    border-bottom: 1px solid white;
    padding-bottom: 15px;
    /* margin-bottom: 15px; */
}

ul.nps-form li span {
    display: flex;
    align-items: center;
    color: #1a3b8a;
    font-size: 14px;
    position: relative;
}

ul.nps-form li span:first-child {
    /* margin-right: 100px; */
    font-weight:900;
    font-size:14px;
}

ul.nps-form li span input {
    margin-left: 10px;
    border-radius: 100px;
    border: 1px solid #1a3b8a;
    background: transparent;
    color: #1a3b8a;
    height: 35px;
    width: 60px;
    font-size: 18px;
    text-align: center;
}


/** Nico Subscription accordians **/


/** Nico Mange Subscription **/

.nps-tabs {
    max-width: 760px;
    margin: 0 auto;
}

.nps-tabs:not(:last-child) {
    margin-bottom: 30px;
}

.nps-tabs .nps-card .nps-card-wrapper {
    height: auto;
}

.nps-tabs .nps-card-header {
    font-size: 24px;
}

.nps-tabs .nps-card-body {
    padding: 0;
}

.nps-tabs .nps-card {
    padding-bottom: 20px;
}

.nps-tabs .nps-tags li a {
    border: none;
    color: inherit;
    background: inherit;
    font-weight: inherit;
    padding: 0;
}

.nps-tabs .nps-tags {
    display: flex;
}

.nps-tabs .npsc-past .nps-tags li {
    color: #0a5266;
    border-color: #0a5266;
    text-shadow: 0 0 0 #0a5266;
}

.nps-tabs .npsc-past .nps-tags li.active,
.nps-tabs .npsc-past .nps-tags li:hover,
.nps-tabs .npsc-past .nps-tags li:focus,
.nps-tabs .npsc-past .nps-tags li:active {
    background-color: #0a5266;
    color: #f3f3f3;
    text-shadow: 0 0 0#f3f3f3;
}

.npsc-past {
    background-color: #f3f3f3;
}

.npscs-wrapper {
    display: inline-flex;
    align-items: center;
    padding: 0 30px;
}

.npscs-common {
    flex: 1;
}

.npscs-left {
    margin-right: 10px;
    min-width: 235px;
}

.npscs-left img {
    width: auto !important;
    max-height: 130px;
    margin: 0 auto;
}

.npscs-right {
    flex: 2;
    text-align: left;
}


/** TAG FORMS **/

.nps-tabs ul.nps-tags.npst-form li {
    padding: 0;
    position: relative;
}

.npscb-note {
    padding: 10px 50px;
}

.nps-tabs .npscb-wrapper {
    padding: 10px 20px;
}

.nps-tabs ul.nps-tags.npst-form li>* {
    padding: 5px 15px;
    width: 180px;
    border: none;
    line-height: 25px !important;
    background: inherit;
    border-radius: inherit;
    color: inherit !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.nps-tabs ul.nps-tags.npst-form li>*::placeholder {
    color: inherit;
}

.selectli:after {
    /* content: "";
    display: block;
    height: 10px;
    width: 10px; */
    border: 1px solid;
    border-color: black;
    border-left: 0;
    border-top: 0;
    /* position: absolute;
    right: 15px;
    top: calc(50% - 5px); */
    transform: translateY(-50%) rotate(45deg);
    content: "";
    position: absolute;
    top: 6px;
    /* left: calc(100% - 30px); */
    right:6%;
    height: 10px;
    width:10px;
    top:40%;
    /* font-size: 80%; */
    padding: 1px 1px;
    background-color: transparent;
    color: white;
    pointer-events: none;
}

.selectli>* {
    padding-right: 40px !important;
}

.nps-tabs ul.nps-tags.npst-form li.selectli:hover:after {
/*    filter: invert(1);*/
}

ul.nps-form li span.selectli input {
    margin: 0;
    width: 180px;
    text-align: left;
    padding: 0 20px;
    font-size: 16px;
}


/** ACTIVE PRESCRIPTION SPECIAL TAGS **/

section.tb-tabs {
    padding-left: 0;
    padding-right: 0;
}

.nps-tabs .npsc-crave .nps-tags {
    flex-wrap: wrap;
    box-sizing: border-box;
}

.nps-tabs .nps-card.npsc-crave {
    padding-bottom: 40px;
}


/* .nps-tabs .nps-card.npsc-packs {
      height: 0;
      padding: 0;
  } */

.nps-tabs .npsc-crave .nps-tags li {
    flex: 1 0 50%;
    margin: 0;
    margin-bottom: 10px;
    width: 50%;
}

.nps-tabs .npsc-crave .nps-tags li:first-child {
    flex-basis: 100%;
}

.nps-tabs .npsc-crave .nps-tags li:nth-child(2n) {
    margin-right: 10px;
    flex-basis: calc(50% - 10px);
}

ul.nps-form+.nps-tags {
    width: 100%;
    max-width: 420px;
    margin-top: 20px;
}

ul.nps-form+.nps-tags * {
    width: 100% !important;
}

.nps-card.npsc-tbody {
    margin-top: 0 !important;
    height: initial;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transform: all 0s;
}

.nps-card.npsc-tbody.show {
    max-height: 1000px;
    padding-bottom: 30px;
    margin-top: -30px !important;
    transition: max-height 0.3s ease-In;
}


/** END OF ACTIVE SUBSCRIPTION SPECIAL TAGS **/


/** SECTION FEEDBACK **/

.section_feedbackform {
    margin: 40px 0 60px;
}

.sf_content {
    max-width: 640px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 10px;
    background: #73d2bf;
    background: -moz-linear-gradient(45deg, #8de5f1 0%, #00c2dd 100%);
    background: -webkit-linear-gradient(45deg, #8de5f1 0%, #00c2dd 100%);
    background: linear-gradient(45deg, #8de5f1 0%, #00c2dd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8de5f1', endColorstr='#00c2dd', GradientType=1);
}

.sf_content * {
    color: #fff;
}

.sf_content input,
.sf_content textarea {
    background: transparent;
    padding-left: 10px;
    padding-right: 10px;
}

.sf_content textarea {
    border: 1px solid #fff;
    border-radius: 5px;
}

.sf_content input::placeholder,
.sf_content textarea::placeholder {
    color: #fff;
}

.sf_content .form-group>label {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.form-group li label {
    position: relative;
    padding-left: 30px;
}

.form-group li label input {
    display: none;
}

.form-group li:not(:last-child) {
    margin: 8px 0;
}

.form-group li label span {
    height: 18px;
    width: 18px;
    border: 1px solid white;
    position: absolute;
    border-radius: 100px;
    left: 0;
    top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-group li label input:checked+span:before {
    content: "";
    height: 10px;
    width: 10px;
    background: white;
    border-radius: 100px;
    display: block;
}

.form-submitbtn {
    text-align: center;
}


/** END OF SECTION FEEDBACK **/


/** Nico Mange Subscription **/

@media screen and (max-width: 1024px) {
    body.gradiantblue-bg .desktop-navbar {
        display: none;
    }
    section.section-joinsubscription {
        border-top-left-radius: 65px;
        border-top-right-radius: 65px;
        margin-top: -60px;
    }
    .sec-howwrap>ul {
        flex-flow: column nowrap;
    }
    .sjs-wrapper {
        flex-flow: column nowrap;
        margin-top: 30px;
    }
    .sjs-bottom {
        font-size: 21px;
    }
    .sjs-wrapper .sjs-card {
        max-width: 100%;
    }
    .section-subscriptionform img.ns-leaf-left {
        bottom: 40px;
        top: initial;
        width: 70px;
    }
    .section-subscriptionform img.ns-common.ns-leaf-right {
        top: initial;
        bottom: 100px;
        z-index: 1;
        width: 70px;
    }
    .section-subscriptionform img.ns-common.ns-ice-left {
        bottom: 240px;
        width: 60px;
    }
    .section-subscriptionform img.ns-common.ns-bigleaf-right {
        width: 120px;
        right: -30px;
    }
    .section-subscriptionform img.ns-common.ns-iceleaf-right {
        width: 100px;
    }
    .section-subscriptionform img.ns-common.ns-water-right {
        bottom: 0;
        width: 180px;
    }
    .section-joinsubscription img.ns-leaf-left {
        top: 400px;
    }
    .section-joinsubscription img.ns-leaf-right {
        top: 430px;
    }
    .section-joinsubscription img.ns-ice-left {
        top: 520px;
    }
    .section-joinsubscription img.ns-bigleaf-right {
        top: 210px;
    }
    .section-joinsubscription img.ns-iceleaf-right {
        bottom: 201px;
    }
    .section-joinsubscription img.ns-common.ns-water-right {
        bottom: 240px;
    }
    /* 
  .snrf-bar {
  display: none;
  } */
    .note {
        display: none;
    }
    /* 
  .snrf-bar-mobile {
  display: block;
  } */
    /* .sncnb-botwrap {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  }
  
  .sncnb-botwrap .snrf-bar.snrf-bar-mobile {
  margin: 30px 0;
  width: 100%;
  }
  */
    .sncnb-botwrap .snrfb-wrapper {
        /* box-shadow: 0px 5px 10px 7px rgba(13, 196, 218, 0.19);
  -webkit-box-shadow: 0px 5px 10px 7px rgba(13, 196, 218, 0.19); */
        max-width: 100%;
    }
    section.sec-nrftop {
        padding: 10% 0 80%;
        /* background-image: url("../images/newimages/backgimg/Refer_a_friend_banner.svg"); */
    }
    .snrfb-wrapperm .dp-title {
        font-size: 6vw;
    }
    .snrfb-wrapperm .np-subtitle {
        font-size: 4vw;
    }
    .secnb-cont p {
        font-size: 120%;
    }
}

@media screen and (max-width: 830px) {
    section.top-banner {
        padding-bottom: 50px !important;
    }
    .np-title {
        font-size: 1.7em;
    }
    .dp-reward-card {
        max-width: initial;
        min-width: initial;
        flex: 1 0 50%;
    }
    .dprc-top {
        height: 120px;
        width: 120px;
    }
    .sec-glimpsewrap {
        width: 100%;
    }
    section.top-banner.prime-banner {
        background: url(../images/prime-mobile.jpg);
        background-size: cover;
        padding: 2em 0em 5em !important;
    }
    .wave-bg {
        margin-top: -90px;
    }
}

@media screen and (max-width: 660px) {
    section.top-banner {
        padding-bottom: 50px !important;
        padding-top: 40px;
    }
    .section-subscriptionform img.ns-leaf-left {
        bottom: -40px;
        width: 60px;
    }
    .section-subscriptionform img.ns-common.ns-leaf-right {
        bottom: 20px;
    }
    .section-subscriptionform img.ns-common.ns-ice-left {
        bottom: 140px;
        width: 50px;
        left: 0;
    }
    .section-subscriptionform img.ns-common.ns-bigleaf-right {
        width: 100px;
        right: -40px;
    }
    .section-subscriptionform img.ns-common.ns-water-right {
        bottom: -20px;
        width: 140px;
    }
    .section-subscriptionform img.ns-common.ns-iceleaf-right {
        width: 110px;
        bottom: -40px;
    }
    .sncnb-botwrap .snrfb-wrapper {
        padding: 1em 1em 1em 2em;
    }
    .np-nicosureimg {
        margin: 60px 0 30px;
    }
    .nps-title {
        font-size: 1.2em;
    }
    .npscw-custom {
        flex-direction: column;
    }
    .npscs-left {
        min-width: 31vw;
    }
    .npscs-left img {
        max-height: 17vw;
    }
    .sec-feedback * {
        text-align: left !important;
    }
    .sec-feedback .primemem-details p {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width: 480px) {
    section.top-banner {
        padding: 0;
        padding-bottom: 80px !important;
        padding-top: 30px;
    }
    .section-joinsubscription img.ns-bigleaf-right {
        right: -50px;
    }
}

@media screen and (max-width: 520px) {
    body.dashboard-page .mobile-navbar .logo img {
        height: 25px
    }
    body.dashboard-page .mobile-navbar .hamburger,
    body.dashboard-page .mobile-navbar .close-hamburger {
        height: 30px
    }
    body.dashboard-page .mobile-navbar .menu-profile a {
        height: 40px;
        width: 40px
    }
}

.sec-feedback h2 {
    font-size: 2em;
}

.section_feedbackform .btn-white:hover {
    background-color: #fff;
}

.error {
    color: red;
    font-size: 1.2em;
    font-weight: bold;
}

.success {
    color: #4aff4a;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center !important;
}

.refer-success {
    color: #00c500;
    margin-top: 1em;
}

.refer-error {
    text-align: center;
    margin-top: 1em;
    display: none;
}

.nomarginp p {
    margin-bottom: 0;
}

.ui-datepicker .ui-datepicker-calendar td {
    padding: 1px !important;
}

.modify-error {
    font-size: 1em;
    padding: 0 1em;
}

.main-error {
    color: #ff0000;
    font-size: 1.2em;
    padding-bottom: 1em;
}

.modify_pack_dd{
    width: 8em !important;
}
.modify_pack_qnty{
    margin-right: 0 !important;
}
.modify_pack_input_txt{
    margin-left: 10px;
    border-radius: 100px;
    border: 1px solid #1a3b8a !important;
    background: transparent;
    color: #1a3b8a;
    height: 35px;
    width: 60px !important;
    font-size: 18px;
    text-align: center;
    padding: 0 !important;
    margin-top: 10px;
}
