.bsb-tpl-header-sticky.sticky-top.stuck .navbar {
	background: #FFF;
	box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.2);
}
.accordion {
	--bs-accordion-bg: transparent;
}
.accordion-button:not(.collapsed) {
	background: transparent;
    color: #000;
    font-size: 15px;
}
.accordion-flush .accordion-item {
	background: #e1ebfa;
    border-radius: 10px;
    border: none;
    margin-bottom: 10px;
}
.accordion-button:not(.collapsed):after {
	background-image: var(--bs-accordion-btn-icon);
}
.accordion-item:first-of-type .accordion-button:focus {
	outline: none;
	border: none;
	box-shadow: none;
}
.accordion-item .accordion-header {
	box-shadow: none;
}
.custom-font-h4 {
	font-size: 20px;
    font-weight: 300;
}
.custom-grey-bg .container {
	margin-bottom: 0 !important;
}
.mark, mark {
	background: none;
}
.page-logo {
	height: 46px;
}
@media (min-width: 992px) {
	.page-logo {
		height: 75px;
	}
}
