.page-content {
	font-family: 'Roboto Condensed', sans-serif !important;
}

.page-content p {
	font-size: 17px;
	line-height: 24px;
	color: #1d1d1d;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
}


.page-content h2 {
	font-size: 23px;
	line-height: 30px;
	font-family: 'Roboto Condensed',
		sans-serif;
	font-weight: 700;
}

.page-content h3 {
	font-size: 20px;
	line-height: 27px;
	font-family: 'Roboto Condensed',
		sans-serif;
	font-weight: 700;
	color: #1d1d1d
}

.page-content h1 {
	font-size: 28px;
	line-height: 35px;
	font-family: 'Roboto Condensed',
		sans-serif;
	font-weight: 700;
	color: #1d1d1d;
}

.page-content span {
	font-family: 'Roboto Condensed', sans-serif !important;
}


.page-content ul li {
	list-style: none;
	font-size: 17px;
	line-height: 24px;
	color: #1d1d1d;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	padding-bottom: 8px;
	padding-left: 10px;
}

.page-content ul li::marker {
	content: "\2013";
}

table.border td {
	font-size: 17px !important;
}

table.border tbody tr {
	vertical-align: top;
}



/* sidebar-menu */


.sidebar-toggle-btn {
	display: none;
	position: relative;
	top: 0;
	z-index: 9999;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	flex-direction: column;
	justify-content: end;
	align-items: end;
	gap: 5px;
	box-sizing: border-box;
}

.sidebar-toggle-btn .bar {
	display: block;
	width: 25px;
	height: 3px;
	background-color: #fff;
	transition: 0.3s;
	border-radius: 2px;
}

@media (min-width: 768px) {
	#page-wrapper {
		position: relative;
		margin: 0 !important;
		padding: 0;
	}
}

@media screen and (max-width: 899px) {
	.sidebar-toggle-btn {
		display: flex;
	}

	.header-menu-right {
		display: none;
	}

	.logo-pb {
		display: flex;
		align-items: center;
	}


	#sidebar {
		display: none;
	}

	#sidebar.open {
		display: block;
	}

	.sidebar-toggle-btn.open .bar:nth-child(1) {
		transform: rotate(45deg) translate(7px, 6px)
	}

	.sidebar-toggle-btn.open .bar:nth-child(2) {
		opacity: 0;
	}

	.sidebar-toggle-btn.open .bar:nth-child(3) {
		transform: rotate(-45deg) translate(5px, -5px);
	}

	.heatTitle {
		float: none !important;
	}


	.wizard,
	.tabcontrol {
		display: flex;
		width: 100%;
		overflow: hidden;
		flex-direction: column;
		gap: 15px;
	}

	.wizard.vertical>.steps {
		display: block;
		float: none;
		width: 100%;
	}

	.wizard.vertical>.content {
		display: block;
		float: none;
		margin: 0 0% 0.5em 0%;
		width: 100%;
		order: -1;
	}


	.col-lg-12:nth-child(4) {
		width: 100%;
	}
}


@media screen and (max-width: 569px) {
	.heatTitle a span {
		margin: 0 0px 0 5px !important;
		font-size: 14px !important;
	}



	.sidebar-toggle-btn .bar {
		width: 20px;
		height: 2px;
	}

	.sidebar-toggle-btn.open .bar:nth-child(1) {
		transform: rotate(45deg) translate(5px, 5px);
	}
}