.roadshorwSection .xb-brand-title {
	justify-content: center;
	text-align: center;
}

.roadshorwSection h2.dnscng {
	font-size: 36px;
	color: #fff;
	margin-bottom: 10px;
}

.roadshorwSection .roadshow_content {
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	width: 68%;
	margin: 0 auto;
	margin-bottom: 0px;
	margin-bottom: 20px;
	text-transform: unset;
}

.tab-content {
	padding-top: 20px;
	border-top: none;
	border-radius: 0 0 5px 5px;
}

.nav-tabs .nav-link.active {
	background-color: #ff5421;
	color: white;
}

.regbtn a {
	background-image: linear-gradient(to right, var(--theme-color2) 0%, var(--gr-color2) 100%);
	font-size: 14px;
	line-height: 1;
	padding: 3px 9px;
	border-radius: 5px;
}

.roadshorwSection .xb-brand-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

.roadshorwSection .xb-brand-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 20%;
	box-sizing: border-box;
	text-align: center;
	background-color: transparent;
	position: relative;
	z-index: 2;
}

.roadshorwSection .xb-brand-single:not(:last-child) {
	border-bottom: 1px solid #2F3037;
}

.roadshorwSection .xb-brand-single {
	width: 100%;
	padding: 5px 0 15px;
	position: relative;
	z-index: 2;
}

.xb-overlay {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

p.location {
	font-size: 18px;
	color: #c9c8c8;
	margin: 0px;
}

span.date {
	font-size: 15px;
	color: #c9c8c8;
	font-style: italic;
	display: block;
}

.regbtn a {
	font-size: 14px;
	line-height: 22px;
	color: #c9c8c8;
}

.highlight {
	grid-column: span 2;
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 20px;
}

.chaimpaindiv {
	position: relative;
 text-align: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  padding: 20px 10px 20px;
  background: #000;
}




@media only screen and (max-width: 767px) {
	.roadshorwSection .xb-brand-item {
		width: 49%;
	}

	.roadshorwSection h2.dnscng {
		font-size: 20px;
	}

	.roadshorwSection .roadshow_content {
		width: 90%;
	}
}

/*------Tab css----------*/

.nav-tabs .nav-link {
	margin-bottom: 10px;
	padding: 20px 20px 22px;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
	margin-right: 10px;
	border: none;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	background: #171F32;
	transition: all 0.3s ease;
}