body{
    background-color:#F6F6F6;
}
body,
body * {
    font-family: 'Roboto', sans-serif;
}
a {
    color:#40B55C;
}
/* HEADER START */
/*header*/
.navbar-custom {
    border-color:#F6F6F6;
    margin-bottom: 0px; border:0px;border-radius: 0px;
    font-family: 'Roboto', sans-serif;
    background: transparent;
}

/* Title */
.navbar-custom .navbar-brand {
    color: black;
    padding: 4px 15px;
	height: 64px;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
    color: #5E5E5E;
}
.navbar-custom .navbar-brand img {
    width: auto;
	height: 100%;
}
/* Link */
.navbar-custom .navbar-nav > li > a {
    color:black;
    font-weight: 900;
    border-bottom:5px solid transparent;
    font-size: 16px;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
    color:#FFCC33;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #F6F6F6;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #D5D5D5;
}
/* Caret */
.navbar-custom .navbar-nav > .dropdown > a .caret {
    border-top-color: black;
    border-bottom-color: black;
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* Mobile version */
.navbar-custom .navbar-toggle {
    border-color: #FFCC33;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: orange;
}
.navbar-custom .navbar-toggle .icon-bar {
    background-color: #FFCC33;
}
@media (max-width: 767px) {
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
        color: black;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #333;
    }
    .navbar-custom .navbar-collapse, .navbar-default .navbar-form{
        text-align: center;
    }
    .navbar-custom .navbar-collapse{
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background: rgb(255, 255, 255);
        margin: 0px 10px;
        text-shadow: none
    }

    .navbar-header {
       background: white
    }

    .navbar-custom{
        box-shadow: none;
    }

}

.navbar-custom .nav li a.active span {
    display: inline-block;
    padding: 0 0 2px 0;
    border-bottom: 4px solid #FFCC33;
}

@media (min-width: 767px) {
    .navbar-custom {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 30px
    }    

}
/* HEADER END */

/* FOOTER START */
.loan-footer{
    font-family: 'Roboto', sans-serif;
    background-color: #40B55C;
    color:white;
    padding: 30px 0;
}

.loan-footer .links-hr{
    border: none;
    height: 2px;
    /* Set the hr color */
    color: #FFF; /* old IE */
    background-color: #FFF; /* Modern Browsers */
    width: 120px;
    margin-left: 0px
}

.loan-footer .footer-link{
	color: white;
	display: block;margin-top:20px;font-weight: 500;font-size:16px;
}
.loan-footer .light-link{
	color: white;
	font-weight: 900
}
.loan-footer .footer-hr{
    margin: 30px 0;
    height: 0;
    border: 0;
    border-top: 2px solid #36964e;
}
.loan-footer .footer-h{
	font-size: 45px
}
/* FOOTER END */

/*loan-container*/
.loan-container{
    font-family: 'Roboto', sans-serif;
}
span.underline {
    border-bottom: 6px solid #F4B631;
}

/*loan-info-container*/
.loan-info-container{
    padding-top: 30px;
    background-color: #F6F6F6;
    color: black;
    background-image: url("../images/multiformularz_strona_glowna_V32_03.jpg");
    background-repeat: no-repeat;
    background-position: center top 120px;
}
.loan-info-container .heading {
    font-weight: 900; 
    font-family: 'Roboto Bold Italic', sans-serif;
    font-size: 42px;
    letter-spacing: 0;
    padding-bottom: 5px;
}
.loan-info-container .sub-heading {
    line-height: 1.25;
}
.loan-info-container .custom-h3{
    font-family: 'Roboto Bold Italic', sans-serif;
}
.loan-info-container .custom-h3 .underline{
    padding-bottom: 10px;font-weight: 300;
}
.loan-info-container .form-info-row {
    position: relative;
    margin-left:0px;
}
.loan-info-container .form-info-row .border-left{
    border: 4px solid #40B55C;border-radius: 5px;position: absolute; height: 100%
}
.loan-info-container .green {
    color: #40B55C
}
.loan-info-container .loan-form-container {
    padding: 20px
}
.loan-info-container .range-button-controll{
    cursor: pointer;font-size: 15px;color:#666;
}
.loan-info-container .range-control-container{
    height: 58px
}
.loan-info-container .range-info{
    font-size: 9px;
	color: grey
}


