html {
    font-size: 10px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Albert Sans', sans-serif !important;
    background-color: #f7f7f7;
    color: #242630;
    font-size: 1.6rem;
}

img {
    max-width: 100%;
}

a {
    color: #f97a14;
}

a:hover {
    color: #f97a14;
}

a:focus,
a:focus-visible,
button:focus {
    outline: 1px solid #f97a14;
}

p {
    font-size: 1.8rem;
}

h1 {
    font-size: 5rem;
}

h2 {
    font-size: 4.6rem;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2.4rem;
}

b,
strong {
    font-weight: 700;
}

.brand-color-1 {
    color: #f97a14;
}

.special-color{
    color: #f97a14;
}

.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;
}


/* BG PARTS */

.site-wrap {
    position: relative;
    padding: 0;
    z-index: 1;
    overflow: hidden;
    background: #f7f7f7;
}

.bgp {
    position: absolute;
    z-index: -1;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all ease 400ms;
}


/* top left from main menu */

.bgp-1 {
    top: 2rem;
    left: 0;
    width: 45%;
    height: 28%;
    min-width: 18rem;
    min-height: 75rem;
    background-image: url(../images/backgrounds/6-main_02.png);
}


/* top right from main menu */

.bgp-2 {
    top: 0;
    right: 0;
    width: 42%;
    height: 28%;
    min-width: 22rem;
    min-height: 66rem;
    background-image: url(../images/backgrounds/main_032.png);
    background-position: top right;
}


/* middle right */

.bgp-3 {
    top: 26%;
    right: 0;
    width: 18%;
    height: 20%;
    min-width: 6rem;
    min-height: 42rem;
    background-image: url(../images/backgrounds/main_07.png);
    background-position: top right;
}


/* middle left */

.bgp-4 {
    top: 45%;
    left: 0;
    width: 16%;
    height: 20%;
    min-width: 5rem;
    min-height: 42rem;
    background-image: url(../images/backgrounds/main_28.png);
    background-position: top left;
}


/* bottom right */

.bgp-5 {
    bottom: 2%;
    right: 0;
    width: 48%;
    height: 12%;
    min-width: 18rem;
    min-height: 42rem;
    background-image: url(../images/backgrounds/5-main_03.png);
    background-position: top right;
}


/* middle left addon */

.bgp-6 {
    display: none;
    top: 42%;
    left: 20%;
    width: 10%;
    height: 10%;
    background-image: url(../images/backgrounds/main_13.png);
    background-position: top left;
}


/* bottom left addon */

.bgp-7 {
    bottom: 5%;
    left: 3%;
    width: 8%;
    height: 8%;
    background-image: url(../images/backgrounds/main_50.png);
    background-position: top left;
}


/* bottom right addon */

.bgp-8 {
    bottom: 18%;
    right: 4%;
    width: 8%;
    height: 8%;
    background-image: url(../images/backgrounds/main_42.png);
    background-position: top right;
}


/* MAIN MENU - NAVBAR */

.site-header {
    margin-bottom: 1.5rem;
}

.navbar,
.navbar-brand {
    margin-left: 0;
    margin-bottom: -1.5rem;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand a,
.navbar-brand img {
    z-index: 0;
    position: relative;
}

.navbar {
    align-items: flex-start;
}

.navbar .navbar-collapse,
.navbar-toggler-wrap {
    padding: 4.5rem 0 3.5rem 0;
}

.navbar .navbar-nav {
    padding: 0 0 0 16rem;
}

.navbar .nav-link {
    font-size: 1.8rem;
    font-weight: 600;
    color: #242630;
    transition: all ease 300ms;
    line-height: 1.2;
    text-align: center;
}

.navbar .nav-link.active {
    color: #f97a14;
}

.navbar .nav-link:hover {
    color: #838895;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.navbar-expand-lg .navbar-nav .nav-link.disabled {
    color: #777;
}

.navbar .nav-login {
    display: block;
    min-width: 18rem;
    padding: 1.5rem;
    background: #f97a14;
    border-radius: 5rem;
    color: #fff;
    text-align: center;
    transition: transform ease 300ms;
    line-height: 1.2;
}

.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: #f97a14;
}

.navbar .nav-profile {
    height: 5.3rem;
    width: 5.3rem;
    border: 2px solid #f97a14;
    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);
    background-color: #242630;
}

.navbar .nav-login:hover {
    transform: scale(1.04);
    color: #fff;
}

.navbar .dropdown-menu {
    font-size: 1.6rem;
    border-radius: 2rem;
    padding: 5px;
}

.navbar .dropdown-toggle:after {
    display: none;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 0.8rem 1.6rem;
    border-radius: 1.4rem;
}
.dropdown-item.active,
.dropdown-item:active {
    background: #f97a14;
}

.navbar .navbar-toggler {
    margin: 0 1.5rem 0 0;
    padding: 1rem 2rem;
    background: #f97a14;
    color: #fff;
    border-radius: 2rem;
    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: #fff;
}

.navbar .navbar-toggler-line:first-of-type {
    margin-top: 0.8rem;
}

@media (min-width: 1700px) {
    .site-header {
        max-width: 1480px;
        max-width: 95%;
    }
}

@media (min-width: 1500px) {
    .site-header {
        max-width: 1480px;
        max-width: 97%;
    }
}


/* SITE FOOTER */

.site-footer-wrap {
    position: relative;
    margin: 0 0 0 0;
    padding: 3rem 0;
    background: #282828;
}

.site-footer-wrap,
.site-footer a,
.site-footer .blocks a {
    color: #b1b8c9;
}

.site-footer .block {
    font-size: 1.4rem;
    font-weight: 600;
}

.site-footer .block a {
    text-decoration: none;
}

.site-footer .block-logo {
    margin: -3rem 0 -1.5rem -5rem;
}

.site-footer .block-logo img {
    max-width: 100%;
    max-height: 15rem;
}

