html {
    font-size: 10px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Albert Sans', sans-serif !important;
    background-color: #fff;
    color: #242630;
    font-size: 1.6rem;
}

img {
    max-width: 100%;
}

a {
    color: #ed7b0d;
}

a:hover {
    color: #ed7b0d;
}

a:focus,
a:focus-visible,
button:focus {
    outline: 1px solid #ed7b0d;
}

p {
    font-size: 1.8rem;
}

h1 {
    font-size: 5rem;
}

h2 {
    font-size: 4.6rem;
}

h3 {
    font-size: 2.8rem;
}

h4 {
    font-size: 2.4rem;
}

b,
strong {
    font-weight: 700;
}

.special-color{
    color: #ed7b0d;
}

.special-color-2 {
    color: #bd0f20;
}

.brand-color-1 {
    color: #ed7b0d;
}

.cbtn {
    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);
}

.cbtn:hover,
.cbtn:focus {
    color: #fff;
    text-decoration: none;
    transform: scale(1.04);
}

.btn-full-width {
    width: 100%;
}

.red-font {
    color: red;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.alert {
    margin: 0 0 3rem 0;
    font-size: 1.8rem;
}

.page-contact{
    background-color: #edf0f2;
}


/* BG PARTS */

.site-wrap {
    position: relative;
    padding: 0;
    z-index: 1;
    overflow: hidden;
}

/* MAIN MENU - NAVBAR */

.site-header-wrap {
    background: #fff;
}

.navbar{
    margin: 0.5rem 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.navbar-brand{
    padding: 0rem 0rem 0rem 0.5rem;
}

.navbar-brand a,
.navbar-brand img {
    z-index: 0;
    height: 100%;
}

.navbar-brand img,
.footer-brand img{
    max-width: 85%;
}

.navbar .navbar-nav {
    padding: 0 0 0 16rem;
}

.navbar .nav-link {
    padding: 2rem 2.5rem 2rem 0;
    font-size: 1.6rem;
    font-weight: 600;
    color: #111;
    transition: color ease 300ms;
}

.navbar .nav-link.active {
    color: #ed7b0d;
}

.navbar .nav-link:hover {
    color: #838895;
}

.navbar-expand-lg .navbar-collapse{
    justify-content: flex-end;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
}

.navbar-expand-lg .navbar-nav .nav-link.disabled {
    color: #777;
}

.navbar .nav-login {
    display: block;
    margin: 0 3.5rem;
    color: #bd0f20;
    text-align: center;
    transition: all ease 300ms;
}

.navbar .nav-profile-wrap {
    position: relative;
    margin: 0 2.5rem;
    padding: 0 0 0 2.5rem;
}

.navbar .nav-profile-wrap:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    top: calc(50% - 2.2rem);
    width: 1px;
    height: 4.4rem;
    background: #ed7b0d;
}

.navbar .nav-profile {
    height: 5.3rem;
    width: 5.3rem;
    border: 2px solid #ed7b0d;
    background: url(../images/icons/user-2.svg) center center no-repeat;
    background-size: 3.4rem;
    border-radius: 100%;
    transition: all ease 300ms;
}

.navbar .nav-profile:hover {
    transform: scale(1.04);
}

.navbar .nav-login:hover {
    color: #ed7b0d;
}

.navbar .dropdown-menu {
    font-size: 1.6rem;
}

.navbar .dropdown-toggle:after {
    display: none;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #ed7b0d;
}

.navbar .navbar-toggler {
    margin: 0 1.5rem 0 0;
    padding: 1rem 2rem;
    color: #23282c;
    transition: all ease 300ms;
}

.navbar .navbar-toggler:hover {
    transform: scale(1.04);
}

.navbar .navbar-toggler-line {
    display: block;
    width: 4rem;
    height: 0.2rem;
    margin: 0 0 0.8rem 0;
    background: #23282c;
}

.navbar .navbar-toggler-line:first-of-type {
    margin-top: 0.8rem;
}





/* SITE FOOTER */
.site-footer-wrap{
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #23282c;
    color: #adadad;
    text-align: justify;
}

.site-footer-wrap a {
    color: #ed7b0d;
    text-decoration: none;
}

.site-footer-wrap a:hover {
    color: #bd0f20;
}

.site-footer-wrap .footer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-top: 1.5rem;
}

.site-footer-wrap .logo-wrapper {
    margin-bottom: 1.5rem;
    text-align: center;
}

.site-footer-wrap .logo-wrapper .right {
    text-align: right;
}


.site-footer-wrap .logo-partner.visa {
    max-height: 4rem;
    margin: 0 1.5rem 0 0;
    padding: 0.5rem 0 0 0;
}

.site-footer-wrap .logo-partner.mastercard {
    max-height: 6.5rem;
}

.site-footer-wrap .law-note {
    font-size: 1.4rem;
    font-weight: 300;
    border-radius: 3px;
    padding: 2rem;
}

.site-footer-wrap .menu {
    list-style: none;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 1rem;
}

.site-footer-wrap .menu .item {
    display: inline-block;
    margin: 0 1rem;
}

.site-footer-wrap .menu a {
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all ease 300ms;
    font-size: 1.4rem;
}

.site-footer-wrap .menu a:hover{
    color: #838895;
}

.site-footer-wrap .menu a:hover .arrow {
    color: #bd0f20;
    font-weight: 900;
}

.site-footer-wrap .support-wrap {
	text-align: center;
}

.site-footer-wrap .support-wrap .support-info {
	font-size: 1.8rem;
    font-weight: 700;
    padding: 2rem 0;
}

.site-footer-wrap .support-wrap .support-info .support-option {
    margin: 1.5rem 0 0 0;
}


.site-footer-wrap .menu .item .arrow {
    color: #ed7b0d;
    margin: 0 7px;
    font-size: 3.3rem;
    font-weight: 400;
    transition: all ease 300ms;
}

@media (max-width: 1199px) {
    .site-footer-wrap .footer-header {
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .site-footer-wrap .menu .item{
        display: block;
    }
    .site-footer-wrap .footer-header{
        align-items: flex-start;
    }
    .site-footer-wrap .menu .item{
        margin: 0;
    }
    .site-footer-wrap .menu{
        padding-left: 0rem;
    }
    .site-footer-wrap .support-wrap,
    .site-footer-wrap .logo-wrapper{
        text-align: right;
    }
    
}
/* GENERAL */

.section-wrap {
    padding: 3rem 0;
}

.section-wrap .heading {
    margin: 0 0 1.5rem 0;
    font-size: 5rem;
    font-weight: 700;
}



/* NORMAL PAGE */

.normal-page-wrap {
    padding: 0;
    padding-top: 30px;
}

.normal-page-wrap .inner-wrap {
    padding: 1rem 2.5rem;
}

.normal-page-wrap .normal-page-heading {
    margin: 2rem 0 3rem 0;
    font-weight: 800;
}

.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: 800;
}

