<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@media only screen and (min-device-width: 320px) and (max-device-width: 470px) {
	.py-4 {
        padding-top: 0.9rem !important;
        padding-bottom: 0.9rem !important;
    }
    .search-content h6 {
        font-size: 15px;
        font-weight: 600;
    }
    .search-content h5 {
        font-size: 18px;
    }
    .search-content p {
        font-size: 14px;
    }
    .search-content-2 h6 {
        font-size: 15px;
        font-weight: 600;
    }
    .search-content-2 h5 {
        font-size: 18px;
    }
    .hero {
      padding: 60px 0 40px 0;
  }
    .hero h1 {
      font-size: 28px;
    }
    .hero p {
      font-size: 16px;
      text-align: center;}

    .table-dark {
      width: 80%;
      margin: 2px;
    }
    
    .table-dark th {
      padding: 20px;
      text-align: center;
      font-size: 20px;
    }
    .table-dark td {
      border: 1px solid #000;
      padding: 20px;
      text-align: center;
      font-size: 15px;
      font-family: 300;
    }
    
    .table-dark th {
      background-color: #d30058;
      color: white;
      text-align: center;
    }

    .services {
      padding: 5px;
    }

    .banner img {
      width: 100%;
      height: 325px;
    }
  
    .modem-card img {
      width: 230px;
      height: auto;
    }
  
    .get-in-touch {
      max-width: 800px;
      margin: 2px;
      padding: 8px;
      position: relative;
    }

    .get-in-touch .title {
      font-size: 2.0em;
    }

    .contact-section{
      padding: 20px;
    }
    
    .button-search{
        width: 100%!important;
    }
    
    .button-57 {
        width: 100%;
    }
    
    .my-account {
      margin: 2px auto;
      padding: 5px;
    }
    
    .my-account .my-service p {
      padding: 2px;
      text-align: center;
      font-size: 13px;
      margin-top: -7px;
    }
    
    .progress {
      width: 80px;
    }
    
    .my-service h3 {
      text-align: center;
      font-size: 26px;
    }
    
    .data-section img {
      width: 96px;
      height: auto;
      padding: 0px;
    }
    
    .data-section2 img {
      width: 96px;
      height: auto;
      padding: 0px;
    }
    
    .data-section .tab-list tbody{
      background-color: #f5f5f5;
    }
    
    .data-content {
      padding: 2px;
      margin: 0;
      text-align: center;
    }
    
    .data-content strong{
      padding: 2px;
      margin: 0;
      font-size: 26px;
      text-align: center;
    }
    
    .data-content .data-unlimited{
      font-weight: 600;
      font-size: 18px;
    }
    
    .data-content p {
      text-align: center;
      margin-bottom: 3px;
      font-size: 17px;
      padding: 0 20px 0 20px;
    }
    
    .data-table{
      padding: 2px;
      margin: 0;
      border: 2px solid #ccc;
    }
    
    .para-content{
      margin: -15px 20px -35px 20px;
      padding: 2px;
    }
    
    .btn-data {
      background-color: rgb(230, 9, 9);
      border: rgb(230, 9, 9) 2px solid;
      color: white;
      margin: 0px 0 20px 0;
      font-size: 20px;
      width: 80%;
    }
    
    .btn-data:hover {
      border: rgb(230, 9, 9) 2px solid;
      background-color: #fff;
      color: rgb(230, 9, 9);
    }
    .faq {
      padding: 10px;
    
    }
    .faq-img img {
      height: auto;
      width: 100%;
    }
    .pricing-card {
      padding: 20px;
      margin: 10px 2px 10px 2px;
      max-width: 370px;
    }
    
    .formbold-form-wrapper {
      margin: 2px auto;
      margin-bottom: 25px;
    }
    .formbold-steps li.active1 span {
      margin-left: 25px;
    }
    .formbold-steps li span {
      margin-left: 25px;
      width: 60px;
      height: 35px;
    }
    .icon-right{
      display: none;
    }
    .image-banner {
      margin: 0;
      padding: 0px;
      margin-bottom: -50px;
    }
    .header-title p{
      text-align: justify!important;
    }
    .section-title h2{
      margin-top: 35px;
    }
    .section-title p{
      text-align: justify;
    }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 600px) {
	.py-4 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
}
.search-content h6 {
    font-size: 15px;
    font-weight: 600;
}
.search-content h5 {
    font-size: 18px;
}
.search-content p {
    font-size: 14px;
}
.search-content-2 h6 {
    font-size: 15px;
    font-weight: 600;
}
.search-content-2 h5 {
    font-size: 18px;
}

