/* Button */
.btn_blue {
	white-space: nowrap;
	text-align: center;
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	color: #fff;
	border: 1px solid #0083D7;
	background-color: #0083D7;
	font-weight: 400;
	width: 100%;
	padding: 10px 10px;
	font-size: 16px;
	border-radius: 5px;
	transition: .25s;
}

.btn_blue i {
	float: right;
}

.btn_blue:hover {
	color: #fff;
	background-color: #2394dc;
}

.btn_blue_border {
	white-space: nowrap;
	text-align: center;
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	color: #0083D7;
	border: 1px solid #0083D7;
	font-weight: 400;
	width: 100%;
	padding: 10px 10px;
	font-size: 16px;
	border-radius: 5px;
	transition: .25s;
}

.btn_blue_border i {
	float: left;
}
a{
	transition: .25s;
}
.btn_blue_border:hover {
	color: #0083D7;
	border: 1px solid #0083D7;
}

.btn_blue_auto {
	white-space: nowrap;
	text-align: center;
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	color: #fff;
	border-color: transparent;
	background-color: #0083D7;
	font-weight: 400;
	width: auto;
	padding: 8px 16px;
	font-size: 16px;
	border-radius: 5px;
}

.btn_blue_auto i {
	float: right;
	text-align: right;
}

.btn_blue_auto:hover {
	color: #fff;
}

.btn_gray_auto {
	white-space: nowrap;
	text-align: center;
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	color: #fff;
	border-color: transparent;
	background-color: #A4A4A4;
	font-weight: 400;
	width: auto;
	padding: 8px 16px;
	font-size: 16px;
	border-radius: 5px;
}

.btn_border_blue_auto i {
	float: right;
	text-align: right;
}

.btn_border_blue_auto:hover {
	color: #fff;
}

/*  End Button*/
.wrap_box_simulation {
	position: relative;
	border-radius: 5px;
	padding: 20px;
	background-color: #fff;
}

.wrap_box_simulation h2 {
	padding: 0 0 25px 0;
	margin: 0;
	text-align: center;
	font-size: 20px;
	color: #000;
	/* font-weight: 500; */
	line-height: 1.2;
	font-family: 'GothamBold', sans-serif;
}

.wrap_box_simulation h4 {
	padding: 0 0 0px 0;
	margin: 0;
	font-size: 18px;
	color: #0083D7;
	font-weight: 600;
	line-height: 1.2;
	font-family: 'GothamBold', sans-serif;
}

.wrap_box_simulation h3 {
	padding: 10px 0 0px 0;
	margin: 0;
	font-size: 24px;
	color: #000;
	font-weight: 500;
	line-height: 1.2;
	font-family: 'GothamBold', sans-serif;
}

.wrap_box_simulation p.note {
	padding: 5px 0 0px 0;
	margin: 0;
	font-size: 13px;
	color: #777;
	font-weight: 400;
	line-height: 1.2;
	font-family: 'Open Sans', sans-serif;
}


.wrap_intro_hero {
	position: relative;
	margin-top: 10%;
}

.wrap_intro_hero h1 {
	padding: 0 0 15px 0;
	margin: 0;
	font-size: 40px;
	text-shadow: 1px 1px 1px rgb(43, 43, 43);
	color: #fff;
	font-weight: normal;
	line-height: 1.2;
	font-family: 'GothamBold', sans-serif;
}

.wrap_intro_hero p {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
}


select.minimal {
	background-image:
		linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		linear-gradient(to right, #ccc, #ccc);
	background-position:
		calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px),
		calc(100% - 2.5em) 0.5em;
	background-size:
		5px 5px,
		5px 5px,
		1px 1.5em;
	background-repeat: no-repeat;
}

