/*
Author: Piotr Nowak aka ziccoss | webideas.pl
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,700i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Fruktur:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&subset=latin,latin-ext&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Bitcount+Grid+Double:wght@100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Audiowide&display=swap');
@import url('font-awesome.min.css');

/************************************** Globalne Ustawienia ***************************************/

:root
{
    --green: #0d6a0b;
    --orange: #ee6a34;
    --light-gray: #aeaeae;
    --purple: #a21a5c;
    --light-purple: #c94f88;
    --gold: #f8b058;
    --navy: #3e4757;
}

[data-theme="light"]
{
    --bg-color: #fff;
    --font-color: #444;
    --bg-gray: #f1f1f1;
}

[data-theme="dark"]
{
    --bg-color: #000;
    --font-color: #fff;
    --bg-gray: #000;
}

html, body
{
    height: 100%;
}

body
{
    font-family: "Roboto", sans-serif;
    font-size: 12.5px;
    color: #444;
    line-height: 1.42857;
    background-color: var(--bg-color);
}

.font-adjust
{
    font-size-adjust: 0.7;
}

h1, h2, h3, h4, h5
{
    font-weight: 400;
    color: var(--purple);
}

h1
{
    font-size: 4.5rem;
}

h5
{
    font-size: 1.6rem;
}

a
{
    color: #474950;
}

a:hover, a:active, a:focus
{
    color: var(--purple);
    text-decoration: none;
}

