body {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

button:hover {
    background: #575757 !important;
}

button {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
    color: #fff;
    background: #fbab18;
    border: none;
    padding: 10px;
    border-radius: 10px;
    width: 160px;
    cursor: pointer;
}

.container {
    max-width: 1290px;
    margin: 0 auto;
}

header .new-internet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px 0;
}

header .new-internet-header .logo {
    width: 140px;
}

header .new-internet-header .logo img {
    width: 100%;
}

header .new-internet-header .nav ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

header .new-internet-header .nav ul li {
    position: relative;
}

header .new-internet-header .nav ul li a {
    text-decoration: none;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
    color: #ffffff;
    line-height: 24px;
}

header .new-internet-header .nav ul li a:hover {
    color: #fbab18;
}

ul.dropdown-menu li:active {
    background-color: #fbab18 !important;
}

ul.dropdown-menu li:active a {
    color: #FFFFFF !important;
}

header .new-internet-header .nav ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    z-index: 99;
}

header .new-internet-header .nav ul li ul li {
    width: 100%;
}

header .new-internet-header .nav ul li ul li a {
    display: block;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

header .new-internet-header .nav ul li ul li a:hover {
    background: #fbab18;
    color: #fff;
}

header .new-internet-header .nav ul li:hover>ul {
    display: block;
}

header .new-internet-header .header-button button {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
    color: #fff;
    background: #fbab18;
    border: none;
    padding: 10px;
    border-radius: 10px;
    width: 160px;
    cursor: pointer;
}

.hamburger {
    display: none;
    font-size: 26px;
    cursor: pointer;
}

section.new-inter-banner-main {
    background: url('./images/intenet-banner-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 15px 100px;
    height: 700px;
    margin-top: -190px;
    display: flex;
    align-items: flex-end;
}

section.new-inter-banner-main.about-page {
    height: 500px;
    padding: 15px 0 0;
}

section.new-inter-banner-main .inner {
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

section.new-inter-banner-main .inner .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 47%;
}

section.new-inter-banner-main.reseller-inner-page .inner .text {
    width: 100%;
}

section.new-inter-banner-main.about-page .inner {
    background: unset;
}

section.new-inter-banner-main.about-page .inner .text {
    width: 100%;
}

section.new-inter-banner-main.about-page .inner .text h1 {
    color: #fff;
}

section.new-inter-banner-main .inner .image {
    width: 45%;
}

section.new-inter-banner-main .inner .image img {
    border-radius: 10px;
}

section.new-inter-banner-main .inner .text h1 {
    font-size: 42px;
    color: #000000;
    font-family: sans-serif;
    text-align: center;
}

section.new-inter-banner-main .inner .text p {
    font-size: 20px;
    font-family: sans-serif;
    color: #000000;
    line-height: 28px;
    text-align: center;
}

section.global-fast-about-main {
    padding: 50px 10px;
}

section.global-fast-about-main .inner {
    display: flex;
    align-items: center;
    gap: 50px;
}

section.global-fast-about-main .inner .text h2 {
    font-size: 32px;
    font-family: sans-serif;
    text-align: center;
}

section.global-fast-about-main .inner .text p {
    font-size: 20px;
    font-family: sans-serif;
    line-height: 24px;
    text-align: center;
}

section.global-fast-about-main .inner .text button {
    color: #000000;
}

section.global-fast-about-main .inner .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 60%;
}

section.global-fast-about-main .inner .image {
    width: 40%;
    background: #fbab18;
    padding: 20px;
}

section.global-fast-pricing-main {
    padding: 50px 10px;
    background: #fbab18;
}

section.global-fast-pricing-main .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

section.global-fast-pricing-main .inner .column {
    width: 28%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-shadow: 0 0 3px 0;
    gap: 10px;
}

section.global-fast-pricing-main .inner .column:hover {
    background: #1f151524;
}

section.global-fast-pricing-main .inner .column h3 {
    font-size: 24px;
    font-family: sans-serif;
    text-align: center;
    line-height: 28px;
}

section.global-fast-pricing-main .inner .column button {
    background: #000;
}

section.global-fast-pricing-main .inner .column ul li {
    font-size: 16px;
    font-family: sans-serif;
    line-height: 20px;
}

section.global-fast-pakages-main {
    background: url('./images/services-ec-image2.png');
    padding: 50px 10px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.global-fast-pakages-main.verizon-page-main {
    padding: 0 10px;
}

section.global-fast-pakages-main .inner .column h3 {
    font-size: 32px;
    font-family: sans-serif;
    color: #000000;
    line-height: 36px;
}

section.global-fast-pakages-main .inner .column p {
    font-size: 24px;
    font-family: sans-serif;
    color: #000000;
    line-height: 28px;
    text-align: center;
}
section.fast-internet-service-main .inner {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
section.global-fast-pakages-main .inner .column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px;
}

section.global-fast-pakages-main .inner {
    display: flex;
    align-items: center;
    flex-direction: column;
}
section.fast-internet-service-main {
    padding: 50px 10px;
    background: #fbb22d;
}
section.fast-internet-service-main .inner .column {
    display: flex;
    align-items: center;
    gap: 50px;
}
section.fast-internet-service-main .inner .column .text {
    width: 60%;
}
section.fast-internet-service-main .inner .column .image {
    width: 40%;
}
section.fast-internet-service-main .inner .column .text p {
    text-align: start;
}
section.fast-internet-service-main .inner .column .text h3 {
    font-size: 32px;
    font-family: sans-serif;
    margin: 10px 0;
}
section.fast-internet-service-main h2 {
    font-size: 32px;
    font-family: sans-serif;
    text-align: center;
    margin: 10px 0;
}
section.fast-internet-service-main p {
    font-size: 24px;
    font-family: sans-serif;
    color: #000000;
    line-height: 28px;
    text-align: center;
}
section.global-fast-disclaimer-main {
    padding: 50px 10px;
}

section.global-fast-disclaimer-main.about-page {
    padding: 30px 10px;
}

section.global-fast-disclaimer-main .inner {
    margin: 0 auto;
    display: flex;
    gap: 30px;
    align-items: center;
}

section.global-fast-disclaimer-main .inner .text {
    width: 60%;
    background: #fbb22d;
    padding: 20px;
    border-radius: 10px;
}

section.global-fast-disclaimer-main .inner .image {
    width: 40%;
}

section.global-fast-disclaimer-main .inner h2 {
    font-size: 38px;
    text-align: center;
    font-family: sans-serif;
}

section.global-fast-disclaimer-main .inner p {
    font-size: 20px;
    font-family: sans-serif;
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
}

section.global-fast-footer-main {
    padding: 25px 10px;
}

section.global-fast-footer-main .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.global-fast-footer-main .inner .column {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.global-fast-footer-main .inner .column img {
    width: 200px;
}

section.global-fast-footer-main .inner .column h3 {
    font-size: 20px;
    font-family: sans-serif;
    color: #000000;
}

section.global-fast-footer-main .inner .column ul,
section.global-fast-footer-main .inner .column ul a {
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 25px;
    color: #000000;
    text-align: center;
}

section.global-fast-footer-main .inner .column p {
    font-size: 15px;
    font-family: sans-serif;
    color: #000000;
    line-height: 20px;
    margin: 20px 0;
    text-align: center;
}

.global-footer-bottom .inner ul a {
    color: #000;
}

.about-verizon-main {
    padding: 50px 10px;
}

.about-verizon-main .container {
    max-width: 900px;
    margin: 0 auto;
}

.about-verizon-main .container h2 {
    font-size: 42px;
    font-family: sans-serif;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin-bottom: 48px;
}

.accordion-main {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.2s ease;
}

.accordion-main:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.accordion {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.accordion .check {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.accordion span {
    font-size: 18px;
    font-family: sans-serif;
    color: #111827;
    flex: 1;
}

.arrow {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.accordion-main.active .arrow {
    transform: translateY(-50%) rotate(180deg);
}

.accordion-main>p {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px 0 64px;
    color: #4b5563;
    line-height: 1.75;
    transition: all 0.3s ease;
    opacity: 0;
    font-family: sans-serif;
}

.accordion-main.active>p {
    max-height: 500px;
    padding: 0 24px 24px 64px;
    opacity: 1;
    font-family: sans-serif;
}

.global-footer-bottom .inner {
    padding: 10px;
}

.global-footer-bottom .inner ul {
    margin: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    font-family: sans-serif;
    display: flex;
    gap: 30px;
    justify-content: center;
}

section .global-fast-services-main {
    padding: 50px 10px;
    background: #fbab18;
}

section .global-fast-services-main h2 {
    font-size: 42px;
    color: #000000;
    font-family: sans-serif;
    text-align: center;
    margin: 10px 0 40px;
}

.global-fast-services-main .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.global-fast-services-main .inner .column:hover {
    background: #1f151524;
}

.global-fast-services-main .inner .column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 26%;
    padding: 30px;
}

.global-fast-services-main .inner .column img {
    width: 100px;
}

.global-fast-services-main .inner .column .icon-text-main {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.global-fast-services-main .inner .column .icon-text {
    display: flex;
    gap: 10px;
}

.global-fast-services-main .inner .column .icon-text img {
    width: 23px;
    height: 23px;
}

.global-fast-services-main .inner .column h3 {
    font-size: 24px;
    font-family: sans-serif;
}

.global-fast-services-main .inner .column p {
    font-size: 18px;
    font-family: sans-serif;
    text-align: center;
    margin: 8px 0;
    line-height: 22px;
}

.global-fast-services-main .inner .column .icon-text span {
    font-size: 20px;
    font-family: sans-serif;
}

.global-fast-services-main .inner .column a button {
    margin-top: 30px;
    background: black;
    border-radius: 0;
    width: 200px;
}

section.global-fast-contact-main {
    padding: 50px 10px;
}

section.global-fast-contact-main .inner {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fbab18;
    padding: 20px;
    border-radius: 10px;
}

section.global-fast-contact-main .inner .form input[type="submit"] {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
    color: #fff;
    background: #000000;
    border: none;
    padding: 10px;
    border-radius: 10px;
    width: 160px;
    cursor: pointer;
}

section.global-fast-contact-main .inner .form label {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    gap: 5px;
    font-size: 15px;
    font-family: sans-serif;
}

section.global-fast-contact-main .inner .image {
    width: 48%;
    padding: 35px;
    border-radius: 10px;
}

section.global-fast-contact-main .inner .image img {
    border-radius: 15px;
}

section.global-fast-contact-main .inner .form {
    width: 40%;
    padding: 20px;
    box-shadow: 0 0 3px 0;
    border-radius: 5px;
}

section.global-fast-contact-main .inner .form input,
section.global-fast-contact-main .inner .form label textarea {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid;
}

section.global-fast-contact-main h2 {
    font-size: 42px;
    font-family: sans-serif;
    margin-bottom: 40px;
}

section.global-fast-verizon-main {
    padding: 50px 10px;
}

section.global-fast-verizon-main .inner {
    display: flex;
    align-items: center;
    gap: 40px;
}

section.global-fast-verizon-main .inner .text {
    width: 50%;
}

section.global-fast-verizon-main .inner .image {
    width: 50%;
}

section.global-fast-verizon-main .inner .text h2 {
    font-size: 32px;
    text-align: center;
    font-family: sans-serif;
}
section.global-fast-verizon-main .inner .text p {
    font-size: 20px;
    font-family: sans-serif;
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
}

section .privacy-policy-content-main {
    padding: 50px 10px;
}

section .privacy-policy-content-main .inner h3 {
    font-size: 24px;
    font-family: sans-serif;
    margin: 15px 0;
}

section .privacy-policy-content-main .inner p {
    font-size: 16px;
    font-family: sans-serif;
    line-height: 21px;
}
section .privacy-policy-content-main .inner h4 {
    font-size: 22px;
    font-family: sans-serif;
    line-height: 30px;
    font-weight: 600;
}
section .privacy-policy-content-main .inner ul li {
    font-size: 16px;
    font-family: sans-serif;
    line-height: 24px;
}

section .privacy-policy-content-main .inner ul li a {
    font-size: 16px;
    font-family: sans-serif;
    color: #000;
    margin: 0 5px;
    line-height: 27px;
}

.global-footer-bottom {
    background: #fbab18;
}
/* ---------------------------testimonial section start------------------------------------------ */
section.internet-testimonial-section {
    padding: 50px 10px;
}
section.internet-testimonial-section .testimonial {
    background-color: #fff;
    position: relative;
    padding: 32px;
    box-shadow: 0 0 4px 0;
}

section.internet-testimonial-section .slick-track {
    min-height: 200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
}

section.internet-testimonial-section .slick-slide {
    height: unset;
}

section.internet-testimonial-section .slick-track .slick-slide {
    -webkit-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
}

section.internet-testimonial-section .my-slider .slick-slide {
    border-radius: 10px;
    color: #000000;
    margin: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding: 15px;
    align-items: center;
}

section.internet-testimonial-section .slick-dots {
    display: flex;
}

section.internet-testimonial-section .testimonial p {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.3px;
    text-align: left;
    padding-bottom: 10px;
}

section.internet-testimonial-section .testimonial p {
    margin: 0px;
}

section.internet-testimonial-section .author strong {
    font-family: "Gotham Rounded";
    font-size: 16px;
    font-weight: 325;
    line-height: 19.2px;
    text-align: left;

}

section.internet-testimonial-section .testimonial .author {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

section.internet-testimonial-section .testimonial .author p {
    background: none;
    margin: 0;
    font-family: "Gotham Rounded";
    font-size: 16px;
    font-weight: 325;
    line-height: 19.2px;
    text-align: left;
    color: #000000;

}

section.internet-testimonial-section .testimonial .author span {
    font-family: "Gotham Rounded";
    font-size: 16px;
    font-weight: bold;
    line-height: 35.2px;
    text-align: left;
}

section.internet-testimonial-section .para-box {
    width: 226px;
    border-right: 1.5px solid #fbab18;
    height: 61px;

}

section.internet-testimonial-section .author img {
    margin-left: 20px;
}

section.internet-testimonial-section .quote {
    display: flex;
    align-items: flex-start;
}

section.internet-testimonial-section .slick-dots {
    display: flex;
}

section.internet-testimonial-section ul.slick-dots {
    list-style: none;
    margin: 0;
    padding-inline-start: 20px;
}

section.internet-testimonial-section .slick-dots li {
    margin: 0 0.25rem;
}

section.internet-testimonial-section .slick-dots button {
    display: block;
    width: 11.53px;
    height: 11.53px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #000000;
    text-indent: -9999px;
    Opacity: 0.4;
}

section.internet-testimonial-section .slick-dots li.slick-active button {
    background-color: #fbab18;
    opacity: 1;
}

section.internet-testimonial-section .container h1 {
    font-size: 38px;
    font-family: sans-serif;
    text-align: center;
    line-height: 44px;
    margin: 10px 0;
    padding: 0 0 30px;
}
section.internet-testimonial-section .author .webflow {
    display: none;
}
section.internet-testimonial-section .my-slider .slick-slide img.profile-img {
    width: 80px; 
}
section.internet-testimonial-section .testimonial h3.name,
section.internet-testimonial-section .testimonial p.role {
    font-family: sans-serif;
} 




section.internet-testimonial-section .dnd-section {
    padding: 88px 20px;
}

section.internet-testimonial-section .slidebox h2 {
    text-align: left;
}

section.internet-testimonial-section .quote img {
    padding-right: 32px;
}

section.internet-testimonial-section .testimonial .quote {
    display: flex;
    align-items: flex-start;
    text-align: center;
}

section.internet-testimonial-section ul.slick-dots {
    list-style: none;
    margin: 0;
    margin-top: 28px;
}

section.internet-testimonial-section .author .supima {
    width: 116px;
    height: 23px;
}

/* ---------------------------testimonial section end------------------------------------------ */
@media screen and (max-width: 1024px) {
    section.new-inter-banner-main.reseller-inner-page.spectrum-page .inner {
        height: 100%;
    }
    section.new-inter-banner-main.verizon-page.reseller-inner-page .inner {
        height: 100%;
    }
    section.new-inter-banner-main.about-page {
        height: 300px;  
    }
    section.new-inter-banner-main.about-page .inner { 
        height: 100%;
    }
    section.new-inter-banner-main { 
        padding: 15px 15px 50px;
        height: 650px; 
    }
    header .new-internet-header {
        flex-wrap: wrap;
    }

    .hamburger {
        display: block;
        position: absolute;
        right: 10px;
        top: 20px;
        color: #fbab18;
        font-weight: bold;
    }

    header .new-internet-header .nav {
        display: none;
        width: 100%;
        background: #fff;
        padding: 15px 0;
    }

    header .new-internet-header .nav ul {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    header .new-internet-header .nav ul li ul {
        position: static;
        box-shadow: none;
        min-width: unset;
        padding: 0;
    }

    header .new-internet-header .nav ul li ul li a {
        padding: 8px 0;
    }

    header .new-internet-header .header-button {
        display: none;
    }

    header .new-internet-header.active .nav {
        display: block;
        position: absolute;
        top: 70px;
        left: 0;
    }

    header .new-internet-header .nav ul li a {
        color: #000000;
    }

    .new-internet-header li.dropdown {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .new-internet-header ul.dropdown-menu {
        text-align: center;
    }

    section.new-inter-banner-main .inner {
        height: 500px;
    }

    section.new-inter-banner-main .inner .text {
        gap: 15px;
    }

    section.global-fast-pakages-main .inner .column h3,
    section.global-fast-about-main .inner .text h2 {
        font-size: 25px;
        line-height: 30px;
    }

    section.global-fast-pricing-main .inner {
        justify-content: center;
    }

    section.global-fast-pricing-main .inner .column {
        width: 40%;
    }

    section.global-fast-pakages-main .inner .column p {
        font-size: 20px;
    }

    .global-fast-services-main .inner {
        gap: 60px;
        justify-content: center;
    }

    .global-fast-services-main .inner .column h3,
    section.global-fast-pricing-main .inner .column h3 {
        font-size: 22px;
    }

    .global-fast-services-main .inner .column .icon-text span {
        font-size: 18px;
    }

    .global-fast-services-main .inner .column {
        width: 41%;
    }

    section.global-fast-disclaimer-main .inner {
        width: 85%;
    }

    section.global-fast-disclaimer-main .inner p {
        font-size: 18px;
        line-height: 23px;
    }

    section.global-fast-contact-main h2,
    .about-verizon-main .container h2,
    section.global-fast-disclaimer-main .inner h2,
    section .global-fast-services-main h2,
    section.new-inter-banner-main .inner .text h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    section.global-fast-footer-main .inner {
        flex-wrap: wrap;
        gap: 30px;
    }

    section.global-fast-footer-main .inner .column {
        width: 40%;
    }
    section.fast-internet-service-main {
        padding: 30px 10px; 
    }
    section.fast-internet-service-main p {
        font-size: 20px; 
    }
    section.fast-internet-service-main h2,
    section.fast-internet-service-main .inner .column .text h3 {
        font-size: 28px; 
    }
    
    
}

@media (max-width: 768px) {
    .container h2 {
        font-size: 2rem;
    }

    .accordion {
        padding: 20px;
    }

    .accordion span {
        font-size: 1rem;
        padding-right: 30px;
    }

    .arrow {
        right: 20px;
    }

    .accordion-main>p {
        padding: 0 20px 0 60px;
    }

    .accordion-main.active>p {
        padding: 0 20px 20px 60px;
    }
}

@media screen and (max-width: 767px) {
    section.new-inter-banner-main.reseller-inner-page.spectrum-page .inner {
        height: 100%;
    }
    section.new-inter-banner-main.reseller-inner-page.spectrum-page {
        height: 550px;
    }
    section.new-inter-banner-main {
        height: 950px;
    } 
    section.new-inter-banner-main.verizon-page.reseller-inner-page {
        height: 500px;
    }
    section.new-inter-banner-main .inner { 
        flex-direction: column;
        height: 720px;
    }
    section.new-inter-banner-main .inner .text { 
        width: 100%;
    }
    section.new-inter-banner-main .inner .image {
        width: 100%;
    }
    section.global-fast-contact-main h2,
    .about-verizon-main .container h2,
    section.global-fast-disclaimer-main .inner h2,
    section .global-fast-services-main h2,
    section.new-inter-banner-main .inner .text h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    section.global-fast-about-main .inner {
        flex-direction: column;
        gap: 25px;
    }

    section.global-fast-about-main .inner .image,
    section.global-fast-about-main .inner .text,
    section.global-fast-pricing-main .inner .column,
    .global-fast-services-main .inner .column,
    section.global-fast-disclaimer-main .inner,
    section.global-fast-footer-main .inner .column,
    section.global-fast-verizon-main .inner .image,
    section.global-fast-verizon-main .inner .text,
    section.global-fast-disclaimer-main .inner .text,
    section.global-fast-disclaimer-main .inner .image {
        width: 95%;
    }

    section.global-fast-about-main,
    section.global-fast-pricing-main,
    section.global-fast-pakages-main,
    section .global-fast-services-main,
    section.global-fast-disclaimer-main,
    .about-verizon-main,
    section.global-fast-contact-main,
    section.global-fast-verizon-main,
    section .privacy-policy-content-main {
        padding: 30px 10px;
    }

    section.global-fast-pakages-main .inner .column h3,
    section.global-fast-about-main .inner .text h2 {
        font-size: 20px;
        line-height: 26px;
    }

    section.global-fast-about-main .inner .text p,
    section.global-fast-verizon-main .inner .text p {
        font-size: 18px;
        line-height: 21px;
    }

    .global-fast-services-main .inner .column h3,
    section.global-fast-pricing-main .inner .column h3,
    section.global-fast-verizon-main .inner .text h2,
    section .privacy-policy-content-main .inner h3 {
        font-size: 20px;
        line-height: 24px;
    }

    section.global-fast-pakages-main .inner {
        align-items: flex-start;
        justify-content: space-evenly;
        flex-direction: column;
    }

    section.global-fast-pakages-main .inner .column p {
        font-size: 18px;
        line-height: 22px;
    }

    .global-fast-services-main .inner {
        gap: 35px;
    }

    section.global-fast-contact-main .inner,
    section.global-fast-footer-main .inner,
    section.global-fast-verizon-main .inner {
        gap: 30px;
        flex-direction: column;
    }

    section.global-fast-contact-main .inner .image,
    section.global-fast-contact-main .inner .form {
        width: 95%;
        padding: 10px;
    }

    section.global-fast-footer-main {
        padding: 30px 10px;
    }

    .global-footer-bottom .inner ul {
        font-size: 12px;
        padding: 0;
        justify-content: center;
    }

    section.new-inter-banner-main .inner .text p {
        font-size: 16px;
        line-height: 24px;
    }

    section.new-inter-banner-main.verizon-page .inner .text {
        gap: 10px;
    }

    section.new-inter-banner-main.verizon-page .inner .text h1 {
        font-size: 20px;
    }

    section.new-inter-banner-main.verizon-page .inner {
        height: 100%;
    }
    section.global-fast-disclaimer-main .inner { 
        flex-direction: column;
    }
    section.global-fast-disclaimer-main.about-page.fast-tv-home {
        padding-top: 30px;
    }
    section.fast-internet-service-main .inner .column { 
        gap: 30px;
        flex-direction: column;
    }
    section.fast-internet-service-main .inner .column .text,
    section.fast-internet-service-main .inner .column .image {
        width: 100%;
    }
    section.fast-internet-service-main h2,
    section.fast-internet-service-main .inner .column .text h3 {
    font-size: 24px;
}
}
@media screen and (max-width: 430px) {
        section.new-inter-banner-main.reseller-inner-page.spectrum-page {
        height: 700px;
    }
    section.new-inter-banner-main.verizon-page.reseller-inner-page {
        height: 700px;
    }
    section.new-inter-banner-main .inner .text h1{
        margin-bottom: 0;
    }
    header .new-internet-header .logo img {
    width: 100%;
    max-width: 100px;
}
section.new-inter-banner-main.about-page {
    height: 300px; 
}
section.new-inter-banner-main .inner { 
    justify-content: flex-end; 
}
section.global-fast-about-main .inner .image {
    width: 60%;
}
section.global-fast-disclaimer-main .inner .image,
section.global-fast-verizon-main .inner .image {
    width: 60%;
}
section.global-fast-footer-main .inner .column img {
    width: 150px;
}
.global-fast-services-main .inner .column img {
    width: 70px;
}
.global-fast-services-main .inner .column .icon-text img,
.accordion .check {
    width: 18px;
    height: 18px;
} 
section.new-inter-banner-main.verizon-page .inner {
    height: 100%;
} 
    section.internet-testimonial-section .quote {
        flex-direction: column;
    }

    section.internet-testimonial-section .quote img {
        padding: 0;
    }

    section.internet-testimonial-section .my-slider .slick-slide {
        margin: 14px;
    }

    section.internet-testimonial-section .testimonial {
        padding: 16px;
    }

    section.internet-testimonial-section .author .loftex {
        display: none;
    }

    section.internet-testimonial-section .para-box {
        border: 0;
    }

    section.internet-testimonial-section .testimonial .author p {
        padding: 0;
    }

    section.internet-testimonial-section .para-box {
        height: auto;
    }

    section.internet-testimonial-section .author img {
        margin: 0;
    }

    section.internet-testimonial-section ul.slick-dots {
        justify-content: center;
        padding: 0;
    }

    section.internet-testimonial-section .container h1 {
        font-family: "Gotham Rounded";
        font-size: 32px;
        font-weight: 350;
        line-height: 38.4px;
        text-align: left;
        width: 69%;
    }

    section.internet-testimonial-section .author .webflow {
        display: block;
    }
    .global-fast-services-main .inner .column img {
    width: 70px;
    }
    .global-fast-services-main .inner .column .icon-text img,
    .accordion .check {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 425px) {
    section.internet-testimonial-section .quote {
        flex-direction: column;
    }

    section.internet-testimonial-section .quote img {
        padding: 0;
    }

    section.internet-testimonial-section .my-slider .slick-slide {
        margin: 14px;
    }

    section.internet-testimonial-section .testimonial {
        padding: 16px;
    }

    section.internet-testimonial-section .author .loftex {
        display: none;
    }

    section.internet-testimonial-section .para-box {
        border: 0;
    }

    section.internet-testimonial-section .testimonial .author p {
        padding: 0;
    }

    section.internet-testimonial-section .para-box {
        height: auto;
    }

    section.internet-testimonial-section .author img {
        margin: 0;
    }

    section.internet-testimonial-section ul.slick-dots {
        justify-content: center;
        padding: 0;
    }

   section.internet-testimonial-section .container h1 {
        font-family: "Gotham Rounded";
        font-size: 27px;
        font-weight: 350;
        line-height: 38.4px;
        text-align: center;
        width: 100%;
    }

    section.internet-testimonial-section .author .webflow {
        display: block;
    }
}

@media (max-width: 375px) {
    section.internet-testimonial-section .quote {
        flex-direction: column;
    }

    section.internet-testimonial-section .quote img {
        padding: 0;
    }

    section.internet-testimonial-section .my-slider .slick-slide {
        margin: 14px;
    }

    section.internet-testimonial-section .testimonial {
        padding: 16px;
    }

    section.internet-testimonial-section .author .loftex {
        display: none;
    }

    section.internet-testimonial-section .para-box {
        border: 0;
    }

    section.internet-testimonial-section .testimonial .author p {
        padding: 0;
    }

    section.internet-testimonial-section .para-box {
        height: auto;
    }

    section.internet-testimonial-section .author img {
        margin: 0;
    }

    section.internet-testimonial-section ul.slick-dots {
        justify-content: center;
        padding: 0;
    }

    section.internet-testimonial-section .container h1 {
        font-family: "Gotham Rounded";
        font-size: 32px;
        font-weight: 350;
        line-height: 38.4px;
        text-align: left;
        width: 79%;
    }

    section.internet-testimonial-section .author .webflow {
        display: block;
    }
}

@media (max-width: 320px) {
    section.internet-testimonial-section .quote {
        flex-direction: column;
    }

    section.internet-testimonial-section .quote img {
        padding: 0;
    }

    section.internet-testimonial-section .my-slider .slick-slide {
        margin: 14px;
    }

    section.internet-testimonial-section .testimonial {
        padding: 16px;
    }

    section.internet-testimonial-section .author .loftex {
        display: none;
    }

    section.internet-testimonial-section .para-box {
        border: 0;
    }

    section.internet-testimonial-section .testimonial .author p {
        padding: 0;
    }

    section.internet-testimonial-section .para-box {
        height: auto;
    }

    section.internet-testimonial-section .author img {
        margin: 0;
    }

    section.internet-testimonial-section ul.slick-dots {
        justify-content: center;
        padding: 0;
    }

    section.internet-testimonial-section .container h1 {
        font-family: "Gotham Rounded";
        font-size: 32px;
        font-weight: 350;
        line-height: 38.4px;
        text-align: left;
    }

    section.internet-testimonial-section .author .webflow {
        display: block;
    }
}