select.minimal:focus {
	background-image:
		linear-gradient(45deg, #0083D7 50%, transparent 50%),
		linear-gradient(135deg, transparent 50%, #0083D7 50%),
		linear-gradient(to right, #ccc, #ccc);
	background-position:
		calc(100% - 15px) 1em,
		calc(100% - 20px) 1em,
		calc(100% - 2.5em) 0.5em;
	background-size:
		5px 5px,
		5px 5px,
		1px 1.5em;
	background-repeat: no-repeat;
	border-color: #0083D7;
	outline: 0;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
	display: none;
}

.form-control {
	display: block;
	width: 100%;
	height: 42px;
	padding: 0.375rem 0.75rem;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group {
	margin-bottom: 15px;
}

.overide_inpt {
	background-color: #ffffff;
	font-size: 14px;
	color: #495057;
}

.pad_left_0 {
	padding-left: 0;
}

.pad_right_0 {
	padding-right: 0;
}

.bg_gradient_hero {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(160, 160, 160, 0.45), rgba(0, 0, 0, 0.3), #0083d752, #0083d7);
}

.bg_gradient_hero.home {
	background-image: linear-gradient(45deg, #0083d7, rgba(160, 160, 160, 0.5), rgba(0, 0, 0, 0.05), #0083d752, #0083D7);
}

.wrap_intro_hero img {
	width: 130px;
	margin-bottom: 15px;
}

.wrap_intro_hero h3 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	text-shadow: 1px 1px 1px rgb(43, 43, 43);
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
}

.type_loan_wrapper {
	padding: 20px;
	position: relative;
	margin-bottom: 30px;
	border-radius: 5px;
	background-color: #fff;
	transition: .5s;
}

.type_loan_wrapper:hover{
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
	margin-top: -3px;
}

.pict_type_loan {
	position: relative;
}

.pict_type_loan img {
	border-radius: 100%;
}

.title_type_loan {
	position: relative;
}

.title_type_loan img {
	width: 70px;
	margin-bottom: 30px;
}

.title_type_loan h3 {
	padding: 0 0 15px 0;
	margin: 0;
	font-size: 20px;
	color: #000;
	font-weight: normal;
	line-height: normal;
	font-family: 'GothamBold', sans-serif
}

.title_type_loan p {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 15px;
	color: #333;
	line-height: 1.2;
	font-weight: 300;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
}

.title_type_loan a {
	color: #0083D7;
	font-size: 16px;
}

.title_type_loan a i {
	color: #0083D7;
	vertical-align: top;
	padding-left: 10px;
}

.heading_section {
	max-width: 600px;
	margin: 0px auto;
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}

.heading_section h2 {
	padding: 0 0 0px 0;
	margin: 0;
	font-size: 26px;
	color: #000;
	font-weight: normal;
	line-height: normal;
	font-family: 'GothamBold', sans-serif;
}

.heading_form {
	max-width: 600px;
	margin: 0px auto;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}

.heading_form h3 {
	padding: 0 0 0px 0;
	margin: 0;
	font-size: 22px;
	color: #000;
	font-weight: normal;
	line-height: normal;
	font-family: 'GothamBold', sans-serif;
}

.heading_section p {
	padding: 8px 0 0px 0;
	margin: 0;
	font-size: 18px;
	color: #777;
	font-weight: 300;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
}

.wrap_step_apply {
	text-align: center;
	position: relative;
}

.wrap_step_apply {
	position: relative;
}

.wrap_step_apply_circle {
    display: inline-block;
    margin-top: 20px;
    position: relative;
    background-color: #cfe5f3;
    padding: 10px;
    border-radius: 200px;
    width: 96px;
    height: 96px;
}

.wrap_step_apply_circle h2 {
	font-family: 'GothamBold', sans-serif;
	padding: 0;
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
	color: #0083D7;
	font-weight: normal;
	line-height: 1.2 !important;
}

.wrap_step_apply_circle img {
    width: 96px;
    position: absolute;
    left: 0;
}

.wrap_step_apply_circle i {
	color: #0083D7;
}

.wrap_step_apply p {
	padding: 20px 0 0px 0;
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
	color: #000;
	font-weight: normal;
	line-height: 1.2 !important;
	font-family: 'GothamBook', sans-serif;
}

.col_20 {
	-ms-flex: 20%;
	flex: 20%;
	max-width: 20%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col_20::before {
	content: '';
	position: absolute;
	top: 3.9em;
	left: -6em;
	width: 12em;
	height: .2em;
	background: dodgerblue;
	z-index: -1;
}

.col_20:first-child::before {
	display: none;
}

.md_middle {
	max-width: 550px;
}

.txt_mandatory {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #DF2830;
}

.modal-header {
	border-bottom: 1px solid transparent;
}

.modal-header h5 {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	font-family: 'GothamBold', sans-serif;
}

.bg_blue {
	background: #0083D7 !important;
}

.wrap_register, .wrap_wallet, .wrap_listing {
	position: relative;
	padding: 30px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 0.0625rem 0.125rem 0px;
	max-width: 100%;
	margin: 0px auto;
}

.wrap_wallet, .wrap_listing{
	padding: 20px;
	margin-bottom: 1.5rem;
}

.wrap_register h3 {
	padding: 7px 0 25px 0;
	margin: 0;
	font-size: 16px;
	color: #777;
	font-weight: normal;
	text-align: right;
	line-height: normal;
	font-family: 'GothamBook', sans-serif;
}

.wrap_register h4 {
	padding: 0px 0 15px 0;
	margin: 0;
	font-size: 20px;
	color: #0083D7;
	font-weight: 700;
	line-height: normal;
	font-family: 'GothamBold', sans-serif;
}

.wrap_register p {
	padding: 0px 0 0 0;
	margin: 0;
	font-size: 16px;
	color: #000;
	font-weight: 300;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
}




.wrap_thanks {
	text-align: center;
	position: relative;
	padding: 30px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 0.0625rem 0.125rem 0px;
	max-width: 530px;
	margin: 0px auto;
}

.wrap_thanks img {
	width: 90px;
	margin-bottom: 20px;
}

.wrap_thanks h4 {
	padding: 0px 0 15px 0;
	margin: 0;
	font-size: 20px;
	color: #0083D7;
	font-weight: 700;
	line-height: normal;
	font-family: 'GothamBold', sans-serif;
}

.wrap_thanks p {
	padding: 0px 0 0 0;
	margin: 0;
	font-size: 16px;
	color: #000;
	font-weight: 300;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
}

.wrap_thanks p span {
	font-weight: 700;
}

.modal-content {
	border: 1px solid transparent;
}

.modal-content {
	border-radius: 3px;
	box-shadow: 0 5px 50px 0 rgba(90, 109, 129, 0.1);
}

#logo.logo_abs {
	position: absolute;
	z-index: 9;
}

#header {
	height: 80px;
}


#header-wrap {
	height: 80px;
}

#primary-menu>ul {
	margin-top: 20px;
}

.nf-text ul {
	list-style: none;
	font-size: 18px;
	margin-bottom: 2rem;
}

.nf-text ul li {
	margin-bottom: 1rem;
	margin-right: 1rem;
	display: inline-block;
	border: 1px solid #134270;
	padding: .25rem .75rem;
	border-radius: 50px;
}

.nf-text ul li:last-child {
	margin-bottom: 1rem;
}

.nf-text ul li a {
	padding: .25rem;
	font-size: 16px;
	text-align: center;
}

.nf-text .btn_blue_hero {
	text-transform: uppercase;
	padding: 10px 22px;
}

.nf-text h2 {
	color: #134270;
}

.nf-text h2+span {
	font-size: 20px;
	margin-bottom: 1.5rem;
	display: block;
}

.nf-text h2::after {
	content: '';
	display: block;
	margin-top: 15px;
	width: 40px;
	border-top: 4px solid #134270;
}

.input-group-text {
	font-family: 'GothamBold';
}

.head_logo {
	position: relative;
	background-color: #f9f9f9;
	text-align: center;
}

.head_logo img {
	text-align: center;
	width: 80px;
	margin: 0px auto;
}

.benefit_wrapper {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}

.benefit_wrapper img {
	width: 50px;
	margin-bottom: 15px;
}

.benefit_wrapper h4 {
	padding: 0 0 15px 0;
	margin: 0;
	font-size: 15px;
	color: #000;
	font-weight: normal;
	line-height: normal;
	font-family: 'GothamBook', sans-serif;
}

.benefit_wrapper p {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
	color: #333;
	line-height: 1.2;
	font-weight: 300;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
}

.have_account {
	position: relative;
	border-top: 1px dashed #eee;
	text-align: center;
	padding-top: 15px;
}

.have_account p {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 16px;
	color: #333;
	line-height: 1.2;
	font-weight: 300;
	line-height: normal;
	font-family: 'GothamBook', sans-serif;
}

.have_account p a {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 16px;
	color: #0083D7;
	line-height: 1.2;
	font-weight: 300;
	line-height: normal;
	border-bottom: 1px solid #0083D7;
	font-family: 'GothamBold', sans-serif;
}

.forgot_pass_txt {
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-align: right;
}

.forgot_pass_txt:hover {
	border-bottom: 1px solid #eee;
}

.lbl_field {
	position: absolute;
	left: 25px;
	top: 38%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ccc;
	font-size: 16px;
	margin-bottom: 0;
}

.padleft_30 {
	padding-left: 40px;
}

.btn_cta_header {
	margin-right: 10px;
	border: 1px solid #fff;
	padding: 5px 20px !important;
	border-radius: 2px;
	margin-top: 5px;
}

.btn_cta_signup {
	margin-right: 10px;
	color: #0083D7 !important;
	border: 1px solid #fff;
	background-color: #fff;
	padding: 5px 20px !important;
	border-radius: 2px;
	margin-top: 5px;
}

.show_password {
	position: absolute;
	right: 5%;
	top: 8%;
	width: 30px;
	height: 30px;
	text-align: center;
}

.show_password i {
	color: #777;
	text-align: center;
	line-height: 1.5;
	font-size: 18px;
}

.top_44 {
	top: 44% !important;
}


.dark .widget h4 {
	font-family: 'GothamBold', sans-serif;
}


.widget>h4 {
	font-weight: normal !important;
	letter-spacing: 2px;
	text-transform: none !important;
}

.dark .footer-widgets-wrap a {
	color: #fff;
}

.wrap_blog_list {
	position: relative;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.wrap_blog_list:hover .wrap_post_content h2 a {
	color: #0083D7;
}

.wrap_blog_pict {
	position: relative;
	overflow: hidden;
}

.wrap_blog_pict img {
	position: relative;
}

.wrap_post_content {
	position: relative;
	margin-top: 10px;
}

.wrap_post_content h2 {
	padding: 0 0 15px 0;
	margin: 0;
	font-size: 26px;
	color: #000;
	font-weight: normal;
	line-height: normal;
	font-family: 'GothamBold', sans-serif;
}

.wrap_post_content h1 {
	padding: 0 0 15px 0;
	margin: 0;
	font-size: 30px;
	color: #000;
	font-weight: normal;
	line-height: normal;
	font-family: 'GothamBold', sans-serif;
}


.wrap_post_content h2 a {
	font-size: 26px;
	color: #000;
	font-weight: normal;
	line-height: normal;
	font-family: 'GothamBold', sans-serif;
}


.wrap_post_content p {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
}

#content .wrap_post_content p{
	line-height: 26px;
}


.wrap_post_content p a {
	color: #333;
	border-bottom: 1px solid #333;
	font-size: 16px;
}

.wrap_post_content p a i {
	color: #333;
	vertical-align: middle;
	padding-left: 10px;
}

.wrap_author {
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
}

.wrap_author ul {
	padding: 10px 0 0 0;
	margin: 0;
	list-style: none;
}

.wrap_author ul li {
	display: inline-block;
	margin-right: 10px;
}

.wrap_author ul li a {
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #777;
}


.breadcrumb a {
	font-family: 'GothamBook', sans-serif;
}

.breadcrumb-item.active a {
	color: #0083D7;
}


.wrap_side {
	position: relative;
	display: inline-block;
}

.wrap_side h4 {
	padding: 0;
	margin: 0;
	font-size: 20px;
	color: #000;
	/*border-bottom: 1px solid #eee;*/
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-family: 'GothamBook', sans-serif;
	line-height: normal;
}

.borbot_dashed {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.media-body {
	position: relative;
}

.media-body h5 {
	line-height: normal;
	font-size: 16px;
	font-weight: 500;
}

.media-body h5 a {
	color: #000;
}

.pict_blog_side {
	position: relative;
}

.wrap_article_side {
	margin-bottom: 20px;
	padding-bottom: 0px;
	border-bottom: 1px solid #eee;
	position: relative;
}

.wrap_article_side_content {
	position: relative;
}

.wrap_article_side_content h3 {
	padding: 0;
	margin: 0;
	font-family: 'GothamBold', sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	line-height: normal;
}


.wrap_article_side_content h3 a {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: 'GothamBold', sans-serif;
	font-size: 16px;
	color: #000;
}

.wrap_article_side_content h3 a:hover {
	padding: 0;
	margin: 0;
	font-family: 'GothamBold', sans-serif;
	font-size: 16px;
	color: #0083D7;
	font-weight: normal;
}

.wrap_article_side_content p {
	padding: 15px 0 0 0;
	margin: 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
}

.wrap_article_side_content p a {
	color: #90278E;
	padding-left: 10px;
}

.wrap_article_side_content p a i {
	vertical-align: bottom;
}

.wrap_contact_list {
	margin-bottom: 20px;
	position: relative;
}

.ic_contact {
	text-align: right;
	position: relative;
}

.ic_contact i {
	font-size: 40px;
	color: #0083D7;
}

.wrap_contact_list p {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 15px;
	color: #000;
	font-weight: normal;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
}

.wrap_contact_list h3 {
	padding: 10px 0 5px 0;
	margin: 0;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	line-height: normal;
	font-family: 'GothamBold', sans-serif;
}

.sm-form-control:focus {
	border-color: #0083D7;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}


.wrap_add_value {
	position: relative;
	margin-bottom: 0;
	height: auto;
	border-radius: 5px;
	padding: 15px;
}

.content_add_value {
	padding: 50px 15px 15px 15px;
	height: auto;
	border-radius: 3px;
	border: 1px dashed #0083D7;
	margin-top: -40px;
}

.content_add_value h3 {
	padding: 0 0 15px 0;
	margin: 0;
	font-size: 20px;
	color: #0083D7;
	font-weight: 600;
	text-align: center;
	font-family: 'GothamBold', sans-serif !important;
}

.content_add_value p {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	text-align: center;
}

.ic_add_value {
	text-align: center;
	position: relative;
	margin: 0 auto;
	border: 1px dashed #0083D7;
	width: 80px;
	border-radius: 100%;
	background: #fff;
	height: 80px;
	z-index: 6;
}

.section:not(.nobg) .ic_add_value{
	background: #f9f9f9;
}

.ic_add_value img {
	width: 45px;
	margin-top: 15px;
}

.ic_reg_step {
	position: relative;
}

.ic_reg_step i {
	font-size: 20px;
	color: #777;
}

.bor_bot {
	border-bottom: 1px solid #ececec;
	margin-bottom: 25px;
}

.wrap_ds_statistik {
	margin-bottom: 30px;
	height: 130px;
	padding: 20px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 0.0625rem 0.125rem 0px;
	position: relative;
}

.bor_bot_blue {
	border-bottom: 5px solid #0083D7;
}
.bor_bot_orange {
	border-bottom: 5px solid #d78900;
}

.bor_bot_red {
	border-bottom: 5px solid #C0392B;
}

.bor_bot_green {
	border-bottom: 5px solid #27ae60;
}

.bor_bot_purple {
	border-bottom: 5px solid #8e44ad;
}


.wrap_ds_statistik p {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	line-height: normal;
	color: #777;

}

.wrap_ds_statistik h3 {
	padding: 0;
	margin: 0;
	font-size: 24px;
	font-family: 'GothamBold', sans-serif;
	line-height: normal;
	color: #000;

}

.ic_ds_statistik {
	position: relative;
	text-align: center;
}

.ic_ds_statistik img {
	width: 50px;
}

.ic_ds_statistik i {

	font-size: 40px;
}

.wrap_profile_dashboard {
	margin-bottom: 30px;
	padding: 20px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 0.0625rem 0.125rem 0px;
	position: relative;
}


.wrap_profile_dashboard h3 {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	font-family: 'GothamBook', sans-serif;
	line-height: normal;
	color: #000;

}

.wrap_profile_dashboard p {
	padding: 5px 0 0 0;
	margin: 0;
	text-align: center;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: normal;
	color: #777;
}


.wrap_profile_ava {
	border-radius: 50%;
	margin: 0px auto;
	position: relative;
	width: 100px;
	height: 100px;
	background-color: #eee;

	margin-bottom: 15px;
}


.wrap_profile_ava img {
	border-radius: 50%;
}

.col_ic_blue {
	color: #2980b9;
}

.col_ic_green {
	color: #27ae60;
}

.col_ic_purple {
	color: #8e44ad;
}

.col_ic_red {
	color: #c0392b;
}

.title_section_sm {
	position: relative;
}


.title_section_sm h4 {
	padding: 0 0 15px 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: 'GothamBook', sans-serif;
	line-height: normal;
	color: #777;
}



#riwayat_pinjaman .table thead th {
	font-size: 15px;
	text-transform: capitalize;
	color: #000;
	font-family: 'GothamBold', sans-serif !important;
	letter-spacing: 0.5px;
}

.txt_black {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px;
}

#riwayat_pinjaman .table tbody {
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 2px 1px rgba(51, 51, 51, 0.05);
	box-shadow: 0 2px 1px rgba(51, 51, 51, 0.05);
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-radius: 0.25rem;
	padding: 15px;
}

#riwayat_pinjaman .table tbody:hover {
	background-color: #;
}



