.container {
   max-width: 900px;
   margin: 0 auto;
   padding: 0;
   width: 100%;
}

.container-fluid {
   margin: 0 auto;
   padding: 0 66px;
   width: 100%;
   max-width: 100%;
}

@media (max-width:1439px) {
    .container-fluid {
        padding: 0 30px;
    }
    .landinglogo-v2 img {
        max-width: 130px;
    }
    .banner-heading h1 {
        font-size: 85px;
        line-height: 60px;
        margin-bottom: 25px;
    }
    .banner-heading h3 {
        font-size: 32px;
    }
    .banner-heading {
        margin-bottom: 40px;
    }
    .banner-discount-heading h2 {
        font-size: 55px;
        margin-bottom: 12px;
    }
    .banner-discount-heading p {
        font-size: 20px;
    }
    .banner-discount-product-item h3 {
        font-size: 25px;
    }
    .savings-landingform-section {
        padding: 70px 0px 80px;
    }
}
@media (max-width:1199px) {
    .container-fluid {
        padding: 0 20px;
    }
    .container {
        padding: 0px 20px;
    }
    .landing-header {
        padding-top: 20px;
    }
    .landinglogo-v2 img {
        max-width: 100px;
    }
    .banner-heading {
        padding-top: 30px;
    }
    .banner-heading h1 {
        font-size: 60px;
        line-height: 50px;
        margin-bottom: 15px;
    }
    .banner-heading h3 {
        font-size: 24px;
    }
    .banner-heading {
        margin-bottom: 35px;
    }
    .banner-discount-heading h2 {
        font-size: 40px;
        margin-bottom: 5px;
    }
    .banner-discount-heading p {
        font-size: 18px;
    }
    .banner-discount-heading {
        margin-bottom: 30px;
    }
    .banner-discount-product-item h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .banner-discount-product-item .banner-discount-product-img-holder {
        width: 100% !important;
    }
    .banner-discount-product-item:last-child .banner-discount-product-img-holder {
        margin-top: 30px;
    }
    .savings-landingform-section {
        padding: 50px 0px 70px;
    }
    .get-touch-form .form-group.form-group-checkbox {
        width: 100%;
    }
    .landinglogo-v2 .ampacet-logo img {
        max-width: 150px;
    }
}
@media (max-width:575px) {
    .landing-header {
        position: unset;
        padding-top: 20px;
        width: 100%;
        text-align: center;
    }
    .banner-heading {
        padding-top: 40px;
        margin-bottom: 35px;
    }
    .banner-heading h1 {
        font-size: 45px;
        line-height: 33px;
        margin-bottom: 15px;
    }
    .banner-heading h3 {
        font-size: 20px;
    }
    .banner-discount-heading h2 {
        font-size: 28px;
        margin-bottom: 5px;
    }
    .banner-discount-heading p {
        font-size: 16px;
    }
    .banner-discount-product-wrap {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .banner-discount-product-item {
        width: 100%;
    }
    .banner-discount-product-item h3 {
        font-size: 20px;
        margin-bottom: 20px;
        padding: 0 !important;
    }
    .savings-landingform-section {
        padding: 30px 0px 50px;
    }
    .savings-landingform-inn p {
        font-size: 18px;
    }
    .get-touch-form .form-group {
        width: 100% !important;
    }
    .savings-landingform-inn .form-group.form-group-checkbox .form-check p {
        font-size: 16px;
    }
    .landinglogo-v2 img {
        max-width: 80px;
    }
    .landinglogo-v2 .ampacet-logo img {
        max-width: 170px;
    }
}
