 /******************************************************
                    Main CSS 
******************************************************/
@import url('aos.css');
@import url('base.css');
@import url('style.css');
@import url('header.css');
@import url('footer.css');

html{
	scroll-behavior: smooth;
}

body{transition: background-color 1s ease !important;} 
/* Header */
.main-content {
	margin-top: 0px;
}


/* Home Banner */

.home-hero {
	height: 845px; 
}
.bg1,.bg2,.bg3{
	background-color: var(--blue);
	background-image: url("../images/home-slide-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.bg2{
	background-image: url("../images/home-slide-2.jpg");
}
.bg3{
	background-image: url("../images/home-slide-3.jpg");
}
.home-hero .hero-content {
	position: relative;
    padding: 220px 0 85px;
    z-index: 9;
}

.home-hero>.container,
.home-hero .hero-content {
	height: var(--height-full);
}
.home-hero .hero-content article {
	padding: 20px 0 72px;
}
/* slide one */
.home-hero.slide-one{
	position: relative;
}
.home-hero.slide-one .container{
 position: relative;
}
.home-hero.slide-one .container:after{
	position: absolute;
	right: -50px;
	bottom: -50px;
	content: "";
	background: url(../images/man-hero.png) no-repeat;
	width: 426px;
	height: 752px;
	display: inline-block;
	z-index: 2;
}
.home-hero .hero-content article h1 {
	font-weight: var(--weight-900);
	font-size: var(--font-size-48);
	line-height: var(--line-height-48);
	color: var(--white-col);
	text-transform: uppercase;
	letter-spacing: 0.02em;
	text-shadow: 0px 2px 2px rgba(25, 72, 208, 0.78);
}
.home-hero .hero-content article h1 span {
	background: var(--yellow);
	color: var(--blue);
	padding: 0 10px; 
}
.home-hero .hero-content article p {
	font-size: var(--font-size-18);
	line-height: var(--line-height-18);
	color: var(--white-col);
	padding: 30px 0 0px;
}
/* loan calculator */

.home-hero .hero-content ul.loan-calc {
	background: rgba(13, 27, 57, 0.6);
	padding: 32px 42px;
	border-radius: 28px;
	overflow: hidden;
	margin: 0 0 0px;
}

.home-hero .hero-content ul.loan-calc>li {
	padding: 0 25px;
	float: left;
	display: block;
	border-right: 1px solid var(--navy-blue-dark);
	min-height: 66px;
}

.home-hero .hero-content ul.loan-calc>li:first-child,
.home-hero .hero-content ul.loan-calc>li:nth-of-type(2) {
	width: 25%;
}

.home-hero .hero-content ul.loan-calc>li:nth-of-type(3),
.home-hero .hero-content ul.loan-calc>li:nth-of-type(4) {
	width: 16%;
}

.home-hero .hero-content ul.loan-calc>li:last-child {
	width: 18%;
	padding-right: 0px;
	border: 0px;
}

.home-hero .hero-content ul.loan-calc>li:first-child {
	padding-left: 0px;
}

.home-hero .hero-content ul.loan-calc>li h3 {
	color: var(--white-col);
	font-weight: var(--weight-500);
	font-size: var(--font-size-16);
	padding: 0 0 25px;
}

.home-hero .hero-content ul.loan-calc>li p {
	font-weight: var(--weight-500);
	font-size: 32px;
	line-height: 22px;
	color: var(--white-col);
	padding: 0px;
}

.home-hero .hero-content ul.loan-calc>li .btn.white-btn {
	text-transform: uppercase;
	font-weight: var(--weight-700);
	font-size: var(--font-size-14);
	color: var(--navy-blue-dark);
	width: var(--width-full);
	padding: 18px 12px;
	margin: 15px 0 0;
	line-height: 14px;
}
.home-hero .hero-content ul.loan-calc>li .btn.white-btn:hover{
	background: var(--primary-red);
    border: 1px solid var(--primary-red);
    color: var(--yellow);
}

.carousel-control-prev {
    display: none;
}

.carousel-control-next,
.carousel-control-prev {
	height: 56px;
    top: 330px;
    transform: translateY(0);
    margin: 0;
    z-index: 99;
    opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	border: 2px solid var(--yellow);
	width: 56px;
	height: 56px;
	display: inline-block;
	border-radius: 50%;
	background-image: none;
	position: relative;
	transition: all 0.3s;
	background-color: transparent;
}
.carousel-control-next-icon:after,
.carousel-control-prev-icon:after{
	background-image: url(../images/arrows-sprite.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 28px;
    height: 13px;
    display: inline-block;
    content: "";
    top: 50%;
    position: absolute;
    left: 50%;
    margin: -6.5px 0 0 -14px;
}
.carousel-control-next-icon:after{
	background-position: 0px 1px;
}
.carousel-control-prev-icon:after{
	background-position: 0px -78px;
}
.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover{
	background-color: transparent;
	border-color: var(--white-col);

}
.carousel-control-next:hover .carousel-control-next-icon:after{
	background-position: 0px -12px;
}
.carousel-control-prev:hover .carousel-control-prev-icon:after{
	background-position: 0px -91px;
}
.carousel-control-next:focus, 
.carousel-control-next:hover, 
.carousel-control-prev:focus, 
.carousel-control-prev:hover{
	opacity: 1;
}
.carousel-indicators {
	bottom: 38px;
}

.carousel-indicators li {
	width: 24px;
	height: 6px;
	border-radius: 13px;
	background-color: rgba(196, 216, 255, 0.4);
	opacity: 1;
	border: 0px;
	margin: 0px 10px 0 0;
}

.carousel-indicators li:last-child {
	margin: 0px;
}

.carousel-indicators li.active {
	width: 76px;
	background-color: #fff;
}


/* slide two */
/*
.home-hero.slide-two {
	background-color: var(--blue);
	background-image: url("../images/home-slide-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}*/
.home-hero.slide-two .hero-content{
	padding: 192px 0 0;
}
.home-hero.slide-two .hero-content article {
	text-align: center;
	padding: 0px 0 25px;
}

.home-hero.slide-two .hero-content article h1 span {
	margin: 0 0 0 0px;
}

.home-hero .hero-content .services .row div[class*='col-'] {
	padding-right: 10px;
	padding-left: 10px;
}

.home-hero .hero-content .services .row div[class*='col-']:first-child {
	padding-left: 15px;
}

.home-hero .hero-content .services .row div[class*='col-']:last-child {
	padding-right: 15px;
}

.home-hero .hero-content .services figure {
	text-align: center;
}

.home-hero .hero-content .services figure .holder {
	line-height: 260px;
}

.home-hero .hero-content .services figure figcaption {
	color: var(--white-col);
	background: rgba(13, 27, 57, 0.6);
	border-radius: 20px;
	padding: 30px 34px;
	text-align: left;
}

.home-hero .hero-content .services figure figcaption h4 {
	font-weight: var(--weight-600);
	font-size: var(--font-size-20);
	line-height: var(--line-height-20);
	color: var(--white-col);
	padding: 0px 0 10px;
}

.home-hero .hero-content .services figure figcaption p {
	font-size: var(--font-size-16);
	line-height: var(--line-height-16);
	color: var(--white-col);
}


/* slide three */
/*
.home-hero.slide-three {
	background-color: var(--blue);
	background-image: url("../images/home-slide-3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}*/
.home-hero.slide-three .hero-content{
	padding: 185px 0 85px;
}
.home-hero.slide-three .hero-content figure {
	position: relative;
}

.home-hero.slide-three .hero-content figure img {
	width: auto;
	margin: 0 auto;
}

.home-hero.slide-three .hero-content article p {
	padding: 35px 0 45px;
}

.home-hero.slide-three .hero-content article .btn.white-btn {
	font-size: var(--font-size-14);
	line-height: var(--line-height-11);
	padding: 20px 54px;
	border-radius: 80px;
}


/* company vision */

.company-vision {
	background: #123973;
	background-size: cover;
	background-position: center center;
	padding: 90px 0;
	position: relative;
	z-index: 1;
}

/* company vision graphic */
.company-vision figure{
	position: relative;
}
.company-vision figure .company-vision-cycle {
	background: url(../images/vision-cycle.svg) no-repeat;
	display: inline-block;
	width: 495px;
	height: 464px;
	text-align: center;
}
.company-vision figure .company-vision-cycle content{
	position: absolute;
	width: 100%;
	height: 464px;
	text-align: center;
	left: 0;
	top: 0;
}
.company-vision figure .company-vision-cycle content h3{
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-weight: var(--weight-700);
	font-size: var(--font-size-11);
	line-height: var(--line-height-11);
	color: var(--blue);
	position: absolute;
}
.company-vision figure .company-vision-cycle content h4{
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: var(--weight-700);
	font-size: var(--font-size-14);
	line-height: var(--line-height-12);
	color: var(--white-col);
	position: absolute;
}
.company-vision figure .company-vision-cycle content .days{
	top: 58px;
    left: 50%;
    margin: 0 0 0 -70px;
}
.company-vision figure .company-vision-cycle content .client{
	top: 49%;
    left: 17px;
    margin: -7px 0 0 0;
}
.company-vision figure .company-vision-cycle content .app{
	left: 50%;
    top: 50%;
    margin: 18px 0 0 -90px;
}
.company-vision figure .company-vision-cycle content .platform{
	right: 119px;
	top: 48.6%;
    margin: -7px 0 0 0;
}
.company-vision figure .company-vision-cycle content .loan{
	bottom: 30px;
    right: 48.1%;
    margin: 0 35px 0 0;
}
.company-vision figure figcaption {
	position: relative;
	color: var(--white-col);
	font-weight: var(--weight-600);
	font-size: var(--font-size-16);
	line-height: var(--line-height-18);
	padding: 0 0 0 20px;
	margin: 75px 0 0;
}

.company-vision figure figcaption:after {
	border-radius: 5px;
	width: 4px;
	height: 100%;
	content: '';
	background-color: var(--yellow);
	display: block;
	left: 0px;
	top: 0px;
	position: absolute;
}


/* company vision details */

.company-vision ul.details-item>li {
	color: var(--white-col);
	font-size: var(--font-size-16);
	line-height: var(--line-height-16);
	display: block;
	position: relative;
	padding: 0 0 0 95px;
	margin: 0 0 20px;
}

.company-vision ul.details-item>li:after {
	background-position: 0 0;
	display: inline-block;
	width: 82px;
	height: 83px;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background-size: 90% !important; 
}

.company-vision ul.details-item>li:first-child:after {
	background: url(../images/weight-icon.svg)no-repeat;
}

.company-vision ul.details-item>li:last-child:after {
	background: url(../images/expand-icon.svg)no-repeat;
}

.company-vision .btn.white-btn.big {
	color: var(--secondary-red);
	vertical-align: middle;
	margin: 30px 95px 0;
}
.company-vision .btn.white-btn.big .icon{
	background-image: url(../images/arrows-sprite.png);
    background-position: 0px -65px;
    background-repeat: no-repeat;
    width: 28px;
    height: 13px;
    display: inline-block;
}
.company-vision .btn.white-btn.big:hover{
	background: var(--yellow);
	border-color: var(--yellow);
	color: var(--blue);
}
.company-vision .btn.white-btn.big:hover .icon{
	background-position: 0px -26px;
}

/* company vision cards */

.company-vision .cards {
	color: var(--white-col);
	padding: 105px 0 0;
}

.company-vision .cards .row div[class*='col-'] {
	padding-right: 5px;
	padding-left: 5px;
}

.company-vision .cards .row div[class*='col-']:first-child {
	padding-left: 15px;
}

.company-vision .cards .row div[class*='col-']:last-child {
	padding-right: 15px;
}

.company-vision .cards .card {
	background: #365dbd;
	border-radius: 8px;
	border: 0px;
	padding: 30px 30px;
	margin: 10px 0 0;
}

.company-vision .cards .card h2 {
	font-weight: var(--weight-600);
	font-size: var(--font-size-20);
	line-height: var(--line-height-20);
	padding: 8px 0;
}

.company-vision .cards .card p {
	font-size: var(--font-size-16);
	line-height: var(--line-height-16);
	color: var(--light-red);
}


/* how it works */

.howit-works {
	background: var(--black-col);
    /*background: #1a2640;*/
	background-size: cover;
	background-position: 0px 30px;
	padding: 140px 0 100px;
	position: relative;
	z-index: 1;
}

.howit-works .section-heading {
	padding: 0 0 20px;
}

.howit-works .nav-pills .nav-link.active,
.howit-works .nav-pills .show>.nav-link {
	color: var(--white-col);
	background-color: var(--secondary-dark);
	border-radius: 8px;
}

.howit-works .nav-pills .nav-link {
	color: var(--white-col);
	border-radius: 0px;
	position: relative;
	overflow: hidden;
	padding: 32px 35px 32px 105px;
}

.howit-works .nav-pills .nav-item {
	margin: 0 0 16px;
}

.howit-works .nav-pills .nav-item:last-child {
	margin: 0px;
}

.howit-works .nav-pills .nav-link.active:after {
	position: absolute;
	content: '';
	width: 85%;
	height: 3px;
	left: 0;
	top: 0;
	background: var(--yellow);
	border-radius: 8px;
}

.howit-works .nav-pills .nav-link:before {
	position: absolute;
	content: '';
	left: 25px;
	top: 32px;
	display: inline-block;
}

.howit-works .nav-pills .nav-link.lenders:before {
	top: 40px;
	width: 59px;
	height: 44px;
	background: url(../images/lenders-icon.svg)no-repeat;
}

.howit-works .nav-pills .nav-link.system:before {
	width: 60px;
	height: 61px;
	background: url(../images/income-system-icon.svg)no-repeat;
}

.howit-works .nav-pills .nav-link h3 {
	font-weight: var(--weight-600);
	font-size: var(--font-size-20);
	line-height: var(--line-height-20);
	padding: 0 0 10px;
}

.howit-works .nav-pills .nav-link p {
	font-size: var(--font-size-16);
	line-height: var(--line-height-16);
	color: var(--secondary-grey);
}

.howit-works .tab-content {
	position: relative;
}

.howit-works .tab-content>.tab-pane {
	padding: 45px 20px 0 85px;
}

.howit-works .tab-content:after {
	background: url(../images/particle-globe.svg)no-repeat;
	background-position: 0px 0px;
	width: 100%;
	height: 604px;
	display: inline-block;
	position: absolute;
	top: -170px;
	content: '';
	left: 0;
}

.howit-works .tab-content .card-groups {
	height: 162px;
}

.howit-works .tab-content .card-groups>li {
	color: var(--white-col);
	border-radius: 8px;
	position: relative;
	z-index: 1;
	display: block;
	float: left;
	text-align: center;
	padding: 45px 20px;
	margin: 0 20px 0 0;
}

.howit-works .tab-content .card-groups>li:last-child {
	margin: 0px;
}

.howit-works .tab-content .card-groups>li.refund {
	background: var(--blue);
	width: 36%;
	height: 110%;
}

.howit-works .tab-content #system .card-groups>li.refund {
	position: relative;
}

.howit-works .tab-content #system .card-groups>li.refund:before {
	content: "";
	position: absolute;
	right: -37px;
	height: 0;
	width: 0;
	border-top: 80px solid transparent;
	border-bottom: 80px solid transparent;
	border-left: 40px solid var(--blue);
	border-radius: 0;
	top: 50%;
	transform: translateY(-50%);
}