.loan-form-input {
    width: 100%;
    margin-top: 10px;
    background: #ECECEC;
    border: none;
    padding: 8px 20px;
    color: #111;
}

 .client-data-main-inputs .col-sm-6{
    padding-bottom: 10px;
 }


.loan-form-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
}

.loan-form-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #888;
}

.loan-form-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #888;
}

.loan-form-btn {
    background-color: #F4B631;
    border: #F4B631;
    color: #fff;
    margin:auto;
    padding: 10px 40px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
}
.loan-form-btn:focus,
.loan-form-btn:hover{
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}

.loan-info-container .loan-form .checkbox-label{
    font-size: 11px;
    color:#73E88F;
    font-weight:300;
    cursor: pointer;
}
.loan-info-container .loan-form .checkbox-label a{
    color:#fff;
}

.loan-info-container .slidecontainer {
    width: 100%;
}
.loan-form-container .range-value-container{
    padding: 0px;
    color:grey;
    font-weight: 900;
}
.loan-form-container .range-value-container h4{
    font-size: 20px;
	font-weight: bold;
}
/*approval checbox*/
.loan-info-container .form-checkbox-section{
    position: relative;
}
.loan-info-container .form-checkbox-section .form-checkbox{
    position: absolute;
	top: 0;
	left: 0;
}
.loan-info-container .form-checkbox-section .checkbox-label,
.loan-info-container .form-checkbox-section label {
    position: relative;
    margin-left: 30px;
    margin-top: 3px;
    font-size: 11px;
    font-weight: 300;
    color: #8affa6;
}
.loan-info-container .form-checkbox-section a {
    color: #fff;
}

/*step container*/
.step-container {
    padding-bottom: 100px;
    padding-top: 50px;
    color: black;
    background: #FFFFFF
}

.step-container .custom-img{
    width: 50%;
    margin:auto;
}

.step-container .custom-h2{
    font-weight: 900;font-size: 32px; color:#fff;
}

.step-container .custom-h3{
    padding-top: 0px;
    margin-top:0px
}

.step-container .custom-h3 .underline{
    padding-bottom: 5px;
}

.nav-tabs-container .custom-btn {
	margin-top: 30px;
	margin-bottom: 30px;
}

.nav-tabs-container a:focus {
	outline: 0;
}

.nav-tabs-container a:hover {
	outline: 0;
	border: none;
}

.nav-tabs-container {
	background-color: #FFCC32;
	color: black;
}

.nav-tabs-container .special-hr {
	border: none;
	height: 8px;
	color: #FFF;
	background-color: #FFF;
	width: 100px;
	margin-left: 0px;
}

.nav-tabs-container .custom-h2 {
	font-size: 50px;
}

@media (min-width: 801px) {
    .nav-tabs-container .nav-tabs {
        border-bottom: none;
        margin-top: -43px;
    }
    .nav-tabs-container .nav-tabs>li a {
        border-radius: 0px;
        border: 2px solid #E2E2E2;
    }
    .nav-tabs-container .nav-tabs>li.active>a {
        background-color: #FFCC33;
        color: #000;
        font-weight: 900;
        transform: scale(1.3);
        margin-left: 40px;
        margin-right: 40px;
        border: 2px solid #FFCC33;
    }
    .nav-tabs-container .tab-content .tab-img {
        width: auto;
        margin: 0 auto;
        max-width: 100%;
    }
    .nav-tabs-container .tab-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .nav-tabs-container .nav-tabs>li>a {
        background-color: #E2E2E2;
        color: #808080;
        font-weight: 300;
    }
}

