.container__1296 {
    max-width: 1296px;
}
body {
    overflow-x: hidden;
}
#navbar_click .container {
    padding-top: 16px;
    display: flex;
    justify-content: flex-end;
}

#navbar_click li {
    padding: 0 7px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
}
.navbar-toggler {
    padding: 0;
    position: relative;
    top: 8px;
    right: 15px;
}
.navbar-toggler-icon-2 {
    display: none;
}
.navbar-toggler-icon-2.active {
    display: flex;
    position: relative;
    top: -9px;
}
.navbar-toggler-icon-1 {
    display: flex;
}
.navbar-toggler-icon-1.hidden {
    display: none;
}
.brands .img-fluido {
    max-width: 70%;
    height: auto;
}

.brands .img-fluido:hover {
    -webkit-filter: grayscale(100%);
}

.pytext {
    font-size: 25px;
    margin-top: 30px;
}

.vd-pl {
    height: 270px;
    width: 100%;
    margin: auto;
    display: block;
    margin-top: 55px;
    background: #000;
}

.video-sec {
    background: #fff;
}

.vd-pl:focus {
    outline: none;
}

.c-image>img:first-child {
    border-radius: 50%;
    height: 80px;
    object-fit: cover;
}

.img-fluido {
    max-width: 100%;
    height: 235px;
    object-fit: cover;
}

button:focus {
    outline: 0px;
}

#navbarNav {
    z-index: 20;
    padding-top: 15px;
}
@media (max-width: 991px) {
    #navbarNav {
        position: absolute;
        top: 90px;
        left: 0px;
        width: 100%;
        background: #fff;
        padding-top: 20px;
        text-align: center;
    }
    .logo {
        top: 0;
        position: absolute;
        left: calc((100vw / 2) - 29px);
    }
}
@media (max-width: 546px) {
    #navbarNav {
        top: 75px;
    }
}
.navbar-nav a {
    color: #fff;
    margin-bottom: 36px;
}

#background {
    background: url('../images/hero_img.png');
    background-position: center;
    background-size: cover;
    min-height: 800px;
    width: 100%;
}

.inner_header {
    background-image: url('../images/checkout-header.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 227px;
}

.logo_section {
    display: flex;
    padding: 20px 0 0px 0;
}

.site-nav {
    margin-bottom: 80px;
}

a.logo img {
    width: 100%;
}

.banner_content h1 {
    max-width: 630px;
    color: #fff;
    font-size: 26px;
    line-height: 33px;
    display: block;
    font-weight: 400;
}

.banner_content h2 {
    color: #fff;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    position: relative;
    z-index: 10;
}

.banner_content h2 span {
    background: #fff;
    color: #f50974;
    padding: 7px 11px;
    display: inline-block;
    margin-top: 10px;
    z-index: 10;
    position: relative;
}

.left {
    position: relative;
    margin: 14px 0 3px 0;
    width: 632px;
    height: 72px;
    border-radius: 50px;
}

.about-snacks p {
    font-size: 24px;
}

.left input {
    border-radius: 50px;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    padding: 0 40px;
    font-size: 20px;
}

.input_btn {
    outline: 0;
    border: 0;
    position: absolute;
    left: 453px;
    top: 18px;
    width: 190px;
    border-radius: 50px;
    background: #f50974;
    height: 64px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

button.input_btn p {
    max-width: 153px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
}

button.input_btn p span {
    text-decoration: underline;
}

.terms_section label {
    margin-top: 6px;
    margin-bottom: 7px;
}
.terms_section p a {
    color: #fff;
}


.terms_section label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    vertical-align: middle;
    position: absolute;
    left: 4px;
    top: 4px;
    border: 1px solid #000;
}
.terms_section input:checked+label:before {
    border: none;
}

.terms_section {
    position: relative;
    padding-left: 30px;
    padding-right: 80px;
}

.terms_section span {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
}

.terms_section p {
    font-style: italic;
    font-weight: 300;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 7px;
}

.checbox_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 18px;
    color: #fff;
    top: 0px;
    max-width: 720px;
}

.checbox_container span {
    font-weight: 700;
}

.checbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checbox_container a {
    color: #fff;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
}

.checbox_container:hover input~.checkmark {
    background-color: #ccc;
}