.normal-page-wrap p {
    margin: 0 0 2.5rem 0;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: left;
}

.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 .spacer {
    height: 80px;
}

.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: #bd0f20;
    border-radius: 50%;
}

.normal-page-wrap .loan-form-btn {
    margin: 1.5rem 0;
}

.loan-form-btn {
    display: inline-block;
    text-decoration: none;
    transition: all ease 300ms;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.5);

    background: #ed7b0d;
    font-size: 1.8rem;
    font-weight: 700;
    transition: all ease 300ms;

    color: #fff;
    padding: 1rem 3rem;
    border-radius: 3rem;
}
.loan-form-btn:focus,
.loan-form-btn:hover {
    transform: scale(1.04);
    opacity: 0.9;
    text-decoration: none;
    outline: none;
    color: #fff;
}

@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;
    }

    .normal-page-wrap .spacer {
        height: 20px;
    }
}


/* HOME */

/* SECTION TOP */

.section-top {
    color: #fff;
    background: rgb(237,123,13);
    background: linear-gradient(100deg, rgba(237,123,13,1) 34%, rgba(220,85,20,1) 50%, rgba(189,15,32,1) 64%);
}

.section-top .img-wrap {
    margin: -7.5rem 0 0 0;
}

.section-top .heading-main {
    margin: 3.5rem 0 3.5rem 0;
    font-size: 5.5rem;
    font-weight: 700;
}

.section-top p {
    margin: 0 0 1rem 0;
    font-size: 2.2rem;
}

.section-top .highlight {
    margin: 1.5rem 0;
    font-size: 3.6rem;
    font-weight: 700;
}



/* SECTION OFFER CATEGORY */

.section-offer-category{
    background-color: #edf0f2;
}

.category-blocks-container {
    margin: 2rem auto 2rem auto;
    text-align: center;
}

.card-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.card {
    background-color: transparent;
    width: 23%;
    min-width: 300px;
    max-height: 400px;
    border: 3px solid #ed7b0d;
    margin: 10px auto;
}

.card .card-top {
    position: relative;
    display: flex;
    align-items: center;
    margin: 10px;
    height: 170px;
}

.card .card-top .top-img{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.32);
    transition: all ease 300ms;
}

