body {
    font-family: Arial, sans-serif;
}

/* Header */
.header {
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.logo {
    font-size: 24px;
    font-weight: bold;
    color: #002c5f;
}
.logo span {
    color: #0078d7;
}
.nav-item a {
    color: #000;
    text-decoration: none;
    padding: 8px 12px;
}
.nav-item a:hover {
    text-decoration: underline;
}
.flag {
    width: 20px;
    height: auto;
}
.contact {
    color: #000;
    font-weight: bold;
}
.contact i {
    color: #0078d7;
    margin-right: 5px;
}

/* Banner Section */
.banner {
    background: url('../img/herohome.jpg') no-repeat center center/cover;
    padding: 40px 0;
}
.pricing {
    font-size: 22px;
    font-weight: bold;
}
.pricing del {
    color: red;
}
.features {
    list-style: none;
    padding: 0;
}
.features li {
    font-size: 16px;
    margin: 5px 0;
}
.features li i {
    color: #0078d7;
    margin-right: 5px;
}
.call-now {
    font-size: 18px;
    font-weight: bold;
}
.order-btn {
    background-color: #0078d7;
    color: #fff;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 5px;
}
.order-btn i {
    margin-right: 5px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .banner .row {
        flex-direction: column;
        text-align: start;
    }
    .banner img {
        max-width: 100%;
        margin-top: 20px;
    }
}
.service-selection {
    padding: 50px 0;
}

.service-box {
    background: linear-gradient(to right, #0078d7, #002b5c);
    border-radius: 10px;
    padding: 40px;
    color: white;
    margin-top: 20px;
}

.service-options h4 {
    font-size: 20px;
    font-weight: bold;
}

.small-text {
    font-size: 14px;
    color: #d0d0d0;
}

.service-btn {
    background-color: #0078d7;
    color: white;
    border: none;
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

.service-btn:hover {
    background-color: #0056b3;
}

.note {
    font-size: 12px;
    margin-top: 10px;
}

.next-step {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
}

.next-step i {
    font-size: 14px;
}
.pricing-plans {
    padding: 50px 0;
}

.plan-box {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-top: 20px;
    border: 1px solid #ddd;
}

.plan-title {
    color: #0078d7;
    font-weight: bold;
}

.price-strike {
    color: red;
    font-size: 14px;
    margin-bottom: 5px;
}

.plan-price {
    font-size: 67px;
    font-weight: bold;
}

.plan-price span {
    font-size: 18px;
    color: #555;
}

.plan-desc {
    font-size: 14px;
    color: #777;
}

.plan-features {
    list-style: none;
    padding: 0;
    text-align: left;
}

.plan-features li {
    font-size: 14px;
    margin-bottom: 5px;
}

.plan-features li a {
    color: #0078d7;
    text-decoration: none;
    font-weight: bold;
}

.contact-info {
    font-size: 16px;
    color: #0078d7;
    font-weight: bold;
    margin: 15px 0;
}

.order-btn {
    background-color: #0078d7;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px;
}

.order-btn i {
    margin-right: 5px;
}

/* Best Value Plan Styling */
.best-value {
    border: 2px solid #ffb400;
    position: relative;
}

.best-tag {
    background-color: #ffb400;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .plan-box {
        margin-bottom: 20px;
    }
}
.address-search {
    padding: 30px 0;
}

.small-text {
    font-size: 12px;
    color: #777;
    margin-bottom: 5px;
}

.search-box {
    margin-top: 10px;
    gap: 10px;
}

.address-input,
.unit-input {
    max-width: 250px;
    border-radius: 20px;
    padding: 10px;
}

.check-btn {
    background-color: #0078d7;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
}

.check-btn:hover {
    background-color: #005bb5;
}

.help-banner {
    background-color: #0078d7;
    color: white;
    border-radius: 20px;
    padding: 0px 0;
    margin-top: 20px;
}

.help-image {
    height: 150px;
    border-radius: 10px;
}

.call-now {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.call-now i {
    color: yellow;
    margin-right: 5px;
}

.call-now span {
    color: #ffcc00;
    font-weight: bold;
}

/* Responsive Fixes */
@media (max-width: 768px) {
    .help-banner .row {
        text-align: center;
    }
    .help-image {
        margin-bottom: 15px;
    }
}
.local-discounts {
    padding: 50px 0;
}

.discount-box {
    background-color: #f3f3f3;
    border-radius: 20px;
    padding: 40px;
}

.offer-text {
    color: #0078d7;
    font-weight: bold;
    text-transform: uppercase;
}

.desc {
    font-size: 16px;
    color: #555;
}

.availability {
    font-size: 14px;
    color: #888;
}

.zip-search {
    margin-top: 20px;
    gap: 10px;
}

.zip-input {
    max-width: 300px;
    border-radius: 20px;
    padding: 10px;
}

.search-btn {
    background-color: #0078d7;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
}

.search-btn:hover {
    background-color: #005bb5;
}

/* Responsive Design */
@media (max-width: 992px) {
    .discount-box {
        text-align: center;
    }
    .zip-search {
        flex-direction: column;
        align-items: center;
    }
    .zip-input {
        width: 100%;
    }
    .search-btn {
        width: 100%;
    }
}
.comparison-section {
    padding: 50px 0;
    text-align: center;
}

.comparison-section h2 {
    font-weight: bold;
}

.comparison-section p {
    color: #555;
}

.comparison-table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
    padding: 15px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
}

.comparison-table th {
    background-color: #f8f9fa;
    font-weight: bold;
}

.checkmark {
    color: #0078d7;
    font-size: 22px;
    font-weight: bold;
}

.cross {
    color: red;
    font-size: 22px;
    font-weight: bold;
}

.order-now {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

.order-now i {
    color: #0078d7;
}

.order-btn {
    background-color: #0078d7;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 5px;
}

.order-btn i {
    margin-right: 5px;
}

.disclaimer {
    font-size: 12px;
    color: #777;
    margin-top: 20px;
}

/* Responsive Fixes */
@media (max-width: 992px) {
    .comparison-table th,
    .comparison-table td {
        font-size: 14px;
        padding: 10px;
    }
    .order-now {
        font-size: 16px;
    }
}
.comparison-table th img {
    height: 30px;
}
.internet-offer {
    padding: 50px 0;
}

.offer-title {
    color: #0078d7;
    font-weight: bold;
    text-transform: uppercase;
}

.search-label {
    font-size: 16px;
    color: #555;
    margin-top: 15px;
}

.search-box {
    margin-top: 10px;
    gap: 10px;
}

.address-input,
.unit-input {
    max-width: 250px;
    border-radius: 20px;
    padding: 10px;
}

.check-btn {
    background-color: #0078d7;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
}

.check-btn:hover {
    background-color: #005bb5;
}

.call-now {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.call-now i {
    color: #0078d7;
    margin-right: 5px;
}

.order-btn {
    background-color: #0078d7;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 5px;
}

.order-btn i {
    margin-right: 5px;
}

.disclaimer {
    font-size: 12px;
    color: #777;
    margin-top: 15px;
}

/* Offer Box */
.offer-box {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 30px;
    text-align: left;
}

.offer-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.offer-item i {
    font-size: 20px;
    color: #0078d7;
    margin-right: 10px;
}

.offer-item span {
    font-weight: bold;
    flex-grow: 1;
}

.offer-item p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

.price {
    font-weight: bold;
    color: black;
}

.included {
    color: #0078d7;
    font-weight: bold;
}

.final-price {
    font-size: 22px;
    color: #0078d7;
    font-weight: bold;
    text-align: center;
}

/* Responsive Fixes */
@media (max-width: 992px) {
    .search-box {
        flex-direction: column;
        align-items: center;
    }
    .address-input,
    .unit-input,
    .check-btn {
        width: 100%;
    }
    .offer-box {
        text-align: center;
    }
}
.tv-stream-offer {
    padding: 50px 0;
}

.offer-title {
    color: #0078d7;
    font-weight: bold;
    text-transform: uppercase;
}

.price-box {
    border-left: 3px solid #0078d7;
    padding-left: 10px;
    margin: 20px 0;
}

.price-label {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.price {
    font-size: 36px;
    font-weight: bold;
    color: black;
}

.price span {
    font-size: 18px;
    color: #555;
}

.offer-benefits {
    list-style: none;
    padding: 0;
}

.offer-benefits li {
    font-size: 16px;
    margin-bottom: 10px;
}

.offer-benefits li i {
    color: #0078d7;
    margin-right: 5px;
}

.learn-more {
    color: #0078d7;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin: 15px 0;
}

.call-now {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.call-now i {
    color: #0078d7;
    margin-right: 5px;
}

.order-btn {
    background-color: #0078d7;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 5px;
}

.order-btn i {
    margin-right: 5px;
}

.availability {
    font-size: 12px;
    color: #777;
    margin-top: 15px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .tv-stream-offer .row {
        text-align: start;
    }
    .price-box {
        display: inline-block;
        text-align: left;
    }
}
.voice-offer {
    padding: 50px 0;
}

.offer-title {
    color: #0078d7;
    font-weight: bold;
    text-transform: uppercase;
}

.price-box {
    border-left: 3px solid #0078d7;
    padding-left: 10px;
    margin: 20px 0;
}

.price-label {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.price {
    font-size: 36px;
    font-weight: bold;
    color: black;
}

.price span {
    font-size: 18px;
    color: #555;
}

.small-text {
    font-size: 14px;
    color: #777;
}

.learn-more {
    color: #0078d7;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin: 15px 0;
}

.search-label {
    font-size: 16px;
    color: #555;
    margin-top: 15px;
}

.search-box {
    margin-top: 10px;
    gap: 10px;
}

.address-input,
.unit-input {
    max-width: 250px;
    border-radius: 20px;
    padding: 10px;
}

.check-btn {
    background-color: #0078d7;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
}

.check-btn:hover {
    background-color: #005bb5;
}

.call-now {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.call-now i {
    color: #0078d7;
    margin-right: 5px;
}

.order-btn {
    background-color: #0078d7;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 5px;
}

.order-btn i {
    margin-right: 5px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .voice-offer .row {
        text-align: start;
    }
    .price-box {
        display: inline-block;
        text-align: left;
    }
    .search-box {
        flex-direction: column;
        align-items: center;
    }
    .address-input,
    .unit-input,
    .check-btn {
        width: 100%;
    }
}
.bundle-offer {
    padding: 50px 0;
}

.offer-title {
    color: #0078d7;
    font-weight: bold;
    text-transform: uppercase;
}

.price-box {
    border-left: 3px solid #0078d7;
    padding-left: 10px;
    margin: 20px 0;
}

.price-label {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.price {
    font-size: 36px;
    font-weight: bold;
    color: black;
}

.price span {
    font-size: 18px;
    color: #555;
}

.small-text {
    font-size: 14px;
    color: #777;
}

.offer-benefits {
    list-style: none;
    padding: 0;
}

.offer-benefits li {
    font-size: 16px;
    margin-bottom: 10px;
}

.offer-benefits li i {
    color: #0078d7;
    margin-right: 5px;
}

.call-now {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.call-now i {
    color: #0078d7;
    margin-right: 5px;
}

.order-btn {
    background-color: #0078d7;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 5px;
}

.order-btn i {
    margin-right: 5px;
}

.disclaimer {
    font-size: 12px;
    color: #777;
    margin-top: 15px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .bundle-offer .row {
        text-align: start;
    }
    .price-box {
        display: inline-block;
        text-align: left;
    }
    .order-btn {
        width: 100%;
    }
}
.site-footer {
    background-color: #1a1a1a;
    color: #d0d0d0;
    padding: 40px 0;
    font-size: 14px;
}

.footer-links {
    margin-bottom: 15px;
}

.footer-links a {
    color: #d0d0d0;
    text-decoration: none;
    margin: 0 10px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-text {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #b0b0b0;
}

.footer-text a {
    color: #0078d7;
    text-decoration: none;
}

.footer-text a:hover {
    text-decoration: underline;
}

.footer-branding {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.footer-logo {
    max-width: 150px;
    margin: 10px;
}

/* Responsive Fixes */
@media (max-width: 992px) {
    .footer-links {
        font-size: 12px;
    }
    .footer-text {
        font-size: 12px;
    }
    .footer-logo {
        max-width: 120px;
    }
}
.text-right {
    text-align: right;
}
.logo img {
    height: 50px;
}
.contact a {
    color: #1a1a1a;
    text-decoration: none;
}
#callnowbutton {
    display: none;
}

@media screen and (max-width: 650px) {
    #callnowbutton {
        display: block;
        position: fixed;
        text-decoration: none;
        z-index: 2147483647;
        width: 100%;
        left: 0;
        bottom: 0;
        height: 60px;
        text-align: center;
        color: #fff;
        font-weight: 600;
        font-size: 120%;
        overflow: hidden;
        background: #002139;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.a-link:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

.cheap {
    display: block;
    padding-top: 14px;
    margin-top: 10px;
    margin-bottom: 11px;
    font-size: 22px;
    color: rgb(255 255 255);
    background: #026d9e;
    padding-bottom: 10px;
    font-weight: 600;
    width: 82%;
    margin-left: 10%;
}

.off {
    font-size: 25px;
    color: rgb(0, 184, 153);
    font-weight: 700;
    display: block;
    padding-top: 60px;
    padding-bottom: 20px;
}

.call-btn {
    font-size: 16px;
    padding: 10px 20px;
    border: 0px;
    background: #6138f5;
    color: #fff !important;
    font-weight: 600;
    border-radius: 3px;
}

.call-btn2 {
    font-size: 30px;
    padding: 10px 20px;
    border: 0px;
    background: #6138f5;
    color: #fff !important;
    font-weight: 600;
    border-radius: 3px;
    width: 100%;
}

.modal-content {
    background-color: #fff !important;
}

.buttom-call {
    margin-top: 150px;
}

.modal-body.text-center {
    margin-top: 30%;
}

.modal {
    max-height: 100%;
    max-width: 100%;
}

.modal-header {
    background: #002139;
}

.modal-title {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}

.modal-header .close {
    margin-top: -32px;
}

.close {
    padding: 5px !important;
    line-height: 1;
    color: #fff;
    /* border-radius: 10px; */
    background: #262323 !important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 13;
}

.unpub {
    background: #6138f5;
    padding: 10px;
    color: #fff;
}

.book {
    background: #fff;
    color: #4a4545;
    padding: 17px;
}

.modal-body {
    padding: 0px;
}

@media only screen and (max-width: 600px) {
    .modal-content {
        height: 900px;
    }
    .modal.show .modal-dialog {
        margin-top: 3%;
        margin: 0px;
    }
    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: hidden;
      }
      .logo img {
        height: 40px;
    }
}