.checbox_container input:checked~.checkmark {
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checbox_container input:checked~.checkmark:after {
    display: block;
}

.checbox_container .checkmark:after {
    left: 6px;
    top: 1px;
    width: 6px;
    height: 13px;
    border: solid #f50974;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sign_up_sec h5 {
    font-weight: 700;
    font-size: 18px;
}

.heading_content {
    text-align: center;
}

.heading_content h1 {
    font-weight: 700;
    font-size: 33px;
    position: relative;
    text-transform: uppercase;
}

.hiw-sec {
    background: #FFECB2;
}

.heading_content h1:after {
    position: absolute;
    content: "";
    height: 6px;
    background-color: #f50974;
    width: 43px;
    left: 50%;
    right: 50%;
    bottom: -26px;
    transform: translate(-50%, -50%);
}

.heading_content p {
    font-size: 17px;
    line-height: 31px;
    color: #3B3B3B;
    padding-top: 45px;
    padding-bottom: 35px;
}

.common_section {
    padding-top: 50px;
}

.right_content img {
    width: 100%;
    height: 100%;
}

.spacing {
    padding-bottom: 70px;
}

.sign_up_icon {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-bottom: 35px;
}

.left_content_img img {
    width: 100%;
    height: 100%;
}

.icon_heading h4 {
    font-size: 20px;
    font-weight: 700;
}

.icon_heading span {
    color: #535353;
    font-size: 15px;
    line-height: 22px;
}

.pink_bands {
    display: flex;
    width: 100%;
    margin-top: 80px;
}

.band_1 {
    background: #f50974;
    width: 50%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.band_2 {
    background: #EE6D95;
    height: 120px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.band2_text span {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}

.card_info {
    background: #EAEAEA;
}

.card_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.card_text p {
    margin: 0;
    margin-left: 20px;
    font-size: 15px;
    color: #212529;
}

.band1_text h3 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.band1_text p {
    margin: 0;
    font-size: 15px;
    color: #fff;
}

.band1_text {
    margin-left: 10px;
}

.footer_1 ul {
    padding: 0;
    margin: 0;
}

.footer_1 ul li {
    display: inline-block;
    margin-right: 12px;
}

.footer_1 ul li a {
    text-decoration: none;
    color: #535353;
    font-size: 14px;
}

.footer_2 ul {
    padding: 0;
    margin: 0;
}

.footer_2 ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer_2 ul li a {
    text-decoration: none;
    color: #535353;
    font-size: 14px;
}

.footer_3 ul {
    padding: 0;
    margin: 0;
}

.footer_3 ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer_3 ul li a {
    text-decoration: none;
    color: #f50974;
    font-size: 14px;
}

.all_footer {
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center;
}

.tabs-hiw .nav-link.active {
    -webkit-box-shadow: 0px 0px 24px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 24px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 24px -1px rgba(0, 0, 0, 0.2);
    background: #fff;
    color: #000;
}

.tabs-hiw .nav-link {
    color: #000;
    padding: 20px;
}

.icon_main {
    margin-right: 20px;
}

button.input_btn:disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

.separator-line {
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 50px;
}

.testi-img {
    width: 100px;
    margin-top: -140px;
}

.testi-stars {
    width: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.testimonials p {
    font-size: 18px;
    color: #000;
}

.testimonials .carousel-indicators li {
    background: #000;
    width: 20px;
    height: 0px;
    border-radius: 100px;
}

.testimonials .carousel-indicators li.active {
    background: #f50974;
}

.testimonials .carousel-indicators {
    bottom: -30px;
    justify-content: left;
    margin-left: 0;
}

.testimonials {
    background: url('../images/testi-bg.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 60px;
}

.disp-mob {
    display: none;
}

.wi100 {
    width: 100%;
}

.testi-web {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 600px;
}

.testi-left {
    padding-top: 5%;
    padding-bottom: 70px;
}

.testi-left .heading_content {
    margin-bottom: 40px;
}

.testi-new-in {
    background: #fff;
    padding: 50px 20px;
    text-align: center;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}

.products-header {
    position: relative;
    display: block;
    left: 45%;
    width: calc(223px + (100vw - 375px) * 49 / 1605);
    top: -7px;
    z-index: 3;
}

header {
    position: relative;
}

.hdr-content {
    position: relative;
}

.arrow-header {
    position: absolute;
    right: 344px;
    top: 95px;
}

.tab-content .tab-pane img {
    width: 100%;
}

.banner_content {
    position: relative;
}

.ph-mob {
    display: none;
}

.products-header2 {
    margin: 0 auto;
    width: 200px;
    margin-top: 10px;
}

.color-bg-pink {
    background: #cd7bdd !important;
}

.color-bg-pink2 {
    background: #d88ce7 !important;
}

.color-bg-blue {
    background: #007cdc !important;
}

.color-bg-blue2 {
    background: #1b91ed !important;
}

.color-bg-red {
    background: #fd1348 !important;
}

.color-bg-red2 {
    background: #f9456e !important;
}

.color-bg-orange {
    background: #fa8048 !important;
}

.color-bg-orange2 {
    background: #fb9d72 !important;
}

.color-bg-green {
    background: #8dc546 !important;
}

.color-bg-green2 {
    background: #a2d365 !important;
}

.color-bg-purple {
    background: #5558b0 !important;
}

.color-bg-purple2 {
    background: #7073bc !important;
}

.color-bg-red button {
    background: #fe9a05
}

.color-bg-orange button {
    background: #5b342a
}

.color-bg-orange .banner_content h2 span {
    color: #5b342a
}

.heading_content.brown h1:after {
    background-color: #5b342a;
}

.card__block_image {
    position: absolute;
    right: 24%;
    top: 32%;
}

img.arrow__vector {
    width: calc(140px + (100vw - 375px) * 65 / 1605);
    position: relative;
    top: -9px;
    left: 10%;
}

img.gift__card {
    width: calc(169px + (100vw - 375px) * 171 / 1605);
    position: relative;
    left: 11%;
    z-index: 10;
}

.header-snacks {
    position: absolute;
    right: 0px;
    width: calc(235px + (100vw - 375px) * 267 / 1605);
    top: 150px;
    z-index: 0;
    opacity: 0.4;
}
@media (max-width: 1447px) {
    .header-snacks {
        width: calc(200px + (100vw - 375px) * 267 / 1605);
        top: 240px;
    }
}
@media (max-width: 1231px) {
    .header-snacks {
        width: calc(235px + (100vw - 375px) * 267 / 1605);
    }
}
.vd-pl {
    height: 400px;
    width: 100%;
    margin: auto;
    display: block;
    margin-top: 55px;
    background: #000;
}

.bonus__section {
    background-color: #F50874;
    color: #ffffff;
    text-align: center;
    padding: 25px;
    font-weight: 400;
    position: relative;
}

.pd-top-btm {
    width: calc(56px + (100vw - 375px) * 64 / 1605);
}

.pd-top-btm img {
    width: 100%;
}

/* Checkout */

.order_header {
    padding: 20px 0 9px;
}

.order_header span {
    margin: 0 5px 0;
}

.order_header h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    padding: 22px 0 6px;
}

.total {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(33, 37, 41, 0.8);
}
.total:first-child {
    margin-bottom: 8px;
}
.total_body {
    margin-bottom: 20px;
}
.risk_free {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    padding: 7px 18px;
    background-color: #C29217;
}

.order_price_bar_checkout {
    padding: 30px 0 0;
}

.order_description h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
}

.order_description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    max-width: 781px;
    width: 100%;
}
.order_description img {
    max-width: 166px;
    width: 100%;
    display: flex;
    margin-left: -12px;
}

.accept__checkout label span a {
    color: #212529;
}

.pricing span {
    display: block;
    margin: 0;
}

.pricing .current_price {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #04B300;
    margin-bottom: 8px;
}

.pricing .old_price {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #F50874;
}
.pricing_stars {
    max-width: 175px;
    width: 100%;
    display: inline-block;
    margin-bottom: 8px;
}

.payment_info {
    margin: 53px 0 20px;
}

.payment_info h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
}

.credit_card_number {
    margin-bottom: 10px;
}

.credit_card_number label {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.custom_input {
    border: 1px solid rgba(33, 37, 41, 0.2);
    border-radius: 8px;
    height: 40px;
}

.max__card_input {
    max-width: 590px;
}

.blue_BTN {
    padding: 6px 26px;
    font-size: 16px;
    line-height: 40px;
    background: #F50874;
    border: 0;
    color: #fff;
    text-align: center;
    width: 100%;
}

.payment_info .blue_BTN {
    margin-top: 17px;
    margin-bottom: 12px;
}

#btn_checkout:disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

.accept__checkout label:before {
    border: 1px solid #F50874 !important;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    vertical-align: middle;
    position: absolute;
    left: 4px;
    top: 4px;
}

.accept__checkout input:checked+label:before {
    background-image: url(../images/check-checkout.png);
    background-color: #F50874;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.card__detail_inner {
    max-width: 634px;
    padding: 15px 12px;
}

.card_detail_inner {
    padding: 40px 34px;
    background-color: #FFEEF6;
    border-radius: 12px;
}

.card_detail img {
    margin-right: 0;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-bottom: 15px;
}

.billing_process .styled_list {
    border-top: none;
    padding: 30px 40px;
    background: rgba(33, 37, 41, 0.04);
    border-radius: 12px;
}

.styled_list li {
    position: relative;
    padding-left: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
}

.client_review {
    background-color: #fff;
}

.client_review .common_heading {
    position: unset;
}

.common_heading {
    margin: 70px 0 42px;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
}

.client_msg {
    background: #F6F6F6;
    border-radius: 8px;
    margin: 0;
    width: 302px;
    height: 237px;
    padding: 20px;
}

.client_msg .icon {
    margin-right: 0;
    width: 64px;
    margin-bottom: 10px;
}

.client_msg h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}

.client_msg .icon img {
    max-width: 100%;
}

.client_text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}