.howit-works .tab-content .card-groups>li.imm-loan {
	background: var(--secondary-red);
	width: 59%;
	height: 110%;
}

.howit-works .tab-content .card-groups>li h3 {
	font-weight: var(--weight-800);
	font-size: var(--font-size-32);
	line-height: var(--line-height-32);
	padding: 0 0 6px;
	text-transform: uppercase;
}

.howit-works .tab-content .card-groups>li p {
	font-weight: var(--weight-500);
	font-size: var(--font-size-18);
}

.howit-works .tab-content #system .card-groups>li.refund p {
	white-space: nowrap;
	position: relative;
	left: 6%;
}

.howit-works .tab-content .mark {
	background: rgba(26, 38, 64, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.32);
	box-sizing: border-box;
	border-radius: 4px;
	color: var(--white-col);
	position: relative;
	z-index: 1;
	margin: 40px 20px 0;
	padding: 10px 0 9px;
}

.howit-works .tab-content .mark p {
	text-align: center;
	font-size: var(--font-size-10);
	line-height: 18px;
	font-weight: var(--weight-600);
}

.howit-works .tab-content .mark p span {
	font-weight: var(--weight-300);
}


/* affilated program */

.affilated-pro {
	position: relative;
	z-index: 1;
	padding: 180px 0 0;
}

.affilated-pro .incomes header {
	color: var(--white-col);
	background: var(--blue);
	border-radius: 8px;
	padding: 32px 16px;
}

.affilated-pro .incomes header h2 {
	font-weight: var(--weight-900);
	font-size: var(--font-size-24);
	line-height: var(--line-height-20);
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.affilated-pro .lvl header {
	background: var(--secondary-dark);
	text-align: center;
	border-radius: 8px;
	padding: 28px 16px;
}

.affilated-pro .lvl.lvl-1 {
	margin: 45px 0;
	background: var(--secondary-dark);
	border-radius: 8px;
	padding: 0 0 4px;
	position: relative;
}

.affilated-pro .lvl.lvl-1:before {
	background: url(../images/yellow-rectangle-icon.svg)no-repeat;
	width: 25px;
	height: 17px;
	display: inline-block;
	content: '';
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translateX(-50%);
}

.affilated-pro .lvl.lvl-1 header {
	background: transparent;
	border-radius: 0px;
	padding: 28px 16px;
}

.affilated-pro .lvl header h3 {
	font-weight: var(--weight-500);
	font-size: var(--font-size-18);
	line-height: 22px;
	color: var(--primary-grey);
	padding: 0 0 8px;
}

.affilated-pro .lvl header h4 {
	font-weight: var(--weight-900);
	font-size: var(--font-size-24);
	line-height: var(--line-height-20);
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--white-col);
}

.affilated-pro .lvl .percentage {
	color: var(--white-col);
	height: 108px;
	background: var(--primary-dark);
	border-radius: 8px;
	margin: 0 4px 0px;
}

.affilated-pro .lvl .percentage>li {
	float: left;
	width: 33.333%;
	display: block;
	text-align: center;
	position: relative;
	padding: 26px 0 22px;
}

.affilated-pro .lvl .percentage>li:after {
	position: absolute;
	width: 1px;
	height: 55%;
	content: '';
	display: inline-block;
	right: 0;
	bottom: 0;
	background: #1f2d4c;
}

.affilated-pro .lvl .percentage>li:last-child:after {
	display: none;
}

.affilated-pro .lvl .percentage>li:before {
	background: url(../images/yellow-rectangle-icon.svg)no-repeat;
	width: 25px;
	height: 17px;
	display: inline-block;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -35px;
	transform: translateX(-50%);
}

.affilated-pro .lvl .percentage>li:first-child:before {
	left: inherit;
	right: -12px;
	transform: translateX(0%);
}

.affilated-pro .lvl .percentage>li:last-child:before {
	left: -13px;
	transform: translateX(0%);
}

.affilated-pro .lvl .percentage>li h5 {
	font-weight: var(--weight-900);
	font-size: var(--font-size-24);
	line-height: var(--line-height-20);
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--white-col);
	padding: 0 0 8px;
}

.affilated-pro .lvl .percentage>li p {
	font-weight: var(--weight-500);
	font-size: var(--font-size-18);
	line-height: 22px;
	color: var(--primary-grey);
}


/* .affilated description */

.affilated-descp {
	position: relative;
	z-index: 1;
}

.affilated-descp .section-heading {
	padding: 35px 0 20px;
}

.affilated-descp .section-heading h2 {
	padding: 6px 0 0px;
}

.affilated-descp article p {
	color: var(--primary-grey);
	font-size: var(--font-size-16);
	line-height: var(--line-height-16);
	padding: 15px 0 40px;
}

.affilated-descp article ul>li {
	display: block;
	position: relative;
	padding: 0 0 0 85px;
	margin: 0 0 40px;
}

.affilated-descp article ul>li:last-child {
	margin: 0px;
}

.affilated-descp article ul>li:after {
	background-position: 0 0;
	display: inline-block;
	width: 56px;
	height: 57px;
	position: absolute;
	top: 6px;
	left: 0;
	content: '';
}

.affilated-descp article ul>li:first-child:after {
	background: url(../images/affilated-icon.svg)no-repeat;
}

.affilated-descp article ul>li:last-child:after {
	background: url(../images/vip-icon.svg)no-repeat;
}

.affilated-descp article ul>li h3 {
	font-weight: var(--weight-700);
	font-size: var(--font-size-20);
	line-height: 30px;
	color: var(--white-col);
	padding: 0 0 8px;
}

.affilated-descp article ul>li p {
	padding: 0 0;
}

.review-section {
	background: var(--grey-light-shade);
	min-height: 615px;
	padding: 60px 0 70px;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.bx-wrapper {
	box-shadow: none;
	border: 0;
	background: transparent;
}

.slider-wrapper {
	padding: 0 80px;
	margin-top: 30px;
	position: relative;
}
.slider-wrapper .bx-next,
.slider-wrapper .bx-prev{
	height: 56px;
    width: 56px;
    border-radius: 50%;
    border: 2px solid var(--blue);
    display: inline-block;
}
.slider-wrapper .bx-next:after,
.slider-wrapper .bx-prev:after{
	background-image: url(../images/arrows-sprite.png);
    background-position: 0px -26px;
    background-repeat: no-repeat;
    width: 28px;
    height: 13px;
    display: inline-block;
    content: "";
    top: 50%;
    position: absolute;
    left: 50%;
    margin: -6.5px 0 0 -14px;
}
.slider-wrapper .bx-prev:after{
	background-position: 0px -105px;
}
.slider-wrapper .bx-next:hover:after{
	background-position: 0px -13px;
}
.slider-wrapper .bx-prev:hover:after{
	background-position: 0px -92px;
}
.slider-wrapper .bx-next:hover, 
.slider-wrapper .bx-prev:hover{
	background: var(--blue);
}
.slider-wrapper .bx-next {
	position: absolute;
	right: 0px;
	top: 40%;
	margin-top: -28px;
}
.add-content:hover{
    background: var(--blue);
}
.add-content:hover:after{
    background-position: 0px -13px;
}
.add-content {
	position: absolute;/*
	right: 0px;
	top: 40%;
	margin-top: -28px;*/
    margin-left: 10px;
	height: 38px;
    width: 37px;
    border-radius: 50%;
    border: 2px solid var(--blue);
    display: inline-block;
}
.add-content:after {
	background-image: url(../images/plus-sprite.png);
    background-position: 0px -26px;
    background-repeat: no-repeat;
    width: 28px;
    height: 13px;
    display: inline-block;
    content: "";
    top: 50%;
    position: absolute;
    left: 50%;
    margin: -6.5px 0 0 -7px;
}

.slider-wrapper .bx-prev {
	position: absolute;
	left: 0px;
	top: 40%;
	margin-top: -28px;
}

.review-slider .review {
	background: #FFFFFF;
	border-radius: 6px;
	padding: 30px 25px;
	font-size: var(--font-size-18);
	line-height: var(--line-height-18);
	color: var(--primary-dark);
}

.review-slider .user-detail {
	padding-top: 25px;
	color: var(--primary-dark);
}

.review-slider .user-detail .pic {
	float: left;
	margin-right: 15px;
}

.review-slider .user-detail h4 {
	font-weight: var(--weight-700);
	font-size: var(--font-size-20);
	line-height: var(--line-height-20);
}


/* Home Banner */

.banner {
	background: url(../images/home-banner.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 864px;
}

.inner-banner {
	padding-top: 120px;
	color: var(--white-col);
	min-height: 660px;
	position: relative;
}

.inner-banner p {
	padding: 20px 0;
}

.inner-banner .btn {
	margin-top: 20px;
}

.inner-banner .banner-wrapper {
	position: absolute;
	top: 30%;
	transform: translate(-50%);
	left: 50%;
	width: 800px;
	max-width: 100%;
	padding: 0 15px;
	z-index: 2;
}

.inner-banner .white-btn.big {
	width: 325px;
	max-width: 100%;
	padding: 14px 25px;
}

.inner-banner table td:first-child {
	padding-left: 0;
}

.inner-banner table td:last-child {
	padding-left: 0;
	color: var(--secondary-grey);
}

.inner-banner table td a {
	color: var(--secondary-grey);
}

.inner-banner table td {
	padding: 2px 5px;
	width: 280px;
}

.inner-banner h2 {
	font-weight: var(--weight-900);
	font-size: var(--font-size-48);
	line-height: var(--line-height-48);
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--white-col);
	text-shadow: 0px 2px 2px rgba(25, 72, 208, 0.78);
	padding-bottom: 15px;
}


/* how-it-work-banner Banner */

.how-it-work-banner {
	background: url(../images/how-it-work-banner.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}


/* Contact Us Banner */

.contact-us-banner h2 span {
	margin: 0 -8px 0 -12px;
}

.contact-us-banner h4 {
	font-weight: var(--weight-700);
	font-size: var(--font-size-14);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--yellow);
	padding-top: 18px;
	line-height: 12px;
}

.contact-us-banner small {
	font-size: var(--font-size-11);
}

.inner-banner h2 span {
	color: var(--blue);
	background: var(--yellow);
	display: inline-block;
	vertical-align: bottom;
	padding: 0 10px;
	margin: 0 -7px;
}

.contact-us-banner {
	background: url(../images/map.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 664px;
	position: relative;
}
.contact-us-banner > .container{
	position: relative;
	z-index: 2;
}
.contact-us-banner:after{
	background: #275fe8;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: inline-block;
	opacity: 0.75;
}


/* Contact Form */

.contact-form {
	background: var(--white-col);
	border-radius: 10px;
	padding: 15px 30px 35px;
}

.contact-form .form-group {
	margin-top: 25px;
}

.contact-form .form-group label {
	font-size: var(--font-size-11);
	line-height: var(--line-height-11);
	color: var(--secondary-dark);
	font-weight: var(--weight-400);
}

.contact-form .form-control {
	border: 0;
	padding: 0;
	box-shadow: none;
	outline: 0px;
	border-bottom: 1px solid var(--primary-grey);
	border-radius: 0;
	color: var(--secondary-dark);
	font-size: var(--font-size-14);
}

.contact-form .form-control.error {
	border-color: var(--secondary-red);
}

.contact-form .error-msg {
	color: var(--secondary-red);
	font-size: var(--font-size-11);
	font-weight: 500;
	position: absolute;
	width: 100%;
	margin-top: 5px;
	line-height: var(--line-height-11);
}

/* Contact sent error */

.contact-form input.error,.contact-form textarea.error,.contact-form select.error,#selektor.error {
  -webkit-animation: shake 0.2s ease-in-out 0s 2;
          animation: shake 0.2s ease-in-out 0s 2;
  box-shadow: 0 0 0.5em red;
}
.contact-form{ position:relative; } 
.contact-form.lock::before{
    content:'';
    position:absolute;
    z-index:999;
    top:0;
    right:0;
    bottom:0;
    left:0;
    /*background-color: rgba(242,242,242,0.4);*/
    background-color: rgba(255,255,255,0);
    border-radius:10px;
    padding:15px 30px 35px;
}
#login-form.error {
    -webkit-animation: shake 0.2s ease-in-out 0s 2;
    /*box-shadow: 0 0 0.5em red;*/
}
@-webkit-keyframes shake {
    0% {margin-left: 0rem;}
    25% {margin-left: 0.5rem;}
    75% {margin-left: -0.5rem;}
    100% {margin-left: 0rem;}
}
@keyframes shake {
    0% {margin-left: 0rem;}
    25% {margin-left: 0.5rem;}
    75% {margin-left: -0.5rem;}
    100% {margin-left: 0rem;}
}
div.contact-sent {
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 223, 77, 0.77);
    /*! color:#275fe8; */
    position:relative;
    border-radius: 10px;
    padding: 5px 45px 25px;
}

/* Show red borders when filled, but invalid */

.contact-form .form-control:not(:placeholder-shown) {
	border-color: color:var(--secondary-red);
	color: var(--secondary-red);
}

/* Show green borders when valid */

.contact-form .form-control:valid {
	border-color: color:var(--secondary-dark);
	color: var(--secondary-dark);
}