.loan_content {
	position: relative;
}

.loan_content h2 {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', 'sans-serif';
	font-size: 14px;
	font-weight: 600 !important;
	color: #0083D7;
}

.loan_content h3 {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', 'sans-serif';
	font-size: 14px;
	font-weight: 600 !important;
	color: #333;
}

.loan_content p {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', 'sans-serif';
	font-size: 13px;
	color: #777;
}

.badge {
	font-weight: normal;
}


.badge {
	display: inline-block;
	padding: 5px 10px;
	font-size: 75%;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0 !important;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: hsla(0, 0%, 94.9%, .9);
}

.modal-footer {
	border-top: 1px solid transparent;
}

.info_wrap {
	position: relative;
}


.info_wrap {
	text-align: center;
	position: relative;
}

.info_wrap img {
	width: 90px;
	margin-bottom: 20px;
}

.info_wrap h4 {
	padding: 0px 0 15px 0;
	margin: 0;
	font-size: 20px;
	color: #0083D7;
	font-weight: 700;
	line-height: normal;
	font-family: 'GothamBold', sans-serif;
}

.info_wrap p {
	padding: 0px 0 0 0;
	margin: 0;
	font-size: 16px;
	color: #000;
	font-weight: 300;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;
}

.wrap_thanks p span {
	font-weight: 700;
}