.card .card-top .img-category{
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card .card-top .name-category{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.0rem;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
    transition: all ease 300ms;
}

.card hr {
    opacity: 1;
    background-color: #ed7b0d;
    border: 1.5px solid #ed7b0d;
    margin: 0;
}
.card a{
    text-decoration: none;
}

.card-bottom {
    display: flex;
    align-items: center;
    margin: 2.5px 10px;
}

.card-bottom img {
    margin-left: 5px;
}

.card-bottom .more-info{
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    color: black;
    transition: all ease 300ms;
}

.card-bottom .arrow {
    margin-left: 7px;
    font-size: 2.6rem;
    font-weight: 600;
    transition: all ease 300ms;
 }
 
 .card:hover .card-top .top-img{
    background: rgba(0, 0, 0, 0.2);
}

.card:hover .card-top .name-category{
    font-size: 2.2rem;
}

.card:hover .card-bottom .arrow{
    font-weight: 900;
    color: #bd0f20;
}

.card:hover .card-bottom .more-info{
    font-weight: 700;
}

.img-category.block-category-vod {
    background-image: url(../images/blocks/category-vod.jpg);
}

.img-category.block-category-telecom {
    background-image: url(../images/blocks/category-telecom.jpg);
}

.img-category.block-category-insurance {
    background-image: url(../images/blocks/category-insurance.jpg);
}

.img-category.block-category-training {
    background-image: url(../images/blocks/category-training.jpg);
}


@media (max-width: 1191px) {
    .block-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 991px) {
    .block-wrap {
        width: 49%;
        padding-bottom: 33%;
    }
}

@media (max-width: 767px) {
    .block-wrap {
        width: 100%;
        padding-bottom: 40%;
    }
}

@media (max-width: 576px) {

}



/* SECTION 4 STEPS */

.section-steps{
    padding-top: 6rem;
    padding-bottom: 4rem;
    background-color: #fff;
    border-bottom: 4px solid #bd0f20;
    color: black;
}

.section-steps .heading-main{
    margin: 2rem 0 8rem 0;
    font-weight: 700;
}

.section-steps .info-items-container {
    margin-top: 1.5rem;
    margin-bottom: 4rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.section-steps .info-item {
    padding: 2rem;
    height: 28rem;
    transition: all 0.5s;
    margin: auto;
}

.section-steps .info-item:hover {
    border-radius: 0;
    -webkit-box-shadow: 0rem 0rem 0rem 0.1rem #bd0f20;
    box-shadow: 0rem 0rem 0rem 0.1rem #bd0f20;
    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;
}

.section-steps .info-item .item-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-steps .info-item .circle{
    border: 3px solid #bd0f20;
    border-radius: 100%;
    width: 50%;
    min-width: 120px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5rem;
}

.section-steps .info-item .custom-img {
    margin: 0.5rem auto 1.5rem auto;
    max-width: 9rem;
}

.section-steps .info-item p {
    font-weight: 700;
    font-size: 2rem;
}

.section-steps .info-item p:nth-child(3) {
    display: none;
    margin: 0;
    font-size: 1.6rem;
}

.section-steps .info-item:hover img,
.section-steps .info-item:hover .circle,
.section-steps .info-item:hover p:nth-child(2) {
    display: none;
}

.section-steps .info-item:hover p:nth-child(3) {
    display: block;
    height: auto;
}


@media (max-width: 767px) {
    .section-steps .info-item {
        width: 250px;
    }

    .section-steps .info-item .custom-img {
        width: 60px;
    }

    .section-steps .info-item p {
        font-size: 1.6rem;
    }

    .section-steps .info-item p:nth-child(3) {
        font-size: 1.4rem;
    }
}

@media (max-width: 576px) {
    .section-steps .info-item {
        width: 200px;
    }

    .section-steps .info-item p:nth-child(3) {
        font-size: 1.2rem;
    }

    .section-steps .info-item .circle{
        width: 60%;
    }
}

/* section-choose-offer */

.section-choose-offer{
    padding: 5rem 0;
    border-bottom: 1px solid #ed790d68;
    background-color: #edf0f2;
    background-position: right bottom 5rem;
    background-repeat: no-repeat;
    background-size: 11%;
    background-image: url(../images/backgrounds/krantaro-main_1.png);
}

.section-choose-offer .custom-h3{
    font-size: 3.3rem;
    font-weight: 900;
    color: black;
}

.squares{
    position: relative;
    margin-left: 9rem;
}

.section-choose-offer .red-square{
    position: absolute;
    margin-top: -1.5rem;
    margin-left: -9rem;
    max-width: 53rem;
    width: 100%;
    z-index: -1;
    aspect-ratio: 1.25;
    background: #bd0f20;
}

.section-choose-offer .description{
    margin: 0 2rem 3rem 2rem;
}

.section-choose-offer .description p{
    max-width: 550px;
    font-weight: 500;
    margin: 2rem 0 3rem 0;
    text-align: justify;
}

.section-choose-offer .description .custom-btn{
    position: relative;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #fff;
    padding: 0.8rem 4.5rem 0.8rem 3rem;
    border-radius: 2rem;
    background: rgb(237,123,13);
    background: linear-gradient(100deg, rgba(237,123,13,1) 34%, rgba(220,85,20,1) 50%, rgba(189,15,32,1) 64%);
    transition: all ease 300ms;
}

.section-choose-offer .description .custom-btn:hover,
.section-choose-offer .description .custom-btn:focus{
    padding: 1rem 5rem 1rem 3.5rem;
    border-radius: 3rem;
    margin: calc(-0.4rem / 2);
}
.section-choose-offer .description .custom-btn .arrow{
    font-weight: 400;
    font-size: 2.5rem;
    position: absolute;
    margin: -0.7rem 1rem;
}


@media (max-width: 991px) {
    .squares{
        margin-left: 5rem;
    }

    .section-choose-offer .red-square{
        margin-left: -5rem;
    }

    .section-choose-offer p{
        font-size: 17px;
        margin: 2rem 0 3rem 0;
    }

    .section-choose-offer .description{
        margin: 0 2rem 5rem 2rem;
    }

    .section-choose-offer .description p{
        margin: 2rem 0 3rem 0;
    }

    .section-choose-offer{
        background-size: 15%;
    }
}

@media (max-width: 767px) {
    .section-choose-offer{
        background-size: 20%;
    }

    .section-choose-offer .description{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}


/* SECTION REVIWES*/

.section-reviews{
    padding: 0;
    background-color: #edf0f2;
}

.section-reviews .title{
    color: #23282c;
    margin: 9rem 0;
    font-weight: 900;
    font-size: 60px;
}

.review-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.top-review{
    padding: 20px;
}
  
.review {
    padding: 0;
    min-width: 350px;
    width: 30%;
    background-color: #ed7b0d;
    color: white;
    margin: 10px 10px 0 10px;
}

.review-imgs{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3rem;
}
  
.review img {
    float: left;
}

.review .person-photo{
    max-width: 170px;
}


.review .quote{
    max-width: 120px;
}
  
.review .review-info p {
    font-size: 15px;
    font-style: italic;
    opacity: 0.9;
    margin: 0;
}

.review .name-container p {
    font-size: 16px;
}
  
.name-container {
    background: rgba(189,15,32,1);
    background: linear-gradient(110deg, rgba(189,15,32,1) 50%, rgba(220,85,20,1) 70%, rgb(237,123,13) 80%);
    padding: 10px 20px;
}
  
.name-container p {
    margin: 0;
    color: white;
}

@media (max-width: 991px) {
    .section-reviews .title{
        margin: 3.5rem 0;
        font-size: 5rem;
    }

}

@media (max-width: 767px) {
    .section-reviews .title{
        margin: 3rem 0;
        font-size: 4rem;
    }

}

/* LOGIN */

.section-login .heading-wrap {
    margin: 0 0 4rem 0;
    text-align: center;
}

.section-login .heading {
    margin: 0 0 3rem 0;
    font-size: 5rem;
    font-weight: 700;
}

.section-login .info {
    margin: 0;
    font-size: 2.2rem;
}

.section-login .img-wrap {
    padding: 0 0 0 14%;
}

.section-login .input-wrap label {
    padding: 0 0 0 2rem;
    font-size: 1.8rem;
    font-weight: 700;
}


/* OFFERS */

.page-wrap .section-products .heading-wrap {
    margin: 0 0 5rem 0;
}

.section-products .heading-wrap {
    text-align: center;
}

.section-products .heading {
    margin: 0 0 1.5rem 0;
    font-size: 3.3rem;
}

.section-products .heading-featured {
    font-size: 5rem;
}

.section-products .featured-wrap {
    margin: 0 0 5rem 0;
}

.section-products .info {
    font-size: 2.1rem;
    font-weight: 500;
    text-align: center;
}

.section-products .item,
.section-products .item .img-wrap {
}

.section-products .item {
    position: relative;
    margin: 12rem 0 2rem 0;
    padding: 3.5rem 3.5rem 8rem 3.5rem;
    height: calc(100% - 12rem);
    background: #fff;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.05);
}

.section-products .item.highlighted {
    top: -12rem;
    background: #f9f1e9;
}

.section-products .item .img-wrap {
    position: relative;
    margin: 0 0 3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-products .item .img-wrap:before {
    content: '';
    display: block;
    padding-bottom: 42%;
}

.section-products .item .img-wrap img {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
    border-radius: 2rem;
}

.section-products .item .title,
.section-products .item .desc {
    font-size: 1.8rem;
}

.section-products .item .title {
    margin: 0 0 2.5rem 0;
    padding: 0 0 2rem 0;
    border-bottom: 1px solid #eeeeee;
    font-weight: 600;
    text-transform: uppercase;
}

.section-products .item.highlighted .title {
    border-bottom: 1px solid #fff;
}

.section-products .item .additional-info {
    margin: 0 0 1.5rem 0;
    font-size: 2.1rem;
    font-weight: 600;
    color: #ed7b0d;
}

.section-products .item .desc {
    margin: 0 0 1.5rem 0;
    text-align: left;
}

.section-products .item .desc span {
    color: #ed7b0d;
    font-weight: 700;
}

.section-products .item .desc ul {
    padding: 0;
    list-style: none;
}

.section-products .item .desc ul li {
    padding: 0.5rem 0.5rem 0.5rem 3.5rem;
    background: url(../images/icons/check-ring-light.svg) left top 0.8rem no-repeat;
}

.section-products .item .desc ul li::before {
    content: '';
    display: none;
    margin: 0 1rem -0.4rem 0;
    width: 2rem;
    height: 2rem;
    background: url(../images/icons/check-ring-light.svg) center center no-repeat;
}

.section-products .item .btn-wrap {
    position: absolute;
    left: 0;
    bottom: 3.5rem;
    width: 100%;
}

.section-products .item .cbtn {
    color: #fff;
    padding: 1rem 3rem;
    border-radius: 3rem;
}

.section-products .bottom-info {
    margin: 0 0 3.5rem 0;
    padding: 2.5rem;
    background: #fff;
    border-radius: 2rem;
}

.section-products .rdr-box {
    padding: 2.5rem;
    background: #fff;
    border-radius: 2rem;
}

.section-products-ext {
    padding: 0 0 6rem 0;
}

.section-products-ext .widget-wrap {
    position: relative;
    min-height: 121rem;
}

.section-products-ext .widget-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-products-ext .doaffi-table .da-row {
    padding: 1rem;
    background: #fff;
}

.section-products-ext .doaffi-table .da-cell {
    position: relative;
}

.section-products-ext .doaffi-table .da-cell:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 3rem);
    width: 1px;
    height: 6rem;
    background: #ed7b0d;
}

.section-products-ext .doaffi-table .da-cell:last-of-type:after {
    display: none;
}

.section-products-ext .doaffi-table .da-get-loan {
    padding: 1rem;
    font-weight: 600;
    color: #fff;
    background: #ed7b0d;
    border-radius: 2rem;
    transition: transform ease 300ms;
}

.section-products-ext .doaffi-table .da-get-loan:hover {
    transform: scale(1.04);
}

.section-products-ext .doaffi-table .da-get-loan::before {
    display: none;
}


/* STEP PROGRESS BAR */



/* FORM GENERAL */

.form-wrap .input-wrap .input {
    padding: 1rem 2rem;
    border: 1px solid #d7d7d7;
}

.form-wrap .input-wrap label,
.form-wrap .input-wrap.input-radio label {
    padding: 0 0 0 2rem;
}

.form-wrap .input-wrap label {
    font-size: 1.4rem;
    font-weight: 600;
}

.form-wrap .checkboxes-wrap {
    position: relative;
    z-index: 1;
    margin: 0 0 3rem 0;
}

.form-wrap .checkbox-wrap {
    margin: 0 0 0.5rem 0;
    font-size: 1.4rem;
}

.form-wrap input[type=checkbox],
.form-wrap input[type=radio] {
    position: relative;
    outline: 0;
    margin: 0 0.5rem 0 0;
    width: 2rem;
    height: 2rem;
    color: #363839;
    background: #fff;
    border: 1px #b1b8c9 solid;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: sub;
    cursor: pointer;
    transition: background ease 300ms;
}

.form-wrap input[type=checkbox]:checked,
.form-wrap input[type=radio]:checked {
    color: #fff;
    background: #fff;
}

.form-wrap input[type=checkbox]::before,
.form-wrap input[type=radio]::before {
    position: absolute;
    content: "";
    display: block;
    top: 20%;
    left: 20%;
    width: 58%;
    height: 59%;
    background: #242630;
    border: none;
    border-radius: 3px;
    opacity: 0;
}

.form-wrap input[type=checkbox]:checked::before,
.form-wrap input[type=radio]:checked::before {
    opacity: 1;
}

.form-wrap .btn-custom,
.cbtn {
    padding: 1rem 3rem;
    background: #ed7b0d;
    color: #fff;
    border-radius: 2rem;
    font-size: 1.8rem;
    font-weight: 700;
    transition: all ease 300ms;
}

.form-wrap .btn-custom:hover,
.cbtn:hover {
    color: #fff;
    background: #f37f21;
    transform: scale(1.04);
}

.form-wrap input::-webkit-input-placeholder {
    color: #242630;
}

.form-wrap input:-ms-input-placeholder {
    color: #242630;
}

.form-wrap input::-ms-input-placeholder {
    color: #242630;
}

.form-wrap input::placeholder {
    color: #242630;
}

.form-wrap input:-ms-input-placeholder {
    color: #242630;
}

.form-wrap input::-ms-input-placeholder {
    color: #242630;
}


/* SECTION GET OFFER */

.form-container .slider-wrap  {
    margin: 2rem 0;
}

.form-container .slider-wrap .slider-container {
    position: relative;
    padding: 0 0 3.4rem 0;
}

.form-container .slider-wrap .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 5rem;
}

.form-container .slider-wrap .title h4{
    font-size: 2rem;
    font-weight: 400;
}

.form-container .slider-wrap .title span{
    font-size: 3rem;
    font-weight: 500;
}

.form-container .slider-wrap .slider-range-min,
.form-container .slider-wrap .slider-range-max {
    position: absolute;
    bottom: 5.3rem;
    font-size: 1.5rem;
    font-weight: 600;
}

 .form-container .slider-wrap .slider-range-min {
    left: 0;
}

 .form-container .slider-wrap .slider-range-max {
    right: 0;
}

 .form-container .slider-wrap .ui-slider-horizontal {
    height: 4px;
    background: #ed7b0d;
}

.form-container .slider-wrap .ui-slider .ui-slider-range {
    background: #ed7b0d;
}

.form-container .slider-wrap .ui-widget.ui-widget-content {
    border: none;
}

.form-container .slider-wrap .ui-state-default,
 .form-container .slider-wrap .ui-widget-content .ui-state-default {
    border: none;
}

 .form-container .slider-wrap .ui-slider .ui-slider-handle {

    height: 3.4rem;
    width: 3.4rem;
    border-radius: 2rem;
    background: #bd0f20;
    outline: none;
    transition: transform ease 300ms;
}

.slider-wrap:hover .ui-slider .ui-slider-handle {
    transform: scale(1.08);
}

.form-container .slider-wrap .ui-slider .ui-slider-handle.ui-state-active,
.form-container .slider-wrap .ui-slider .ui-slider-handle.ui-state-hover {
    outline: 1px solid #bd0f20;
}

.form-container .slider-wrap .ui-slider .ui-slider-handle:after {
    content: '';
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
    background-image: url(../images/icons/move.svg);
    transform: rotate(90deg);
    background-repeat: no-repeat;
    border-radius: 2rem;
}

.form-container .slider-wrap .ui-slider-horizontal .ui-slider-handle {
    top: -1.7rem;
    margin-left: -1.7rem;
}

/* MSF FORM LP */

.view-msf.site-wrap {
    background-image: url(../images/sections/pic3.png);
    background-position: top 8rem right;
    background-repeat: no-repeat;
}

.view-msf.site-wrap.step-2,
.view-msf.site-wrap.step-3,
.view-msf.site-wrap.step-4 {
    background-image: none;
}

.view-msf .bgp-1 {
    height: 38%;
}

.page-form .form-wrap {}

.page-form .form-wrap .heading-main-wrap {
    color: #fff;
    margin: 0 0 1.5rem 0;
    padding: 4.5rem;
    background: rgb(237,123,13);
    background: linear-gradient(100deg, rgba(237,123,13,1) 34%, rgba(220,85,20,1) 50%, rgba(189,15,32,1) 64%);
}

.page-form .form-wrap.step-2 .heading-main-wrap,
.page-form .form-wrap.step-3 .heading-main-wrap,
.page-form .form-wrap.step-4 .heading-main-wrap {
    margin: 0;
}

.page-form .form-wrap .heading-main-wrap .heading {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
}

.page-form .form-wrap.step-2 .heading-main-wrap .heading,
.page-form .form-wrap.step-3 .heading-main-wrap .heading,
.page-form .form-wrap.step-4 .heading-main-wrap .heading {
    margin: 3rem 0 6rem 0;
    text-align: center;
}

.page-form .form-wrap .heading-main-wrap .sub-heading {
    margin: 0;
    font-weight: 300;
    font-size: 1.8rem;
}

.page-form .form-wrap .form-container{
    background: #edf0f2;
    padding: 2rem 4.5rem;
}

.page-form .form-wrap .form-container .form-heading {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 700;
}

.page-form .form-wrap .form-steps-container{
    background: #edf0f2;
    padding: 2rem 2rem;
}

.page-form .form-wrap .form-steps-container .step-header{
    padding: 0 8rem;
}

.page-form .form-wrap .section-steps,
.page-form .form-wrap .section-amount-period,
.page-form .form-wrap .section-inputs,
.page-form .form-wrap .section-payment {
    padding: 3rem;
    border-radius: 2.5rem;
    background: #fff;
}

.page-form .form-wrap .section-steps,
.page-form .form-wrap .section-amount-period {
    margin: 0 0 3rem 0;
    padding: 1.5rem 3rem;
}

.page-form .form-wrap .section-payment {
    padding: 5rem 11rem;
}

.page-form .form-wrap .section-amount-period {
    position: relative;
}

.page-form .form-wrap .section-amount-period:after {
    content: '';
    position: absolute;
    bottom: 7rem;
    left: 1rem;
    z-index: -1;
    display: block;
    width: 40rem;
    height: 40rem;
    background: url(../images/sections/section-woman-1.png) center center no-repeat;
    background-size: auto;
    background-size: contain;
}

.page-form .form-wrap .form-steps-container .step-header .step-title{
    font-size: 2.4rem;
    font-weight: 900;
    
}

.page-form .form-wrap .form-steps-container .info-title{
    font-size: 2rem;
    font-weight: 600;
    margin: 2rem 0;
}

.page-form .form-wrap .form-steps-container .step-title-section{
    padding: 4rem 0;
}

.page-form .form-wrap .form-errors-label {
    margin: 0 0 1.5rem 0;
    padding: 0.5rem;
    background: #f00;
    border-radius: 2rem;
    color: #fff;
    font-size: 2rem;
    text-align: center;
}

.page-form .form-wrap .input-wrap {
    position: relative;
    margin: 0 0 2.5rem 0;
}


/* reset base form wrap styles for labels */

.page-form .form-wrap .input-wrap label {
    width: 100%;
    padding: 0;
}


/* actual label is presented as a span.label */

.page-form .form-wrap .input-wrap .label {
    display: inline-block;
    margin: 0 0 1.2rem 0;
}

.page-form .form-wrap .input-wrap .input {
    width: 100%;
    font-size: 1.5rem;
    background-color: #fff;
}


.page-form .form-wrap .input-wrap .input:focus {
    outline: 1px solid #ed7b0d;
}

.page-form .form-wrap .input-wrap .input.error {
    outline: 1px solid #f00;
}



.page-form .form-wrap .section-go-back .box-submit button {
    background-color: #a5a7a8;
    text-align: right;
}

.page-form .form-wrap .section-submit .box-submit button span {
    display: block;
    color: #fff;
}

.page-form .form-wrap .section-checkboxes {
    padding: 3rem 0;
}

.page-form .form-wrap .section-checkboxes .form-checkbox-wrap {
    position: relative;
    margin: 0 0 1.5rem 0;
    font-size: 1.5rem;
    font-weight: 500;
}

.page-form .form-wrap .section-checkboxes .check-all label {
    font-weight: 700;
}

.page-form .form-wrap .section-checkboxes label {
    display: inline;
    cursor: pointer;
    user-select: none;
}

.page-form .form-wrap .section-checkboxes label.error {
    display: inline-block;
    margin: 0 0 0 0.5rem;
}

.page-form .form-wrap .section-payment .info {
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
}

.page-form .form-wrap .clause-description {
    z-index: 2147483647;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 5px;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(187, 187, 187);
    border-radius: 0;
    font-family: Ubuntu;
    font-size: 11px;
    color: rgb(85, 85, 85);
    text-align: center;
}

.page-form .form-wrap .clause-description a:first-child {
    display: block;
    float: right;
    font-weight: bold;
}

input.error:not([type=checkbox]):not([type=radio]),
select.error {
    border: 1px #ccc solid;
    color: #111;
    background: #FFF9F9;
}

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-weight: 600;
    text-align: left;
}

