
	body .PrintFriendly {
	  /***font-family: 'Arial';**/
	  z-index: 1;
	  position: relative;
	}

	#contact-us {
	  scroll-margin-top: 125px;
	}


	/* page banner */

	#internet-banner {
	  /**background: transparent url("/Images/HomeSC/2025/12/support/banner/banner-support-top-5.jpg") no-repeat;**/
	  background-size: cover;
	  height: 300px;
	  float: left;
	  width: 100%;
	  background-image:
		linear-gradient(
		  90deg,
		  rgba(82, 197, 236, 0.6) 0%,
		  rgba(87, 177, 147, 0.85) 100%
		),
		url("/Images/HomeSC/2025/12/support/banner/banner-support-top-5.jpg");
	  background-size: cover;
	}
	#banner-support img {
	  display: inline-block;
	  vertical-align: middle;
	  margin-top: -5px;
	  margin-bottom: -3px;
	}
	#banner-support article {
	  display: inline-block;
	  vertical-align: middle;
	  padding: 10px;
	}
	#banner-support h1 {
	  color: #fff;
	  font-size: 32px;
	  font-weight: 600;
	  margin: 10px 0 5px;
	  vertical-align: middle;
	}
	.banner-copy h1 {
	  font-size: 60px;
	  font-family: "Bebas Neue";
	  color: #fff;
	}
	#banner-support p {
	  color: #fff;
	  font-size: 17px;
	  margin: 0;
	}
	.banner-copy.mobile {
	  display: none;
	}
	.space-include {
	  min-height: 73px;
  }
	.help-icons-2 ul {
	  margin: 5px auto;
	  padding: 0 0 5px;
	  list-style: none;
  }
	.help-icons-2 ul li {
	  display: inline-block;
	  padding: 0;
	  font-weight: 600;
  }
	.help-icons-2 ul li a{
	  color: #f8f8f8;
	}
	.help-icons-2 ul li img {
	  display: inline-block;
	  width: 100%;
	  max-width: 36px;
	  transition: all .5s;
	  cursor: pointer;
  }
	.help-icons-2 ul li img:hover {
	  transform: scale(1.1);
	  position: relative;
	  z-index: 999;
  }
	.voice-dial small{
	color:#464646;
	}

  #internet-support, #video-support, #voice-support, #security-support, #business-support,#service-quicklinks {
  scroll-margin-top: 150px; 
  }  


	@media (min-width: 991px) {
	  #internet-banner {
		height: 400px;
	  }
	}

	@media (min-width: 768px) {
	  .banner-copy.desktop {
		display: flex;
		flex-direction: column;
		height: 100%;
		width: 45%;
		margin-left: 50%;
		align-items: center;
		justify-content: center;
	  }
	}
	@media screen and (max-width: 992px) {
	  #banner-support {
		text-align: center;
		padding: 12px;
	  }
	  #banner-support img {
		margin-bottom: 5px;
		margin-top: 5px;
	  }
	}


	@media screen and (max-width: 767px) {
	  .space-include {
	  min-height: auto;
  }
	  .banner-copy.mobile {
		display: block;
	  }
	  .banner-copy.desktop h1 {
		display: none;
	  }
	  .banner-copy h1 {
		font-size: 34px;
		color: #333;
	  }
	  .home-support {
		padding-top: 10px;
	  }
	}
	#customer-service {
	  float: left;
	  width: 100%;
	  background: #fff;
	  padding-top: 80px;
	  padding-bottom: 80px;
	}
	#customer-service article {
	  background-color: #f8f8f8;
	  font-size: 14px;
	  line-height: 20px;
	  text-align: center;
	  padding: 25px 15px 25px;
	  border-radius: 15px;
	  box-shadow: 0 0 10px #bbb;
	  color: #1c2554;
	  float: left;
	  width: 100%;
	}
	.service-icon {
	  display: inline-block;
	  width: 100%;
	  max-width: 125px;
	  margin: 5px auto 15px;
	  filter:invert(55%) sepia(65%) saturate(350%) hue-rotate(80deg) brightness(90%) contrast(80%);;
	}
	#customer-service h3 {
	  color: #269958;
	  margin-top: 0;
	  font-size: 22px;
	  font-family: "quasimoda",sans-serif;
	}
	.customer-service-desc {
	  min-height: 100px;
	  margin-top: 20px;
	}
	.customer-service-desc p{
	  font-size: 16px;
	}
	#customer-service article {
	  font-size: 14px;
	  line-height: 20px;
	  text-align: center;
	  color: #1c2554;
	}
	.help-icons ul {
	  margin: 5px auto;
	  padding: 0 0 5px;
	  list-style: none;
	}
	.help-icons ul li {
	  display: inline-block;
	  padding: 0;
	  color: #269958;
	  font-weight: 600;
	}
	.help-icons ul li:hover {
	  color: #AD005C;
	}
	.help-icons ul li img {
	  display: inline-block;
	  width: 100%;
	  max-width: 36px;
	  transition: all .5s;
	  cursor: pointer;
	}
	.help-icons ul li img:hover {
	  transform: scale(1.1);
	  position: relative;
	  z-index: 999;
	}
	.help-item {
	  display: none;
	  text-align: left;
	}
	.help-item p {
	  font-size: 16px;
	  line-height: 24px;
	}
	.help-item ul {
	  padding: 0;
	  margin: 0;
	}
	.help-item ul li{
	  display: inline-block;
	  padding: 5px 8px;
	  margin-left: 2px;
	  float: left;
	  width: 100%;
	}
	.help-item ul li a{
	  font-size: 14px;
	  line-height: 20px;
	  color: #1c2554;
	}
	.help-item ul li a:hover{
	  color: #80db44;
	}
	.help-item ul li:nth-child(2n) {
	  background-color: #f7f7f7;
	}
	.help-item ul li:nth-child(2n+1) {
	  background-color: #eee;
	}
	.help-item strong{
	  float: left;
	  width: 100%;
	  padding: 0 2px;
	}
	.help-item h4 {
	  padding: 5px 0;
	  float: left;
	  width: 100%;
	  margin: 0 0 4px;
	}
	.my-2 {
	  margin-bottom: 20px;
	  padding: 0 10px;
	}
	.bg-grad-blue-to-dark {
	  background: #269958;
	  float: left;
	  width: 100%;
	  padding-top: 60px;
	  padding-bottom: 70px;
	}
	.quick-solution h2 {
	  color: #fff;
	  margin-top: 0;
	  margin-bottom: 40px;
	  font-weight: 600;
	  font-size: 40px;
	}
	#service-quicklinks ul {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	}
	#service-quicklinks ul li {
	  padding: 10px 2px;
	  display: flex;
	}
	#service-quicklinks a, #service-quicklinks a:visited {
	  color: #fff;
	  text-decoration: none;
	  outline: 0;
	  border: 0;
	}
	#service-quicklinks li img {
	  width: 20px;
	  margin-right: 14px;
	}
	#service-quicklinks li::before {
	  content: "";
	  position: relative;
	  left: 0;
	  top: 50%;
	  display: inline-block;
	  width: 22px;
	  height: 29px;
	  background-image: url("/Images/HomeSC/2025/12/support/icon/icon-small-doc.png");
	  background-repeat: no-repeat;
	  padding-right: 40px;
	}
	#service-quicklinks li a::after {
	  display: block;

	}

	#service-quicklinks a {
	  font-size: 20px;
	  color: #fff;
	}
	#service-quicklinks h4 {
	  font-size: 20px;
	  color: #fff;
	}
	#service-quicklinks small {
	  font-size: 15px;
	  color: #fff;
	  font-weight: 300;
	}

	#service-quicklinks a:hover {
	  color: #80db44;
	  text-decoration: none;
	  outline: 0;
	  border: 0;
	}
	.mt-5 {
	  margin-top: 60px;
	}
	#service-quicklinks p{
	  font-size: 18px;
	  color: #fff;
	}
	.information {
	  float: left;
	  width: 100%;
	  padding: 40px 0;
	  background: #fff;
	}
	.disclaimer i {
	  font-size: 10px;
	  line-height: 16px;
	  display: block;
	  color: #AAA;
	}
	.location-map h4 {
	  font-size: 24px;
	  margin-bottom: 10px;
	  float: left;
	  width: 100%;
	  font-weight: 600;
	  margin-top: 0;
	}
	#service-quicklinks h3 {
	  color: #fff;
	  font-size: 32px;
	  font-weight: 600;
	  margin-top: 0;
	  margin-bottom: 30px;
	}
	.location-map b {
	  font-size: 14px;
	  color: #464646;
	  font-family: "quasimoda",sans-serif;
	  margin-bottom: 8px;
	  float: left;
	  width: 100%;
	  text-wrap: balance;
	}
	.map-location p {
	  text-wrap: balance;
  }
	address {
	  font-size: 16px;
	  margin-bottom: 0;
	}
	.customer-service-desc strong {
	  font-size: 18px;
	  margin-bottom: 5px;
	  float: left;
	  width: 100%;
	}

	.map-location {
	  float: left;
	  width: 100%;
	  background: #f2faff;
	  padding-bottom: 50px;
	}
	.map-location .quick-solution h2 {
	  color: #333;
	}
	.map-location .location-map span {
	  color: #333;
	}
	.corporate {
	  text-align: center;
	}
	.youtube-player {
	  width: 100%;
	}
	.embed-responsive-item {
	  float: left;
	  width: 100%;
	  margin-bottom: 10px;
	}
	.map-top {
	  display: inline-block;
	  padding: 20px 15px;
	  border-radius: 25px;
	  background: #fff;
	  border: 2px solid #EDEDED;
	  text-align: center;
	  float: left;
	  width: 100%;
	  margin-bottom: 30px;
	  min-height: 195px;

	}
	.menu,
	.dropdown,
	.sub-dropdown {
	  list-style: none;
	  padding: 0;
	  margin: 0;
	}

	.menu a {
	  display: block;
	  text-decoration: none;
	}

	.dropdown,
	.sub-dropdown {
	  display: none;
	  background: #f5f5f5;
	}

	.sub-dropdown a {
	  padding-left: 30px;
	}

	/* optional arrow 
	.has-dropdown > a:after,
	.has-sub > a:after {
	content: ">";
	float: right;
	}*/

	.menu.mb-6 {
	  margin-bottom: 0px;
	  float: left;
	  width: 100%;
	}	
	.has-dropdown.mb-6.bg-gray {
	  background: #f8f8f8;
	}
	.has-dropdown.mb-6.bg-gray ul{
	  padding: 5px 0 0;
	}
	.menu.mb-6 .bg-gray {
	  background: #f8f8f8;
	}
	.give-us {
	  float: left;
	  width: 100%;
	  margin-top: 20px;
	}
	#review-qr {
	  width: 30%;
	  display: block;
	  margin: 10px auto 0;
	  filter: none !important;
	}
	.social_1 {
	  display: flex;
	  flex-direction: column;
	  align-items: space-between;
	  justify-content: space-between;
	  height: 100%;
	}
	.social_1 ul {
	  padding: 0;
	  margin-top: 0;
	  margin-bottom: 0;
	  text-align: center;
	}
	.social_1 ul li {
	  display: inline-block;
	}
	.support-block article:nth-of-type(3) a {
	  margin-top: 22px;
	}
	#support-contact svg {
	  color: #1f85c2;
	}
	.text-keywords {
	  font-weight: bold;
	  margin-right: 2px;
	  color: #1584c5;
	}
	.map-top-1 {
	  display: inline-block;
	  padding: 20px 15px;
	  border-radius: 25px;
	  background: #fff;
	  border: 2px solid #EDEDED;
	  text-align: center;
	  float: left;
	  width: 100%;
	  margin-bottom: 30px;
	  min-height: 420px;
	}
	.map-top-2 {
	  display: inline-block;
	  padding: 20px 14px;
	  border-radius: 25px;
	  background: #fff;
	  border: 2px solid #EDEDED;
	  text-align: center;
	  float: left;
	  width: 100%;
	  margin-bottom: 30px;
	  min-height: 208px;
	}
	.has-dropdown.bg-gray-1 {
	  background: #f8f8f8 !important;
	}
	.has-dropdown.bg-gray-1 ul{
	  padding: 8px 0 0;
	}


	/* --- page specific --- */
	.bg-green {
	  background-color: #6cb938;
	}
	.bg-lt-green {
	  background-color: #7ed643;
	}
	.bg-lt-gray {
	  background-color: #f1f1f1;
	}
	.bg-md-gray {
	  background-color: #727272;
	}
	.bg-dk-gray {
	  background-color: #595858;
	}
	.bg-white {
	  background-color: #fff;
	}
	.bg-black {
	  background-color: #000;
	}

	.link-black {
	  color: #1584c5;
	}


	/*  BUTTON */

	.bttn,
	.bttn:visited,
	a.bttn,
	a.bttn:visited {
	  display: block;
	  color: #fff;
	  font-size: 14px;
	  font-weight: 500;
	  text-decoration: none;
	  text-transform: none;
	  line-height: 0.9em;
	  height: auto;
	  outline: 0;
	  border: 0;
	  border-radius: 25px;
	  margin: 0 auto;
	  padding: 12px 15px;
	  cursor: pointer;
	  transition: all 0.5s;
	  clear: right;
	}
	a.bttn:hover {
	  color: #fff;
	  text-decoration: none;
	  outline: 0;
	  border: 0;
	}

	a.bttn-teal2,
	a.bttn-teal2:visited {
	  background-color: #58c3c4;
	}
	a.bttn-teal2:hover {
	  background-color: #47afb0;
	}

	a.bttn-green,
	a.bttn-green:visited {
	  background-color: #52c2af;
	}
	a.bttn-green:hover {
	  background-color: #47af9d;
	}

	a.bttn-blue,
	a.bttn-blue:visited {
	  background-color: #1584c5;
	}
	a.bttn-blue:hover {
	  background-color: #1275ae;
	}
	a.back-bttn,
	a.back-bttn:visited {
	  background-color: #52c2af;
	  color: #fff;
	  font-size: 12px;
	  font-weight: 500;
	  text-decoration: none;
	  text-transform: none;
	  line-height: 0.9em;
	  height: auto;
	  outline: 0;
	  border: 0;
	  border-radius: 25px;
	  padding: 5px 10px;

	}
	a.back-bttn:hover {
	  background-color: #1275ae;
	}
	.two-col-px div:first-child {
	  padding-right: 2px;
	}
	.two-col-px div:last-child {
	  padding-left: 2px;
	}
	.text-center {
	  text-align: center;
	}
	.img-fluid {
	  display: inline-block;
	  max-width: 100%;
	  height: auto;
	}

	/* Dropdown Function */
   .has-dropdown > a,
  .has-sub > a {
	position: relative;
	padding-right: 32px;
	cursor: pointer;
  }

  /* PLUS by default */
  .has-dropdown > a::after,
  .has-sub > a::after {
	content: "+";
	position: absolute;
	right: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
  }

  /* MINUS when open */
  .has-dropdown.open > a::after,
  .has-sub.open > a::after {
	content: "−";
  }
  .has-dropdown > a[href],
  .has-sub > a[href] {
	pointer-events: auto;
  }

  .has-dropdown > a:not([href])::after,
  .has-sub > a:not([href])::after {
	display: inline;
  }

  @media (min-width: 1625px) {
	  #internet-banner {
		height: 551px;
	  }

	.map-top {
	  min-height: 180px;
	}
	}

	@media screen and (max-width: 1200px) {
	  .container {
		width: 98%;
		max-width: 98%;
	  }


	}
	@media screen and (max-width: 1124px) {
	  .map-top-1 {
		min-height: 470px;
	  }
	  .map-top-2 {
		min-height: 234px;
	  }
	  .map-top {
		min-height: 195px;
	  }

	}
	@media screen and (max-width: 1080px) {
	  #customer-service article {
		min-height: 382px;
	  }
	}
	@media screen and (max-width: 991px) {
	  .map-top-1 {
		min-height: 420px;
	  }
	  .map-top-2 {
		min-height: 205px;
	  }
	  .map-top {
		min-height: 150px;
	  }
	}
	@media screen and (max-width: 980px) {
	  .quick-solution h2 {
		margin-bottom: 30px;
		font-size: 28px;
	  }
	  #service-quicklinks a {
		font-size: 18px;
	  }
	  #service-quicklinks h3 {
		font-size: 22px;
		margin-bottom: 15px;
		margin-top: 20px;
	  }
	}
	@media screen and (max-width: 767px) {
	  #customer-service {
		padding-top: 30px;
		padding-bottom: 50px;
	  }
	  .my-2 {
		margin-bottom: 30px;
		padding: 0 20px;
		float: left;
		width: 100%;
	  }
	  .information {
		padding: 30px 0;
	  }
	  .bg-grad-blue-to-dark {
		padding-top: 50px;
		padding-bottom: 30px;
	  }
	  .map-top {
		min-height: inherit;
	  }
	  .mt-5 {
		margin-top: 40px;
	  }
	  .repair-service {
		margin-bottom: 20px;
	  }
	  .map-location {
		padding-bottom: 30px;
	  }
	  .customer-service-desc {
		min-height: inherit;
		margin-top: 15px;
		margin-bottom: 20px;
	  }
	  .map-top-1, .map-top-2, .map-top {
		min-height: inherit;
	  }
	  #customer-service article {
		min-height: inherit;
	  }
	}
	@media screen and (max-width: 575px) {
	  .quick-solution h2 {
		margin-bottom: 15px;
		font-size: 24px;
	  }
	  .mt-5 {
		margin-top: 40px;
	  }
	  #service-quicklinks h3 {
		font-size: 20px;
	  }
	  .location-map span {
		font-size: 20px;
		margin-bottom: 5px;
	  }
	  address {
		font-size: 14px;
	  }
	  #banner-support h1 {
		font-size: 28px;
	  }
	}

	/* Mobile: 1 per row */
	@media (max-width: 767px) {
	  #customer-service .col-xs-12 {
		clear: both;
	  }
	}

	/* Tablet & small desktop: 2 per row */
	@media (min-width: 768px) and (max-width: 1199px) {
	  #customer-service .col-sm-6:nth-child(2n+1) {
		clear: both;
	  }
	}

	/* Large desktop: 3 per row */
	@media (min-width: 1200px) {
	  #customer-service .col-lg-4:nth-child(3n+1) {
		clear: both;
	  }
	}
  