@media (max-width: 800px) {
	.nav-tabs-container .nav-tabs {
		border-bottom: none;
		margin-top: 15px;
	}
	.nav-tabs-container .nav-tabs>li>a {
		border: 2px solid white;
		color: black;
		font-weight: 900;
	}
	.nav-tabs-container .nav-tabs>li.active>a {
		background: #40B55C;
		color: white;
		border: 2px solid #40B55C;
	}
	.nav-tabs-container .nav-tabs>li {
		width: 100%;
		margin-top: 5px;
	}
	.nav-tabs-container .nav-tabs>li>a {
		border-radius: 5px;
	}
}

/*tab container*/

/*reviews container*/
.reviews-container {
    color: black;
    background-color:white;
    padding-bottom:50px;
}

.reviews-container p{
    color:grey;
}

.reviews-container .dotted-section{
    border: 4px dashed #40B55C;
    border-style: dashed;
    border-radius: 50px;
    padding: 25px 15px 15px 15px;
}

.reviews-container .reviews-section{
    margin-top: 19px;
    margin-bottom: 15px;
    font-size: 15px;
}

.reviews-container .reviews-section-shadow{
    margin: 0;
    -webkit-box-shadow: 8px 15px 0px 10px #F6F6F6;
    -moz-box-shadow: 8px 15px 0px 10px #F6F6F6;
    box-shadow: 8px 15px 5px 10px #F6F6F6;
    position: relative;
}

.reviews-container .custom-h2{
    font-size: 40px;
    font-weight: 900;
    color: #fff;
}

.reviews-section .scissors{
    background: url('../images/multiformularz_strona_glowna_V4_27.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 150px;
    height: 50px;
    position: absolute;
    top:-40px;
    z-index: 1000;
    left:-20px;
}
/* reviews container end */

/* additional info container */
.additional-info-container {
    color: black;
    background-color:white;
    padding-bottom:50px;
}
.additional-info-container .section-heading,
.additional-info-container .sub-heading {
	text-align: center;
}
.additional-info-container p {
	text-align: justify;
}
/* additional info container end */

/*global*/
.font-orange{
    color:#FFCC33 !important;
}
.f-bold-900{
    font-weight: 900 !important;
}
.mr-auto{
    margin: auto !important;
}
.grey-border-container{
    border:8px solid #ECECEC;
    background-color: #fff;
}
.w-100 {
    width: 100%
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.vertical-align {
    position: relative;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.custom-btn{
    background-color: #40B55C;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.2);display: inline-block;
}
.custom-btn:hover{
    text-decoration: none;
}
.row-equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}
.row-equal > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/* INPUT SLIDER */
#multiStepTabs .ui-slider {
    position: relative;
    height: 12px;
    font-size: 1em;
    background: #e5e5e5;
}
#multiStepTabs .ui-corner-all {
    border-radius: 0;
}
#multiStepTabs .ui-slider .ui-slider-range-min {
    left: 0;
}
#multiStepTabs .ui-slider .ui-slider-range {
    top: 0;
    height: 100%;
}
#multiStepTabs .ui-slider .ui-slider-range {
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    background-color: #40B55C;
}
#multiStepTabs .ui-slider-handle {
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    margin-top: -26px;
    margin-left: -19px;
    background: url(../images/slider-dot.png) no-repeat center center;
    transition: none;
}

#multiStepTabs .tab-slider .ui-slider-handle {
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    margin-top: -24px;
    margin-left: -19px;
    background: url(../images/formularz1_07.png) no-repeat center center;
    transition: none;
    outline: none;
}
#multiStepTabs .ui-tabs-nav .ui-state-active {
    background: #fff
}

#multiStepTabs .ui-tabs-panel {
    padding: 30px 30px 20px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

#multiStepTabs .ui-tabs-panel {
    color: #595f61
}

#multiStepTabs .category-title {
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase
}

#multiStepTabs .tab-slider {
    width: 100%;    
    margin-top: 5px;
}