input[type="checkbox"]
{
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #555;
    border-radius: 4px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

input[type="checkbox"]:checked
{
    background-color: var(--purple);
    border-color: var(--purple);
}

input[type="checkbox"]:checked::after
{
    content: "✔";
    color: white;
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 3px;
}

input[readonly]
{
    background-color: #ebedf0;
}

.checkbox input[type="checkbox"]:focus + label::before,
.radio input[type="radio"]:focus + label::before,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
button:focus
{
    outline: 0 !important;
}

input[type="range"] {
    width: 100%;
    background: none;
    -webkit-appearance: none;
    outline: none;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-webkit-slider-runnable-track{
    width: 100%;
    height: 6px;
    border: 0px solid #000000;
    border-radius: 1px;
    box-shadow: 0px 0px 0px #000000;
    background: var(--gold);
    cursor: pointer;
    animate: 0.2s;
}

input[type="range"]::-webkit-slider-thumb {
    width: 28px;
    height: 28px;
    margin-top: -6px;
    border: 0 none;
    border-radius: 25px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 0 16px #e8f0f3;
    background: var(--gold);
    cursor: pointer;
    -webkit-appearance: none;
}

input[type="range"]::-moz-range-track
{
    width: 100%;
    height: 6px;
    border: 0px solid #000000;
    border-radius: 1px;
    box-shadow: 0px 0px 0px #000000;
    background: var(--gold);
    cursor: pointer;
    animate: 0.2s;
}

input[type="range"]::-moz-range-thumb {
    width: 28px;
    height: 28px;
    border: 0 none;
    border-radius: 25px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 0 16px #e8f0f3;
    background: var(--gold);
    cursor: pointer;
}

.form-control:focus
{
    border-color: var(--purple);
}

section h2
{
    margin: 0 0 60px;
    font-size: 3.5rem;
}

label
{
    vertical-align: middle;
}

label a
{
    font-size: 12.5px;
    color: var(--purple);
}

/************************************** Struktura ***************************************/
header .top-bar
{
    padding: 10px 0;
    background: #fff;
}

.navbar
{
    position: relative;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    background: none;
}

.navbar-default
{
    padding: 5px 10px 15px 10px;
}

.navbar-sticky
{
    position: static;
    top: 0px;
    width: 100%;
    padding: 5px 10px 15px 10px;
    border-bottom: 1px #ccc solid;
    background-color: var(--bg-color);
    z-index: 5;
}

.navbar-sticky .navbar-toggle
{
    border-color: #ddd;
}

.navbar-sticky .navbar-toggle .icon-bar
{
    background-color: #888;
}

.navbar-header
{
    position: relative;
    margin-bottom: 5px;
}

.basic-info
{
    text-align: right;
}

.basic-info a
{
    padding-right: 8px;
    padding-left: 8px;
    font-size: 1.7rem;
    transition: all 0.3s ease;
}

.basic-info a i
{
    color: var(--purple);
}

.logo
{

}

.logo img
{
    height: 80px;
}

.leaf
{
    position: absolute;
    height: 110px !important;
    top: 5%;
    right: -95%;
    z-index: 99999;
}

.menu
{
    padding: 0;
}

.menu li
{
    padding: 32px 12px 0 12px;
    font-size: 1.4rem;
}

.menu li:last-child
{
    padding-right: 0;
}

.menu li a
{
    padding: 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--purple) !important;
    text-decoration: none;
    text-transform: uppercase;
}

.menu li a:hover,
.menu li a:focus,
.menu li a:active
{
    background-color: transparent;
}

.menu li a::after
{
    position: absolute;
    right: 0;
    left: 0;
    bottom: -30%;
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 2px;
    background-color: var(--gold);
    transition: opacity .3s ease,width .3s ease;
    pointer-events: none;
}

.menu li.current a::after,
.menu li a:hover::after
{
    width: 100%;
}

.menu li.open
{
    background: transparent !important;
}

.menu li.open li a
{
    position: relative;
    font-size: 1.3rem;
}

.menu li.open li a::after
{
    position: absolute;
    right: 0;
    left: -2%;
    bottom: -20%;
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 2px;
    background-color: var(--gold);
    transition: opacity .3s ease,width .3s ease;
    pointer-events: none;
}

.menu li.open li a:hover::after
{
    width: 95%;
}

.menu .user-panel a
{
    font-weight: 700 !important;
}

.menu-user
{
    margin-left: 20px;
    float: right;
}

.menu-user li
{
    display: inline-block;
    padding: 25px 4px 10px 4px;
}

.mobile-menu-user
{
    margin-top: 16px;
}

.mobile-menu-user li
{
    display: inline-block;
}

.mobile-menu-user .btn
{
    padding: 6px 8px;
}

.mobile-menu-user .btn-call
{
    margin: 0;
}

.btn-theme-mode,
.btn-font-size
{
    border: 1px var(--navy) solid;
    background-color: var(--navy);
    color: #fff;
    transition: all .3s ease;
}

.btn-theme-mode:hover,
.btn-theme-mode.active
{
    color: var(--gold);
}

.btn-theme-mode[name="light"]
{
    color: #ff8;
}

.btn-theme-mode[name="light"].active
{
    color: var(--gold);
}

.btn-theme-mode[name="dark"]
{
    color: #fff;
}

.btn-theme-mode[name="dark"].active
{
    color: #fff;
}

.dropdown-menu li
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-loan
{
    position: relative;
    width: 100%;
    min-height: 560px;
    padding: 20px 0;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    background: url('../images/top-banner.jpg') top center no-repeat;
    background-size: cover;
    /*filter: blur(2px);
    -webkit-filter: blur(2px);*/
}

/*.section-loan::before
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #fff;
    opacity: 0.7;
}*/


.section-loan h2
{
    margin-bottom: 2.2rem;
    font-family: 'Audiowide';
    font-size: 2.6rem;
    font-weight: 500;
    font-style: italic;
    color: var(--navy);
    line-height: 44px;
}

.section-loan h2 span
{
    color: var(--purple);
}

.section-loan h3
{
    margin-top: 5px;
    font-size: 28px;
    font-weight: 400;
}

.section-loan h3.slogan-text
{
    margin: 0;
    font-family: 'Audiowide';
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 40px;
}

.section-loan .compose-application
{
    border-radius: 10px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background-color: var(--bg-color);
}

.section-loan .compose-application .compose-application-header
{
    /*padding: 5px 0;
    background-color: #3e4757;*/
}

.section-loan .compose-application .compose-application-header h4
{
    margin: 0;
    padding: 1.0rem 0;
    font-size: 20px;
    color: var(--gold);
    text-align: center;
    text-transform: uppercase;
}

.section-loan .compose-application .compose-application-content
{
    padding: 0px 10px 15px 10px;
    background: var(--bg-color);
}

.section-loan .compose-application .compose-application-content .loan-desc
{
    margin: 2rem 0;
    font-size: 1.6rem;
    line-height: 22px;
}

.section-loan .compose-application .compose-application-content .loan-period-desc
{
    margin-top: 20px;
    font-size: 2rem;
    color: var(--purple);
}

.section-loan .compose-application .compose-application-content .loan-desc span
{
    font-size: 20px;
    font-weight: 600;
    color: var(--gold);
}

.section-loan .compose-application .compose-application-content .loan-number
{
    margin-top: 15px;
    font-size: 24px;
    font-weight: 600;
    color: var(--purple);
}

.section-loan .compose-application .compose-application-content .basic-app-fields
{
    display: none;
    margin-top: 20px;
}

.section-loan .compose-application .compose-application-content .loan-information table
{
    margin: 20px auto;
    width: 100%;
    border: 0 none;
}

.section-loan .compose-application .compose-application-content .loan-information table td
{
    width: 50%;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    font-size: 1.5rem;
}

.section-loan .compose-application .compose-application-content .loan-information table td:nth-child(even)
{
    text-align: right;
}

.section-loan .compose-application .compose-application-content .loan-information table tr.loan-summary td
{
    font-weight: 700;
}

.section-loan .compose-application .compose-application-content .disclaimer .text
{
    font-size: 1rem;
    font-weight: 300;
    color: #7f7f7f;
    line-height: 1.2;
    text-align: justify;
}

.section-loan .compose-application .compose-application-content .disclaimer .text span
{
    font-weight: 600;
}

.section-loan .compose-menu .loan-tab
{
    padding: 17px 2px;
    background-color: var(--gold);
}

.section-loan .compose-menu .loan-tab a
{
    font-size: /*2rem*/ 1.75rem;
    color: var(--navy);
    transition: all 0.3s ease;
}

.section-loan .compose-menu .loan-tab a:hover
{
    color: var(--purple);
}

.section-loan .compose-menu .active.loan-tab
{
    background-color: var(--navy);
}

.section-loan .compose-menu .active.loan-tab a
{
    color: var(--gold);
}

.section-loan .loan-area
{
    padding: 10px 0 30px 0;
    overflow: hidden;
    background-color: var(--purple);
}

.section-loan .loan-area p
{
    color: var(--gold) !important;
}

.section-loan .loan-area .loan-range
{
    margin-top: 10px;
}

.section-loan .loan-area .loan-range p
{
    font-size: 1.5rem;
}

.section-loan .loan-area .btn-form
{
    background-color: var(--gold);
    color: var(--purple);
}

.section-loan .loan-area .btn-form:hover
{
    color: #fff;
}

.section-loan .adviser.compose-application
{
    margin: 20px 0 0 0;
    padding: 10px 28px 30px 28px;
    background-color: var(--purple);
    box-shadow: 1px 1px 20px 1px rgba(201, 79, 136, 0.5);
    text-align: center;
}

.section-loan .adviser.compose-application h4
{
    margin-bottom: 0;
    padding-bottom: 1.5rem;
    color: var(--gold);
}

.section-loan .adviser.compose-application .btn-form
{
    display: block;
    background-color: var(--gold);
}

.section-loan .adviser.compose-application p
{
    margin: 5px 0 0 0;
}

.section-loan .adviser.compose-application p small
{
    color: #fff;
}

.section-loan .loan-requirements
{
    padding: 35px 0 0 25px;
}

.section-loan .loan-requirements h4
{
    font-weight: 500;
}

.section-loan .form-link
{
    font-size: 1.5rem;
    text-decoration: underline;
}

.process-online
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.process-online i
{
    color: var(--gold);
}

.process-online figure img
{
    max-width: 80%;
    width: 80%;
}

.content .process-online p
{
    margin: 24px 0;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}

.top
{
    width: 100%;
    min-height: 480px;
    padding: 20px 0;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    background: url('../images/topp.jpg') top center no-repeat;
}

.top h3
{
    margin-top: 5px;
    font-size: 28px;
    font-weight: 400;
}

.loan-title
{
    margin: 20px 0;
    font-size: 20px;
    font-weight: 500;
    color: var(--purple);
    line-height: 20px;
}

.loan-title span
{
    font-size: 14px;
    font-weight: 600;
}

.loan-text
{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--purple);
}

