
@media only screen and (max-device-width: 1400px), only screen and (max-width: 1400px) {
    .home-btn-box-africa {
    width: 240px;
    margin: 30px auto;
}

    .full-receipt {
        width:255px;
    }
    .home-btn-box {
        width: 340px;
    }

    .home-btn {
        width: 140px;
        height: 140px;
        font-size: 14px;
        line-height: 1;
        border-radius: 25px;
        padding: 10px;
        padding-bottom: 15px;
        margin: 30px 15px;
    }

    .home-btn-img {
        height: 70px;
        margin-bottom: 5px;
        margin-top: 12px;
    }

    .form-center-small {
        padding-top: 20px;
    }

    header.masthead .masthead-content .masthead-heading {
        font-size: 4.5rem;
        text-transform: uppercase;
    }

    header.masthead .masthead-content .masthead-subheading {
        font-size: 1.5rem;
    }

    .check-box-padding {
        padding-top: 7%;
        padding-bottom: 10px;
    }

    .form-center {
        padding-top: 7%;
    }

    .form-center-new {
        padding-top: 20px;
    }

    .coupon {
        width: 300px;
    }

    .btn-box-new {
        margin-top: 30px;
    }

    .progress-bar-header {
        font-size: 1.3rem;
    }

    .question-box {
        font-size: 1.35rem;
    }

    .question-box-sub {
        font-size: 1.1rem;
    }

    .thank-you {
        font-size: 1.5rem;
        padding-top: 10px;
    }

    .thank-you-sub {
        font-size: 1rem;
        padding-bottom: 10px;
    }

    .receipt-full-sub-text {
        font-size: 1.3rem;
        padding: 20px 0;
    }
}

@media only screen and (max-device-width: 991px), only screen and (max-width: 991px) {
    .form-center {
        width: 300px;
    }

    .form-center-new {
        width: 300px;
    }

    .receipt-sub-text {
        font-size: 1.4rem;
        padding-top: 10px;
    }

    label {
        font-size: .9rem;
    }
}