#multiStepTabs .sliders-wrapper {
    margin-bottom: 15px;
}

#multiStepTabs .slider-btns-wrapper {
    margin-top: 40px;
}

#multiStepTabs .tab-slider .ui-slider {
    position: relative;
    height: 12px;
    font-size: 1em;
    background: #e5e5e5;
}

#multiStepTabs .tab-slider .ui-corner-all {
    border-radius: 0;
}

#multiStepTabs .tab-slider .ui-slider .ui-slider-range-min {
    left: 0;
}

#multiStepTabs .tab-slider .ui-slider .ui-slider-range {
    top: 0;
    height: 95%;
}

#multiStepTabs .input {
    float: right;
    width: 130px;
    padding: 3px 5px;
    text-align: right;
    font-weight: 600;
    border: 1px #c7c9c9 solid;
}

.loan-footer .law-note {
    font-size: 11px;
    text-align: justify;
}

/* DP DIAGONAL GRADIENTS */
.bg-gradient-top {
    margin: 0 -15px;
}
.bg-gradient-green {
    margin-top: -125px;
    height: 240px;
    background: #40b55c;
    background: repeating-linear-gradient(173deg, transparent, transparent 49.9%, #40b55c 50.1%, #40b55c 100%);
}
.bg-green {
    padding: 0 0 15px 0;
    background: #40b55c;
}
.checkboxes-wrap {
    margin-top: -85px;
    padding: 0 30px 15px 30px;
}
.bg-gradient-orange {
    height: 196px;
    background: repeating-linear-gradient(-4deg, transparent, transparent 49.9%, #ffcc32 50.1%, #ffcc32 100%);
}

/* CONDITIONS/FAQ */
/* base */
.cbtn {
    display: inline-block;
    padding: 12px 50px;
    box-shadow: none;
    border-radius: 10px;
    border: none;
    font-size: 22px;
    font-weight: 600;
    transition: all ease 300ms;
}
.cbtn:hover {
    text-decoration: none;
    transform: scale(1.04);
}
.cbtn.green {
    background: #40b55c;
    color: #fff;
}
.cbtn.green:hover {
    background: #23ab44;
}
.cbtn.white {
    background: #fff;
    color: #000;
}
.align-center {
    text-align: center;
}
.conditions .title,
.faq .title {
    font-size: 42px;
    font-weight: 900;
}
.conditions .underline,
.faq .underline {
    display: inline-block;
    border-bottom: 4px #FFCC33 solid;
}

/* section reviews */
.section-reviews {
    padding: 130px 0 70px 0;
    background: #ffcc32 url(../images/bg-section-reviews.jpg) bottom center no-repeat;
}
.section-reviews .slider-wrap {
    position: relative;
    margin: 0 0 45px 0;
    padding: 0 90px;
}
.section-reviews .slider .slick-arrow {
    position: absolute;
    top: 45%;
    top: calc(50% - 34px);
    z-index: 1;
    width: 35px;
    height: 63px;
    color: transparent;
    font-size: 0;
    border: none;
    outline: none;
}
.section-reviews .slider .slick-prev {
    left: -80px;
    background: url(../images/icon-slider-prev.png) center center no-repeat;
}
.section-reviews .slider .slick-next {
    right: -80px;
    background: url(../images/icon-slider-next.png) center center no-repeat;
}
.section-reviews .slider .item {
    padding: 45px 45px 45px 60px;
    background: #fff;
    border-radius: 30px;
    font-size: 16px;
}
.section-reviews .slider .item .desc {
    text-align: justify;
}
.section-reviews .slider .item .by {
    font-weight: 600;
}

/* CONDITIONS */
.conditions .section-top-container {
    background: url(../images/bg-conditions-section-top.jpg) left -15px center no-repeat;
    background-size: contain;
}
.conditions .section-top .title {
    padding: 165px 0;
}
.conditions .section-top .right {
    text-align: right;
}
.conditions .section-requirements {
    padding: 100px 0;
    background: #fff;
}
.conditions .section-requirements .container {
    background: url(../images/bg-conditions-section-requirements.png) right top 190px no-repeat;
    background-size: 340px;
}
.conditions .section-requirements .list {
    margin: 60px 0;
    padding: 0;
    list-style: none;
    font-size: 22px;
    font-weight: 300;
}
.conditions .section-requirements .list .item {
    margin: 0 0 20px 0;
    padding: 0 0 0 68px;
    background: url(../images/icon-conditions-list-1.png) left center no-repeat;
}
.conditions .section-requirements .list .item:nth-child(1) {
    background: url(../images/icon-conditions-list-1.png) left center no-repeat;
}
.conditions .section-requirements .list .item:nth-child(2) {
    background: url(../images/icon-conditions-list-2.png) left center no-repeat;
}
.conditions .section-requirements .list .item:nth-child(3) {
    background: url(../images/icon-conditions-list-3.png) left center no-repeat;
}
.conditions .section-requirements .list .item:nth-child(4) {
    background: url(../images/icon-conditions-list-4.png) left center no-repeat;
}
.conditions .section-requirements .list .item .image-wrap {
    display: inline-block;
    margin: 0 15px 0 0;
}
.conditions .section-requirements .image {
    margin-top: 45px;
}

/* FAQ */

.faq .section-top-container {
    background: url(../images/bg-faq-section-top.jpg) left -15px center no-repeat;
    background-size: contain;
}
.faq .section-top .title {
    padding: 165px 0;
}
.faq .section-top .title .underline {
    padding-bottom: 5px;
}
.faq .section-top .right {
    text-align: right;
}
.faq .section-faq {
    padding: 75px 0;
    background: #fff;
}
.faq .section-faq .item {
    margin: 0 0 45px 0;
}
.faq .section-faq .item .title {
    font-size: 22px;
    margin: 0 0 20px 0;
}
.faq .section-faq .item .desc {
    font-size: 18px;
    font-weight: 300;
}
.faq .section-faq .pad-top-bottom {
    padding: 45px 0;
}

@media(max-width:1199px) {
    .line-break {
        display: none;
    }
    .conditions .section-requirements .container {
        background-size: 290px;
    }
    .bg-gradient-green {
        height: 155px;
    }
    .bg-green .img-responsive {
        display: none;
    }
    .checkboxes-wrap {
        margin: 0;
    }
    .loan-info-container {
        background-position: right -430px top 100px;
    }
    .loan-info-container .heading {
        padding-bottom: 15px;
    }
    .loan-info-container .custom-h3 {
        margin: 0 0 40px 0;
    }
}

@media(max-width:991px) {
    .conditions .title, .faq .title {
        font-size: 34px;
    }
    .conditions .section-top-container {
        background-position: center bottom 15px;
        background-size: 355px;
    }
    .faq .section-top-container {
        background-position: center bottom;
        background-size: 320px;
    }
    .faq .section-top .title,
    .conditions .section-top .title {
        padding: 30px 0 270px 0;
        max-width: 540px;
        margin: 0 auto;
        text-align: center;
    }
    .conditions .section-requirements {
        padding: 45px 0;
    }
    .conditions .section-requirements .container {
        background: none;
    }
    .conditions .section-requirements .list {
        margin: 40px 0;
        font-size: 20px;
    }
    .faq .section-faq {
        padding: 45px 0;
    }
    .faq .section-faq .item {
        margin: 0 0 25px 0;
    }
    .faq .section-faq .pad-top-bottom {
        padding: 15px 0;
    }
    .section-reviews {
        padding: 60px 0;
    }
    .section-reviews .item .image {
        padding: 0 0 15px 0;
    }
    .section-reviews .item img {
        display: inline-block;
    }
    .section-reviews .item .image,
    .section-reviews .item .by {
        text-align: center;
    }
    .loan-footer .img-responsive {
        display: none;
    }
}
@media(max-width:767px) {
    .section-reviews .slider-wrap {
        margin: 0 0 15px 0;
        padding: 0;
    }
    .section-reviews .slider .slick-prev {
        left: -52px;
    }
    .section-reviews .slider .slick-next {
        right: -52px;
    }
    .bg-gradient-orange {
        height: 100px;
    }
    .loan-info-container {
        background-image: none;
    }
    .loan-info-container .heading,
    .loan-info-container .sub-heading,
    .loan-info-container .custom-h3{
        text-align: center;
    }
    .reviews-container .reviews-section,
    .reviews-container .reviews-section-shadow {
        margin: 0 0 40px 0;
    }
    .loan-footer .footer-h {
        font-size: 32px;
    }
    .step-container .custom-img {
        width: auto;
    }
    .loan-footer {
        padding: 30px 0;
    }
    .contact-container {
        padding: 35px 0;
    }
}

/* STEP START */
.step-images-container{
  overflow: auto;
  margin-bottom: -70px;
  margin-top: 50px;
}
.step-images-container .step-img {
    list-style-type: none;
    width: 20%;
    float: left;
    font-size: 20px;
}
.step-images-container .step-img:first-child {
  margin-left: 17%;
}
.form-step .step-title{
	font-weight: 900;
}
.step-form-container .step-form-header-green{
	background: #40B55C;
        color: white;
        padding-top: 30px;
        padding-bottom: 30px;
        overflow: auto;

}
.step-form-container .step-form-header-green .loan-option-title{
    padding-left: 1rem;
    padding-top: 1rem;
}
.form-data-container{
	
}
.form-data-container .data-title{
	color:#40B55C;font-weight: 700
}
.border-left{
    border: 4px solid #40B55C;
    border-radius: 5px;
    position: absolute;
    height: 100%;
}
.step-form-container{

/*	overflow: hidden;
*/}
.form-step-input{
	padding: 7px;width: 100%;color: #888
}
input.form-step-input:focus,
select.form-step-input:focus,
textarea.form-step-input:focus,
button.form-step-input:focus {
  outline-color:#40B55C;
}
select.grey-input{
	border:2px solid #C8C8C8;
}
.border-left{
	border: 4px solid #40B55C;
    border-radius: 5px;
    position: absolute;
    height: 100%;
}
.grey-input-container .grey-input {
	background: #ECECEC;border:none;
}
.grey-input-container label{
	color:#888;font-weight: 300;font-size: 12px
}
.next-step-btn {
	background-color: #40B55C;color: #fff;font-size: 20px;font-weight: bold;padding: 10px 50px;border-radius: 10px;
	display: inline-block;border:none;
}
.next-step-btn:hover{
	text-decoration: none;
	color: #F8F8F8;
}
.step-form-container .form-submit-container{
    padding: 50px 15px
}
/*progress bar*/
.progressbar {
  margin: 0;
  	padding: 0;
	margin-bottom: 100px;
	padding-bottom: 100px
}
.progressbar li {
  list-style-type: none;
  width: 20%;
  float: left;
  font-size: 20px;
  position: relative;
  text-align: center;
  content: '';
  color:black;
  font-weight: 900;
  padding-top: 100px
}
.progressbar li:before {
  width: 35px;
  height: 35px;
  content: '';
  line-height: 32px;
  display: block;
  text-align: center;
  margin: 0 auto -70px auto;
  border-radius: 50%;
  background-color: white;
  color:black;
}
.progressbar li:after {
    width: 100%;
    height: 15px;
    content: '';
    position: absolute;
    background-color: #ECECEC;
    top: 11px;
    left: -50%;
    z-index: -1;
    margin-top: 100px
}
.progressbar li:first-child:after {
  	content: none;
}
.progressbar li.active:before {
  	background: #FFCC32
}
.progressbar li.active + li:after {
  	background-color: #FFCC32;
}
.progressbar li.active + li:before {
  	background-color: #FFCC32;
}
.progressbar li:first-child:before {
	width: 23px;
 	height: 23px;
}
.progressbar li:first-child {
	margin-top: 8px
}
/* STEP END */

/* CONTACT START */
.contact-container {
    color:black;
    padding-top: 70px;
}
.contact-container .contact-title{
    font-weight: 800;
    line-height: 60px;
}
.contact-container .contact-link{
    color: #40B55C;
    font-size: 25px;
    font-weight: 500;
}
.contact-container .info-note {
    margin-top: 25px;
}
.contact-container .grey-input-container {
    margin: 0 0 15px 0;
}
.contact-container .grey-input-container input,
.contact-container .grey-input-container textarea {
    background: #ECECEC;
    border:none;
    padding: 7px;
    width: 100%;
    color: #111;
}
.contact-container .grey-input-container textarea {
    height: 115px;
}
.contact-container .grey-input-container input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #888;
}
.contact-container .grey-input-container input::-ms-input-placeholder { /* Microsoft Edge */
    color: #888;
}
.contact-container .grey-input-container input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
}
.contact-container .grey-input-container textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #888;
}
.contact-container .grey-input-container textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #888;
}
.contact-container .grey-input-container textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
}
.contact-container .checkbox {
    font-weight: 900!important;font-size: 12px;
}
.contact-container .next-step-btn {
    border-radius: 5px;
    font-weight: 600;
}
.contact-container .komunikatError,
.contact-container .komunikatSuccess {
    margin: 15px 0 0 0;
    text-align: center;
    font-size: 18px;
}
.contact-container .komunikatError {
    color: #f70c0c;
}
.contact-container .komunikatSuccess {
    color: #10b70d;
}
/* Cardina restyle */
.contact-container.cardina span.underline {
    border-bottom: 6px solid #e30d13;
}
.contact-container.cardina .grey-border-container {
    margin-top: 35px;
    text-align: center;
}
.contact-container.cardina .grey-border-container img {
    padding: 90px 0;
}