hr {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 34px;
}

.second-footer {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0 2px;
}

footer * {
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #212529;
}

.list-inline-item:not(:last-child) {
    margin-right: 1rem;
}

/* Paywall */

.paywall_header {
    height: 303px;
    padding-top: 35px;
}

.logo__paywall {
    padding-top: 5px;
    width: calc(56px + (100vw - 375px) * 112 / 1605);
}

.logo__paywall img {
    width: 100%;
}

.paywall__card_block {
    position: absolute;
    right: 23%;
    top: 55px;
    z-index: 10;
}

.paywall__card {
    width: calc(169px + (100vw - 375px) * 170 / 1605);
    position: relative;
    left: 17px;
}

.paywall__card img {
    width: 100%;
}

.paywall__arrow {
    display: none;
}

.paywall__chips_pc {
    position: absolute;
    display: flex;
    top: 80px;
    right: 49px;
}

.pc_snack {
    display: block;
    position: absolute;
    top: 15%;
    right: 4%;
    width: 560px;
    opacity: 0.7;
}

.mobi_snack {
    position: absolute;
    top: 15%;
    right: 0;
    width: 247px;
    opacity: 0.7;
    display: none;
}

.bonus__section h2 {
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.bonus__section h2::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/bonus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}

.bonus__section span {
    font-style: italic;
    font-size: 12px;
    line-height: 18px;
}

.bonus__section span a {
    color: #ffffff;
    text-decoration: revert;
}

.logo {
    padding-top: 5px;
    width: calc(56px + (100vw - 375px) * 64 / 1605);
}

