

html,
body {
    width: 100%;
}

body {
    border: none;
    font-family: 'Gabarito';
    font-weight: 400;
}

select,
input,
textarea,
button,
li {
    font-family: 'Gabarito';
    border: none;
}

button {
    cursor: pointer;
    transition: 0.4s;
}

h2 {
    font-size: 35px;
}

strong {
    font-weight: 600;
}

p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

a {
    text-decoration: none;
    display: inline-block;
    transition: 0.4s;
}


a.btn-underline {
    position: relative;
    font-size: 20px;
}

a.btn-underline span {
    position: relative;
    z-index: 1;
}

a.btn-underline span.line {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -4px;
    z-index: 0;
    transition: 0.3s;
}

a.btn-underline:hover span.line {
    height: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    border: none;
}

.wrapper {
    width: 100%;
    max-width: 1300px;
    height: 100%;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
}

.overflow-hiden {
    overflow: hidden;
}

/* header section */

header .top-head {
    position: fixed;
    top: -1px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
    z-index: 1000;
    transition: 0.4s;
}

header .top-head .main-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .top-head nav.menu-desk ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .top-head nav.menu-desk ul li {
    margin: 0 25px;
}

header .top-head nav.menu-desk ul li:first-child {
    margin-left: 0;
}

header .top-head nav.menu-desk ul li:last-child {
    margin-right: 0;
}

.home header {
    padding: 200px 0 300px;
}
header .top-head nav.menu-desk ul li a {
    font-size: 14px;
    font-weight: 600;
}

header .top-head .logo-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .top-head .logo-box .logo {
    margin: 0 20px 0 0;
}

.scroll-nav {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

/* mobile menu */

.hum {
    display: none;
    justify-content: space-between;
    align-items: center;
    flex-flow: column nowrap;
    width: 60px;
    margin-left: auto;
    height: 42px;
    cursor: pointer;
    z-index: 1001;
}

header .top-head .mobile-menu a.get-btn {
    display: inline-block;
    text-transform: uppercase;
    width: 85%;
}

.hum span {
    width: 100%;
    height: 10px;
    background: #fff;
    position: relative;
    top: 0;
    transition: 0.4s;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: -5px;
    left: -2.5%;
    width: 105%;
    text-align: center;
    padding: 80px 0 20px;
    overflow-y: auto;
    height: calc( 100vh + 10px);
}

.mobile-menu a {
    color: #fff;
    font-size: 20px;
    margin: 20px 0;
}
.mobile-menu ul {
    height: 100%;
    overflow: auto;
}
.hum.in span {
    background: #fff !important;
}

.hum.in span:nth-child(2) {
    display: none;
}

.hum.in span:first-child {
    transform: rotate(45deg);
    top: 16px;
}

.hum.in span:last-child {
    transform: rotate(-45deg);
    top: -16px;
}

/* style form */

.box-main-header .col-left {
    width: 55%;
}

.box-main-header>img {
    display: none;
}

.box-preform {
    width: 100%;
    padding: 30px 0;
    -webkit-box-shadow: 0px 13px 70px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 13px 70px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 13px 70px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    border-radius: 7px;
}

.box-preform .step-1 {
    padding: 0 30px 0 30px;
}

.box-preform .step-2 {
    padding: 0 20px;
}

.box-main-header .h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    margin: 0 0 40px;
}

.box-main-header p.text-title {
    width: 70%;
    margin: 40px 0 60px;
}

form.preform .select-box {
    width: 55%;
    position: relative;
}
button[data-tab="#next-step"], button[data-tab="#next-step-mid"], button[data-tab="#next-step-bot"] {
    width: 40%;
}
form.preform .select-box .prev-btn,
form.preform .select-box .next-btn {
    position: absolute;
    top: -4px;
    cursor: pointer;
}

form.preform .select-box .prev-btn {
    left: -50px;
}

form.preform .select-box .next-btn {
    right: -50px;
}

form.preform .select-box select {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath fill='%233A3D3F' fill-rule='nonzero' d='M4.5 8L0 0h9L4.5 8z'/%3E%3C/svg%3E") no-repeat right center;
    background-size: 30px;
    border: 1px solid #3A3D3F;
    padding: 0 30px;
    font-weight: 600;
    border-radius: 5px;
    width: 100%;
    height: 70px;
    font-size: 22px;
    color: #3A3D3F;
}