@media(max-width:991px) {
    .contact-container.cardina {
        padding-top: 6px;
    }
}
/* CONTACT END */

/* PROPOSAL START */
.proposal-container {
    padding-bottom: 60px;
}

.proposal-container .confirm-container{
    background: #40B55C!important;
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: auto;
}
.proposal-container .proposal-title{
    font-weight: 900;
}
.proposal-container .confirm-container .confirm-title{
    font-weight: 700;
    font-size: 35px;
}
.proposal-container .confirm-container .confirm-description{
    font-weight: 500;
    font-size: 22px;
}
.proposal-container .confirm-container .confirm-hr {
    border: none;
    height: 3px;
    color: #FFF; /* old IE */
    background-color: #FFF; /* Modern Browsers */
    width: 200px;
}
.proposal-container .proposal-loan-info-container{
    background: white;
    border-radius: 10px;
    border-left: 15px solid #FFCC33;
    color: black;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 25px;
}
.proposal-container .proposal-loan-info-container .loan-description {
    border-left: 8px solid #F6F6F6;
    border-right: 8px solid #F6F6F6;
}
.proposal-container .proposal-loan-info-container .loan-description p {
    width: 100%;
}
.proposal-container .proposal-loan-info-container-vertical {
    border-radius: 10px;
    border: 3px solid #40B55C;
    padding: 30px;
    height: 100% !important;
    text-align: center;
}
.proposal-container .proposal-loan-info-container-vertical .img-container{
    border-bottom: 5px solid #F6F6F6;
    padding-top:20px;
    padding-bottom:20px;
}
.proposal-container .proposal-loan-info-container-vertical .title{
    padding-top:10px;
    padding-bottom:10px;
}

