body {
    margin: 0;
}

a {
    text-decoration: none;
}

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

/* Dropdown Styles */
header .anhext-header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

header .anhext-header-main .logo {
    width: 200px;
}

header .anhext-header-main .logo img {
    width: 100%;
}

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

header .anhext-header-main .nav ul li {
    position: relative; /* dropdown ke liye */
}

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

/* Dropdown Menu */
header .anhext-header-main .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 .anhext-header-main .nav ul li ul li {
    width: 100%;
}

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

header .anhext-header-main .nav ul li ul li a:hover {
    background: #04388B;
    color: #fff;
}

/* Show dropdown on hover (desktop) */
header .anhext-header-main .nav ul li:hover > ul {
    display: block;
}

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

/* Hamburger Icon */
.hamburger {
    display: none;
    font-size: 26px;
    cursor: pointer;
}

.anhext-banner-main .inner h2 {
    font-size: 42px;
    font-family: sans-serif;
}

button {
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 600;
    color: #ffffff;
    background: #000000;
    border: none;
    padding: 10px;
    border-radius: 10px;
    width: 250px;
    cursor: pointer;
}

.anhext-banner-main .inner {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
}
.anhext-banner-main .inner .reseller-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.anhext-banner-main .inner .reseller-logo img {
    width: 10%;
}
.anhext-banner-main {
    background-image: url("../img/banner-2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 10px;
    height: 500px;
    display: flex;
    align-items: center;
}
.anhext-mission-vision-main {
    background: linear-gradient(180deg, #04388b, #000000);
    padding: 100px 10px;
}
.anhext-mission-vision-main .inner {
    display: flex;
    gap: 20px;
    padding-top: 30px;
}
.anhext-mission-vision-main h2 {
    font-size: 32px;
    color: #fff;
    font-family: sans-serif;
    text-align: center;
    margin-top: 0;
}
.anhext-mission-vision-main p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-family: sans-serif;
    text-align: center;
}
.anhext-mission-vision-main .inner .column1 {
    background: #ffffff;
    padding: 20px;
    width: 50%;
}
.anhext-mission-vision-main .inner .column2 {
    background: #ffffff;
    padding: 20px;
    width: 50%;
}
.anhext-mission-vision-main .inner .column1 p,
.anhext-mission-vision-main .inner .column2 p {
    font-size: 20px;
    font-family: sans-serif; 
    line-height: 26px;
    color: #000;
}
.anhext-mission-vision-main .inner .column1 h3,
.anhext-mission-vision-main .inner .column2 h3 {
    font-size: 32px;
    font-family: sans-serif;
    margin: 10px 0; 
    text-align: center;
}

section .planing-start-sec-main {
    padding: 50px 10px;
}

.planing-start-sec-main .inner {
    display: flex; 
    gap: 30px;
    padding: 15px 10px;
}

.planing-start-sec-main .inner .column {
    box-shadow: 0 0 3px 0;
    padding: 25px;
    width: 30%;
}   

.planing-start-sec-main .inner .column h3 {
    font-size: 24px;
    font-family: sans-serif;
}

.planing-start-sec-main .inner .column h4 {
    font-size: 16px;
    font-family: sans-serif;
}

.planing-start-sec-main .inner .column p {
    font-size: 16px;
    font-family: sans-serif;
    line-height: 20px;
}

.planing-start-sec-main h2 {
    font-size: 30px;
    font-family: sans-serif;
    text-align: center;
}

section .planing-start-sec-main button {
    margin: 30px auto;
    display: table;
}

section .anhext-multicolumn-main {
    padding: 50px 10px;
    background: linear-gradient(180deg, #04388b, #000000);
}
.anhext-multicolumn-main.multi-second-sec {
    background: #fff;
}
.anhext-multicolumn-main .inner {
    display: flex;
    align-items: center;
    gap: 50px;
}
.anhext-multicolumn-main.verizon .inner {
    align-items: stretch;
}
.anhext-multicolumn-main.verizon .inner .image {
    background-image: url("../img/about-second-sec.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.anhext-multicolumn-main.verizon .inner .image.verizon-second-image {
    background-image: url(../img/tab-image.png);
}
.anhext-multicolumn-main.verizon {
    background: #fff;
}
.anhext-multicolumn-main .inner .image {
    max-width: 640px;
    width: 50%;
}

.anhext-multicolumn-main .inner .image img {
    width: 100%;
}

.anhext-multicolumn-main .inner .text h2 {
    font-size: 30px;
    font-family: sans-serif;
    text-align: center;
    color: #fff;
    margin: 10px 0;
}
.anhext-multicolumn-main.verizon .inner h2{
    font-size: 30px;
    font-family: sans-serif; 
    color: #fff;
    margin: 10px 0;
}
.anhext-multicolumn-main.verizon .inner p {
    font-size: 18px;
    font-family: sans-serif;
    line-height: 24px; 
    color: #fff;
    margin: 10px 0;
}

.anhext-multicolumn-main.multi-second-sec .inner .text h2 { 
    color: #000000;
}
.anhext-multicolumn-main.multi-second-sec .inner .text p { 
    color: #000000;
}

.anhext-multicolumn-main .inner .text p {
    font-size: 18px;
    font-family: sans-serif;
    line-height: 24px;
    text-align: center;
    color: #fff;
}

.anhext-multicolumn-main .inner .text {
    width: 50%;
}
/* -------------------counter-start------------------------------------- */  
section.anhext-counter-main {
    background: linear-gradient(180deg, #04388b, #000000);
    padding: 30px;
}  
section.anhext-counter-main h2 {
    font-size: 32px;
    text-align: center;
    color: #fff;
    font-family: sans-serif;
    margin-top: 0;
}  
section.anhext-counter-main p {
    font-size: 18px;
    line-height: 27px;
    font-family: sans-serif;
    color: #fff;
    text-align: center;
}
section.anhext-counter-main #counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.anhext-counter-main #counter .item {
    background: #fff;
    max-width: 265px;
    width: 100%;
    padding: 30px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
}
section.anhext-counter-main #counter .item .count {
  color: #000000;
  margin-bottom: 5px;
  font-size: 40px;
  font-family: sans-serif;
}
section.anhext-counter-main #counter .item h3 {
    color: #000000;
    text-transform: capitalize;
    font-size: 18px;
    font-family: sans-serif;
    margin: 10px 0;
}
/* -------------------counter-end------------------------------------- */
.about-verizon-main {
    padding: 50px 10px;
}

.about-verizon-main h2 {
    font-size: 40px;
    font-family: sans-serif;
    color: #000000;
    text-align: center;
    font-weight: 400;
}

.about-verizon-main .inner {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.accordion-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    cursor: pointer;
    transition: all 0.3s ease;
}

.accordion {
    display: flex;
    align-items: center;
    gap: 10px;
}

.accordion-main span {
    font-size: 18px;
    font-family: sans-serif;
    color: #000000;
}

.accordion-main p {
    font-size: 15px;
    line-height: 20px;
    font-family: sans-serif;
    color: #000000bf;
    display: none;
    width: 100%;
    margin-top: 10px;
    padding: 0 10px;
}

.accordion-main img.arrow {
    filter: invert(0);
    width: 15px;
    transition: transform 0.3s ease;
}

.accordion-main img.arrow.rotate {
    transform: rotate(180deg);
}

section .disclaimer-main {
    background: linear-gradient(180deg, #04388b, #000000);
    padding: 50px 10px;
}

.disclaimer-main .inner { 
    width: 100%;
    margin: 0 auto;
}

.disclaimer-main .inner h2 {
    font-size: 40px;
    font-family: sans-serif;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}

.disclaimer-main .inner p {
    font-size: 16px;
    line-height: 26px;
    font-family: sans-serif;
    color: #ffffff; 
    letter-spacing: 1px;
    text-align: center;
}

section .anhext.footer-main {
    padding: 50px 10px 0;
    box-shadow: 0 0 3px 0;
}

.anhext.footer-main .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.anhext.footer-main .inner .column1 img {
    max-width: 250px;
}

.anhext.footer-main .inner .column1 {
    width: 30%;
    padding: 10px;
}
.anhext.footer-main .inner .column1 p {
    font-size: 16px;
    font-family: sans-serif;
    line-height: 22px;
}
.anhext.footer-main .inner .column2 .footer-nav ul {
    padding: 0;
}

.anhext.footer-main .inner .column2 .footer-nav ul li {
    list-style: none;
}

.anhext.footer-main .inner .column2 .footer-nav ul li a {
    text-decoration: none;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 600;
    color: #000;
    line-height: 24px;
}

.anhext.footer-main .inner .column2 h3,
.anhext.footer-main .inner .column3 h3 {
    font-size: 24px;
    font-family: sans-serif;
    margin-top: 0;
}

.anhext.footer-main .inner .column3 .footer-icons a img {
    width: 35px;
}

.anhext.footer-main .inner .column3 .footer-icons {
    display: flex;
    gap: 10px;
    padding: 10px 0;
}

.anhext-footer-bottom .reference span {
    font-size: 14px;
    font-family: sans-serif;
    color: #fff;
}
.anhext-footer-bottom .reference span a {
    font-size: 14px;
    font-family: sans-serif;
    color: #fff;
}
section .anhext-footer-bottom {
    background: #000;
    padding: 10px;
}

section .anhext-footer-bottom .reference {
    display: flex;
    gap: 15px;
}

section .anhext.footer-main .column3 ul {
    padding: 0;
    list-style: none;
}

section .anhext.footer-main .column3 ul li a {
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 600;
    color: #000;
    line-height: 24px;
}

section .anhext-about-banner-sec {
    background-image: url("../img/about-banner-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 10px;
    height: 300px;
    display: flex;
    align-items: center;
}
section .anhext-about-banner-sec .inner h2 {
    font-size: 42px;
    color: #fff;
    font-family: sans-serif;
    text-align: center;
}
section .anhext-about-banner-sec .inner p {
    font-size: 20px;
    font-family: sans-serif;
    color: #fff;
    text-align: center;
    line-height: 24px;
}
section .anhext-about-banner-sec .inner {
    max-width: 900px;
    margin: 0 auto;
}
section .anhext-about-img-with-text {
    padding: 50px 10px;
    background: linear-gradient(180deg, #04388b, #000000);
}
.anhext-about-img-with-text .inner {
    display: flex;
    align-items: center;
    gap: 40px;
}
.anhext-about-img-with-text .inner .image {
    width: 50%;
}
.anhext-about-img-with-text .inner .image img {
    width: 100%;
}
.anhext-about-img-with-text .inner .text {
    width: 50%;
}
.anhext-about-img-with-text .inner .text h3 {
    font-size: 42px;
    font-family: sans-serif;
    margin: 20px 0;
    color: #fff;
}
.anhext-about-img-with-text .inner .text p {
    font-size: 18px;
    font-family: sans-serif;
    line-height: 24px;
    color: #fff;
}
.anhext-about-img-with-text .inner .text a button {
    margin-top: 20px;
}
section .internet-service-banner-main {
    background: linear-gradient(180deg, #04388b, #000000);
    padding: 15px;
}
.internet-service-banner-main .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.internet-service-banner-main .inner .text h2 {
    font-size: 32px;
    font-family: sans-serif;
    color: #fff;
}
.internet-service-banner-main .inner .text p {
    font-size: 24px;
    font-family: sans-serif;
    color: #fff;
}
.internet-service-banner-main .inner .text {
    width: 55%;
}
.internet-service-banner-main .inner .image {
    width: 35%;
}
.internet-service-banner-main .inner .image img {
    width: 100%;
}


/* ---------------------mobile-responsive----------------------------------- */
section .verizon-mobile-responsive {
    background: #FFFFFF;
    display: none;
}
section .verizon-mobile-responsive .mobile-head-num button {
    background: #BF1111;
    color: #fff;
    padding: 25px 10px;
    width: 100%;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 600;
    border-radius: 0;
}
section .verizon-mobile-responsive .inner img {
    width: 250px;
}
section .verizon-mobile-responsive.wireless-5g-internet .inner img {
    width: 150px;
}
section .verizon-mobile-responsive .inner p {
    font-size: 35px;
    font-family: sans-serif;
    font-weight: 600;
    text-align: center;
}
section .verizon-mobile-responsive .inner {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 50px 15px;
}
section .verizon-mobile-responsive .inner a {
    width: 100%;
}
section .verizon-mobile-responsive .inner button {
    background: #BF1111;
    color: #fff;
    padding: 20px 10px;
    font-size: 24px;
    font-family: sans-serif;
    font-weight: 600;
    width: 100%;
    border-radius: 5px;
    border: none;
    margin: 10px 0 40px 0;
}
section .anhext-contact-form-main {
    padding: 50px 10px;
}
.anhext-contact-form-main .inner form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.anhext-contact-form-main .inner {
    max-width: 900px;
    margin: 0 auto;
}
.anhext-contact-form-main .inner form label {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
    font-family: sans-serif;
}
.anhext-contact-form-main .inner form input {
    width: 90%;
    padding: 15px 10px;
    margin-bottom: 25px;
    border: none;
    box-shadow: 0 0 2px 0;
}
.anhext-contact-form-main .inner form textarea {
    width: 95%;
    padding: 10px;
    height: 100px;
    border: none;
    box-shadow: 0 0 2px 0;
}
.anhext-contact-form-main .inner h2 {
    font-size: 32px;
    font-family: sans-serif;
}
.anhext-contact-form-main .inner button {
    margin: 30px 0;
}
section .privacy-policy-content-main {
    padding: 50px 10px;
}
section .privacy-policy-content-main .inner h3 {
    font-size: 24px;
    font-family: sans-serif;
}
section .privacy-policy-content-main .inner p {
    font-size: 16px;
    font-family: sans-serif;
}
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;
}










/* Responsive header Styling */
@media screen and (max-width: 1024px) {
    header .anhext-header-main {
        flex-wrap: wrap;
    }

    .hamburger {
        display: block;
        position: absolute;
        right: 10px;
        top: 70px;
    }

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

    header .anhext-header-main .nav ul {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    .anhext-banner-main .inner h2 {
        font-size: 28px; 
    }
    button {
        font-size: 14px; 
        width: 220px;
    }
    .anhext-banner-main { 
        height: 250px; 
    }
    .anhext-multicolumn-main .inner .text h2 {
        font-size: 24px; 
    }
    .anhext-multicolumn-main .inner .text p {
        font-size: 16px; 
        line-height: 22px; 
    }
    .anhext-mission-vision-main h2 {
        font-size: 24px; 
    }
    .anhext-mission-vision-main { 
        padding: 50px 10px;
    }
    .anhext-mission-vision-main p {
        font-size: 16px; 
    }
    .anhext-mission-vision-main .inner .column1 h3, .anhext-mission-vision-main .inner .column2 h3 {
        font-size: 24px; 
    }
    .anhext-mission-vision-main .inner .column1 p, .anhext-mission-vision-main .inner .column2 p {
        font-size: 16px; 
        line-height: 22px; 
    }
    .planing-start-sec-main h2 {
        font-size: 24px; 
    }
    .planing-start-sec-main .inner .column h3 {
        font-size: 20px; 
    }
    .planing-start-sec-main .inner .column h4 {
        font-size: 14px; 
    }
    .planing-start-sec-main .inner .column { 
        padding: 15px; 
    }
    .planing-start-sec-main .inner .column p {
        font-size: 14px; 
    }
    section.anhext-counter-main h2 {
        font-size: 24px; 
    }
    section.anhext-counter-main p {
        font-size: 16px;
        line-height: 22px; 
    }
    section.anhext-counter-main #counter .item { 
        padding: 10px; 
    }
    section.anhext-counter-main #counter .item h3 { 
        font-size: 14px; 
    }
    section .disclaimer-main { 
        padding: 25px 10px;
    }
    .disclaimer-main .inner h2 {
        font-size: 28px; 
    }
    section .anhext.footer-main {
        padding: 25px 10px 0; 
    }
    .anhext.footer-main .inner .column1 {
        width: 45%; 
    }
    .anhext.footer-main .inner .column2 {
        width: 45%;
    }
    .anhext.footer-main .inner .column3 {
        width: 100%;
    }
    /* Mobile Dropdown: show inside menu */
    header .anhext-header-main .nav ul li ul {
        position: static;
        box-shadow: none;
        min-width: unset;
        padding: 0;
    }

    header .anhext-header-main .nav ul li ul li a {
        padding: 8px 0;
    }

    header .anhext-header-main .header-button {
        display: none;
    }

    header .anhext-header-main.active .nav {
        display: block;
        position: absolute;
        top: 134px;
        left: 0;
    }
    section .anhext-about-banner-sec .inner h2 {
        font-size: 28px; 
    }
    section .anhext-about-banner-sec { 
        height: 250px; 
    }
    section .anhext-about-banner-sec .inner p {
        font-size: 18px; 
    }
    .anhext-about-img-with-text .inner .text h3 {
        font-size: 32px; 
    }
    .anhext-about-img-with-text .inner .text p {
        font-size: 16px; 
    }
    section .planing-start-sec-main {
        padding: 25px 10px;
    }
    .anhext-multicolumn-main.verizon .inner h2 {
        font-size: 24px; 
    }
    .anhext-multicolumn-main.verizon .inner p {
        font-size: 16px; 
        line-height: 22px; 
    }
    .internet-service-banner-main .inner .text h2 {
        font-size: 24px;    
    }
    .internet-service-banner-main .inner .text p {
        font-size: 18px; 
    }
    .anhext-contact-form-main .inner h2 {
        font-size: 28px; 
    }
      .anhext-header-main li.dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.anhext-header-main ul.dropdown-menu {
    text-align: center;
}
}
@media screen and (max-width: 820px) {
    .wrapper{
        display: none;
    }
 section .verizon-mobile-responsive { 
    display: block;
}
}
@media screen and (max-width: 767px){

section .verizon-mobile-responsive .inner p {
    font-size: 24px; 
}
section .verizon-mobile-responsive .inner button {
    font-size: 18px;
 
}
    .anhext-banner-main .inner h2 {
    font-size: 24px;
}
.anhext-banner-main { 
    padding: 40px 10px; 
}
.anhext-multicolumn-main .inner .image {
    max-width: 100%;
    width: 100%;
}
.anhext-multicolumn-main .inner .text {
    width: 100%;
}
.anhext-multicolumn-main .inner { 
    gap: 25px;
    flex-direction: column;
}
section .anhext-multicolumn-main {
    padding: 25px 10px; 
}
.anhext-mission-vision-main {
    padding: 25px 10px;
}
.anhext-mission-vision-main .inner,
.planing-start-sec-main .inner { 
    flex-direction: column;
    align-items: center;
}
.anhext-mission-vision-main .inner .column1,
.anhext-mission-vision-main .inner .column2,
.planing-start-sec-main .inner .column,
.anhext.footer-main .inner .column1,
.anhext.footer-main .inner .column2,
.anhext.footer-main .inner .column3 { 
    width: 95%;
}
section .planing-start-sec-main,
.about-verizon-main {
    padding: 25px 10px;
} 
section.anhext-counter-main #counter { 
    flex-wrap: wrap;
}
section.anhext-counter-main #counter .item { 
    max-width: 100%; 
}
.about-verizon-main h2 {
    font-size: 28px; 
    margin: 10px 0;
}
.anhext.footer-main .inner { 
    gap: 30px;
    flex-direction: column;
}
section .anhext-about-banner-sec .inner h2 {
    font-size: 24px;
}
section .anhext-about-banner-sec .inner p {
    font-size: 16px;
}
section .anhext-about-banner-sec { 
    padding: 50px 10px; 
}
.anhext-about-img-with-text .inner { 
    flex-direction: column;
}
.anhext-about-img-with-text .inner .image,
.anhext-about-img-with-text .inner .text {
    width: 100%;
}
.anhext-about-img-with-text .inner .text h3 {
    font-size: 28px;
}
 .anhext-contact-form-main .inner form { 
    flex-direction: column;
}
.anhext-contact-form-main .inner form label {
    width: 100%; 
}
.anhext-contact-form-main .inner form input {
    width: 95%; 
}
.anhext-banner-main .inner .reseller-logo img {
    width: 7%;
}
section .privacy-policy-content-main {
    padding: 25px 10px;
}
section .privacy-policy-content-main .inner h3 {
    font-size: 20px; 
}
section .privacy-policy-content-main .inner p {
    font-size: 14px; 
}
section .privacy-policy-content-main .inner ul li,
section .privacy-policy-content-main .inner ul li a {
    font-size: 14px; 
}
.anhext-banner-main .inner .reseller-logo { 
    display: none;
}
}
@media screen and (max-width: 430px) {
.anhext-mission-vision-main .inner .column1,
.anhext-mission-vision-main .inner .column2,
.planing-start-sec-main .inner .column,
.anhext.footer-main .inner .column1,
.anhext.footer-main .inner .column2,
.anhext.footer-main .inner .column3 { 
    width: 90%;
}
.accordion-main span {
    font-size: 12px; 
}
.about-verizon-main .inner { 
    gap: 25px;
}
.disclaimer-main .inner p {
    font-size: 14px;
    line-height: 22px; 
}
.anhext-footer-bottom .reference span,
.anhext-footer-bottom .reference span a {
    font-size: 11px; 
}
section.anhext-counter-main #counter .item .count { 
    font-size: 28px; 
}
}