.page-form .form-wrap .box-submit button{
    border: none;
    position: relative;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff;
    padding: 0.8rem 4.5rem 0.8rem 3rem;
    border-radius: 2rem;
    background: rgb(237,123,13);
    background: linear-gradient(100deg, rgba(237,123,13,1) 34%, rgba(220,85,20,1) 50%, rgba(189,15,32,1) 64%);
    transition: all ease 300ms;
}

.page-form .form-wrap .box-submit button:hover,
.page-form .form-wrap .box-submit button:focus{
    transform: scale(1.04);
}
.page-form .form-wrap .box-submit button .arrow{
    font-weight: 400;
    font-size: 2.5rem;
    position: absolute;
    margin: -0.6rem 1rem;
}

.page-form .form-wrap .step-submit button{
    border: none;
    position: relative;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff;
    padding: 0.8rem 4.5rem 0.8rem 3rem;
    border-radius: 2rem;
    background: #ed7b0d;
    transition: all ease 300ms;
}

.page-form .form-wrap .step-submit button:hover,
.page-form .form-wrap .step-submit button:focus{
    background: #bd0f20;
}
.page-form .form-wrap .step-submit button .arrow{
    font-weight: 400;
    font-size: 2.5rem;
    position: absolute;
    margin: -0.6rem 1rem;
}

