@media(max-width: 1440px) {
.popup {
    width: 80%;
} 
}
@media(max-width: 1200px) {
.discount-style h3 {
    font-size: 46px;
}
.discount h4 {
    font-size: 60px;
 }
 .discount span {
    font-size: 18px; 
}
.discount-style h6 {
    font-size: 123px;
}
.discount {
    width: 190px;
    height: 190px;
}

} 
@media(max-width: 1024px) {
    .title
    {
        font-size: 70px;
    }
    .tag
    {
        font-size: 40px;
    } 
    .subscribe button
    {
        font-size: 16px;
    }
    
}
@media(max-width: 992px) {
    .form {
        background-color: #ffffff;
        padding: 50px 50px;
    }
    .discount-style h6 {
        font-size: 100px;
        left: 50%;
        transform: translate(-50%, 21%);
    }
    .subscribe input {
        font-size: 16px;
    }
    .discount-style {
        flex-wrap: wrap;
    }
    .discount-style h3 {
        width: 100%;
     }
     .subscribe input ,.subscribe button{
        height: 60px;
    }
    .check input {
        height: auto;
    }
    .check {
        margin-top: 16px;
    }
    .check label {
        margin-top: 0;
    }
    .subscribe input {
        margin-top: 0;
    }
    .check {
        margin-top: 0;
    }
    .check input {
        height: 20px;
        width: 20px;
    }
    .subscribe i {
     top: 20px;
    left: 34px;
     margin-top: -3px;
    }
    .subscribe button {
        margin-top: 0;
    }
    fieldset.subscribe {
        margin-bottom: 16px;
    }
    h3.signup-text {
        margin-top: 0;
    }
    .popup {
        width: 100%;
    }
}
@media(max-width: 768px) {
    .popup-img
    {
        min-height: 400px;
    }
    .discount-style h6 {
        font-size: 80px;
     }
     .discount {
        width: 120px;
        height: 120px;
        padding-top: 25px;
    }
    .discount h4 {
        font-size: 40px;
    }
    .discount span {
        font-size: 14px;
    }
    .popup-img
    {
        padding: 20px;
    }
    .form
    {
        padding: 30px 20px;
    }


    

} 
@media(max-width: 576px) {
    .subscribe button {
        width: 100%;
        position: relative;
        margin-top: 10px;
    }
    .discount:before { 
        width: 47px;
        height: 24px; 
        bottom: -16px;
        left: 36%;
    }
    .discount-style h3 {
        font-size: 36px;
    } 
    .discount-style h6 {
       font-size: 60px; 
    }
    .popup
    {
        width: 100%;
        background-color: transparent;
    }
    .popup-img
    {
        min-height: 300px;
    }

    .popup-img
    {
        padding: 20px;
    }
    .form
    {
        padding: 30px 20px;
    }
    .title
    {
        font-size: 40px;
    }
    .tag
    {
        font-size: 20px;
    } 
    .cancel {
         width: 30px;
        height: 30px;
         
        top: 0; 
        left: 0; 
        border-radius:0; 
       }
       .cancel i {
        font-size: 14px;
        }
    .subscribe button
    {
        width: 100%;
    } 
} 
@media(max-width: 450px) {
    .discount-style h6 {
        font-size: 54px; 
    }
    .discount-style h3 {
        font-size: 30px;
    }   
}