html {
    font-size: 10px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #fff;
    color: #4c4c4c;
}

a {
    color: #c44569;
}

p {
    font-size: 1.8rem;
}

h1 {
    font-size: 5rem;
}

h2 {
    font-size: 4.6rem;
}

h3 {
    font-size: 2.8rem;
}

h4 {
    font-size: 2.4rem;
}

.custom-h2 {
    font-size: 4.8rem;
    font-weight: 300;
}

.special-color {
    color: #c44569;
}

.special-color-2 {
    color: #8a9889;
}

.special-color-3 {
    color: #4c4c4c;
}

.black-color {
    color: #111 !important;
}

.underline {
    border-bottom: 0.6rem solid #c44569;
}

.scale-hover-img {
    transition: all 0.5s;
}

.scale-hover-img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.f-bold-900 {
    font-weight: 900 !important;
}

.mr-auto {
    margin: auto !important;
}

.w-100 {
    width: 100%;
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}

.vertical-align {
    position: relative;
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.custom-btn {
    display: inline-block;
    padding: 1.2rem 1.5rem;
    font-size: 2rem;
    color: #fff;
    text-decoration: none;
    transition: all ease 300ms;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.custom-btn:hover,
.custom-btn:focus {
    color: #fff;
    text-decoration: none;
    transform: scale(1.04);
}

.row-equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-equal>[class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.padding-0 {
    padding: 0rem;
}

.margin-0 {
    margin: 0px;
}

.red-font {
    color: red;
}

select[multiple] {
    height: 10rem !important;
    background-image: none !important;
}


/* HOME TOP CONTAINER */

.loan-info-container {
    background-color: #F6F6F6;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.loan-info-container {
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url(../images/backgrounds/bg-h-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.loan-info-container.form-universal {
    background-image: none;
}

.loan-info-container.form-finance {
    background-image: none;
}

.loan-info-container.form-sweepstakes {
    background-image: url(../images/backgrounds/bg-h-1.jpg);
}

.loan-info-container .bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.06) 100%);
}

.main-form-container .loan-form-input {
    margin-top: 2.3rem;
}

@media (min-width: 767px) {
    .main-form-container .input-pd-left {
        padding-left: 3rem;
    }
    .main-form-container .input-pd-right {
        padding-right: 3rem;
    }
}

.main-form-container .left-section {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

@media (min-width: 1440px) {
    .container {
        width: 1400px;
    }
}

@media (min-width: 1199px) {
    .main-form-container .left-section {
        margin-top: 8rem;
    }
}

.loan-info-container .left-section-p {
    font-size: 2.5rem;
}

.main-form-container .form-button-contaner {
    margin-top: 1.2rem;
}

@media (max-width: 767px) {
    .loan-info-container .link-loan {
        width: 25rem;
    }
    .main-form-container .form-button-contaner {
        margin-top: 2rem;
    }
}

.main-form-container .form-bottom-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.main-form-container .checkbox label {
    font-weight: 700;
    font-size: 1.7rem;
}


/* loan-info-container */

.loan-info-container .heading,
.loan-info-container .sub-heading {
    text-align: center;
}

.loan-info-container .inner-wrap {
    position: relative;
}

.loan-info-container .heading {
    margin: 3rem auto 5rem auto;
    font-weight: 300;
    font-size: 4.8rem;
}

.loan-info-container .sub-heading {
    max-width: 1150px;
    margin: 0 auto 7rem auto;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 1.25;
}

.loan-info-container .category-description {
    padding: 1.5rem 2rem 0 2rem;
    text-align: justify;
    font-size: 1.9rem;
}

.loan-info-container .custom-h3 .underline {
    padding-bottom: 1rem;
    font-weight: 300;
}

.loan-info-container .form-info-row {
    position: relative;
    margin-left: 0rem;
}

.loan-info-container .form-info-row .border-left {
    border: 0.4rem solid #40B55C;
    border-radius: 0.5rem;
    position: absolute;
    height: 100%;
}

.loan-info-container .green {
    color: #40B55C
}

.loan-info-container .loan-form-container {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.8);
}

.loan-info-container .range-button-controll {
    cursor: pointer;
    font-size: 1.5rem;
    color: #c44569;
}

.loan-info-container .range-control-container {
    height: 5.8rem;
}

.loan-info-container .range-info {
    font-size: 1.25rem;
    color: #4c4c4c;
    font-weight: 700;
}

.loan-info-container .form-heading {
    margin: 0;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
}

.loan-info-container .form-subheading {
    margin: 0.5rem 0 0 0;
    font-size: 2.4rem;
    font-weight: 400;
    text-align: center;
}

.loan-info-container.form-finance .form-heading {
    margin: 0 0 0.5rem 0;
    font-size: 2.4rem;
    text-align: left;
}

.loan-info-container.form-finance .client-data-main-inputs {
    margin: -2rem 0 0 0;
}

.main-form-container .main-heading-wrap {
    margin: 0 0 1.5rem 0;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.8);
}

.main-form-container .main-heading-wrap .heading {
    margin-bottom: 4rem;
    font-weight: 400;
}

.main-form-container .main-heading-wrap .sub-heading {
    margin: 0 0 3rem 0;
}

.main-form-container .main-heading-wrap .heading,
.main-form-container .main-heading-wrap .sub-heading {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

input.form-step-input:focus,
select.form-step-input:focus,
textarea.form-step-input:focus,
button.form-step-input:focus {
    outline-color: #40B55C;
}

.loan-form-input::-webkit-input-placeholder {
    color: #4c4c4c;
    opacity: 1;
}

.loan-form-input:-ms-input-placeholder {
    color: #4c4c4c;
    opacity: 1;
}

.loan-form-input::-ms-input-placeholder {
    color: #4c4c4c;
    opacity: 1;
}

.loan-form-input::placeholder {
    color: #4c4c4c;
    opacity: 1;
}

.loan-form-input:-ms-input-placeholder {
    color: #4c4c4c;
    opacity: 1;
}

.loan-form-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #4c4c4c;
    opacity: 1;
}

input.error:not([type=checkbox]):not([type=radio]),
select.error {
    border: 2px #f00 solid;
    color: #4c4c4c;
    background: url(../images/alert.svg) no-repeat right 0.8rem center #F5F5F5;
    -webkit-appearance: none;
    background-origin: content-box;
    background-size: 1.7rem 1.7rem !important;
}

input.error label,
select.error label {
    color: #ff9602 !important;
}

input.error[type="number"] {
    padding-right: 2.5rem;
}

label.error {
    display: block;
    margin: 0.2rem 0 0 0;
    color: #ff0000 !important;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: left;
}

.loan-form-container label.error {
    position: absolute;
}

input.loan-form-input,
select.loan-form-input {
    height: 4rem !important;
}

.loan-form-input {
    width: 100%;
    padding: 0.7rem 2rem;
    background-color: #fbfbfb;
    border: 2px #4c4c4c solid;
    border-radius: 0;
    font-size: 1.6rem;
    font-weight: 400;
    color: #4c4c4c;
}

.loan-form-input:focus {
    outline: 1px solid #c44569;
}

.loan-form-btn {
    width: 100%;
    max-width: 320px;
    margin: 2.6rem auto 1.4rem auto;
    padding: 1.5rem 1rem;
    border: none;
    border-radius: 0;
    background-color: #c44569;
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    transition: all ease 300ms;
}

.loan-form-btn:focus,
.loan-form-btn:hover {
    transform: scale(1.04);
    color: #fff;
    text-decoration: none;
    outline: none;
}

.loan-info-container .loan-form .checkbox-label {
    font-size: 1.1rem;
    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: 0rem;
    color: #777;
    font-weight: 700;
}

.loan-form-container .range-value-container h4 {
    font-size: 2.4rem;
    font-weight: 400;
}

@media (max-width: 600px) {
    .loan-form-container .range-value-container h4 {
        font-size: 1.7rem;
    }
}


/*approval checbox*/

.loan-info-container .check-all {
    cursor: pointer;
    text-align: left;
}

.loan-info-container .check-all input[type=checkbox] {
    margin: 0 1rem 0 0;
}

.loan-info-container .checkboxes-wrap {
    padding: 4rem;
    margin-top: 0.5rem;
    color: #4c4c4c;
    background: #edebeb;
}

.loan-info-container .form-checkbox-section {
    position: relative;
    text-align: left;
}

.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: 2.5rem;
    margin-top: 0.3rem;
    line-height: 1.6rem;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
}

