@media only screen and (max-width:1025px) {
    .container {
        width: 94%;
        margin: 0 3%;
    }

}


@media only screen and (max-width: 979px) {
    .container {
        width: 93%;
        margin: 0 3%;
    }


}

@media only screen and (max-width: 767px) {
    .container {
        width: 93%;
        display: block;
        margin: auto;
    }
.upgrade_content {
    width:100%;
    display: inline-block;
}
.zip_code {
    width: 300px;
    float: left;
    background: #fff;
    height: 46px;
}

.submit_link {
    float: right;
    background: #dc2626;
    display: inline-block;
    color: #fff;
    width:100%;
    padding: 8px 30px;
    border: none;
    margin-top: 7px;
    text-decoration: none;
    text-align: center;
    font-size: .875rem;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 0px;
}

section.banner {
    width: 100%;
    background: #001233;
    padding: 15px 0px 50px;
}

.banner figure {
    width: 100%;
    margin-bottom: 0px;
    margin-top:30px;
}
.banner h2 {
    width: 100%;
    color: #fff;
    font-size: 2.10rem;
    font-weight: 700;
    margin-top: 30px;
}

.mid h2 {
    width: 100%;
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #000;
    text-align: center;
}
.substantial_savings {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px;
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    margin-bottom:30px;
}

.mbps {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px;
    border-radius: 10px;
    text-align: center;
    margin-bottom:40px;
}
.affordable_margin {
    margin-top: 29px;
}

.affordable_content {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px;
    text-align: center;
    padding-bottom: 14px;
    margin-bottom:40px;
}
.internet_content h2 {
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff !important;
    margin-top: 0px;
    margin-bottom: 0px;
}
.substantial_margin {
    margin-top: 33px;
}
.upgrade_content h2 {
    width: 100%;
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
}
.get_touch_content p {
    width: 81%;
    float: right;
    text-align: left !important;
    margin-bottom: 8px !important;
}
.form_content {
    width: 100%;
    float: left;
    background: #f9fafb;
    padding: 2rem;
    margin-top:30px;
}
.contact_content p {
    float: right;
    width: 91%;
    color: #fff;
}
.top_link {
    float: right;
    font-size: 15px;
    color: #fff;
    display:none;
    background: #dc2626;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 40px;
    text-decoration: none;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 500;
}
.copyright p {
    color: #9ca3af;
    font-size:13px;
    padding-top: 25px;
}
}

@media only screen and (max-width: 479px) {
    .container {
        width: 100%;
        display: block;
        margin: auto;
    }


}