body.home.page-template-default.page.page-id-5.logged-in.wpb-js-composer.js-comp-ver-6\.7\.0.vc_responsive {
    background-color: #183052 !important;
	overflow-x:hidden;
}
/*Fonts Used*/
@font-face {
    font-family: 'Museo700';
    src: url('fonts/Museo700.eot');
    src: url('fonts/Museo700.eot') format('embedded-opentype'),
         url('fonts/Museo700.woff2') format('woff2'),
         url('fonts/Museo700.woff') format('woff'),
         url('fonts/Museo700.ttf') format('truetype'),
         url('fonts/Museo700.svg') format('svg');
}

@font-face {
    font-family: 'Museo500Regular';
    src: url('fonts/Museo500Regular.eot');
    src: url('fonts/Museo500Regular.eot') format('embedded-opentype'),
         url('fonts/Museo500Regular.woff2') format('woff2'),
         url('fonts/Museo500Regular.woff') format('woff'),
         url('fonts/Museo500Regular.ttf') format('truetype'),
         url('fonts/Museo500Regular.svg') format('svg');
}

body {
	font-family: 'Poppins', sans-serif;
}
h1, h2 {
	font-family: 'Museo500Regular',sans-serif !important;
}
h3, h4, h5, h6, .username {
	font-family: 'Museo500Regular',sans-serif !important;
}
header#zhiHead {
	background:#1A3964;
	position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%;
	border-bottom: none;	
}
#zhiHead .container .row{
	align-items:center;
}
.menu-apply.d-flex {
	align-items:center;
}
.brandlogo img, .ft-logo {
    max-width: 250px;
	width:100%;
}
/* .menu-wrapper {
    margin-right: 20%;
} */
.menu-wrapper_before{
	justify-content: space-between;
	align-items: center;
}
.mobile-menu.open-menu i.fas.fa-bars, .mobile-menu.open-menu i.fas.fa-times, .mobile-menu.close-menu i.fas.fa-bars, .mobile-menu.close-menu i.fas.fa-times {
	color: #fff;
	background-size:contain !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
}
.mobile-menu.open-menu i.fas.fa-bars, .mobile-menu.open-menu i.fas.fa-times{
	background:url(img/Icon-menu.png);
}
.mobile-menu.close-menu i.fas.fa-bars, .mobile-menu.close-menu i.fas.fa-times{
	background:url(img/Icon-menu-1.png);
}
.fa-bars:before, .fa-times:before {
	opacity:0;
}
#main_menu li a, #main_menu li a:hover{
	font-family: 'Poppins', sans-serif;	
	font-size:20px;
	color:#fff !important;
}
#main_menu li a:hover {
	text-decoration:none;
}
.mbl_menubtm {
	display:none;
}
.btn-primary:hover {
	color: #000;
    background: rgb(255,239,119);
    background: linear-gradient(90deg, rgba(255,239,119,1) 0%, rgba(255,225,0,1) 100%);
    border-color: transparent;
}
.fc-yellow {
	color:#F5DA7B;
}
.fc-lightblue, h3.widget-title, .nav-link.active, .nav-link:hover {
	color:#79B4FF;
}
.fc-greyblue {
	color:#C5CDDE;
}
.nav-link {
	color:#fff;
}
a {
	text-decoration:none !important;
}
.fs-56, h1 {
	font-size:56px;
}
.fs-40, h2 {
	font-size:40px;
}
.fs-30 {
	font-size:30px;
}
.fs-24, .username {
	font-size:24px;
}
.fs-20, p {
	font-size:20px;
}
.fs-18, .userdesc {
	font-size:18px;
}
.fs-16 {
	font-size:16px;
}
.fw-600, #current_amount2{
	font-weight:600;
}
.owl-carousel {
	display:block;
}
section.main-site.col-12.fullHeight section {
    padding: 0 15em !important;
}
a.accordion_link:hover {
	text-decoration:none;
	cursor:pointer;
}
.greyline {
	border-color:#CFCFCF;
}
.row.top_dl {
    flex-wrap: nowrap;
}
.top_dl img {
    max-width: 200px;
	width:100%;
}
/*Slider*/
.loan_slider_outerbox {
    width: 80%;
    margin: auto;
}
.slider {
    width: 100%;
}
.slider {
	-webkit-appearance: none;
	width: 100%;
	height:8px;
	background: transparent;
	border-radius: 10px;
	outline: none;
	opacity:1;
/* 	-webkit-transition: .2s;
	transition: opacity .2s; */
	position:relative;
	z-index: 10;
	margin: 0;
} 
.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;	
	border-radius: 50% 50%;
	background: #002C47;
	border:3px solid #fff;
	cursor: pointer;	