.bg_gray_header {
	background: #fff !important;
}

.bg_gray_header #primary-menu ul li>a {
	color: #000 !important;
}



.wrap_result {
	position: relative;
	padding: 30px 10px 30px 30px;
}


.wrap_result_estimate {
	position: relative;
	margin-top: 39px;
	padding: 30px 10px 30px 10px;
}


.wrap_result_estimate p {
	padding: 0px 0 0 0;
	margin: 0;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}

.wrap_result_estimate h3 {
	padding: 5px 0 0 0;
	margin: 0;
	text-align: left;
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	font-family: 'GothamBold', sans-serif
}

.wrap_result_estimate h4 {
	text-align: left;
	padding: 5px 20px 3px 0;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

.note_simulation {
	border: 1px solid #acc9dc;
	padding: 15px;
	position: relative;
	margin-top: 110px;
}

.note_simulation p {
	text-align: left;
	padding: 0px 0 3px 0;
	margin: 0;
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

.irs-single {
	background: #0083D7;
}

.irs-from:after,
.irs-single:after,
.irs-to:after {
	border-top-color: #0083D7;
}

.irs-slider {
	background: none;
	background-color: #0083D7;
	border-radius: 50%;
}


.irs-slider {
	width: 30px;
	height: 30px;
	top: 14px;
	background-position: 0 -120px;
}

.irs-bar {
	background-color: #0083D7;
}

.title_apply {
	position: relative;
	margin-bottom: 30px;
}

.title_apply h4 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	color: #777;
	line-height: normal;
	font-family: 'GothamBold', 'sans-serif';
}


.title_apply h4 span {
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #afafaf !important;
	line-height: normal;
	font-family: 'GothamBook', 'sans-serif';
	display: block;
	margin-top: .25rem;
}

.mt_title {
	margin-top: 10px !important;
}

.bullet_num {
	position: relative;
	width: 40px;
	color: #777;
	font-family: 'GothamBold', sans-serif;
	height: 40px;
	text-align: center;
	line-height: 2;
	font-size: 18px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 50%;
}

.wrap_shareholder {
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px dashed #afafaf;
	margin-bottom: 30px;
}

.more_shareholder {
	text-align: right;
	margin-top: 15px;
	position: relative;
}


.more_shareholder a {
	color: #333;
	border: 1px solid #333;
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
	transition: .25s;
}

.more_shareholder a:hover {
	color: #0083D7;
	border: 1px solid #0083D7;
	font-size: 14px;
}


.upload_wrapper_pict {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 1rem;
}

.file-upload_pict {
	position: relative;
	display: inline-block;
	width: 100%;
}

.file-upload__label_pict {
	display: block;
	color: #555;
	width: 100%;
	border-radius: 4px;
	text-align: center;
	padding: 7.5px 16px;
	background-color: #F8F8FA;
	border: 1px solid #ccc;
	font-size: 14px;
	margin-bottom: 0px !important;
	transition: background .3s;
	cursor: pointer;

}
.file-upload__label_pict.upl_primary{
	background-color: #0083D7;
	color: white;
	border-color: #0083D7;
}
.file-upload__label_pict.upl_primary:hover{
	background-color: #2394dc;
}
.file-upload__label_pict.upl_primary i{
	color: white;
}

.file-upload__label_pict i {
	font-size: 16px;
	color: #555;
	margin-right: 8px;
	vertical-align: middle;
}

.file-upload__label_pict:hover {
	background-color: #eee;
}

.file-upload__input_pict {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 14px;
	width: 0;
	height: 100%;
	opacity: 0;
}

.overview_section {
	margin-top: 16px;
}

.overview_section ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.overview_section ul .item_list {
	border-bottom: 2px solid #f6f6f6;
	margin-bottom: 16px;
	padding-bottom: 16px;
	float: left;
	width: 50%;
}

.overview_section ul .item_list p {
	font-family: 'GothamBook', sans-serif;
	font-size: 13px;
	color: #606c7b;
	font-weight: normal;
	margin-bottom: 0;
	white-space: normal;
}


.overview_section ul .item_list h4 {
	padding: 5px 0 5px 0;
	margin: 0;
	line-height: normal;
	font-size: 14px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}



.wrap_product_overview {
	position: relative;
}

.wrap_product_overview h4 {
	margin: 0 0 15px 0;
	padding: 0;
	text-align: justify;
	font-weight: normal;
	color: #000;
	font-size: 18px;
	letter-spacing: 0px;
	font-family: 'Open Sans', sans-serif;
}

.wrap_product_overview p {
	text-align: justify;
	line-height: normal;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	font-weight: 400;
	font-weight: normal;
	padding: 0 0 15px 0;
	font-size: 18px;
}


.bullet_notif {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	display: inline-block;
	background-color: #ef0505;
	position: absolute;
	left: 20%;
}

.alert-primary {
	color: #ffffff;
	background-color: #0083d7;
	border-color: #0083d7;
}

.alert-primary a {
	color: #ffffff;
}

.alert-danger {
	color: #fff;
	background-color: #0083d7;
	border-color: #0083d7;
}

.alert-danger a {
	color: #fff;
}


.alert-success {
	color: #fff;
	background-color: #27AE60;
	border-color: #27AE60;
}

.alert-success a {
	color: #27AE60;
}

ul.tab-nav.tab-nav2 li a {
	background-color: #F5F5F5;
	border-radius: 2px;
	border: 1px solid #0083d7;
	box-shadow: none;
	color: #0083d7;
	transition: .25s;
}

ul.tab-nav.tab-nav2 li:hover a {
    background-color: #cfe5f3;
}

ul.tab-nav.tab-nav2 li.ui-state-active a {
	top: 0;
	background-color: #0083d7;
	color: #FFF;
}

.bor_tr {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.loan_content h2 a {
	border-bottom: 1px solid #0083D7;
}

.alert i,
.sb-msg i,
.msgtitle i {
	position: relative;
	top: 1px;
	font-size: 16px;
	width: 16px;
	text-align: center;
	margin-right: 5px;
}

.notification_list_desk {
	position: relative;
	padding: 15px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.notification_list_desk p {
	padding: 0 0 0px 0;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	font-family: 'GothamBook', sans-serif;
}

.notification_list_desk h5 {
	padding: 0 0 0px 0;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #777;
	text-align: right;
	font-family: 'GothamBook', sans-serif;
}

.notification_list_desk p span {
	font-weight: 600;
	color: #134270;
}

.note_simulation_blue {
	border: 1px solid #0083D7;
	padding: 15px;
	position: relative;
	margin-bottom: 20px;
}

.note_simulation_blue p {
	text-align: left;
	padding: 0px 0 3px 0;
	margin: 0;
	font-size: 13px;
	color: #0083D7;
	font-family: 'Open Sans', sans-serif;
}

.collateral_wrap {
	position: relative;
	margin-bottom: 30px;
}

.head_panel {
	margin-bottom: 20px;
	padding: 10px;
	background: #f9f9f9;
	position: relative;
}

.head_panel p {
	padding: 0 0 0px 0;
	margin: 0;
	font-size: 14px;
	color: #000;
	font-family: 'GothamBold', sans-serif;
}

.fill_panel {
	border-bottom: 1px dashed #eee;
	padding-bottom: 10px;
	position: relative;
}

.fill_panel p {
	padding: 0 0 0px 0;
	margin: 0;
	font-size: 14px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}
.btn_change {
	text-align: center;
	border: 1px solid #777;
	height: 35px !important;
	line-height: 33px;
	color: #777 !important;
	border-radius: 3px;
	display: block;
	width: 100%;
	margin-top: 4px;
}

.mobile-nav {
	display: none;
}

.card-header .card-title {
	margin-bottom: 0;
	font-weight: 500;
}

.play-video {
	display: block;
	margin-bottom: 2rem;
}

.play-video i {
	position: absolute;
	z-index: 9;
	top: 33%;
	left: 45%;
	font-size: 72px;
}

.wrap-vm {
	position: relative;
	padding: 0 20px;
}

.wrap-vm p {
	text-align: center;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}

.wrap-vm .content_add_value p {
	text-align: left;
	font-size: 16px;
}

.wrap-vm .wrap_add_value {
	height: auto;
}

.wrap-vm .content_add_value {
	height: auto;
	padding: 15px;
	padding-top: 40px;
	margin-top: -35px;
}

.wrap-vm .content_add_value h3,
.wrap-vm .content_add_value p {
	text-align: center;
}

.team-bio {
	overflow: hidden;
	border-radius: .5rem;
	transition: 1s;
}

.team-bio:hover {
	box-shadow: 0 .5rem 2rem rgba(0, 0, 0, 0.3);
	margin-top: -5px;
}

.tb-photo {
	position: relative;
}

.team-bio:hover .tb-name {
	bottom: 0;
}

.tb-name {
	position: absolute;
	bottom: -80px;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	color: white;
	background-color: #0069ac;
	transition: bottom .25s ease-out;
}

.tb-name h3 {
	margin-bottom: .5rem;
	line-height: normal;
	color: white;
	font-size: 18px;
}

.section.bg-av-blue {
	background-color: #0083d7;
	background-image: url("../images/bg-city.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}

.radio-style:checked+.radio-style-2-label:before,
.radio-style+.radio-style-2-label::before {
	display: none;
}

.radio-style+.radio-style-2-label {
	padding: 8px 15px;
	border-radius: 50px;
	font-size: 14px;
	border: 1px solid #777;
	width: 100%;
	text-align: center;
}

.radio-style:checked+.radio-style-2-label {
	background-color: #0083D7;
	border-color: #0083D7;
	color: white;
}

.lender-type {
	display: none;
}

.lender-type+.lender-type-label {
	display: block;
	border: 1px solid #eee;
	padding: 15px;
	text-align: center;
	transition: .25s;
	border-radius: .25rem;
}

.lender-type-label .lt-name h2 {
	font-size: 18px;
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #777;
}

.lender-type-label .lt-img {
	width: 75px;
	height: 75px;
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 1.5rem;
	background-color: #eff9ff;
	border-radius: 50px;
	position: relative;
}

.lender-type-label .lt-img img {
	position: absolute;
	left: 0;
}

.lender-type:checked+.lender-type-label {
	background-color: #eff9ff;
	;
}

.lender-type:checked+.lender-type-label .lt-name h2 {
	color: #0083D7;
}

.process-steps {
	display: flex;
	justify-content: center;
}

.faq_content_list {
	position: relative;
	border-right: 1px solid #eee;
}

.faq_content_list h3 {
	font-size: 16px;
	padding: 0 0 20px 0;
	margin: 0;
	font-family: 'Open Sans';
	font-weight: 600;
	color: #333;
}


.faq_content_list ul {
	position: relative;
	list-style: none;
}

.faq_content_list ul li {}

.faq_content_list ul li a {
	display: block;
	padding: 5px 0;
	font-size: 16px;
	color: #333;
}

.faq_content_list ul li a:hover {
	color: #0083D7;
}

.faq_content_list ul li a.active {
	color: #0083D7;
}

.faqs .toggle .togglet,
.faqs .toggle .toggleta {
	font-size: 16px;
	font-family: 'Open Sans';
	font-weight: 600;
}


.faqs .toggle .togglec {
	padding-bottom: 10px;
	font-size: 15px;
	font-family: 'GothamBook', sans-serif;
}



.term_condition {
	position: relative;
}

.term_condition h4 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	font-family: 'GothamBold', sans-serif;
}


.term_condition h3 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	font-family: 'GothamBold', sans-serif;
}


.term_condition p {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}

.term_condition ol {
	padding: 0 0 0 15px;
	margin: 0;
}

.term_condition ol li {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}

.term_condition ul {
	padding: 0 0 0 15px;
	margin: 0;
}

.term_condition ul li {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}

.filter h4 {
	margin-bottom: 0;
	padding: 10px 0;
	line-height: normal;
	text-align: right;
	padding-right: 10px;
}

.balance h3 {
    margin-top: .25rem;
    margin-bottom: 1rem;
}

.wrap_wallet h4{
	margin-bottom: 1rem;
	font-family: 'GothamBold', sans-serif;
}

.page-item.active .page-link, .page-link:hover, .page-link:focus{
	background-color: #0083D7!important;
	border-color: #0083D7!important;
}
.pagination .page-item .page-link{
	color: #0083D7;
	transition: .25s;
}
.wrap_result_simulation{
	padding: 1rem;
	border: 1px solid #0083D7;
	background-color:  #e6f1ff;
}
.wrap_result_simulation p, .wrap_listing p {
    margin-bottom: .5rem;
}

.wrap_listing{
	margin-bottom: 1rem;
}

.list_info h4{
	margin-bottom: .25rem;
}

.list_score{
	text-align: center;
}

.list_score.bg-green h3{
	background-color: #27AE60;
}

.list_score.bg-blue h3{
	background-color: #2980b9;
}
.list_score.bg-yellow h3{
	background-color: #d78900;
}
.list_score h3{
	display: block;
	padding: 18px 0;
	font-size: 48px;
	margin-bottom: 0;
	line-height: normal;
	color: white;
	margin-top: .5rem;
}

.wrap_listing .bor_bot{
	margin-bottom: 15px;
}

.loan_amount .la-tenor{
	float: right;
}

.loan_amount h3{
	margin: .5rem 0;
	line-height: normal;
	text-align: center;
	color: #0083D7;
}
.image-preview {
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 50px;
	background-color: #dfdfdf;
	display: block;
}
.image-preview i {
    font-size: 16px;
	padding: 6px 0;
	color: #555555;
}

#primary-menu ul li:hover > a, #primary-menu ul ul li:hover > a, #primary-menu ul li.current > a{
	color: #0083D7;
}
#primary-menu ul li.current > a{
	font-family: 'GothamBold', sans-serif;
}
h3.grade::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
}
h3.grade.best::before{
	background-color: #27ae60;
}
h3.grade.good::before{
	background-color: #0083D7;
}
h3.grade.nb::before{
	background-color: #d78900;
}
.heading_section::after {
    content: '';
    border-bottom: 3px solid #000000;
    width: 50px;
    display: block;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}
