
  .support-info-sub-content-indent {
	padding: 0px 20px 0;
  }
  .center-alignment {
	width: 50%;
	text-align: center;
  }
  .img-fulid.checkmark {
	width: 14px;
  }
  .img-fulid.wi-fi {
	width: 20px;
  }
  #support-search {
	width: 100%; 
	padding: 10px; 
	border: 1px solid #ccc; 
	border-radius: 4px;
  }

  .highlight {
	background-color: yellow;
	color: black;
	font-weight: bold;
	padding: 0 2px;
  }
  .email-setting p em {
	font-size: 14px;
  }
  .email-setting ul .custom-text {
	list-style: none;
	margin-left: 0;
  }

  .router-list h4 {
	font-size: 18px;
	color: #0079c2;
	margin-top: 20px;
  }
  .router-list ul {
	padding: 0;
  }
  .router-list li {
	list-style: none;
  }
  @media (max-width: 924px) {
	.center-alignment {
	  width: 60%;
	  text-align: center;
	}
  }
  @media (max-width: 824px) {
	.center-alignment {
	  width: 70%;
	}
  }
  @media (max-width: 767px) {
	.center-alignment {
	  width: 56%;
	}
  }
  @media (max-width: 575px) {
	.center-alignment {
	  width: 78%;
	}
  }
  @media (max-width: 480px) {
	.center-alignment {
	  width: 100%;
	}
  }