/* 	transition:width 0.5s ease-in-out; */
	z-index:999;
}
.slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	background:red;
	cursor: pointer;
	background: transparent;	
}
.rangeWrapper {
	position: relative;
	align-items: center;
	display: flex;
	margin: 1em auto;	
}
.rangeSliderBg {
	position: absolute;
	width: 100%;
	height: 4px;
	background: rgb(71 185 255 / 30%);
	border-radius: 3em;
	z-index: 0;
}
.rangeSliderFill {
	position: absolute;
	height: 4px;
	border-radius: 10px;
	background: #fff;
	z-index: 9;
/* 	transition: width 0.5s ease; */
}
.slidetotal_dialog {
    display: inline-block;
    color: #fff;
    background: #79B4FF;
    border-radius: 0.5em;
    padding: 0.5em;
    position: relative;
    transform: translateX(-20px) translateY(10px);
    z-index: 1;
}
.slidetotal_dialog:after {
    content: '';
    position: absolute;
    bottom: 0;
    transform: translate(-85%);
    left: 100%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #79B4FF;
    border-bottom: 0;
    margin-left: -28px;
    margin-bottom: -10px;
}
.info_amt {
	align-items: center;
}
.info_amt>div{
	background: #1a3964;
	border: 1px solid #515151;
    padding: 2em;	
}
.amt_lable {
	justify-content:space-between;
}
.repay_bx {
	padding:2em 0;
	justify-content:center;
	align-items:center;
}
/*About*/
.owl-carousel .owl-item img.aboutimg {
	width: 42px;
}
.mblaboutContainer p.fs-24, .aboutContainer_inner p.fs-24{
	font-weight:600;
}
.aboutContainer {
	z-index:5;
    width: 80%;
    margin: auto;
}
.aboutContainer_inner {
	background: rgb(12,31,58);
background: linear-gradient(180deg, rgba(12,31,58,1) 0%, rgba(26,57,100,1) 100%);
	border-radius: 2em;
	height: 100%;
}
.abtel01 {
    position: absolute;
    top: 7%;
    left: 33%;
    z-index: 0;
    opacity: 0.3;
}
.abtel02 {
	display:none;
}
.hiwrow {
	position:relative;
}
.hiwrow:before {
    content: "";
	display:block;
    width: 100%;
    height: 1000px;
    background-image: url(img/hiw_el01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -23%;
}
.hiw_phone_img {
	width:50%;
	margin:auto;
    border: 3px solid #FDDF01;
    border-radius: 2em;
    overflow: hidden;	
}
.row.hash_btn {
	align-items:center;
}
.row.hash_btn:hover {
	cursor:pointer;
}
.hash_btn .num, .hash_btn .hiw_step_c {
	opacity:0.7;
}
.hash_btn {
    padding: 1rem;
    display: flex;
    align-items: center;
    flex-wrap: inherit;
}
.hiw_url_link .hash_btn .num {
	border-radius: 50% 50%;
	background-color: #20467c;
	padding: 0.5em 1em;
	color: #85a3ce;
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
}
.hiw_url_link .hash_btn .hiw_step_c {
	color: #707070;
}
.hiw_url_link .hash_btn.active .hiw_step_c {
	color: #fff;
}
.hiw_url_link .hash_btn.active .num {
	opacity:1;	
	color:#fff;
	background: #79B4FF;
}
.hiwrow .applybtn, .applybtn {
	background: rgb(245,218,123);
background: linear-gradient(90deg, rgba(245,218,123,1) 0%, rgba(245,169,113,1) 100%);
	border-radius: 0.5em;
	padding:0.8em;
	color:#000;
	border-color:transparent;
}
.applybtn {
	padding:0.8em 2em;	
}
.hiwrow .desktop_applybtn {
	display:block;
}
.hiwrow .mbl_applybtn {
	display:none;
}
.item.user_bx {
    background-color: #21467A;
    padding: 2em;
	border-radius: 2em;
}
.item.user_bx {
    min-height: 36vh;
}
.username {
	font-weight:600;
}
.usersimg {
/*     max-width: 67px;
    width: 100%; */
	width:67px !important;
/* 	max-height:67px; */
    height: 67px;	
    border-radius: 50% 50%;
}
.user_carousel .owl-prev span, .user_carousel .owl-next span{
/* 	color:#FDDF01; */
	color:transparent;
	font-size:50px;
}
.user_carousel .owl-next span, .user_carousel .owl-prev span{
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}
.user_carousel .owl-next span{
	background-image:url('img/Iconarrow-next.png');
}
.user_carousel .owl-prev span{
	background-image:url('img/Iconarrow-back.png');
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
}
.clients_bg {
	position:relative;
	z-index:5;
}
.clients_bg .vc_column-inner {
	position:relative;
	z-index:5;	
}
.clients_bg:before {
	content:"";
	display:block;
	width:90%;
	height:100%;
	background-color:#1A3964;
	position:absolute;
	top:0;
	left:5%;
	z-index:0;
	border-radius:2em;
}
.cients_desc {
	width:50%;
	margin:auto;
}
.user_carousel .owl-prev {
	position: absolute;
    top: 25%;
    left: -5%;
}
.user_carousel .owl-next {
	position: absolute;
    top: 25%;
    right: -5%;
}
ul#faqs_tab {
    justify-content: center;
	margin:3em 0;
}
.meetclients_bg:before{
    content: "";
    width: 100%;
    height: 500px;
    background-image: url(img/user_el01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 37%;
    left: 65%;
}
.faqs_tab .nav-link {
	font-weight: 600;
}
.nav-link.active, .nav-link:hover {
	font-weight: 800;
}
.nav-link.active:after {
	content:"";
	display:block;
	width:100%;
	height:5px;
	border-bottom:2px solid #79B4FF;
/* 	transform: translateY(5px);	 */
}
.accordion_item {
	position: relative;
}
.tog_icon {
	position: absolute;
    top: 5%;
    right: 0;
}
/*FAQ*/
.accordion .accordion_link {
    color: #fff;
    opacity: 0.7;
    font-weight: 700;
    transition: all .3s ease;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    font-size: 28px;
}
.accordion .accordion_link.active {
    color: #fff;
    opacity: 1;
    text-decoration: none;
    transition: all .3s ease;
}
.faq_content .accordion .answer {
    display: none;
    padding-bottom: 15px;
}
.dl-iconbx {
	align-items:center;
}
.faq_container {
	width:80%;
}
.dl-iconbx .d-block img {
    max-width: 200px;
    width: 100%;
}
/*footer*/
.ft-icon-bx {
	padding-inline-start:0px;
	display:flex;
	align-items:center;
	list-style:none;
}
.ft-icon-bx li {
	padding-right: 1em;
}
.copyright {
    border-top: solid 1px transparent;color:#C5CDDE !important;
}
#footer-widget {
	border-top:1px solid #3865BB;
	background: #183052 !important;
}
#footer-widget .container .row {
	justify-content: space-evenly;
}
footer.footer {
    background: #1A3964 !important;
}
.footer .container {
	align-items:center;
	justify-content:space-between;
}
#footer-widget .container {
    margin: 5em auto;
}
#custom_html-3 .nowrap {
	white-space:nowrap;
}
.tcppbx p {
	margin-bottom:0;
}