.contact-form .form-control.error::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--secondary-red);
	opacity: 1;
	/* Firefox */
}

.contact-form .form-control.error:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--secondary-red);
}

.contact-form .form-control.error::-ms-input-placeholder {
	/* Microsoft Edge */
	color: var(--secondary-red);
}

.contact-form .form-control:focus,
.contact-form .form-control:active {
	border-color: var(--secondary-dark);
}

.contact-form textarea.form-control {
	border: 1px solid var(--primary-grey);
	border-radius: 4px;
	padding: 15px;
	min-height: 170px;
}

.contact-form .blue-btn {
	margin-top: 10px;
}

.contact-form .form-control::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--primary-grey);
	opacity: 1;
	/* Firefox */
}

.contact-form .form-control:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--primary-grey);
}

.contact-form .form-control::-ms-input-placeholder {
	/* Microsoft Edge */
	color: var(--primary-grey);
}

.bootstrap-select {
	padding-right: 15px;
}

.bootstrap-select .dropdown-toggle {
	background: transparent !important;
	border: 0;
	padding: 0;
	box-shadow: none;
	outline: 0px;
	border-radius: 0;
	color: var(--primary-grey) !important;
	text-transform: initial;
	font-size: var(--font-size-14);
	line-height: var(--line-height-14);
	font-weight: var(--weight-400);
	border-bottom: 1px solid var(--primary-grey);
	transition: all 0.2s;
	outline: 0px !important;
	box-shadow: none !Important;
	line-height: 35px;
	margin-top: 0;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: none !Important;
	color: var(--primary-grey) !important;
}

body .bootstrap-select .dropdown-toggle:focus {
	outline: 0px !important;
	box-shadow: none !Important;
	color: var(--secondary-dark)!important;
	border-color: var(--secondary-dark)!important;
}

.backend-wrapper .bootstrap-select .dropdown-toggle:not([title="Country"]),
.contact-us-banner .bootstrap-select .dropdown-toggle:not([title="Subject of problems"]) {
	color: var(--secondary-dark)!important;
	border-color: var(--secondary-dark)!important;
}

.bootstrap-select .dropdown-toggle::after {
	background: url(../images/dd-arrow.png)no-repeat;
	width: 12px;
	height: 12px;
	border: 0;
	margin-right: -16px;
}

.bootstrap-select.dropup .dropdown-toggle::after {
	border: 0;
	transform: rotate(-180deg);
	position: relative;
	top: 5px;
}

.bootstrap-select .dropdown-menu li {
	display: block;
}

.bootstrap-select .dropdown-menu li a {
	font-size: var(--font-size-14);
	line-height: var(--line-height-14);
}


/* FAQ List */

.faq-box .faq-list {}

.faq-box .faq-lists>.faq-list>.faq-header {
	font-weight: var(--weight-700);
	font-size: var(--font-size-20);
	line-height: var(--line-height-20);
	background: var(--secondary-dark);
	box-shadow: inset 0px 1px 0px var(--primary-dark);
	padding: 19.5px 25px 19.5px 55px;
	position: relative;
}

.faq-box .faq-list .faq-header a {
	color: var(--white-col);
}

.faq-header .collapsed .icon {
	background: url(../images/plus-icon.png)no-repeat;
	width: 16px;
	height: 15px;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -7px;
}

.faq-header a .icon {
	background: url(../images/minus-icon.png)no-repeat;
	width: 15px;
	height: 2px;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: 0px;
}

.faq-inner-header .collapsed .icon {
	background: url(../images/acc-right.png)no-repeat;
	width: 6px;
	height: 10px;
	position: absolute;
	left: 0px;
	top: 8px;
}

.faq-inner-header a .icon {
	background: url(../images/acc-down.png)no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0px;
	top: 8px;
}

.faq-inner-header a {
	color: var(--white-col);
}

.faq-box .faq-inner-lists {
	background: var(--secondary-dark);
	box-shadow: inset 0px 1px 0px var(--primary-dark);
	padding: 25px 25px 25px 55px;
}

.faq-inner-header {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.faq-box .faq-inner-lists .faq-content {
	font-size: 11px;
	line-height: 18px;
	color: var(--secondary-grey);
	margin-left: 25px;
}
.faq-box .faq-inner-list {
	padding-bottom: 5px;
}

.faq-box .faq-inner-list:last-child {
	padding-bottom: 0;
}

.faq-section {
	background: var(--black-col);
	background-size: cover;
	min-height: 640px;
	padding: 125px 0;
	position: relative;
}

.faq-section .heading-section {
	padding: 25px 15px 0 100px;
}

.faq-section .heading-section p {
	color: var(--secondary-grey);
}

.faq-box {
	border-radius: 4px 4px 0 0;
	border-top: 4px solid var(--yellow);
}

/* FAQ Search */

.faq-box .search-box {
	background: var(--secondary-dark);
	padding: 20px 25px;
	position: relative;
}

.search_highlight {
	background-color: #ffe984;
	text-transform: italic;
	color:#000;
}

.icon-search {
	position: absolute;
	background: url(../images/search-icon.png)no-repeat;
	width: 18px;
	height: 18px;
	top: 50%;
	margin-top: -10px;
	left: 25px;
	box-shadow: none!important;
	outline: 0!important;
}

.faq-box .search-box input {
	border: 0;
	background: transparent;
	outline: 0px;
	box-shadow: none;
	font-size: 20px;
	line-height: 30px;
	color: var(--primary-grey);
	width: 100%;
	padding-left: 30px;
}

.faq-box .search-box input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--primary-grey);
	opacity: 1;
	/* Firefox */
}

.faq-box .search-box input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--primary-grey);
}

.faq-box .search-box input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: var(--primary-grey);
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/* How it Works Page */

.smartdebt-applicaton {
	background: var(--grey-light-shade);
	padding: 60px 0 115px;
	position: relative;
	min-height: 1142px;
	background-size: cover;
}
.smartdebt-applicaton:after{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: inline-block;
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, #d3ddf66e 10px, #d3ddf6 10px);
	width: 100%;
    height: 100%;
}
.smartdebt-applicaton .heading-section {
	width: 825px;
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.smartdebt-applicaton h5 {
	font-size: var(--font-size-14);
	line-height: var(--font-size-17);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--primary-dark);
	font-weight: var(--weight-700);
	padding-bottom: 8px;
}

.smartdebt-applicaton .box {
	background: var(--white-col);
	border-radius: 10px;
	width: 336px;
	max-width: 100%;
}

.smartdebt-applicaton .container {
	position: relative;
	z-index: 9;
}

.smartdebt-applicaton .container:after {
	content: "";
	background: url(../images/arrow-group.png)no-repeat;
	position: absolute;
	left: 14%;
	bottom: -5%;
	width: 900px;
	max-width: 100%;
	height: 718px;
}

.smartdebt-applicaton .box.lenders-pool {
	margin: 0 auto;
}

.smartdebt-applicaton .box.queue {
	float: right;
}

.smartdebt-applicaton .reservers.box {
	margin: 77px auto 0;
}

.smartdebt-applicaton .reservers.box header h4 {
	line-height: 82px;
}

.smartdebt-applicaton .reservers.box ul {
	padding: 12px 30px;
}

.smartdebt-applicaton .box header {
	background: var(--primary-dark);
	border-radius: 10px 10px 0 0;
	text-align: center;
}

.smartdebt-applicaton .box footer {
	background: var(--yellow);
	border-radius: 0px 0px 10px 10px;
}

.smartdebt-applicaton .box footer ul {
	padding: 14px 30px;
}

.smartdebt-applicaton .box header h4 {
	line-height: 98px;
	font-weight: var(--weight-900);
	font-size: var(--font-size-24);
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--white-col);
}

.smartdebt-applicaton .box ul {
	padding: 20px 30px;
}

.smartdebt-applicaton .box ul li {
	padding: 8px 0;
	box-shadow: inset 0px -1px 0px rgba(191, 199, 221, 0.4);
	display: block;
	color: var(--primary-dark);
}

.smartdebt-applicaton .box ul li.no-border {
	box-shadow: none;
}

.smartdebt-applicaton .box ul li span {
	font-weight: var(--weight-700);
	font-size: var(--font-size-20);
	line-height: var(--line-height-20);
	padding-left: 32px;
}

.smartdebt-applicaton .blue-box {
	background: var(--blue);
	padding: 25px 18px;
	text-align: center;
	color: var(--white-col);
}

.smartdebt-applicaton .blue-box h3 {
	font-weight: var(--weight-900);
	font-size: var(--font-size-32);
	line-height: var(--line-height-32);
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.smartdebt-applicaton .blue-box p {
	font-weight: var(--weight-500);
	color: var(--secondary-grey);
}

.smartdebt-applicaton .blue-box p+p {
	padding: 11px 0;
}

.smartdebt-applicaton .white-box {
	color: var(--blue);
	padding: 43px 25px;
	text-align: center;
	background: var(--white-col);
	border-radius: 0 0 10px 10px;
}

.smartdebt-applicaton .white-box h3 {
	font-weight: var(--weight-900);
	font-size: var(--font-size-32);
	line-height: var(--line-height-32);
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding-bottom: 12px;
}

.smartdebt-applicaton .white-box p {
	font-weight: var(--weight-500);
	color: var(--primary-dark);
}

.smartdebt-applicaton .queue h3 {
	font-size: var(--font-size-20);
	line-height: var(--line-height-20);
	text-transform: inherit;
	font-weight: var(--weight-700);
}

.smartdebt-applicaton .note-point {
	width: 336px;
	max-width: 100%;
	float: right;
	margin-top: 75px;
}


/* lenders-pool-work Page */

.lenders-pool-work {
	background: var(--black-col);
	min-height: 815px;
	padding: 160px 0;
	background-size: cover;
	position: relative;
}

.lenders-pool-work .heading-section {
	color: var(--secondary-grey);
}

.lenders-pool-work .heading-section .btn {
	margin-top: 40px;
	width: 295px;
	max-width: 100%;
	border: 0px;
	line-height: 56px;
}

.lenders-pool-work .heading-section .btn .icon {
	position: relative;
	left: 5px;
	position: relative;
	left: 10px;
	top: -2px;
}

.lenders-pool-process {
	position: relative;
}

.lenders-pool-process:after {
	content: "";
	background: url(../images/arrow-group-lender.png)no-repeat;
	position: absolute;
	left: 50%;
	top: 20px;
	width: 369px;
	height: 420px;
	margin-left: -167px;
}

.lenders-pool-process .info-box {
	background: var(--secondary-dark);
	border-radius: 10px;
	color: var(--secondary-grey);
	padding: 27px 20px;
	text-align: center;
	margin-bottom: 15px;
	position: relative;
	z-index: 9;
}

.lenders-pool-process .white-box {
	background: url(../images/white-design.gif)no-repeat;
	width: 288px;
	min-height: 107px;
	text-align: center;
	padding: 25px;
	border-radius: 10px;
	float: right;
	margin-top: 25px;
	position: relative;
	z-index: 9;
}

.lenders-pool-process .white-box h4 {
	font-weight: var(--weight-900);
	font-size: var(--font-size-24);
	line-height: var(--line-height-24);
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--primary-dark);
}

.lenders-pool-process .info-box.lg {
	width: 288px;
	padding: 25px 30px;
}

.lenders-pool-process .info-box.xs {
	width: 246px;
	float: right;
}

.lenders-pool-process .info-box h4 {
	color: var(--white-col);
	font-size: var(--font-size-14);
	line-height: 18px;
	font-weight: var(--weight-700);
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.lenders-pool-process .info-box h4+p {
	padding-top: 15px;
}

.lenders-pool-process .bottom-info {
	margin-top: 35px;
	position: relative;
}
.lenders-pool-process .bottom-info .info-box.lg{
	padding: 25px 30px 18px;
	float: left;
	top: -8px;
}
.lenders-pool-process .bottom-info .text {
	padding-top: 10px;
	position: absolute;
	right: 27%;
	width: 86px;
	text-align: center;
	top: 0;
}

.lenders-pool-process .bottom-info .text p {
	font-weight: var(--weight-500);
	font-size: var(--font-size-11);
	line-height: var(--line-height-11);
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--white-col);
	padding: 5px 0;
}

.lenders-pool-process .bottom-info .tagline {
	background: var(--yellow);
	border-radius: 50%;
	width: 106px;
	height: 106px;
	float: right;
	text-align: center;
	padding: 28px 15px;
	position: relative;
	z-index: 9;
	color: var(--primary-dark);
	font-weight: var(--weight-500);
	top: -6px;
}

.lenders-pool-process .bottom-info .tagline p {
	font-weight: var(--weight-700);
	font-size: var(--font-size-14);
	line-height: var(--line-height-14);
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--primary-dark);
}

.backend-wrapper {}

.backend-wrapper #main-header {
	/*background: #285fe8;*/
}
.backend-navbar #main-header {
    background: #285fe8;
}
@media only screen and (max-height: 600px) {
.backend-wrapper #footer {}
}
.form-wrapper {
	position: relative;
	min-height: 620px;
}

.login-page * {
	position: static;
}

.form-wrapper:after {
	content: "";
	background: var(--navy-blue);
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.form-wrapper:before {
	content: "";
	background: var(--white-col);
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.form-wrapper .heading-section {
	z-index: 9;
}

.login-page .heading-section {
	width: 420px;
	max-width: 100%;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
}
.login-page.registration .heading-section{
	top: 25.2%;
}
.login-page .heading-section a {
	color: var(--white-col);
	text-decoration: underline;
}

.text-shadow {
	text-shadow: 0px 2px 2px rgba(25, 72, 208, 0.78);
}

.form-wrapper .heading-section .bb {
	position: relative;
	margin-bottom: 45px;
}

.form-wrapper .heading-section .bb:after {
	content: "";
	width: 120px;
	height: 2px;
	position: absolute;
	bottom: -15px;
	left: 0;
	background: var(--yellow);
}

.login-page .contact-form {
	position: absolute;
	z-index: 9;
	width: 410px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	top: 50%;
	transform: translateY(-55%);
	left: 60%;
}
.login-page .contact-form.forgot-password-form,.login-page #loginform.contact-form{
    position: relative;
    top: 100%;
    left: 5%;
    transform: none;
}
.login-page #loginform.contact-form{
	top: 50%;
}
.login-page .password {
	position: relative;
	float: left;
	width: 100%;
}

