@font-face {
    font-family: "poppinslight";
    src:
        url("../fonts/poppins-light-webfont.woff2") format("woff2"),
        url("../fonts/poppins-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppinsmedium";
    src:
        url("../fonts/poppins-medium-webfont.woff2") format("woff2"),
        url("../fonts/poppins-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppinsregular";
    src:
        url("../fonts/poppins-regular-webfont.woff2") format("woff2"),
        url("../fonts/poppins-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppinssemibold";
    src:
        url("../fonts/poppins-semibold-webfont.woff2") format("woff2"),
        url("../fonts/poppins-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppinsbold";
    src:
        url("../fonts/poppins-bold-webfont.woff2") format("woff2"),
        url("../fonts/poppins-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "formula_condensedbold";
    src:
        url("../fonts/formulacondensed-bold-webfont.woff2") format("woff2"),
        url("../fonts/formulacondensed-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "formula_condensedlight";
    src:
        url("../fonts/formulacondensed-light-webfont.woff2") format("woff2"),
        url("../fonts/formulacondensed-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "poppinsmedium", Helvetica, Arial, Sans-Serif;
    font-size: 18px;
    color: rgba(9, 9, 10, 0.6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: block;
    background-color: #eff1f6;
}

h1,
h2 {
    font-family: "formula_condensedbold", Helvetica, Arial, Sans-Serif;
    color: #212129;
    letter-spacing: 5px;
}

h2 {
    font-family: "formula_condensedbold", Helvetica, Arial, Sans-Serif;
    font-size: 45px;
    letter-spacing: 0.01em;
    line-height: 45px;
    color: #09090a;
    letter-spacing: 2px;
}

h2,
h3 {
    letter-spacing: 3px;
}

p {
    font-family: "poppinsmedium", Helvetica, Arial, Sans-Serif;
    font-size: 18px;
    color: rgba(9, 9, 10, 0.6);
    line-height: 28px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.inline-block {
    display: inline-block;
    width: 100%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-center {
    display: block;
    margin: 0 auto;
    float: none;
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

button:focus {
    outline: none;
}

a {
    text-decoration: none;
}

.wf-box {
    height: 200px;
    width: 100%;
}

/* navigation menu */

.section__header {
    background-color: transparent;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 0px rgba(13, 49, 60, 0);
    transition: all 0.3s ease;
}

.section__header .container {
    padding: 0;
}

.fixed-top {
    background-color: #eff1f6;
    box-shadow: 0px 2px 4px rgba(13, 49, 60, 0.04);
}

.logosec,
.site-logo {
    max-width: 110px;
    padding: 0;
    z-index: 9;
}

.site-nav {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 43px;
    position: relative;
}

.pr-nav {
    list-style-type: none;
    padding-left: 0px;
}

.pr-nav li {
    display: inline-block;
}

.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    align-items: center;
    z-index: 9;
    position: relative;
}

.navbar .menu-item {
    margin: 0 7px;
    padding: 6px 15px;
}

.navbar .menu-item:last-child {
    margin: 0 0 0 10px;
    padding: 6px 0;
}

.navbar .menu-item:nth-last-child(2) {
    padding-right: 0;
    margin-right: 0;
}

.navbar .menu-item a {
    font-family: sofia-pro, sans-serif !important;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #09090a;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
}

.land-brok-nav a {
    background-color: transparent;
    color: #0d313c;
    border-radius: 50px;
    padding: 0 24px 7px;
    border: 2px solid #0d313c;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    box-sizing: content-box;
    font-family: sofia-pro, sans-serif !important;
    font-weight: 700;
    font-style: normal;
}

_::-webkit-full-page-media,
_:future,
:root .land-brok-nav a {
    padding: 0px 24px 7px !important;
    height: 33px !important;
}
.bodymac .land-brok-nav a {
    height: 35px;
    padding: 0px 24px 5px;
}

/*_::-webkit-full-page-media, _:future, :root .land-brok-nav a {

  padding: 2px 24px 0px;

}
.land-brok-nav a{
  background-color: #EFF1F6;
  color: #0D313C;
  border-radius: 50px;
  box-sizing: content-box;
  height: 44px;
  line-height: 44px;
  padding: 0 24px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;

}
.land-brok-nav a:before{
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: #0D313C;
    z-index: -1;
    border-radius: 24px;
}
.land-brok-nav a:after{
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 24px;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    filter: blur(6px);
    opacity: 0.8;
}*/

.land-brok-nav a:hover {
    background-color: #09090a;
    color: #fff !important;
}
.navbar li .log-out-link {
    border-radius: 50px;
    padding: 10px 24px;
    background: #0045ff;
    display: flex;
    color: #fff;
}
.log-out-link:hover {
    background: #0d313c;
    color: #fff !important;
}
.log-out-link img {
    margin-left: 15px;
}

.navbar .menu-item.current-menu-item > a,
.navbar .menu-item a:hover {
    color: #0045ff;
}

.overlay-menu {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(33 33 41);
    overflow-y: hidden;
    transition: all 0.3s ease;
    z-index: 999999;
}

.ov-memu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
}

.overlay-nav {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 40px 20px 0;
    margin: 0;
    /*height: 100%;*/
}

.overlay-nav li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.overlay-nav > li {
    margin-bottom: 25px;
}

.overlay-nav .menu-item {
    font-family: "poppinssemibold", Helvetica, Arial, Sans-Serif;
    font-size: 24px;
    color: #09090a;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.ov-memu-body {
    height: calc(100vh - 100px);
    overflow: auto;
}
ul.overlay-nav li a {
    font-family: "formula_condensedbold", Helvetica, Arial, sans-serif;
    color: #fff;
    letter-spacing: 1px;
}
.overlay-nav li.land-brok-nav a {
    padding: 5px 24px 7px;
}
ul.overlay-nav li.current-menu-item a {
    border-bottom: 2px solid blue;
}
.overlay-nav button.btn-transperent.btn-mobile-menu svg rect {
    fill: #fff;
}

.sub-meu {
    width: 100%;
    padding: 0 0 0 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.sub-meu.open {
    max-height: 100vh;
    padding: 15px 0 0;
}

.sub-meu li {
    margin-bottom: 14px;
}

.sub-meu .menu-item {
    font-size: 18px;
    line-height: 26px;
    color: #060606;
}

.menu-parent-item .toggle-submenu {
    transform: rotate(0);
    transition: all 0.3s ease;
}

.menu-parent-item.btn-open .toggle-submenu {
    transform: rotate(45deg);
}

.nav-contact-link-mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-toogle-btn {
    display: none;
}

.nav-item-withsub {
    position: relative;
    padding: 25px 20px 25px 0;
}

.nav-item-withsub:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nav-item-withsub:hover:after {
    color: #008383;
}

.menu-sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 0;
    z-index: 1;
    display: flex;
    min-width: 270px;
    transition: all 0.3s ease;
    background-color: #ccc;
    flex-direction: column;
    transform: translateX(-50%);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    display: none;
    z-index: 2;
}

.menu-sub-menu:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: skew(20deg, -45deg) rotate(168deg);
}

.nav-item-withsub:hover .menu-sub-menu {
    display: block;
}

.menu-sub-menu li {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;

    z-index: 1;
    background-color: #fff;
    position: relative;
}

.menu-sub-menu li:not(:last-child) {
    border-bottom: 1px solid #e9dacc;
}

.menu-sub-menu li .menu-item {
    padding: 12px 30px;
    transition: all 0.3s ease;
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
}

.menu-sub-menu li .menu-item:hover {
    background-color: transparent;
    color: #005f6f;
    background-color: rgb(234 219 205 / 0.3);
    text-decoration: none;
}

.section__mainbanner {
    padding: 90px 0 0;
}

.main-banner-content {
    max-width: 530px;
    position: relative;
    z-index: 99999;
    padding-top: 75px;
}
.site-logo a {
    position: relative;
    z-index: 999;
    line-height: 0;
    display: block;
}
.main-banner-content h1 {
    font-size: 88px;
    line-height: 88px;
    text-transform: uppercase;
    margin: 0 0 24px 0;
    letter-spacing: 7px;
}
.main-banner-content h1 strong,
.title strong {
    color: #0045ff;
    font-size: 1.127em;
    font-family: "poppinsmedium";
    margin-left: -5px;
    letter-spacing: 0px;
}
.main-banner-content h1 strong:last-child,
.title strong:last-child {
    letter-spacing: 5px;
    margin-left: -10px;
}
.main-banner-content p {
    font-family: "poppinsregular", Helvetica, Arial, Sans-Serif;
    font-size: 18px;
    line-height: 26px;
    color: #6d6d72;
    margin: 0 0 25px 0;
}

.btn {
    background: transparent;
    border: none;
    padding: 11px 24px 13px;
    font-family: "poppinssemibold", Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    border-radius: 35px;
    display: inline-block;
}

.btn-blue {
    background-color: #0045ff;
    color: #fff;
    font-family: sofia-pro, sans-serif !important;
    font-weight: 700;
    font-style: normal;
}
.btn-blue:hover {
    background-color: #09090a;
    color: #fff;
}
.btn-transperent {
    background-color: transparent;
    border: none;
    padding: 0;
}

.inquiry-btn {
    display: inline-flex;
    align-items: center;
    font-family: sofia-pro, sans-serif !important;
    font-weight: 700;
    font-style: normal;
}

.inquiry-btn img {
    margin-right: 10px;
}

.ratings {
    margin: 0 0 0 25px;
}

.ratings .ratings-star {
    margin: 0 0 6px 0;
}

.ratings p {
    font-family: "poppinsregular", Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #09090a;
}

.ratings-star span i {
    color: #ffbe00;
}

.section__mainservices {
    padding: 90px 0 0px;
}

.services-item {
    margin-bottom: 30px;
}
.services-item img {
    min-height: 55px;
}
.services-item h5 {
    font-family: "poppinssemibold", Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #212129;
    margin: 15px 0 30px 0;
}

.services-item p {
    font-family: "poppinsregular", Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #6d6d72;
    margin: 0;
}

.section__zolvediff {
    background-color: #fff;
    position: relative;
    padding: 175px 0 100px;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}

.zolvediff-img {
    position: absolute;
    height: 80%;
    width: 40%;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    background-position: bottom left;
    bottom: 0;
}

.section__zolvediff:before,
.section__zolvediff:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    background-image: url(../images/key-sucess-before.svg);
}

.section__zolvediff:before {
    background-image: url(../images/key-sucess-before.svg);
    background-position: top center;
    top: 0;
    background-size: 100%;
}

.section__zolvediff:after {
    background-image: url(../images/key-sucess-after.svg);
    background-position: bottom center;
    bottom: 0;
}

.zolvediffcontent-wrper {
    position: relative;
}

.zolvediffcontent-wrper:before {
    content: "";
    position: absolute;
    top: -30%;
    left: 50%;
    height: 370px;
    width: 370px;
    border-radius: 100%;
    border: 70px solid #eff1f6;
    transform: translate(-50%, -50%);
}

.zolvediffcontent-wrper .container {
    max-width: 1000px;
}

.sucess-key-item-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.sucess-key-item {
    flex: 0 0 50%;
    margin: 0 0 30px 0;
}
.home .sucess-key-item {
    margin: 0 0 50px 0;
}
.sucess-key-item h5 {
    font-family: "poppinssemibold", Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #09090a;
    margin: 0 0 15px 0;
    padding-left: 12px;
    position: relative;
}

.sucess-key-item h5:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 2px;
    height: 22px;
    background-color: #0045ff;
}

.sucess-key-item p {
    font-family: "poppinsregular", Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #6d6d72;
    margin: 0;
}

.section__choseloan {
    padding: 60px 0;
}

.section__choseloan h2 {
    text-align: center;
    margin: 0 0 40px 0;
    text-transform: uppercase;
}

.loan-row .column {
    margin: 0 0 30px 0;
}

.loan-item {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 12px 24px rgba(0, 69, 255, 0.11);
    padding: 30px;
    height: 100%;
}

.loan-item h5 {
    font-family: "poppinssemibold", Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #09090a;
    margin: 0 0 16px 0;
}

.loan-item p {
    font-family: "poppinsregular", Helvetica, Arial, Sans-Serif;
    margin: 0 0 25px 0;
    font-size: 16px;
    line-height: 24px;
    color: #b9b9c4;
}

.section__choseloan .loan-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section__choseloan .loan-item .inquiry-btn {
    margin-top: auto;
}

.loan-item-blue {
    background-image: url("../images/blue-loan-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 12px 24px rgba(0, 69, 255, 0.11);
    display: flex;
    align-items: center;
}

.loan-blue-content {
    max-width: 260px;
}

.loan-item-blue h4 {
    font-family: "poppinsbold", Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 28px;
    letter-spacing: 0.02em;
    line-height: 35px;
    color: #fff;
    margin: 0 0 12px 0;
}

.loan-item-blue p {
    font-family: "poppinsregular", Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #dbdbdb;
}

.discover-btn {
    /*font-family: IBMPlexSans-SemiBold;*/
    font-family: "poppinssemibold", Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #0045ff;
    position: relative;
    display: inline-block;
    padding: 0 25px 0 0;
}

.discover-btn:after {
    content: "";
    background-image: url("../images/discover-arrow.svg");
    height: 18px;
    width: 18px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
}

.btn-black-line {
    background-color: transparent;
    border: 2px solid #09090a;
    color: #fff;
    font-family: sofia-pro, sans-serif !important;
    padding: 10px 24px 14px;
}
.btn-black-line:hover {
    background: #09090a;
}

.our-process-header {
    max-width: 600px;
    margin: 0 auto 20px;
    text-align: center;
}
.our-process-header h2 {
    margin-bottom: 0;
}
.our-process-header p {
    font-family: "poppinsregular", Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #6d6d72;
    margin: 0;
}

.single-post-item {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 12px 24px rgba(0, 69, 255, 0.11);
    padding: 30px;
    display: flex;
}

.single-post-img {
    flex: 0 0 160px;
    height: 160px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single-post-cont {
    padding-left: 25px;
}

.cat-tag {
    font-family: "poppinsmedium", Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 10px;
    line-height: 22px;
    color: #0045ff;
    border-radius: 11px;
    background: rgba(0, 69, 255, 10%);
    display: inline-block;
    padding: 2px 6px;
    /*opacity: 0.1;*/
}

.single-post-item h5 {
    font-family: "poppinssemibold", Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #212129;
    margin: 10px 0 15px 0;
}
/*   Faq section*/
.section__faq {
    position: relative;
    /*max-width: 1420px;*/
    margin: 0 auto 55px;
}
.section__faq:before {
    content: "";
    position: absolute;
    top: 55px;
    bottom: 0px;
    right: 0;
    left: 0;
    background: url(../images/faq.svg);
    background-repeat: no-repeat;
    background-position: right top;
}
.faq-tabs {
    overflow: hidden;
    max-width: 752px;
    margin: 0 auto;
    padding: 20px;
}

.tab {
    width: 100%;
    overflow: hidden;
    margin: 8px 0;
    box-shadow: 0px 12px 24px rgba(0, 69, 255, 0.11);
    border-radius: 6px;
    background: #fff;
}

.faq-header {
    padding: 50px 0 20px;
}

.faq-header h3 {
    letter-spacing: 0.01em;
    margin: 0;
    font-family: "poppinssemibold";
    font-size: 20px;
    line-height: 28px;
    color: #212129;
}

.tab-label {
    letter-spacing: 0.01em;
    display: flex;
    justify-content: space-between;
    padding: 22px 30px;
    position: relative;
    font-family: "poppinsregular";
    font-size: 16px;
    line-height: 24px;
    color: #212129;
    cursor: pointer;
}
.tab-content p:first-child {
    margin-top: 0;
}
.tab-content p {
    font-size: 16px;
    line-height: 24px;
    color: #6d6d72;
    font-family: "poppinsregular";
}
.tab-content ul li {
    font-size: 16px;
    line-height: 24px;
    color: #6d6d72;
    font-family: "poppinsregular";
    padding: 5px 0px;
}
.tab-label::after {
    content: "";
    background-image: url("../images/arrow.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 27px;
}

.tab-content {
    max-height: 0;
    padding: 0 30px;
    color: #2c3e50;
    background: white;
    transition: all 0.35s;
    overflow: hidden;
}

.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}

.tab-close:hover {
    background: #1a252f;
}

.faq-tabs input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.faq-tabs input:checked + .tab-label {
    border-bottom: 1px solid #979797;
}

.faq-tabs input:checked + .tab-label::after {
    transform: translateY(-50%) rotate(180deg);
}

.faq-tabs input:checked ~ .tab-content {
    max-height: inherit;
    padding: 20px 30px;
}

/*   Modal section   */

.modale:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.opened:before {
    display: block;
}

.opened .modal-dialog {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
}

.modal-dialog {
    background: #fefefe;
    border: #333333 solid 0px;
    border-radius: 5px;
    /*margin-left: -200px;*/
    text-align: center;
    position: fixed;
    left: 50%;
    top: -100%;
    z-index: 11;
    width: 100%;
    max-width: 980px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    padding: 20px;
}

.modal-header {
    text-align: right;
    margin-bottom: 50px;
}

.modal-header .btn-close {
    font-size: 12px;
    letter-spacing: 0.13em;
    color: #008383;
    display: inline-flex;
    align-items: center;
}

.modal-header .btn-close img {
    margin-left: 7px;
}

.modal-header,
.modal-body {
    padding: 20px 60px;
}

.container-small {
    max-width: 780px !important;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.column {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.column-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.column-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.column-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.column-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.column-8 {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
}

.column-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.column-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.column-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.column-4 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.column-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.column-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.column-1 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-stat {
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: flex-end !important;
    align-items: flex-end !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

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

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

.section__header .container {
    max-width: 1440px;
    padding: 0 20px;
}
.section__step {
    position: relative;
    padding: 40px 0 80px;
}
.section__step .row {
    margin-right: -30px;
    margin-left: -30px;
}
.section__step .column {
    padding-left: 30px;
    padding-right: 30px;
}
.section__step .services-item {
    margin-bottom: 50px;
}
.section__step span.step {
    display: block;
    color: #939497;
    font-size: 15px;
    font-family: "poppinssemibold", Helvetica, Arial, Sans-Serif;
    margin: 20px 0;
}
.section__step .services-item img {
    min-height: 50px;
    height: 50px;
}
.section__step .services-item a:hover {
    color: #212129;
}
.section__step .services-item a {
    color: #0045ff;
}
.section__step .services-item p {
    margin-bottom: 12px;
}
.process__topbar {
    display: flex;
    padding-left: 35%;
}
.process__topbar ul {
    display: inline-flex;
    justify-content: center;
    list-style: none;
    border: 1px solid #0045ff;
    width: auto;
    padding: 0;
    border-radius: 7px 7px;
}
.process__topbar ul li {
    padding: 10px 22px 10px 21px;
    border-right: 1px solid #0045ff;
}
.process__topbar ul li:last-child {
    border: none;
}
.process__topbar ul li a {
    border-radius: 7px;
    padding: 10px 30px;
    font-family: "poppinssemibold";
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #09090a;
}
.process__topbar ul li.active {
    background: #0045ff;
    border-radius: 1px 0px 0 1px;
}
.process__topbar ul li.active a {
    color: #fff;
}
.process__topbar ul li:hover {
    background: #618bfb;
}
.process__topbar ul li:hover a {
    color: #fff;
}
.tab_details {
    display: flex;
}
.proces_lists {
    display: none;
}
.tableft {
    flex: 0 0 35%;
    max-width: 35%;
    padding-right: 50px;
}
.tabright {
    flex: 0 0 65%;
    max-width: 65%;
    background: #ffffff;
    box-shadow: 0px 12px 24px rgba(0, 69, 255, 0.11);
    border-radius: 10px;
    padding: 85px 20px 45px;
}
.tabrow {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}
.tabcolumn {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 25px;
}
.tabcolumn h3 {
    font-family: "poppinsregular";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6d6d72;
    margin-top: 20px;
}
.tab_form {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 35px;
}
.tab_details p {
    font-size: 16px;
    line-height: 24px;
    font-family: "poppinsregular";
    color: #6d6d72;
}
.tab_details span {
    font-family: "poppinssemibold";
    font-size: 16px;
    line-height: 25px;
    color: #09090a;
}
.tableft h3 {
    font-size: 20px;
    line-height: 28px;
    color: #212129;
    font-family: "poppinssemibold";
}

.post-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.section__post {
    padding: 50px 0 140px;
}
section.cta__section {
    position: relative;
    height: 180px;
}
section.cta__section {
    position: relative;
    background-color: #0045ff;
    text-align: center;
    height: 200px;
}
.cta_title {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
}
section.cta__section:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0;
    left: 0;
    background: url("../images/cta-left.svg");
    background-repeat: no-repeat;
}
section.cta__section:after {
    content: "";
    background: url(../images/cta-right.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    top: 0px;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
}
.cta_title h2 {
    font-size: 54px;
    line-height: 58px;
    text-align: center;

    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 0px;
}
footer {
    background: #212129;
    position: relative;
    padding: 100px 0 20px;
}
footer h4 {
    margin-top: 0;
    color: #fff;
    font-family: "poppinssemibold";
    font-size: 20px;
    line-height: 28px;
}
footer ul.footer-links {
    list-style: none;
    padding-left: 0;
}
footer ul.footer-links li a {
    font-family: "poppinsregular";
    font-size: 16px;
    line-height: 24px;
    color: #adadad;
    margin-bottom: 10px;
    display: block;
}
footer a:hover,
footer ul.footer-links li a:hover,
.footer-bottom ul li a:hover {
    color: #fff;
}
ul.social-links {
    list-style: none;
    padding-left: 0;
    display: flex;
}
ul.social-links li a {
    padding: 6px 6px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    margin-right: 10px;
    border-radius: 50px;
    align-items: center;
    height: 32px;
    width: 32px;
    justify-content: center;
}
ul.social-links li svg {
    fill: #fff;
}
ul.social-links li a:hover svg,
ul.social-links li a:hover svg path {
    fill: #adadad;
}
.footer-info {
    flex: 0 0 50%;
    max-width: 50%;
}
.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 85px;
}
.footer-info.rt {
    display: flex;
    justify-content: flex-end;
}
.footer-bottom p,
.footer-bottom ul li a {
    font-family: "poppinsregular";
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.375px;
    color: #7d7d7d;
}
ul.footer_bottom_menu {
    display: inline-flex;
    margin-top: 10px;
    list-style: none;
}
ul.footer_bottom_menu li {
    margin-right: 15px;
}
.footer-info a {
    color: #7d7d7d;
}
.margin-185 {
    margin-top: 185px;
}
section.ab.about__intro__section {
    padding-bottom: 50px;
}
section.ab.about__intro__section .about_banner_image {
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 582px;
}
.about__intro {
    position: relative;
    z-index: 9999;
}
.fixed-header-body .about__intro {
    z-index: 2;
}
.banner__title h1 {
    font-size: 96px;
    line-height: 94px;
    text-align: center;
    text-transform: uppercase;
    color: #212129;
    margin-bottom: 40px;
}
.banner__title p {
    margin: 0 auto;
    font-family: "poppinsregular";
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #000000;
}
.about__desc {
    columns: 3;
    column-gap: 24px;
    padding: 50px 0;
}
.about__desc p:first-child {
    margin-top: 0;
}
.about__desc p {
    font-size: 16px;
    line-height: 24px;
    color: #6d6d72;
    font-family: "poppinsregular";
}
.about__desc p strong {
    font-size: 20px;
    line-height: 28px;
    color: #09090a;
}
section.ab__middle__section {
    position: relative;
    padding: 85px 0;
    background: #fff;
}
.ab__middle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.middle__left {
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 30px;
}
.middle__right {
    flex: 0 0 60%;
    max-width: 60%;
}
.middle__left h3 {
    font-size: 45px;
    line-height: 45px;
    xletter-spacing: 0.625px;
    text-transform: uppercase;
    color: #09090a;
    font-family: "formula_condensedbold";
    margin-top: 0;
    margin-bottom: 30px;
}
.middle__left p strong {
    font-size: 20px;
    line-height: 28px;
    color: #09090a;
}
.middle__left p {
    font-size: 16px;
    line-height: 24px;
    color: #6d6d72;
    font-family: "poppinsregular";
}
.middle__right img {
    border-radius: 20px;
}
.offer__details {
    display: flex;
    flex-wrap: wrap;
}
section.about__offer__section {
    position: relative;
    padding: 75px 0;
}
.banner__title {
    text-align: center;
    z-index: 2;
    position: relative;
}
.about__offer__section .offer__details {
    display: flex;
    flex-wrap: wrap;
    padding-top: 35px;
}
.about__offer__section .offer__image {
    flex: 0 0 33%;
    max-width: 33%;
}
.about__offer__section .about__offer {
    flex: 0 0 67%;
    max-width: 67%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}
.about__offer__section .offer__item {
    padding-left: 55px;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}
.about__offer__section.lender .offer__item {
    margin-bottom: 0;
}
.about__offer__section .offer__item h5 {
    font-family: "poppinssemibold";
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #09090a;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
}
.about__offer__section .offer__item p {
    font-size: 16px;
    line-height: 24px;
    color: #6d6d72;
    font-family: "poppinsregular";
}
.about__offer__section .offer__item h5:after {
    content: "";
    position: absolute;
    top: 6px;
    left: -15px;
    width: 2px;
    height: 22px;
    background-color: #0045ff;
}
.about__offer__section .offer__image img {
    box-shadow: 0px 12px 24px rgba(0, 69, 255, 0.11);
    border-radius: 20px;
}
section.our__service__section {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}
.our__service__section .our__service {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    position: relative;
    z-index: 9;
}
.our__service__section .our__service__lists {
    flex: 0 0 56%;
    max-width: 56%;
}
.our__service__section .our__service_item {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-right: 35px;
    padding-bottom: 15px;
}
.our__service__section .our__service_item img {
    height: 45px;
}
.our__service__section .our__service_item h5 {
    font-family: "poppinssemibold";
    font-size: 20px;
    line-height: 28px;
    color: #09090a;
    margin-top: 10px;
    margin-bottom: 0;
}
.our__service__section .our__service_item p {
    font-family: "poppinsregular";
    font-size: 16px;
    line-height: 24px;
    color: #6d6d72;
}
.our__service__section .our__service__img {
    flex: 0 0 35%;
    max-width: 35%;
}
.our__service__section .our__service__img h3 {
    margin-top: 0;
    font-family: "poppinsbold";
    font-size: 28px;
    line-height: 35px;
    align-items: center;
    letter-spacing: 0.5px;
    color: #09090a;
}
.our__service__section .our__service__img img {
    width: 100%;
    border-radius: 10px;
}
.our__service__section .our__service__img__dec {
    padding: 45px 52px;
}
.our__service__img .service__approvals {
    background: #ffffff;
    box-shadow: 0px 12px 24px rgba(0, 69, 25, 0.11);
    border-radius: 10px;
}
section.our__service__section:before {
    content: "";
    background: url(../images/services-arrow.svg);
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
section.our__team_section {
    position: relative;
    padding: 160px 0 50px;
}
.team__list .team_img img {
    background: #ffffff;
    border: 3px solid #0045ff;
    box-shadow: 0px 12px 24px rgba(0, 69, 255, 0.11);
    border-radius: 100%;
    cursor: pointer;
    height: 242px;
    width: 242px;
    display: block;
    margin: 0 auto;
}
.our__team_section .our__team {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
}
.our__team_section .our__team .team__list {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.our__team_section .team_details {
    padding: 15px 30px;
}
.our__team_section span.blue-overlay {
    background: rgba(0, 69, 255, 0.5%);
    display: none;
    height: 242px;
    width: 242px;
    position: relative;
    bottom: 242px;
    margin: 0 auto -242px;
    border-radius: 100%;
    cursor: pointer;
}
.our__team_section .team_img.bluebg span.blue-overlay {
    display: block;
}
.our__team_section .team_details h3 {
    font-family: "poppinssemibold";
    font-size: 20px;
    line-height: 28px;
    color: #09090a;
    position: relative;
    margin-bottom: 10px;
}
.our__team_section .team_details span {
    font-family: "poppinsregular";
    font-size: 14px;
    line-height: 22px;
    color: #0045ff;
}
.our__team_section .team_details p {
    font-family: "poppinsregular";
    font-size: 16px;
    line-height: 24px;
    color: #6d6d72;
}
.our__team_section .team_details h3:after {
    content: "";
    position: absolute;
    top: 6px;
    left: -15px;
    width: 2px;
    height: 22px;
    background-color: #0045ff;
}
.our__team_section ul.team-social-links {
    padding-left: 0;
    list-style: none;
    display: flex;
    margin-top: 20px;
}
.our__team_section ul.team-social-links li a {
    padding: 6px 6px;
    background: rgba(9, 9, 10, 0.101125);
    display: flex;
    margin-right: 20px;
    border-radius: 50px;
    align-items: center;
}
.our__team_section ul.team-social-links li a:hover svg {
    fill: #0045ff;
}
.our__team_section ul.team-social-links li a svg {
    fill: black;
    height: 20px;
    width: 20px;
}
/*section.our__service__section:after {
    content: "";
    background: url(../images/services-arrow-right.svg);
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}*/
section.apply__section {
    position: relative;
    padding: 90px 0;
}
.how__apply {
    display: flex;
    flex-wrap: wrap;
}
.apply_img {
    max-width: 55%;
    flex: 0 0 55%;
    padding-top: 30px;
}
.apply_details {
    max-width: 45%;
    flex: 0 0 45%;
    padding-left: 65px;
}

.apply_details h2 {
    margin-top: 0;
}

.apply__section .owl-dots {
    position: absolute;
    top: -38px;
    background: #ffffff;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    left: 0px;
    padding-top: 6px;
    padding-left: 11px;
    text-align: left;
}
.apply__section .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 2px;
}
.apply__section .apply_img_slider {
    box-shadow: 0px 12px 24px rgb(0, 69, 255, 0.11);
    border-radius: 10px;
}
.apply_details p {
    font-size: 16px;
    line-height: 24px;
    color: #6d6d72;
    font-family: "poppinsregular";
}
.apply_details p strong {
    font-family: "poppinssemibold";
    font-size: 20px;
    line-height: 28px;
    color: #09090a;
}
section.pathner__logo {
    display: flex;
    flex-wrap: wrap;
    max-width: 1440px;
    position: relative;
    margin: 0 auto;
    padding-top: 30px;
}
.logos_list {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(194, 209, 217, 1);
    border-right: unset;
    border-bottom: unset;
}
.pathner_logo {
    padding: 80px 0;
}
.pathner_logo img {
    max-height: 60px;
}
.logos_list:nth-child(1),
.logos_list:nth-child(5) {
    border-left: none;
}

section.blog__list__section {
    position: relative;
    padding: 30px 0 70px;
    max-width: 100%;
    margin: 0 auto;
}
.blog__list__section .blog_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
    margin: 0 -15px;
}
.blog__list__section .blog_colomn {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 15px;
}
.blog__list__section .blog__item .blog__img {
    height: 161px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 15px;
}
.blog__list__section .blog__item {
    padding: 32px;
    background: #fff;
    box-shadow: 0px 12px 24px rgba(0, 69, 255, 0.11);
    border-radius: 20px;
    height: 100%;
    flex-direction: column;
    display: flex;
}
.blog__list__section .blog__item .discover-btn {
    margin-top: auto;
}
.blog__list__section .blog__item:hover h3 {
    color: #0045ff;
    transition: 0.3s all ease;
}
.blog__list__section span.cat {
    background: rgba(0, 69, 255, 10%);
    mix-blend-mode: normal;
    border-radius: 11px;
    font-size: 10px;
    line-height: 22px;
    text-align: center;
    color: #0045ff;
    font-family: "poppinsregular";
    padding: 0px 19px;
    display: inline-block;
    margin-top: 18px;
}
.blog__list__section .blog__item h3 {
    font-family: "poppinssemibold";
    font-size: 20px;
    line-height: 28px;
    color: #212129;
    position: relative;
    margin-top: 15px;
    transition: 0.3s all ease;
}
.loadmore_button {
    padding: 30px 0 50px;
    text-align: center;
    position: relative;
    z-index: 9;
}
section.blog__list__section:after {
    content: "";
    background: url(../images/blog-bottom.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
section.blog__list__section:before {
    content: "";
    background: url(../images/blog-left.svg);
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: 154px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.process__topbar_mobile {
    display: none;
}
.see__news__mobile {
    display: none;
}
.blog_single_container {
    max-width: 900px;
    margin: 0 auto;
}
.single__blog .banner__title {
    text-align: left;
}
.single__blog .banner__title h1 {
    text-align: left;
    margin-top: 35px;
    font-size: 54px;
    line-height: 58px;
}
.single__blog .banner__title p {
    text-align: left;
    margin-top: 65px;
}
.blog_single_container {
    max-width: 900px;
    margin: 0 auto;
}
.single__blog .banner__title {
    text-align: left;
    margin: 0 auto;
}
.single__blog .banner__title h1 {
    text-align: left;
    margin-top: 35px;
    font-size: 54px;
    line-height: 58px;
}
.blog_single_desc p {
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 24px;
    color: #6d6d72;
    font-family: "poppinsregular";
}
.blog_single_desc h3,
.blog_single_desc p b {
    color: #09090a;
}
.blog_single_desc {
    padding: 30px 0;
    border-bottom: 1px solid #979797;
}

.single__blog .custom-featured-img img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.single__blog .custom-excerpt p,
.single__blog .custom-excerpt ul li {
    line-height: 27px;
    font-weight: 700;
    font-size: 17px;
    color: #09090a;
}

.blog_single_desc blockquote p {
    font-size: 28px;
    line-height: 35px;
    align-items: center;
    letter-spacing: 0.5px;
    color: #09090a;
    max-width: 100%;
    font-family: "poppinsbold";
}
.blog__cta {
    position: relative;
    background-color: #0045ff;
    text-align: center;
    height: 100%;
    padding: 25px 0 50px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 50px;
}
.blog__cta h2 {
    color: #fff;
    font-family: "poppinsbold";
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0.5px;
}
.blog__cta p {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #dbdbdb;
    margin-bottom: 23px;
    max-width: 490px;
}
.blog__cta:before {
    content: "";
    background: url(../images/blog_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -25px;
    z-index: 1;
    background-size: 176px;
}
.blog__cta:after {
    content: "";
    background: url(../images/blog_arrow_left.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    position: absolute;
    top: 0;
    bottom: -25px;
    left: -15px;
    right: 0;
    z-index: 1;
}
.blog_pagination {
    display: block;
    text-align: center;
    padding-bottom: 85px;
}
.blog_pagination .next_post {
    margin-left: 10%;
    font-size: 28px;
    line-height: 35px;
    font-family: "poppinsbold";
    letter-spacing: 0.5px;
    color: #09090a;
    padding-top: 50px;
}
.blog_pagination .previous_post {
    margin-right: 10%;
    font-size: 28px;
    line-height: 35px;
    font-family: "poppinsbold";
    letter-spacing: 0.5px;
    color: #09090a;
    padding-top: 50px;
}
.blog_pagination .previous_post a,
.blog_pagination .next_post a {
    color: #09090a;
}
.previous_post img {
    transform: rotate(180deg);
}
section.lenders__intro__section {
    position: relative;
    padding: 30px 0 75px;
}
.lenders__intro__section .lenders_1 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 70px;
}
.lenders__intro__section .lenders_2 {
    flex: 0 0 50%;
    max-width: 50%;
}
.lenders__intro__section .business_image {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 180px 60px 50px;
    background-color: #0045ff;
    box-shadow: 0px 12px 24px rgba(0, 69, 255, 0.11);
    border-radius: 20px;
}
.page-template-referral-partners .lenders__intro__section .business_image,
.page-template-seo-page .lenders__intro__section .business_image {
    position: relative;
    overflow: hidden;
}
.page-template-referral-partners .lenders__intro__section .business_image h3,
.page-template-seo-page .lenders__intro__section .business_image h3 {
    margin-top: 0;
}
.page-template-referral-partners .lenders__intro__section .btn-black-line,
.page-template-seo-page .lenders__intro__section .btn-black-line {
    position: relative;
    z-index: 1;
}

.business_right_image img {
    width: 100%;
    max-width: 410px;
}
.business_right_image {
    position: absolute;
    right: -50px;
    top: auto;
    bottom: -10px;
    text-align: right;
    max-height: 100%;
    max-width: 390px;
}
.business_right_image:before {
    background: -webkit-linear-gradient(79deg, rgba(0, 69, 255, 1) 5%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(79deg, rgba(0, 69, 255, 1) 5%, rgba(255, 255, 255, 0) 70%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 190px;
}

.lenders__intro__section .business_image h3 {
    font-family: "poppinsbold";
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.lenders__intro__section .business_image p {
    font-size: 16px;
    line-height: 24px;
    color: #dbdbdb;
    position: relative;
    z-index: 1;
    font-family: "poppinsregular";
}
.lenders__intro__section .lenders_1 h2 {
    margin-top: 0;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.lenders__intro__section .lenders_1 p {
    font-size: 16px;
    line-height: 24px;
    color: #6d6d72;
    font-family: "poppinsregular";
}
.lenders__intro__section .lenders_1 p strong {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #09090a;
    font-family: "poppinssemibold";
}
section.gray_section {
    position: relative;
    background: #d8d8d8;
    padding: 70px 0;
}
.gray_section h2 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    padding-right: 20px;
    font-size: 50px;
    line-height: 55px;
    flex: 0 0 50%;
}
.gray_section .gray_details {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}
.gray_section .gray_details .gray_left,
.gray_section .gray_details .grey_right {
    flex: 0 0 48%;
    max-width: 48%;
}
.gray_section .gray_details .grey_right iframe {
    width: 100%;
    height: auto;
}
.gray_section .gray_button p {
    font-size: 16px;
    line-height: 24px;
    color: #6d6d72;
    font-family: "poppinsregular";
    margin-top: 0;
}
section.about__offer__section.lender .about_offer_colunm {
    flex: 0 0 67%;
    max-width: 67%;
}
.about__offer__section.lender .about__offer {
    flex: 0 0 100%;
    max-width: 100%;
}
.about_offer_colunm .banner__title {
    text-align: left;
    padding-left: 45px;
}
.about_offer_colunm .banner__title h2 {
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.about_offer_colunm .inquiry-btn {
    margin-left: 45px;
}
section.middle__two__colunm {
    position: relative;
    padding: 75px 0;
}
.middle__two__colunm .row {
    align-items: center;
}
.middle_colunm_1 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 50px;
}
.middle_colunm_2 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 50px;
}
.middle__two__colunm h2 {
    margin-top: 0;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.middle__two__colunm p {
    font-size: 16px;
    line-height: 24px;
    color: #6d6d72;
    font-family: "poppinsregular";
}
.middle__two__colunm p strong {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #09090a;
    font-family: "poppinssemibold";
}
.middle__two__colunm img {
    border-radius: 20px;
    width: 100%;
    height: auto;
}
.odd.lender .about_offer_colunm .banner__title {
    padding-left: 0;
}
.about__offer__section.odd .offer__item {
    padding-right: 55px;
    padding-left: 0px;
}
.odd.lender .about_offer_colunm .inquiry-btn {
    margin-left: 0;
}
section.help__section {
    padding: 80px 0;
}
.help_colunm1 {
    flex: 0 0 30%;
    max-width: 30%;
}
.help_colunm2 {
    flex: 0 0 70%;
    max-width: 70%;
}
.help_colunm1 h2 {
    margin-bottom: 25px;
    text-transform: uppercase;
}
.help_colunm1 p {
    font-size: 16px;
    line-height: 24px;
    color: #6d6d72;
    font-family: "poppinsregular";
}
.leader .logos_list {
    border-bottom: 1px solid rgba(194, 209, 217, 1);
}
.leader .logos_list:nth-child(-n + 4) {
    border-bottom: none;
}
/*.site-logo:before{
  content: "";
  background: url(../images/logo-cut-icon.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 273px;
  top: -21px;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 250px;
}*/
.fixed-top .site-nav:before {
    content: none;
}
.fixed-top .site-logo:before {
    display: none;
}

.fixed-header-body .main-banner-content {
    z-index: 1;
}
.sucess-key-content p {
    font-family: "poppinsregular";
    font-size: 16px;
    line-height: 24px;
    color: #6d6d72;
}
.blog_cta_desc {
    position: relative;
    z-index: 99;
    max-width: 490px;
    margin: 0 auto;
}
.admin-bar header {
    top: 32px;
}
.ratings_button {
    display: flex;
    align-items: flex-start;
}
.sucess-key-content h2 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}
.loan-item img {
    height: 40px;
    margin-bottom: 10px;
}
.navbar .menu-item.land-brok-nav a:hover {
    background: #09090a;
}
.load-more-img {
    position: fixed;
    background-color: rgba(49, 49, 49, 0.3);
    height: 100%;
    width: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.load-more-img img {
    height: 60px;
}
figcaption.wp-caption-text {
    font-size: 14px;
    line-height: 20px;
    color: #6d6d72;
    font-family: "poppinsregular";
    margin-top: 10px;
}
.post_share p {
    font-size: 16px;
    line-height: 24px;
    color: #09090a;
    font-family: "poppinssemibold";
}
.post_share p img {
    margin-right: 10px;
}
ul.post_social li a {
    padding: 6px 6px;
    background: #fff;
    display: flex;
    margin-right: 10px;
    border-radius: 50px;
}
ul.post_social {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-top: 10px;
}
ul.post_social li svg {
    fill: #09090a;
    height: 20px;
    width: 20px;
}
ul.post_social li a:hover svg {
    fill: #0045ff;
}
.blog_single_desc ul {
    padding-left: 15px;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 24px;
    color: #6d6d72;
    font-family: "poppinsregular";
}
.blog_single_desc p a {
    color: #0045ff;
}
.blog_single_desc p a:hover {
    color: #09090a;
}
.contact__form {
    padding: 50px 75px;
    background: #fff;
    box-shadow: 0px 12px 24px rgba(0, 69, 255, 0.11);
    border-radius: 20px;
    max-width: 900px;
    margin: 50px auto 50px;
}
.contact__intro h3 {
    font-family: "poppinsregular";
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #000000;
    font-weight: 400;
}
.contact__intro p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6d6d72;
}
.contact__form ul li input,
.contact__form .gform_wrapper textarea {
    border: none;
    border-bottom: 2px solid #09090a;
    color: #0055ff;
    font-size: 15px !important;
    font-family: "poppinslight" !important;
    padding: 12px 0 !important;
}
.contact__form .gform_wrapper .field_description_below .gfield_description {
    font-size: 12px;
    line-height: 16px;
    color: rgba(9, 9, 10, 0.5);
    font-family: "poppinsregular";
    padding-top: 10px;
}
.contact__form li.gf_label_hide label {
    display: none !important;
}
.contact__form label.gfield_label {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #212129;
    font-family: "poppinssemibold";
    padding: 15px 0;
}
.contact__form .gform_wrapper ul.gform_fields li.gfield input[type="radio"],
.contact__form .gform_wrapper ul.gform_fields li.gfield input[type="checkbox"] {
    display: none;
}

.contact__form .gform_wrapper ul.gfield_radio label,
.contact__form .gform_wrapper ul.gfield_checkbox label {
    border: 2px solid #09090a;
    box-sizing: border-box !important;
    border-radius: 100px;
    padding: 10px 20px;
    color: #09090a;
    font-size: 14px;
    display: table-cell;
    font-family: sofia-pro, sans-serif !important;
    font-weight: 700;
    font-style: normal !important;
}
.contact__form .gform_wrapper ul.gfield_radio li,
.contact__form .gform_wrapper ul.gfield_checkbox li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 10px;
}
.contact__form .gform_wrapper textarea {
    border: none;
    border-bottom: 2px solid #09090a;
    height: 100px;
}
.contact__form .gform_footer input[type="submit"] {
    background-color: #0045ff;
    color: #fff;
    border: none;
    padding: 13px 24px;
    font-family: sofia-pro, sans-serif !important;
    font-weight: 700;
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 18px;
    border-radius: 35px;
    cursor: pointer;
}
.contact__form .gform_wrapper ul.gfield_radio label:hover,
.contact__form .gform_wrapper ul.gfield_checkbox label:hover {
    color: #fff;
    background: #0045ff;
    border: 2px solid #0045ff;
}
.contact__form .gform_footer input[type="submit"]:hover {
    color: #fff;
    background: #09090a;
}
.contact__form .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
.contact__form .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
    background: #0045ff;
    color: #fff;
    border-color: #0045ff;
}
.contact__form .validation_error {
    display: none;
}
.contact__form .gform_wrapper li.gfield.gfield_error {
    background-color: unset;
    border: none;
    padding-top: 0;
    margin-bottom: 0;
}
.contact__form .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    border: none;
    border-bottom: 2px solid #790000;
}
.contact__form .gform_wrapper .field_description_below .gfield_description.validation_message {
    color: #790000;
}
.contact__form ul li input:focus-visible,
.contact__form .gform_wrapper textarea:focus-visible {
    border: none;
    outline: none;
    border-bottom: 2px solid #0055ff;
}
.video-wrapper {
    position: relative;
    margin-bottom: 30px;
    object-fit: cover;
    overflow: hidden;
    height: auto;
    background: #000;
    border-radius: 20px;
}
.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
    object-fit: cover;
    overflow: hidden;
    height: auto;
}
.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    cursor: pointer;
    z-index: 999;
}
.video-overlay-play-button .play-icon {
    background: url("../images/play.svg");
    height: 74px;
    width: 74px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}
.video-overlay-play-button .tbl-cell {
    display: table-cell;
    vertical-align: middle;
}
.video-overlay-play-button .tbl {
    display: table;
    width: 100%;
    height: 100%;
}
.blog_single_desc figure {
    margin: 50px 0;
    width: auto !important;
}
.blog_single_desc img {
    height: auto;
}
h2.entry-title a,
h2.entry-title {
    font-family: "poppinsregular";
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 10px;
}
.default_page_longdesc p {
    font-family: "poppinsregular";
    font-size: 16px;
    line-height: 24px;
    color: #6d6d72;
    text-align: left;
}
.default_page_longdesc h2 {
    text-transform: uppercase;
}
h2.page-title {
    text-transform: uppercase;
}
.default_page_longdesc {
    padding-bottom: 50px;
}
.contact__intro .default_page_longdesc h3 {
    text-align: left;
}
.error404 .default_page_longdesc {
    text-align: center;
    margin-top: 40px;
}
.default_page_longdesc ol {
    font-family: "poppinsregular";
    font-size: 16px;
    line-height: 24px;
    color: #6d6d72;
    padding-left: 20px;
}
.tabrightimg {
    flex: 0 0 50%;
    max-width: 50%;
}
.home .sucess-key-item p {
    padding-left: 12px;
}
ul.overlay-nav li.land-brok-nav a {
    font-family: "poppinssemibold", Helvetica, Arial, Sans-Serif;
    font-size: 16px;
    border-color: #fff;
}
.navbar li .log-out-link:hover {
    background: #09090a;
}
.transition,
a,
input,
button,
textarea {
    transition: all 0.3s ease;
}
.shape {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -9;
}
.loan-item.loan-item-blue:before {
    content: "";
    background: url("../images/logo-cut-icon.svg") no-repeat center center;
    width: 265px;
    height: 200px;
    background-size: contain;
    position: absolute;
    right: -66px;
    top: -62px;
    transform: rotate(90deg);
    z-index: -1;
}
.loan-item.loan-item-blue {
    background: #0045ff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.loan-item.loan-item-blue:after {
    content: "";
    background: url("../images/combined-shape.svg") no-repeat center center;
    width: 180px;
    height: 180px;
    background-size: contain;
    position: absolute;
    left: -78px;
    bottom: -85px;
    z-index: -1;
}
.home .loan-blue-content {
    text-align: center;
    margin: 0 auto;
}
.section__step .btn-blue {
    color: #fff !important;
}
.section__step .btn-blue img {
    min-height: auto;
    width: 22px;
    height: 22px;
}
a.phone {
    font-family: sofia-pro, sans-serif !important;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #0045ff;
    text-decoration: none;
    position: relative;
}
a.phone svg {
    top: 4px;
    position: relative;
    margin-right: 6px;
}
a.phone:hover {
    color: #09090a;
}

.o_fees_main {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.view_row {
    width: 33.33%;
    padding: 0 20px;
    position: relative;
    margin-bottom: 30px;
}
.view_row .view_row_main {
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    padding: 50px 40px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.o_fees_text {
    margin-bottom: 0;
}
.o_fees_logo {
    text-align: center;
    margin: 0 0 26px;
    width: 100%;
}
.o_fees_text h3 {
    font-family: "poppinsregular";
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #0045ff;
    margin: 0 0 15px;
    min-height: 64px;
}

.o_fees_text span {
    font-family: "poppinsmedium";
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #000000;
}

.o_fees_text p {
    font-family: "poppinssemibold";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color: #000000;
    margin: 0;
}

.o_fees_link {
    margin-top: auto;
    width: 100%;
    text-align: center;
}

.o_fees .fees_note_wrapper p {
    font-family: "poppinsregular";
    font-size: 16px;
    line-height: 24px;
    color: #6d6d72;
}

.border_btn {
    background-color: transparent;
    color: #0045ff;
    border-radius: 50px;
    padding: 0 24px 7px;
    border: 2px solid #0045ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    box-sizing: content-box;
    font-family: sofia-pro, sans-serif !important;
    font-weight: 700;
    font-style: normal;
    min-width: 198px;
    z-index: 9;
    position: relative;
}

.border_btn:hover {
    background: #0045ff;
    color: #fff;
}

section.o_fees {
    padding: 120px 0 100px;
}
.o_fees_intro h3 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #09090a;
    font-family: "poppinssemibold";
}
.o_fees_intro p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #6d6d72;
}
.o_fees_intro,
.testimonial_intro {
    max-width: 550px;
    margin: 0 auto 80px;
}
.view_row .view_row_main:before {
    content: "";
    width: 800px;
    height: 800px;
    top: -592px;
    position: absolute;
    left: -372px;
    right: 0;
    border: 135px solid rgba(0, 69, 255, 0.1);
    border-radius: 50%;
}
/*.view_row .view_row_main:after {
    content: "";
    width: 800px;
    height: 800px;
    top: 336px;
    position: absolute;
    left: -231px;
    right: 0;
    border: 135px solid rgba(0, 69, 255, 0.1);
    border-radius: 50%;
}*/
.o_fees.home_o_fees {
    padding: 0 0 100px;
}
.contact__bottom {
    padding: 90px 0;
}
.contact_bottom_main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.contact_bottom_left {
    width: 33%;
}
.contact_bottom_left img {
    width: auto;
    max-width: 100%;
    border-radius: 24px;
}
.contact_bottom_right {
    width: 67%;
    padding-left: 80px;
}
.contact_bottom_right h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.1px;
    color: #000000;
    font-family: "poppinsregular";
    margin-top: 0;
}
.con_add_main {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.con_add {
    width: 50%;
    padding-right: 20px;
}
.contact_bottom_right iframe {
    width: 100%;
    height: 334px;
    border-radius: 24px;
}
.con_add p,
.con_add a {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.1px;
    color: #000000;
    font-family: "poppinsregular";
    margin-top: 0;
}
.con_add span {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.1px;
    color: #000000;
    font-family: "poppinsregular";
    font-weight: 400;
    width: 100%;
    display: block;
}
.con_add a:hover {
    color: #0045ff;
}
.rp_cta_main {
    display: flex;
    flex-wrap: wrap;
    max-width: 820px;
    margin: 0 auto;
}
.rp_cta_left {
    width: 50%;
    padding-right: 20px;
}
.rp_cta_right {
    width: 50%;
}
.rp_cta_right p {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
    color: #6d6d72;
}
.rp_cta.gray_section {
    background: #d8d8d8 url("../images/cta-combined-shape.svg");
    background-repeat: no-repeat;
    background-position: right top;
}

.hp_title h2 {
    margin-bottom: 15px;
}
.hp_title {
    padding-left: 55px;
}
.help_colunm1 img {
    max-width: 100%;
    border-radius: 13px;
}
.navbar li#menu-item-172 {
    padding-right: 0;
}

.middle__two__colunm.seo_mtc .row:nth-child(odd) .middle_colunm_2 {
    padding-right: 50px;
    padding-left: 0;
}

.middle__two__colunm.seo_mtc .row:nth-child(odd) .middle_colunm_1 {
    order: 1;
    padding-right: 0;
    padding-left: 50px;
}

.middle__two__colunm.seo_mtc .row:nth-child(odd) {
    margin-bottom: 60px;
}

.middle__two__colunm.seo_mtc .middle_colunm_1 ul {
    padding: 0;
}

.middle__two__colunm.seo_mtc .middle_colunm_1 ul li {
    list-style: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
}

.middle__two__colunm.seo_mtc .middle_colunm_1 ul li:before {
    position: absolute;
    left: 0;
    border: 1px solid #0045ff;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    top: 4px;
}
.middle__two__colunm.seo_mtc p strong {
    font-size: 16px;
    line-height: 26px;
    color: #09090a;
}
.zolvediffcontent-wrper .sucess-key-content .title,
.seo_fees_intro .title,
.seo_ourprocess .title,
.seo_about__intro .title,
.seo_ab__middle__section .title {
    font-weight: 700;
    font-size: 88px;
    line-height: 88px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #212129;
    margin-bottom: 23px;
    font-family: "formula_condensedbold", Helvetica, Arial, Sans-Serif;
}

.seo_fees_intro .title {
    margin-top: 100px;
}

.seo_ab__middle__section .ab__middle:nth-child(odd) .middle__right {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 50px;
}

.seo_ab__middle__section .ab__middle:nth-child(odd) .middle__left {
    padding-right: 0;
    padding-left: 50px;
    order: 1;
    max-width: 50%;
    flex: 0 0 50%;
}

.seo_ab__middle__section .ab__middle:nth-child(even) .middle__right {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 50px;
}

.seo_ab__middle__section .ab__middle:nth-child(even) .middle__left {
    padding-right: 50px;
    padding-left: 0;

    max-width: 50%;
    flex: 0 0 50%;
}
.seo_zdw .sucess-key-content ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: "poppinsregular";
    position: relative;
    list-style: none;
}
.seo_zdw .sucess-key-content ul li:before {
    position: absolute;
    left: -18px;
    border: 1px solid #0045ff;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    top: 9px;
}
.seo_zdw .sucess-key-content ul {
    padding-left: 20px;
}
.o_fees_intro.seo_fees_intro {
    max-width: 700px;
    margin-bottom: 100px;
}
.seo_fees_intro p {
    font-size: 16px;
    line-height: 28px;
}
.seo_fees_intro p strong {
    color: #212129;
}
.seo_fees_intro .inquiry-btn {
    margin-top: 30px;
}
.seo_ourprocess {
    background: white;
    padding: 110px 0 0;
}
.seo_step {
    background: white;
    padding-bottom: 50px;
}

.o_fees_intro.seo_ofs {
    background: white;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 110px;
    max-width: 100%;
}
.seo_ofs .banner__title {
    max-width: 770px;
    padding: 0 20px;
    margin: 0 auto;
}
section.seo_ab__middle__section {
    background: #eff1f6;
    padding: 100px 0;
}
.seo_ab__middle__section .title {
    text-align: center;
    margin-bottom: 40px;
}
.seo_ofs p {
    margin-bottom: 15px;
}
.seo_ofs p strong {
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #000000;
    margin-bottom: 12px;
}
.seo_ab__middle__section .ab__middle ul {
    padding-left: 0;
}
.seo_ab__middle__section .ab__middle ul li {
    list-style: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    font-family: "poppinsregular";
}
.seo_ab__middle__section .ab__middle ul li:before {
    position: absolute;
    left: 0;
    border: 1px solid #0045ff;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    top: 4px;
}
.seo_ab__middle__section .ab__middle {
    padding-bottom: 50px;
}
.page-template-seo-page section.section__faq {
    margin-bottom: 0;
    padding-bottom: 50px;
}
.o_fees.seo_fees {
    padding: 70px 0 40px;
}

.loan-item p:last-child {
    margin-bottom: 0;
}
/*
font-family: 'poppinslight';
font-family: 'poppinsmedium';
font-family: 'poppinsregular';
font-family: 'poppinssemibold';
font-family: 'poppinsbold';
font-family: 'formula_condensedbold';
font-family: 'formula_condensedlight';*/
@media (max-width: 1400px) {
    .ab.about__intro__section .about_banner_image {
        opacity: 0.5;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .navbar .menu-item {
        padding: 6px 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 970px;
    }
    .process__topbar ul li a {
        padding: 10px 15px;
    }
    .navbar .menu-item {
        margin: 0 0 0 5px;
        padding: 4px 0 5px 6px;
    }
    .land-brok-nav a {
        padding: 3px 11px 3px;
    }
    .navbar .menu-item:last-child {
        margin: 0 0 0 5px;
    }
    .navbar li .log-out-link {
        padding: 9.5px 12px;
    }
    .site-logo:before {
        background-size: 199px;
        height: 170px;
    }
    .site-nav {
        padding-left: 0px;
    }
    section.ab.about__intro__section .about_banner_image {
        background-size: 326px;
    }
    .view_row .view_row_main {
        padding: 35px 15px;
    }
    .bodymac .land-brok-nav a {
        padding: 0px 11px 5px !important;
    }
}
@media (min-width: 992px) and (max-width: 1050px) {
    .navbar .menu-item a {
        text-transform: capitalize;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /*.container {width: 720px;}*/
    .process__topbar ul li a {
        padding: 0px 15px;
    }
    .process__topbar ul li {
        padding: 10px 10px;
    }
    .tabright {
        flex-wrap: wrap;
    }
    section.section__post {
        padding: 50px 0 50px;
    }
    ul.social-links {
        flex-wrap: wrap;
    }
    ul.social-links li {
        margin-bottom: 10px;
    }
    .zolvediffcontent-wrper:before {
        top: -15%;
    }
    .section__zolvediff {
        padding: 90px 0 100px;
    }
    .section__mainservices {
        padding: 30px 0 30px;
    }
    section.ab.about__intro__section .about_banner_image {
        display: none;
    }
    .margin-185 {
        margin-top: 114px;
    }
    .banner__title h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .site-nav {
        padding-left: 25px;
    }
    .site-logo:before {
        background-size: 210px;
        height: 210px;
    }
    .about__desc {
        columns: 2;
    }
    section.our__service__section:before {
        background-size: 210px;
    }
    .our__service__section .our__service__img__dec {
        padding: 30px 30px;
    }
    section.our__team_section {
        padding: 0;
    }
    .our__team_section .our__team .team__list {
        padding: 0 10px;
    }
    section.apply__section {
        padding: 40px 0;
    }
    .apply_details {
        padding-left: 35px;
    }
    section.blog__list__section:before {
        background-size: 250px;
    }
    section.blog__list__section:after {
        background-size: 200px;
    }
    .blog_single_desc {
        padding: 50px 0;
    }
    section.section__faq:before {
        background-size: 400px;
    }
    .lenders__intro__section .lenders_1 {
        padding-right: 40px;
        padding-left: 15px;
    }
    .lenders__intro__section .lenders_2 {
        padding-right: 15px;
    }
    .lenders__intro__section .business_image {
        padding: 20px 30px 30px 30px;
    }
    .middle_colunm_1 {
        padding-right: 20px;
        padding-left: 15px;
    }
    .middle_colunm_2 {
        padding-left: 20px;
        padding-right: 15px;
    }
    section.middle__two__colunm {
        padding: 0;
    }
    .help_colunm1 {
        padding-left: 15px;
    }
    .mobile-toogle-btn {
        z-index: 99;
    }
    section.cta__section:after,
    section.cta__section:before {
        background-size: 150px;
    }
    .site-logo:before {
        background-size: 199px;
        height: 170px;
    }
    .site-nav {
        padding-left: 0px;
    }
    .single__blog .banner__title {
        padding-top: 70px;
    }
    .about__offer__section.odd .offer__item {
        padding-right: 30px;
        padding-left: 15px;
    }
    .blog_single_desc img {
        height: auto;
        width: 100%;
    }
    ul.social-links li a {
        margin-right: 4px;
    }
    ul.social-links li svg {
        height: 16px;
        width: 16px;
    }
    .view_row {
        width: 50%;
        padding: 0 10px;
        margin: 10px 0;
    }
    .business_right_image {
        opacity: 0.5;
    }
    .view_row .view_row_main:after {
        left: -177px;
    }
}
@media (min-width: 768px) and (max-width: 790px) {
    ul.social-links li a {
        margin-right: 2px;
    }
}
@media (max-width: 991px) {
    .column-medium-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-medium-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-medium-4 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .mobile-toogle-btn {
        display: inline-block;
    }
    .navbar {
        display: none;
    }
    .nav-contact-link {
        display: none;
    }

    /*.site-logo{max-width: 180px;}*/
    .ov-memu-header,
    .section__header {
        padding: 20px;
    }
    /*.overlay-nav{padding: 0 20px;}*/
    .section__header .container {
        padding: 0;
    }
    .main-banner-content h1 span img {
        max-height: 37px;
        height: auto;
    }
    .main-banner-content {
        max-width: 100%;
    }
    .main-banner-content h1 {
        font-size: 42px;
        line-height: 47px;
        letter-spacing: 1px;
        width: 248px;
    }
    .main-banner-content h1 br {
        display: none;
    }
    .main-banner-content h1 strong {
        font-size: 50px;
        margin-left: -3px;
        letter-spacing: 0px;
    }
    .main-banner-content h1 strong:last-child {
        letter-spacing: 2px;
        margin-left: -4px;
    }
    .page-template-seo-page section.rp_cta.gray_section {
        background-size: 138px;
    }
    section.middle__two__colunm.seo_mtc {
        padding: 50px 0;
    }
    .middle__two__colunm.seo_mtc .row:nth-child(odd) .middle_colunm_1 {
        padding-left: 20px;
    }
    .middle__two__colunm.seo_mtc .row:nth-child(odd) .middle_colunm_2 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .seo_ab__middle__section .ab__middle:nth-child(even) .middle__left,
    .seo_ab__middle__section .ab__middle:nth-child(odd) .middle__right {
        padding-right: 20px;
    }
    .seo_ab__middle__section .ab__middle:nth-child(even) .middle__right,
    .seo_ab__middle__section .ab__middle:nth-child(odd) .middle__left {
        padding-left: 20px;
    }
}
@media screen and (max-width: 782px) {
    .admin-bar header {
        top: 45px;
    }
    #wpadminbar {
        position: fixed !important;
    }
    .section__zolvediff:after {
        background-size: 100%;
    }
    .tab_details {
        flex-wrap: wrap;
    }
    .tableft {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tabright {
        flex: 0 0 100%;
        max-width: 100%;
        flex-wrap: wrap;
    }
    .process__topbar_mobile ul li:after {
        content: "";
        right: -9px;
        position: absolute;
        background: #09090a;
        width: 9px;
        height: 1px;
        top: 15px;
    }
    .process__topbar_mobile ul li {
        position: relative;
        margin: 1px 4px;
    }
    .process__topbar_mobile ul {
        display: flex;
        list-style: none;
        padding-left: 0;
        justify-content: center;
        margin-top: 40px;
    }
    .process__topbar_mobile ul li a {
        color: #09090a;
        border: 1px solid #09090a;
        border-radius: 50%;
        font-size: 15px;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        line-height: 31px;
    }
    .process__topbar_mobile ul li:last-child::after {
        display: none;
    }
    .process__topbar_mobile ul li.active a {
        background: #0045ff;
        color: #fff;
        border-color: #0045ff;
    }
    .process__topbar_mobile {
        display: block;
    }
    .process__topbar {
        display: none;
    }
}
@media (max-width: 767px) {
    .blog_cta_desc {
        padding-top: 40px;
    }
    .section__step {
        padding: 40px 0 40px;
    }
    .section__step .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .section__step .column {
        padding-left: 15px;
        padding-right: 15px;
    }
    .column-small-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-small-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .sucess-key-item {
        flex: 0 0 100%;
    }
    .zolvediffcontent-wrper:before {
        content: none;
    }
    .section__zolvediff {
        padding: 82px 0 82px;
    }
    .zolvediff-img {
        display: none;
    }
    .blog__list__section .blog_colomn {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .blog__list__section:after {
        content: none;
    }
    .blog__list__section:before {
        content: none;
    }
    .column-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-info {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-info.rt {
        justify-content: center;
    }
    ul.footer_bottom_menu {
        margin-right: 10px;
        padding-left: 0;
    }
    .footer-bottom p,
    .footer-bottom ul li a {
        text-align: center;
    }
    .footer-bottom {
        margin-top: 30px;
    }
    footer {
        text-align: center;
        padding: 50px 0 20px;
    }
    ul.social-links {
        justify-content: center;
    }
    footer h4 {
        margin-top: 30px;
    }
    .cta_title h2 {
        font-size: 41px;
        line-height: 50px;
    }
    .cta__section:after,
    .cta__section:before {
        background-size: 140px !important;
    }
    .cta__section {
        height: 320px;
    }
    .cta__section .cta_title {
        width: 100%;
    }
    .section__choseloan h2 {
        font-size: 33px;
    }
    .section__choseloan .loan-row .column {
        margin: 0 0 9px 0;
        padding: 0 5px;
    }
    .loan-item {
        padding: 25px 10px 10px 10px;
    }
    .row.loan-row {
        margin-right: -5px;
        margin-left: -5px;
    }
    .loan-item h5 {
        font-size: 17px;
    }
    .see__news__mobile {
        display: block;
        text-align: center;
        padding-top: 30px;
    }
    .section__post .post-header a {
        display: none;
    }
    .section__post {
        padding: 0px 0 70px;
    }
    .post-header {
        text-align: center;
        justify-content: center;
    }
    .single-post-item {
        flex-wrap: wrap;
    }
    .single-post-img {
        flex: 0 0 100%;
    }
    .single-post-cont {
        padding-left: 0;
        padding-top: 20px;
    }
    .banner__title h1 {
        font-size: 46px;
        line-height: 46px;
    }
    .margin-185 {
        margin-top: 120px;
    }
    .lenders__intro__section .lenders_1 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .lenders__intro__section .lenders_2 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
        padding: 0 15px;
    }
    .lenders__intro__section .business_image {
        padding: 20px 30px 30px 25px;
    }
    .lenders__intro__section .business_image h3 {
        font-size: 24px;
    }
    .gray_section .gray_details {
        flex-wrap: wrap;
    }
    .gray_section h2 {
        padding-right: 0px;
        flex: 0 0 100%;
    }
    .about__offer__section .offer__details {
        padding-top: 0;
    }
    .about__offer__section .offer__image {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .about__offer__section.lender .about_offer_colunm,
    section.about__offer__section.lender .about_offer_colunm {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
    }
    .about_offer_colunm .banner__title {
        padding-left: 0;
    }
    .about__offer__section .about__offer {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        margin-top: 30px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about__offer__section .offer__item {
        padding-left: 15px;
    }
    .middle_colunm_1 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .middle_colunm_2 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 30px;
    }
    .middle__two__colunm {
        padding: 0;
    }
    .about__offer__section.odd .offer__item {
        padding-right: 0;
        padding-left: 15px;
    }
    .about__offer__section,
    section.about__offer__section {
        padding: 40px 0;
    }
    .logos_list {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .logos_list {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .leader .logos_list:nth-child(3) {
        border-left: none;
    }
    .leader .logos_list:nth-child(7) {
        border-left: none;
    }
    .pathner_logo {
        padding: 40px 0;
    }
    .ab.about__intro__section:after {
        content: none;
    }
    .site-logo:before {
        background-size: 269px;
        height: 240px;
        top: -89px;
        left: -71px;
        width: 282px;
    }
    .about__desc {
        columns: 1;
        column-gap: 0;
        padding-bottom: 0;
    }
    .middle__left {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .middle__right {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 40px;
    }
    .ab__middle__section,
    section.ab__middle__section {
        padding: 50px 0;
    }
    .our__service__section:before {
        content: none;
    }
    .our__service__section .our__service__lists {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .our__service__section .our__service__img {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .our__service__section .our__service__img__dec {
        padding: 45px 25px;
    }
    .our__team_section {
        padding: 60px 0 50px;
    }
    .our__team_section .our__team .team__list {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .apply__section {
        padding: 0;
    }
    .apply_img {
        max-width: 100%;
        flex: 0 0 100%;
        padding-bottom: 30px;
    }
    .apply_details {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0px;
    }
    .blog__cta:after,
    .blog__cta:before {
        background-size: 90px;
    }
    .blog_single_desc {
        padding: 60px 0;
    }
    .site-nav {
        padding-left: 0px;
    }
    .section__faq:before {
        background-size: 200px;
    }
    .faq-tabs {
        padding: 0;
    }
    .about_offer_colunm .inquiry-btn {
        margin-left: 0px;
    }
    .gray_section h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .about_offer_colunm .banner__title h2,
    .middle__two__colunm h2 {
        font-size: 40px;
    }
    .help_colunm1,
    .help_colunm2 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .help__section {
        padding: 40px 0;
    }
    .contact__form {
        padding: 5px 30px 20px;
    }
    .ratings_button {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .ratings {
        margin: 0 0 0 0;
    }
    .b_image {
        display: none;
    }
    .main-banner-content {
        padding-top: 30px;
    }
    .about__offer__section .offer__image img {
        margin: 0 auto;
        display: block;
    }
    .blog_single_desc img {
        height: 200px;
        width: 100%;
    }
    .services-sm-desc {
        display: table-cell;
        width: 78%;
        padding-top: 0;
        vertical-align: top;
    }
    .services-item {
        display: table;
    }
    .services-item h5 {
        margin: 0px 0 10px 0;
    }
    .section__mainservices {
        padding: 90px 0 30px;
    }
    .sucess-key-content > p {
        text-align: center;
    }
    .sucess-key-content h2 {
        font-size: 35px;
        line-height: 35px;
        text-align: center;
    }
    .home .sucess-key-item {
        margin: 0 0 30px 0;
    }
    .row.loan-row {
        margin-right: -5px;
        margin-left: -5px;
    }
    .loan-blue-content {
        max-width: 206px;
    }
    .loan-item.loan-item-blue {
        padding: 25px 10px 25px 20px;
    }
    .tabrightimg {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tab_form {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 10px;
    }
    .tabcolumn {
        flex: 0 0 49%;
        max-width: 49%;
    }
    .tabright {
        padding: 30px 20px 0px 20px;
    }
    .section__step .services-item img {
        margin-top: 6px;
    }
    .view_row {
        width: 100%;
        padding: 0;
        margin: 10px 0;
    }
    .view_row .view_row_main:after {
        display: none;
    }

    .contact_bottom_left {
        width: 100%;
    }
    .contact_bottom_right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .contact__bottom {
        padding: 40px 0;
    }
    .hp_title {
        padding-left: 0px;
    }
    .rp_cta_left,
    .rp_cta_right {
        width: 100%;
    }
    section.about__offer__section.lender.odd .about_offer_colunm {
        margin-top: 20px;
    }
    section.middle__two__colunm {
        padding: 20px 0;
    }
    section.help__section {
        padding: 40px 0;
    }
    .page-id-175 .about__offer__section .offer__image {
        display: none;
    }
    .help_colunm1 h2 {
        margin-top: 0;
    }
    .about__offer__section .offer__item:last-child {
        margin-bottom: 0;
    }
    .our__service__section .our__service_item {
        width: 100%;
        padding-right: 0;
    }
    section.o_fees {
        padding: 40px 0;
    }
    .o_fees_intro,
    .testimonial_intro {
        margin: 0 auto 40px;
    }
    .page-id-7 section.apply__section {
        padding: 0 0 40px;
    }
    .page-template-referral-partners .lenders__intro__section .business_image {
        background-size: contain;
    }
    .page-id-175 .lenders__intro__section .business_image h3,
    .page-id-175 .lenders__intro__section .business_image p {
        max-width: 200px;
    }
    .page-id-175 .lenders__intro__section .business_image {
        background-position: right;
    }
    .elementor-8451 .elementor-element.elementor-element-3669830a .elementor-heading-title {
        margin-bottom: 16px;
    }
    .middle__two__colunm.seo_mtc .row:nth-child(odd) .middle_colunm_1 {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    .middle__two__colunm.seo_mtc .row:nth-child(even) .middle_colunm_1 {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    .middle__two__colunm.seo_mtc .row:nth-child(even) .middle_colunm_2 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .seo_zdw .title {
        text-align: center;
    }
    .seo_ab__middle__section .ab__middle:nth-child(even) .middle__left,
    .seo_ab__middle__section .ab__middle:nth-child(odd) .middle__left {
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 0;
        padding-left: 0;
        order: 2;
        padding-top: 25px;
    }
    .seo_ab__middle__section .ab__middle:nth-child(even) .middle__right,
    .seo_ab__middle__section .ab__middle:nth-child(odd) .middle__right {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        order: 1;
        padding-right: 0;
        margin-top: 0;
    }
    .page-template-seo-page .title {
        font-size: 61px !important;
        line-height: 65px !important;
    }
    .seo_ab__middle__section h3 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .page-template-seo-page section.about__intro__section h1 {
        font-size: 70px;
        line-height: 110%;
    }
    .business_right_image {
        opacity: 0.5;
    }
}
@media (max-width: 580px) {
    .tabcolumn,
    .gray_section .gray_details .gray_left,
    .gray_section .gray_details .grey_right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gray_section .gray_details .grey_right {
        order: 1;
    }
    .gray_section .gray_details .gray_left {
        order: 2;
        margin-top: 35px;
    }
    .tab-label {
        padding: 22px 50px 22px 15px;
    }
    .loan-item.loan-item-blue:before {
        width: 160px;
        height: 160px;
    }
    .loan-item.loan-item-blue:after {
        width: 150px;
        height: 150px;
    }
    .page-id-7 section.about__offer__section h2 {
        margin-bottom: 0;
    }
}
@media (max-width: 520px) {
    .cta__section:after,
    .cta__section:before {
        background-size: 75px !important;
    }
    .column-xsmall-12,
    .loan-row .column-xsmall-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .loan-item.loan-item-blue:before {
        width: 130px;
        height: 130px;
    }
    .con_add_main {
        padding-top: 15px;
    }
    .page-id-175 .lenders__intro__section .business_image h3,
    .page-id-175 .lenders__intro__section .business_image p {
        max-width: 170px;
    }
}

section.testimonial {
    padding: 0 0 20px;
    position: relative;
}

section.testimonial .container:before {
    content: "";
    background: url(../images/services-arrow.svg);
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.testimonial_intro {
    position: relative;
    z-index: 99;
    max-width: 700px;
    text-align: center;
}

.testimonial_intro svg {
    height: 35px;
    width: auto;
}

.testimonial_intro h2 {
    margin-top: 20px;
}

.testimonial_intro h4 {
    margin-bottom: 0 !important;
}

.testimonial_intro h4,
.testimonial_intro h4 a {
    color: #0045ff;
}

.testimonial_intro h6 {
    margin: 0 !important;
}