#gotoTop:hover{
	background-color: #0083d7;
}
.head-color #header.transparent-header {
    background: #0083d7;
}

.wrap_blog_list.detail{
	border: none;
}

.i-rounded, .i-circled, .i-bordered{
	width: 30px !important;
	height: 30px !important;
}

.btn_blue_border:hover{
	background-color: #cfe5f3;
}

.heading_form h3+span{
	display: block;
	margin-top: .25rem;
}

.wrap_register h3 > span {
	display: block;
    font-size: 12px;
    max-width: 75%;
    margin-left: auto;
    margin-top: .25rem;
    line-height: 1.5;
}

.section.bg-av-blue::before {
    content: '';
    background: url(../images/bg-city-invert.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position-y: bottom;
    opacity: .33;
}

.sp-line::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    border-right: 3px solid;
    top: 0;
    right: 0;
}

.section.bg-vm-blue {
    background-color: #0083d7;
    color: white;
    background-image: url(../images/bg-city.png);
}
.bg-vm-blue .heading_section::after {
    border-color: white;
}
.section.bg-vm-blue .heading_section h2 {
    color: white;
}
#content .wrap_about p{
	font-size: 16px;
	line-height: 26px;
}
.section.h800{
	height: 800px;
}
.private #primary-menu ul ul li:not(:last-child) {
    border-bottom: 1px solid #f9f9f9;
}
.ic-seepass{
	position: absolute;
    top: 40px;
    right: 30px;
    font-size: 16px;
}
.datepicker td, .datepicker th{
	padding: 10px;
	border-radius: 0;
	transition: .25s;
}
.datepicker table tr td.active.active{
	background-color: #0083D7;
	background-image: none;
}