.top .loan-info
{
    width: 100%;
    min-height: 200px;
    padding: 15px;
    /*background: url('../images/bg-loan.png') repeat;*/
    background: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
}

.top .loan-info h4
{
    font-size: 20px;
    font-weight: 500;
}

.top .loan-info hr
{
    height: 1px;
    margin: 20px 0;
    border: 0 none;
    background-color: var(--purple);
}

.top .loan-info ul li
{
    display: block;
    margin-bottom: 15px;
    padding-bottom: 18px;
    border-bottom: 1px var(--purple) dotted;
    font-size: 1.1em;
    color: var(--purple);
}

.top .loan-info .summary
{
    margin: 20px 0;
}

.top .loan-info .summary h6
{
    font-size: 18px;
    font-weight: 500;
    color: var(--purple);
}

.top .loan-info .summary h6 span
{
    font-size: 0.6em;
}

.top .loan-info .summary h6 strong
{
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
}

.content
{
    width: 100%;
    min-height: 200px;
    padding: 60px 0;
    border-top: 1px solid #E2E2E2;
    box-shadow: 0 1px 4px #E2E2E2;
}

.content h2
{
    padding-bottom: 3.3rem;
}

.content h3
{
    margin: 3rem 0;
}

.content p
{
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
}

.content a
{
    color: var(--purple);
}

ul.bullet
{
    margin-left: 22px;
}

ul.bullet li
{
    padding: 5px 0;
    font-size: 1.5rem;
}

ul.bullet li::before
{
    font-family: 'FontAwesome';
    content: '\f111';
    margin: 0 7.5px 0 -20px;
    color: var(--gold);
}

.content hr
{
    height: 1px;
    border: 0 none;
    background-image: linear-gradient(to right, rgba(210, 210, 210, 0.2), rgba(210, 210, 210, 0.75), rgba(210, 210, 210, 0.2));
}

.disclaimer
{
    padding: 10px 0;
}

.disclaimer .bolder
{
    font-size: 14px;
    font-weight: 700;
}

.bg-gray
{
    background-color: var(--bg-gray);
    color: var(--font-color);
}

.bg-navy
{
    background-color: var(--navy);
}

.bevel
{
    border: 1px solid #ccc;
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.2), inset -5px -5px 10px rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

.bg-features
{
    /*background: url('../images/bg-features.jpg') top center;*/
    background-color: var(--purple);
}

.bg-features .row
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle
{
    display: inline-block;
    width: 160px;
    height: 160px;
    padding: 45px 0;
    border: 2px var(--purple) solid;
    border-radius: 80px;
    font-size: 32px;
    color: var(--purple);
    text-align: center;
    transition: all 0.3s ease;
}