.page-form .form-wrap .step-submit-go-back button{
    border: none;
    position: relative;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff;
    padding: 0.8rem 3rem 0.8rem 4.5rem;
    border-radius: 2rem;
    background: #a5a7a8;
    transition: all ease 300ms;
}

.page-form .form-wrap .step-submit-go-back button:hover,
.page-form .form-wrap .step-submit-go-back button:focus{
    background: #707070;
}

.page-form .form-wrap .step-submit-go-back button .arrow{
    font-weight: 400;
    font-size: 2.5rem;
    position: absolute;
    margin: -0.6rem -2.2rem;
}


/*progress bar*/

.progressbar {
    margin: 0;
    padding: 0;
    margin-top: 4rem;
    margin-bottom: 8rem;
    padding-bottom: 5rem;
    margin-right: -10rem;
    margin-left: -10rem;
}

.progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 2rem;
    position: relative;
    text-align: center;
    content: '';
    color: #242630;
    font-weight: 500;
    padding-top: 5rem
}

.progressbar li:before {
    position: relative;
    z-index: 1;
    width: 1.8rem;
    height: 1.8rem;
    content: '';
    line-height: 3.2rem;
    display: block;
    text-align: center;
    margin: 0 auto -5.5rem auto;
    border-radius: 50%;
    background-color: #ed7b0d;
    color: #111;
}