.hero h1 {
  font-size: 28px!important;
}
.hero p {
  text-align: center!important;
}

.table-dark {
  width: 80%;
  margin: 2px;
}

.table-dark th {
  padding: 20px;
  text-align: center;
  font-size: 20px;
}
.table-dark td {
  border: 1px solid #000;
  padding: 20px;
  text-align: center;
  font-size: 15px;
  font-family: 300;
}

.table-dark th {
  background-color: #d30058;
  color: white;
  text-align: center;
}

.services {
  padding: 5px;
}

.banner img {
  width: 100%;
  height: 325px;
}

.modem-card img {
  width: 230px;
  height: auto;
}

.get-in-touch {
  max-width: 800px;
  margin: 2px;
  padding: 8px;
  position: relative;
}

.get-in-touch .title {
  font-size: 2.0em;
}

.contact-section{
  padding: 20px;
}
.cta h3 {
  font-size: 30px!important;
}

.button-search{
    width: 100%!important;
}

.button-57 {
    width: 100%;
}

.my-account {
  margin: 2px auto;
  padding: 5px;
}

.my-account .my-service p {
  padding: 2px;
  text-align: center;
  font-size: 13px;
  margin-top: -7px;
}

.progress {
  width: 80px;
}

.my-service h3 {
  text-align: center;
  font-size: 26px;
}

.data-section img {
  width: 96px;
  height: auto;
  padding: 0px;
}

.data-section2 img {
  width: 96px;
  height: auto;
  padding: 0px;
}

.data-section .tab-list tbody{
  background-color: #f5f5f5;
}

.data-content {
  padding: 2px;
  margin: 0;
  text-align: center;
}

.data-content strong{
  padding: 2px;
  margin: 0;
  font-size: 26px;
  text-align: center;
}

.data-content .data-unlimited{
  font-weight: 600;
  font-size: 18px;
}

.data-content p {
  text-align: center;
  margin-bottom: 3px;
  font-size: 17px;
  padding: 0 20px 0 20px;
}

.data-table{
  padding: 2px;
  margin: 0;
  border: 2px solid #ccc;
}

.para-content{
  margin: -15px 20px -35px 20px;
  padding: 2px;
}

.btn-data {
  background-color: rgb(230, 9, 9);
  border: rgb(230, 9, 9) 2px solid;
  color: white;
  margin: 0px 0 20px 0;
  font-size: 20px;
  width: 80%;
}

.btn-data:hover {
  border: rgb(230, 9, 9) 2px solid;
  background-color: #fff;
  color: rgb(230, 9, 9);
}

.pricing-card {
  padding: 20px;
    margin: 2px 0 20px 40px;
    max-width: 330px;
}

.faq-img img {
  height: auto;
  width: 100%;
}
 
.formbold-form-wrapper {
  margin: 2px auto;
  margin-bottom: 25px;
}
.formbold-steps li.active1 span {
  margin-left: 25px;
}
.formbold-steps li span {
  margin-left: 25px;
}
.icon-right{
  display: none;
}
.header-title p{
  text-align: justify!important;
}
.section-title h2{
  margin-top: 2px;
}
.section-title p{
  text-align: justify;
}
}

@media only screen and (min-device-width: 600px) and (max-device-width: 692px) {
	.py-4 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
}
.search-content h6 {
    font-size: 15px;
    font-weight: 600;
}
.search-content h5 {
    font-size: 18px;
}
.search-content p {
    font-size: 14px;
}
.search-content-2 h6 {
    font-size: 15px;
    font-weight: 600;
}
.search-content-2 h5 {
    font-size: 18px;
}

.hero p {
  text-align: center!important;
}

.table-dark {
  width: 80%;
  margin: 2px;
}

.table-dark th {
  padding: 20px;
  text-align: center;
  font-size: 20px;
}
.table-dark td {
  border: 1px solid #000;
  padding: 20px;
  text-align: center;
  font-size: 15px;
  font-family: 300;
}

.table-dark th {
  background-color: #d30058;
  color: white;
  text-align: center;
}

.services {
  padding: 5px;
}

.banner img {
  width: 100%;
  height: 325px;
}

.modem-card img {
  width: 230px;
  height: auto;
}

.get-in-touch {
  max-width: 800px;
  margin: 2px;
  padding: 8px;
  position: relative;
}

.get-in-touch .title {
  font-size: 2.0em;
}

.contact-section{
  padding: 20px;
}

.button-search{
    width: 100%!important;
}

.button-57 {
    width: 100%;
}