.loan-info-container .form-checkbox-section a {
    color: #c44569;
}


/* OFFER BLOCKS CONTAINER */

.category-blocks-container-wrap {
    padding: 0;
}

.category-blocks-container {
    display: table;
    border-spacing: 3.5rem 0;
    width: 100%;
    margin: 2rem auto 2rem auto;
    text-align: center;
}

.block-wrap {
    position: relative;
    display: table-cell;
    width: 25%;
    margin: 0 15px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.block-wrap:first-of-type {
    margin-left: 0;
}

.block-wrap:last-of-type {
    margin-right: 0;
}

.block-wrap .block-image {
    margin: 0 0 3.5rem 0;
    height: 20rem;
    background-size: cover;
}

.block-wrap.block-category-vod .block-image {
    background-image: url(../images/blocks/category-vod.jpg);
}

.block-wrap.block-category-telecom .block-image {
    background-image: url(../images/blocks/category-telecom.jpg);
}

.block-wrap.block-category-insurance .block-image {
    background-image: url(../images/blocks/category-insurance.jpg);
}

.block-wrap.block-category-training .block-image {
    background-image: url(../images/blocks/category-training.jpg);
}

.block-inner {
    display: block;
    text-decoration: none;
    transition: all ease 300ms;
}

.block-content,
.block-image,
.block-title,
.block-info {
    display: block;
}

.block-content {
    position: relative;
    color: #4c4c4c;
}

.block-title {
    display: inline-block;
    margin: 0 0 3.5rem 0;
    font-size: 2.4rem;
    font-weight: 400;
    transition: color ease 300ms;
}

.block-info {
    padding: 1rem 0.5rem;
    font-size: 2rem;
    font-weight: 400;
    color: #c44569;
    border: 2px solid #848484;
    transition: all ease 300ms;
}

.block-inner:hover {
    transform: scale(1.03);
    text-decoration: none;
    background: #c44569;
}

.block-inner:hover .block-title {
    color: #fff;
}

.block-inner:hover .block-info {
    background: #4c4c4c;
    color: #fff;
}

@media (max-width: 1191px) {
    .block-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 991px) {
    .category-blocks-container {
        display: block;
    }
    .block-wrap {
        display: block;
        width: 49%;
        margin: 0 0 4.5rem 0;
        padding: 0 1.5rem;
        float: left;
    }
}

@media (max-width: 767px) {
    .block-wrap {
        width: 100%;
    }
}


/* STEP CONTAINER */

.step-container {
    padding-bottom: 10rem;
    padding-top: 5rem;
    color: black;
    background: #FFFFFF
}

.step-container .custom-img {
    width: 50%;
    margin: auto;
}

.step-container .custom-h2 {
    font-weight: 900;
    font-size: 5rem;
}

.step-container .custom-h3 {
    padding-top: 0rem;
    margin-top: 0rem;
}

.step-container .custom-h3 .underline {
    padding-bottom: 0.5rem;
}

.convenient-container {
    padding: 6.5rem 0;
    background-color: #c44569;
    color: #fff;
}

.convenient-container h2 {
    margin: 0 0 5rem 0;
    text-align: center;
    font-size: 4.8rem;
    font-weight: 300;
}

.convenient-container p {
    margin: 0 0 3rem 0;
    font-size: 2rem;
    font-weight: 400;
}

.convenient-container .custom-btn {
    margin: 3rem 0 0 0;
    min-width: 29rem;
}

.convenient-container .tab-img {
    margin: 0.5rem 0 0 0;
}


/* INPUT SLIDER */

#multiStepTabs .ui-slider {
    position: relative;
    height: 1.2rem;
    font-size: 1em;
    background-color: #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: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
    background-color: transparent;
}

#multiStepTabs .tab-slider .ui-slider-handle {
    width: 3.6rem;
    height: 3.6rem;
    display: block;
    position: absolute;
    margin-top: -0.2rem;
    margin-left: 0.3rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: #fff;
    border-radius: 0;
}

#multiStepTabs .ui-tabs-nav .ui-state-active {
    background: #fff;
}

#multiStepTabs .ui-tabs-panel {
    padding: 3rem 3rem 2rem;
    background: #fff;
    -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, .3);
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, .3)
}

#multiStepTabs .ui-tabs-panel {
    color: #595f61
}

#multiStepTabs .category-title {
    margin: 0 0 3.0rem;
    font-size: 3.2rem;
    font-weight: 300;
    text-transform: uppercase
}

#multiStepTabs .tab-slider {
    width: 100%;
    height: 4.4rem;
    padding-top: 0.6rem;
    margin-top: 0;
    border-left: 0.2rem solid #c44569;
    border-right: 0.2rem solid #c44569;
    background: #c44569;
}

#multiStepTabs .sliders-wrapper {
    margin-bottom: 1.5rem;
}

#multiStepTabs .slider-btns-wrapper {
    margin-top: 4.0rem;
}

#multiStepTabs .tab-slider .ui-slider {
    position: relative;
    height: auto;
    width: calc(100% - 4.1rem);
    font-size: 1rem;
    background: transparent;
}

#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: 13rem;
    padding: 0.3rem 0.5rem;
    text-align: right;
    font-weight: 600;
    border: 0.1rem #c7c9c9 solid;
}

.loan-footer .law-note {
    font-size: 1.1rem;
    text-align: justify;
}

.bg-gradient-top {
    margin: 0 -1.5rem;
}