.site-footer .block-title {
    margin: 1.25rem 0 1.5rem 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.site-footer .block-menu ul {
    padding: 0;
    list-style: none;
}

.site-footer .block-menu ul li {
    margin: 0 0 1.5rem 0;
}

.site-footer .block-support a {
    display: block;
    margin: 0 0 1.5rem 0;
}

.site-footer .block-socials a {
    display: inline-block;
    margin: 0 2rem 0 0;
}

.site-footer .block-partners {
    text-align: right;
}

.site-footer .logo-partner {
    max-height: 5.5rem;
    margin-bottom: 3rem;
}

.site-footer .logo-partner.visa {
    max-height: 4.5rem;
    margin-right: 2.5rem;
    padding: 0.5rem 0 0 0;
}

.site-footer .logo-partner.mastercard {
    max-height: 8rem;
}

.site-footer .law-note {
    margin: 3rem 0 0 0;
    font-size: 1.2rem;
    color: #838895;
    text-align: justify;
}

.site-footer .law-note a {
    color: #b1b8c9;
}


/* GENERAL */

.section-wrap {
    padding: 3rem 0;
}

.section-wrap .heading {
    margin: 0 0 1.5rem 0;
    font-size: 5rem;
    font-weight: 700;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
}


/* 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;
}

/* HOME */



/* SECTION TOP */

.section-top {
    margin: 0 0 -3rem 0;
}

.section-top .img-wrap {
    margin: -7.5rem 0 0 0;
}

.section-top .heading-main {
    margin: 1rem 0 3.5rem 0;
    font-size: 5.5rem;
    font-weight: 700;
}

.section-top p {
    margin: 0 0 3rem 0;
    font-size: 2.2rem;
}

.section-top .highlight {
    margin: 1.5rem 0;
    font-size: 3.6rem;
    font-weight: 700;
}


/* SECTION GET OFFER */

.section-wrap.section-get-offer {
    margin: 0 0 3rem 0;
}

.section-wrap.section-get-offer .box {
    padding: 3.5rem;
    height: 18rem;
    background: #f8b138;
    border-radius: 3rem;
}

.section-wrap.section-get-offer .box .title,
.section-wrap.section-get-offer .box-submit {
    font-size: 3.3rem;
    font-weight: 700;
}

.section-wrap.section-get-offer .box .title {
    margin: 0 0 4.5rem 0;
}

.section-wrap.section-get-offer .box .highlight {
    color: #fff;
}

.section-wrap.section-get-offer .box-submit {
    position: relative;
    background: #242630;
}

.section-wrap.section-get-offer .box-submit button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5rem;
    padding-right: 9rem;
    background: transparent url(../images/icons/expand-right-1.svg) center right 4.5rem no-repeat;
    background-size: 3.5rem;
    border: none;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-align: left;
    transition: all ease 300ms;
}

.section-wrap.section-get-offer .box-submit button span {
    display: block;
    color: #f97a14;
}

.section-wrap.section-get-offer .box-submit button:hover {
    transform: scale(1.01);
    background-position: center right 4rem;
}

.section-wrap.section-get-offer .slider-wrap .slider-container {
    position: relative;
    padding: 0 0 3.4rem 0;
}

.section-wrap.section-get-offer .slider-wrap .slider-range-min,
.section-wrap.section-get-offer .slider-wrap .slider-range-max {
    position: absolute;
    bottom: 0;
    font-size: 1.2rem;
    font-weight: 700;
}

.section-wrap.section-get-offer .slider-wrap .slider-range-min {
    left: 0;
}

.section-wrap.section-get-offer .slider-wrap .slider-range-max {
    right: 0;
}

.section-wrap.section-get-offer .slider-wrap .ui-slider-horizontal {
    height: 2px;
}

.section-wrap.section-get-offer .slider-wrap .ui-slider .ui-slider-range {
    background: #242630;
}

.section-wrap.section-get-offer .slider-wrap .ui-widget.ui-widget-content {
    border: none;
}

.section-wrap.section-get-offer .slider-wrap .ui-state-default,
.section-wrap.section-get-offer .slider-wrap .ui-widget-content .ui-state-default {
    border: none;
}

.section-wrap.section-get-offer .slider-wrap .ui-slider .ui-slider-handle {
    height: 3.4rem;
    width: 3.4rem;
    border-radius: 2rem;
    background: #fff;
    outline: none;
    transition: transform ease 300ms;
}

.section-wrap.section-get-offer .slider-wrap:hover .ui-slider .ui-slider-handle {
    transform: scale(1.08);
}

.section-wrap.section-get-offer .slider-wrap .ui-slider .ui-slider-handle.ui-state-active,
.section-wrap.section-get-offer .slider-wrap .ui-slider .ui-slider-handle.ui-state-hover {
    outline: 1px solid #f37f21;
}

.section-wrap.section-get-offer .slider-wrap .ui-slider .ui-slider-handle:after {
    content: '';
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    width: 1.8rem;
    height: 1.8rem;
    background: #f37f21;
    border-radius: 2rem;
}

.section-wrap.section-get-offer .slider-wrap .ui-slider-horizontal .ui-slider-handle {
    top: -1.7rem;
    margin-left: -1.7rem;
}


/* SECTION CATEGORY */

.section-category {
    margin: 3rem 0 8rem 0;
}

.section-category .row{
    justify-content:space-around;
}

.section-category .dot{
    width: 1.2%;
    height: 1.2%;
    margin: -0.9rem;
    margin-top: 5rem;
    padding: 0;
}

.section-category .dot.dot-down{
    margin-top: 10rem;
}

.section-category .heading,
.section-category .info-wrap {
    text-align: center;
}

.section-category .info-wrap {
    margin: 0 0 14rem 0;
}

.section-category .info-wrap p {
    font-size: 2.4rem;
}

.section-category .info-wrap p:first-of-type {
    font-size: 2.2rem;
}

.section-category .item {
    display: block;
    color: #242630;
    text-decoration: none;
    margin: 0 1.2rem 1.5rem 1.2rem;
    padding: 2rem 1rem;
    background: #f8b138;
    border-radius: 4rem;
    transition: all ease 300ms;
}

