
.table-title{
  margin: 35px 0px 5px;     
}
/* table css  */
.cf-table .hs_cos_wrapper_type_rich_text {
	overflow-x: auto;
	display:block;
	padding: 0rem 2rem !important;
  margin: 0rem -2rem !important;
  	max-width: calc(100vw + 1rem);
  
/* 	margin: -2rem !important; */
  
	max-width: calc(100vw + 1rem);

}
.cf-table table { 
	margin: .8rem  0  2.5rem;
	border: none!important;
	box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.12);
	height: auto!important;
	border-radius: 16px!important;
	/ 	min-width: 600px; /
}
.cf-table table tr{
	display: table-row;
	height: auto!important;
}
.cf-table table tbody tr:first-child td{
	background:#F90081;
	color: #fff;
	padding: 13px 4px !important;
	text-decoration: none;
}
.cf-table table tbody tr:first-child td:first-child{
	border-radius: 16px 0 0 0;
}
.cf-table table tbody tr:not(:first-child) td:not(:first-child),
.cf-table table tbody tr:not(:first-child) td:not(:first-child) p {
	font-size: 17px;
	font-weight:400;
	line-height: 1;
}
.cf-table table tbody tr:first-child td:last-child {
	border-radius:  0 16px 0 0;
}
.cf-table table td,
.cf-table table p{
	height: auto!important;
	font-size: 20px;
	font-style: normal;
	text-align: center!important;
	font-weight: 600;
	text-decoration: none;

}
.cf-table table a.cta_button {
	text-decoration: none;
	padding-left: 20px;
	font-size: 15px!important;
	padding-right: 20px;
	color:#fff!important;
}
.cf-table table td{
	padding: min(3vw, 15px) !important;
	border: 1px solid #D3C6CD;
	color:  #222;
}
.cf-table table td:first-child {border-left: none; }
.cf-table table td:last-child {border-right: none; }
.cf-table table tr:first-child td {border-top: none; }
.cf-table table tr:last-child td {border-bottom: none;}
.cf-table table p{
	margin: auto!important;
}
.cf-table table tr:not(:first-child) td:nth-child(2)   {
	background: #FFECF6;
}
.cf-table table td:first-child   {
	position:relative;
}
.cf-table table td:first-child p~div * {
	display: block;
}

.cf-table table td:first-child p~div {
	border-radius: 16px;
	position:absolute;
	bottom: 90%;display: flex;
	align-items:center;
	border:1px solid #DFDFDF;
	width: 115%;
	max-width: 335px;
	min-height: 100%;
	line-height: 1;
	left: 48%;
	padding: 10px 12px;
	transform:translateX(-50%);
	opacity: 0;
	font-weight:400;
	font-size: 17px;
	pointer-events:none;
	background: #fff;
	transition: all 0.3s ease-in-out;
}
.cf-table table td:first-child p~div::before ,
.cf-table table td:first-child p~div::after{
	position: absolute;
	content: '';
	bottom: -20px;
	left: 50%;
	transform:translateX(-50%); 
	border-style: solid;
}
.cf-table table td:first-child p~div::after {
	border-width: 10px;
	border-color: #FFFFFF transparent transparent transparent;   
}
.cf-table table td:first-child p~div::before {
	border-width: 9px;
	border-color: #CCCCCC transparent transparent transparent;  
}
.cf-table table td:first-child p:not(:last-child):hover {
	text-decoration: underline;
/ 	cursor: pointer; /
}
.cf-table table td:first-child p:hover~div {
	opacity: 1;

}
@media (max-width: 980px) {
	.cf-table table a.cta_button {
		padding-left: 16px;
		padding-right: 16px;
	}

	.cf-table table tbody tr td,
	.cf-table table tbody tr td p,
	.cf-table table a.cta_button {
		font-size: 15px !important;
	}
}
@media (max-width: 767px) {	
	.cf-table table { 
		min-width: 600px;
	}
	.cf-table table tbody tr td,
	.cf-table table tbody tr td p,
	.cf-table table td:first-child p~div {
		font-size: 13px !important;
	}
	.cf-table table a.cta_button {
		font-size: 12px !important;
		white-space: nowrap;
	}
}