.inner_header .logo {
    padding-top: 25px;
}

.logo-checkout {
    width: calc(56px + (100vw - 375px) * 86 / 1605);
    margin: 22px 0 0px 0;
}

.trusted_logo {
    width: calc(61px + (100vw - 375px) * 57 / 1605);
}

.checkout__header {
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 25px 0 38px;
}

.checkout__card {
    width: calc(169px + (100vw - 375px) * 170 / 1605);
    z-index: 10;
    position: absolute;
    right: calc(20px + (100vw - 1200px) * 344 / 780);
    top: 19%;
}

.checkout__card img {
    width: 100%;
}


.second-footer {
    text-align: center;
    padding-top: 20px;
    font-weight: 400;
}

/*new css updates*/

img.mobile--pckg {
    display: none;
}

.display__pc {
    display: block;
}

.display__pc_inline {
    display: inline-block;
}

.display__moby {
    display: none;
}

.arrow__vector_moby {
    display: none;
}

.vd-pl {
    height: auto;
}

.checkout_BTN {
    font-size: 30px;
}

.unsubscribe-btn .bttn_submit {
    height: 45px;
    font-size: 16px;
}

/* .accept__checkout label:before */
.accept__checkout input[type=checkbox]:checked+label:before {
    background-image: url(../images/check-new.png);
    background-color: #F50874;
    background-repeat: no-repeat;
    background-position: center;
}

.terms_section input:checked+label:before {
    background-image: url(../images/check-new.png);
    background-color: #F50874;
    background-size: 10px;
}

@media screen and (max-width: 1200px) {
    .card__block_image {
        position: relative;
        right: 0;
        top: 0;
    }

    .products-header {
        left: 6%;
    }

    .terms_section {
        padding-right: 0px;
        max-width: 632px;
    }

    .arrow-header {
        right: 170px;
    }

    /*.banner_content h2 {*/
    /*    font-size: 33px;*/
    /*}*/

    .checkout__card {
        right: 20px;
        top: 40px;
    }
}

@media screen and (max-width: 991px) {
    .header-snacks {

        top: 325px;
    }
    .header-snacks.active {

    }

    .arrow-header {
        right: -50px;
    }

    .sign_up_sec {
        font-size: 13px;
        line-height: 16px;
    }

    .sign_up_sec h5 {
        font-size: 14px;
    }

    .testi-web {
        width: 460px;
    }

    .testimonials p {
        font-size: 14px;
    }

    .testimonials {
        min-height: 400px;
    }

    /* .ph-desk {
        display: none;
    } */
}

@media screen and (min-device-width: 601px) and (max-device-width: 768px) {
    .terms_section {
        padding-right: 10px;
        width: 100%;
    }

    .products-header2 {
        width: 150px;
    }

    .terms_section {
        margin-top: 100px;
    }

    .logo_section {
        justify-content: center;
        padding: 20px 0 10px 0;
    }

    .banner_content {
        text-align: center;
    }

    .banner_content h1 {
        font-size: 26px;
    }

    .banner_content h2 {

    }

    .input_btn {
        top: 95px;
        width: 96%;
        left: 15px;
        font-size: 22px;
    }

    .left {
        width: 100%;
        margin-top: 10px;
    }

    button.input_btn p {
        max-width: 100%;
    }

    #background {
        height: 730px;
    }

    .checbox_container {
        top: 78px;
    }

    .sign_up_sec {
        width: 100%;
    }

    section.how_it_works {
        padding-top: 45px;
    }

    .heading_content p {
        padding-bottom: 5px;
    }

    .sign_up_icon {
 
    }

    .sign_up_icon {
        text-align: left;
    }

    .pink_bands {
        flex-direction: column;
    }

    .band_1 {
        width: 100%;
    }

    .band_2 {
        width: 100%;
    }

    .card_flex {
        align-items: flex-start;
    }

    .all_footer {
        flex-direction: column;
        text-align: center;
        margin: 20px 0;
    }

    .arrow-header {
        right: -50px;
        top: 145px;
    }

    .ph-mob {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    #background {
        height: auto;
    }

    .terms_section label {
        font-size: 12px;
    }

    header h1 {
        margin: 0px 0 5px;
    }
    .product_h1 {
        margin-top: 35px;
    }

    .tabs-hiw,
    .tabs-hiw-img {
        max-width: 100%;
        flex: auto;
        margin-bottom: 15px;
    }

    .tabs-hiw .nav-link {
        padding: 10px 20px;
    }

    .heading_content p {
        font-size: 13px;
        line-height: 19px;
        padding-top: 29px;
    }

    .spacing {
        padding-bottom: 40px;
    }
    .icon_heading {
        margin-left: 10px;
    }
    .icon_heading h4 {
        font-size: 15px;
    }

    .icon_main {
        margin-bottom: 0;
    }

    .icon_heading span {
        font-size: 13px;
    }

    .testi-left {
        max-width: 100%;
        flex: auto;
    }

    .testi-web {
        width: 100%;
    }

    .testimonials {
        min-height: auto;
    }

    .disp-web {
        display: none;
    }

    .disp-mob {
        display: block;
        z-index: 9;
        position: relative;
    }

    .heading_content h1 {
        text-align: center;
    }

    .testimonials .carousel-indicators {
        margin-right: 0;
        justify-content: center;
    }

    .testi-img,
    .testi-stars {
        margin: 0 auto;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .testimonials p {
        text-align: center;
    }

    .logo_bar {
        justify-content: center;
    }

    .paywall_header {
        height: 227px;
        padding: 15px 100px;
    }

    .paywall_card {
        right: 10%;
        top: 45%;
    }

    .pc_snack {
        display: none;
    }

    .mobi_snack {
        display: block;
    }

    .checkout__header {
        font-size: 45px;
    }

    .logo-checkout {
        position: relative;
        left: 40%;
    }

    .logo_bar {
        /* flex-direction: row-reverse; */
    }

    .logo {
        top: 0;
        position: absolute;
        left: calc((100vw / 2) - 29px);
    }

    .trusted_logo {
        position: relative;
        top: 30px;
    }

    .checkout__card {
        right: 7px;
        top: 90px;
    }

    .order_header h3 {
        font-size: 20px;
    }

    .display__pc {
        display: none;
    }

    .display__pc_inline {
        display: none;
    }

    .display__moby {
        display: block;
    }

    .arrow__vector_moby {
        display: inline-block;
        left: 10%;
        position: relative;
        top: -30px;
    }

    .order_price_bar_checkout {
        padding: 0px 0 0;
    }

    .risk_free {
        font-size: 16px;
        line-height: 19px;
    }

    .text-end {
        text-align: end;
    }

    .pricing .current_price {
        font-size: 24px;
        line-height: 28px;
    }

    .pricing .old_price {
        font-size: 14px;
        color: rgba(33, 37, 41, 0.8);
        line-height: 16px;
    }

    .order_description h4 {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
    }

    .order_description p {
        font-size: 14px;
        line-height: 22px;
    }

    .product_pic {
        min-width: 48px;
    }

    .payment_info h3 {
        font-size: 20px;
        line-height: 23px;
    }

    .payment_info label {
        font-size: 14px;
    }

    .terms_section {
        margin-top: 0px;
    }

    .styled_list li {
        font-size: 14px;
        line-height: 24px;
    }

    .terms__section_read span {
        color: #000000;
        font-weight: 400;
        font-size: 11px;
        line-height: 11px;
    }

    .terms__section_read span a {
        color: #000000;
    }

    .client_msg .icon {
        width: 48px;
    }

    .client_msg h4 {
        position: absolute;
        top: 33px;
        left: 88px;
    }

    .client_msg {
        width: 330px;
        max-height: none;
        height: 100%;
    }

    .client_text p {
        font-size: 14px;
        line-height: 26px;
        text-align: left;
    }

}