form.preform .select-box .result {
    position: absolute;
    bottom: 60px;
    left: calc(50% - 70px);
    background: #46735c;
    color: #fff;
    font: 28px 'Gabarito';
    text-align: center;
    font-weight: 600;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 52px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 13px 13px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 13px 13px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 13px 13px 0px rgba(0, 0, 0, 0.4);
}

form.preform .select-box .result:before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 20px;
    background: #46735c;
    background-size: contain;
    transform: rotate(45deg);
    border-radius: 5px;
    -webkit-box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.1);
}

form.preform .container-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

form.preform .money_box {
    position: relative;
    height: 28px;
}

form.preform .btn-next {
    border-radius: 50%;
    border: none;
    cursor: pointer;
    text-align: left;
    background: #475a7d;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 75px;
    min-height: 75px;
    width: 75px;
    height: 75px;
    margin-left: 5rem;
    position: relative;
    font-size: 24px;
    font-weight: 600;
}

form.preform .btn-next:hover {
    background: #de684e;
}

form.preform .btn-next span {
    display: flex;
    align-items: center;
    justify-content: center;
}

form.preform input {
    width: 100%;
    height: 70px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #475a7d;
    border-radius: 5px;
}

form.preform .ui-widget-content {
    height: 14px;
    border-radius: 20px;
    background: #e6d5cf;
    border: none;
}


form.preform .ui-slider-handle,
form.preform .ui-slider-horizontal .ui-slider-handle,
form.preform .ui-slider .ui-slider-handle {
    margin-left: 0;
    top: 6px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #46735c;
    border: 2px solid #fff;
}

form.preform .ui-slider .ui-slider-range {
    background: #46735c;
}

/* help section */

.help-section {
    text-align: center;
}

p.text-title {
    width: 70%;
    margin: 30px auto 80px;
}

.box-step {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.box-step .slide {
    max-height: 300px;
}

.box-step .step {
    width: 325px;
    height: 100%;
    -webkit-box-shadow: 5px 15px 32px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 5px 15px 32px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 5px 15px 32px 0px rgba(0, 0, 0, 0.23);
    border-radius: 24px;
    overflow: hidden;
    padding: 80px 35px 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column nowrap;
    position: relative;
    background: #fff;
}

.box-step .step .number {
    position: absolute;
    top: -90px;
    left: -90px;
    color: #fff;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    font-size: 44px;
    font-weight: 600;
}

.box-step .step .number span {
    position: absolute;
    bottom: 30px;
    right: 42px;
}

.box-step .step .img {
    min-height: 95px;
}

.box-step .step h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.box-step .step p {
    font-size: 17px;
    max-width: 100%;
}

/* my loans section */

.my-loans-section {
    position: relative;
    padding: 100px 0 0;
}

.my-loans-section .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 50px 120px;
}

.my-loans-section .col-left,
.my-loans-section .col-right {
    width: 50%;
    flex: 0 0 50%;
}

.my-loans-section .col-right {
    padding-left: 50px;
}

.my-loans-section .col-right p {
    margin: 40px 0;
}

.my-loans-section .custom-img {
    position: absolute;
    top: -150px;
    left: 0;
    z-index: 0;
}

/* middle preform */

.bot-preform {
    position: relative;
    z-index: 1;
}

.mid-preform h2,
.bot-preform h2 {
    font-size: 38px;
}

.mid-preform .wrapper,
.bot-preform .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mid-preform .box-preform,
.bot-preform .box-preform {
    width: 660px;
    margin-left: 30px;
}

.mid-preform form.preform .container-btn {
    margin: 0;
}

/* bottom preform */

.bot-preform {
    padding: 50px 0;
}

/* trusted section */

.trusted-section {
    padding: 160px 0 70px;
    text-align: center;
}

.trusted-section p.text-title {
    width: 55%;
}