@media (max-width: 991px) {
    .proposal-container .proposal-loan-info-container .loan-description{
        border:none;
    }  
}
/* PROPOSAL END */

/* NORMAL PAGE */
.normal-page {
    padding: 45px 0;
}

/* COOKIE BAR START */
#cookieBarDiv {
    background: #778185;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px 15px;
    z-index: 99990;
}
#cookieBarDiv,
#cookieBarDiv a {
    color: #fff;
}
#cookieBarDiv a {
    text-decoration: underline;
}
#cookieBarDiv .cookieBarDivContainer {
    max-width: 1280px;
    margin: 0 auto;
    font-size: 12px;
    text-align: justify;
}
#cookieBarDiv button {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: 600;
    margin-left: 15px;
    margin-top: 3px;
    border-radius: 5px;
    color: #778185;
    padding: 3px 10px 3px 15px;
    border: none;
    z-index: 99999;
}
/* COOKIE BAR END */

/* CLAUSE STYLES */
.clause-description {
    width: 100% !important;
    top: 0 !important;
}
.clause-description a {
    color: #808080 !important;
    font-weight: 400;
}

/* ERRORS */

/* COUNTER */
.rdr-counter-wrap {
    font-size: 22px;
}
.rdr-counter {
    display: inline-block;
    font-weight: 600;
}