#how_it_work_inner{background-position:300px bottom !important;}


@media (min-width: 1024px) {
#zhiHead.container{
    max-width: 660px !important;
}
}

@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1640px;
	}
	#zhiHead.active:before{background:#1a3964;display:none;}
}
/*
@media (max-width: 1024px){
	section.main-site.col-12.fullHeight section {
		padding: 0 5em !important;
	}
	.vc_row-full-width.vc_clearfix {
		display:none;
	}
	.row.hiwrow {
		display:block;
	}
	.row.hiwrow .col-sm-6{
		margin:auto;
	}	
	.row.hiwrow .col-sm-6.order-first.order-sm-last {
		max-width:100%;
	}
	#custom_html-3 .nowrap {
		white-space: initial;
	}
	#footer-widget .container {
		margin: auto;
		margin-left: 0; 
	margin-right: 0;
}
} */
@media (max-width: 1600px){
	.item.user_bx {
		min-height: 40vh;
	}
	section.main-site.col-12.fullHeight section{padding:0 5em !important;}
}
@media (max-width: 1540px){
	.item.user_bx {
		min-height: 45vh;
	}
}
@media (max-width: 1380px){
	.item.user_bx {
		min-height: 52vh;
	}
}
@media (max-width: 767px){
body.home.page-template-default.page.page-id-5.logged-in.wpb-js-composer.js-comp-ver-6\.7\.0.vc_responsive {
	background-color: #fff !important;}
	.brandlogo img, .ft-logo {
		width: 150px;
		margin:auto;
	}
	.menu-wrapper {
		background:#183052;
		border-radius: 0 !important;
	}
/* 	.menu-wrapper.active {
		height: 100vh;
	} */
	#main_menu, .language-switcher{
		z-index: 999;
		position:relative;
	}
	#main_menu li a{
		font-size: 18px;
	}
	.language-switcher span {
		color:#fff;
	}
	.menu-wrapper-inner {
		height: 90vh;
		position:relative;
	}
	.menu-apply.d-flex {
		transform: translatex(20%);
	}
	.mbl_menubtm {
		display: block;
		position: absolute;
		bottom: 0;
		transform: translatex(-50%);
		left: 50%;
/* 		height: 30vh; */
		width: 100%;
	}
	.mbl_menubtm .mbl_menuft{
		display:block;
/* 		position: absolute;
		left:0;
		bottom: 0%; */
	}
	.mbl_menubtm> div {
		margin-bottom: 2em;
	}
	.mbl_download{
		width: 100%;
	}
	.mbl_download img {
		max-width:200px;
		width:100%;
		margin:auto;
	}
	section.main-site.col-12.fullHeight section {
		padding: 0 !important;
	}
	.fs-56, h1 {
		font-size: 28px;
	}
	.fs-40, h2, h3 {
		font-size: 24px;
	}
	.fs-30, .info_amt .fs-30 {
		font-size: 20px;
	}
	.fs-20, p {
		font-size: 16px;
	}
	.fs-18, .userdesc {
		font-size: 16px;
	}
	.slidetotal_dialog {
		transform: translateX(-30px) translateY(10px);
	}
	#howitworks .h-80{
		height:95px !important;
	}
	.h-80 {
		height:30px !important;
	}
	#home {
		text-align:center;
	}
	.btn-chat {
		background: #3865BB;
		border-radius: 0.5em;
		padding:0.6em 0.7em;
		color:#000;
		border-color:transparent;
	}
	.btn-chat img {
		width:18px;
	}
	.topbtm .applybtn p{
		font-size:20px;
	}
	.applybtn {
		padding:0.5em 0.6em;	
	}
	.applybtn img {
		width:20px;
	}
	.row.top_dl {
		justify-content: center;
		flex-wrap: wrap;
	}
	.top_el01 {
		position: absolute;
		top: 150%;
		left: -35%;
		width: 100%;
	    opacity: 0.5;	
	}
	.loanamt_slide {
		width: 80%;
		margin: auto;
	}
	.info_amt {
		width: 90%;
		margin: auto;
	}
	.loan_slider_outerbox {
		width: 100%;
	}
	.info_amt>div {
		padding: 1em;
	}
	.info_amt p{
		font-size:18px;
	}
	.mbl_dlchatbx {
		display: flex !important;
		align-items: center;
/* 		transform: translateX(10px); */
	}
	.mbl_dlchatbx>div {
		padding:0 0.3em;
	}
	#about .w-75 {
    	width: 100%!important;
	}
	.abtel01 {
		top: 8%;
		left: 34%;
		width: 100%;
	}
	.abtel02 {
		display:block;
		position:absolute;
		top: 45%;
		left: -33%;
		width: 100%;
	}
	.aboutimg_bx p{
		font-size:22px;
	}
	.aboutContainer {
		width: 100%;
	}
	#howitworks .w-50 {
		width: 100%! important;
	}
	#howitworks .wpb_text_column.wpb_content_element.text-center.fc-yellow.mb-5{
		margin-bottom: 0rem !important;
	}
	.hiw_step_c {
		display: none;
	}
	.hiw_step_c.pl-4{
		padding-left:0 !important;
	}
	.hiw_url_link .hash_btn.active .hiw_step_c {
		display: block;
		position: absolute;
		bottom: -30px;
		width: calc(100% - 30px);
		left: 15px;
		text-align: center;
	}
	.hiw_url_link>div{
		display: flex;
		justify-content: space-between;
	}
	.hiw_phone_img {
		width: 80%;
	}
	.hiwrow .leftcol.order-sm-first.order-last {
		transform: translateY(10%);
	}
	.hiwrow .applybtn {
		transform: translateY(70%);
	}
	.hiwrow:before {
		display:none;
	}
	.hiwrow .desktop_applybtn {
		display:none;
	}
	.hiwrow .mbl_applybtn {
		display:block;
	}
	.clients_bg {
		background-color: #1A3964;
	}
	.clients_bg:before{
		display:none;
	}
	.cients_desc {
		width: 100%;
	}
	.user_carousel .owl-prev, .user_carousel .owl-next{
		transform: translateY(-50%);
		top: 50%;
	}
	.user_carousel .owl-prev {
		left:0;
	}
	.user_carousel .owl-next {
		right:0;
	}
	.item.user_bx {
		width: 80%;
		margin: auto;
		border-radius: 1em;
	}
	.userContainer .row {
		flex-wrap: inherit;
	}
	.username {
		font-size: 20px;
		font-weight: 500;
	}
	.userpost {
		font-size:14px;
	}
	.scroll_tab {
		margin: 2em 0;
	}
	.faq_container {
		width: 100%;
	}	
	ul#faqs_tab {
		margin:1em 0;
		justify-content: flex-start;
		overflow-y: scroll;
		flex-wrap: nowrap;
	}
	.faqs_tab .nav-link{
		white-space: nowrap;
	}
	.faqs_tab .nav-link p{
		font-size:22px;
	}
	.accordion_item .accordion_link{
		width: 86%;
	}
	.tog_icon {
		font-size: 15px;
	}
	#download {
		text-align:center;
	}
	.mbl_dl_pic figure.wpb_wrapper.vc_figure:before {
		content: "";
		width: 559px;
		height: 521px;
		display: block;
		background: url(img/mbl_btmimg2.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		left:0;
		bottom: 0;
	}
	.mbl_dl_pic figure.wpb_wrapper.vc_figure img {
		opacity:0;
	}	
	.d-flex.dl-iconbx {
		justify-content:center;
	}
	.d-flex.dl-iconbx .pr-3{
		display:none;
	}
	#footer-widget {
		text-align:center;
	}
	#footer-widget .row div{
		padding-bottom: 1em;
	}
	.ft-logo {
		padding-top:2em;
	}
	.ft-icon-bx {
		justify-content:center;
	}
	.footer .container.d-flex, .footer .container.d-flex .d-flex{
		display:block !important;
		text-align:center;
	}
	#footer-widget .container {
		margin: 2em 0;
	}
	.tcppbx p {
		margin-bottom:revert;
	}
}
