/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {

    .custom_container {
        max-width: 960px;
    }
}

/*
====================================
Small Screen - Tablate
====================================
*/
@media (max-width: 991px) {

    .hero_main {
        display: block;
    }

    .hero_main > div {
        width: 100%;
        padding: 0;
    }

    .save56-faq-itemDesc {
        padding: 0;
    }

    .hero_right .hero_title {
        display: none;
    }

    .hero_left .hero_title {
        display: block;
        text-align: center;
    }

    .hero_title h2 {
        font-size: 20px;
    }

    .hero_title p {
        font-size: 15px;
    }

    .hero_upper {
        margin: 20px 0px;
        text-align: center;
    }

    .hero_upper p {
        justify-content: center;
    }

    .logos-center-wrappper {
        padding-top: 16px;
        border-top: 1px solid #DDD;
        margin-top: 20px;
    }

    .hero_area {
        padding-top: 30px;
    }
   
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .custom_container {
        max-width: 720px;
    }

}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (max-width: 767px) {

    .custom_container {
        max-width: 540px;
    }


    .footer_menu {
        display: block;
        text-align: center;
    }

    .save-56-footer-policies {
        padding-top: 8px;
    }

    .foonter_links {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .timer_item p,
    .discount_item p {
        font-size: 12px;
    }

    .hero_area {
        padding-top: 20px;
    }

    .save56-ingredients-title,
    .save56-howto-title,
    .save56-compare-title,
    .save56-faq-section-title {
        font-size: 25px;
    }

}