.bg-gradient-green {
    margin-top: -12.5rem;
    height: 24rem;
    background: #63bfb6;
    background: -webkit-repeating-linear-gradient(277deg, transparent, transparent 49.9%, #63bfb6 50.1%, #63bfb6 100%);
    background: -o-repeating-linear-gradient(277deg, transparent, transparent 49.9%, #63bfb6 50.1%, #63bfb6 100%);
    background: repeating-linear-gradient(173deg, transparent, transparent 49.9%, #63bfb6 50.1%, #63bfb6 100%);
}

.bg-green {
    padding: 0 0 1.5rem 0;
    background: #40b55c;
}

.bg-gradient-orange {
    height: 19.6rem;
    background: -webkit-repeating-linear-gradient(94deg, transparent, transparent 49.9%, #ff9602 50.1%, #ff9602 100%);
    background: -o-repeating-linear-gradient(94deg, transparent, transparent 49.9%, #ff9602 50.1%, #ff9602 100%);
    background: repeating-linear-gradient(-4deg, transparent, transparent 49.9%, #ff9602 50.1%, #ff9602 100%);
}


/* REVIEWS CONTAINER */

.reviews-container {
    padding: 9rem 0 4.5rem 0;
}

.reviews-container .reviews-header {
    margin: 0 0 8rem 0;
    text-align: center;
}

.reviews-container .reviews-item {
    margin: 0 0 1.5rem 0;
    padding: 3.5rem;
    background: #fff;
    font-size: 1.8rem;
    font-style: italic;
}

.reviews-container .person-photo {
    margin: 0 auto 1.5rem auto;
}

.reviews-container .person-photo img {
    width: 100%;
    max-width: 256px;
}

.reviews-container .person-review {
    margin: 0 0 2.5rem 0;
}

.reviews-container .person-name {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 600;
    font-style: normal;
    text-align: right;
}


/* base */

.cbtn {
    display: inline-block;
    padding: 1.2rem 1.5rem;
    box-shadow: none;
    background: #ccc;
    border-radius: 0;
    border: none;
    font-size: 2.4rem;
    font-weight: 500;
    transition: all ease 300ms;
    cursor: pointer;
}

.cbtn:hover {
    text-decoration: none;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.cbtn.green {
    background: #c44569;
    color: #fff;
    font-weight: 600;
}

.cbtn.green:hover {
    background: #c44569;
}

.cbtn.white {
    background: #fff;
    color: #000;
}

.cbtn.disabled {
    background: #999;
    color: #fff;
    cursor: not-allowed;
}

.cbtn.disabled:hover {
    background: #999;
    text-decoration: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.align-center {
    text-align: center;
}

@media(max-width:1199px) {
    .line-break {
        display: none;
    }
}

@media(max-width:991px) {
    .nav-tabs-container {
        text-align: center;
    }
    .nav-tabs-container .special-hr {
        margin: 1.5rem auto;
    }
    .nav-tabs-container .custom-btn {
        margin: 1.5rem 0 2.5rem 0;
    }
    .nav-tabs-container .tab-img {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }
    .loan-info-container {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .loan-info-container .heading,
    .custom-h2 {
        font-size: 4rem;
    }
    .convenient-container h2 {
        font-size: 3.6rem;
    }
    .convenient-container .tab-img {
        margin: 0 0 3.5rem 0;
    }
    .convenient-container .custom-btn-wrap {
        text-align: center;
    }
    .reviews-container {
        padding: 6rem 0 3rem 0;
    }
    .reviews-container .reviews-header {
        margin: 0 0 4.5rem 0;
    }
    .reviews-container .reviews-item,
    .reviews-container .person-name {
        text-align: center;
    }
    .reviews-container .reviews-item {
        padding: 1.5rem;
    }
    .reviews-container .person-photo {
        margin: 0 auto 3.5rem auto;
    }
    .reviews-container .person-review {
        margin: 0 auto 2rem auto;
        max-width: 44rem;
    }
}

@media(max-width:767px) {
    .loan-info-container .heading,
    .loan-info-container .sub-heading {
        max-width: 52rem;
    }
    .loan-info-container .heading,
    .custom-h2 {
        font-size: 3.6rem;
    }
    .loan-info-container .sub-heading {
        font-size: 2.4rem;
    }
    .step-container .custom-img {
        width: auto;
    }
}


/* STEP START */

.step-images-container {
    overflow: auto;
    margin: 1rem 0 0 0;
}

.step-images-container .step-img {
    display: none;
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 2rem;
}

.step-images-container .step-img:first-child {
    margin-left: 25%;
}

.form-step .form-loan-info-container {
    margin-top: 2.5rem;
}

.form-step .form-loan-info-row {
    margin-bottom: 1.5rem;
}

.form-step .info-title {
    margin: 1rem 0;
    font-size: 2.1rem;
    font-weight: 600;
    text-align: center;
}

.form-step {
    padding: 4.5rem 0;
    background: rgba(0, 0, 0, 0.1) url(../images/backgrounds/bg-h-people-1.jpg) center center no-repeat;
    background-image: none;
    background-size: cover;
    color: #21395c;
}

.form-step .step-title {
    margin: 4rem 0 0 0;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
}

.step-form-container {
    padding: 0 5rem;
    background: rgba(255, 255, 255, 0.8);
}

.step-form-container .step-form-header-green {
    background: #40B55C;
    color: white;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.form-data-container .data-title {
    color: #21395c;
    font-weight: 700;
    font-size: 2.1rem;
}

.form-step-input {
    padding: 0.7rem;
    width: 100%;
    color: #888
}

.grey-input-container .grey-input {
    border: 1px solid #ccc;
}

.grey-input-container label {
    color: #111;
    font-weight: 500;
    font-size: 1.3rem;
}

.grey-input-container:focus-within label {
    color: #6C2872;
}

.next-step-btn {
    background-color: #40B55C;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 1rem 5rem;
    border-radius: 1rem;
    display: inline-block;
    border: none;
}

.next-step-btn:hover {
    text-decoration: none;
    color: #F8F8F8;
}

.step-form-container .form-submit-container {
    padding: 2.5rem 1.5rem 6.5rem 1.5rem;
}


/*progress bar*/

.progressbar {
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
    padding-bottom: 5rem;
}

.progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 1.8rem;
    position: relative;
    text-align: center;
    content: '';
    color: #21395c;
    font-weight: 700;
    padding-top: 5rem
}

.progressbar li:before {
    position: relative;
    z-index: 1;
    width: 1.5rem;
    height: 1.5rem;
    content: '';
    line-height: 3.2rem;
    display: block;
    text-align: center;
    margin: 0 auto -4.5rem auto;
    border-radius: 50%;
    background-color: #616161;
    color: #111;
}

.progressbar li:after {
    width: 100%;
    height: 0.25rem;
    content: '';
    position: absolute;
    background-color: #4c4c4c;
    top: 0.8rem;
    left: -50%;
    z-index: 0;
    margin-top: 4.85rem
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active:before {
    background: #c44569;
}

.progressbar li.active+li:after {
    background-color: #c44569;
}

.progressbar li.active+li:before {
    background-color: #c44569;
}

.progressbar .color-step {
    color: #c44569;
}


/* STEP END */


/* CONTACT START */

.contact-container {}

.contact-container .contact-heading {
    font-size: 3.6rem;
}

.contact-container .contact-p,
.contact-container p {
    text-align: center;
}

.contact-container .contact-p {
    margin: 1rem 0 2rem 0;
    font-weight: 600;
    font-size: 1.6rem;
}

.contact-container .contact-title {
    font-weight: 600;
    line-height: 6rem;
}

.contact-container .contact-link {
    color: #40B55C;
    font-size: 2.5rem;
    font-weight: 500;
}

.contact-container .info-note {
    margin-top: 2.5rem;
}

.contact-container .tile {
    padding: 2.5rem 2.5rem 1.5rem 2.5rem;
    border-radius: 0 !important;
}

.contact-container .tile p {
    margin: 0 0 1.5rem 0;
}

.contact-container .cbtn {
    width: 100%;
}

.contact-container .checkbox-wrap,
.contact-container .checkbox-wrap p {
    font-size: 1.2rem;
    text-align: center;
}

.contact-container .checkbox-wrap {
    margin: 0 0 1rem 0;
}

.contact-container .checkbox-wrap p {
    margin: 0;
}

.contact-container .grey-input-container {
    margin: 0 0 1.5rem 0;
}

.contact-container .form-control {
    border-radius: 0;
}

.contact-container .grey-input-container input,
.contact-container .grey-input-container textarea {
    background: #ECECEC;
    border: none;
    padding: 0.7rem;
    width: 100%;
    color: #111;
}

.contact-container .grey-input-container textarea {
    height: 11.5rem;
}

.contact-container .grey-input-container input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #777;
}

.contact-container .grey-input-container input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #777;
}

.contact-container .grey-input-container input::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #777;
}

.contact-container .grey-input-container input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #777;
}

.contact-container .grey-input-container textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #777;
}

.contact-container .grey-input-container textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #777;
}

.contact-container .grey-input-container textarea::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #777;
}

.contact-container .grey-input-container textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #777;
}

.contact-container .checkbox {
    margin: 0;
    font-size: 1.2rem;
    text-align: center;
}

.contact-container .checkbox-wrap {
    position: relative;
}

.contact-container input[type=checkbox] {
    margin-top: 1px;
}

.contact-container .next-step-btn {
    border-radius: 0.5rem;
    font-weight: 600;
}

.contact-container .loan-form-btn {
    margin: 0.5rem auto;
}

.contact-container .additional-info {
    margin: 3rem 0 0 0;
    border-top: 1px solid #dfdfdf;
    text-align: center;
}

.contact-container .additional-info .contact-p {
    margin: 0 0 1rem 0;
}

.container .komunikatError,
.container .komunikatSuccess,
.contact-container .komunikatError,
.contact-container .komunikatSuccess {
    margin: 1.5rem 0 1.5rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.container .komunikatError,
.contact-container .komunikatError {
    color: #f70c0c;
}

.container .komunikatSuccess,
.contact-container .komunikatSuccess {
    color: #fff;
}


/* Cardina restyle */

.contact-container.cardina span.underline {
    border-bottom: 0.6rem solid #e30d13;
}

.contact-container.cardina .grey-border-container {
    margin-top: 3.5rem;
    text-align: center;
}

.contact-container.cardina .grey-border-container img {
    padding: 9rem 0;
}

@media(max-width:991px) {
    .contact-container .contact-heading {
        font-size: 2.8rem;
    }
}


/* CONTACT END */


/* PROPOSAL START */

.proposal-container {
    background: rgba(0, 0, 0, 0.1);
    padding-bottom: 3rem;
}

.proposal-container .inner-wrap {
    margin: 3rem 0;
    padding: 1.5rem 3rem;
    background: rgba(255, 255, 255, 0.8);
}

.proposal-container .confirm-container {
    padding-top: 1rem;
    padding-bottom: 3rem;
}

.proposal-container .proposal-title {
    font-weight: 900;
    text-align: center;
}

.proposal-container .confirm-container .confirm-title {
    font-weight: 700;
    font-size: 3.5rem;
}

.proposal-container .confirm-container .confirm-description {
    font-weight: 700;
    font-size: 2.5rem;
}

.proposal-container .confirm-container .confirm-hr {
    border: none;
    height: 0.3rem;
    color: #20409a;
    /* old IE */
    background-color: #20409a;
    /* Modern Browsers */
    width: 20rem;
}

.proposal-container .confirm-container big {
    font-size: 200%;
    color: #ff9602;
}

.proposal-container .proposal-loan-info-container {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e1e1e1;
}

.proposal-container .proposal-loan-info-container:nth-of-type(1) {
    border-top: 2px solid #e1e1e1;
}

.proposal-container .proposal-loan-info-container:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.proposal-container .proposal-loan-info-container .inner-wrap {
    margin: 0;
}

.proposal-container .proposal-loan-info-container .link-loan {
    padding: 0.5rem 2rem;
}

.proposal-container .proposal-loan-info-container .loan-description p {
    width: 100%;
    font-size: 1.6rem;
    display: block;
}

.proposal-container .proposal-loan-info-container-vertical {
    padding: 1rem;
    height: 100% !important;
    text-align: center;
    background-color: white
}

.proposal-container .proposal-loan-info-container-vertical .img-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.proposal-container .proposal-loan-info-container-vertical .title {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #63bfb6;
}

.proposal-container .proposal-loan-info-tile {
    text-align: center;
    padding: 3rem;
    margin-bottom: 2rem;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    background: #fff;
    -webkit-transition: .1s scale;
    -o-transition: .1s scale;
    transition: .1s scale;
}
.proposal-container .proposal-loan-info-tile:hover {
    scale: 1.05;
}

.proposal-container .proposal-loan-down-description {
    margin-top: 7rem;
}

.proposal-container .proposal-loan-info-footer {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}

@media (max-width: 991px) {
    .proposal-container .proposal-loan-info-container .loan-description {
        text-align: center;
    }
    .proposal-container .proposal-loan-info-container img {
        margin: 2.5rem auto !important;
    }
    .proposal-container .proposal-title {
        font-size: 3rem;
    }
    .proposal-container .confirm-container .confirm-title {
        font-size: 2.5rem;
    }
    .proposal-container .confirm-container .confirm-description {
        font-size: 2.1rem;
    }
    .proposal-container .confirm-container {
        padding-top: 0;
    }
}


/* PROPOSAL END */


/* NORMAL PAGE */

.normal-page-wrap {
    padding: 3rem 0;
    background: #f1f1f1;
}

.normal-page-wrap .inner-wrap {
    padding: 3rem 2.5rem;
    background: #fff;
}

.normal-page-wrap .normal-page-heading {
    margin: 2rem 0 3rem 0;
    font-size: 3.6rem;
    font-weight: 600;
}

.normal-page-wrap h2,
.normal-page-wrap h3,
.normal-page-wrap h4,
.normal-page-wrap h5,
.normal-page-wrap h6 {
    margin: 1em 0 1em 0;
    font-weight: 600;
}

.normal-page-wrap p {
    margin: 0 0 2.5rem 0;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: justify;
}

.normal-page-wrap img {
    max-width: 100%;
    margin: 0 0 2.5rem 0;
}

.normal-page-wrap .featured-image {
    margin: 1.5rem 0 3rem 0;
}

.normal-page-wrap ul {
    list-style: none;
    padding: 0 0 0 2rem;
}

.normal-page-wrap ul li {
    padding: 0 0 0 2rem;
    position: relative;
}

.normal-page-wrap ul li:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 1rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: #c44569;
}

.normal-page-wrap .loan-form-btn {
    margin: 1.5rem 0;
}

@media (max-width: 991px) {
    .normal-page-wrap .inner-wrap {
        padding: 2.5rem;
    }
    .normal-page-wrap .vertical-align-center {
        display: block;
    }
    .normal-page-wrap p {
        margin: 0 0 1.6rem 0;
        font-size: 1.8rem;
    }
    .normal-page-wrap img {
        margin: 0 0 2rem 0;
    }
    .normal-page-wrap .featured-image {
        margin: 1rem 0 2rem 0;
    }
}


/* COOKIE BAR START */

#cookieBarDiv {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    z-index: 99999;
}

#cookieBarDiv,
#cookieBarDiv a {
    color: #fff;
}