.login-page .password .forgot-pass {
	color: var(--blue);
	font-weight: var(--weight-700);
	font-size: var(--font-size-11);
	position: absolute;
	top: 3px;
    right: 9%;
}

.action-btn {
	color: var(--blue);
	font-weight: var(--weight-700);
	font-size: var(--font-size-11);
	text-transform: uppercase;
}

.action-btn .icon {
	position: relative;
	top: -3px;
	margin-right: 10px;
}

.login-page .contact-form .form-group {
	margin-top: 10px;
	position: relative;
}

.login-page .contact-form .blue-btn {
	margin-top: 25px;
	margin-bottom: 10px;
}

.login-page .contact-form .blue-btn .icon {
	margin: 0 10px;
	position: relative;
	top: -3px;
}

.login-page .success-icon+p {
	font-size: var(--font-size-14);
	font-weight: var(--weight-500);
	padding-top: 15px;
}

.login-page .password .w-1 {
	width: 91%;
	float: left;
}

.login-page .password .hint {
	width: 7%;
	float: left;
	text-align: center;
}

.login-page .password .w-2 {
	width: 10%;
	float: left;
}

.registration {
	min-height: 815px;
}

.login-page.registration .heading-section {
	width: 510px;
}

.info-lists {
	counter-reset: section;
}

.info-form-list.personal-info {
	padding-bottom: 45px;
}

.info-list h4 {
	color: var(--yellow);
	font-size: var(--font-size-14);
	text-transform: uppercase;
	font-weight: var(--weight-700);
	padding-bottom: 20px;
}

.info-list ul {
	list-style-type: none;
}

.info-list ul li {
	position: relative;
	padding-left: 50px;
	padding-bottom: 25px;
}

.info-list ul li h5 {
	font-size: var(--font-size-18);
	color: var(--white-col);
	padding-bottom: 10px;
	font-weight: var(--weight-400);
}

.info-list ul li p {
	color: #95aad8;
	font-size: 11px;
	line-height: 18px;
}

.info-list ul li:before {
	counter-increment: section;
	content: counters(section, ".") ".";
	position: absolute;
	left: 0;
	color: var(--secondary-grey);
	font-weight: var(--weight-700);
	font-size: var(--font-size-14);
	background: var(--navy-blue-light);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
}

.info-list ul li.error:before {
	content: "";
	background: url(../images/error-icon.png)no-repeat;
	width: 33px;
	height: 33px;
}

.info-list ul li.success:before {
	content: "";
	background: url(../images/success-icon.png)no-repeat;
	width: 33px;
	height: 33px;
}

.registration .section-head {
	border-bottom: 1px solid var(--primary-grey);
	padding-bottom: 25px;
	padding-top: 25px;
	margin-bottom: 20px;
}

.registration .section-head h2 {
	color: var(--primary-dark);
	font-weight: var(--weight-900);
	font-size: var(--font-size-32);
	line-height: var(--line-height-32);
	text-transform: uppercase;
}

.registration .section-head h2 span {
	padding-left: 10px;
	color: var(--primary-grey);
	font-weight: var(--weight-700);
	font-size: var(--font-size-14);
	line-height: var(--line-height-14)
}

.registration.login-page .contact-form {
	width: 100%;
	top: 0;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 90px;
	position: relative;
	transform: none;
	left: 0;
}