.trusted-section .box-trust {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.trusted-section .box-trust .slide:nth-child(2) {
    margin: 0 80px;
}

.trusted-section .box-trust .trust {
    display: block;
    margin: 0 auto;
    width: 270px;
    min-width: 270px;
    height: 100%;
    text-align: left;
    -webkit-box-shadow: 0px 0px 54px 0px rgba(130, 128, 224, 0.2);
    -moz-box-shadow: 0px 0px 54px 0px rgba(130, 128, 224, 0.2);
    box-shadow: 0px 0px 54px 0px rgba(130, 128, 224, 0.2);
    padding: 30px 30px 50px;
    transition: 0.4s;
}

.trusted-section .box-trust .trust .img {
    width: 70px;
    height: 72px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.trusted-section .box-trust .trust h3,
.trusted-section .box-trust .trust p,
.trusted-section .box-trust .trust .img {
    transition: 0.4s;
}

.trusted-section .box-trust .trust h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0 20px;
}

.trusted-section .box-trust .trust p {
    font-size: 17px;
}

.trusted-section .box-trust .trust a {
    margin-top: 20px;
    font-size: 18px;
}

/* what loan section */

.what-loan-section {
    position: relative;
}

.what-loan-section .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 120px 50px;
}

.what-loan-section .col-left,
.what-loan-section .col-right {
    width: 50%;
    flex: 0 0 50%;
}

.what-loan-section .col-left {
    padding-right: 80px;
}

.what-loan-section .col-left p {
    margin-top: 40px;
}

.what-loan-section .custom-img {
    position: absolute;
    bottom: -50%;
    right: 0;
    z-index: 0;
}

/* footer */

footer {
    position: relative;
    padding: 0 0 25px;
    z-index: 1;
}

.page footer {
    margin-top: 0;
}

footer .footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
}

footer .footer-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer-nav li {
    margin-left: 40px;
}

footer .footer-nav ul li a {
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 2px;
}

footer .material h3,
footer .material p {
    color: #fff;
}

footer .material h3 {
    font-size: 34px;
}

footer .material p {
    font-size: 17px;
    margin: 30px 0;
}

footer .material .table {
    width: 900px;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}

footer .material .table .tr {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-top: 1px solid #ffffff;
}

footer .material .table .tr .td {
    width: 20%;
    padding: 10px;
    border-right: 1px solid #ffffff;
}

footer strong {
    font-weight: 600;
}

footer strong.title {
    display: block;
}

footer .box-copyright p {
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
    margin: 60px 0 0;
}

/* ---------------------------------------------
------------------- ALL PAGE -------------------
------------------------------------------------ */

.page header {
    padding-top: 80px;
}

header .title-box {
    text-align: center;
    padding: 80px 0;
}

header .title-box h1 {
    font-size: 38px;
}

.page header .top-head {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}


/* ---------------------------------------------
------------------ PAGE WORKS ------------------
------------------------------------------------ */

.works .help-section {
    padding: 80px 0;
}

.works .help-section .box-step {
    margin: 50px 0 50px;
}


/* ---------------------------------------------
------------------ PAGE TERMS ------------------
------------------------------------------------ */

.terms-section {
    padding: 80px 0;
}

.terms-section h1 {
    font-size: 28px;
    margin-bottom: 40px;
}

.terms-section p,
.terms-section li {
    font-size: 14px;
    line-height: 1.3;
}

.terms-section p {
    margin: 20px 0;
}

.terms-section li {
    position: relative;
    padding-left: 30px;
}

.terms-section li:before {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    left: 10px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
}

.terms-section a {
    font-weight: 600
}

.terms-section a:hover {
    border-bottom-color: transparent;
}

/* ---------------------------------------------
------------------- PAGE FAQ- ------------------
------------------------------------------------ */

.faq-section {
    padding: 80px 0;
}

.faq-section .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.faq-section .col-right {
    width: 290px;
    min-width: 290px;
    margin-left: 50px;
}