@media screen and (max-width: 600px) {


    .arrow-header {
        right: -12px;
        top: 127px;
    }

    .products-header2 {
        width: 140px;
    }

    .terms_section {
        /* margin-top: 100px; */
    }

    .left {
        width: 100%;
        margin-top: 10px;
    }

    .ph-mob {
        display: block;
    }

    .logo_section {
        justify-content: center;
        padding: 20px 0 10px 0;
    }


    .banner_content {
        text-align: center;
    }

    .left {
        width: 100%;
    }

    button.input_btn p {
        max-width: 100%;
    }

    .input_btn {
        top: 85px;
        width: 100%;
        font-size: 20px;
    }

    #background {
        height: 900px;
    }

    .checbox_container {
        top: 78px;
    }

    .sign_up_sec {
        width: 100%;
    }

    section.how_it_works {
        padding-top: 45px;
    }

    .heading_content p {
        padding-bottom: 5px;
    }

    .heading_content h1 {
        font-weight: 700;
        font-size: 15px;
    }

    .left_content_img {
        /* display: none; */
    }

    .sign_up_icon {
  
    }

    .icon_main {
        width: 111px;
        height: 111px;
        margin-right: 0;
    }

    .sign_up_icon {
        text-align: left;
    }

    .pink_bands {
        margin-top: 20px;
        flex-direction: column;
    }

    .band_1 {
        width: 100%;
        justify-content: flex-start;
        padding: 0 15px;
    }
    .band1_icon {
        width: 25%;
        display: flex;
        justify-content: center;
    }
    .band2_text {
        width: 25%;
        display: flex;
        justify-content: center;
    }
    .band1_text {
        width: 75%;
    }
    .band_2 {
        width: 100%;
        justify-content: flex-start;
        padding: 0 15px;
    }

    .card_flex {
        align-items: flex-start;
    }

    .all_footer {
        flex-direction: column;
        text-align: center;
        margin: 20px 0;
    }

    .band1_text h3 {
        font-size: 14px;
    }

    .band1_text p,
    .card_text p {
        font-size: 13px;
    }
    .band2_text span {
        font-size: 32px;
    }
}

@media screen and (max-width: 320px) {
    #background {
        height: 800px;
    }
}

