.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;
}

.navbar-nav a {
    color: #fff;
    margin-left: 20px;
}

#background {
    background: url('../images/hero_img.png');
    background-position: center;
    background-size: cover;
    height: 590px;
    width: 100%;
}

.logo_section {
    display: flex;
    padding: 20px 0 0px 0;
}

.site-nav {
    margin-bottom: 80px;
}

a.logo img {
    width: 100%;
}

.banner_content h1 {
    color: #fff;
    font-size: 28px;
    display: block;
    font-weight: 400;
}

.banner_content h2 {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
}

.banner_content h2 span {
    background: #fff;
    color: #f50974;
    padding: 0 15px;
    display: inline-block;
}

.left {
    position: relative;
    margin: 31px 0 40px 0;
    width: 720px;
    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;
    right: 0px;
    top: 0;
    width: 222px;
    border-radius: 50px;
    background: #f50974;
    height: 72px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

button.input_btn p {
    max-width: 153px;
    margin: 0 auto;
}

button.input_btn p span {
    text-decoration: underline;
}

.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: 55px;
    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: center;
    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: absolute;
    bottom: 0;
    right: 0;
    width: 26%;
}

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;
}

.header-snacks {
    position: absolute;
    top: 70px;
    right: 0;
    width: 330px;
}

.vd-pl {
    height: 400px;
    width: 100%;
    margin: auto;
    display: block;
    margin-top: 55px;
    background: #000;
}

@media screen and (max-width: 1200px) {
    .header-snacks {
        width: 250px;
    }
    .arrow-header {
        right: 170px;
    }
	.banner_content h2 {
    font-size: 33px;
}
}

@media screen and (max-width: 991px) {
    .header-snacks {
        width: 200px;
    }
    .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) {
    .header-snacks {
        width: 110px;
    }
    .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 {
        font-size: 37px;
    }
    .input_btn {
        top: 85px;
        width: 100%;
        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 {
        flex-direction: column;
    }
    .sign_up_icon {
        text-align: center;
    }
    .pink_bands {
        flex-direction: column;
    }
    .band_1 {
        width: 100%;
        padding: 0 15px;
    }
    .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;
    }
    .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 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;
    }
}

@media screen and (max-width: 600px) {
    .header-snacks {
        position: relative;
        width: 100%;
    }
    .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;
    }
    .logo {
        width: 250px;
    }
    .banner_content h2 {
        font-size: 25px;
    }
    .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 {
        flex-direction: column;
    }
    .icon_main {
        width: 111px;
        height: 111px;
        margin-right: 0;
    }
    .sign_up_icon {
        text-align: center;
    }
    .pink_bands {
        margin-top: 20px;
        flex-direction: column;
    }
    .band_1 {
        width: 100%;
        padding: 0 15px;
    }
    .band_2 {
        width: 100%;
    }
    .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;
    }
}

.second-footer {
    text-align: center;
    padding-top: 20px;
    font-weight: 400;
}

@media screen and (max-width: 320px) {
    #background {
        height: 800px;
    }
}


/*new css updates*/

img.mobile--pckg {
    display: none;
}

.header-snacks {
    position: absolute;
    right: 0px;
    width: 22%;
    top: 15%;
}

.vd-pl {
    height: auto;
}

.checkout_BTN {
    font-size: 30px;
}

.unsubscribe-btn .bttn_submit {
    height: 45px;
    font-size: 16px;
}

@media screen and (max-width: 600px) {
    .logo {
        width: 200px;
    }
}

@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: 70px;
        line-height: normal;
        font-size: 16px;
        height: 55px;
    }
    .inner_header .checkout_BTN {
        display: block;
        margin: auto;
        position: relative;
        bottom: 10px;
        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: 70px;
    }
}

@media screen and (min-width:1600px) {
    .header-snacks {
        top: 0px !important;
    }
}


/*new css updates*/