.datepicker thead, .datepicker tbody{
	display: block;
	padding: 10px;
}

.datepicker thead{
    padding-bottom: 0;
    background-color: #0083d7;
    color: white;
}

.datepicker tbody{
	padding-top: 0;
}
.datepicker{
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover{
	background-color: rgba(0, 0, 0, 0.125);
}
.overview_section.document ul .item_list{
	width: 48%;
	margin-right: 2%;
}

#riwayat_pinjaman .wrap_result_simulation p{
	margin-bottom: 0;
}

.desktop-slide-wrap{
	display: flex;
}
.tl-wp-wrapper{
	width: 25%;
	transition: .5s;
	cursor: pointer;
}
.tl-wp-wrapper.active{
	width: 50%;
}
.tl-wp-wrapper .title_type_loan h3:not(.tl-num){
	position: absolute;
	bottom: 0;
	transition: .5s;
	width: 220px;
	text-align: center;
}
.tl-wp-wrapper.active .title_type_loan h3:not(.tl-num){
	bottom: 100%;
	text-align: left;
}
.tl-wp-wrapper:not(:last-child){
	padding-right: 15px;
}
.tl-wp-wrapper .type_loan_wrapper{
	display: flex;
	height: 100%;
	overflow: hidden;
}
.tl-wp-wrapper.active .type_loan_wrapper {
    border: 1px solid #0083d7;
}
.tl-wp-wrapper .type_loan_wrapper .pict_type_loan{
	transition: .25s;
	position: absolute;
	right: 20px;
	left: 20px;
	text-align: center;
}