#cookieBarDiv a {
    text-decoration: underline;
}

#cookieBarDiv .cookieBarDivContainer {
    max-width: 1280px;
    margin: 0 auto;
    font-size: 1.2rem;
    text-align: center;
}

#cookieBarDiv button {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: 1.5rem;
    margin-top: 0.3rem;
    border-radius: 0;
    color: #111111;
    padding: 0.3rem 1rem;
    border: none;
}


/* 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: 2.2rem;
}

.rdr-counter {
    display: inline-block;
    font-weight: 600;
}


/* TOOLTIPS */

.tooltip {
    top: -1.5rem !important;
    width: 100%;
}

.tooltip .tooltip-inner {
    padding: 1rem;
    max-width: 48rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, .2);
    box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, .2);
    background: #4c4c4c;
    color: white;
    font-size: 1.2rem;
}

.tooltip .tooltip-arrow {}

.tooltip.top .tooltip-arrow {
    border-top-color: #21395c;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #21395c;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #21395c;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #21395c;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #21395c;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #21395c;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #21395c;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #21395c;
}


/* TOOLTIPS */


/* DATEPICKERS */

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover {
    background: #40B55C;
}


/* CANCEL SUB */

.cancel-subscription {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
}

@media (max-width: 991px) {
    .cancel-subscription h1 {
        font-size: 3rem;
    }
}