.progressbar li:after {
    width: 100%;
    height: 0.5rem;
    content: '';
    position: absolute;
    background-color: #ed7b0d;
    top: 0.8rem;
    left: -50%;
    z-index: 0;
    margin-top: 4.85rem
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active:before {
    background: #bd0f20;
}

.progressbar li.active+li:after {
    background-color: #bd0f20;
}

.progressbar li.active+li:before {
    background-color: #bd0f20;
}

.progressbar .color-step {
    color: #bd0f20;
}


/* PAGE */

.page-wrap {
    padding: 0 0 6rem 0;
}
.page-wrap.page-homepage{
    padding: 0;
}

.page-wrap .heading-wrap {
    margin: 3rem 0;
    text-align: center;
}

.page-wrap .heading-page {
    margin: 0 0 3.5rem 0;
    font-size: 5rem;
    font-weight: 700;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
}

.page-wrap .page-inner {
    padding: 4.5rem 3rem 3rem 3rem;
    background: #fff;
    border-radius: 2rem;
}

.page-wrap .page-info {
    font-weight: 700;
}

.page-wrap .info {
    margin: 0 0 3.5rem 0;
    font-size: 2.2rem;
}

.page-wrap .page-section-highlight {
    margin: 0 0 -3rem 0;
    padding: 9rem 0;
    background: #f9f1e9;
    text-align: center;
}

.page-wrap .page-section-highlight .heading {
    margin: 0 0 3rem 0;
    font-size: 3.6rem;
}

.page-wrap .page-section-highlight p {
    font-size: 2.2rem;
}

.page-wrap .form-control {
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 1rem 2rem;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 400;
    color: #242630;
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

.page-wrap .form-group label {
    font-size: 1.6rem;
}

.page-wrap .form-control:focus {
    color: #111;
    outline: #ed7b0d 1px solid;
    box-shadow: none;
}

.page-wrap .form-control.field-username {
    background-image: url(../images/icons/user-2.svg);
}

.page-wrap .form-control.field-password {
    background-image: url(../images/icons/passwd.svg);
}

.page-wrap .form-control::-webkit-input-placeholder {
    color: #d7d7d7;
}

.page-wrap .form-control:-ms-input-placeholder {
    color: #d7d7d7;
}

.page-wrap .form-control::-ms-input-placeholder {
    color: #d7d7d7;
}

.page-wrap .form-control::placeholder {
    color: #d7d7d7;
}

.page-wrap .form-control:-ms-input-placeholder {
    color: #d7d7d7;
}

.page-wrap .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #d7d7d7;
}

.page-wrap .tiles {
    padding-top: 2.5rem;
    padding-bottom: 8.5rem;
    margin-top: -6rem;
    margin-bottom: -6rem;
    background: url(../images/backgrounds/bg-circles.png) center center no-repeat;
    background-size: contain;
}

.section-info .info-heading {
    margin: 0 0 4.5rem 0;
    font-size: 3.3rem;
    font-weight: 700;
}

.section-info .info-item {
    display: inline-block;
    margin: 0 2.5rem 2.5rem 2.5rem;
    padding: 1.5rem 0 1.5rem 6.5rem;
    background: left 1rem center no-repeat;
}

.section-info .info-item.info-item-phone {
    background-image: url(../images/icons/phone-circle.png);
}

.section-info .info-item.info-item-mail {
    background-image: url(../images/icons/mail-circle.png);
}

.section-info .info-label {
    text-decoration: none;
}




/* SECTION FAQ */

.page-faq .heading-wrap {
    background: url(../images/backgrounds/Tandago-main_50.png) left 6rem top 6rem no-repeat;
}

.section-faq {
    padding: 0 0 3rem 0;
}

.section-faq .questions-wrap {
    padding: 6.5rem 0 3.5rem 0;
    border-top: 1px solid #ed7b0d;
    border-bottom: 1px solid #ed7b0d;
}

.section-faq .item {
    margin: 0 0 3rem 0;
    padding: 3rem 4rem 3rem 4.5rem;
    background: #fff;
    border: 1px solid #eeeeee;
    cursor: pointer;
    transition: transform ease 300ms;
}

.section-faq .item:hover {
    transform: scale(1.02);
}

.section-faq .item .title {
    position: relative;
    margin: 0;
    padding: 0 4.5rem 0 0;
    font-size: 2.2rem;
    font-weight: 400;
}

.section-faq .item .title:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0.5rem;
    top: calc(50% - 1.5rem);
    right: 0;
    width: 3rem;
    height: 3rem;
    background: url(../images/icons/expand-down-1.png) center center no-repeat;
    transition: transform linear 300ms;
}

