button:focus {
    outline: 0px;
}

#background {
    background: url(../images/hero_img.png);
    background-position: top right;
    background-size: cover;
    height: 660px;
    width: 100%;
}

.new-bg {
    background: url('../images/hero_img2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 620px;
    width: 100%;
}

.logo_section {
    display: flex;
    padding: 20px 0 60px 0;
}

a.logo img {
    width: 100%;
}

.banner_content h1 {
    color: #fff;
    font-size: 19px;
    display: block;
    font-weight: 400;
}

.banner_content h2 {
    color: #fff;
    font-weight: 800;
    font-size: 29px;
}

.banner_content h2 span {
    background: #8d535a;
    color: #fff;
    padding: 0 15px;
    display: inline-block;
}

.left {
    position: relative;
    margin: 31px 0 40px 0;
    width: 675px;
    height: 72px;
    border-radius: 50px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

.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: #8d535a;
    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;
}

.commit-free {
    justify-content: center;
}

.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 #8d535a;
    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;
}

.fnt-color h1 {
    color: #000;
}

.heading_content h1:after {
    position: absolute;
    content: "";
    height: 6px;
    background-color: #8d535a;
    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: #8d535a;
    width: 50%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.band_2 {
    background: #77474d;
    height: 120px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
}

.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;
    font-weight: 400;
}

.band1_text h3 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.band1_text p {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.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: #8d535a;
    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: 80px;
}

.testi-stars {
    width: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.testimonials p {
    font-size: 25px;
    color: #000;
}

.testimonials .carousel-indicators li {
    background: #000;
    width: 20px;
    height: 0px;
    border-radius: 100px;
}

.testimonials .carousel-indicators li.active {
    background: #8d535a;
}

.testimonials .carousel-indicators {
    bottom: -30px;
    justify-content: left;
    margin-left: 0;
}

.testimonials {
    background: #ffffff;
    position: relative;
    min-height: 450px;
    border-bottom: 1px solid #cecece;
}

.disp-mob {
    display: none;
}

.wi100 {
    width: 100%;
}

.testi-web {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 700px;
}

.testi-left {
    padding-top: 5%;
}

.testi-left .heading_content {
    margin-bottom: 40px;
}

.products-header {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26%;
}

header {
    position: relative;
}

.hdr-content {
    position: relative;
}

.arrow-header {
    position: absolute;
    right: 400px;
    top: 71px;
}

.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: 0;
    right: 0;
}

.second-footer {
    text-align: center;
    padding-top: 20px;
    font-weight: 400;
}

.mtop0 {
    margin-top: 0;
}

.bdr-none {
    border-bottom: 0;
    padding-bottom: 0;
}

.prod-h1 {
    width: 80%;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .header-snacks {
        width: 250px;
    }
    .arrow-header {
        right: 100px;
    }
    .testi-web {
        width: 600px;
    }
}

@media screen and (max-width: 991px) {
    .left {
        width: 659px;
    }
    .banner_content h1 {
        font-size: 20px;
    }
    .banner_content h2 {
        font-size: 30px;
    }
    .header-snacks {
        width: 200px;
    }
    .arrow-header {
        right: -16px;
    }
    .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: 365px;
    }
    .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;
    }
    .new-bg {
        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: -11px;
        top: 91px;
    }
    .ph-mob {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .prod-h1 {
        width: 100%;
    }
    #background {
        height: auto;
    }
    .new-bg {
        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: -16px;
        top: 33px;
    }
    .products-header2 {
        width: 140px;
    }
    .terms_section {
        margin-top: 120px;
    }
    .left {
        width: 100%;
        margin-top: 10px;
    }
    .ph-mob {
        display: block;
    }
    .logo_section {
        justify-content: center;
        padding: 20px 0 160px 0;
    }
    .logo {
        width: 150px;
    }
    .banner_content h2 {
        font-size: 20px;
        text-shadow: 0 0 7px rgb(0 0 0 / 90%);
    }
    .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: auto;
    }
    .new-bg {
        height: auto;
        background-repeat: no-repeat;
        background-color: #a3c4a9;
        background-position: -740px 0px;
        background-size: unset;
    }
    .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;
    }
    .banner_content h1 {
        font-size: 16px;
        line-height: 20px;
        text-shadow: 0 0 7px rgb(0 0 0 / 90%);
    }
}

@media screen and (max-width: 320px) {
    /* #background{height:800px;} */
}