html {
    scroll-behavior: smooth!important;
}

.exirsP:before {
    content: "✓";
    color: rgb(255, 255, 255);
    margin-right: 10px;
    margin-left: -21px;
    background: #0ea7af;
    border-radius: 30px;
    padding: 3px 10px;
}

.__pf .pf-24_, .__pf .pf-470_ {
    list-style: none;
}

.mgt {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

#__pf>div>div>div.sc-eKYRIR.llyViG.pf-390_ {
    padding-top: 0;
}

#faq {
    padding-bottom: 0;
}

#ingredient {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.btn-header {
    border-radius: 4px;
    color: #fff!important;
    border: 3px solid #fff!important;
    font-size: 16px!important;
    margin: 0;
    font-family: Roboto;
    text-align: center;
    border-style: none;
    background-color: #0ea7af;
    margin-left: 20px;
}

.show-mobile {
    display: none!important;
}

.footer-widget-area {
    background-color: #4CA8AF !important;
}

.flags-mobile {
    display: none;
}

.you-save {
    color: #fff!important;
    background: #28a745!important;
    padding: 5px;
    margin: 5px;
    font-size: 16px!important;
}

.mini-size {
    font-size: 16px;
    color: #000!important;
    margin-top: -10px;
}

@media screen and (max-width: 768px) {
    .pd-top {
        padding-top: 25px;
    }

    .mob-none {
        display: none!important;
    }

    .show-desktop {
       display: none!important;
    }

    .show-mobile {
        display: block!important;
    }

    .flags-desktop {
        display: none!important;
    }

    .flags-mobile {
        display: block;
        text-align: center;
        padding: 5px;
    }

    .flags-mobile .flag{
        margin-right: 10px;
    }
}


.ing_row {
    display: flex;
    justify-content: center;
}

.contact-info-single {
    padding: 1em;
    margin: 1em auto;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #ffe6b6;
    margin-right: 20px;
    text-align: center;
}

.contact-info-single p {
    font-weight: 300;
    line-height: 1.5em;
        color: #333232;
        font-size: 1.2em;
        font-family: Montserrat;
        font-weight: bold;
}

.contactus {
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .ing_row {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
        .col-md-4 {
            flex: 0 0 auto;
            width: 33.333333%;
        }
 }