.section-faq .item .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height ease 500ms;
}

.section-faq .item .content:before {
    content: '';
    display: block;
    height: 1.5rem;
    margin: 0 0 1rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.section-faq .item .content p:last-of-type {
    margin: 0;
}

.section-faq .item.item-active .content {
    max-height: 44rem;
}

.section-faq .item.item-active .title:after {
    transform: rotate(-180deg);
}


/* PAGE CANCEL SUBSCRIPTION */

.page-cancel-subscription .info {
    text-align: center;
}

.page-cancel-subscription .form-wrap {
    padding: 3rem;
    border-radius: 3rem;
    background: #fff;
}


/* PAGE WHAT YOU GAIN (FEATURES) */

.page-features .item-wrap {
    padding: 11rem 0;
}

.page-features .item-wrap .row {
    align-items: center;
    justify-content: center;
}

.page-features .item-wrap .title {
    margin: 0 0 2rem 0;
    font-size: 3.6rem;
    font-weight: 700;
}

.page-features .item-wrap .title span {
    font-weight: 500;
}

.page-features .item-wrap p {
    font-size: 2.2rem;
}

.page-features .left {
    text-align: right;
}

.page-features .left .img-wrap {
    text-align: left;
}

.page-features .right {
    text-align: left;
}

.page-features .right .img-wrap {
    text-align: right;
}


/* ADDONS */

#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.5rem;
    color: #111111;
    padding: 0.3rem 1rem;
    border: none;
}


/* CLASSIC FORM NOTICES */

.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: #06b300;
}


/* RDR COUNTER */

.rdr-counter-wrap {
    font-size: 2.2rem;
}

.rdr-counter {
    display: inline-block;
    font-weight: 600;
}


/* TOOLTIPS */

.tooltip {}

.tooltip .tooltip-inner {
    padding: 1rem;
    max-width: 48rem;
    border-radius: 1rem;
    -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: #282828;
    color: white;
    font-size: 1.4rem;
}

.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;
}


/* DATEPICKERS */

