.page-baner H1
{
	font-size: 55px;
	color: #FFF;
}

.page-baner .text
{
	font-size: 38px;
	color: #FFF;
	font-family: 'PT Sans Narrow', sans-serif;
	line-height: 135%;
	padding: 80px 5% 80px 10px;
	/*margin-left: -27%;*/
	/*text-align: right !important;*/
}

.page-baner
{
}

.page-baner .pict
{
	background: url(../img/help.jpg) center / cover no-repeat;
	border-right: 2px solid #3F8FC2;
}

.page-baner .in
{
	background: url(cms/img/bg-inv2.svg) right center / cover no-repeat !important;
	height: 100%;
}

.icons-tab
{
	margin-bottom: -111px;
}

.icons-tab .icon
{
	width: 158px;
	height: 150px;
	text-align: center;
	font-size: 70px;
	background: #1A90C2;
	color: #FFF;
}

.icons-tab .icon I
{
	margin-top: 21px;
}

.icons-tab .icon SPAN
{
	display: block;
	font-size: 28px;
	font-family: 'PT Sans Narrow', sans-serif;
	margin: -16px 0 0;
	padding: 0;
}

.container_help-center NAV
{
	/*margin-top: 111px;*/
}

.page-baner .left
{
	background: url(../img/help.jpg) center / cover;
}

.faq_list
{
	/*margin-right: 7%;*/
}

.faq-section
{
	margin-top: 80px;
}

.faq-section H2
{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 45px;
	color: #1C4B5D;
	margin-bottom: 20px;
	margin-top: 7px;
}

.faq-section H3
{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 30px;
	padding-left: 18px;
	font-weight: 600;
	/*color: #1D719E;*/
	/*margin-bottom: 20px;*/
}

.faq-section .card
{
	border: none;
	margin-bottom: 2px;
}

.faq-section .card-header
{
	background: transparent;
	padding: 20px 5px 20px 0;
	border-bottom: 2px dotted #CCC !important;
}

.faq-section .card-header .btn-link
{
	font-size: 22px;
	font-weight: 600;
	color: #1D719E;
	text-align: left;
}

.faq-section .card-header .btn-link I
{
	font-size: 30px;
	margin-right: 10px;
	vertical-align: -3px;
	color: #1A90C2;
}

.faq-section .card-body
{
	background: #F4F8FD;
}

.faq_cats
{
	background: #EBEDEF;
	height: 100%;
	padding: 20px;
}

.faq_cats .list-group-item
{
	background: transparent;
	border-top: 1px dotted #FFF;
	border-bottom: 2px dotted #FFF;
}

.faq_cats .list-group-item A
{
	display: block;
}

.form-holder
{
	padding: 0;
	margin-top: 26px;
	/*background: rgba(64, 128, 146, 0.758);*/
	/*color: #FFF;*/
}

.form-holder H3
{
	font-size: 25px;
	color: #1E85CB;
}

.form-holder INPUT
{
	margin: 0;
	margin-bottom: 7px;
}

.container_help-center-form
{
	margin-top: 100px;
	margin-bottom: 100px;
	font-size: 20px;
	/*text-align: center;*/
}

.container_help-center-form H2
{
	/*font-family: 'PT Sans Narrow', sans-serif;*/
	font-size: 48px;
	/*color: #1C4B5D;*/
	margin-bottom: 20px;
}

.supp-form
{
	padding: 30px;
	background: #F5F5F5;
	/*color: #FFF;*/
	border-radius: 6px;
}

.supp-form H3
{
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 35px;
	font-weight: 600;
	/*color: #FFF;*/
	display: none;
}

.faq-section .form-holder
{
	padding: 30px;
	background: #EBEDEF;
	/*color: #FFF;*/
	border-radius: 6px;
	/*margin-right: 50px;*/
	margin-top: 0;
}

