/*body {
	background-image: url('../images/bg-white.jpg');
}*/
body {
    background-image: url('../images/bg-white.jpg');
}
.headerbox {
	background-image: url('../images/bgCookies.jpg');
}
form {
	font-family: 'Prompt', sans-serif;
	width: 100%;
	margin-top: 30px;
}
form ul {
	padding-left: 0;
}
form li {
	list-style: none;
}
/* form select {
	font-size: 16px;
	padding: 0 28px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid rgb(233, 233, 233);
	text-align: left;
	border-radius: 35px;
	color: #000000;
	letter-spacing: normal;
	height: 50px;
	line-height: 50px;
	font-family: 'Prompt', sans-serif;
	background: #fff;
	margin-bottom: 20px;
}
form select {
	background: url('../images/grey-chevron.png') no-repeat;
	-webkit-appearance: none;
	appearance: none;
	background-size: 10px;
	background-position: 97% 50%;
	font-family: 'Prompt', sans-serif !important;
	font-weight: 300 !important
}
form option {
	font-family: 'Prompt', sans-serif !important;
	font-weight: 300 !important
}
form option:hover, form option:focus, form option:active, form option:checked {
	background-color: rgba(26, 78, 157, .95) !important;
	color: #FFF
}
form option:disabled {
	background-color: #00864c;
	color: #FFF
}
form textarea {
	height: 180px !important;
	line-height: 1.5 !important;
	padding: 10px !important;
	border-radius: 0 !important;
	resize: none !important;
}
form input:focus, form textarea:focus, form select:focus {
	outline: 0;
	border: 1px solid rgb(211, 211, 211);
} */
form label {
	font-size: 18px;
	font-weight: 300;
	display: block;
	margin-bottom: 10px;
}
/* Buttons */
form .next-btn, form .submit-btn {
	background: #00864c;
	padding: 13px 20px;
	margin: 0 auto !important;
	color: #fff;
	font-family: 'Prompt', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	display: inline-block;
	text-align: center;
	font-weight: 400;
	border-radius: 0;
	border: 0;
	transition-property: background-color;
	transition-duration: 0.5s;
	width: 100%;
	max-width: 250px;
	display: inherit;
	cursor: pointer;
}
::-webkit-file-upload-button {
 background: none transparent;
 border: none;
}
input[type="file"] {
	position: absolute;
	left: 0;
	opacity: 0;
	top: 0;
	bottom: 0;
	width: 100%;
}
.id_box {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	display: block;
	text-align: center;
	/*     align-items: center;
    justify-content: center; */
	background: #eaeaea;
	border: 1px dotted #bebebe;
	border-radius: 10px;
	cursor: pointer;
	color: #333;
}
.id_box i {
	display: block;
	font-size: 40px;
	margin: 30px 0 10px 0;
	cursor: pointer;
	color: #333;
}
.filebox {
	display: block;
	position: relative;
	height: 130px;
	width: 100%;
}
#filename {
	font-size: 14px;
	text-align: left;
	display: none;
	width: 100%;
}
#filename:before {
	content: "\f03e";
	font-size: 18px;
	font-family: 'Line Awesome Free';
	margin-right: 5px;
	vertical-align: middle;
}
.id_box .dragover {
	background-color: #aaa;
}
.divblock {
	display: block;
	font-size: 60px;
	font-weight: 600;
	color: #00864c;
	width: 100%;
	margin: 30px auto;
	text-align: center
}
form .next-btn:hover, form .submit-btn:hover {
	background-color: #00864c;
	color: #fff;
}
/* Progress Bar */
.progress-wrap {
	margin: 50px auto;
	display: table;
}
.line-progress-bar {
	display: flex;
	margin: auto;
	width: 100%;
}
.line {
	height: 1px;
	width: 250px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(217, 217, 217);
	position: absolute;
	margin-top: 8px;
}
.mt50 {
	padding-top: 50px
}
.progress-wrap div ul {
	display: flex;
	width: 250px;
	list-style: none;
	padding: 0px;
	margin: initial;
	justify-content: space-between;
	z-index: 1;
}
.progressbar-dots {
	display: inline-flex;
	border: #949494 solid 4px;
	background: #333333;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #d4d4d4;
	font-size: 20px;
	margin-left: 0px;
	color: #d4d4d4;
	border: 0px solid rgb(217, 217, 217);
	background: rgb(217, 217, 217);
}
.progressbar-dots span {
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	margin-top: 60px;
	/* width: 75px; */
	float: left;
	margin-left: -30px;
	display: none;
}
.progressbar-dots.active {
	color: #fff;
	border: 0px solid rgb(38, 163, 134);
	background: #00864c;
}
/*  Tab */
.tab-pane {
	display: none;
}
span.error {
	font-size: 14px;
	font-family: 'Prompt', sans-serif;
	color: #D6041D;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}
.site-section {
	min-height: 100vh !important;
}
.m0 {
	margin: 0 !important
}
.mt30 {
	margin: 30px 0 0 0 !important
}
button {
	position: relative
}
button i {
	position: absolute;
	right: 15px;
	top: 15px;
}
button img {
	width: 20px;
	height: 20px
}
button.iconleft i {
	position: absolute;
	right: auto !important;
	left: 15px !important;
	top: 15px;
}
input {
	/*  text-transform: uppercase; */
	font-weight: 300;
}
.nav-item {
	width: 50%
}
.nav-tabs .nav-link {
	background-color: #eaeaea
}
.tab-content {
	padding: 30px 0 0 0;
}
input[type=file] {
	display: block
}
#idrequest {
	display: none
}
.btn-link span, .card-body span {
	font-size: 30px;
	margin-right: 5px;
	vertical-align: middle;
	font-weight: 600;
	color: #dadada
}
.card-body {
	padding: 20px 0 50px 10px;
}