.section-category .item:hover {
    transform: scale(1.04);
    background: #282828;
    color: white;
}

.section-category .item-1,
.section-category .item-4 {
    margin-top: -5rem;
    background-color: #f97a14;
}

.section-category .item .number-wrap {
    margin: 3.5rem 0 2rem 0;
    text-align: center;
}

.section-category .item .number,
.section-category .item .icon {
    display: inline-block;
}

.section-category .item .number {
    font-size: 7.2rem;
    font-weight: 700;
}

.section-category .item .icon {
    position: relative;
}

.section-category .item .icon img {
    width: 9rem;
}

.section-category .item .icon-1 {
}

.section-category .item .icon-2 {
}

.section-category .item .icon-3 {
}

.section-category .item .icon-4 {
}

.section-category .item .desc {
    text-align: center;
    font-weight: 700;
    font-size: 2.8rem;
}



/* SECTION STEPS FINANCE*/

.section-steps-finance .heading {
    margin: 4rem 0 11rem;
}
.section-steps-finance .heading,
.section-steps-finance .info-wrap {
    text-align: center;
}

.section-steps-finance .info-wrap {
    margin: 0 0 10rem 0;
}

.section-steps-finance .info-wrap p {
    font-size: 2.4rem;
}

.section-steps-finance .info-wrap p:first-of-type {
    font-size: 2.2rem;
}

.section-steps-finance .item {
    margin: 0 0 1.5rem 0;
    padding: 7rem 3.5rem;
    background: #fff;
    border-radius: 4rem;
}

.section-steps-finance .item-1,
.section-steps-finance .item-4 {
    margin-top: -5rem;
}

.section-steps-finance .item-2 {
    background: #e0e7f1;
}

.section-steps-finance .item .number-wrap {
    margin: 0 0 1.5rem 0;
    text-align: center;
}

.section-steps-finance .item .number,
.section-steps-finance .item .icon {
    display: inline-block;
}

.section-steps-finance .item .number {
    font-size: 7.2rem;
    font-weight: 700;
}

.section-steps-finance .item .icon {
    position: relative;
    top: -2.6rem;
    left: -1.5rem;
}

.section-steps-finance .item .icon img {
    width: 8rem;
}

.section-steps-finance .item .icon-1 {
    top: -3.8rem;
}

.section-steps-finance .item .icon-2 {
    left: -3.4rem;
    width: 9rem;
}

.section-steps-finance .item .icon-3 {
    top: -2.6rem;
    left: -2.6rem;
    width: 6.4rem;
}

.section-steps-finance .item .icon-4 {
    top: -2.2rem;
    left: -2.8rem;
    width: 7.2rem;
}

.section-steps-finance .item .desc {
    font-size: 2.1rem;
}

/* SECTION PRICING */
/* SECTION STEPS FINANCE*/

.section-pricing .heading {
    margin: 4rem 0 8rem;
    text-align: center;
}

.section-pricing .box {
    margin: 1rem 0 2rem 0;
    padding: 3.5rem;
    border-radius: 3rem;
}
.section-pricing .box.box-light {
    background: #f8b138;
}
.section-pricing .box.box-dark {
    background: #686a72;
    color: #fff;
}
.section-pricing .box .title {
    margin: 2rem 0 2rem 0;
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
}
.section-pricing .box .price {
    text-align: center;
    font-size: 2.2rem;
}
.section-pricing .box .btn-wrapper {
    text-align: center;
}
.section-pricing .box .btn {
    display: inline-block;
    margin: 2rem auto;
    font-size: 2rem;
    padding: 2rem;
}
.section-pricing .box.box-light .btn {
    background: #242630;
}
.section-pricing .box table {
    width: 100%;
    margin: 3rem 1rem 1rem 1rem;
}
.section-pricing .box table td {
    width: 50%;
    padding: 1.4rem 0;
    font-size: 1.7rem;
    vertical-align: top;
}
.section-pricing .box.box-light table td {
    border-bottom: 1px solid #d59b38;
}
.section-pricing .box.box-dark table td {
    border-bottom: 1px solid #84868d;
}

/* SECTION STEPS FINANCES */
.section-steps-finance {
    margin-top: 3rem;
}

/* SECTION CTA */
.section-cta .heading {
    margin: 4rem 0 2rem;
}
.section-cta .heading,
.section-cta .info-wrap {
    text-align: center;
}

.section-cta .info-wrap {
    margin: 0 0 10rem 0;
}

.section-cta .info-wrap p {
    font-size: 2.4rem;
}

.section-cta .info-wrap p:first-of-type {
    font-size: 2.2rem;
}


/* SECTION STEPS */

.section-steps {
    margin: 0 0 4rem 0;
}

.section-steps .heading strong{
    color: #f97a14;
}

.section-steps .heading,
.section-steps .info-wrap {
    text-align: center;
}

.section-steps .info-wrap {
    margin: 7rem 0 14rem 0;
    padding: 0 20rem;
}

.section-steps .info-wrap p {
    font-size: 3rem;
    font-weight: 500;
}

.section-steps .item {
    margin: 0 0 1.5rem 0;
    padding: 4rem 0rem;
}

.section-steps .item-1,
.section-steps .item-4 {
}

.section-steps .item-2 {
}

.section-steps .item .number-wrap {
    margin: 0 0 1.5rem 0;
    text-align: center;
}

.section-steps .item .number,
.section-steps .item .icon {
    display: inline-block;
}

.section-steps .item .number {
    font-size: 7.2rem;
    font-weight: 700;
}

.section-steps .item .icon {
    position: relative;
    top: -2.6rem;
    left: -1.5rem;
}

.section-steps .item .icon img {
    width: 8rem;
}

.section-steps .item .icon-1 {
    top: -3.8rem;
}

.section-steps .item .icon-2 {
    left: -3.4rem;
    width: 9rem;
}

.section-steps .item .icon-3 {
    top: -2.6rem;
    left: -2.6rem;
    width: 6.4rem;
}

.section-steps .item .icon-4 {
    top: -2.2rem;
    left: -2.8rem;
    width: 7.2rem;
}

