/* Custom CSS for Privacy Policy */
#privacyTabs {
	justify-content: center;
	display: flex;
	border-bottom: 1px solid #808080;
	gap: 20px;
}
#privacyTabs li {
	flex: 1;
	text-align: center;
	justify-content: center;
	width: 100%;
}
#privacyTabs li button {
	width: 100%;
	border: none;
	background: transparent;
	font-size: 20px;
	color: #808080;
	font-weight: 600;
	padding: 18px 0;
	position:relative;
}
#privacyTabs li button::after {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	background: transparent;
}
#privacyTabs li button.active::after {
	background: #000;
}
#privacyTabs li button.active {
	color: #000;
}
#privacyTabsContent h3 {
	font-size: 23px;
	margin: 12px 0;
	letter-spacing: 0.2px;
}
#privacyTabsContent p {
	line-height: 1.5;
	margin: 15px 0;
	font-size: 17px;
	letter-spacing: 0.2px;
}


#privacyTabsContent .table-responsive.custom-table .table {
	border: 1px solid #ddd;
	border-radius: 15px;
  overflow: hidden;
}
#privacyTabsContent .table-responsive.custom-table .table thead tr th {
	background-color: #1E2247;
	color: #fff;
	border: none;
	font-size: 14px;
	font-weight: 600;
	padding: 20px 10px;
	letter-spacing: 0.2px;

	vertical-align: middle;
}
#privacyTabsContent .table-responsive.custom-table .table tbody tr td {
	font-size: 16px;
	padding: 15px 15px;
	border: none;
}
#privacyTabsContent .table-responsive.custom-table .table tbody tr:nth-child(even) {
    background-color: #f8f9fa; /* light gray */
}
#privacyTabsContent .table-responsive.custom-table .table tbody tr:nth-child(odd) {
    background-color: #ffffff; /* white */
}

#privacyTabsContent ul li {
	background-image: url(https://www.firstsource.com/themes/custom/first_source/images/healthcare/blue_arrow.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 25px;
	line-height: 1.5;
	margin: 15px 0;
	font-size: 17px;
	letter-spacing: 0.2px;
}
.topbanner.privacy-policy .banner-cnt h1 {
	font-size: 70px;
	line-height: 1.5;
	position: unset;
}
.topbanner.privacy-policy .banner-cnt {
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 991px) {
	.topbanner.privacy-policy .banner-cnt h1 {
	font-size: 30px;
	line-height: 1.3;
}
}