body {
	font-family: 'Montserrat', sans-serif;
}

html, a {
	scroll-behavior: smooth !important;
}


.faq-text {
	width: 58%;
	margin: 0 auto;
	margin-top: 66px;
	padding-bottom: 26px;
}

.titleh1 {
	font-size: 20px;
	text-align: center;
	color: #104F79;
}

#needhelp {
	font-size: 80px;
	padding: 15px 10px 15px 6px;
	position: fixed;
	right: 0;
	top: 284px;
	z-index: 999999;
	transition: 0.5s;
	border-radius: 4px;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.7);
	display: none;
}
#needhelp img {max-width:50px;}

.ac-1 {
	font-weight: 500;
}

.ac-container {
	width: 100%;
	margin: 34px auto 20px 47px;
	text-align: left;
}

.ac-container label {
	padding: 5px 27px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #0091ff;
	line-height: 33px;
	font-size: 20px;
	background: #ffffff;
	/* padding-left: 2.8%!important; */
}

.ac-container label:hover {
	background: #fff;
}

.ac-container input:checked + label, .ac-container input:checked + label:hover {
	background: #0091ff;
	MARGIN-LEFT: -46PX;
	PADDING-LEFT: 2PC;
	color: #ffffff;
	box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.ac-container label:after, .ac-container input:checked + label:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	margin-left: 5px;
	left: -34px;
	top: 7px;
	background: transparent url(arrow_down_acordeon.png) no-repeat center center;
}

.ac-container input:checked + label:after {
	background-image: url(arrow_up_acordeon.png);
	margin-left: 38PX;
	display: block;
}

.ac-container input {
	display: none;
}

.ac-container article {
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	margin-left: -45px;
}

.ac-container article p {
	color: #777;
	line-height: 21px;
	font-size: 14px;
	padding: 5px 13px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	FONT-WEIGHT: 500;
}

.ac-container article ol {
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding-left: 40px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	margin-top: -10px;
}

.ac-container article ul {
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding-left: 40px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	margin-top: -10px;
	list-style-type: circle;
}

.ac-container input:checked ~ article {
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3);
}

.ac-container input:checked ~ article.ac-xs {
	height: 62px;
}

.ac-container input:checked ~ article.ac-small {
	/*height: 92px;*/
	height: 120px;
}

.ac-container input:checked ~ article.ac-medium {
	height: 87px;
}

.ac-container input:checked ~ article.ac-large {
	height: 629px;
}

.ac-container input:checked ~ article.ac-xl {
	height: 1055px;
}

.ac-container input:checked ~ article.ac-xxl {
	height: 328px;
}

#needhelp{
	top: auto;
	right: 0%;
	bottom: 0;
}
/*

#needhelp img{
	display: block;
    width: 100px;
    height: 100px;
}*/

@media only screen and (max-width:600px) {
    
    .ac-container input:checked + label, .ac-container input:checked + label:hover {
    background: #0091ff;
    MARGIN-LEFT: -46PX;
    PADDING-LEFT: 2PC;
    PADDING-BOTTOM: 28PX;
    color: #ffffff;
    box-shadow: 0px 0px 0px 1px rgb(155 155 155 / 30%), 0px 2px 2px rgb(0 0 0 / 10%);
}
    
	.ac-container label {
		padding: 5px 10px;
		position: relative;
		z-index: 20;
		display: block;
		height: 37px;
		cursor: pointer;
		color: #104F79;
		line-height: 18px;
		font-size: 14px;
		background: #ffffff;
		padding-left: 12.4%;
		padding-top: 11px;
	}

	.ac-container article ol {
		color: #777;
		line-height: 23px;
		font-size: 14px;
		padding-left: 40px;
		text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
		margin-top: -10px;
		padding-right: 13px;
	}

	.ac-container article ul {
		color: #777;
		line-height: 23px;
		font-size: 14px;
		padding-left: 40px;
		text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
		margin-top: -10px;
		list-style-type: circle;
		padding-right: 13px;
	}
#needhelp{
	top: 87%;
    right: -14%;

}

#needhelp img{
	display: block;
    width: 65px;
    height: 65px;
}



	.ac-container input:checked ~ article.ac-xs {
		height: 128px;
	}

	.ac-container input:checked ~ article.ac-small {
		height: 232px;
	}

	.ac-container input:checked ~ article.ac-medium {
		height: 570px;
		PADDING-BOTTOM: 197PX;
	}

	.ac-container input:checked ~ article.ac-large {
		height: 785px;
	}

	.ac-container input:checked ~ article.ac-xl {
		height: 735px;
	}

	.ac-container input:checked ~ article.ac-xxl {
		height: 1185px;
	}

}


@media (max-width:760px) {
    
    .faq-text {
    width: 80%;
    margin: 0 auto;
}

}