@media (max-width: 480px) {
.nav-item span {
	display: none
}
}
.card-header button:before {
	content: ''
}
.btn {
	padding: 0
}
.rating {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	margin: 10px 0 0 0;
}
.rating>button+button {
	margin-left: 15px !important;
}
.btnlike, .btnunlike {
	background-color: #dadada;
	border: none;
	color: #FFF;
	padding: 10px 20px;
	border-radius: 50px;
	font-family: 'Prompt', sans-serif;
	cursor: pointer
}
.btnlike:hover, .btnunlike:hover {
	background-color: #00864c;
}
.btnunlike {
	margin-left: 5px;
}
.btnlike i, .btnunlike i {
	font-size: 30px;
	position: relative;
	transform: none;
	vertical-align: middle;
	left: 0;
	top: 0;
	margin-right: 10px
}
.btnlike.active, .btnunlike.active {
	background-color: #00864c;
}
.active.custom-file-control:focus:before, .active.custom-file-control:hover:before, .active.focus.custom-file-control:before, .btn.active.focus, .btn.active:focus, .btn.active:hover, .btn:active.focus, .btn:active:focus, .btn:active:hover, .custom-file-control:active.focus:before, .custom-file-control:active:focus:before, .custom-file-control:active:hover:before, .open>.btn.dropdown-toggle.focus, .open>.btn.dropdown-toggle:focus, .open>.btn.dropdown-toggle:hover, .open>.dropdown-toggle.custom-file-control:focus:before, .open>.dropdown-toggle.custom-file-control:hover:before, .open>.dropdown-toggle.focus.custom-file-control:before {
	background-color: #dadada
}
.btn, .custom-file-control:before {
	margin-bottom: 0
}
.input-form-group .form-control.search-input {
	padding-left: 50px !important;
	background-image: url('../images/nav04.svg') !important;
	background-repeat: no-repeat !important;
	background-size: 20px 20px !important;
	background-position: 15px 15px !important;
	/* background: url('../images/nav04.svg') #FFF no-repeat 5% 50%; */
	/* font-size: 16px;
	padding: 0 28px 0 50px;
	width: 100%;
	border: 1px solid rgb(233, 233, 233);
	text-align: left;
	border-radius: 35px;
	color: #000000;
	letter-spacing: normal;
	height: 50px;
	line-height: 50px;
	font-weight: 300 !important;
	font-family: 'Prompt', sans-serif;
	background: url('../images/nav04.svg') #FFF no-repeat 5% 50%;
	background-size: 15px;
	margin-bottom: 20px; */
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
}
.inputcustom {
	font-size: 16px;
	padding: 0 28px 0 50px;
	width: 100%;
	border: 1px solid rgb(233, 233, 233);
	text-align: left;
	border-radius: 35px;
	color: #000000;
	letter-spacing: normal;
	height: 50px;
	line-height: 50px;
	font-weight: 300 !important;
	font-family: 'Prompt', sans-serif;
	background-size: 22px !important;
	margin-bottom: 20px;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
}
.input-username {
	background: url('../images/bgInput01.svg') #FFF no-repeat 2% 50%;
}
.input-phone {
	background: url('../images/bgInput02.svg') #FFF no-repeat 2% 50%;
}
.input-email {
	background: url('../images/bgInput03.svg') #FFF no-repeat 2% 50%;
}
.input-idcard {
	background: url('../images/bgInput04.svg') #FFF no-repeat 2% 50%;
}