.section-steps .item .title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #f97a14;
}

.section-steps .item .desc {
    font-size: 2.2rem;
}

/* SECTION CHOOSE OFFER */

.section-choose-offer{
    margin: 0 0 4rem 0;
}

.section-choose-offer .row{
    align-items: center;
}

.section-choose-offer p b{
    font-size: 4.3rem;
}

.section-choose-offer p{
    margin: 2rem 0;
    font-size: 2.2rem;
}

/* SECTION HOW IT WORKS */

.section-how-it-works {
    margin-top: 5rem;
}

.section-how-it-works .section-content {
    background: url(../images/backgrounds/main_13.png) left 6rem top 0 no-repeat;
}

.section-how-it-works .heading,
.section-how-it-works .img-wrap {
    text-align: center;
}

.section-how-it-works .heading {
    margin: 0 0 7rem 0;
}

.section-how-it-works .column-1 {
    margin: 14rem 0 0 0;
}

.section-how-it-works .column-2 {
    margin: 7rem 0 0 0;
}

.section-how-it-works .img-wrap-1 {
    margin: 0 0 2.5rem 0;
}

.section-how-it-works .item-wrap {
    margin: 0 0 2rem 0;
}

.section-how-it-works .item-wrap .title,
.section-how-it-works .item-wrap p {
    margin: 0 0 4rem 0;
}

.section-how-it-works .item-wrap .title {
    font-size: 3.3rem;
    font-weight: 700;
}

.section-how-it-works .item-wrap p {
    font-size: 2.2rem;
}


/* SECTION ABOUT FLOW */
.section-about {
    margin-top: 10rem;
}
.section-about .section-content {
    padding: 6rem 0 8rem 0;
    background: url(../images/backgrounds/main_39.png) left 26% top 2rem no-repeat;
}

.section-about .heading {
    margin: 0 0 9rem 0;
    text-align: center;
}

.section-about .item {
    margin: 0 0 2rem 0;
    padding: 0;
}

.section-about .item .title-wrap {
    margin: 0 0 4rem 0;
}

.section-about .item .title-wrap::after {
    content: '';
    display: block;
    clear: both;
}

.section-about .item .number,
.section-about .item .title {
    float: left;
    font-weight: 700;
}

.section-about .item .number {
    width: 25%;
    font-size: 7.2rem;
}

.section-about .item .title {
    width: 75%;
    font-size: 3.3rem;
}

.section-about .item .desc {
    font-size: 2.2rem;
}


/* 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;
}

.section-login .input-wrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 2rem;
}
.section-login .input-wrap ul li {
    color: #dc3545!important;
    font-weight: bold;
}


/* 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 {
    border-radius: 2rem;
}

.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: #e0e7f1;
}

.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: #f97a14;
}

.section-products .item .desc {
    margin: 0 0 1.5rem 0;
    text-align: left;
}

.section-products .item .desc span {
    color: #f97a14;
    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: 1.5rem 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;
    border-radius: 2rem;
}

.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: #f97a14;
}

.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: #f97a14;
    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 */


/*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: #20409a;
    color: #111;
}

.progressbar li:after {
    width: 100%;
    height: 0.25rem;
    content: '';
    position: absolute;
    background-color: #21395c;
    top: 0.8rem;
    left: -50%;
    z-index: 0;
    margin-top: 4.85rem
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active:before {
    background: #ff9602;
}

.progressbar li.active+li:after {
    background-color: #ff9602;
}

.progressbar li.active+li:before {
    background-color: #ff9602;
}

.progressbar .color-step {
    color: #ff9602;
}


/* FORM GENERAL */

.form-wrap .input-wrap .input,
.loan-form-input {
    padding: 2.5rem 6rem;
    border: 1px solid #d7d7d7;
    border-radius: 1.5rem;
}
.loan-container .loan-form-input {
    background-color: #fff;
}

.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.8rem;
    font-weight: 700;
}

.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,
.loan-form-btn,
.cbtn {
    padding: 3rem;
    background: #f97a14;
    color: #fff;
    border-radius: 2rem;
    font-size: 1.8rem;
    font-weight: 700;
    transition: all ease 300ms;
    border: 0;
}
.cbtn.btn-big {
    font-size: 2.4rem;
}
.form-wrap .btn-custom:hover,
.loan-form-btn:hover,
.cbtn:hover {
    color: #fff;
    background: #d8680c;
    transform: scale(1.04);
}

.form-wrap .btn-custom:disabled,
.form-wrap .btn-custom[disabled],
.loan-form-btn:disabled,
.loan-form-btn[disabled],
.cbtn:disabled,
.cbtn[disabled] {
    background: #686868;
    cursor: default;
}
.form-wrap .btn-custom:hover:disabled,
.form-wrap .btn-custom:hover[disabled],
.loan-form-btn:hover:disabled,
.loan-form-btn:hover[disabled],
.cbtn:disabled:hover,
.cbtn:hover[disabled] {
    background: #5e5e5e;
}


.form-wrap input::-webkit-input-placeholder {
    color: #d7d7d7;
}

.form-wrap input:-ms-input-placeholder {
    color: #d7d7d7;
}

.form-wrap input::-ms-input-placeholder {
    color: #d7d7d7;
}

.form-wrap input::placeholder {
    color: #d7d7d7;
}

.form-wrap input:-ms-input-placeholder {
    color: #d7d7d7;
}

.form-wrap input::-ms-input-placeholder {
    color: #d7d7d7;
}