/* EFFECTS */
.loan-form-btn,
.nav-tabs-container .custom-btn {
    transition: all ease 300ms;
}
.loan-form-btn:hover,
.nav-tabs-container .custom-btn:hover {
    transform: scale(1.04);
}
.loan-form-btn:hover {
    background: #ffae00;
}
.nav-tabs-container .custom-btn:hover {
    background: #23ab44;
}

/* TOOLTIPS */
.tooltip {
    top: -15px !important;
    width: 100%;
}
.tooltip .tooltip-inner {
    padding: 10px;
    max-width: 480px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    background: #fff;
    color: #555;
    font-size: 12px;
}
.tooltip .tooltip-arrow {
    display: none;
}

/* DATEPICKERS */
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover {
    background: #40B55C;
}

/* FORM LOADER */
.multi-step-form {
    position: relative;
}
.form-loader-wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
    background: rgba(255,255,255,.8);
    border-radius: 3px;
    padding: 1em;
    vertical-align: top;
    font-size: 44px;
    text-align: center;
    transition: .3s color, .3s border, .3s transform, .3s opacity;
    will-change: display;
    transform: translate3d(0,0,0);
}
.form-loader-info {
    padding: 8% 0 0 0;
    font-size: 38px;
    color: #111;
}
.form-loader-info .heading {
    font-weight: 600;
    margin: 0 0 15px 0;
}
.form-loader-content {
    top: 40%;
    border-radius: 50%;
    box-shadow: 0 1em 0 -.2em #FFCC33;
    position: relative;
    -webkit-animation: loader-anim 0.8s ease-in-out alternate infinite;
    animation: loader-anim 0.8s ease-in-out alternate infinite;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    display: inline-block;
    width: 1em;
    height: 1em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
    will-change: box-shadow;
    transform: translate3d(0,0,0);
}
.form-loader-content:after, .form-loader-content:before {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    box-shadow: inherit;
    -webkit-animation: inherit;
    animation: inherit;
}
.form-loader-content:before {
    left: -1em;
    -webkit-animation-delay: 0.48s;
    animation-delay: 0.48s;
}
.form-loader-content:after {
    right: -1em;
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s;
}

@-webkit-keyframes loader-anim {
    0% {
        box-shadow: 0 1em 0 -.2em #FFCC33;
    }
    100% {
        box-shadow: 0 2em 0 -.2em #FFCC33;
    }
}

@keyframes loader-anim {
    0% {
        box-shadow: 0 1em 0 -.2em #FFCC33;
    }
    100% {
        box-shadow: 0 2em 0 -.2em #FFCC33;
    }
}

@media (max-width: 767px) {
	.navbar-custom .navbar-brand {
		float: none;
	}
	.navbar-custom .navbar-brand img {
		display: inline-block;
	}
	.navbar-header {
		padding: 5px 0;
		text-align: center;
	}
    .tooltip {
        width: auto;
    }
    .form-loader-info {
        font-size: 22px;
    }
}