.datepicker {
    font-size: 1.4rem;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover {
    background: #f37f21;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background: #f37f21 !important;
}


/* MODALS */

.modal.fade .modal-dialog {
    transform: translate(0, 5rem);
}

.modal-content {
    border-radius: 2rem;
}

.modal .close {
    background: none;
    border: none;
    font-size: 3rem;
}

.modal .cbtn {
    padding: 1.5rem 3rem;
}


/* ANIMATIONS/EFFECTS */


/* EFFECT PULSE */

@-webkit-keyframes effect-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 effect-pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    70% {
        -webkit-transform: scale3d(1.02, 1.02, 1.02);
        transform: scale3d(1.02, 1.02, 1.02)
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.effect-pulse {
    -webkit-animation: effect-pulse 1s infinite;
    animation: effect-pulse 1s infinite;
}


/* EFFECT SHAKE */

@keyframes shake-d-animation {
    0% {
        transform: translate(0, 0)
    }
    0.91111% {
        transform: translate(3px, 0)
    }
    1.82222% {
        transform: translate(0, 0)
    }
    2.73333% {
        transform: translate(5px, 0)
    }
    3.64444% {
        transform: translate(0, 0)
    }
    4.55555% {
        transform: translate(3px, 0)
    }
    5.46666% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(0, 0)
    }
}

.effect-shake-delayed {
    animation: shake-d-animation 11s ease infinite;
    transform-origin: 50% 50%;
}


/* EFFECT FLOAT */

@keyframes effect-float {
    0% {
        transform: rotate(0deg);
    }
    33% {
        transform: rotate(3deg);
    }
    66% {
        transform: rotate(-2deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/* 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("../images/msf-spinner-orange.gif");
    background-size: cover;
    width: 10rem;
    height: 10rem;
    margin: auto;
    top: calc(50% - 5rem);
}

.last-step-loader-container .form-loader-content {
    top: 10%;
}

.how-to-container img{
    border-radius: 5rem;
}

.about-us-container img{
    border-radius: 5rem;
}


/* MEDIA QUERIES */

@media (max-width: 1399px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .page-features .item-wrap {
        padding: 9rem 0;
    }
}

@media (max-width: 1199px) {
    .navbar .navbar-nav {
        padding: 0 0 0 6rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .view-msf.site-wrap {
        background-size: 86rem;
    }
    .section-wrap .heading {
        font-size: 4rem;
    }
    .section-top .heading-main {
        margin: 1rem 0 2.5rem 0;
        font-size: 4.5rem;
    }
    .section-top .img-wrap {
        margin: 4rem -2rem 0 0;
    }
    .section-top p {
        margin: 0 0 2rem 0;
    }
    .section-get-offer {
        margin: 0 0 1rem 0;
    }
    .section-steps {
        margin: 0;
    }
    .section-steps .info-wrap {
        margin: 0 0 6rem 0;
    }
    .section-steps .item {
        padding: 3rem 2.5rem;
        height: 32rem;
    }
    .section-steps .item-1,
    .section-steps .item-4 {
        margin-top: -2.5rem;
    }
    .section-steps .item .number {
        font-size: 5.2rem;
    }
    .section-steps .item .icon {
        left: 0;
    }
    .section-steps .item .icon img {
        width: 5rem;
    }
    .section-steps .item .icon-1 {
        top: -1.8rem;
    }
    .section-steps .item .icon-2 {
        width: 6rem;
        top: -2rem;
    }
    .section-steps .item .icon-3 {
        top: -1.6rem;
    }
    .section-steps .item .icon-4 {
        top: -1.2rem;
    }
    .section-how-it-works {
        padding: 3rem 0 0 0;
    }
    .section-how-it-works .heading {
        margin: 0 0 5rem 0;
    }
    .section-how-it-works .item-wrap .title,
    .section-how-it-works .item-wrap p {
        margin: 0 0 2.5rem 0;
    }
    .section-how-it-works .item-wrap .title {
        font-size: 2.8rem;
    }
    .section-how-it-works .item-wrap p {
        font-size: 2.1rem;
    }
    .section-about .heading {
        margin: 0 0 7rem 0;
    }
    .section-about .item .number {
        font-size: 5.2rem;
    }
    .section-about .item .title-wrap {
        margin: 0 0 2rem 0;
    }
    .section-about .item .title {
        font-size: 2.4rem;
    }
    .section-about .item .desc {
        font-size: 2.1rem;
    }
    .section-faq .questions-wrap {
        padding: 5.5rem 0 3.5rem 0;
    }
    .page-wrap {
        padding: 0 0 4.5rem 0;
    }
    .page-wrap .heading-wrap {
        margin: 0 0 5rem 0;
    }
    .page-form .form-wrap .heading-main-wrap .heading {
        font-size: 3rem;
    }
    .page-features .item-wrap {
        padding: 4.5rem 0;
    }
}

@media (max-width: 991px) {
    .page-form .form-wrap .form-steps-container .step-title-section .data-title{
        font-size: 2rem;
    }
    
    .page-form .form-wrap .form-steps-container .step-title-section .step-info{
        font-size: 2rem;
    }

    .view-msf.site-wrap {
        background-position: top 20rem right;
        background-size: 60rem;
    }
    .bgp-2 {
        min-width: 50rem;
    }
    .site-header-wrap {
        background: #fff;
    }
    .navbar {
        text-align: center;
    }
    .navbar-brand img {
        z-index: 0;
        left: -4rem;
    }
    .navbar .navbar-nav {
        padding: 0;
    }
    .navbar .navbar-collapse {
        z-index: 1;
        margin: 0;
        padding: 1.5rem 0 3.5rem 0;
    }
    .navbar .dropdown-menu {
        position: relative;
        display: block;
        border: none;
        text-align: center;
    }
    .navbar .dropdown-toggle {
        pointer-events: none;
    }
    .navbar .nav-profile-wrap {
        flex-direction: column;
        align-items: center;
        padding: 1.5rem;
    }
    .navbar .nav-profile-wrap:before {
        width: 4rem;
        height: 1px;
        top: 0;
        left: calc(50% - 2rem);
    }
    .navbar .nav-btns-wrap {
        justify-content: center;
        margin: 1rem 0 0 0;
    }
    .page-form .form-wrap .heading-main-wrap .heading,
    .page-form .form-wrap .heading-main-wrap .sub-heading {
        text-align: center;
    }
    .section-top {
        text-align: center;
    }
    .section-top .img-wrap {
        margin: 3rem auto 1.5rem auto;
        max-width: 36rem;
    }
    .section-get-offer {
        padding: 3rem 0 0 0;
    }
    .section-get-offer .box {
        margin: 0 0 1.5rem 0;
    }
    .section-get-offer .box .title {
        font-size: 2.3rem;
        text-align: center;
    }
    .section-get-offer .box .title,
    .section-get-offer .box-submit {
        font-size: 2.4rem;
    }
    .section-steps .item {
        min-height: 30rem;
        height: auto;
        text-align: center;
    }
    .section-steps .item-1,
    .section-steps .item-4 {
        margin-top: 0;
    }
    .section-login .img-wrap {
        padding: 0;
        text-align: center;
    }
    .section-about .section-content {
        padding: 6rem 0 0rem 0;
    }
    .section-about .item {
        text-align: center;
    }
    .section-about .item .title-wrap {
        display: flex;
        align-items: center;
    }
    .section-about .item .number,
    .section-about .item .title {
        display: block;
    }
    .section-about .item .number {
        font-size: 4.2rem;
    }
    .section-products .item {
        margin: 0 0 3rem 0;
        padding: 2.5rem;
        height: auto;
    }
    .section-products .item.highlighted {
        top: 0;
    }
    .section-products .item .img-wrap:before {
        padding-bottom: 32%;
    }
    .section-products .item .desc {
        text-align: center;
    }
    .section-products .item .desc ul li {
        padding: 0.5rem;
        background: none;
    }
    .section-products .item .desc ul li::before {
        display: inline-block;
    }
    .section-products .item .btn-wrap {
        position: relative;
        left: 0;
        bottom: 0;
    }
    .section-products .heading-featured {
        margin: 0 0 4rem 0;
    }
    .page-form .form-wrap .section-checkboxes .form-checkbox-wrap {
        margin: 0 0 1rem 0;
    }
    .page-form .form-wrap .section-submit .box-submit,
    .page-form .form-wrap .section-go-back .box-submit {
        max-width: 100%;
    }
    .page-wrap .page-inner {
        padding: 3rem 1.5rem 1.5rem 1.5rem;
    }
    .site-footer .block-socials a {
        margin: 0 1rem 0 0;
    }
}

@media (max-width: 767px) {
    .section-top .heading-main {
        margin: 1rem 0 2.5rem 0;
        font-size: 3.5rem;
    }

    .section-top p {
        font-size: 1.8rem;
    }

    .view-msf.site-wrap {
        background-position: top 25rem right;
        background-size: 50rem;
    }
    .tooltip {
        width: auto;
    }
    .form-loader-info {
        font-size: 2.2rem;
    }
    .section-get-offer .box-submit {
        font-size: 3.4rem;
    }
    .section-steps .item {
        min-height: 0;
    }
    .section-how-it-works .heading {
        margin: 0;
    }
    .section-how-it-works {
        text-align: center;
    }
    .section-how-it-works .column-1,
    .section-how-it-works .column-2 {
        margin: 0;
    }
    .section-how-it-works .img-wrap img {
        max-width: 29rem;
    }
    .section-how-it-works .img-wrap-2 {
        display: none;
    }
    .page-features .item-wrap,
    .page-features .item-wrap .left,
    .page-features .item-wrap .right,
    .page-features .item-wrap .left .img-wrap,
    .page-features .item-wrap .right .img-wrap {
        text-align: center;
    }
    .page-features .item-wrap .img-wrap {
        margin: 0 0 3rem 0;
    }
    .site-footer .block {
        text-align: center;
        margin: 0 0 3rem 0;
    }
    .site-footer .block-logo {
        margin: -3rem 0 -3.5rem -5rem;
    }
    .site-footer .block-partners {
        margin: 0;
    }
    .site-footer .col-menu {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .site-footer .col-menu {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .navbar-brand img {
        margin: 0 0 -15rem -4rem;
        left: 0;
        max-width: 220px;
    }
    .navbar-toggler-wrap {
        position: relative;
        margin: 0;
        padding: 2.5rem 0 4.5rem 0;
        z-index: 1;
    }
}


.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;
}