.my-account {
  margin: 2px auto;
  padding: 5px;
}

.my-account .my-service p {
  padding: 2px;
  text-align: center;
  font-size: 13px;
  margin-top: -7px;
}

.progress {
  width: 80px;
}

.my-service h3 {
  text-align: center;
  font-size: 26px;
}

.data-section img {
  width: 96px;
  height: auto;
  padding: 0px;
}

.data-section2 img {
  width: 96px;
  height: auto;
  padding: 0px;
}

.data-section .tab-list tbody{
  background-color: #f5f5f5;
}

.data-content {
  padding: 2px;
  margin: 0;
  text-align: center;
}

.data-content strong{
  padding: 2px;
  margin: 0;
  font-size: 26px;
  text-align: center;
}

.data-content .data-unlimited{
  font-weight: 600;
  font-size: 18px;
}

.data-content p {
  text-align: center;
  margin-bottom: 3px;
  font-size: 17px;
  padding: 0 20px 0 20px;
}

.data-table{
  padding: 2px;
  margin: 0;
  border: 2px solid #ccc;
}

.para-content{
  margin: -15px 20px -35px 20px;
  padding: 2px;
}

.btn-data {
  background-color: rgb(230, 9, 9);
  border: rgb(230, 9, 9) 2px solid;
  color: white;
  margin: 0px 0 20px 0;
  font-size: 20px;
  width: 80%;
}

.pricing-card {
  padding: 20px;
  margin: 2px 0 10px 75px;
  max-width: 300px;
}

.btn-data:hover {
  border: rgb(230, 9, 9) 2px solid;
  background-color: #fff;
  color: rgb(230, 9, 9);
}

.faq-img img {
  height: auto;
  width: 100%;
}
 
.formbold-form-wrapper {
  margin: 2px auto;
  margin-bottom: 25px;
}
.formbold-steps li.active1 span {
  margin-left: 25px;
}
.formbold-steps li span {
  margin-left: 25px;
}
.icon-right{
  display: none;
}
.header-title p{
  text-align: justify!important;
}
.section-title h2{
  margin-top: 2px;
}
.section-title p{
  text-align: justify;
}
}

@media only screen and (min-device-width: 693px) and (max-device-width: 767px) {
	.py-4 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
}
.search-content h6 {
    font-size: 15px;
    font-weight: 600;
}
.search-content h5 {
    font-size: 18px;
}
.search-content p {
    font-size: 14px;
}
.search-content-2 h6 {
    font-size: 15px;
    font-weight: 600;
}
.search-content-2 h5 {
    font-size: 18px;
}
.hero p {
  text-align: center!important;
}

.table-dark {
  width: 80%;
  margin: 2px;
}

.table-dark th {
  padding: 20px;
  text-align: center;
  font-size: 20px;
}
.table-dark td {
  border: 1px solid #000;
  padding: 20px;
  text-align: center;
  font-size: 15px;
  font-family: 300;
}

.table-dark th {
  background-color: #d30058;
  color: white;
  text-align: center;
}

.services {
  padding: 5px;
}

.banner img {
  width: 100%;
  height: 325px;
}

.modem-card img {
  width: 230px;
  height: auto;
}

.get-in-touch {
  max-width: 800px;
  margin: 2px;
  padding: 8px;
  position: relative;
}

.get-in-touch .title {
  font-size: 2.0em;
}

.contact-section{
  padding: 20px;
}

.button-search{
    width: 100%!important;
}

.button-57 {
    width: 48%;
}

.my-account {
  margin: 2px auto;
  padding: 5px;
}

.my-account .my-service p {
  padding: 2px;
  text-align: center;
  font-size: 13px;
  margin-top: -7px;
}

.progress {
  width: 80px;
}

.my-service h3 {
  text-align: center;
  font-size: 26px;
}

.pricing-card {
  padding: 20px;
  margin: 20px;
  max-width: 500px;
}

.data-section img {
  width: 96px;
  height: auto;
  padding: 0px;
}

.data-section2 img {
  width: 96px;
  height: auto;
  padding: 0px;
}

.data-section .tab-list tbody{
  background-color: #f5f5f5;
}

.data-content {
  padding: 2px;
  margin: 0;
  text-align: center;
}

.data-content strong{
  padding: 2px;
  margin: 0;
  font-size: 26px;
  text-align: center;
}

.data-content .data-unlimited{
  font-weight: 600;
  font-size: 18px;
}

.data-content p {
  text-align: center;
  margin-bottom: 3px;
  font-size: 17px;
  padding: 0 20px 0 20px;
}