@media screen and (max-width:767px) {
    .left {
        font-size: 16px;
        height: 50px;
    }

    .left input {
        font-size: 16px;
    }

    .right {
        height: 55px;
        font-size: 15px;
        line-height: 20px;
        top: 70px;
    }

    .section2_upcoming_samples h4 {
        text-align: center;
    }

    .inner_header .checkout_BTN {
        display: block;
        margin: auto;
        position: relative;
        bottom: 15px;
    }

    .prod-h1 {
        font-size: 19px;
        text-align: center;
        line-height: normal;
        margin-bottom: 0px;
    }

    .payment_information.mtb {
        font-size: 16px;
        height: auto;
        padding: 17px 5px;
        line-height: normal;
    }

    #background .prod-h1 {
        font-size: 20px;
        line-height: 27px;
    }

    .prod-only {
        margin-top: 30px;
    }

    #btn_signup {
        top: 14px;
        line-height: normal;
        font-size: 16px;
        height: 42px;
        width: 193px;
        left: calc(100vw - 212px);
    }

    .inner_header .checkout_BTN {
        display: block;
        margin: auto;
        position: relative;
        bottom: -70px;
        font-size: 16px;
        line-height: normal;
    }

    .payment_info #btn_checkout {
        font-size: 16px;
        line-height: normal;
        padding: 17px 5px;
    }

    .section2_upcoming_samples h4 {
        text-align: center;
    }
}

@media screen and (max-width:991px) {
    /* .header-snacks {
        position: relative;
        right: 0px;
        width: 40%;
        top: 15%;
        margin-left: auto;
        display: block;
        bottom: -23px;
    } */

    img.mobile--pckg {
        position: absolute;
        top: auto;
        bottom: 0px;
        width: 50%;
        display: block;
        left: -10px;
    }
}

@media screen and (max-width:1199px) {
    #background {
        height: auto;
    }

    .site-nav {
        margin-bottom: 15px;
    }
}

@media screen and (min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        margin-left: 5px;
    }

    .site-nav {
        margin-bottom: 22px;
    }
}

@media screen and (min-width:1600px) {
    /* .header-snacks {
        top: 0px !important;
    } */
}

@media screen and (max-width:530px) {
    .bonus__section {
        text-align-last: left;
    }

    .checkout__header {
        font-size: 32px;
    }

    #btn_signup {
        top: 69px;
        line-height: normal;
        font-size: 16px;
        height: 42px;
        width: 93%;
        left: 15px;
    }
}

@media screen and (max-width:430px) {
    .paywall_card {
        right: 58%;
        top: 48%;
    }

    .paywall__arrow {
        display: block;
    }
}

@media (max-width: 769px) {
    .site-nav {
        margin-bottom: 60px;
    }
    .banner_content h2 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (max-width: 546px) {
    .terms_section p {
        margin-bottom: 10px;
    }
    .terms_section p.last_p {
        margin-bottom: 17px;
    }
    .common_section {
        padding-top: 40px;
    }
    .about-snacks p {
        font-size: 22px;
        line-height: 151.19%;
    }
    .heading_content p {
        font-size: 12px;
        line-height: 18px;
    }
    .sign_up_sec {
        font-size: 12px;
        line-height: 15px;
    }
    .sign_up_sec h5 {
        font-size: 13px;
    }
    .common_section  {
        padding-bottom: 40px;
    }
    .icon_heading span {
        font-size: 13px;
        line-height: 140.19%;
    }
    .icon_heading h4 {
        font-weight: 700;
        font-size: 15px;
        line-height: 140%;
        margin-bottom: 7px;
    }
    .icon_main {
        width: 82px;
        height: 82px;
    }
    .icon_main img {
        max-width: 82px;
    }
    p.mob_hidden {
        display: none;
    }
    .contact_mob {
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 15px;
        line-height: 140%;
        margin: 0 auto;
    }
    .testi-left {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .left_content_img {
        max-width: 255px;
        width: 100%;
        display: flex;
        margin: 0 auto 30px;
    }
    footer .col-md-5 {
        padding: 0 5px;
    }
    footer .col-md-5 ul li, footer .col-md-5 ul li a {
        font-size: 12px;
    }
    footer .col-md-5 ul .list-inline-item:not(:last-child) {
        margin-right: 5px;
    }
    footer .col-md-7 ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        float: none !important;
    }
    .banner_content h1 {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 10px;
        max-width: 477px;
        width: 100%;
        font-weight: 400;
    }
    .banner_content h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 38px;
    }
    .banner_content h2 span {
        font-weight: 600;
        font-size: 26px;
        line-height: 30px;
    }
    .site-nav {
        margin-bottom: 48px;
    }
}
.contact_mob {
    display: none;
}
@media (max-width: 769px) {
    .contact_mob {
        display: flex;
        max-width: 303px;
        width: 100%;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
        line-height: 140%;
        margin: 10px auto 0;
    }
}
.order_description a {
    color: #212529;
    text-decoration: underline;
}

