.main.helpPage {
	background: none !important;
}

.accordion {
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	border-bottom: 1px solid #eee !important;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

	.accordion:first-child {
		border: none;
	}

.hp-faq {
	margin-bottom: 50px;
}


.active, .accordion:hover {
	background-color: #eee;
}

.panel {
	padding: 0 18px;
	display: none;
	background-color: white;
	overflow: hidden;
}

.accordion:after {
	content: '\f0d7'; /* Unicode character for "plus" sign (+) */
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	color: #777;
	float: right;
	margin-left: 5px;
	font-weight: 600;
}

#hp-query .accordion:after {
	content: '';
}

#hp-query .accordion {
	display: block;
}

#hph-query-block {
	display: none;
}

.active:after {
	transform: rotate(180deg) !important;
}

.hp-head {
	padding: 0px 0 0 0;
	background: url(../img/hero_bgr.webp) top center no-repeat;
	height: 270px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	flex-direction: column;
	overflow: hidden;
}

.hp-categories {
	margin-top: 50px;
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #eee;
	display: flex;
	flex-direction: column;
}

.hp-cat-head {
	text-align: center;
	margin: 10px 0px 20px;
	font-size: 32px;
	font-weight: 500;
}

.hp-category {
	display: flex;
	align-items: flex-start;
	margin: 40px 0px;
	cursor: pointer;
	padding: 20px;
	min-height: 100px;
	text-decoration: none;
	color: inherit;
	width: 100%;
}

.hp-category:hover {
	box-shadow: 0 0 10px 6px #eee !important;
	border-radius: 5px;
}

.hp-image {
	max-width: 60px;
	max-height: 60px;
}

.hp-desc {
	margin-top: 10px;
	color: #969696;
	max-width: 220px;
}

.hp-articles {
	display: flex;
	flex-wrap: wrap;
}

.hp-breadcrumbs {
	padding: 10px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	color: #00a892;
	font-weight: 500;
	cursor: pointer;
	font-size: 14px;
}

.hp-back i {
	font-size: 16px;
	vertical-align: middle;
	border: none;
}

#hph-query-block {
	padding-top: 30px;
}

#hph-query-block h1 {
	color: black;
}

.hp-breadcrumb {
	display: inline-block;
	color: #00a892;
}

.hp-br-divider {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.hp-breadcrumb:last-child {
	color: black;
	cursor: default;
}

.hp-breadcrumb-black {
	display: inline-block;
	color: black;
	cursor: default;
}

.hp-br-divider-black {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	color: black;
	cursor: default;
}

.hp-cat-articles {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.hp-article {
	color: #00a892;
}

.hp-cat-articles ul {
	list-style: disc;
}

.hp-cat-articles li {
	color: #929292;
}

.ad-btns {
	width: 140px;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.ad-btn {
	width: 60px;
	height: 60px;
	border: 1px solid silver;
	border-radius: 120px;
	padding: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
	display: inline-block;
	cursor: pointer;
	background-color: white;
	transition: all 0.2s ease;
}

.ad-btn:hover {
	background-color: #f0f0f0;
	border-color: #00a892;
}

.ad-btn:active {
	transform: scale(0.95);
	background-color: #e0e0e0;
}

.ad-btn:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.ad-btn-up {
	background-image: url('/Content/images/NewHome/img/help/thumbs-up.webp');
}

.ad-btn-down {
	background-image: url('/Content/images/NewHome/img/help/thumbs-up copy.webp');
}

.ad-green {
	font-weight: 500;
	cursor: pointer;
	color: #3eb28e;
}

.ad-head {

}

.ad-feedback {
	padding-top: 40px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.ad-hidden {
	display: none;
}

#ad-related ul {
	list-style: disc;
}

#ad-related li {
	color: #04b38c;
	margin-left: 20px;
}

#ad-related li a {
	color: #04b38c;
	display: flex;
}

.hp-cont {
	display: flex;
	justify-content: space-between;
}

.hp-contact {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 250px;
	text-align: center;
}

.hp-img {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hp-image {
	max-width: 40px;
	max-height: 40px;
}

.search-block {
	width: 100%;
	max-width: 600px;
	position:relative;
}

.search-block input {
	padding: 16px 45px;
	max-width: 600px;
	margin: auto;
	color: black;
	font-size: 16px;
	background: white;
	border-radius: 40px;
	min-width: 100%;
}

.search-block i {
	border: none;
    position: absolute;
    font-size: 20px;
    top: 12px;
    left: 13px;
    color: #00b08e;
}

#hph-body > p {
	margin-bottom: 10px;
}

#hph-body > p > a, #hph-body > a {
	color: #428bca;
}

div.preview p {
    margin-bottom: 10px;
}

div.preview p a, div.preview > a {
	color: #428bca;
}

@media (max-width: 768px) {
	.search-block {
		padding: 0 20px;
	}

	.search-block input {
		padding: 12px 35px 12px 45px;
	}

	.search-block i {
		top: 10px;
		left: 33px;
		font-size: 18px;
	}
}