.tl-wp-wrapper.active .type_loan_wrapper .pict_type_loan{
	opacity: 1;
	display: block;
	width: 40%;
	left: auto;
	text-align: right;
}
.tl-wp-wrapper .type_loan_wrapper .pict_type_loan img{
	width: 150px;
}
.tl-wp-wrapper.active .type_loan_wrapper .pict_type_loan img{
	width: 221px;
}
.tl-wp-wrapper .tl-desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tl-wp-wrapper .tl-desc .title_type_loan p{
	opacity: 0;
	transition: .5s;
}
.tl-wp-wrapper.active .tl-desc{
	/* padding-left: 33px; */
	width: 55%;
}
.tl-wp-wrapper.active .tl-desc .title_type_loan p{
	opacity: 1;
}


.tl-wp-wrapper.active h3, .tl-wp-wrapper.active p , .tl-wp-wrapper.active a, .tl-wp-wrapper.active a i{
	color: #0083D7;
}
.tl-wp-wrapper.active a{
	border-bottom: 1px solid;
}
.tl-wp-wrapper.active .type_loan_wrapper::before {
	width: 100%;
	opacity: 1;
}
.tl-wp-wrapper .type_loan_wrapper::before {
    background-color: #f4faff;
    content: '';
    display: block;
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    z-index: 0;
	top: 0;
	opacity: 0;
    transition: .75s ease-in-out;
}