/* 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: 0.3rem;
    padding: 1em;
    vertical-align: top;
    font-size: 4.4rem;
    text-align: center;
    -webkit-transition: .3s color, .3s border, .3s transform, .3s opacity;
    -o-transition: .3s color, .3s border, .3s transform, .3s opacity;
    transition: .3s color, .3s border, .3s transform, .3s opacity;
    will-change: display;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.form-loader-info {
    padding: 8% 0 0 0;
    font-size: 3.8rem;
    color: #111;
}

.form-loader-info .heading {
    font-weight: 600;
    margin: 0 0 1.5rem 0;
}

.form-loader-content {
    top: 43%;
    position: relative;
    background-image: url("/files/msf/images/msf-spinner.gif");
    background-size: cover;
    width: 10rem;
    height: 10rem;
    margin: auto;
    top: calc(50% - 5rem);
}

.last-step-loader-container .form-loader-content {
    top: 10%;
}

@media (max-width: 767px) {
    .tooltip {
        width: auto;
    }
    .form-loader-info {
        font-size: 2.2rem;
    }
}


/*style from form db*/


/*custom style text*/

.text-center {
    text-align: center;
}

.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
    text-align: left;
}

.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
    text-align: center;
}

.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
    text-align: right;
}

.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs,
    .text-center-not-xs,
    .text-right-not-xs,
    .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm,
    .text-center-not-sm,
    .text-right-not-sm,
    .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md,
    .text-center-not-md,
    .text-right-not-md,
    .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-left-not-lg,
    .text-center-not-lg,
    .text-right-not-lg,
    .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}


/*custom style text*/

@media (min-width: 801px) {
    .nav-tabs-container .nav-tabs {
        margin-top: -4.4rem;
    }
    .nav-tabs-container .nav-tabs>li.active>a {
        margin-left: 3.2rem;
        margin-right: 3.3rem;
    }
}

.margin-0 {
    margin: 0rem;
}

.loan-info-container .range-control-container {
    height: 5.2rem;
}

.grey-input-container .loan-form-input {
    padding: 0.7rem 1rem;
}

.grey-input-container .grey-input {
    margin-top: 0rem;
}

