.tm-max-width {
	width: 80%; 
	max-width: 1144px; 
	margin: auto; 
	margin-top: 150px;
}
.list-header {
	font-size: 28px;
	font-weight: 700;
	line-height: 30px;
	color: black;
}
.sub-header{
	font-size: 25px;
	font-weight: 500;
	line-height: 30px;
}
div > ol > ol {
list-style-type: lower-roman;
}

/* div > ol > ol > li > ol {
	list-style-type: lower-alpha;
} */
div > ol > ol > li > ol {
	counter-reset: list;
}
div > ol > ol > li > ol > li {
	list-style: none;
	position: relative;
}
div > ol > ol > li > ol > li:before {
	counter-increment: list;
	content: "("counter(list, lower-alpha) ") ";
	position: absolute;
	left: -1.4em;
}
li {
	color: #646464;
	margin-top: 1rem;
}
ol {
	padding-inline-start: 1.5rem ;
}
.bold {
	font-weight: 700;
	color: black;
}
.center-align {
	text-align: center;
}
.right-align {
	text-align: right;
}
.underline { 
text-decoration: underline;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  font-size: 0.75rem;
}
table { 
  width: 100%; 
  border-collapse: collapse; 
	margin-top: 2rem;
}
/* Zebra striping */
tr:nth-of-type(even) { 
  background: #eee; 
}
th { 
  background: #1da1f2; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}
a:link {
  text-decoration: none;
  color: #1da1f2;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}
.nav-top .tab-links ul li {
    margin-top: 0;
}

.nav-top .tab-content .tab-pane li {
    margin-top: 0;
}
#navbar-pricing-btn{
	color: rgba(0, 0, 0, var(--tw-text-opacity));;
}
.nav-top ol,ul {
    list-style: none;
	margin: 0;
    padding: 0
}
#top-banner-mainpage p {
    margin: 0;
	line-height: 1.5;
}
div#navbar-product-btn >span:hover,
div#navbar-resources-btn >span:hover,
div#navbar-company-btn >span:hover
{
	font-weight: 600;
}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "Company"; }
	td:nth-of-type(2):before { content: "Name"; }
	td:nth-of-type(3):before { content: "Designation"; }
	td:nth-of-type(4):before { content: "Email Id"; }
	td:nth-of-type(5):before { content: "Phone Number"; }
	td:nth-of-type(6):before { content: "Address"; }
	td:nth-of-type(7):before { content: "Website"; }
}