/* 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 {
    margin: 2rem 0 4rem 0;
    padding: 0 0 0 5.5rem;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
}

.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 {
    margin: 0 0 2rem 0;
    font-size: 5.5rem;
    font-weight: 700;
}

.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-size: 1.8rem;
    line-height: 1.8;
}

.page-form .form-wrap .section-steps-finance,
.page-form .form-wrap .section-pricing,
.page-form .form-wrap .section-steps,
.page-form .form-wrap .section-category,
.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-finance,
.page-form .form-wrap .section-pricing,
.page-form .form-wrap .section-steps,
.page-form .form-wrap .section-category,
.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;
}

@media (max-width: 991px) {
}
@media (max-width: 767px) {
    .page-form .form-wrap .section-payment {
        padding: 4rem 3rem;
    }
}

.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 .section-steps-finance .progress-bar-mobile {
    display: none;
}

.page-form .form-wrap .section-steps-finance .part {
    width: 25%;
    float: left;
    display: flex;
    align-items: center;
}

.page-form .form-wrap .section-steps-finance .progress-bar-desktop:after,
.page-form .form-wrap .section-steps-finance .part:after {
    content: '';
    display: block;
    clear: both;
}

.page-form .form-wrap .section-steps-finance .progress-bar-desktop {
    max-width: 1040px;
    margin: 0 auto;
}

.page-form .form-wrap .section-steps-finance .number-wrap,
.page-form .form-wrap .section-steps-finance .desc,
.page-form .form-wrap .section-steps-finance .icon-wrap {
    float: left;
}

.page-form .form-wrap .section-steps-finance .number-wrap {
    width: 25%;
}

.page-form .form-wrap .section-steps-finance .icon-wrap {
    width: 18%;
}

.page-form .form-wrap .section-steps-finance .desc {
    width: 62%;
    padding: 0 1.2rem;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
}

.page-form .form-wrap .section-steps-finance .number,
.page-form .form-wrap .section-steps-finance .icon {
    display: inline-block;
    width: 6rem;
    height: 6rem;
}

.page-form .form-wrap .section-steps-finance .icon {
    width: 2rem;
}

.page-form .form-wrap .section-steps-finance .part:last-of-type .icon {
    display: none;
}

.page-form .form-wrap .section-steps-finance .number {
    background: #f97a14;
    border: 4px solid #f97a14;
    border-radius: 100%;
    line-height: 5.2rem;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.page-form .form-wrap .section-steps-finance .part.active .number {
    background: #fff;
    color: #f97a14;
}

.page-form .form-wrap .section-steps-finance .icon {
    background: url(../images/icons/arrow.svg) left top 2.8rem no-repeat
}


.page-form .form-wrap .section-category .progress-bar-mobile {
    display: none;
}

.page-form .form-wrap .section-category .part {
    width: 25%;
    float: left;
    display: flex;
    align-items: center;
}

.page-form .form-wrap .section-category .progress-bar-desktop:after,
.page-form .form-wrap .section-category .part:after {
    content: '';
    display: block;
    clear: both;
}

.page-form .form-wrap .section-category .progress-bar-desktop {
    max-width: 1040px;
    margin: 0 auto;
}

.page-form .form-wrap .section-category .number-wrap,
.page-form .form-wrap .section-category .desc,
.page-form .form-wrap .section-category .icon-wrap {
    float: left;
}

.page-form .form-wrap .section-category .number-wrap {
    width: 25%;
}

.page-form .form-wrap .section-category .icon-wrap {
    width: 18%;
}

.page-form .form-wrap .section-category .desc {
    width: 62%;
    padding: 0 1.2rem;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
}

.page-form .form-wrap .section-category .number,
.page-form .form-wrap .section-category .icon {
    display: inline-block;
    width: 6rem;
    height: 6rem;
}

.page-form .form-wrap .section-category .icon {
    width: 2rem;
}

.page-form .form-wrap .section-category .part:last-of-type .icon {
    display: none;
}

.page-form .form-wrap .section-category .number {
    background: #f97a14;
    border: 4px solid #f97a14;
    border-radius: 100%;
    line-height: 5.2rem;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.page-form .form-wrap .section-category .part.active .number {
    background: #fff;
    color: #f97a14;
}

.page-form .form-wrap .section-category .icon {
    background: url(../images/icons/arrow.svg) left top 2.8rem no-repeat
}

.page-form .form-wrap .section-steps .progress-bar-mobile {
    display: none;
}

.page-form .form-wrap .section-steps .part {
    width: 25%;
    float: left;
    display: flex;
    align-items: center;
}

.page-form .form-wrap .section-steps .progress-bar-desktop:after,
.page-form .form-wrap .section-steps .part:after {
    content: '';
    display: block;
    clear: both;
}

.page-form .form-wrap .section-steps .progress-bar-desktop {
    max-width: 1040px;
    margin: 0 auto;
}

.page-form .form-wrap .section-steps .number-wrap,
.page-form .form-wrap .section-steps .desc,
.page-form .form-wrap .section-steps .icon-wrap {
    float: left;
}

.page-form .form-wrap .section-steps .number-wrap {
    width: 25%;
}

.page-form .form-wrap .section-steps .icon-wrap {
    width: 18%;
}

.page-form .form-wrap .section-steps .desc {
    width: 62%;
    padding: 0 1.2rem;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
}

.page-form .form-wrap .section-steps .number,
.page-form .form-wrap .section-steps .icon {
    display: inline-block;
    width: 6rem;
    height: 6rem;
}

.page-form .form-wrap .section-steps .icon {
    width: 2rem;
}

.page-form .form-wrap .section-steps .part:last-of-type .icon {
    display: none;
}

.page-form .form-wrap .section-steps .number {
    background: #f97a14;
    border: 4px solid #f97a14;
    border-radius: 100%;
    line-height: 5.2rem;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.page-form .form-wrap .section-steps .part.active .number {
    background: #fff;
    color: #f97a14;
}

.page-form .form-wrap .section-steps .icon {
    background: url(../images/icons/arrow.svg) left top 2.8rem no-repeat
}

.page-form .form-wrap .section-amount-period .content-wrap {
    margin: 0 auto;
    max-width: 860px;
}

.page-form .form-wrap .section-amount-period .item,
.page-form .form-wrap .section-amount-period .item .text,
.page-form .form-wrap .section-amount-period .item .value {
    border-radius: 4rem;
}

.page-form .form-wrap .section-amount-period .item {
    position: relative;
    overflow: hidden;
    height: 7.5rem;
    border: 1px solid #eeeeee;
    font-size: 1.8rem;
    font-weight: 700;
}

.page-form .form-wrap .section-amount-period .item .input {
    width: 50%;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    border: none;
    box-shadow: none;
    background: transparent;
}

.page-form .form-wrap .section-amount-period .item .input:focus {
    outline: none;
}

.page-form .form-wrap .section-amount-period .item .text,
.page-form .form-wrap .section-amount-period .item .value {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-form .form-wrap .section-amount-period .item .text {
    left: 0;
    background: #f8b138;
    text-align: center;
}

.page-form .form-wrap .section-amount-period .item .value {
    left: 50%;
}

.page-form .form-wrap .section-amount-period .item .text span {
    display: block;
    color: #fff;
}

.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,
.page-form .form-wrap .input-wrap label.error,
.page-form .form-wrap .input-radio-wrap .radio-label {
    padding: 0 0 0 2.5rem;
}

.page-form .form-wrap .input-wrap .label {
    display: inline-block;
    margin: 0 0 1.2rem 0;
}

.page-form .form-wrap .input-wrap .input,
.loan-form-input {
    width: 100%;
    font-size: 1.8rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left 1.2rem center;
    background-size: 4rem;
}

.page-form .form-wrap .input-wrap .input.input-name {
    background-image: url(../images/icons/user-2.svg);
}

.page-form .form-wrap .input-wrap .input.input-phone {
    background-image: url(../images/icons/mobile.svg);
}

.page-form .form-wrap .input-wrap .input.input-mail {
    background-image: url(../images/icons/email.svg);
}

.page-form .form-wrap .input-wrap .input.input-date {
    background-image: url(../images/icons/calendar.svg);
}

.page-form .form-wrap .input-wrap .input.input-city {
    background-image: url(../images/icons/city.svg);
}

.page-form .form-wrap .input-wrap .input.input-street {
    background-image: url(../images/icons/home.svg);
}

.page-form .form-wrap .input-wrap .input.input-house-nr {
    background-image: url(../images/icons/home.svg);
}

.page-form .form-wrap .input-wrap .input.input-region {
    background-image: url(../images/icons/home.svg);
}

.page-form .form-wrap .input-wrap .input.input-post-code {
    background-image: url(../images/icons/code.svg);
}

.page-form .form-wrap .input-wrap .input.input-house-ownership {
    background-image: url(../images/icons/user-2.svg);
}

.page-form .form-wrap .input-wrap .input:focus {
    outline: 1px solid #f97a14;
}

.page-form .form-wrap .input-wrap .input.error {
    outline: 1px solid #f00;
}

.page-form .form-wrap .section-submit {
    margin: 0 0 2rem 0;
    padding: 0;
}

.page-form .form-wrap .section-submit .box-submit,
.page-form .form-wrap .section-go-back .box-submit {
    max-width: 34rem;
    background: #f97a14;
}

.page-form .form-wrap .section-submit .box-submit {
    margin: 0 0 0 auto;
}

.page-form .form-wrap .section-go-back .box-submit {
    margin: 0 auto 0 0;
    background: #aaa;
}

.page-form .form-wrap .section-submit .box-submit button {
    background-image: url(../images/icons/expand-right-2.svg);
    background-size: 6rem;
    color: #242630;
}

.page-form .form-wrap .section-go-back .box-submit button {
    background-image: url(../images/icons/expand-left-2.svg);
    background-position: left 4.5rem center;
    text-align: right;
    padding: 5rem;
    padding-left: 9rem;
}

.page-form .form-wrap .section-submit .box-submit button span {
    display: block;
    color: #fff;
}

.page-form .form-wrap .section-checkboxes {
    padding: 3rem;
}

.page-form .form-wrap .section-checkboxes .form-checkbox-wrap {
    position: relative;
    margin: 0 0 1.5rem 0;
    font-size: 1.6rem;
    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 */