.registration .info-form-list h4 {
	color: var(--primary-blue);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.registration .note {
	padding: 15px 0 10px;
}

.registration .note p {
	color: #545d70;
	font-size: var(--font-size-11);
	line-height: 16px;
	padding: 8px 0;
	font-weight: 500;
}

.registration .note p strong {
	color: var(--primary-blue);
}

.registration .note p a {
	color: #545d70;
	text-decoration: underline;
}

.registration .contact-form .form-group[data-count] {
	padding-left: 40px;
}

.registration .contact-form .form-group[data-count]:after {
	content: attr(data-count) ". ";
	position: absolute;
	left: 0;
	bottom: 0;
	margin-top: -15px;
	background: #f9fafe;
	color: #bfcff1;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	font-weight: 700;
	border-radius: 50%;
}

.registration.login-page .password .w-1 {
	width: 88%;
}

.registration.login-page .password .hint {
	width: 12%;
}

.custom-checkbox label {
	position: relative;
	padding-left: 8px;
	font-weight: 500 !important;
}

.custom-control-label::before {
	width: 20px;
	height: 20px;
	border: 1px solid var(--primary-grey);
}

.custom-control-label::after {
	width: 20px;
	height: 20px;
}
.custom-control-label a {
	color: var(--primary-blue);
	text-decoration: underline;
}
.custom-control-input {
	position: absolute !important;
}
.back-btn {
	background: var(--primary-grey);
}
.back-btn .icon {
	margin-left: 0 !important;
}
.error-404-page #main-header {
	background: var(--primary-red);
}
.error-404-page .white-btn {
	color: var(--primary-red);
}
.error-404-page .white-btn.big {
	width: 320px;
	max-width: 100%;
}
.error-404-page .white-btn .icon {
	position: relative;
	top: -2px;
	margin-right: 10px;
}
.page-404-wrapper {
	background: var(--secondary-red);
	text-align: center;
	min-height: 815px;
	position: relative;
}
.page-404-wrapper .container {
	position: absolute;
	margin-top: 0px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.page-404-wrapper h2 {
	color: var(--primary-red);
	font-size: 300px;
	font-weight: 900;
	line-height: 250px;
}
.page-404-wrapper h4 {
	color: var(--white-col);
	font-size: 50px;
	font-weight: 900;
	line-height: 50px;
	text-transform: uppercase;
	padding: 25px 0 30px;
}
.page-404-wrapper h4 span {
	text-shadow: 0px 2px 2px #c04d4a;
}
.page-404-wrapper h4 .highlight {
	background: var(--yellow);
	color: var(--secondary-red);
	text-shadow: none;
	padding: 5px 10px;
	margin: 0 10px;
}
.page-404-wrapper p {
	color: #fff;
	font-size: 20px;
	padding-bottom: 30px;
}
/* plans */

.how-it-work-banner.plans-banner {
	background: url(../images/plans-banner.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}

/* loan plan */

.plan-loan {
	background: var(--black-col);
	background-size: cover;
	background-position: 0 0;
	padding: 100px 0;
	position: relative;
}

/* loan graph */

.plan-loan .graph {
	background: var(--secondary-dark);
	border-radius: 28px;
	text-align: center;
	padding: 40px 20px;
}


/* loan calculator */

.plan-loan .graph ul.loan-calc {
	float: left;
    width: 100%;
	padding: 25px 0 0;
	border-top: 1px solid #283859;
	margin: 10px 0 0;
}

.plan-loan .graph ul.loan-calc>li {
	padding: 0 25px;
	float: left;
	display: block;
	min-height: 66px;
	width: 50%;
}

.plan-loan .graph ul.loan-calc>li:last-child {
	padding-right: 0px;
}

.plan-loan .graph ul.loan-calc>li:first-child {
	padding-left: 0px;
}

.plan-loan .graph ul.loan-calc>li h3 {
	color: var(--white-col);
	font-weight: var(--weight-500);
	font-size: var(--font-size-16);
	padding: 0 0 25px;
}

.plan-loan .graph ul.loan-calc>li p {
	font-weight: var(--weight-500);
	font-size: 32px;
	line-height: 22px;
	color: var(--white-col);
	padding: 0px;
}

.plan-loan .graph .range-slider .range-values .aloted-days {
	margin: 0 20px 0 0;
	vertical-align: baseline;
}

.plan-loan .graph .rangeslider.rangeslider--horizontal {
	background-color: #2E4068;
}

.plan-loan .row div[class*='col-'] {
	padding-right: 30px;
	padding-left: 30px;
}

.plan-loan .row div[class*='col-']:first-child {
	padding-left: 15px;
}

.plan-loan .row div[class*='col-']:last-child {
	padding-right: 15px;
}

.plan-loan .article {
	padding: 46px 0 0;
}

.plan-loan .article .section-heading h2 {
	text-shadow: 0px 0px 0px rgba(150, 54, 49, 0.6);
	padding: 6px 0 0px;
}

.plan-loan .article ul.risk {
	margin: 22px 0 25px;
}

.plan-loan .article ul.risk>li {
	display: inline-block;
	margin: 0 40px 0 0;
}

.plan-loan .article ul.risk>li:last-child {
	margin: 0px;
}

.plan-loan .article ul.risk>li h3 {
	font-weight: var(--weight-500);
	font-size: var(--font-size-18);
	line-height: 175.5%;
	color: var(--yellow);
	padding: 0 0 16px;
}

.plan-loan .article ul.risk>li h4 {
	font-weight: var(--weight-500);
	font-size: var(--font-size-32);
	line-height: 22px;
	color: var(--white-col);
}

.plan-loan .article p {
	font-size: var(--font-size-16);
	line-height: var(--line-height-16);
	color: var(--primary-grey);
}

.plan-loan .article .btn.blue-btn {
	font-weight: var(--weight-700);
	font-size: var(--font-size-14);
	line-height: var(--line-height-12);
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	border: 0px;
	min-width: 260px;
	padding: 20px 16px;
	border-radius: 80px;
}


/* affilated lvl and stats */

.affil-lvl-stat {
	background: #123973;
	background-size: cover;
	background-position: 0 0;
	padding: 100px 0;
	position: relative;
}

.affil-lvl-stat .article {
	padding: 40px 0 0;
}

.affil-lvl-stat .article .section-heading h2 {
	padding: 6px 0 0px;
}

.affil-lvl-stat .article p {
	color: var(--white-col);
	padding: 25px 0 45px;
}

.affil-lvl-stat .article .btn.white-btn.big {
	color: var(--secondary-red);
}

.affil-lvl-stat .article .btn.white-btn.big .icon {
	vertical-align: baseline;
}

.affil-lvl-stat .card {
	border: 0px;
	background: #0f2e5d;
	color: var(--white-col);
	text-align: center;
	border-radius: 8px;
	padding: 75px 20px 70px;
}

.affil-lvl-stat .card.vip-card {
	background: url(../images/vip-card.jpg)no-repeat;
	background-size: cover;
	background-position: 0 0;
}

.affil-lvl-stat .card h2 {
	font-weight: var(--weight-700);
	font-size: var(--font-size-14);
	line-height: var(--line-height-12);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.affil-lvl-stat .card h2 i {
	vertical-align: baseline;
	position: relative;
	top: -2px;
	margin: 0 2px 0 0;
}

.affil-lvl-stat .card h3 {
	font-weight: var(--weight-500);
	font-size: var(--font-size-48);
	line-height: 59px;
	padding: 10px 0 25px;
}

.affil-lvl-stat .card h3 span {
	font-weight: var(--weight-500);
	font-size: var(--font-size-24);
	line-height: 22px;
	vertical-align: baseline;
}

.affil-lvl-stat .card p {
	color: var(--light-red);
	padding: 0 8px;
}

.affil-lvl-stat .card.vip-card p {
	color: var(--secondary-grey);
}

.affil-lvl-stat .card ul.reward {
	text-align: left;
	position: relative;
	padding: 40px 0 0;
	margin: 36px 0 0;
}

.affil-lvl-stat .card ul.reward:before {
	content: "";
	background: #FFFFFF;
	width: 100%;
	height: 5px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 0px;
}

.affil-lvl-stat .card.vip-card ul.reward:before {
	background: var(--navy-blue);
}

.affil-lvl-stat .card ul.reward>li {
	display: block;
	position: relative;
	padding: 0 0 0 54px;
	margin: 0 0 28px;
}

.affil-lvl-stat .card ul.reward>li:last-child {
	margin: 0px;
}

.affil-lvl-stat .card ul.reward>li:before {
	content: "";
	background: url(../images/red-checked-icon.svg)no-repeat;
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.affil-lvl-stat .card.vip-card ul.reward>li:before {
	background: url(../images/blue-checked-icon.svg)no-repeat;
	height: 41px;
}

.affil-lvl-stat .card ul.reward>li h4 {
	color: var(--light-red);
	font-weight: var(--weight-300);
	font-size: var(--font-size-16);
	line-height: var(--line-height-16);
	padding: 0 0 2px;
}

.affil-lvl-stat .card.vip-card ul.reward>li h4 {
	color: var(--secondary-grey);
}

.affil-lvl-stat .card ul.reward>li h5 {
	font-weight: var(--weight-700);
	font-size: var(--font-size-20);
	line-height: var(--line-height-20);
}


/* affilated income */

.affil-income {
	padding: 140px 0 0;
}

.affil-income .range-slider {}

.affil-income .range-slider .range-output {
	overflow: hidden;
	margin-bottom: 22px;
}

.affil-income .range-slider .range-output p {
	font-weight: var(--weight-500);
	font-size: var(--font-size-32);
	line-height: 22px;
	padding-top: 2px;
}

.affil-income .range-slider .range-output p span.text-normal {
	font-weight: var(--weight-300);
	font-size: var(--font-size-16);
	line-height: var(--line-height-16);
	color: var(--light-red);
	margin: 10px 0 0;
	display: inline-block;
}

.affil-income .range-slider .range-output p.user-loan {
	float: left;
}

.affil-income .range-slider .range-output p.user-income {
	float: right;
}

.affil-income .rangeslider.rangeslider--horizontal {
	height: 6px;
	background-color: #C74F4F;
	border-radius: 11px;
}

.affil-income .rangeslider .rangeslider__handle {
	width: 18px;
	height: 18px;
}

.affil-income .rangeslider .rangeslider__fill {
	background-color: var(--white-col);
	height: 6px;
}

.affil-income .rangeslider.rangeslider--horizontal.rangeslider--active .rangeslider__handle {
	background-color: var(--white-col);
}

.affil-income .range-slider .range-values {
	font-weight: var(--weight-300);
	font-size: var(--font-size-16);
	line-height: var(--line-height-16);
	color: var(--light-red);
	margin-top: 22px;
}

.affil-lvl-stat .affil-income .article {
	padding: 0px 0 0;
}


/* commision */

.affil-income .commision {
	color: var(--light-red);
	overflow: hidden;
	background: #365dbd;
	border-radius: 8px;
	margin: 32px 0 0;
}

.affil-income .commision>li {
	text-align: center;
	width: 33.333%;
	display: block;
	float: left;
}

.affil-income .commision>li a {
	display: block;
	padding: 35px 16px;
	position: relative;
}

.affil-income .commision>li a:after,
.affil-income .commision>li a:before {
	width: 100%;
	height: 5px;
	background: transparent;
	content: "";
	position: absolute;
	left: 0px;
	border-radius: 8px;
}

.affil-income .commision>li a:after {
	top: 0px;
}

.affil-income .commision>li a:before {
	bottom: 0px;
}

.affil-income .commision>li a:hover:after,
.affil-income .commision>li a:hover:before,
.affil-income .commision>li.active a:after,
.affil-income .commision>li.active a:before {
	background: var(--yellow);
}

.affil-income .commision>li a h3 {
	font-weight: var(--weight-300);
	font-size: var(--font-size-20);
	line-height: var(--line-height-20);
	color: var(--light-red);
	padding: 0 0 4px;
}

.affil-income .commision>li a:hover h3,
.affil-income .commision>li a:hover p,
.affil-income .commision>li.active a h3,
.affil-income .commision>li.active a p {
	color: var(--white-col);
}

.affil-income .commision>li a:hover h3,
.affil-income .commision>li.active a h3 {
	font-weight: var(--weight-600);
}

.affil-income .commision>li a p {
	font-weight: var(--weight-300);
	font-size: var(--font-size-16);
	line-height: var(--line-height-16);
	color: var(--light-red);
}


/* affilated structure */

.affil-strc {
	background: var(--blue);
	background-size: cover;
	background-position: center;
	padding: 100px 0 85px;
	min-height: 750px;
	position: relative;
}
.affil-strc .article {
	padding: 20px 0 26px;
}

.affil-strc .section-heading h2 {
	text-shadow: 0px 2px 2px rgba(25, 72, 208, 0.78);
	padding: 6px 0 0px;
}


/* rate */

.affil-strc .rates>li {
	margin: 0 36px 0 0;
}

.affil-strc .rates>li:last-child {
	margin: 0px;
}

.affil-strc .rates>li h4 {
	font-weight: var(--weight-600);
	font-size: var(--font-size-20);
	line-height: var(--line-height-20);
	color: var(--white-col);
}

.affil-strc .rates>li h4 span {
	color: var(--blue);
	background: var(--yellow);
	padding: 0 3px;
	margin: 0 -3px 0 0;
}

.affil-strc .rates>li p {
	color: var(--secondary-grey);
	line-height: 22px;
}


/* earnings */

.affil-strc .earn {
	overflow: hidden;
	background: var(--navy-blue);
	border-radius: 8px;
	width: 90%;
	height: 106px;
	margin: 36px 0 0;
}

.affil-strc .earn>li {
	color: var(--white-col);
	float: left;
	display: block;
	width: 60%;
	position: relative;
	padding: 24px 24px 20px;
}

.affil-strc .earn>li:first-child {
	background: var(--secondary-red);
	width: 40%;
}

.affil-strc .earn>li:last-child {
	padding-left: 75px;
}

.affil-strc .earn>li.group:before {
	content: " ";
	position: absolute;
	right: -53px;
	top: 0;
	border-top: 53px solid transparent;
	border-right: none;
	border-left: 53px solid var(--secondary-red);
	border-bottom: 53px solid transparent;
	border-radius: 0px;
}

.affil-strc .earn>li h3 {
	font-weight: var(--weight-500);
	font-size: var(--font-size-32);
	line-height: 22px;
	padding: 0 0 15px;
	position: relative;
}

.affil-strc .earn>li:last-child h3:after {
	background: var(--yellow);
	width: 62%;
	height: 2px;
	content: "";
	position: absolute;
	left: 0px;
	border-radius: 8px;
	bottom: 3px;
}

.affil-strc .earn>li p {
	font-weight: var(--weight-300);
	font-size: var(--font-size-16);
	line-height: var(--line-height-16);
	white-space: nowrap;
}


/* lender invitation */

.lender-invitation {
	padding: 0 0 0 105px;
}

.lender-invitation .card-group {
	margin: 0 0 74px;
	position: relative;
}
.lender-invitation .card-group .lendr-card {
	border: 0px;
    width: 265px;
    min-height: 88px;
    margin: 0 65px 0 0;
    position: relative;
}
.lender-invitation .card-group .lendr-card .card-white{
	background: var(--white-col);
    border-radius: 8px;
	padding: 17px 20px 12px;
	position: relative;
    z-index: 1;
}
.lender-invitation .card-group .lendr-card:last-child {
	margin-right: 0px;
}

.lender-invitation .card-group .lendr-card h3 {
	font-weight: var(--weight-300);
	font-size: var(--font-size-16);
	line-height: var(--line-height-16);
	color: var(--primary-dark);
}

.lender-invitation .card-group .lendr-card h4 {
	font-weight: bold;
	font-size: var(--font-size-20);
	line-height: var(--line-height-20);
	color: var(--primary-dark);
}

.lender-invitation .card-group .lendr-card h4 span {
	color: var(--secondary-red);
}
.lender-invitation .card-group.group-2 .lendr-card.lendr-1{
	border: 0px;
    background: transparent;
    border-radius: 0px;
    width: 265px;
    padding: 0;
    min-height: auto;
}
.lender-invitation .card-group .lendr-card .card-yellow {
	background: var(--yellow);
	width: 184px;
	padding: 34px 20px 30px;
	min-height: 104px;
	position: absolute;
	left: 0;
	top: -6px;
	border-radius: 8px;
}

.lender-invitation .card-group .lendr-card .card-yellow h2 {
	color: var(--blue);
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	font-weight: var(--weight-800);
	font-size: var(--font-size-32);
	line-height: var(--line-height-32);
}
.lender-invitation .card-group.group-1 .lendr-card.lendr-1:after{
	content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    background-image: url(../images/lender-arrow-bottom.png);
    background-repeat: no-repeat;
    width: 53px;
    height: 70px;
    display: inline-block;
    margin: -10px 0 0 -53px;
}
.lender-invitation .card-group.group-1 .lendr-card.lendr-2:after{
	content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    background-image: url(../images/lender-arrow-right.png);
    background-repeat: no-repeat;
    width: 131px;
    height: 144px;
    display: inline-block;
    margin: -5px 0 0 0px;
}
.lender-invitation .card-group.group-1 .lendr-card.lendr-2:before{
	content: '';
    position: absolute;
    top: 100%;
    right: 50%;
    background-image: url(../images/lender-btn-5.png);
    background-repeat: no-repeat;
    width: 208px;
    height: 48px;
    display: inline-block;
    margin: 1px -106px 0 0px;

}
.lender-invitation .card-group.group-2 .lendr-card.lendr-2:after{
	content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    background-image: url(../images/lender-arrow-right-1.png);
    background-repeat: no-repeat;
    width: 131px;
    height: 20px;
    display: inline-block;
    margin: -10px 0 0 0px;
}
.lender-invitation .card-group.group-2 .lendr-card.lendr-2:before{
	content: '';
    position: absolute;
    top: 100%;
    right: 50%;
    background-image: url(../images/lender-btn-4.png);
    background-repeat: no-repeat;
    width: 164px;
    height: 48px;
    display: inline-block;
    margin: 1px -82px 0 0px;

}
.lender-invitation .card-group.group-3 .lendr-card.lendr-1:after{
	content: '';
    position: absolute;
    bottom: 100%;
    right: 50%;
    background-image: url(../images/lender-arrow-top.png);
    background-repeat: no-repeat;
    width: 53px;
    height: 70px;
    display: inline-block;
    margin: 0px 0px -15px 0px;
}
.lender-invitation .card-group.group-3 .lendr-card.lendr-1:before{
	content: '';
    position: absolute;
    top: 100%;
    right: 50%;
    background-image: url(../images/lender-btn-3.png);
    background-repeat: no-repeat;
    width: 120px;
    height: 48px;
    display: inline-block;
    margin: 1px -60px 0 0px;

}
.lender-invitation .card-group.group-3 .lendr-card.lendr-2:after{
	content: '';
    position: absolute;
    bottom: 50%;
    right: 100%;
    background-image: url(../images/lender-arrow-right-2.png);
    background-repeat: no-repeat;
    width: 131px;
    height: 144px;
    display: inline-block;
    margin: 0px 0 -6px 0px;
}
.lender-invitation .card-group.group-3 .lendr-card.lendr-2:before{
	content: '';
    position: absolute;
    top: 100%;
    right: 50%;
    background-image: url(../images/lender-btn-5.png);
    background-repeat: no-repeat;
    width: 208px;
    height: 48px;
    display: inline-block;
    margin: 1px -106px 0 0px;

}
.lender-invitation footer {
	color: var(--white-col);
	padding: 35px 0 6px;
	border-top: 1px solid #7BA0FD;
	margin: 85px 0 0;
	overflow: hidden;
}
.lender-invitation footer .custom-control{
	display: inline-block;
}
.lender-invitation footer .custom-control.custom-radio:first-child {
	float: left;
}
.lender-invitation footer .custom-control.custom-radio{
	float: right;
}
.lender-invitation footer .custom-control-label{
	padding: 0 0 0 22px;
}
.lender-invitation footer .custom-control-label::before,
.lender-invitation footer .custom-control-label::after{
    width: 32px;
    height: 32px;
}
.lender-invitation footer .custom-radio .custom-control-label::before{
    border-radius: 8px;
    border: 0px;
    top: -3px;
}
.lender-invitation footer .custom-control-input:checked~.custom-control-label::before{
	color: #7BA0FD;
    border-color: #7BA0FD;
    background-color: #7BA0FD;
}
.lender-invitation footer .custom-radio .custom-control-input:checked~.custom-control-label::after{
	background-image: none;
}
.lender-invitation footer 
.lender-invitation footer p {
	display: inline-block;
}

/* About us */
.about-us-banner{
	background: url(../images/about-us-banner.jpg)no-repeat;
    background-size: cover;
    background-position: center;
}
.about-us-banner p + p{
	padding-top:0px;
}
.about-us-banner.inner-banner .banner-wrapper{
	width: 715px;
}
.redefining-section.affil-income{
	padding:95px 0 70px;
	background: #123973;
    background-size: cover;
    background-position: 0 0;
    position: relative;
}
.redefining{
	padding-top: 30px;
}
.redefining .article p{
	color:var(--white-col);
}
.enterprise{
	background: #365dbd;
	padding: 30px 20px;
	border-radius: 8px;
}
.enterprise h4{
	color:var(--white-col);
	font-weight:var(--weight-800);
	font-size: var(--font-size-32);
	text-transform:uppercase;
	text-shadow: 0px 2px 2px rgba(25, 72, 208, 0.78);
}
.enterprise h4 + p{
	line-height: var(--line-height-20);
    font-size: var(--font-size-20);
    font-weight: var(--weight-700);
    padding: 18px 0 30px;
}
.enterprise p{
	color:var(--white-col);
	font-weight:var(--weight-600);
	padding: 0;
}
.enterprise .light-font{
	color: var(--secondary-grey);
	font-weight:var(--weight-300);

}
.brand-name{
	background: #285fe8;
	background-position: center;
	height: 125px;
	padding: 15px 0 15px 0;
	margin: 25px 0;
	border: 1px solid var(--white-col);
    border-radius: 4px;
    position: relative;
}
.brand-name:after{
	position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 8px, #4777eb 8px, #4777eb 10px);
    width: 100%;
    height: 100%;
}
.brand-name h2{
	color:var(--white-col);
	font-weight:var(--weight-700);
	font-size: 80px;
	text-align:center;
	position: relative;
	z-index: 2;
}
.brand-name h2 span{
	font-style: italic;
    font-weight: var(--weight-400);
    position: relative;
    left: -6px;
}
.enterprise h3{
	text-align:center;
	text-transform: uppercase;
	color:var(--white-col);
	font-family: var(--secondary-font-family); 
	font-weight: normal;
	font-size: 33px;
	letter-spacing: 0.35em;
}
.redefining-section.affil-income .commision>li a:hover:after, 
.redefining-section.affil-income .commision>li a:hover:before, 
.redefining-section.affil-income .commision>li a.active:after, 
.redefining-section.affil-income .commision>li a.active:before{
	background: var(--yellow);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background:transparent;
}
.redefining-section.affil-income .commision>li a.active h3 {
    font-weight: var(--weight-600);
	color:var(--white-col);
}
/* management */
.management{
	background: var(--black-col);
    background-size: cover;
    background-position: 0 0;
    padding: 65px 0;
    position: relative;
}
.management .client-card{
	background-color: var(--secondary-dark);
    border-radius: 8px;
    padding: 32px 35px 26px;
    overflow: hidden;
}
.management .client-card figure{
	float: left;
	border: 2px solid #1a2640;
    padding: 4px;
    margin: 0 35px 0 0;
/*    border-radius: 50%; */
}
.management .client-card figcaption{
	color: var(--white-col);
	float: left;
	margin-top: 5px;
}
.management .client-card figcaption h3{
	font-weight: var(--weight-600);
    font-size: var(--font-size-20);
    padding: 0 0 10px;
    line-height: 20px;
}
.management .client-card figcaption h4{
	font-weight: var(--weight-500);
    font-size: var(--font-size-16);
    position: relative;
    padding: 0 0 18px;
    margin: 0 0 15px;
}
.management .client-card figcaption h4:after{
	background: var(--yellow);
    width: 50%;
    height: 2px;
    content: "";
    position: absolute;
    left: 0px;
    border-radius: 8px;
    bottom: 0;
}
.management .client-card figcaption p{
	font-size: var(--font-size-16);
    color: var(--secondary-grey);
}
.management .article{
	padding: 12px 0 0 90px;
}
.management .article .section-heading h2{
	text-shadow: 0px 0px 0px rgba(150, 54, 49, 0.6);
	padding: 5px 0 12px;
}
.management .article p{
	color: var(--secondary-grey);
}
.container {
    width: var(--container) !important;
}

.page-wrapper {
    min-width: var(--container) !important;
	position:relative; z-index:9;
	overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.inner-banner .white-btn .icon {
    background-image: url(../images/arrows-sprite.png);
    background-position: 0px -26px;
    background-repeat: no-repeat;
    width: 28px;
    height: 13px;
    display: inline-block;
}

.inner-banner .white-btn:hover .icon,
.inner-banner .white-btn:focus .icon {
    background-position: 0px -13px;
}

.white-btn:focus {
    color: var(--yellow);
    background: var(--primary-red);
    border: 1px solid var(--primary-red);
}

.call-to-actions .blue-box .white-btn:focus .icon {
    background-position: 0px -13px;
}

.call-to-actions .red-box .white-btn:focus {
    background: var(--blue);
    color: var(--white-col);
}

.call-to-actions .red-box .white-btn:focus .icon {
    background-position: 0px 0px;
}

.blue-btn:hover,
.blue-btn:focus {
    color: var(--yellow);
    background: var(--primary-red);
    border: 1px solid var(--primary-red);
}

.blue-btn .icon {
    background-image: url(../images/arrows-sprite.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 28px;
    height: 13px;
    display: inline-block;
}

.blue-btn:hover .icon,
.blue-btn:focus .icon {
    background-position: 0px -13px;
}

.company-vision .btn.white-btn.big:focus {
    background: var(--yellow);
    border-color: var(--yellow);
    color: var(--blue);
}

.company-vision .btn.white-btn.big:focus .icon {
    background-position: 0px -26px;
}

.affil-lvl-stat .article .btn.white-btn .icon {
    background-image: url(../images/arrows-sprite.png);
    background-position: 0px -65px;
    background-repeat: no-repeat;
    width: 28px;
    height: 13px;
    display: inline-block;
    vertical-align: middle !important;
}

.affil-lvl-stat .article .btn.white-btn:hover,
.affil-lvl-stat .article .btn.white-btn:focus {
    background: var(--yellow);
}

.login-page .contact-form .blue-btn.back-btn .icon {
    background-position: 0px -78px;
}

.login-page .contact-form .blue-btn .icon.back {
    background-position: 0px -78px;
    top: -1px;
}

.login-page .contact-form .blue-btn.back-btn:hover .icon,
.login-page .contact-form .blue-btn.back-btn:focus .icon {
    background-position: 0px -91px;
}

.login-page .contact-form .blue-btn:hover .back,
.login-page .contact-form .blue-btn:focus .back {
    background-position: 0px -91px;
}

body .action-btn .icon {
    background-image: url(../images/arrows-sprite.png);
    background-position: 0px -104px;
    background-repeat: no-repeat;
    width: 28px;
    height: 13px;
    display: inline-block;
    top: 0;
}

body .login-page .contact-form .blue-btn .icon {
    top: 0;
}

.page-404-wrapper .btn.white-btn {
    color: var(--secondary-red);
}

.page-404-wrapper .btn.white-btn .icon {
    background-image: url(../images/arrows-sprite.png);
    background-position: 0px -143px;
    background-repeat: no-repeat;
    width: 28px;
    height: 13px;
    display: inline-block;
    position: relative;
    left: -7px;
}

.page-404-wrapper .btn.white-btn:hover,
.page-404-wrapper .btn.white-btn:focus {
    background: var(--yellow);
}

.login-page .contact-form .btn.blue-btn.back-btn.big .icon {
    top: -1px;
}
.contact-us-banner.inner-banner h2{
	padding-top: 110px;
}
.smartdebt-applicaton .arrow-group-1{
    position: absolute;
    left: 29.7%;
    top: 29%;
}
.smartdebt-applicaton .arrow-group-2{
    position: absolute;
    right: 14%;
    top: 39%;
}
.smartdebt-applicaton .arrow-group-3{
    position: absolute;
    right: 14%;
    top: 78%;
}
.smartdebt-applicaton .container:after{
	display:none;
}
.home-hero > .container,
.company-vision > .container,
.howit-works > .container,
.review-section > .container,
.plan-loan > .container,
.affil-lvl-stat > .container,
.affil-strc > .container,
.lenders-pool-work > .container,
.latest-blogs > .container,
.redefining-section > .container,
.faq-section > .container,
.management > .container{
	position: relative;
	z-index: 2;
}
.smartdebt-applicaton .particle-animation{

}
/* particle */
.particle-animation{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
@media only screen and (max-width: 991px) {
.particle-animation { display:none;}
}

/* BackOffice - Account */
.backoffice-wrapper,.user-profile,.backoffice #main-header .button-group{
	    
}

.page-wrapper.backend-wrapper.backoffice{
	min-width: var(--container-fluid) !important;
}
.backoffice #main-header .button-group{
  display:inline-block;
}
.backoffice #main-header .container,.backoffice #footer .container{
	min-width: var(--container-fluid);
    padding:0px 15px;
}

#main-header .user-profile{
 display:inline-block;
 position:relative;
 margin-left:30px;
 padding-left:33px;
 text-align: left;
}

#main-header .user-profile:after{
    content: "";
    background: var(--white);
    width: 5px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 8px;
    margin-top: -14px;
}

#main-header .user-profile li{
    color: var(--white);
    font-size: var(--font-size-12);
    font-weight: var(--weight-600);
    line-height: 17px;
    letter-spacing:0.3px;
    min-width:120px;
}
#main-header .user-profile li a{
	color: var(--white);
}
#main-header.is-fixed  .user-profile li{
    color: var(--primary-dark);
}
#main-header.is-fixed .account-logo a{
	color: var(--primary-dark);
}
#main-header.is-fixed .account-logo a:hover{
	color: var(--primary-red);
}
#main-header .user-profile li small{
 font-weight:var(--weight-400);
 font-size: 11px;
}