.supp_icons_help-center
{
	text-align: center;
	padding: 70px 0 50px;
	background: #EBF4FA;
	margin: 50px 0;
}

.supp_icons .icon
{
	display: inline-block;
	width: 250px;
	height: 133px;
}

.supp_icons .icon IMG
{
	max-width: 100%;
	max-height: 100%;
}

.supp_icons H3
{
	/*color: #1991C2;*/
	/*font-size: 30px;*/
	margin-top: 20px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
}

.supp_icons A H3
{
	text-decoration: underline;
	display: block;
	font-weight: 400;
}

.slogan_help-center UL
{
	margin: 0;
	padding: 0;
	width: auto;
	list-style: none;
	/*text-align: center;*/
}

.slogan_help-center UL LI H3
{
	font-size: 30px;
}

.slogan_help-center UL LI H3:before
{
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	/*color: #A3A3A5;*/
	margin-right: 12px;
	vertical-align: 4px;
	font-weight: bold;
	content: "\f111";
}

.gray_line.gray_line_how.gray_line_how_how_to
{
	margin-bottom: -50px;
	margin-top: 50px;
}

.gray_line_how_how_to H2
{
	margin: 30px 0;
	/*font-size: 45px;*/
}

@media (max-width: 575px)
{
	.page-baner H1
	{
		font-size: 30px;
	}
	
	.page-baner .text
	{
		font-size: 20px;
		padding: 0 10% 30px;
	}
	
	.page-baner .pict
	{
		height: 121px;
		border: none;
	}
	
	.page-baner .pict .in
	{
		background-position: right bottom !important;
	}
	
	.slogan_help-center UL LI H3
	{
		font-size: 16px;
	}
	
	.supp_icons .icon
	{
		width: 122px;
		height: 91px;
	}
	
	.supp_icons H3
	{
		font-size: 20px;
	}
}

@media (min-width: 576px) and (max-width: 767px)
{
	.supp_icons H3
	{
		font-size: 25px;
	}
	
	.page-baner H1
	{
		font-size: 30px;
	}
	
	.page-baner .text
	{
		font-size: 20px;
		padding: 0 10% 30px;
	}
	
	.page-baner .pict
	{
		height: 121px;
		border: none;
	}
	
	.page-baner .pict .in
	{
		background-position: right bottom !important;
	}
	
	.slogan_help-center UL LI H3
	{
		font-size: 18px;
	}
	
	.supp_icons .icon
	{
		width: 122px;
		height: 91px;
	}
	
	.supp_icons H3
	{
		font-size: 20px;
	}
}

@media (min-width: 768px) and (max-width: 991px)
{
	.page-baner H1
	{
		font-size: 30px;
	}
	
	.page-baner .text
	{
		font-size: 20px;
		padding: 30px 0% 30px 10px;
	}
	
	.slogan_help-center UL LI H3
	{
		font-size: 20px;
	}
	
	.supp_icons .icon
	{
		width: 150px;
		height: 95px;
	}
	
	.supp_icons H3
	{
		font-size: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1199px)
{
	.page-baner H1
	{
		font-size: 30px;
	}
	
	.page-baner .text
	{
		font-size: 20px;
		padding: 50px 0% 50px 10px;
	}
	
	.slogan_help-center UL LI H3
	{
		font-size: 25px;
	}
	
	.supp_icons .icon
	{
		width: 200px;
		height: 101px;
	}
	
	.supp_icons H3
	{
		font-size: 25px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px)
{
	.page-baner H1
	{
		font-size: 35px;
	}
	
	.page-baner .text
	{
		font-size: 28px;
		padding: 50px 5% 50px 10px;
	}
}

@media (min-width: 1400px) and (max-width: 1599px)
{
	.page-baner H1
	{
		font-size: 45px;
	}
	
	.page-baner .text
	{
		font-size: 32px;
		color: #FFF;
		padding: 50px 5% 50px 10px;
	}
}

@media (min-width: 1600px)
{
}