.page-wrap {
    padding: 0 0 6rem 0;
}

.page-wrap .heading-wrap {
    margin: 0 0 6rem 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: 2rem 2rem;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 400;
    color: #242630;
    background: transparent left 1.25rem center no-repeat;
    background-size: 3rem;
    border: 1px solid #d7d7d7;
    border-radius: 1.5rem;
}
.page-wrap .input-group-text {
    border-radius: 1.5rem;
}
.page-wrap #hosted-fields .input-group .form-control {
    margin-top: auto;
    margin-bottom: auto;
    width: min-content;
    padding: 6px 12px;
}
.page-wrap #hosted-fields iframe {
    height: 24px !important;
}
.page-wrap #hosted-fields #hf-number,
.page-wrap #hosted-fields #hf-date,
.page-wrap #hosted-fields #hf-cvv {
    height: 38px;
}

.page-wrap .form-group label {
    font-size: 1.6rem;
}

.page-wrap .form-control:focus {
    color: #111;
    outline: #f97a14 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-item.info-item-address {
    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/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 #f97a14;
    border-bottom: 1px solid #f97a14;
}

.section-faq .item {
    margin: 0 0 3rem 0;
    padding: 3rem 4rem 3rem 4.5rem;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 2rem;
    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%;
    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%;
}


/* MEDIA QUERIES */
@media (max-width: 1499px) {
    .navbar .navbar-nav {
        padding: 0 0 0 6rem;
    }
    .page-features .item-wrap {
        padding: 9rem 0;
    }
}
@media (max-width: 1399px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .navbar .navbar-nav {
        padding: 0 0 0 6rem;
    }
    .page-features .item-wrap {
        padding: 9rem 0;
    }
    .section-category .item .desc {
        text-align: center;
        font-weight: 700;
        font-size: 2.4rem;
    }
}