.grey-input-container {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.grey-input-container .radio-label {
    padding-right: 2rem;
}

select.grey-input {
    background-image: url(../images/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 0.8rem center;
    background-origin: content-box;
    background-size: 1.7rem 1.7rem;
}

.loan-form-container .error-info,
.step-form-container .error-info {
    background-color: #ff0000;
    color: white;
    width: 50%;
    margin: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    font-weight: 900 !important;
    width: 100%;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
}

.inline-grey-inputs-container label {
    margin-top: 1rem;
}

.navbar-brand {
    padding: 0.4rem 1.5rem;
    height: 66px;
}

.tab-content .special-hr {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.step-border-container {
    margin-bottom: 1.5rem;
}

.form-submit-container .cbtn {
    margin-top: 1.5rem;
    color: #fff
}

.step-title-section hr {
    margin-top: 0rem;
}

.step-title-section {
    margin-top: 1rem;
}


/*style do podmiany*/

.attention-info {
    border: 0.14rem solid #21395c;
    font-size: 1rem;
    padding: 0rem 0.4rem;
    border-radius: 100%;
    font-weight: 600;
    margin-left: 0.5rem;
    color: #21395c;
}


/*money input style */

.money-input {
    padding-right: 2.7rem !important;
}

.money-input-value {
    position: absolute;
    display: block;
    right: -0.5rem;
    top: 1rem;
    width: 2.5rem;
    font-weight: 500;
    color: #888;
}


/*money input style */


/*modal advance verify tel/email style*/

.modal-content-custom {
    border-radius: 2.5rem
}

.modal-content-custom .modal-header {
    background-color: #40B55C;
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
    color: white;
}

.modal-content-custom .modal-title {
    font-size: 2.5rem;
    font-weight: 300;
}

.modal-content-custom .modal-message {
    font-size: 1.9rem;
}

.modal-content-custom .modal-header {
    padding: 2rem 0rem 2rem 0rem;
}

.modal-content-custom .verifyCode {
    background: #ECECEC;
    border: 0.2rem solid #ECECEC;
    width: 100%;
    padding: 1.5rem 2.0rem;
}

.modal-content-custom .btn {
    color: white;
    padding: 1.3rem 2rem;
    font-weight: 600;
    font-size: 1.7rem;
    width: 90%;
    margin-top: 1rem;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.modal-content-custom .btn:hover {
    text-decoration: none;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.modal-content-custom .green-btn {
    background: #40B55C;
    color: white;
}

.modal-content-custom .grey-btn {
    background: #A7A7A7;
}

.modal-content-custom .custom-modal-footer {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.modal-content-custom .alert {
    margin-bottom: 0rem;
    margin-top: 0.5rem;
}

.modal-content-custom .alert-success {
    background: #40B55C;
    color: white;
}

.custom-modal {
    text-align: center;
}

.custom-modal::before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.4rem;
    vertical-align: middle;
}

.custom-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


/*modal advance verify tel/email style*/

.money-image {
    margin-top: 10vw;
    margin-bottom: 10vw;
}

.money-image img {
    width: 100%;
}


/*custon css*/


/* HEADER START */


/* Header wrap */

.header-wrap {
    padding: 2.5rem 0;
    background: #c44569;
}

.navbar-custom {
    margin: 0.5rem 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}


/* Logo */

.navbar-custom .navbar-brand {
    color: #fff;
    padding: 0;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
    color: #5E5E5E;
}

.navbar-custom .navbar-brand img {
    margin: 1.1rem 0 0 0;
    max-width: 100%;
}


/* Link */

.navbar-custom .navbar-nav>li>a {
    padding: 0 2.5rem 0 0;
    line-height: 66px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    transition: color ease 300ms;
}

.navbar-custom .navbar-nav>li>a:hover,
.navbar-custom .navbar-nav>li>a:focus {
    color: #fff;
}

.navbar-custom .navbar-nav>.active>a,
.navbar-custom .navbar-nav>.active>a:hover,
.navbar-custom .navbar-nav>.active>a:focus {
    color: #eee;
}

.navbar-custom .navbar-nav>.open>a,
.navbar-custom .navbar-nav>.open>a:hover,
.navbar-custom .navbar-nav>.open>a:focus {
    color: #eee;
    background: transparent;
    box-shadow: none;
}


/* 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 {
    margin: 1.5rem 0.5rem 0 0;
    padding: 0.8rem 0.6rem;
    border: 2px solid #fff;
    border-radius: 0;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-custom .navbar-toggle .icon-bar {
    height: 0.4rem;
    width: 3rem;
    background-color: #fff;
    border-radius: 0;
}

.navbar-custom .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 0.8rem;
}

.navbar-custom .navbar-toggle:hover .icon-bar,
.navbar-custom .navbar-toggle:focus .icon-bar {
    background-color: #fdfdfd;
}

.navbar-custom .nav li a.active span {
    display: inline-block;
    padding: 0 0 0.5rem 0;
    border-bottom: 0.2rem solid #fff;
    line-height: 1;
}

.navbar-custom .navbar-nav .dropdown-menu {
    min-width: auto;
    top: 75%;
    box-shadow: none;
    border: none;
    text-align: right;
    background: #fff;
}

.navbar-custom .navbar-nav .dropdown-menu>li>a {
    padding: 0.5rem 2.5rem;
    transition: all ease 300ms;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background: none;
}

@media (max-width: 1199px) {
    .navbar-custom .navbar-nav>li>a {
        line-height: 5.5rem;
    }
    .navbar-custom .navbar-nav .dropdown-menu {
        background: transparent;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu>li>a {
        color: #fefefe;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #eee;
    }
    .navbar-custom .navbar-collapse,
    .navbar-default .navbar-form {
        text-align: center;
    }
    .navbar-custom .navbar-collapse {
        margin: 0rem 1.10rem;
        text-shadow: none
    }
    .navbar-header {
        background: transparent;
    }
    .navbar-custom {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border: none;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 0.1rem;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-custom .navbar-nav>li>a {
        padding: 0;
    }
    .navbar-custom .navbar-nav .dropdown-menu {
        position: relative;
        margin: -1.5rem 0 0 0;
        float: none;
        right: auto;
        left: auto;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .navbar-custom .navbar-brand img {
        max-width: 20rem;
    }
    .navbar-custom .navbar-toggle {
        margin: 0.5rem 0.5rem 0 0;
    }
}


/* HEADER END */


/* FOOTER */

.loan-footer {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
    background-color: #4c4c4c;
    color: #fff;
    text-align: center;
}

.loan-footer a {
    color: #b6aab7;
}

.loan-footer a:hover {
    color: #978998;
}

.loan-footer .law-note {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.6;
}

.loan-footer h2 {
    font-weight: 600;
    font-size: 3.6rem;
    letter-spacing: 0.2rem;
    line-height: 4.5rem;
}

.loan-footer .menu {
    margin: 3rem 0 0 0;
    padding: 3rem 2rem 0 2rem;
    list-style: none;
    font-size: 1.4rem;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.loan-footer .menu .item {
    display: inline-block;
    margin: 0 2.5rem 1rem 0;
    padding: 0 2.5rem 0 0;
    border-right: 1px solid #fff;
}

.loan-footer .menu .item:last-of-type {
    border: none;
}

.loan-footer .menu a {
    color: #fff;
}

.simple-page-container {
    padding: 5.5rem 0 3.5rem 0;
}


/*page-main-content*/

.page-main-content {
    padding-top: 0rem;
    padding-bottom: 4rem;
}

.page-main-content p {
    font-weight: 600;
    margin-top: 2rem;
}

.page-main-content h1.custom-h {
    font-size: 3.6rem;
    font-weight: 600;
}

.page-main-content h3 {
    font-size: 2.8rem
}

.page-main-content .section-content {
    padding-top: 3rem;
    padding-bottom: 5rem;
}


/*page-main-content*/


/* clinet info */


/*client-info-container*/

.client-info-container {
    padding-top: 7.5rem;
    padding-bottom: 9rem;
    background-color: #fff;
}

.client-info-container .custom-h2 {
    margin: 0 0 6.5rem 0;
    font-size: 4.8rem;
}

.client-info-container .info-items-container {
    margin-top: 1.5rem;
}

.client-info-container .info-item {
    transition: all 0.5s;
    min-height: 38rem;
}

.client-info-container .info-item .item-content {
    padding: 2rem 0;
}

.client-info-container .info-item:hover {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    justify-content: center;
    border-radius: 0;
}

.client-info-container .info-item .item-number {
    margin: 0 auto 3.5rem auto;
    padding: 1.5rem 0 0 0;
    width: 86px;
    height: 86px;
    border: 2px solid #4c4c4c;
    border-radius: 100%;
    font-size: 3.6rem;
    color: #c44569;
}

.client-info-container .info-item .custom-img {
    margin: 0.5rem auto 3.5rem auto;
    height: 8rem;
    max-width: 9rem;
}

.client-info-container .info-item p {
    max-width: 230px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 2.4rem;
}

.client-info-container .info-item .item-description {
    display: none;
    margin: 0;
    font-size: 1.6rem;
}

.client-info-container .info-item:hover .item-number,
.client-info-container .info-item:hover .item-img,
.client-info-container .info-item:hover .item-title {
    display: none;
}

.client-info-container .info-item:hover .item-description {
    display: block;
    height: auto;
}


/* client info */


/* loan-steps-container */

.loan-steps-container .custom-img {
    margin: auto;
    height: 10rem;
}

.loan-steps-container {
    background-color: white;
    padding-top: 4rem;
    padding-bottom: 9rem;
}

.loan-steps-container .link-row {
    margin-top: 7rem;
}

.loan-steps-container .title-item-p {
    margin-top: 5rem;
    margin-bottom: 5rem;
    font-size: 2.5rem;
}

.loan-steps-container .items-container {
    margin-top: 1rem;
}

.loan-steps-container .items-container .desc-item-p {
    font-weight: 600;
}

@media (max-width: 991px) {
    .client-info-container {
        padding-top: 5.5rem;
        padding-bottom: 7rem;
    }
    .client-info-container .custom-h2 {
        margin: 0 0 4.5rem 0;
        font-size: 3.6rem;
    }
    .client-info-container .info-item {
        min-height: 42rem;
        padding: 3rem 0;
    }
    .client-info-container .item-content:after {
        content: '';
        position: absolute;
        height: 2px;
        width: 80%;
        left: 10%;
        bottom: 0;
        background: #000;
    }
    .client-info-container .item-content:last-of-type:after {
        display: none;
    }
    .loan-steps-container .items-container .item:nth-child(n+2) img {
        margin-top: 5rem;
    }
    .loan-steps-container .custom-title-item-p {
        margin-bottom: 4.5rem;
    }
    .loan-steps-container .item:not(:last-child):after {
        content: '>';
        /* content: '›'; */
        position: absolute;
        top: 0rem;
        font-size: 7rem;
        right: -3rem;
        font-weight: 300;
    }
    .step-form-container {
        padding: 0 3.5rem;
    }
    .form-data-container .data-title {
        margin: 1rem 0 0.5rem 0;
    }
    .step-form-container .form-submit-container {
        padding: 0 1.5rem 3.5rem 1.5rem;
    }
}

@media (max-width: 767px) {
    .step-form-container {
        padding: 0 2.5rem;
    }
    .step-form-container .form-submit-container {
        padding: 0 1.5rem 2.5rem 1.5rem;
    }
    .loan-footer .img-responsive {
        display: none;
    }
    .loan-footer .menu .item {
        display: block;
        margin: 0 0 1rem 0;
        padding: 0 1rem;
        float: none;
        border-right: none;
    }
}


/*blog*/

.posts-container .image,
.carousel-custom .image {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
}

.pagination {
    display: none;
}

.posts-container .post {
    background-color: white;
    padding: 0px;
    height: 100%;
}

.posts-container .category-container {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}

.category-container .category {
    background-color: #63bfb6;
    color: white;
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
}

.posts-container .post .content {
    padding: 0px 15px 15px 15px;
    padding-bottom: 90px;
}

.category-container .special-color {
    font-size: 1.2rem;
    font-weight: 700;
    margin-left: 0.8rem;
}

.load-posts-wrapper {
    margin: 6rem auto 2rem auto;
    text-align: center;
}

.load-posts-wrapper .load-posts {
    min-width: 210px;
    min-height: 75px;
    padding: 10px 30px;
    border-radius: 5rem;
    background-color: #ff9602;
    color: #fefefe;
    font-size: 1.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform .2s;
    display: inline-block;
}

.load-posts-wrapper .load-posts:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.load-posts-wrapper .post-loader {
    background-image: url(../images/msf-spinner.gif);
    background-size: cover;
    width: 3rem;
    height: 3rem;
    margin: auto;
    margin-top: 1rem;
    display: none;
}

.load-posts-wrapper .load-posts.state-loading .post-loader {
    display: block;
}

.load-posts-wrapper .load-posts.state-loading .top,
.load-posts-wrapper .load-posts.state-loading .bottom {
    display: none;
}

.carousel-custom {
    padding: 30px 15px 50px 15px;
    margin-bottom: 80px;
    margin-top: 30px;
    color: #6C2872;
    font-weight: 900;
    overflow: auto;
}

.carousel-custom .carousel-indicators {
    bottom: 0px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #63bfb6;
    border-color: #63bfb6;
}

.carousel-indicators li {
    border: 1px solid #63bfb6
}

.wall {
    margin: 0 0 3rem 0;
}

.wall .post {
    margin-top: 3rem;
    width: 290px;
    width: 33%;
    overflow: hidden;
}

.wall .post .image {
    height: 240px;
    border-bottom: 10px #20409a solid;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover
}

.wall .post .content {
    padding: 20px 18px;
    background-color: #fefefe;
}

.wall .post .category {
    margin: 0 0 0.5rem 0;
    font-size: 1.3rem;
    color: #9da1a3
}

.wall .post .title,
.wall .post .text {
    color: #595e60
}

.wall .post .title {
    margin: 0 0 0.5rem 0;
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.4
}

.wall .post .text {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.2
}

.wall .post .published-at {
    padding-top: 30px;
    font-size: 13px;
    font-weight: 600;
    color: #9a9d9e
}

.wall .post .bottom-wrapper {
    height: 50px
}

.wall .post .right {
    position: relative
}

.wall .post .cbtn {
    position: absolute;
    right: -3px;
    top: 5px;
    padding: 3px 10px 3px 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 2.1rem;
}

.wall .post:hover a {
    text-decoration: none;
}

@media (max-width: 767px) {
    .wall .post {
        width: 100% !important;
        height: auto !important;
    }
}

.sidebar {
    text-align: center;
}

.sidebar .heading {
    font-size: 2.1rem;
    font-weight: 600;
}

.sidebar .sub-heading {
    font-size: 1.4rem;
    font-weight: 600;
}

.sidebar .newsletter {
    text-align: center;
}

.sidebar .newsletter .input-container {
    margin: 0.5rem 0;
}

.sidebar .newsletter .input-container input {
    width: 100%;
    text-align: center;
}

.sidebar .newsletter .loan-form-btn {
    margin: 0 auto 1rem 0;
    padding: 0.4rem;
}

.sidebar .posts .item {
    margin: 1.5rem 0 0.5rem 0;
    text-align: center;
}

.sidebar .posts .line {
    margin: 2rem 0;
    height: 2px;
    background: #f1f1f1;
}

.sidebar .posts .line:last-of-type {
    display: none;
}

.sidebar .posts .item:hover a {
    text-decoration: none;
}

.sidebar .posts .image {
    height: 120px;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.sidebar .posts .title,
.sidebar .posts .desc {
    color: #111;
}

.sidebar .posts .title {
    margin: 0.8rem 0 0.5rem 0;
    font-size: 1.4rem;
    font-weight: 600;
}

.sidebar .posts .desc {
    font-size: 1.4rem;
}

.sidebar .posts .action {
    margin: -0.5rem 0 0 0;
    transition: all ease 300ms;
    font-size: 1.2rem;
    font-weight: 600;
}

.blog .breadcrumbs {
    margin: 0 0 0.5rem 0;
}

.blog-index,
.blog .post-wrapper {
    padding: 3rem 0;
    background: #f1f1f1;
}

.blog-index .top-wrap {
    padding: 1.5rem 2.5rem 2.5rem 2.5rem;
    background: #fefefe;
}

.blog-index .area-heading {
    font-size: 4.4rem;
    font-weight: 600;
    text-align: center;
}

.blog-index .area-heading .top,
.blog-index .area-heading .bottom {
    display: block;
}

.blog-index .area-heading .top {
    margin: 0 0 0.5rem 0;
}

.blog-index .area-heading .bottom {
    font-size: 2.2rem;
    font-weight: 400;
}

.blog .post-inner-wrap,
.blog .sidebar-inner-wrap,
.blog-index .sidebar-inner-wrap {
    padding: 1.5rem 2.5rem 2.5rem 2.5rem;
    background: #fefefe;
}

.blog .post-inner-wrap {
    margin-bottom: 1.5rem;
}

.blog .post .meta {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f1f1f1;
}

.blog .post .meta:before {
    content: '';
    display: none;
    margin: -1.5rem 0 0.5rem 0;
    width: 9.8rem;
    height: 0.1rem;
    background-color: #dfdfdf;
}

.blog .post .meta .category,
.blog .post .meta .published-at {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    color: #a8aeb0;
}

.blog .post .meta,
.blog .post .meta .title {
    line-height: 1.2;
}

.blog .post .meta .title {
    margin: 0 0 5px 0;
    font-size: 3.6rem;
    font-weight: 600;
    color: #111;
}

.blog .post .featured-image {
    margin-bottom: 30px;
    height: 290px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.blog .post .featured-image img {
    display: none;
    max-width: 100%
}

.blog .post .content:after {
    content: '';
    display: block;
    margin-top: 1.5rem;
    height: 1px;
    background-color: #dfdfdf;
}

.blog .post .content img,
.blog .post .content iframe,
.blog .post .content embed {
    max-width: 100%
}

.blog .content h2,
.blog .content h3,
.blog .content h4,
.blog .content h5,
.blog .content h6 {
    margin: 1em 0 0.5em 0;
    font-weight: 600;
}

.blog .content h2 {
    font-size: 3.2rem;
}

.blog .content h3 {
    font-size: 2.8rem;
}

.blog .content h4 {
    font-size: 2.4rem;
}

.blog .content h5 {
    font-size: 2.1rem;
}

.blog .content h6 {
    font-size: 1.8rem;
}

.blog .post .content p {
    text-align: justify;
    font-size: 2.1rem;
}

.blog .post .content ul,
.blog .post .content ol {
    font-size: 2.1rem;
}

.blog .post-footer {
    margin: 1rem 0 0 0;
}

.blog .post-footer .post-prev-wrap {
    text-align: left;
}

.blog .post-footer .post-next-wrap {
    text-align: right;
}

.blog-category-list {
    text-align: center;
    padding-left: 0px;
    margin-top: 3rem;
}

.blog-category-list li {
    display: inline-block;
    margin: 0 0 10px 0;
}

.blog-category-list a {
    display: inline-block;
    padding: 10px 25px;
    color: #fefefe;
    text-decoration: none;
    transition: ease all 300ms;
    font-size: 2rem;
    font-weight: 700;
}

@media (max-width: 767px) {
    .blog .content h2 {
        font-size: 2.8rem;
    }
    .blog .content h3 {
        font-size: 2.4rem;
    }
    .blog .content h4 {
        font-size: 2rem;
    }
    .blog .content h5 {
        font-size: 1.7rem;
    }
    .blog .content h6 {
        font-size: 1.4rem;
    }
    .blog .post .content p {
        font-size: 1.8rem;
    }
    .blog .post .content ul,
    .blog .post .content ol {
        font-size: 1.8rem;
    }
}

.posts-container {}

.posts-container .post-laon-container {
    background-color: #ECECEC;
    padding-bottom: 7rem;
    position: relative;
    padding-top: 2rem;
}

.posts-container .post-laon-container .form-info-row {
    margin-bottom: 3rem;
}

.posts-container .bottom-wrapper {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.posts-container .image .title {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-align: left;
    padding: 1.5rem;
    font-size: 2.1rem;
    font-weight: 700;
    background-color: rgba(96, 96, 96, 0.8);
    margin: 0;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.height-100-percent {
    height: 100%;
}

.post-item-section-right,
.post-item-section-left {
    margin-top: 30px;
}

.post-item-section-left {
    background-color: white;
    position: relative;
}

.single-post-row .featured-image {
    background-repeat: no-repeat;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.single-post-row img {
    width: 100%;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    top: 0;
    left: 0
}

.single-post-content .custom-post-img {
    /*    position: absolute;*/
}

.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
    margin: 2rem 0 2.5rem 0;
}

.post-item-section-left .post-item-content-container {
    padding: 3.5rem 2.5rem 3rem 2.5rem;
    background-color: white;
    border-radius: 0.5rem;
}

.single-post-row .title {
    font-size: 2.5rem;
    font-weight: 900;
}

.post-item-section-left .post-nav .link-loan {
    margin-top: 1rem;
}

.post-item-section-left .post-item-category-container {
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.post-item-container {}

.post-item-prev-post {
    margin-top: 30px;
}

.blog-search-container {
    margin-top: 1rem;
    margin-bottom: 5rem;
}

.blog-search-container img {
    width: 3rem;
    height: 3rem;
    margin-right: 1.5rem;
}

.blog-search-container .search-input {
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 0.7rem;
    width: 100%;
    -webkit-box-shadow: 0rem 0rem 0.3rem 0.2rem rgba(192, 192, 192, 1);
    box-shadow: 0rem 0rem 0.3rem 0.2rem rgba(192, 192, 192, 1);
    border-radius: 0.3rem;
    height: 4rem;
}

.search {
    padding-bottom: 7rem;
}

.blog-loan-form .block-title {
    font-size: 2rem;
}

.blog-loan-form .link-loan {
    padding: 1rem 4rem;
}

.post-item-section-right .text {
    color: black;
    font-weight: 700;
}

.post-item-section-right .post-item-prev-post {
    background-color: white;
}

.facebook-share-button {
    background-color: #1b95e0;
    color: white;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 3px;
    font-weight: 900;
    border: 1px solid #1b95e0;
}

.facebook-share-button:hover {
    background-color: white;
    color: #1b95e0;
    text-decoration: none;
}

.latest-post-main-page .carousel-custom {
    padding: 30px 15px 50px 15px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.latest-post-main-page .carousel-custom .image {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.latest-post-main-page {
    padding-bottom: 8rem
}

.latest-post-main-page .carousel-custom .title {
    position: absolute;
    bottom: 0;
    font-weight: 700;
    background-color: rgba(96, 96, 96, 0.5);
    color: white;
    margin: 0;
    font-size: 2rem;
    padding: 1.5rem;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vertical-align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*blog*/


/*questions-container*/

.questions-container {
    padding: 3rem 0 0 0;
    background-image: url('');
    background-repeat: no-repeat;
    background-size: 55rem;
    background-position: 71% 23rem;
    padding-bottom: 4rem;
}

.questions-container .question-item h4 {
    margin: 0.5rem 0 1.5rem 0;
}

.questions-container .question-item {
    cursor: pointer;
    padding-top: 2rem;
    padding-bottom: 1.2rem;
}

.questions-container .question-item:not(:last-child) {
    border-bottom: 0.2rem solid silver;
}

.questions-container .question-item img {
    width: 2.2rem;
    padding-top: 1.5rem;
}

.questions-container .question-content {
    display: none;
}

.questions-container .char {
    font-size: 4rem;
}

.questions-container p {
    margin: 0.5rem 0 2rem 0;
    color: #111;
    font-weight: 500;
}


/*questions-container*/


/*** PULSE EFFECT ***/

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    70% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    70% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
}


/*** PULSE EFFECT E ***/


/**** SUBSCRIPTION PLANS BLOCKS ****/

.subscription-plans-container {
    max-width: 1280px;
    margin: 1rem auto;
    text-align: center;
}

.subscription-plans .item {
    position: relative;
    width: 25%;
    padding-bottom: 14%;
    margin: 2px;
    display: inline-block;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    border-radius: 0;
    overflow: hidden;
}

.subscription-plans .item .inner-area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #4c4c4c;
    text-decoration: none;
    transition: all ease 300ms;
    cursor: pointer;
}

.subscription-plans .item .inner-area:hover {
    background: #616161;
    transform: scale(1.04);
    text-decoration: none;
}

.subscription-plans .item.active .inner-area {
    background: #c44569;
}

.subscription-plans .item-content,
.subscription-plans .item-title,
.subscription-plans .item-info,
.subscription-plans .item-action {
    display: block;
}

.subscription-plans .item-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.subscription-plans .item-title {
    margin: 0 0 0.5rem 0;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
}

.subscription-plans .item-info {
    margin: 0 0 0.5rem 0;
    font-size: 1.2rem;
}

.subscription-plans .item-action {
    font-size: 1.2rem;
    font-weight: 600;
}

@media (max-width: 991px) {
    .subscription-plans .item {
        width: 30%;
        padding-bottom: 25%;
    }
}

@media (max-width: 480px) {
    .subscription-plans .item {
        width: 100%;
        padding-bottom: 32%;
    }
}


/**** SUBSCRIPTION BLOCKS ****/


/**** PAYMENT *****/

.payment-wrapper {
    background: url('../images/credit-card-side-image.png') top 40px right no-repeat;
    background-size: 47%;
    padding-bottom: 20px;
}

.payment-wrapper .payment-icon {
    width: 130%;
    margin-top: -20%;
}

.payment-wrapper .payment-widget {
    padding-top: 10px;
}

.payment-wrapper .payment-card-data-wrapper {
    background-color: #20409a;
    padding: 40px;
    color: #fff;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .payment-wrapper {
        background: url('../images/credit-card-side-image.png') bottom center no-repeat;
        background-size: 70%;
        padding-bottom: 220px;
    }
    .payment-wrapper .payment-widget {
        padding-top: 0;
        text-align: center;
    }
}

p.komunikatSuccess {
    color: #fff;
    background-color: #62d062;
    padding: 15px;
}

#modal-access-type h4 {
    line-height: 1;
    font-size: 2.2rem;
}

#modal-access-type .cbtn {
    color: #fff;
    font-size: 2rem;
}