.whats__row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -2%;
}
.whats__item {
    max-width: 302px;
    width: 100%;
    margin: 0 1% 20px;
}
.whats__item_mob {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.icon_h4_mob {
    display: none;
}
@media (max-width: 767px) {
    .icon_h4_mob {
        display: flex;
    }
    .client_msg h4 {
        position: relative;
        top: 0;
        left: 0;
        text-align: left;
    }
    .whats__row {
        margin: 0 -15px;
    }
    .whats__item {
        max-width: none;
        margin: 0 auto 20px;
        display: flex;
        justify-content: center;
    }
    .whats__item_mob {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .whats__item_mob h4 {
        margin-left: 10px;
    }
    .card__detail_inner {
        padding-right: 0;
        padding-left: 0;
    }
    .card_detail_inner {
        padding: 20px;
    }
    .billing_process .styled_list {
        padding: 25px;
    }
    .second-footer {
        padding-right: 5px;
        padding-left: 5px;
    }
    .list-inline-item a {
        font-weight: 400 !important;
    }
}

/*new css updates*/

.navbar-nav {
    margin-top: 15px;
}







.hero {
    position: relative;
}
.hero__top {
    position: absolute;
    top: 20px;
    width: 100%;
}
.hero__logo_link {
    display: flex;
    max-width: 1140px;
    width: 95%;
    margin: 0 auto;
}
.hero__logo_img {
    max-width: 160px;
    width: 100%;
}
.hero__body {
    padding-left: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F7FAFF;
}
.hero__left_img {
    max-width: 530px;
    width: 100%;
}
.hero__left {
    padding-top: 46px;
    width: 30%;
}
.hero__center {
    max-width: 741px;
    width: 100%;
    position: relative;
    right: -5%;
    padding-top: 46px;
}

.hero__right, .hero__right_img {
    max-width: 673px;
    width: 100%;
}
@media (max-width: 1447px) {
    .hero__center {
        padding-top: 120px;
    }
    .hero__right, .hero__right_img {
        max-width: 673px;
        width: 102%;
    }
}
.hero__form, .terms_section {
    max-width: 578px;
    width: 100%;
}
.terms_section a {
    text-decoration: underline;
}
.hero__form {
    background: #FFFFFF;
    border: 1px solid rgba(42, 63, 83, 0.7);
    border-radius: 50px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    padding-left: 32px;
    padding-right: 4px;
    justify-content: space-between;
    height: 64px;
}
.hero__form input {
    border: none !important;
    width: 70%;
}
.hero__form input.hero__input:active, .hero__form input.hero__input:focus {
    border: none !important;
    border-color: #fff;
    outline: none;
}
.hero__input {
    border-color: #fff;
}
.hero__form button {
    background: #F50874;
    border-radius: 50px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 174px;
    border: none;
    height: 56px;
    cursor: pointer;
}
.hero__form button:disabled {
    background: #cacaca;
}
.hero__title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 66px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #F50874;
    margin-top: 0;
    margin-bottom: 32px;
}
.hero__title span {
    color: #007CDC;
}
.terms_section {
    max-width: 578px;
    width: 100%;
}
.show_more_text {
    display: none;
}
.show_more_text.active {
    display: flex;
}
.show_more_btn {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #212529;
    cursor: pointer;
    opacity: 1;
}
p span.show_more_btn {
    color: #212529;
    opacity: 1;
}
.hero_mob__logo, .hero_mob_img {
    display: none;
}
.terms_section label a {
    color: #212529;
}
.site-nav {
    position: absolute;
    left: 15%;
}
.navbar-nav a {
    color: #212529;
}
.terms_section label {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
}
.terms_section p.accept_terms {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    margin-top: -22px;
}
span.show_more_text_2 {
    font-weight: 300;
    font-size: 11px;
    line-height: 13px;
    font-style: italic;
}
.terms_section p a {
    color: #212529;
}
.show_less_btn_1, .show_less_btn_2 {
    display: none;
}
.show_less_btn_1.active, .show_less_btn_2.active {
    display: inline-block;
}
.show_more_btn_1, .show_more_btn_2 {
    display: inline-block;
}
.show_more_btn_1.hidden, .show_more_btn_2.hidden {
    display: none;
}
@media (max-width: 1669px) {
    .hero__title {
        font-size: 40px;
        margin-bottom: 16px;
    }
    .site-nav {
        left: 0%;
    }
}
@media (max-width: 1447px) {
    .hero__left {
        padding-top: 46px;
        width: 60%;
    }
    .site-nav {
        left: 0%;
    }
    .hero__body {
        padding-left: 15px;
        margin-right: -10px;
    }
}
@media (max-width: 1321px) {
    .hero__left {
        display: none;
    }
    .hero__title {
        font-size: 36px;
    }
    .hero__logo_img {
        max-width: 100px;
    }
}
@media (max-width: 1071px) {
    .hero {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0 0 40px;
        background-image: url(../images/hero_bg_mob_2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 40% 24%;
    }
    .hero__top, .hero__left, .hero__right {
        display: none;
    }
    .hero_mob__body {
        width: 95%;
        padding-left: 0;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        background: transparent;
    }
    .hero__logo_img {
        margin: 0 auto;
    }
    .hero_mob__logo {
        display: flex;
        margin-bottom: 26px;
    }
    .hero__title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 36px;
        text-align: center;
        letter-spacing: -0.02em;
        color: #F50874;
        margin: 0 auto 5px;
        max-width: 468px;
        width: 100%;
    }
    .hero_mob_img {
        display: flex;
        width: 40%;
        margin: 0 auto;
    }
    .hero__form {
        background: none;
        width: 100%;
        margin: 20px auto;
        border: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        padding-left: 0;
    }
    .hero__form button#btn_signup  {
        width: 100%;
        height: 51px;
    }
    .hero__form input {
        display: flex;
        width: 100%;
        margin-bottom: 13px;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
        border-radius: 50px;
        height: 51px;
        padding: 24px 30px;
    }
    .terms_section {
        margin: 0 auto;
    }
    .terms_section label, .terms_section p, .terms_section p a, .terms_section label a{
        color: #fff;
    }
    .show_more_btn, p span.show_more_btn {
        color: #fff;
    }
    .hero__center {
        padding: 0;
        right: 0;
    }
    .terms_section label:before {
        border: none;
    }
    .site-nav {
        position: relative;
        margin-bottom: 24px;
    }
}
@media (max-width: 546px) {
    .hero_mob_img {
        width: 80%;
    }
    .hero {
        background-position: 40% 0%;
        transition: 0.35s;
    }
    .hero.active {
        background-position: 40% -40%;
    }
    .hero__title {
        max-width: 377px;
        width: 100%;
    }
}
@media (max-width: 421px) {
    .hero_mob_img {
        width: 90%;
    }
}
@media (max-width: 1199px) {
    .testi-new-in {
        height: 221px;
    }
}
@media (max-width: 991px) {
    .testi-new-in {
        height: 184px;
    }
}
@media (max-width: 767px) {
    .testi-new-in {
        height: 278px;
    }
}
.accept__checkout label span {
    color: #212529;
}
@media (max-width: 375px) {
    .checkout__card {
        right: -13px;
    }
    .checkout__card img {
        width: 85%;
    }
}