.filter-faqs-row {
	margin-bottom: 20px !important;
}
.card-faqs {
	border:none !important;
	border-bottom: 1px solid rgba(0,0,0,0.2) !important;
}
.card-faqs .card-header {
	border: none !important;
}
.card-faqs .card-header .btn-extend {
	position: relative;
	display: block !important;
	font-size: 18px !important;
	font-weight: 400;
	width: 100% !important;
	text-align: left;
	white-space: normal;
	text-decoration: none !important;
	padding: 20px 40px 20px 10px;
	border: none !important;
}
.card-faqs .card-header .btn-extend:before {
	display: none !important;
	/* content: '\f059';
	font-family: 'Line Awesome Free';
	font-size: 30px;
	vertical-align: middle;
	margin-right: 10px */
}
.card-faqs .card-header .btn-extend:after {
	position: absolute;
	width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-family: 'Line Awesome Free';
    font-weight: 900;
	content: "\f106";
	top: 30px;
	right: 10px;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
}
.card-faqs .card-header .btn-extend.collapsed:after {
	content: "\f107";
	opacity: 0.4;
}
.card-faqs .card-header .btn-extend:after,
.card-faqs .card-header .btn-extend:hover:after {
	opacity: 1;
}

.card-faqs span.icon {
	font-size: 25px !important;
}
.card-faqs .card-header .btn-extend.btn-link.collapsed span.icon,
.card-faqs .card-header~.collapse span.icon {
	opacity: 0.2;
}
.card-faqs .card-header .btn-extend.btn-link span.icon,
.card-faqs .card-header~.collapse.show span.icon {
	/* opacity: 0.6; */
	opacity: 0.2;
	color: #333;
}
.card-faqs .card-body {
	padding-top: 10px !important;
}

@media (max-width: 766px) {
.input-username {
	background: url('../images/bgInput01.svg') #FFF no-repeat 5% 50%;
}
.input-phone {
	background: url('../images/bgInput02.svg') #FFF no-repeat 5% 50%;
}
.input-email {
	background: url('../images/bgInput03.svg') #FFF no-repeat 5% 50%;
}
.input-idcard {
	background: url('../images/bgInput04.svg') #FFF no-repeat 5% 50%;
}
}
#textresults {
	width: 100%;
	display: block
}
#textresults span {
	/* display: inline-block;
	float: right */
}
.formgroup {
	margin: 0 0 20px 0;
}
.formgroup label {
	font-size: 14px;
	margin: 0 0 20px 10px
}
.card-header button {
	padding: 20px 0;
}
.submit-btn i {
	top: 50% !important;
	left: 15px !important;
	right: auto !important;
	font-size: 30px !important;
	transform: translateY(-50%) !important;
}


/* xs */
@media (max-width: 575.98px) {

.rating>button {
	padding: 5px 15px;
	font-size: 15px;
}
.rating>button+button {
    margin-left: 5px !important;
}
.btnlike i, .btnunlike i {
    font-size: 20px;
    margin-right: 3px;
}

}