#main-header .user-profile span{
display:block;
color:var(--secondary-black);
letter-spacing: 0.3px;
}
#main-header .user-profile .account-logo{
 letter-spacing: 0.4px;	
}
#main-header .user-profile .account-logo a{
	font-size: 15px;
    font-weight: var(--weight-400);
    background: url(../images/fingure-print.png)no-repeat;
    padding-left: 32px;
    margin-left: 20px; /*-20 asdf*/
    display: block;
    background-position: 0px 2px;
}
#main-header .user-profile .account-logo a:hover{
  background-position: 0 -34px;
}
#main-header.is-fixed .user-profile .account-logo a{
	background-position: 0 -68px;
}
#main-header.is-fixed .user-profile:after{
 background:var(--secondary-black);
}
#main-header .user-profile .account-logo b{
    font-size: 16px;
    font-weight: var(--weight-700);
    display: block;
   letter-spacing: 1.2px;
}

#main-header .account-logo a{
  color: var(--white);
}

.backoffice-wrapper{
	background:url(../images/grid-bg.png);
	padding:30px 0 40px;
	color:var(--white);
	position:relative;
	transition:0.3s ease;
}

.left-sidebar{
  width:180px;
  float:left;
  margin-top: 52px;
  position: relative;
    z-index: 9;
}

.left-sidebar ul{

}

.left-sidebar ul li{
 display:block;
 margin-bottom:11px;
 position:relative;
}
.left-sidebar ul li:last-child{
	margin-bottom:0;
}

.left-sidebar ul li a{
    color: var(--white);
    font-size: var(--font-size-15);
    font-weight: var(--weight-600);
    display: block;
    border: 3px solid var(--white);
    border-radius: 8px;
    text-align: center;
    line-height: 46px;
    letter-spacing: 2px;
    transition:0.3s ease;
    text-transform: uppercase;
    font-weight:600;
    transition:0.3s ease;
    min-height: 54px;
    padding-left: 2px;
    padding-top: 2px;
}
.left-sidebar ul li a:hover,.left-sidebar ul li.active a{
	color:var(--dark-red);
	border-color:var(--dark-red);
}
.left-sidebar ul li.active a{ 
	font-size: var(--font-size-16);
	font-weight:900;
	padding-left:0px;
	padding-top:0px;
}
.left-sidebar ul li.active:after{
	content: "";
    width: 21px;
    height: 54px;
    background: var(--dark-red);
    position: absolute;
    left: -32px;
    top: 50%;
    border-radius: 3px;
    margin-top: -27px;
}
.left-sidebar .history-box{
    border: 3px solid var(--white);
    border-radius: 8px;
    margin:11px 0;
}
.left-sidebar .history-box.active{
    border-color:var(--dark-red);
}
.left-sidebar .history-box.active h2{
	background: var(--dark-red);
	color: var(--white);
	border-color: var(--dark-red);
}
.left-sidebar .history-box h2{
	color: var(--secondary-black);
    font-size: 19px;
    background: var(--white);
    line-height: 46px;
    text-align: center;
    font-weight: var(--weight-600);
    border-bottom: 3px solid var(--white);
    min-height: 51px;
    padding-left: 2px;
    padding-top: 2px;
}
.left-sidebar .history-box ul li{
	margin:0 20px;
	height: 65px;

}
.left-sidebar .history-box ul li:before{
    content: "";
    width: 100%;
    height: 5px;
    background: var(--dark-red);
    position: absolute;
    left: 0px;
    bottom: -2.5px;
    border-radius: 4px;
}
.left-sidebar .history-box ul li.active:after{
	left:-54px;
}
.left-sidebar .history-box ul li.active a{
	text-transform:uppercase;
	font-weight:var(--weight-800);
	font-size: var(--font-size-15);
}
.left-sidebar .history-box ul li:last-child:before{
 content:none;
}
.left-sidebar .history-box ul li a{
    font-size: var(--font-size-14);
    font-weight: var(--weight-400);
    border: 0px;
    height: auto;
    min-height: auto;
    text-transform: capitalize;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0;
}
.left-sidebar .history-box ul li:first-child{
  height:64px;
}
.right-side-content{
  padding-left: 222px;
}
.backoffice-wrapper .top-bar{
    padding-left: 87px;
    margin-bottom: 32px;
    position: relative;
    top: -1px;
    line-height: 18px;
}
.backoffice-wrapper .top-bar li{
	font-size:13px;
	font-weight: var(--weight-600);
	padding-right: 30px;
    margin-right: 27px;
	position:relative;
	letter-spacing:1.52px;
	    line-height: 18px;
}

.backoffice-wrapper .top-bar li:after{
	 content:"";
	 width:5px;
	 height:14px;
	 border-radius:2px;
	 background:var(--white);
	 position:absolute;
	 right:-2.5px;
	 top:50%;
	 margin-top:-7px;
}
.backoffice-wrapper .top-bar li.nb{
	padding-right: 0;
    margin-right: 3px
}
.backoffice-wrapper .top-bar li small{
	position: relative;
    top: 0px;
    font-size: 11px;
}
.backoffice-wrapper .top-bar li:last-child:after,.backoffice-wrapper .top-bar li.nb:after{content:none;}
.backoffice-wrapper .top-bar li:last-child{
	padding-right: 0px;
    margin-right: 0px;
    min-width: 125px;
}
.backoffice-wrapper .top-bar li span{
	font-size: var(--font-size-11);
	font-weight: var(--weight-400);
	padding-left:3px;
	position:relative;
	    top: -1px;
}
.grid-wrapper{margin:0 -5px;     overflow: hidden; 
 position: relative;
    z-index: 9;}
.grid-wrapper:last-child > div{
  padding-bottom:0;
}
.grid-wrapper .one-third{width:31%; padding:5.5px;  float:left;}
.grid-wrapper .one-third-equal{width:33.333%; padding:5.5px;  float:left;}
.grid-wrapper .two-third{width:69%; padding:5.5px; float:left;}
.grid-wrapper .half{width:51%; padding:5.5px; float:left;}
.grid-wrapper .one-fifth{width:18%; padding:5.5px; float:left;}
.grid-wrapper .full{width:100%; padding:5.5px;}
.right-side-content{
	position:relative;
}
.right-side-content:after{
	content: "";
    background: url(../images/pattern.png)repeat;
    position: absolute;
    width: 54px;
    height: 100%;
    top: 0;
    left: 222px;
    border-radius: 8px;
}
.right-side-content:before{
	content: "∞";
    position: absolute;
    top: 10px;
    left: 236px;
    font-size: 45px;
    color: #fff;
    z-index: 9;
    font-weight: normal;
    font-family: monospace;
}
.account-boxes{
	position: relative;
    padding-top: 59.5px;
    padding-left: 64px;
    z-index: 99;
	min-height: 707px;
}
.account-boxes:after{
        content: "";
    background: url(../images/acc_hori.png)no-repeat;
    position: absolute;
    width: 100%;
    height: 65px;
    top: 0;
    left: 0;
}
.account-boxes:before{
    content: "";
    background: url(../images/acc_vert.png)no-repeat;
    position: absolute;
    width: 31px;
    height: 704px;
    top:0px;
    left: -31px;
}
.account-boxes div.box-errors{
	text-align: center;
	padding: 20px;
}
.account-boxes div.box-errors p{
	font-size: 18px;
}
.account-boxes div.box-errors p strong{
	font-weight: 700;
	color: #fce97d;
}

.account-boxes .info-box  .font_10{font-size: 10px; line-height: 16px;     padding-bottom: 0;}
.account-boxes .info-box  .font_12{font-size:12px;}
.account-boxes .info-box  .font_13{font-size:13px;}
.account-boxes .info-box  .font_15{font-size:15px;     position: relative; top: 1px;}
.account-boxes .info-box  .font_16{font-size:16px;}
.account-boxes .info-box  .font_17{font-size:16.5px;}
.account-boxes .info-box  .font_18{font-size:18px;}
.account-boxes .info-box  .font_21{font-size: 21px;
    padding: 0;
    font-weight: 600;
    vertical-align: text-bottom;
    position: relative;
    top: 2px;}
.account-boxes .info-box.plan-box p{font-size:11px;}
.account-boxes .info-box.plan-box p strong{font-size:18px; top:-4px;}
.account-boxes .info-box{
	border: 3px solid var(--dark-red);
    border-radius: 8px;
    padding:0 20px;
   }
.account-boxes .info-box.blue{
  border: 3px solid var(--sky-dark-blue);
}
.account-boxes .info-box.blue header{
  background:var(--sky-dark-blue);
}
 .account-boxes .info-box + .info-box{
    margin-top: 11px;
 }
 .account-boxes .two-third .info-box  + .info-box{
    margin-top:4px;
    position: relative;
    top: 6px;}