.how_top {
    padding: 80px 0;
}
.how_top__body {
    max-width: 1310px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.how_top__center {
    max-width: 734px;
    width: 100%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #F50874;
    margin: 0;
    margin-right: -200px;
}
.how_top__center span {
    color: #007CDC;
}
.how_top__left_img {
    max-width: 142px;
    width: 100%;
}
.how_top__right {
    max-width: 327px;
    width: 100%;
    position: relative;
}
.how_top__right_img {
    max-width: 327px;
    width: 100%;
    left: 50px;
    position: absolute;
    top: 0;
}
@media (max-width: 546px) {
    .checkout_page .second-footer {
        display: none;
    }
    .whats__item_last {
        margin-bottom: 56px;
    }
}
.total_block {
    display: flex;
    flex-direction: column;
}




.how_main {
    padding-bottom: 98px;
}
.how_main__container {
    max-width: 624px;
    width: 95%;
    margin: 0 auto;
}
.how_main__title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    line-height: 39px;
    color: #212529;
    text-align: center;
    margin: 0 auto 16px;
}
.how_main__subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #3B3B3B;
    text-align: center;
    margin: 0 auto 48px;
}
.how_main__image {
    max-width: 624px;
    width: 100%;
}
.how_main__steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 80px 0 64px;
}
.how_main__step {
    width: 49%;
}
.how_main__step_img {
    max-width: 302px;
    width: 100%;
}
.how_main__btn {
    width: 320px;
    height: 51px;
    background: #F50874;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    cursor: pointer;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin: 0 auto;
}
.how_main__btn:hover {
    color: #fff;
    text-decoration: none;
}
.how_main__steps_mob {
    display: none;
}
.how_main_mob {
    display: none;
}
@media (max-width: 1211px) {
    .how_top__right_img{
        max-width: 265px;
        left: 80px;
    }
}
@media (max-width: 1121px) {
    .how_top__right{
        display: none;
    }
    .how_top__body {
        flex-direction: column;
        align-items: center;
    }
    .how_top__center {
        margin-right: 0;
        margin-top: 30px;
    }
    .how_top {
        padding-top: 30px;
        padding-bottom: 60px;
    }
}
@media (max-width: 739px) {
    .how_top__center {
        font-size: 38px;
        line-height: 48px;
        margin-top: 25px;
    }
    .how_top__left_img {
        max-width: 100px;
    }
    .how_top {
        padding-bottom: 40px;
    }
}
@media (max-width: 649px) {
    .how_main__steps {
        flex-direction: column;
        margin-top: 50px;
    }
    .how_top__center {
        font-size: 30px;
        line-height: 40px;
    }
    .how_main__title {
        font-size: 28px;
    }
    .how_main__step:first-child {
        margin-bottom: 20px;
    }
    .how_main__step {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 497px) {
    .how_top {
        padding: 16px 0;
    }
    .how_main__container {
        width: 93%;
    }
    .how_top__left_img {
        max-width: 56px;
        width: 100%;
    }
    .how_top__center {
        font-size: 20px;
        line-height: 23px;
        margin-top: 24px;
        margin-bottom: 0;
        max-width: 290px;
        width: 100%;
    }
    .how_main__title {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 16px;
        text-align: left;
    }
    .how_main__subtitle {
        font-size: 14px;
        line-height: 22px;
        text-align: left;
        max-width: 279px;
        width: 100%;
        margin-left: 0;
        margin-bottom: 16px;
    }
    .how_main__steps {
        display: none;
    }
    .how_main__steps_mob {
        display: flex;
        width: 104%;
    }
    .how_main__btn {
        width: 100%;
    }
    .how_main__image {
        display: none;
    }
    .how_main_mob {
        display: flex;
        justify-content: space-between;
    }
    .how_main_mob__left {
        padding-left: 20px;
    }
    .how_main_mob__left li {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #212529;
        margin-bottom: 8px;
    }
    .how_main_mob__left li::marker {
        color: #F50874;
        background: #F50874;
    }
}