@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-pricing .heading {
        margin: 4rem 0 4rem;
    }
    .section-steps-finance {
        margin: 0;
    }
    .section-steps-finance .info-wrap {
        margin: 0 0 6rem 0;
    }
    .section-steps-finance .item {
        padding: 3rem 2.5rem;
    }
    .section-steps-finance .item-1,
    .section-steps-finance .item-4 {
        margin-top: -2.5rem;
    }
    .section-steps-finance .item .number {
        font-size: 5.2rem;
    }
    .section-steps-finance .item .icon {
        left: 0;
    }
    .section-steps-finance .item .icon img {
        width: 5rem;
    }
    .section-steps-finance .item .icon-1 {
        top: -1.8rem;
    }
    .section-steps-finance .item .icon-2 {
        width: 6rem;
        top: -2rem;
    }
    .section-steps-finance .item .icon-3 {
        top: -1.6rem;
    }
    .section-steps-finance .item .icon-4 {
        top: -1.2rem;
    }
    .section-category  {
        margin: 3rem 0;
    }
    .section-category .item {
    }
    .section-category .item-1,
    .section-category .item-4 {
    }
    .section-category .item .number {
        font-size: 5.2rem;
    }
    .section-category .item .icon {
    }
    .section-category .item .icon img {
        width: 6rem;
    }
    .section-category .item .icon-1 {
    }
    .section-category .item .icon-2 {
    }
    .section-category .item .icon-3 {
    }
    .section-category .item .icon-4 {
    }
    .section-category .item .desc {
        font-size: 2rem;
    }
    .section-steps {
        margin: 0;
    }
    .section-steps .info-wrap {
        margin: 0 0 6rem 0;
        padding: 0 10rem;
    }
    .section-steps .info-wrap p {
        font-size: 2.5rem;
    }
    .section-steps .item {
        padding: 3rem 2.5rem;
    }
    .section-steps .item .desc {
        font-size: 2rem;
    }
    .section-steps .item-1,
    .section-steps .item-4 {
    }
    .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: 2rem 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-cta .info-wrap {
        margin: 0 0 4rem 0;
    }
    .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: 4.5rem;
    }
    .page-features .item-wrap {
        padding: 4.5rem 0;
    }
}

@media (max-width: 991px) {
    .view-msf.site-wrap {
        background-position: top 20rem right;
        background-size: 60rem;
    }
    .bgp-2 {
        min-width: 50rem;
    }
    .site-header-wrap {
        background: #fff;
    }
    .site-header {
        margin-bottom: 5.5rem;
    }
    .navbar {
        text-align: center;
    }
    .navbar .nav-item.text-right {
        text-align: center;
    }
    .navbar-brand {
        margin-bottom: -6rem;
    }
    .navbar-brand img {
        z-index: 0;
        left: -4rem;
    }
    .navbar .navbar-nav {
        padding: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1.8rem 1rem;
    }
    .navbar .navbar-collapse {
        z-index: 1;
        margin: -3rem 0 0 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;
    }
    .page-form .form-wrap .heading-main-wrap {
        padding: 0;
    }
    .section-top {
        text-align: center;
    }
    .section-top .img-wrap {
        margin: 3rem auto 1.5rem auto;
        max-width: 36rem;
    }
    .section-category .dot {
        display: none;
    }
    .section-get-offer {
        padding: 3rem 0 0 0;
    }
    .section-get-offer .box {
        margin: 0 0 1.5rem 0;
        padding: 2.5rem;
        height: 16rem;
    }
    .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-finance .item {
        min-height: 30rem;
        height: auto;
        text-align: center;
    }
    .section-steps-finance .item-1,
    .section-steps-finance .item-4 {
        margin-top: 0;
    }
    .section-category .item {
        height: auto;
        text-align: center;
    }
    .section-category .item .icon img {
        width: 8rem;
    }
    .section-steps .info-wrap {
        margin: 0 0 6rem 0;
        padding: 0 5rem;
    }
    .section-category .item-1,
    .section-category .item-4 {
        margin-top: 0;
    }
    .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 {
        margin-top: 2rem;
    }
    .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) {
    .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-finance .item {
        min-height: 0;
    }
    .section-category .item {
        min-height: 0;
    }
    .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;
    }
}


/*** BLOG START ***/
.section-blog .heading-section {
    margin: 0 auto 1em auto ;
    font-size: 4.6rem;
    text-align: center;
}

.section-blog .section-blog-content {
    margin-top: 3em;
}

.section-blog .blog-category-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    font-weight: 600;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.section-blog .blog-category-list > li a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 1.2em 3em;
    color: #000000;
    font-size: 2rem;
}

.section-blog .blog-category-list > li a:hover {
    background: #FFFFFF;
    border-radius: 2.6em;
    box-shadow: 0 0 25px 0 #00000018;
    cursor: pointer;
}

.section-blog .blog-category-list .selected {
    background: #FFFFFF;
    border-radius: 2.6em;
    box-shadow: 0 0 25px 0 #00000018;
}

.load-posts-wrapper {
    text-align: center;
    margin: 2em 0 2em 0;
}

.load-posts-wrapper #loadPosts {
    padding: 1.25em 2em;
    font-size: 95%;
    font-weight: 700;
}

.load-posts-wrapper .load-posts-arrow {
    filter: brightness(0) saturate(100%) invert(21%) sepia(17%) saturate(7499%) hue-rotate(273deg) brightness(94%) contrast(90%);
}

@media (max-width: 1199px) {
    .blog-category-list {
        justify-content: space-evenly;
        gap: 0.2em 0;
    }

    .section-blog .heading-section {
        margin: 0 auto 0.5em auto;
    }

    .blog-category-list > li a {
        padding: 0.9em 2em;
    }
}



/** POST **/
.post {
    padding: 0;
    min-height: 420px;
    background: rgba(255, 255, 255, .8);
    border-radius: 30px;
    margin:10px;
}

.post:hover {
    background: #FFFFFF;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
}

.post .image-eye-icon {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 100%;
    left: 87%;
    background: #f97a14;
    color: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    height: 45px;
    width: 45px;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    transition: ease-in-out 300ms;
}

.post:hover .image-eye-icon {
    width: 50px;
    height: 50px;
    transition: ease-in-out 200ms;
}

.post .image-eye-icon object {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: ease-in-out 200ms;
}

.post:hover .image-eye-icon object {
    width: 37px;
    height: 37px;
}

