.navbar-box {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	padding: 10px;
}

.inner-page {
	margin-top: 45px;
	position: relative;
}

.videoletchr {
	position: inherit;
	overflow: unset;
}

.videoletchr iframe {
	z-index: 999;
}

.video-box h3 {
	z-index: 999;
	font-size: 18px;
	padding: 10px;
}

@media screen and (max-width: 600px) {
	.inner-page {
		margin-top: 25px;
		position: relative;
	}
}

.sidebar_top {
	background-color: #A70606;
	position: relative;
	padding: 30px 15px;
}
.sidebar_top_inner {
	width: 170px;
	margin: 0 auto;
	position: relative;
}
.upld_pc {
	width: 32px;
	position: absolute;
	right: 25px;
	bottom: 52px;
}
.sidebar_top h2 {
	color: #fff;
	text-align: center;
	font-size: 22px;
	margin-bottom: 0;
	margin-top: 15px;
}
.sidebar_top h2::after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background-color: #fff;
	margin: 5px auto;
}
.upld_pc input {
	opacity: 0;
	position: absolute;
	width: 32px;
	height: 30px;
	cursor: pointer;
}
.center-block {
	margin: 0 auto;
	display: table;
	border: solid 1px #999;
	border-radius: 100%;
}
.sidebar, .middle-container {
	background-color: #fff;
	padding: 0px;
	/* border: solid 1px #efefef; */
	box-shadow: 0px 1px 3px 0px #999;
}
.transaction_tbl {
	background-color: #fff;
	padding: 20px;
}
.sidebar ul {
	padding-left: 0;
}
.sidebar li {
	list-style: none;
}
.sidebar li a {
	color: #333;
	font-size: 14px;
	display: block;
	border-bottom: solid 1px #efefef;
	padding: 12px 12px 12px 45px;
	font-weight: 500;
	text-decoration: none;
	border-left: solid 2px #fff;
	position: relative;
}
.sidebar li a img {
	position: absolute;
	left: 10px;
}
.sidebar li a:hover {
	color: #357bee;
	transition: all 0.5s;
	border-left: solid 2px;
}

.sidebar li.active a {
	color: #357bee;
	position: relative;
	border-left: solid 2px;
}

.download-img {
	cursor: pointer;
	background: #FFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 8px;
}

#home-banner button {
	width: 9px;
	height: 9px;
	display: inline-block;
	border-radius: 100%;
	margin: 0 2px;
	background: rgba(196, 196, 196, 0.5) !important;
}

#home-banner button.active {
	background: #C4C4C4 !important;
}

#home-banner .owl-dots {
	text-align: center;
}

#home-banner .item {
	padding: 0px;
}

#home-banner img {
	width: 100%;
}

.list-group-item.active {
	background-color: #004181;
	border-color: #004181;
}

.course-tab {
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 30px;
}

.course-tab .nav-link {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;
	color: #000;
}
.course-tab .nav-link.active {
	background-color: #000;
	color: #fff;
	border-radius: 15px;
}

.fix-card-height {
	height: 400px;
	overflow-y: scroll;
	padding: 0.5rem 0.5rem;
}

.fix-card-height .list-group-item {
	padding: .5rem .5rem;
}

.price-box {
	font-size: 14px;
}

.bg-psir {
	background-color: #F2F6FE;


}


.join-button {
	background-color: #004181; /* Dark blue button */
	border-color: var(--bs-blue);
	color: white;
	padding: 12px 30px;
	font-size: 1.1rem;
	font-weight: bold;
	border-radius: 8px; /* Rounded corners for the button */
	transition: background-color 0.3s ease;
}
.join-button:hover {
	background-color: #A70606; /* Darker shade on hover */
	border-color: #A70606;
	color: white;
}
.section-title {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 40px;
	color: #333;
	text-align: center;
}

.hero-section {
	padding: 60px 0;
}

.person-image {
	max-width: 100%;
	max-height: 100%;
	height: auto;

}

.diagram-image-container {
	padding:0;
}
.diagram-image-container img {
	max-width: 90%;
	height: auto;
	
}