.radio-style:checked + .radio-style-3-label:before{
	color: #0083D7;
}
.footer-widgets-wrap ol {
    padding-left: 25px;
}
.btn_blue.btn_sm{
	font-size: 14px;
	line-height: 20px;
}
.virtual-account {
    background-color: aliceblue;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
	border: 1px solid #0083d7;
	margin-bottom: 1.5rem;
}
.virtual-account .va-title {
	font-family: 'GothamBook', sans-serif;
	font-size: 16px;
}
.virtual-account .va-num {
    padding: 10px 20px;
    background-color: #0083d7;
    color: white;
	border-radius: 30px;
	font-size: 18px;
	font-family: 'GothamBook', sans-serif;
}
.list_info {
    height: 100%;
    position: relative;
}
.list_score p {
    margin: .5rem 0;
}
b, strong{
	font-weight: normal;
	font-family: 'GothamBold', sans-serif;
}
.blank-page{
	text-align: center;
	padding: 100px 0;
}
.blank-page img{
	margin-bottom: .5rem;
	width: 125px;
	margin: 0 auto;
}
.dark .footer-widgets-wrap a:hover {
    color: #ffe358;
}
.section.not-found{
	background: rgb(66, 131, 215);
	text-align: center;
	padding: 100px 0;
	overflow: visible;
}
.section.not-found a{
	color: white;
	border-bottom: 1px dotted white;
}
.section.not-found .heading-block{
	margin-bottom: 24px;
}
.section.not-found .heading-block h2{
	margin-bottom: 24px;
}
.section.not-found .nf-links a{
	display: inline-block;
	padding: 8px 16px;
	font-size: 16px;
	border: 1px solid white;
	margin-right: 16px;
	margin-bottom: 16px;
}
.section.not-found .nf-links a:last-child{
	margin-right: 0;
}
.section.not-found .nf-links{
	margin-bottom: 24px;
}
.section.darker-section{
	background-color: #eaeaea;
}