.post .image {
    position: relative;
    border-radius: 30px;
    height: 240px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.post .title {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: normal;
    color: #000000;
}

.post .content {
    margin-top: 1em;
    padding: 0.5em 1em;
}

.post .content .category {
    font-size: 1.4rem;
    text-decoration: none;
    margin-bottom: 8px;
}

.post .content .bottom-wrapper {
    display: flex;
    align-items: center;
    font-size: 65%;
    color: #777777;
    line-height: 24px;
    margin-top: 1.5em;
}

.post .content .bottom-wrapper .calendar-icon {
    filter: brightness(0) saturate(100%) invert(21%) sepia(17%) saturate(7499%) hue-rotate(273deg) brightness(94%) contrast(90%);
    margin-right: 0.5em;
}


@media (max-width: 1199px) {
    .post .content {
        padding: 0 1em;
    }
}

.section-blog-content .pagination {
    padding: 30px 0;
}
.section-blog-content .pagination .elem {
    margin: 0 5px;
    padding: 1.2rem 2rem;
    border: 0;
}
.section-blog-content .pagination .elem.active {
    background-color: #282828;
    color: #fff;
}

/*** end post ***/

.section-page-heading.custom-image {
    padding: 0;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 320px;
}

.section-page-heading.custom-image:after {
    background: transparent;
}

.section-page-heading .heading-image-overlay {
    display: block;
    width: 100%;
    padding-top: 285px;
    height: 35px;
}

.section-page-heading .heading-image-overlay .overlay-left,.overlay-right  {
    display: inline-block;
    margin: 0;
    height: 35px;
    float: left;
    padding: 0;
    width: calc(50% - 62.5px);
    background: #FFFFFF;
}

.section-page-heading .heading-image-overlay .overlay-center {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    width: 125px;
    height: 35px;
}

.blog {
    margin-bottom: 60px;
}
.blog h1 {
    font-size: 5rem;
    margin-bottom: 5rem;
}

.blog h2 {
    font-size: 3.4rem;
    font-weight: bold;
    margin: 3rem 0 3rem 0;
}

.blog h3 {
    font-size: 2.6rem;
    padding: 3rem 0 1.8rem 0;
}

.blog .post-wrapper .featured-image {
    width: 100%;
    border-radius: 1em;
    position: relative;
}

.blog .post-wrapper .featured-image-eye-icon {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 100%;
    left: 90%;
    background: #f97a14;
    color: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    transition: ease-in-out 300ms;
}

.blog .post-wrapper .featured-image-eye-icon object {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    transition: ease-in-out 200ms;
}

.blog .post-wrapper .meta {
    margin-top: 2em;
    padding: 0 1em;
}

.blog .post-wrapper .content {
    padding: 0 1em;
}

.blog .post-wrapper .content-separator {
    margin: 1em 1em;
}

.blog .post-wrapper img {
    margin: 2rem 0;
}

.blog .post-wrapper iframe {
    margin: 2rem 0;
}

.blog .post-wrapper .meta .category {
    font-size: 1.8rem;
}

.blog .post-wrapper .meta .title {
    margin: 0.2em 0 0.8em 0;
    font-weight: 900;
}

.blog .post-wrapper .meta .published-at {
    display: flex;
    align-items: center;
    font-size: 80%;
    margin-top: 1em;
}

.blog .post-wrapper .meta .published-at .date{
    font-size: 80%;
    color: #777777;
    line-height: 25px;
    margin-left: 0.5em;
}

.blog .post-wrapper .meta .published-at .calendar-icon {
    filter: brightness(0) saturate(100%) invert(21%) sepia(17%) saturate(7499%) hue-rotate(273deg) brightness(94%) contrast(90%);
}

.blog .post-wrapper .share-btns {
    margin: 1.5em 0;
    text-align: right;
}

.blog .breadcrumbs {
    font-size: 85%;
    margin: 1em 0 0 0;
    padding: 0 1em;
}

.blog .breadcrumbs .category {
    font-weight: 700;
    color: #000000;
}
.blog .breadcrumbs .arrow {
    margin: 0 0.5em;
    filter: brightness(0) saturate(100%) invert(21%) sepia(17%) saturate(7499%) hue-rotate(273deg) brightness(94%) contrast(90%);
    transform: rotate(-90deg);
}

.blog .see-more {
    margin: 1em 0;
}

.blog .see-more .heading {
    margin: 2em 0.5em;
    font-size: 150%;
    font-weight: 700;
}

/*** SECTION BLOG SIDEBAR ***/
.blog-sidebar {
    width: 100%;
    border-radius: 1.5em;
    margin-bottom: 1em;
}

.blog-sidebar .section-recommended-articles .section-heading {
    padding: 1.7em 0;
    text-align: center;
}

.blog-sidebar .articles .recommended-post {
    display: flex;
    flex-direction: row;
    margin: 0;
    align-items: center;
    justify-content: left;
}

.blog-sidebar .articles .recommended-post:hover {
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    border-radius: 15px;
    text-decoration: none;
}

.blog-sidebar .articles .recommended-post .recommended-post-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px;
}

.blog-sidebar .section-recommended-articles .recommended-post-wrap .text {
    font-size: 1.8rem;
    line-height: 1.2;
    color: #000000;
    font-weight: 700;
    height: auto;
    margin: 0 1em 0 1.5em;
    overflow: hidden;
}

.blog-sidebar .section-recommended-articles .recommended-post-wrap .image {
    width: 75px;
    height: 75px;
    border-radius: 15px;
    position: center;
    object-fit: cover;
}

.blog-sidebar .section-recommended-articles .articles-wrap {
    margin: 0 0.5em;
}

.blog-sidebar .section-recommended-articles .articles {
    margin-top: 0.5em;
    margin-bottom: 2em;
}

.blog-sidebar .section-recommended-articles .articles .articles-separator {
    border-color: #FFFFFF;
}

@media (max-width: 1199px) {
    .blog-sidebar {
        margin-top: 2em;
    }
}

/*** SECTION BLOG SIDEBAR END ***/