.demo-hero {
	border-radius:0px!important;	
	padding: 0px!important;	
    min-height: 130px!important;
}	

.headersection{
	padding-top: 110px!important;	
}

.demo-hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}


.demo-hero p {
	max-width:100%!important;
}	

@media (max-width: 700px) {
	.headersection{
		padding-top: 80px!important;	
	} 	
}

.custom-breadcrumb{
   font-size:14px!important;	
}	

/*table*/

.wrap{margin:0 auto;}
 
.updated{font-size:13.5px;color:#6B6B6B;margin:0 0 20px;}

table{
	width:100%;
	border-collapse:collapse;
	border-radius: 20px;
	overflow:hidden;
}
thead th{
	background:#000000;
	color:#FFFFFF;
	font-size:18px;
	font-weight:500;
	padding:14px 16px;
	text-align:center;
	/* border-bottom:1px solid rgba(255,255,255,0.15); */
}
thead tr.group-row th{font-size:30px;padding:16px 16px 10px;}
thead th.left{text-align:left;}
thead th.sub{font-size:18px;font-weight:500;color:rgba(255,255,255,0.75);padding:8px 16px 14px;}

tbody td{
	padding:14px 16px;
	font-size:16px;
	color:#000000;
	border-bottom:1px solid #E6E6E6;
	background:#fff;
	text-align:center;
}
tbody td.country{text-align:left;font-weight:500;}
tbody td.currency{text-align:left;color:#6B6B6B;}
tbody tr:last-child td{border-bottom:none;}
tbody td.selling{font-weight:700;}

tr.notes-row td{
	text-align:left;
	color:#000;
	font-size:18px;
	line-height:1.8;
	padding:20px 16px;
	border-bottom:none;
}

.source{
	font-size:16px;
	color:#6B6B6B;
	margin-top:18px;
	line-height:1.6;
}
.source strong{color:#1A1A1A;}
.currency-inline{display:none;}

@media(max-width:760px){
thead{display:none;}
table{border-spacing:0 12px;border-collapse:separate;}
table, tbody, tr, td{display:block;width:100%;}
tbody tr:not(.notes-row){
  border:1px solid #E6E6E6;
  border-radius:10px;
  overflow:hidden;
  margin-bottom:12px;
}
tr.notes-row td{
  display:block;
  text-align:center;
  padding:16px 4px;
}
tbody td{
  border-bottom:none;
  padding:10px 18px;
  text-align:left;
}
td.country{
  background:#000000;
  color:#ffffff;
  font-weight:700;
  font-size:16px;
  padding:14px 18px;
}
td.country .currency-inline{
  display:block;
  font-size:16px;
  font-weight:400;
  color:rgba(255,255,255,0.7);
  margin-top:2px;
}
td.currency, td.rate-value{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  text-align:right;
}
td.currency::before,
td.rate-value::before{
  content:attr(data-label);
  color:#6B6B6B;
  font-weight:400;
  text-align:left;
}
td.selling{border-top:1px solid #E6E6E6;margin-top:2px;padding-top:12px;}

}