.box-info-section {
    display: inline-block;
    background: #fff;
    padding: 25px 40px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

.box-info-section h3 {
    font-size: 20px;
    margin-top: 25px;
}

.box-info-section p {
    font-size: 17px;
    margin: 25px 0;
}
.faq .wrapper {
    max-width: 1400px;
}

/* accordeon */

.box-acc {
    position: relative;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

.ac-head {
    position: relative;
    cursor: pointer;
    padding: 25px 80px 25px 40px;
}

.ac-head:after {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: 40px;
    display: inline-block;
    width: 14px;
    height: 17px;
    background: url(../img/arrow-accordion.png) no-repeat center;
    background-size: contain;
    transition: 0.4s;
}

.ac-head.in:after {
    transform: rotate(90deg);
}

.ac-body {
    display: none;
    background: #fff;
    padding: 0 40px 25px;
    border-radius: 20px;
}

.ac-head h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.ac-body p {
    margin: 15px 0;
}

.ac-body p:first-child,
.ac-body p:last-child {
    margin: 0;
}
.ac-body ul {
    list-style: disc;
    padding-left: 16px;
}
.ac-body li,
.ac-body p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
}

.list-accord li {
    padding-left: 30px;
    position: relative;
}

.list-accord li:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/checkmark.png) no-repeat center;
    background-size: contain;
}


/* -------------------------------------------------
------------------- PAGE CONTACT -------------------
---------------------------------------------------- */

.contact-section {
    padding: 80px 0;
}

.contact .wrapper {
    max-width: 1400px;
}

.contact-section .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-section .col-left {
    width: 100%;
    padding: 30px 40px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

.contact-section .col-right {
    width: 290px;
    min-width: 290px;
    margin-left: 50px;
}

.contact-section .col-left h2 {
    font-size: 18px;
}

.contact-section .col-left>p {
    font-size: 14px;
    margin: 25px 0 10px;
}

.contact-section .col-left a.btn-underline {
    font-size: 14px;
}

/* style form */

.contact-section .flex-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-section .info-block {
    width: 320px;
    min-width: 320px;
    margin-left: 30px;
    padding-top: 30px;
}

.contact-section .form-block {
    position: relative;
    padding-top: 30px;
}

.contact-section .form-block p.form-req {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: 600;
    color: #383838;
}

.contact-section .form-block .box-field input,
.contact-section .form-block .box-field textarea {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 10px;
    resize: none;
    margin-bottom: 40px;
    color: #383838;
}

.contact-section .form-block .box-field textarea {
    height: 160px;
}
.contact-section p.desc {
    color: #46735c;
    font-size: 24px;
}
.contact-section .form-block .box-submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-section .form-block .get-btn {
    width: 170px;
    height: 55px;
    padding: 0;
}

.contact-section .info-block p {
    font-size: 14px;
    font-weight: 600;
}

.contact-section .info-block p a {
    margin-bottom: 15px;
}

.contact-section .info-block iframe {
    width: 100%;
    height: 500px;
    margin-top: 20px;
}

.contact-section .box-captcha {
    position: relative;
}

.contact-section .col-left a.btn-underline span.line {
    bottom: 1px;
}

/* form error */

.feed_contact input.error,
.feed_contact textarea.error,
.error {
    border-color: #ef3e41 !important;
}

.feedCaptcha-error {
    color: #ef3e41;
    font-size: 12px;
    position: absolute;
    left: 5px;
    bottom: -15px;
}

.pos-rel {
    width: 70%;
    position: relative;
}

p.text-req {
    font-size: 16px !important;
    font-weight: normal;
    color: #ef3e41 !important;
    position: absolute;
    left: 5px;
    bottom: -25px;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left;
}

.modal p.text-req {
    font-size: 12px !important;
    bottom: -20px;
}
.backToTop {
    width: 30px;
    height: 30px;
    background-color: #fc9935;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 407.436 407.436' style='enable-background:new 0 0 407.436 407.436;' xml:space='preserve'%3E%3Cpolygon points='203.718,91.567 0,294.621 21.179,315.869 203.718,133.924 386.258,315.869 407.436,294.621 '/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    background-size:15px;
    background-repeat: no-repeat;
    background-position: center 46%;
    cursor:pointer;
}

/* animation */

@keyframes modal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#omForm.omForm .om_subhead,
#omForm.omForm .om_full_step_colored_bg {
    background: #475a7d;
}
#omForm.omForm .om_full_step_colored_bg .omError-span {
    color: #ff97a6;
}
.none-get-btn {
    display: none !important;
}

.navigate-fix-top {
    position: absolute !important;
}
