.introjs-helperNumberLayer {
	background: #fdcc52 !important;
}
.introjs-button-custom {
	text-transform: capitalize !important;
}
.introjs-nextbutton{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.introjs-prevbutton{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.introjs-donebutton {
	border-radius: 4px !important;
}
.introjs-skipbutton {
	border-radius: 4px !important;
}
.introjs-fullbutton {
	border-radius: 4px !important;
}
.introjs-tooltipbuttons{
	margin-top: 15px;
}