.account-boxes .info-box header{
	background:var(--dark-red);
	color:var(--white);
	text-align: right;
    padding: 15px 20px;
    font-size: var(--font-size-14);
	font-weight: var(--weight-600);
	margin: 0 -20px;
	height: 51px;
    line-height: 23px;
    letter-spacing:0.3px;

}
.account-boxes .info-box header span{
	font-size: var(--font-size-12);
    font-weight: var(--weight-400);
    padding-left: 5px;
    position: relative;
    top: 0px;
}
.account-boxes .info-box header  .l-s{
  letter-spacing: 1px;
}
.account-boxes .info-box header span a{
 color:var(--white);
}
.account-boxes .info-box p{
	font-size: 14px;
    padding: 14.5px 0;
    text-align: center;
    font-weight: 500;
}
.account-boxes .info-box .underline{
	 color: var(--secondary-yellow);
	text-decoration:underline;
	    position: relative;
    top: -2px;
}
.account-boxes .info-box header h4{
	position:absolute;
	font-size:19px;
	font-weight: var(--weight-800);
	letter-spacing: 1px;
	line-height: 21px;
	text-transform: uppercase;

}
.account-boxes .info-box header .font_14{
	font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.account-boxes .table{
	margin:0;
}
.account-boxes .table.adjust{
  margin-top:1px;
}
.account-boxes .table td{
  color:var(--white);
  font-size: var(--font-size-12);
 font-weight: var(--weight-400);
 padding:16.5px 20px 16.5px 0;
     height: 60px;
}
.info-box.min_315{min-height: 315px;}
.info-box.min_250{min-height: 250px;}
.info-box.min_120{min-height: 120px;}
.account-boxes .table td strong{
  font-size: var(--font-size-18);
 font-weight: var(--weight-600);
}
.account-boxes .table td strong b{
  font-size: var(--font-size-18);
 font-weight: var(--weight-600);
}
.account-boxes .table td strong small{
  font-size: var(--font-size-14);
 font-weight: var(--weight-400);
     position: relative;
    top: 0px;
}
.account-boxes .table td h6{
  font-size: var(--font-size-18);
  line-height: 27px;
}
.account-boxes .table td:last-child{
	text-align:right;
	padding-right:0;
}
.account-boxes .table .btn{
	min-width: 105px;
    text-align: center;
    padding: 4px 8px 2px;
    line-height: 18px;
    font-size: var(--font-size-12);
    font-weight: var(--weight-700);
    border: 1px solid transparent;
    color: var(--dark-navy-color);
    background: var(--white);
    display: inline-block;
}
.account-boxes .loan-box .table .yel-col{
 top:-1px;
}
.account-boxes .table .btn + .yel-col{
     position: relative;
    left: 10px;
    top: 2px;
    letter-spacing: 0.2px;
	font-size: 12px;
	font-weight:500;
}
.account-boxes .table .btn + .yel-col small{
  position: relative;
  top: 0px;
}
.account-boxes .table .btn:hover{
	opacity:0.9;
	border-color:var(--white);

}
.account-boxes .table .btn.yel{
background:var(--secondary-yellow);
}
#profiledata .account-boxes .table .btn.yel{
	min-width: 130px;
}
#profiledata .account-boxes .table .border:last-child{
	display:none;
}
.account-boxes .table .yel-col{
color:var(--secondary-yellow);
font-size: var(--font-size-16);
   font-weight: var(--weight-600);
}
.account-boxes.history-box .table strong.yel-col small{font-size: var(--font-size-12);}
.account-boxes .table .letterspacing{padding:0; display:inline-block;letter-spacing:1.3px; font-size:12px;}
.account-boxes .table .letterspacing_low{padding:0; display:inline-block;letter-spacing:0.7px; font-size:12px;}
.account-boxes .table .no-pad{padding-right:0;}
.account-boxes .table b small{ font-size:11px;}
.account-boxes .table td .letterspacing + .yel-col{margin-left:10px;}
.account-boxes .table .blue-col td,.account-boxes .table .blue-col{
color:var(--sky-blue);
}
.account-boxes .table .btn.red{
background:var(--red);
}
.account-boxes .table .btn.blue{
background:var(--sky-blue);
}
.account-boxes .table .border{
 background:var(--white);
 border: 0 !important;
}
.account-boxes .table .border:last-child{
	border: none;
	background: transparent;
}
.account-boxes .table .border td{
	padding: 2px;
    height: 5px;
}
.account-boxes .table .border td:first-child{
	border-radius:4px 0px 0 4px;
}
.account-boxes .table .border td:last-child{
	border-radius:0px 4px 4px 0;
}
.account-boxes .table td a.yel-col{
	font-weight:var(--weight-400) !important;
	margin-left:5px;
}
.account-boxes .table td a.white-col{
	color:var(--white);
	font-size: var(--font-size-14);
}

.cursor-help {cursor:  help;}

.clipboard-data .tooltip {
    position: absolute;
    display: inline-block;
    opacity: 1;
    top: 50%;
    margin-top: -11px;
	font-family: var(--primary-font-family);
    right: 0;
}

.clipboard-data .tooltip .tooltiptext {
  visibility: hidden;
  width:300px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -150px;
  opacity: 0;
  transition: opacity 0.3s;
}

.clipboard-data .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.clipboard-data .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.clipboard-data{position:relative;}
.account-boxes .info-box input[type=text]{
	width: 75%;
    background: transparent;
    color: #fff;
    border: 0;
    outline: 0; 
    height: 60px; font-size: var(--font-size-12); letter-spacing: 0.49px;}
.account-boxes .info-box input[type=number]{
	width: 75%;
    background: transparent;
    color: #fff;
    border: 0;
    outline: 0; 
    height: 60px; font-size: var(--font-size-12); letter-spacing: 0.49px;}
.clipboard-data .tooltip .yel-col{
	color:var(--secondary-yellow);
font-size: var(--font-size-12);
   font-weight: var(--weight-500);
   background:transparent;
   outline:0;
}
.account-boxes .logo{
    line-height: 16px;
    padding-left: 40px;
    padding-top: 7px;
}
.backoffice-wrapper .logo.aling-left{
	position: absolute;
    bottom:-2px;
    margin: 0px 0 0 35px;
}
.backoffice-wrapper .logo.aling-left.adj{bottom:-50px;}
.backoffice-wrapper .logo.aling-left p{
	line-height: 16px;
    padding-left: 15px;
    padding-top: 10px;
}
.account-boxes .logo p{
	line-height: 16px;
    padding-left: 15px;
    padding-top: 10px;
}
.account-boxes .plan-box p{
 font-size: var(--font-size-12);
 line-height:16px;
}
.account-boxes .info-box p strong{
   font-weight: var(--weight-800);
  }

.account-boxes p .yel-col{
     color: var(--secondary-yellow);
}

.info-box .btn-groups{
  padding: 14px 0;
}
.info-box .btn-groups p{
     padding: 1px 0;
}
.info-box .btn-groups p strong{
  font-size: var(--font-size-16);
    padding-right: 5px;
}
.info-box .btn-groups h5{
 display:inline-block;
 padding-right:20px; 
     position: relative;
    left: -7px;
}
.info-box .btn-groups .btn{
    min-width: 180px;
    padding: 7px;
    line-height: 14px;
    border-radius: 15px;
	text-transform: uppercase;
	font-size: var(--font-size-14);
}
.info-box .btn-groups .btn.lg{
 display:block;
     border-width: 2px;
}
.info-box .btn-groups .btn:hover {
    opacity: 0.9;
    border-color: var(--white);
}
.info-box .btn-groups .btn.selected {
 background: var(--secondary-yellow);
     color: var(--dark-navy-color);
	 border-color:var(--secondary-yellow);
}
.info-box .btn-groups .btn.selected  small{
 padding-left:5px;
 font-size: 8px;
 font-weight: var(--weight-800);
 position: relative;
 top: 2px;
}
.account-boxes .info-box.choose-amount .btn-groups{padding:14px 0;}
.account-boxes .info-box.choose-amount .btn-groups h5 {padding-top:2px;}
.account-boxes .info-box.choose-amount  input{
	background: transparent;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    border-bottom:0px solid #fff;
    outline:none;
    box-shadow:none;
        width: 90px;
    letter-spacing: 1px;
    height: auto;
    text-align:right !important;
    padding-right:2px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.account-boxes .info-box.choose-amount .btn-groups h5 strong{font-size:26px; top: -4px;}
.account-boxes .info-box.choose-amount .btn-groups .btn{
 vertical-align: bottom;
}
.account-boxes .info-box.p-w p{
 padding:16px 0;
 font-size: 11.8px;
}
.account-boxes .info-box.p-w p strong{    font-weight: 600;
    font-size: 14px;
    top: -2px;}
.table td .custom-control-label::before{background:transparent; border-color:var(--sky-dark-blue); border-width:2px;}
.table td .custom-control-label::after,.table td  .custom-control-label::before{width:25px;height:25px;}
.table td .custom-control-input:checked~.custom-control-label::before {
  background:transparent; border-color:var(--sky-dark-blue);
}
.table td .custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    width: 15px;
    height: 15px;
    background: var(--sky-dark-blue);
    margin: 5px;
    border-radius: 3px;
 
}

.account-boxes .filter .table .btn {
	width:auto;
    min-width:auto;
    text-align: center;
    padding: 2px 10px;
    line-height: 22px;
    font-size: var(--font-size-11);
    font-weight: var(--weight-700);
    border: 2px solid var(--white);
    color: var(--white);
    background: transparent;
    border-radius: 15px;
    margin: 0 4px;
    height: 30px;
}
.account-boxes .filter .table select option{
 color:#000 !important;
}
.account-boxes .filter .table .btn.fill-yel{
	background: var(--secondary-yellow);
	color: var(--dark-navy-color) !important;
	border-color: var(--dark-navy-color);
	min-width: 120px;
    line-height: 25px;
}
.account-boxes .filter .table .btn:hover{
	border-color:var(--secondary-yellow);
	color:var(--secondary-yellow);
}
.account-boxes .filter .table .btn.lg{
	min-width:180px;
}
.account-boxes .filter .table .btn.lg select{
	background: transparent;
    color:var(--secondary-yellow);
    outline: none;
    font-weight: var(--weight-700);
    text-transform: uppercase;
    vertical-align: middle;
}

.account-boxes .filter .table .btn small{
	padding-right:5px;
	position:relative;
	top:1px;
}
.account-boxes .filter .table td{
	padding-right:2px;
}
.account-boxes .filter .table td:last-child{
       padding-right: 0;
}
.account-boxes .filter .table .btn.yel{
	border-color:var(--secondary-yellow);
	color:var(--secondary-yellow);
}
.account-boxes .filter .table td strong{
	top:0;
}
.account-boxes.history-box td strong{
	top:0;
	font-size: var(--font-size-16);
}
.account-boxes.history-box td strong small{font-size:14px;} 
.account-boxes.history-box  .one-third-equal td{letter-spacing:1.5px;}
.account-boxes.history-box td{
	
}
.account-boxes.history-box td .link{
	color:var(--white);
}
.account-boxes.history-box .blue-col .link{
   color: var(--sky-blue);
}
.backoffice-wrapper .container-fluid{position:relative;}
.backoffice-wrapper .pagination{
      width: 890px;
    margin: 20px auto 0;
    padding-left: 299px;
}
.backoffice-wrapper .pagination ul > li{
	width: 338px;
    float: left;
    min-height: 1px;

}
.backoffice-wrapper .pagination ul > li:first-child a,.backoffice-wrapper .pagination ul > li:last-child a{
 background:#3760ec;
 border-radius:4px;
 color:var(--white);
}
.backoffice-wrapper .pagination ul  li ul li a{
 background:#352ccb !important;;
 border-radius:4px;
 color:var(--white);
     min-width: 36px;
    text-align: center;
}
.backoffice-wrapper .pagination ul  li ul li{
	display:inline-block;
	width: auto !important;
	min-height:auto;
}
.backoffice-wrapper .pagination ul > li:first-child{
	width: 120px;
    float: left;
}
.backoffice-wrapper .pagination ul > li:last-child{
	width: 120px;
    float: left;
    text-align: right;
}
.backoffice-wrapper .pagination ul li a{
     margin: 3px;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 12px;
    line-height: 16px;
    float: left;
}
.backoffice-wrapper .pagination ul li.active a{
	color: var(--dark-navy-color) !important;
	background:var(--white) !important;
}
.backoffice-wrapper .pagination.small{width: 648px; margin: 20px auto 0; padding-left: 300px;}
.backoffice-wrapper .pagination.small ul li{float:none !Important; width:auto !Important;}
.backoffice-dashboard{
 position:relative;	
}
.backoffice-dashboard:after{
	content: "";
    position: absolute;
    left: -31px;
    bottom: 0px;
    width: 20px;
    height: 100%;
    background: #352ccc;
    border-radius: 8px;
}
.account-boxes .adjust-table .table tr>td:first-child{
	width:130px;
}
.account-boxes  .banner-box textarea{overflow: auto;
    resize: none;
    min-width: 664px;
    background: transparent;
    min-height: auto;
    height: 26px;
    line-height: 18px;
    border: 0;
    padding: 4px 0;
    color: var(--secondary-yellow);
    outline: 0px;
    font-size: 11.2px;
    text-align: right;}
.account-boxes  .banner-box .table tr td {min-width: 120px;}
.account-boxes .table .btn.sky-dark-blue{
    background: var(--sky-dark-blue);
    color: var(--white);
    font-weight: 500;
    padding: 1px 15px;
    margin-right: 6px;
    text-transform: capitalize;
    min-width: auto;
}

.account-boxes .table .btn.sky-dark-blue.lg{
   min-width:135px; 
   margin-right:10px;
}

.banner-box .popup .show{
    z-index: 999;
    display: none;
}

.banner-box .popup .show .img-show{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
	background: rgba(0,0,0,.66);
}

.banner-box .popup .img-show img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.account-boxes .info-box.invite-link-box.adj input[type=text]{
 letter-spacing:1.1px;
}

.account-boxes .info-box.invite-link-box.adj p{
     padding: 17px 0;
}

.account-boxes .info-box.downline-box header span {
    font-size: 13px; 
    letter-spacing: 0.43px;
}

.account-boxes .info-box.downline-box header span strong{
     position:relative;
     top:-1px;
 }
 
.account-boxes .info-box.downline-box .table td{
	min-width: 25%;
}