.data-table{
  padding: 2px;
  margin: 0;
  border: 2px solid #ccc;
}

.para-content{
  margin: -15px 20px -35px 20px;
  padding: 2px;
}

.btn-data {
  background-color: rgb(230, 9, 9);
  border: rgb(230, 9, 9) 2px solid;
  color: white;
  margin: 0px 0 20px 0;
  font-size: 20px;
  width: 80%;
}

.btn-data:hover {
  border: rgb(230, 9, 9) 2px solid;
  background-color: #fff;
  color: rgb(230, 9, 9);
}

.faq-img img {
  height: auto;
  width: 100%;
}
 
.formbold-form-wrapper {
  margin: 2px auto;
  margin-bottom: 25px;
}
.formbold-steps li.active1 span {
  margin-left: 55px;
}
.formbold-steps li span {
  margin-left: 55px;
  width: 80px;
  height: 40px;
}
.icon-right{
  display: none;
}
.header-title p{
  text-align: justify!important;
}
.section-title h2{
  margin-top: 2px;
}
.section-title p{
  text-align: justify;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 853px) {
  .py-4 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
}
.search-content h6 {
    font-size: 15px;
    font-weight: 600;
}
.search-content h5 {
    font-size: 18px;
}
.search-content p {
    font-size: 14px;
}
.search-content-2 h6 {
    font-size: 15px;
    font-weight: 600;
}
.search-content-2 h5 {
    font-size: 18px;
}
.image-banner {
  margin: 0px;
  padding: 0px;
  margin-bottom: -60px;
}
.cta p{
  text-align: center;
}

.table-dark {
  width: 80%;
  margin: 2px;
}

.table-dark th {
  padding: 20px;
  text-align: center;
  font-size: 20px;
}
.table-dark td {
  border: 1px solid #000;
  padding: 20px;
  text-align: center;
  font-size: 15px;
  font-family: 300;
}

.table-dark th {
  background-color: #d30058;
  color: white;
  text-align: center;
}

.services {
  padding: 5px;
}

.banner img {
  width: 100%;
  height: 325px;
}

.modem-card img {
  width: 230px;
  height: auto;
}

.get-in-touch {
  max-width: 800px;
  margin: 2px;
  padding: 8px;
  position: relative;
}

.get-in-touch .title {
  font-size: 2.0em;
}

.contact-section{
  padding: 20px;
}

.button-search{
    width: 100%!important;
}

.button-57 {
    width: 45%;
}

.my-account {
  margin: 2px auto;
  padding: 5px;
}

.my-account .my-service p {
  padding: 2px;
  text-align: center;
  font-size: 13px;
  margin-top: -7px;
}

.progress {
  width: 80px;
}

.my-service h3 {
  text-align: center;
  font-size: 26px;
}

.pricing-card {
  padding: 20px;
  margin: 2px;
  max-width: 450px;
}

.data-section img {
  width: 96px;
  height: auto;
  padding: 0px;
}

.data-section2 img {
  width: 96px;
  height: auto;
  padding: 0px;
}

.data-section .tab-list tbody{
  background-color: #f5f5f5;
}

.data-content {
  padding: 2px;
  margin: 0;
  text-align: center;
}

.data-content strong{
  padding: 2px;
  margin: 0;
  font-size: 26px;
  text-align: center;
}

.data-content .data-unlimited{
  font-weight: 600;
  font-size: 18px;
}

.data-content p {
  text-align: center;
  margin-bottom: 3px;
  font-size: 17px;
  padding: 0 20px 0 20px;
}

.data-table{
  padding: 2px;
  margin: 0;
  border: 2px solid #ccc;
}

.para-content{
  margin: -15px 20px -35px 20px;
  padding: 2px;
}

.btn-data {
  background-color: rgb(230, 9, 9);
  border: rgb(230, 9, 9) 2px solid;
  color: white;
  margin: 0px 0 20px 0;
  font-size: 20px;
  width: 80%;
}

.btn-data:hover {
  border: rgb(230, 9, 9) 2px solid;
  background-color: #fff;
  color: rgb(230, 9, 9);
}

.faq-img img {
  height: 360px;
  width: auto;
}
 
.formbold-steps{
  width: 100%;
}
.formbold-steps li {
  gap: 2px;
  font-size: 14px;
}
.formbold-form-wrapper {
  margin: 2px;
  max-width: 550px;
  width: 100%;
  padding: 10px;
}
.formbold-steps li.active1 span {
  margin-left: -8px;
}
.formbold-steps li span {
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 25px;
  height: 32px;
  font-size: 13px;
  line-height: 24px;
  color: #283555;
}
.icon-right{
  display: none;
}
.header-title p{
  text-align: justify!important;
}
.section-title h2{
  margin-top: 50px;
}
.section-title p{
  text-align: justify;
}
}

@media only screen and (min-device-width: 854px) and (max-device-width: 991px) {
	.py-4 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
}
.search-content h6 {
    font-size: 15px;
    font-weight: 600;
}
.search-content h5 {
    font-size: 18px;
}
.search-content p {
    font-size: 14px;
}
.search-content-2 h6 {
    font-size: 15px;
    font-weight: 600;
}
.search-content-2 h5 {
    font-size: 18px;
}

.table-dark {
  width: 80%;
  margin: 2px;
}

.table-dark th {
  padding: 20px;
  text-align: center;
  font-size: 20px;
}
.table-dark td {
  border: 1px solid #000;
  padding: 20px;
  text-align: center;
  font-size: 15px;
  font-family: 300;
}

.table-dark th {
  background-color: #d30058;
  color: white;
  text-align: center;
}

.services {
  padding: 5px;
}

.banner img {
  width: 100%;
  height: 325px;
}

.modem-card img {
  width: 230px;
  height: auto;
}

.get-in-touch {
  max-width: 800px;
  margin: 2px;
  padding: 8px;
  position: relative;
}

.get-in-touch .title {
  font-size: 2.0em;
}

.contact-section{
  padding: 20px;
}

.button-search{
    width: 100%!important;
}

.button-57 {
    width: 100%;
}

.my-account {
  margin: 2px auto;
  padding: 5px;
}

.my-account .my-service p {
  padding: 2px;
  text-align: center;
  font-size: 13px;
  margin-top: -7px;
}

.progress {
  width: 80px;
}

.my-service h3 {
  text-align: center;
  font-size: 26px;
}

.data-section img {
  width: 96px;
  height: auto;
  padding: 0px;
}

.data-section2 img {
  width: 96px;
  height: auto;
  padding: 0px;
}

.data-section .tab-list tbody{
  background-color: #f5f5f5;
}

.data-content {
  padding: 2px;
  margin: 0;
  text-align: center;
}

.data-content strong{
  padding: 2px;
  margin: 0;
  font-size: 26px;
  text-align: center;
}

.data-content .data-unlimited{
  font-weight: 600;
  font-size: 18px;
}

.data-content p {
  text-align: center;
  margin-bottom: 3px;
  font-size: 17px;
  padding: 0 20px 0 20px;
}

.data-table{
  padding: 2px;
  margin: 0;
  border: 2px solid #ccc;
}

.para-content{
  margin: -15px 20px -35px 20px;
  padding: 2px;
}

.btn-data {
  background-color: rgb(230, 9, 9);
  border: rgb(230, 9, 9) 2px solid;
  color: white;
  margin: 0px 0 20px 0;
  font-size: 20px;
  width: 80%;
}

.btn-data:hover {
  border: rgb(230, 9, 9) 2px solid;
  background-color: #fff;
  color: rgb(230, 9, 9);
}

.faq-img img {
  height: auto;
  width: 100%;
}
.pricing-card {
  padding: 20px;
  margin: 10px;
  max-width: 450px;
}
 
.formbold-steps{
  width: 100%;
}
.formbold-steps li {
  gap: 2px;
  font-size: 14px;
}
.formbold-form-wrapper {
  margin: 2px;
  max-width: 550px;
  width: 100%;
  padding: 10px;
}
.formbold-steps li.active1 span {
  margin-left: -8px;
}
.formbold-steps li span {
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 25px;
  height: 32px;
  font-size: 13px;
  line-height: 24px;
  color: #283555;
}
.icon-right{
  display: none;
}
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1200px) {
  .hero {
    height: 80vh!important;
  }
  .hero h1 {
    font-size: 30px!important;
  }
	.progress {
        width: 95px;
        height: 8px;
        margin-top: 5px;
        background-color: #ddd;
    }
    .faq-img img {
        height: auto;
        width: 100%;
    }
    .formbold-steps li {
      gap: 6px;
      font-size: 14px;
    }
    .formbold-form-wrapper {
      margin: 2px auto;
      margin-bottom: 25px;
    }
    .formbold-steps li.active1 span {
      margin-left: 5px;
    }
    .formbold-steps li span {
      margin-left: 5px;
    }
}
@media only screen and (min-device-width: 1280px) and (max-device-width: 1366px) {
	.hero {
    height: 100vh!important;
  }
}</pre></body></html>