.circle:hover
{
    border: 2px var(--gold) solid;
    background-color: var(--purple);
}

.circle:hover i,
.circle:hover span
{
    color: var(--gold);
}

.content .under-circle-text
{
    margin: 20px 0;
    font-size: 1.6rem;
    text-align: center;
}

.text-tool
{
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.text-tool:hover
{
    text-decoration: none;
}

.text-tool:hover::before
{
    position: absolute;
    left: 99%;
    top: 25%;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 26px solid var(--purple);
    border-bottom: 13px solid transparent;
    content: '';
}

.text-tool:hover::after
{
    position: absolute;
    left: 114%;
    bottom: 40%;
    display: block;
    padding: 10px 20px;
    background-color: var(--purple);
    border-radius: 5px;
    font-size: 1.3rem;
    color: #fff;
    content: attr(title);
    z-index: 99;
}

.bg-features h2,
.bg-features p,
.bg-features .circle
{
    color: #fff;
}

.bg-features .circle
{
    border-color: #fff;
}

.bg-features .text-tool:hover::after
{
    background: var(--gold);
}

.bg-features .title-decorated::before
{
    background: #fff;
}

.title-decorated
{
    position: relative;
}

.title-decorated::before
{
    content: '';
    position: absolute;
    top: 6rem;
    left: 50%;
    bottom: 0;
    width: 13rem;
    height: 0.5rem;
    background: var(--purple);
    border-radius: 1rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-social
{
    background-color: var(--navy);
}

.social-icons
{
}

.social-icons a
{
    display: inline-block;
    padding: 0 20px;
    color: var(--gold);
    transition: all 0.3s ease;
}
/*
.social-icons a:hover
{
    color: var(--purple);
}
*/
.social-icons li a i
{
    color: var(--gold);
}

.section-social h2
{
    color: var(--gold);
}

.social-icons  i.fa-facebook
{
    color: #4267b2;
}

.social-icons i.fa-tiktok
{
    color: #000;
}

.social-icons i.fa-youtube
{
    color: #b7081b;
}

.social-icons li i.fa-instagram:hover
{
    color: #f1bc5a;
}

.city .content h2:not(.title-decorated)
{
    margin-bottom: 1rem;
    padding-bottom: 0;
    font-size: 2rem;
}

.section-cities a
{
    text-decoration: none;
}

.cities li
{
    display: block;
    padding: 5px 0;
}

.cities li a
{
    color: #6e7a91;
}

.content.section-disclaimer p
{
    font-size: 1.05rem;
}

.condition-loan-text
{
    margin: 20px 0;
    font-size: 16px;
}

.promo
{
    width: 100%;
    text-align: center;
}

.promo h3
{
    text-align: left;
}

.promo img
{
    margin-bottom: 20px;
}

.promo a
{
    font-size: 14px;
}

.testimonial-slider
{
    position: relative;
    padding-bottom: 40px;
}

.testimonial-slider .slides
{
    list-style: none;
    *zoom: 1;
}
.testimonial-slider .slides:after
{
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
}

.testimonial-slider blockquote
{
    font-size: 30px;
    font-size: 1.875em;
    text-align: center;
}

.testimonial-slider blockquote cite
{
    font-size: 15px;
    font-size: 0.9375rem;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-style: normal;
}

.testimonial-slider .flex-control-nav
{
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    list-style: none;
    z-index: 99;
}

.testimonial-slider .flex-control-nav li
{
    display: inline-block;
    margin: 0 5px;
}

.testimonial-slider .flex-control-nav li a
{
    overflow: hidden;
    text-indent: -9999px;
    background: var(--purple);
    border-radius: 50%;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.testimonial-slider .flex-control-nav li a.flex-active
{
    background-color: var(--gold);
}

.sidebar
{

}

.sidebar .box
{
    min-height: 200px;
    margin-bottom: 40px;
    padding: 10px 20px;
    overflow: hidden;
    background: #f1f1f1;
}

.box p
{
    font-size: 14px;
    font-weight: 300;
}

.box .loan-title
{
    font-size: 20px;
}

.box .loan-text
{
    font-weight: 600;
}

.box .contact-data
{
    padding-left: 5px;
}

.box-contact
{
    /*text-align: center;*/
}

.box-contact h5
{
    margin-bottom: 3rem;
    font-size: 1.8rem;
}

.box-contact .icon-block
{
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-bottom: 2.2rem;
    padding: 20px;
    border-radius: 50%;
    background: var(--purple);
}

.content .box-contact p
{
    margin: 20px 0;
    font-size: 1.6rem;
}

.box-contact i
{
    padding-right: 1rem;
    font-size: 1.6rem;
}

.content .box-contact p span
{
    font-size: 1.4rem;
}

.user-account
{
    padding: 10px 0 30px 0;
    border: 1px solid #edb200;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: -1px 1px 6px 2px rgba(162, 26, 92, 1);
    -moz-box-shadow: -1px 1px 6px 2px rgba(162, 26, 92, 1);
    box-shadow: -1px 1px 6px 2px rgba(162, 26, 92, 1);
}

.user-account .account-header
{
    padding: 0 20px;
    border-bottom: 1px var(--purple) solid;
}

.user-account .account-content
{
    padding: 20px;
}

.user-account .account-content .user-loan-info
{
    font-size: 1.5rem;
    font-weight: 700;
}

.user-account .account-content .row-loan-info
{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
}

.user-account .account-content .row-loan-info p
{
    margin: 0;
}

.user-account .account-content .row-loan-info div
{
    border-bottom: 1px #ccc solid;
}

.user-account .account-content .input-group-addon.addon-after
{
    border-right: 1px #aeaeae solid;
}

.user-account .user-document a
{
    text-decoration: underline;
}

.form-wrapper
{
    /*width: 640px;*/
    margin: 0 auto;
}

.form-wrapper .btn-form
{
    margin-top: 48px;
}

.form-user
{
    border: 1px solid #edb200;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    -webkit-box-shadow: -1px 1px 6px 2px rgba(162, 26, 92, 1);
    -moz-box-shadow: -1px 1px 6px 2px rgba(162, 26, 92, 1);
    box-shadow: -1px 1px 6px 2px rgba(162, 26, 92, 1);
}

.form-user .form-user-set
{
    padding: 40px 5px;
    background: #f8f8f8;
    overflow: hidden;
}

.form-user h3
{
    margin: 0 0 20px 0;
    color: #000;
}

.input-label
{
    padding: 0 0 5px 2.5px;
    font-weight: 400;
}

.required
{
    padding-left: 2.5px;
    color: red;
}

.field
{
    position: relative;
}

.form-field
{
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 10px;
    border: 1px #aeaeae solid;
    border-radius: 3px;
    color: #444;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.form-field:hover
{
    border-color: var(--purple);
}

.input-group .form-field
{
    border-radius: 0 3px 3px 0;
}

.form-text
{
    margin: 20px 0;
}

.form-text a
{
    color: var(--purple);

}

.input-group-addon
{
    border: 1px #aeaeae solid;
    border-right: 0 none;
}

.field .error-msg
{
    position: absolute;
    top: 3px;
    right: 5px;
    display: none;
    font-size: 0.75em;
    color: red;
}

.field-error
{
    border: 1px red solid;
    accent-color: red;
}

.field-error ~ label
{
    color: red;
}

.field-success
{
    border: 1px green solid;
}

.field-success ~ label
{
    color: green;
}

input[name="personal_id_number"]
{
    text-transform: uppercase;
}

input[name="personal_id_number"]::placeholder
{
    text-transform: none;
}

.statements
{
    width: 100%;
}

.form-contact textarea
{
    min-height: 120px;
    resize: vertical;
}

.lbl-agreement
{
    display: inline;
}

.contact-information
{
    margin-top: 40px;
}

.btn-form
{
    padding: 12.5px 25px;
    border: 0 none;
    background: var(--purple);
    border-radius: 1rem;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    transition: all 0.3s ease;
}

.btn-form:hover,
.btn-form:focus
{
    color: var(--gold);
    text-decoration: none;
}

.btn-form.sms-code,
.btn-form.full-w
{
    width: 100%;
}

.btn-form.white
{
    border: 1px var(--purple) solid;
    background: #fff;
    color: var(--purple) !important;
}

.btn-loan-noeffect
{
    display: inline-block;
    margin: 40px 0;
}

.btn-loan
{
    position: relative;
    margin: 40px 0;
    border-radius: 1rem;
    background: var(--purple);
    color: #fff;
    box-shadow: 0 6px 7px -3px rgba(0, 0, 0, 0.2);
}

.btn-loan::before
{
    content: "";
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 );
    transition: all 0.3s ease;
}

.btn-loan:hover::before
{
    left: -100%;
}

.btn-loan-app
{
    margin: 20px 0 0 0;
}

.btn-big
{
    /*width: 100%;*/
    padding: 15px 30px;
    font-size: 2rem;
    text-transform: uppercase;
}

.btn-sign-in
{
    display: inline-block;
    margin: 0 0 0 10px;
    background: var(--purple);
    color: #fff;
    transition: 0.3s all ease;
}

.btn-sign-in:hover
{
    color: var(--gold);
}

table.info-form
{
    max-width: 800px;
    margin: 30px auto;
}

table.info-form td,
table.info-form th
{
    padding: 10px;
    border: 1px #eee solid;
}

table.info-form td
{
    width: 50%;
    vertical-align: center;
}

table.info-form th
{
    background-color: #eeeeee;
    font-size: 1.6rem;
    color: #cd09a2;
}

table.info-form td.no-border
{
    border: 0 none;
}

.btn-call
{
    border: 1px #ccc solid;
    margin: 0 0 0 10px;
    font-weight: 700;
    color: var(--purple);
    transition: 0.3s all ease;
}

.btn-call:hover
{
    color: var(--gold);
}

.loan-status
{
    padding: 60px 20px;
    border: 1px var(--purple) solid;
    box-shadow: 1px 1px 20px 1px rgba(201, 79, 136, 0.5);
}

.content p.timer
{
    margin-top: 2rem;
    font-size: 4rem;
    font-weight: 600;
    color: var(--purple);
    text-align: center;
}

.img-zpf
{
    width: 100%;
    max-width: 500px;
    height: auto;
}

.bordered
{
    padding: 5px;
    border: 1px #ccc solid;
}

.custom-tabs img
{
    width: 400px;
}

.custom-tabs.panel-default
{
    border: 0 none;
}

.custom-tabs .panel-heading
{
    margin-bottom: 40px;
    border: 0 none;
    background-color: transparent;
}

.custom-tabs .nav-tabs
{
    display: flex;
    justify-content: center;
    border: 0 none;
}

.custom-tabs .nav-tabs > li > a
{
    margin-right: 5px;
    font-size: 1.8rem;
    background-color: var(--purple);
    color: var(--gold);
}

.custom-tabs .nav-tabs > li.active > a
{
    background-color: #fff;
    color: var(--purple);
}

.ui-widget
{
    font-family: 'Roboto';
    font-size: 1em;
}

.ui-state-default
{
    border: 0 none;
    background: none;
}

.ui-accordion .ui-accordion-header
{
    font-size: 1.7rem;
    font-weight: 500;
    color: #fff;
}

.ui-accordion .ui-accordion-header-active
{
    font-size: 1.7rem;
    font-weight: 500;
    color: var(--gold) !important;
}

.ui-accordion-content.ui-widget-content
{
    border: 0 none;
    border-bottom: 1px #ccc solid;
    border-radius: 0;
    background: 0 none;
    color: #474f51;
}

.loan-tabs.ui-widget-content
{
    border-bottom: 0 none;
    background: var(--bg-color);
}

.ui-widget-content
{
    border: 0 none;
    border-bottom: 1px #ccc solid;
    border-radius: 0;
    color: #444;
}

.loan-tabs h4
{
    font-size: 2.4rem;
    margin: 2rem 0;
}

.loan-tabs h5
{
    font-size: 1.6rem;
    margin: 2rem 0 1rem 0;
}

.loan-tabs .ui-widget-header
{
    border: 0 none;
    background: none;
}

.loan-tabs .ui-tabs-nav li
{
    font-size: 2rem;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    background: var(--purple);
}

.ui-state-default a, .ui-state-default a:link
{
    color: var(--gold);
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active
{
    background: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor
{
    color: var(--purple) !important;
}

.loan-tabs .ui-tabs-panel
{
    padding: 4.5rem 1.4rem;
}

.ui-autocomplete
{
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-body ul li
{
    font-size: 12.5px;
}

/*.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
{
    float: none;
}
*/

.tooltip.bottom .tooltip-arrow
{
    border-bottom-color: var(--purple);
}

.tooltip-inner
{
    background-color: var(--purple)
}

article
{
    margin-bottom: 40px;
}

article h2
{
    margin-bottom: 5px;
}

article h3
{
    margin: 0 0 20px 0;
}

article h3 a
{
    font-weight: 600;
    color: var(--purple);
    transition: all 0.5s ease;
}

article h3 a:hover
{
    color: #444;
}

article .news-date
{
    font-size: 12px;
    color: #b3b3b3;
}

.pagination > li > a
{
    color: #676766;
}

.pagination > li > a:hover
{
    color: #676766;
}

.pagination > li:first-child > a, .pagination > li:first-child > span
{
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{
    background: none repeat scroll 0 0 var(--purple);
    border-color: var(--purple);
}

footer
{
    clear: both;
    min-height: 60px;
    padding: 30px 0;
    background: #26282c;
    color: #8d9095;
}

footer h4
{
    margin: 0 0 20px 0;
    color: #fff;
}

footer a
{
    color: #fff;
}

footer ul
{
    margin: 0;
    padding: 0 0 0 0;
    text-align: center;
}

footer ul li
{
    display: inline-block;
    padding: 0 10px;
}

footer ul li a
{
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

footer a i
{
    margin-right: 7.5px;
}

footer .footer-logo
{
    margin-bottom: 40px;
}

.footer-menu li a
{
    transition: all 0.3s ease;
}

.designer-brand
{
    padding-top: 20px;
    color: #FF991E;
}

.termsfeed-com---palette-dark.termsfeed-com---nb
{
    background-color: var(--purple) !important;
}

.termsfeed-com---palette-dark .cc-nb-okagree
{
    background-color: var(--gold) !important;
}

.termsfeed-com---palette-dark .cc-pc-head-close:active,
.termsfeed-com---palette-dark .cc-pc-head-close:focus
{
    border: 2px var(--gold) solid !important;
}

.subpage .page-header
{
    position: relative;
    margin: 0;
    padding: 30px 0;
    background: var(--navy);
    text-align: left;
}

.subpage .page-header h1
{
    color: var(--gold);
}

.app-page .section-loan
{
    position: relative;
    width: 100%;
    min-height: 780px;
    padding: 60px 0;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    background: url('../images/app-banner.jpg') top center no-repeat;
    /*filter: blur(2px);
    -webkit-filter: blur(2px);*/
}

.app-page .section-loan .app-call-contact
{
    min-height: 700px;
}

.app-page .section-loan .contact-text-area
{
    position: absolute;
    bottom: 2rem;
    width: 100%;
    padding: 10px;
    border-radius: 0 2rem 2rem 2rem;
    background-color: rgba(255,255,255,0.6);
}

.app-page .section-loan .contact-text-area h1
{
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    font-size: 4rem;
    font-weight: 700;
}

.app-page .section-loan .contact-text-area p
{
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--navy);
}

.app-page .app-call-area-form
{
    position: relative;
}

/* HOTFIX MOBILE INPUT OVERLAY */
.app-page #form-call-adviser .col-md-12,
.app-page #form-call-adviser .field {
    /*    height: auto !important;
        min-height: auto !important;
        margin: 0 !important;
        padding: 0 0 10px 0 !important;*/
    position: static !important;
    /*    transform: none !important;*/
}

.app-page .app-call-area,
.app-page .app-call-area-form
{
    padding: 20px;
    border-radius: 10px;
    background-color: var(--bg-color);
    box-shadow: 1px 1px 20px 1px rgba(201, 79, 136, 0.5);
}

.app-page .app-call-area-form p,
.app-page .app-call-area-form label,
.app-page .app-call-area-form a
{
    font-size: 1rem;
}

.app-page .app-call-area p.call-text
{
    margin-bottom: 32px;
    font-size: 2.5rem;
    font-weight: 700;
}

.app-page .app-call-area .btn-app-call
{
    display: inline-block;
    width: 40%;
    margin-bottom: 16px;
    font-size: 4.2rem;
}

.app-page .app-call-area .btn-app-call i
{
    padding-right: 15px;
}

.app-page .section-in-counts h3
{
    font-family: 'Audiowide';
    font-size: 3rem;
    font-weight: 500;
}

.app-page .section-in-counts h3 span.gold
{
    color: var(--gold);
    font-weight: 500;
}

.application-page .steps-indicator
{
    display: inline-block;
    width: 40%;
    margin: 28px 0 0 7.5%;
}

.application-page .steps-indicator .progress
{
    height: 30px;
}

.application-page .steps-indicator .progress .progress-bar
{
    padding-top: 5px;
    font-size: 1.6rem;
    font-weight: 600;
}

.progress-bar.progress-bar-striped,
.progress-striped .progress-bar
{
    background-color: #a21a5c !important;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.application-page section h2
{
    margin: 0 0 20px 0;
    margin: 0;
}

.application-page .content
{
    min-height: 80vh;
}

.application-page .content input
{
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 3px;
}

.application-page .content h3
{
    position: relative;
    /*margin-top: 0;*/
    margin-bottom: 4rem;
}

.application-page .content h3::after
{
    content: '';
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.application-page .content .loan-online-off h4
{
    font-size: 2rem;
    margin-bottom: 3rem;
}

.application-page  .form-wrapper .btn-form
{
    margin-bottom: 4rem;
    font-size: 2rem;
}

.application-page  .form-wrapper .btn-form.sms-code
{
    margin: 0;
}

.application-page .loan-box
{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

.application-page .loan-box p
{
    color: #fff;
}

.application-page .loan-box .loan-box-header
{
    padding: 10px 15px;
    background-color: var(--purple);
    color: #fff;
}

.application-page .loan-box .loan-box-header p
{
    margin: 10px 0;
    font-size: 1.6rem;
}

.application-page .loan-box .loan-box-header .amount-text
{
    font-weight: 700 !important;
    text-align: right !important;
}

.application-page .loan-box .loan-box-header a i
{
    display: inline-block;
    margin: 10px 0;
    font-size: 2rem;
    color: var(--gold);
}

.application-page .loan-box .loan-box-content
{
    padding: 10px 15px;
}

.application-page .loan-box .loan-box-content table
{
    margin: 20px auto;
    width: 100%;
    border: 0 none;
}

.application-page .loan-box .loan-box-content table td
{
    width: 50%;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    font-size: 1.5rem;
}

.application-page .loan-box .loan-box-content table td:nth-child(even)
{
    text-align: right;
}

.application-page .loan-box .loan-box-content table tr.loan-summary td
{
    font-weight: 700;
}

.breadcrumb
{
    margin: 0;
    margin-top: 0px;
    margin-top: 16px;
    padding: 0;
    background: none;
}

.breadcrumb li
{
    display: inline-block;
    font-size: 1em;
    text-transform: uppercase;
    color: var(--light-purple);
}

.breadcrumb li a
{
    color: var(--purple);
}

/************************************** * JS Communication **********************************/
#scrollup
{
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    background: var(--purple);
    text-align: center;
    outline: 0;
}

#scrollup i
{
    margin-top: 10px;
    color: #fff;
    transition: 0.3s all ease;
}

#scrollup:hover i
{
    color: var(--gold);
}

/************************************** * RWD **********************************/
@media (min-width: 1200px) {
    .mobile-menu-user
    {
        display: none;
    }
    .menu-user
    {
        display: block;
    }
}

@media (max-width: 1199px) {
    .menu-user
    {
        display: none;
    }
}

@media (min-width: 768px) {
    .app-page .section-loan .app-call-area
    {
        display: none;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .logo img
    {
        height: 60px;
    }
}

@media (max-width: 770px) {

    .section-loan
    {
        padding-top: 20px;
        background: #fff url('../images/top-banner-mobile.jpg') top center no-repeat;
        background-size: contain;
    }
    .section-loan h2
    {
        font-size: 3rem;
    }
    .section-loan h3.slogan-text
    {
        font-size: 2.2rem;
    }
    .compose-application
    {
        margin-top: 15rem;
    }
    .app-page .section-loan
    {
        background: url('../images/app-banner-mobile.jpg') top center no-repeat;
    }
    .bg-features .row
    {
        display: block;
    }
    .app-page .section-loan .contact-text-area h1
    {
        font-size: 3rem;
    }
    .app-page .section-loan .contact-text-area p
    {
        font-size: 2rem;
    }
    .app-page .section-loan .contact-text-area
    {
        width: 95%;
    }
    .footer-menu li
    {
        display: block;
        margin: 10px 0;
    }
}

@media (max-width: 768px) {

    .menu-user
    {
        display: none;
        /*margin: 0;
        float: none;*/
    }

    .menu-user li
    {
        padding: 10px 0;
    }

    section h2
    {
        font-size: 2.5rem;
    }

    h3
    {
        font-size: 1.7rem;
    }

    .navbar-toggle
    {
        margin-top: 15px;
    }

    .mobile-menu-user
    {
        display: block;
    }

    .mobile-menu-user .theme-mode
    {
        display: inline-block;
        margin-left: 16px;
    }

    .section-loan h2
    {

    }

    .section-loan h3.slogan-text
    {
        margin-bottom: 20%;
    }

    .section-loan .compose-application
    {
        border-radius: 0;
    }

    .section-loan .loan-calc
    {
        padding-left: 0;
        padding-right: 0;
    }

    .section-loan .compose-application .col-xs-12
    {
        padding-left: 0;
        padding-right: 0;
    }
    .app-page .app-call-area
    {
        margin-bottom: 32px;
    }
    .app-page .app-call-area .btn-app-call
    {
        width: 50%;
        font-size: 3rem;
    }
    .app-page .section-loan .contact-text-area
    {
        bottom: 28rem;
    }
    .section-call-us
    {
        display: none;
    }
    input,
    textarea,
    select
    {
        font-size: 16px !important;
    }
}

@media (max-width: 550px) {

    .basic-info a
    {
        font-size: 1.4rem;
    }

    section h2
    {
        font-size: 2.2rem;
    }

    .section-loan h2
    {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
        line-height: normal
    }

    .section-loan h3.slogan-text
    {
        /*width: 50%;*/
        margin-bottom: 8%;
        font-size: 1.4rem;
        line-height: normal;
    }

    .section-loan .compose-application
    {
        border-radius: 0;
    }

    .section-loan .loan-calc
    {
        padding-left: 0;
        padding-right: 0;
    }

    .section-loan .compose-application .col-xs-12
    {
        padding-left: 0;
        padding-right: 0;
    }

    .slogan-area
    {
        height: 150px;
    }

    .title-decorated::before
    {
        top: 5rem;
    }

    .loan-tabs .ui-tabs-nav li
    {
        font-size: 1.1rem;
    }

    .custom-tabs .nav-tabs
    {
        display: block;
    }

    .custom-tabs .nav-tabs li
    {
        margin: 5px 0;
    }

    .custom-tabs img
    {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    
    .app-page .section-loan .app-call-contact
    {
        min-height: 520px;
    }

    .app-page .app-call-area .btn-app-call
    {
        width: 80%;
        font-size: 2rem;
    }
    
    .field-eye
    {
        top: 5%;
    }
    
    .field-eye .eye
    {
        font-size: 2.8rem;
    }

    #scrollup
    {
        bottom: 50px;
    }
}

@media (max-width: 366px) {
    .logo img
    {
        height: 46px;
    }
}

/************************************** * Helpers ***************************************/
.img-responsive
{
    max-width: 100%;
    width: auto;
    height: auto;
}

.img-bordered
{
    border: 1px solid silver;
    border-radius: 3px;
    box-shadow: 1px 1px 3px silver;
    background: #fff;
    padding: 3px;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.align-left
{
    text-align: left !important;
}

.align-right
{
    text-align: right !important;
}

.align-center
{
    text-align: center !important;
}

.justify
{
    text-align: justify !important;
}

.v-align-top
{
    vertical-align: top;
}

.v-align-middle
{
    vertical-align: middle;
}

.vcenter
{
    display: flex;
    align-items: center;
}

.hidden
{
    display: none;
}

.show
{
    display: block;
}

.hidetext
{
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
}

.center
{
    margin: 0 auto;
}

.flex-content-center
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-center
{
    display: flex;
    align-items: center;
}

.clear
{
    clear: both;
}

.mb-1
{
    margin-bottom: 10px;
}

.mt-4
{
    margin-top: 40px;
}