.account-boxes .info-box.security_filter .btn.blue{
     color:var(--sky-blue);
     background:transparent;
     border-color: var(--sky-blue); 
	 min-width: 56px;
     margin-left: 7px;
}
.account-boxes .info-box.security_filter .btn.blue.active{
    color:var(--white);
    background: var(--sky-blue);
 }
 .account-boxes .info-box .form-group{
   position:relative; margin:0;
   padding: 11px 0 20px;
   display: table;
 }
 .account-boxes .info-box .form-group.bd{margin-right: 21px;}
 .account-boxes .info-box .form-group.bd:after{
    content: "";
    width: 5px;
    height: 14px;
    border-radius: 2px;
    background: var(--white);
    position: absolute;
    right: -29px;
    top: 50%;
    margin-top: -4px;
 }
 .account-boxes .info-box .form-group label{
    display: table-cell;
    min-width: 120px;
    font-size: 13px;
	position: relative;
    bottom: -8px;
	text-align: left;
 }
.account-boxes .info-box .form-group .hint{
   position:absolute;  
   position: absolute;
    width: 14px;
    right: 7px;}
 .account-boxes .info-box .form-group .form-control{
   background:transparent;
   border-radius:0;
   border:0px;
   outline:0px;
   box-shadow: none;
   line-height:14px;
   color:var(--white);
   border-bottom:1px solid var(--white);
   display: table-cell;
   height: 26px;
   padding:0 7px;
   width: 100%;
 }
 .account-boxes .table td .form-group{
  top:-5px;
  width: 100%;
 }
  .account-boxes .table td .form-group label{
     min-width:100px;
  }
  .account-boxes .two-third  .table td .form-group label{ 
       width: 250px;
	  font-size: 12px;
 }
.account-boxes .two-third  .table td .form-group .form-control{
    position: relative;
    top: 3px;
}
.account-boxes .two-third  .table td .form-group .hint{
  top:2px;
}


.is-fixed .navbar-menu li a.back-to-account:before{    bottom: -29px;}
.navbar-menu li a.back-to-account{}
.is-fixed .navbar-menu li a.back-to-account{}
#main-header.is-fixed .user-profile li a{color: #0d1b39;}
body .keyboardInputInitiator{background: url(../images/hint-white-icon.png)no-repeat;
    width: 18px;
    height: 13px;
    position: absolute;
    right: 0;
    bottom: 10px;}
body #profiledata .keyboardInputInitiator{
	width: 14px;
    height: 7px;
	background: url(../images/hint-white-icon.png)no-repeat;
   top: 36%;
}
.registration.login-page .field-with-code .w-1{width: 88%;}
.registration.login-page .field-with-code .w-f{width: 93%;}
.contact-form .errors{

}
.contact-form .errors p{
	font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
}
.contact-form .errors ul{
     list-style-type: square;
    padding-left: 18px;
}
.contact-form .errors ul li{
	font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
    display: list-item;
}

.info-box.redirect-page .info-content{
  padding: 70px 0;
  text-align:left;
  min-height: 555px;
}
.info-box.redirect-page .info-content p{
 text-align:left;
 font-size:18px;	
}
.info-box.redirect-page .info-content .btn_group{
 padding-top:70px;
}


.account-boxes .info-box.redirect-page header{
    height: 80px;
    padding: 30px 20px;
}
.account-boxes .info-box.redirect-page header h4{

}
.withdraw_content .account-boxes .table .btn{      font-size: 10px;
    padding: 4px 8px 2px;
    min-width: 105px;
    letter-spacing: 0.2px;
    line-height: 18px;
    font-size: var(--font-size-12);}
  .withdraw_content.withdraw-principal .account-boxes .table .btn{
   min-width:70px;
  }
  .withdraw-principal .account-boxes.history-box .table tbody > tr td{
  	color: var(--white);
  }
.withdraw_content .account-boxes .table .btn small{
 	    font-weight: 800;
    font-size: 7px;
    position: relative;
    top: 1px;
 }
 .withdraw_content .account-boxes .table .cancel{
 	font-size: 12px;
    position: absolute;
    color: #fce97d;
    margin: 2px 0 0 -2px;
 }
 .withdraw_content .account-boxes .choose-wallet-wrap .btn-groups span{
    display: block;
    font-size: 14px;
 }
  .withdraw_content .account-boxes .choose-wallet-wrap .btn-groups a{ color: #fce97d;}
.grid-wrapper .one-third-equal .info-box {
    
    text-align: left;
}
.account-boxes.history-box .table tbody > tr.border:first-child{display:none;}
.account-boxes.history-box .table tbody > tr td{
    color: var(--sky-blue);
}
.account-boxes.history-box .table tbody > tr.total td{
	 color: var(--white); 
}
.account-boxes.history-box .table tbody > tr.total.blue-col td{
   color: var(--sky-blue);
}
.account-boxes.history-box .table tbody > tr:nth-child(4n - 2) td{
    color: var(--white); 
}

.account-boxes .info-box .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:var(--sky-dark-blue);
}
.account-boxes .info-box .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
  color:var(--sky-dark-blue);
}
.account-boxes .info-box .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
  color:var(--sky-dark-blue);
}
.account-boxes .info-box .form-group .form-control:-moz-placeholder { /* Firefox 18- */
  color:var(--sky-dark-blue);
}
.ui-widget.ui-widget-content {
    height: 4px;
    background-color: var(--primary-dark);
    border-radius: 2px;
    box-shadow: none;
    border: 0px solid var(--white-col);
}
.ui-slider .ui-slider-handle{
	width: 16px;
    height: 16px;
    border: 0px solid var(--white-col);
    background-color: var(--white-col);
    border-radius: 50%;
    position: absolute;
    top: -8px;
    cursor: pointer;
    outline:0px !important;
	box-shadow:none !important;
	margin-left:-8px;
}
.ui-slider .ui-slider-handle.ui-state-focus{ background-color: var(--blue);}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	    background-color: var(--blue);
	    outline:0px !important;
	    box-shadow:none !important;
}
.ui-slider-horizontal .ui-slider-range-min{background-color: var(--blue);}

.slider.slider-horizontal{
	width: 100%;
}
.plan-loan .graph{
	position:relative;
}
.plan-loan .graph .alert-info-text{
    position: absolute;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    top: 25.8%;
    right: 36%;
    text-align: right;
    width: 300px;
}
.plan-loan .graph .ui-widget.ui-widget-content{
	background: #2E4068;
}
.plan-loan .graph .ui-slider .ui-slider-handle{
	top:-6px;
}
.slider-selection.tick-slider-selection{    background: #C74F4F;}
 .slider-handle,.slider-tick.in-selection{background: #C74F4F;}
 .slider-tick{background:#fff; opacity:1;}
.slider-handle{
	width: 25px;
	height: 25px;
	cursor: pointer;
	top: -3px;
}
/******************************************************
                    Main CSS Ends 
******************************************************/
.small_slider_bar .slider-handle,.small_slider_bar .slider-tick.in-selection{background: #fff;}
.small_slider_bar .slider-track-low,.small_slider_bar .slider-track-high{background:var(--primary-dark)}
.small_slider_bar .slider-selection{background:var(--blue)}
.small_slider_bar .slider-selection.custom-color {
	background: var(--primary-red);
	border-radius: 0 5px 5px 0 !important;
}
.small_slider_bar .slider.slider-horizontal .slider-selection,.small_slider_bar  .slider.slider-horizontal .slider-track-low,.small_slider_bar .slider.slider-horizontal .slider-track-high{
	border-radius: 0 5px 5px 0;
}
.small_slider_bar .slider-selection,.slider-track-low {
	border-radius: 5px 0 0 5px !important;
}
.small_slider_bar .slider.slider-horizontal .slider-track{
	background: none !important;
}

.account-boxes .table-styling{
  text-align:center;	
  padding-top:30px;
}
.account-boxes .info-box.info-box-for-investment .btn{
	text-transform: uppercase;
    font-weight: var(--weight-700);
    font-size: var(--font-size-12);
    color: var(--navy-blue-dark);
    width: var(--width-full);
    padding: 12px 15px;
    margin: 8px 0 0;
    line-height: 14px;
    display: inline-block;
    min-width: 180px;
    width: auto;
}

.account-boxes .info-box.info-box-for-investment .btn:hover,.account-boxes .info-box.info-box-for-investment .btn:focus {
    background: var(--primary-red);
    border: 1px solid var(--primary-red);
    color: var(--yellow);
}
.account-boxes .table-styling .table td{
	vertical-align: middle;
	    text-align: center;
	    line-height:18px;
}
.account-boxes .table-styling .table .btc_form{
  width:100px;
  margin:0 auto;
}

.account-boxes .info-box.info-box-for-investment p {
        font-size: 13px;
    padding: 10px 0;
    text-align: center;
    font-weight: 500;
    line-height: 21px;
}
.account-boxes .info-box.info-box-for-investment{
	padding-bottom:25px;
}
.account-boxes .info-box.info-box-for-investment header{
	margin-bottom:20px;
}
.account-boxes .info-box.info-box-for-investment p  a,.account-boxes .info-box.info-box-for-investment p  b,.account-boxes .info-box.info-box-for-investment p  strong{
	    color: var(--yellow);
	    vertical-align: initial;
}
.account-boxes .info-box.info-box-for-investment p  a span{
	color: var(--yellow) !important;
}
.account-boxes .info-box.info-box-for-investment p br{
	display:none;
}
.account-boxes .info-box.info-box-for-investment p span{
	color: var(--dark-red) !important;
	font-weight: 700;
	font-size: 16px;
}
.form-buttons{
	text-align: center;
}
.form-buttons span{
	padding: 0 15px;
}

.account-boxes .info-box.info-box-for-investment form{padding-top:30px;}
.account-boxes .info-box input[type=text].menu_account {
	border-bottom: 1px solid;
    border-radius: 0;
    padding: 0;
    outline: 0px;
    box-shadow:none;
    height: 45px;
    margin: 8px 0px 8px 15px;
    width: 97%;
}
.account-boxes .info-box input[type=number].menu_account {
	-moz-appearance:textfield;
	text-align: center;
	border-bottom: 1px solid;
    border-radius: 0;
    padding: 0;
    outline: 0px;
    box-shadow: none;
    height: 20px;
    margin: 20px 0px 0px 25px;
    width: 92%;
}
input[type=number]#amount.amount_input {
	-moz-appearance:textfield;
	width: 25%;
    background: transparent;
    color: #fff;
    border: 0;
	border-bottom: 0px solid;
    border-radius: 0;
    padding: 0;
    outline: 0px;
    outline: 0; 
    box-shadow:none;
    height: 33px;
    font-size: var(--font-size-24); letter-spacing: 0.49px;
    margin: 0px 0px 0px 0px;
    margin-right:20px;
}
.backoffice-wrapper .top-bar li:last-child font{position:relative; top:-1px;}
.info-box .sbmt.btn{    width: 48%;
    display: inline-block;
    margin: 0 0.6%;
    margin-block-end: 25px; height: auto;}
.info-box .sbmt.btn+.btn{float:right;}
.info-box .sbmt.btn.yel{    background: var(--secondary-yellow);
    color: var(--dark-navy-color); border-color:var(--secondary-yellow);
    border-color: var(--secondary-yellow);}
.info-box .sbmt.btn.blue{    background: var(--sky-blue); border-color:var(--sky-blue);}
.tooltip-info{
	position: absolute;
    color: var(--white-col);
    font-weight: var(--weight-400);
    font-size: var(--font-size-11);
    margin-top: 3px;
    line-height: 12px;
    right: 1.7456rem;
    letter-spacing: 2px;
}
.range-slider .slider-rangeHighlight:after{
	content: "";
    position: absolute;
    left: 0;
    top: -20px;
    background: var(--primary-red);
    width: 0.185rem;
    height: 25px;
}
.account-boxes .info-box.qr-code{
  background:#fff;
}
.account-boxes .info-box .btc_form{
	text-align: center;
    line-height: 193px;
}
.account-boxes .logo-box{
	text-align: center;
    padding: 44px 0;
}
.account-boxes .logo-box .logo,.account-boxes .logo-box .logo p{ 
	padding:0;
}

.account-boxes .info-box .additional-action{
 padding:25px 0 0; 
}

.account-boxes .info-box .additional-action .btn{
	display:block;
	width: 100%;
}
.account-boxes .info-box .additional-action .white-btn{
	    color: #132252;
}
.account-boxes .info-box .additional-action .white-btn:hover ,.account-boxes .info-box .additional-action .white-btn:focus{
    color: var(--yellow);
}
.account-boxes .info-box .additional-action + p{ 
	font-size:12px;
}
.account-boxes .info-box .additional-action + p font{
	font-size: 21px;
    vertical-align: unset;
    position: relative;
    top: 1px;
    padding-left: 5px;
}
.account-boxes .info-box.loan-confirm-box p{
	font-size: 12px;
    padding: 7px 0;
    text-align: left;
    font-weight: 400;
    line-height: 18px;
}

.account-boxes .info-box.loan-confirm-box p a{
	color: var(--yellow); 
	text-decoration: underline; 
}

.account-boxes .info-box.info-box-for-investment .sbmt{
font-weight: var(--weight-700);
    font-size: var(--font-size-10);
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #132252;
    line-height: 40px;
    padding: 0;
    border: 0;
    outline: 0;
    box-shadow: none;
    padding: 0 25px;
    display: inline-block;
    border: 1px solid var(--white-col);
    transition: all 0.3s;
	    border-radius: 21px;
    padding: 0 30px;
    background: #fff;
        margin-right: 10px;
}
.account-boxes .info-box.info-box-for-investment .sbmt:hover,.account-boxes .info-box.info-box-for-investment .sbmt:focus{
	color: var(--yellow);
	background: var(--primary-red);
    border: 1px solid var(--primary-red);
}

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}

div#feels ul.button-group {
    display:inline-block;
    color:#000;
    margin-top:25px;
}
div#feels ul.button-group li i {
    cursor:pointer;
    color:var(--primary-blue);
    /*background-color:#000;
    border-radius:50%;*/
}
div#feels ul.button-group li i.selected {
    cursor:pointer;
    color:var(--primary-red);
    /*background-color:#000;
    border-radius:50%;*/
}
div#feels ul.button-group li i:hover {
    color:var(--primary-red);
    /*background-color:#000;
    border-radius:50%;*/
}
:
