/*
 Theme Name: Kindred Home Equity
 Theme URI: http://localhost/wp/kindred_home_equity
 Description: Custom theme for Kindred Home Equity.
 Author: BBIM
 Author URI: https://brilliantdigital.com.au/
 License: Everything copyrighted
 Version: 1.1
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, 
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

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

:root {
    --Dark-Green: #10464C;
    --Sunset-Coral: #E27D60;
    --Bright-Aqua: #32ABAC;
    --Soft-Cloud: #F6F6F6;
    --Deep-Teal: #0C6168;
    --Gray: #4F4F4F;
    --Grey-01: #4A4A49;
    --Grey-03: #EBEBEB;
    --Black: #222 ;
    --Light-Bg: #A49A87;
    --white: #fff;
    --font-alegreya: "Alegreya Sans", sans-serif;
    --font-poppins: "Poppins", sans-serif;
}

body {
    overflow-x: hidden;
    line-height: 150%;
    font-family: var(--font-poppins);
    font-size: 18px; 
    font-weight: 400;
    color: var(--Gray);
    background-color: var(--white);
}

p {
    font-family: var(--font-poppins);
    color: var(--Gray);
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    margin-bottom: 24px;
}

a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    color: var(--Dark-Green);
}

a img {
    outline: none;
    border: none;
}

p a {
	color: var(--Bright-Aqua);
	font-weight: 600;
}

img {
    max-width: 100%;
}

input:focus,
input:active {
    outline: none;
}

blockquote,
q {
    quotes: none;
}

form,
fieldset {
    border-style: none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

sup {
    vertical-align: super;
    font-size: smaller;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}

.clearfix {
    clear: both;
}

b,
strong {
    font-weight: 700;
}

i,
em {
    font-style: italic;
}

ol {
    padding-left: 20px;
}

ol li {
    list-style-position: outside;
    list-style-type: decimal;
}

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

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.clear {
    clear: both;
}

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

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

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

.visible-lg {
    display: none;
}

.visible-xs {
    display: block;
}

.pd-120 {padding: 120px 0;}
.pd-100 {padding: 100px 0;}
.pd-80 {padding: 80px 0;}
.pd-60 {padding: 60px 0;}
.pd-64 {padding: 64px 0;}
.pd-50 {padding: 50px 0;}
.pd-40 {padding: 40px 0;}
.pd-20 {padding: 20px 0;}
.pdt-0 {padding-top: 0;}
.pdt-40 {padding-top: 40px;}
.pdt-20 {padding-top: 20px;}
.pdt-60 {padding-top: 60px;}
.pdt-80 {padding-top: 80px;}
.pdt-100 {padding-top: 100px;}
.pdb-0 {padding-bottom: 0;}
.pdb-20 {padding-bottom: 20px;}
.pdb-40 {padding-bottom: 40px;}
.pdb-60 {padding-bottom: 60px;}
.pdb-64 {padding-bottom: 64px;}
.pdb-80 {padding-bottom: 80px;}
.pdb-100 {padding-bottom: 100px;}
.pdb-120 {padding-bottom: 120px;}
.mt-20 {margin-top: 20px;}
.mt-24 {margin-top: 24px;}
.mt-36 {margin-top: 36px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-48 {margin-top: 48px;}
.mt-50 {margin-top: 50px;}
.mt-56 {margin-top: 56px;}
.mt-60 {margin-top: 60px;}
.mt-64 {margin-top: 64px;}
.mt-80 {margin-top: 80px;}
.mt-100 {margin-top: 100px;}
.mb-20 {margin-bottom: 20px;}
.mb-24 {margin-bottom: 24px;}
.mb-30 {margin-bottom: 30px;}
.mb-36 {margin-bottom: 36px;}
.mb-40 {margin-bottom: 40px;}
.mb-48 {margin-bottom: 48px;}
.mb-50 {margin-bottom: 50px;}
.mb-56 {margin-bottom: 56px;}
.mb-60 {margin-bottom: 60px;}
.mb-64 {margin-bottom: 64px;}
.mb-80 {margin-bottom: 80px;}
.mb-100 {margin-bottom: 100px;}

.site-btn {
    padding: 18px 36px;
    font-size: 18px;
    line-height: 140%;
    font-family: var(--font-poppins);
    font-weight: 700;
    position: relative;
    display: inline-block;
    align-items: center;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-radius: 8px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    -o-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
}

.site-btn svg {
    margin-left: 4px;
}

.primary-btn {
    background-color: var(--Sunset-Coral);
    color: var(--Soft-Cloud);
    border-color: var(--Sunset-Coral);
    box-shadow: inset 0 0 0 0 var(--Dark-Green);
}

.primary-btn:hover {
    background-color:  var(--Dark-Green);
    color: var(--Soft-Cloud);
    border-color: var(--Dark-Green);
    box-shadow: inset 0 -100px 0 0 var(--Dark-Green);
}


.secondary-btn {
    background-color: var(--Dark-Green);
    color: var(--Soft-Cloud);
    border-color: var(--Dark-Green);
    box-shadow: inset 0 0 0 0 var(--Sunset-Coral);
}

.secondary-btn:hover {
    background-color:  var(--Sunset-Coral);
    color: var(--Soft-Cloud);
    border-color: var(--Sunset-Coral);
    box-shadow: inset 0 -100px 0 0 var(--Sunset-Coral);
}

.default-btn {
    background-color: var(--Bright-Aqua);
    color: var(--Soft-Cloud);
    border-color: var(--Bright-Aqua);
    box-shadow: inset 0 0 0 0 var(--Sunset-Coral);
}

.default-btn:hover {
    background-color:  var(--Sunset-Coral);
    color: var(--Soft-Cloud);
    border-color: var(--Sunset-Coral);
    box-shadow: inset 0 -100px 0 0 var(--Sunset-Coral);
}

.transparent-btn {
    background-color: transparent;
    color: var(--Bright-Aqua);
    border-color: var(--Bright-Aqua);
    box-shadow: inset 0 0 0 0 var(--Bright-Aqua);
}

.transparent-btn:hover {
    background-color:  var(--Bright-Aqua);
    color: var(--Soft-Cloud);
    border-color: var(--Bright-Aqua);
    box-shadow: inset 0 -100px 0 0 var(--Bright-Aqua);
}

.read-more {
    font-family: var(--font-poppins);
    display: inline-flex;
    gap: 4px;
    align-items: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: var(--Sunset-Coral);
}

.read-more:hover {
    transform: translateY(3px);
    transition: 0.3s ease-in-out all;
}

.read-more i {
    margin-left: 7px;
}

section .btn,
section .btn-wrap a {
    text-decoration: none;
}

.btn-icon-left {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-icon-left svg {
    margin-left: 0;
}

.section ul, section ul,
.section ol, section ol {
    margin-bottom: 24px;
}

.section ul li,
section ul li {
    list-style: none;
    margin-left: 0;
    position: relative;
    padding-left: 28px;
    font-family: var(--font-poppins);
    color: var(--Gray);
    font-size: 18px;
    line-height: 150%;
}

.section ol li,
section ol li {
	font-family: var(--font-poppins);
    color: var(--Gray);
    font-size: 18px;
    line-height: 150%;
}

.section ul li::before,
section ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: var(--Gray);
    border-radius: 9999px;
    position: absolute;
    left: 12px;
    top: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-alegreya);
    color: var(--Black);
    margin-bottom: 24px;
    font-weight: 500;
}

h1 {
    font-size: 54px;
    line-height: 120%;
}

h2 {
    font-size: 36px;
    line-height: 120%;
}

h3 {
    font-size: 24px;
    line-height: 120%;
}

h4 {
    font-size: 20px;
    line-height: 120%;
}

h5 {
    font-size: 18px;
    line-height: 140%;
}

h6 {
    font-size: 16px;
    line-height: 150%;
}

.section-title h1,
.section-title h2,
.section-title h3 {
    color: var(--Black);
}

.section-title h6 {
    font-size: 16px;
    line-height: 140%;
    font-weight: 600;
    color: var(--Soft-Cloud);
    padding: 8px 18px;
    margin-bottom: 24px;
    border-radius: 20px;
    background-color: var(--Bright-Aqua);
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
}

.section-title h2 {
    font-size: 40px;
}

.section-title p {
    font-size: 18px;
    max-width: 900px;
    margin: 24px 0 0 0;
}

.section-title.text-center p {
    margin: 24px auto 0 auto;
}

.page-title {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

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

.w-full {
    width: 100%;
}
.clearfix {
    clear: both;
}

.clearfix:after {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clear {
    clear: both;
}

.cbp-spmenu-push {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container {
    max-width: 1254px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.container2 {
    max-width: 1342px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.max-w-full {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.cbp-spmenu-push {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.round-corner {
    border-radius: 16px;
    overflow: hidden;
}
.color-accent, .color-accent-hover:hover, 
.color-accent-hover:focus, :root .has-accent-color, 
.has-drop-cap:not(:focus):first-letter, 
.wp-block-button.is-style-outline {
    color: var(--Dark-Green) !important;
}

.grecaptcha-badge {
	z-index: 2 !important;
}

/* ======================================= */
/* ============== Header ================= */
/* ======================================= */

svg:not(:root) {
    overflow: hidden;
}

svg.icon {
    display: inline-block;
    fill: currentcolor;
    height: 1em;
    position: relative;
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;
}

.site-header {
    position: relative;
    width: 100%;
    background-color: var(--Soft-Cloud);
    z-index: 999;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
}

.site-header.sticky-header {
    box-shadow: 0 0 3px rgba(74, 74, 73, 0.5);
    background-color: rgba(255, 255, 255, 0.92);
}

.site-header .top-row {
    background-color: var(--Dark-Green);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.site-header .top-row > div > a {
    padding: 12px 16px;
    font-size: 18px;
    line-height: 140%;
    color: var(--Soft-Cloud);
    font-weight: 700;
}

.site-header .phone a {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 8px;
}

.header-buttons {
    display: flex;
}

.header-buttons a {
    position: relative;
    padding: 12px 24px;
    text-transform: uppercase;
    border-radius: 0;
}

.header-btn:hover {
    background-color: var(--Sunset-Coral);
    color: var(--Black) !important;
}

.site-header .bottom-row {
    padding: 24px 0;
}

.site-header .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.site-header .left-wrap {
    width: 272px;
}

.site-header .right-wrap .top-wrap .site-btn {
    margin-left: 24px;
    min-width: auto;
    padding: 12px 24px;
}

.site-header .site-nav {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
}

.site-header .site-nav .nav {
    order: 1;
}

.slidebtn {
    position: relative;
    cursor: pointer;
    float: right;
    display: none;
    width: 24px;
    height: 24px;
}

.crossBtn {
    cursor: pointer;
    float: left;
    width: 46px;
    text-align: center;
    padding: 13px;
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 9999;
    color: var(--Soft-Cloud);
    display: none;
}

.crossBtn i {
    font-size: 20px;
    color: var(--Soft-Cloud);
}

/* =========================== */
/* ====== Slider Section ===== */
/* =========================== */

.slider-block {
    overflow: hidden;
    width: 100%;
}

#hero-slider .item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#hero-slider .item::before {
    content: '';
    background: rgba(0, 0, 0, 0.26);
}

#hero-slider .item .mobile-view {
    display: none;
    visibility: hidden;
}

#hero-slider .slider-content {
    /*position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: grid;
    place-items: center;*/
    padding: 160px 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 40.49%, rgba(0, 0, 0, 0.60) 67.29%);
}

#hero-slider .slider-content .content {
    text-align: left;
    width: 100%;
    max-width: 579px;
    margin: 0 auto 0 0;
}

#hero-slider .slider-content img {
    width: auto;
}

#hero-slider .slider-content h1 {
    font-size: 64px;
    line-height: 110%;
    font-weight: 500;
    margin-bottom: 36px;
    color: var(--Soft-Cloud);
}

#hero-slider p {
    font-family: var(--font-alegreya);
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0.2px;
    color: var(--Soft-Cloud);
}

#hero-slider .btn-wrap {
    margin-top: 48px;
    display: flex;
    gap: 30px;
}

#hero-slider .btn-wrap a.site-btn {
    min-width: 246px;
}

#hero-slider .slick-dots {
    top: 50%;
    right: 50px;
    width: 20px;
    padding: 0;
}

.slider-block .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.mobile_bg {
    display: none;
}

.hero-wrapper .overlay {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 40.49%, rgba(0, 0, 0, 0.60) 67.29%);
    min-height: 380px;
    display: grid;
    place-items: center;
}

.hero-wrapper .content {
    max-width: 606px;
}
.page-template.calculator .hero-wrapper .content {
	max-width: 100%;
}

.hero-wrapper h6 {
    font-family: var(--font-poppins);
    font-size: 16px;
    line-height: 140%;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--Soft-Cloud);
    padding: 8px 18px;
    border-radius: 20px;
    background-color: var(--Sunset-Coral);
    display: inline-block;
    margin-bottom: 24px;
}

.hero-wrapper h1 {
    font-size: 64px;
    line-height: 100%;
    font-weight: 500;
    color: var(--Soft-Cloud);
    margin-bottom: 0;
}

.hero-wrapper p {
	font-family: var(--font-alegreya);
    color: var(--Soft-Cloud);
    font-size: 20px;
    margin-top: 36px;
}

section .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 6px;
    background: #D9D9D9;
}
section .owl-theme .owl-dots .owl-dot.active span, 
section .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--Sunset-Coral);
}

section .owl-theme .owl-nav {
    margin-top: 64px;
}

section .owl-carousel .owl-nav button.owl-next, 
section .owl-carousel .owl-nav button.owl-prev {
    border-radius: 50px;
    border: 2px solid var(--Sunset-Coral);
    padding: 10px !important;
    width: 48px;
    height: 48px;
    margin: 8px;
    transition: .3s all ease-in-out;
}

section .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    transform: translateY(3px);

}

/* ================================ */
/* ========= Other Section ========= */
/* ================================ */
.about-wrap {
    background-color: var(--Soft-Cloud);
}
.la-wrap .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;
    align-items: center;
}

.la-wrap .img-block {
    position: relative;
}

.la-wrap .btn-wrap {
    display: flex;
    gap: 36px;
}

.why-wrap .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 3rem;
}

.why-wrap .grid-3.mobile-view {
    display: none;
}

.why-wrap .grid-3 .grid {
    position: relative;
    text-align: center;
    padding: 0 16px;
}
.why-wrap .grid .icon img {
    width: auto;
    margin: 0 auto;
}
.why-wrap .grid h3 {
    margin-top: 36px;
    margin-bottom: 16px;
	font-weight: 700;
}

.why-wrap .grid p {
    margin-bottom: 0;
}

.why-wrap .grid-3 .grid .overlay .text a {
    color: var(--Soft-Cloud);
}

.why-wrap .btn-wrap {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.cta-wrap {
    position: relative;
}

.cta-wrap .overlay {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.70) 35.35%, rgba(0, 0, 0, 0.00) 67.29%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    place-items: center;
}
.cta-wrap img.mobile-view {
	display: none;
}
.cta-wrap .overlay .text {
    max-width: 580px;
    margin: 0 0 0 auto;
}

.cta-wrap .text h2 {
    font-size: 64px;
    line-height: 110%;
    font-weight: 500;
    color: var(--Soft-Cloud);
}

.cta-wrap .text p {
    font-size: 20px;
    color: var(--Soft-Cloud);
}

.cta-wrap .text .btn-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

.cta-wrap .text .btn-wrap .site-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cta-wrap .text .btn-wrap .site-btn svg {
    display: none;
}

.page-template-front-page .cta-wrap .text .btn-wrap .site-btn svg,
.page-template-what-we-lend-for .cta-wrap .text .btn-wrap .site-btn svg,
.page-template-safeguards .cta-wrap .text .btn-wrap .site-btn svg {
    display: block;
}

/*======= Calculator ======= */

.calculator-wrap .grid-wrap {
    display: grid;
    grid-template-columns: 1.43fr 1fr;
    border-radius: 16px;
    overflow: hidden;
}

.calculator-wrap .left {
    padding: 64px;
}
.calculator-wrap .form-section,
.calculator-wrap.app .left {
    background-color: var(--Soft-Cloud);
}

.calculator-wrap.app .left {
    place-content: center;
}

.calculator-wrap.app .left h2 {
    font-size: 64px;
}

.calculator-wrap.app .left h3 {
    font-size: 32px;
    color: var(--Gray);
}

.calculator-wrap .chat-form {
    background-color: var(--Dark-Green);
    padding: 64px 36px;
}

.calculator-wrap .left .buttons {
    display: flex;
    align-items: flex-start;
    gap: 36px;
    padding: 16px 0;
    margin-bottom: 24px;
}

.calculator-wrap .left .buttons p {
    color: var(--Black);
    font-size: 16px;
    margin-bottom: 8px;
}

.calculator-wrap .left .buttons .transparent-btn {
    padding: 12px 24px;
}

.calculator-wrap .left .buttons .transparent-btn:hover svg path {
    stroke: #fff;
}

.calculator-wrap .left .disclaimer.sm p {
    font-size: 14px;
}

.calculator-wrap .chat-form h3 {
    font-size: 32px;
    color: var(--white);
}

.calculator-wrap .chat-form p {
    color: var(--white);
}

.calculator-wrap.step-2,
.calculator-wrap.step-3 {
    background-color: var(--Soft-Cloud);
}

.calculator-wrap.step-2 .left,
.calculator-wrap.step-3 .left {
    background-color: var(--white);
}

.calculator-wrap .image-section {
    min-height: 37em;
}

.calculator-wrap.step-3 .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.guide-section .content {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin: 0 auto;
    gap: 36px;
}
.guide-text {
    padding: 105px 0;
    max-width: 640px;
}
.guide-text h2,
.guide-text h1 {
    font-size: 64px;
    line-height: 110%;
    font-weight: 500;
    color: var(--Soft-Cloud);
    margin-bottom: 20px;
}
.guide-text p {
    font-size: 20px;
    color: var(--Soft-Cloud);
}

.guide-text .guide-btn svg {
    margin-left: 0;
}

.guide-image {
    margin-top: -40px;
}
.guide-image img {
    max-width: 100%;
    height: auto;
}
#hidden-content.popup-guide {
    border-radius: 16px;
}
.popup-guide .top-content {
    display: grid;
    place-items: end;
    grid-template-columns: 2.1fr 1fr;
    grid-gap: 25px;
    padding: 64px 64px 48px 64px;
}

.popup-guide .top-content .image {
    margin-right: -64px;
}

.popup-guide .top-content h2 {
    color: var(--white);
    font-size: 48px;
    line-height: 110%;
}

.popup-guide .top-content p {
    color: var(--white);
}

.popup-guide .top-content ul {
    display: grid;
    grid-gap: 12px;
}

.popup-guide .top-content ul li {
    color: var(--white);
    padding-left: 35px;
}

.popup-guide .top-content .text ul li:before {
    content: '';
    background-image: url("assets/images/check.svg");
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    background-color: transparent;
}

.popup-guide .guide-form {
    padding: 48px 64px 64px 64px;
}

.popup-guide .guide-form .form-grid {
    grid-template-columns: 1fr 2fr;
    grid-gap: 24px;
}

.popup-guide .guide-form p {
    margin-bottom: 0;
    font-size: 14px;
}

.popup-guide .fancybox-close-small {
    color: var(--white);
    width: 48px;
    height: 48px;
}

.faq-wrap {
    background-color: var(--Soft-Cloud);
}
.faq-wrap .flex-div {
    display: grid;
    grid-template-columns: 1fr 2.1fr;
    gap: 64px;
}
.faq-wrap .left-wrap {
    padding-top: 24px;
}

.faq-wrap .tab-acc .acc_title_bar a {
    display: block;
    position: relative;
    padding: 0px 40px 0px 0px;
    color: var(--Black);
}

.faq-wrap .tab-acc .acc_title_bar a::before {
    position: absolute;
    font-family: "Font Awesome 6 Free";
    content: "\2b";
    font-weight: 900;
    width: 26px;
    height: 26px;
    right: auto;
    top: 5px;
    left: auto;
    right: 0;
    overflow: visible;
    color: var(--Bright-Aqua);
    font-size: 18px;
    border: 2.5px solid var(--Bright-Aqua);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-wrap .tab-acc .acc_title_bar.default-title-bar-active a::before {
    content: "\f068";
}
.faq-wrap h3.acc_title_bar {
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    border-bottom: 0;
    color: var(--Black);
    margin-bottom: 0;
    letter-spacing: 0.2px;
}
.faq-wrap .tab-acc > section {
    border-bottom: 1px solid rgba(34, 34, 34, 0.20);
    padding: 24px 0;
}
.faq-wrap .tab-acc div.acc_container {
    padding: 0px;
    margin-top: 24px;
}
.faq-wrap .tab-acc div.acc_container p:last-child {
    margin-bottom: 0;
}

.tab-wrapper .block-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.faq-accordion .faq-title {
    margin-top: 64px;
}
.faq-accordion .faq-title:first-child {
    margin-top: 0;
}

.faq-accordion .faq-title h2 {
	font-size: 32px;
}

#resources {
    width: 82%;
    float: right;
}

#resources .owl-stage-outer {
    height: 501px;
}

#resources .owl-item {
    border-radius: 16px;
    overflow: hidden;
}

#resources .box {
    color: #ccc;
    width: 376px !important;
    height: 501px;
    border-radius: 16px;
    position: relative;
    transition: all linear 0.6s;
}

#resources .box a.image,
#resources .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#resources .box .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.50);
    padding: 32px 24px;
}

#resources .box h4 {
    font-size: 24px;
	line-height: 130%;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 0.2px;
    transition: all linear 0.3s;
}

#resources .box p {
    color: var(--white);
    margin-bottom: 16px;
    margin-top: 16px;
    transition: all linear 0.3s;
}

#resources .box a.read-more {
    color: var(--white);
    transition: all linear 0.3s;
}

#resources .box .active-text {
    display: none;
    transition: all linear 1s;
}

#resources .owl-stage .owl-item:hover .box {
    width: 752px !important;
    transition: width .7s;
}

#resources .owl-stage .owl-item:hover .box .active-text {
    display: block;
    animation: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
#resources .owl-stage .owl-item:hover .box .text {
    animation: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
#resources.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 48px;
}

.quote-wrap {
    position: relative;
}

.quote-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    place-items: center;
}

.quote-wrap .text {
    max-width: 750px;
}

.quote-wrap .text p {
    color: var(--Soft-Cloud);
    font-size: 28px;
    line-height: 130%;
    font-weight: 500;
}
.quote-wrap .text span {
    color: var(--Soft-Cloud);
    font-size: 18px;
    display: block;
}

#wwlf-slider {
    width: 82%;
    float: right;
}

#wwlf-slider.mobile-view {
    display: none;
}

#wwlf-slider .card {
    width: 376px !important;
    transition: all linear 0.6s;
    
}

#wwlf-slider .card .image {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

#wwlf-slider .card .text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.70);
    padding: 0 16px;
    text-align: center;
    display: grid;
    place-items: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

#wwlf-slider .card:hover .text {
    opacity: 1;
}

#wwlf-slider .card h4 {
    font-size: 24px;
    line-height: 130%;
    color: var(--Black);
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 36px;
    letter-spacing: 0.2px;
}

#wwlf-slider .card p {
    color: var(--white);
    margin-bottom: 0;
}

.wwlf-wrap .btn-wrap {
	display: inline-flex;
	justify-content: center;
	width: 100%;
	gap: 30px;
	padding: 0 20px;
}

.fw-cta .content {
    max-width: 1040px;
    margin: 0 auto;
}

.fw-cta .content h2 {
    font-size: 64px;
    line-height: 110%;
    font-weight: 500;
    color: var(--Soft-Cloud);
}

.fw-cta .content p {
    max-width: 640px;
    margin: 0 auto 24px auto;
    color: var(--Soft-Cloud);
	font-size: 20px;
}

.cal-text-wrap ul {
    margin-top: 36px;
}

.cal-text-wrap ul li {
    padding-left: 35px;
    margin-bottom: 16px;
}

.cal-text-wrap ul li:before {
    content: '';
    background-image: url("assets/images/check-orange.svg");
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    background-color: transparent;
}

/* ===================================== */
/* ============ Contact Form ========== */
/* ==================================== */
.contact-wrap .overlay {
    background-color: rgba(0, 0, 0, 0.40);
}

.contact-wrap .grid2  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 113px;
}

.contact-wrap .grid2 .left-wrap h2 {
    margin-bottom: 36px;
    padding-top: 36px;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0.2px;
    color: var(--white);
    font-weight: 500;
}

.contact-wrap.cp .grid2 .left-wrap h2 {
    color: var(--Black);
}
.contact-wrap .grid2 .left-wrap p {
    color: var(--white);
}
.contact-wrap.cp .grid2 .left-wrap p,
.contact-wrap.cp .grid2 .left-wrap .flex-div p,
.contact-wrap.cp .grid2 .left-wrap .flex-div a {
    color: var(--Gray);
}

.contact-wrap .grid2 .left-wrap .flex-div p,
.contact-wrap .grid2 .left-wrap .flex-div a {
    margin-bottom: 0;
    color: var(--white);
}

.contact-wrap .grid2 .left-wrap .flex-div {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    align-items: flex-start;
}

.contact-wrap .form {
    background: var(--white);
    padding: 30px 30px;
    border-radius: 16px;
}

.contact-wrap.cp .form {
    background-color: var(--Soft-Cloud);
}

.submit-btn {
    padding: 14px 24px;
}

.form-group {
    margin-bottom: 24px;
    position: relative;
    display: grid;
    align-items: end;
}

.form-group .site-form {
    background-color: var(--white);
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    font-family: var(--font-poppins);
    font-size: 16px;
    line-height: 150%;
    color: var(--Gray);
    padding: 15px 16px;
    width: 100%;
    position: relative;
}

.form-group.italic .site-form {
    font-style: italic;
}

.form-group .wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px;
}

.form-group .wpcf7-list-item {
    margin: 0 24px 0 0;
}

.form-group .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
	min-width: 170px;
}
.search-flex {
    display: flex;
    gap: 15px;
    align-items: center;
}

.search-flex .search-field {
    width: 450px;
}

.form-group .site-form:active,
.form-group .site-form:focus,
.form-group .site-form:focus-visible,
.form-group .site-form:visited {
    outline: none;
}

.form-group textarea {
    resize: none;
    font-family: var(--font-poppins);
    vertical-align: middle;
}

.form-group label {
    color: var(--Black);
    display: block;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.form-group label.sm {
    font-size: 12px;
    margin-bottom: 0;
}

.calculator-wrap .form-group label {
    font-weight: 700;
	font-size: 18px;
}

.form-group .wpcf7-list-item label {
    margin-bottom: 0;
	gap: 16px;
}

.form-group input[type="checkbox" i],
.form-group input[type="radio" i] {
    width: 24px;
    height: 24px;
    margin: 0;
    accent-color: #df7657;
}

.form-group label .star {
    color: #F00;
}

.form-group>span.captchaimage {
    position: absolute;
    right: 0;
    width: 80px;
    text-align: right;
    margin-top: 9px;
}

.form-group.grid_1-4 {
    gap: 1.5rem;
    grid-template-columns: 1fr 9fr;
} 

.form-group.grid-2 {
    gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-group.grid-3 {
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.form-group .grid-3 {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.form-group.grid-4 {
    gap: 1.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.form-group.grid-5 {
    gap: 1.5rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

*::-webkit-input-placeholder {
    color: var(--Gray);
    opacity: 1;
}

*:-moz-placeholder {
    color: var(--Gray);
    opacity: 1;
}

*::-moz-placeholder {
    color: var(--Gray);
    opacity: 1;
}

*:-ms-input-placeholder {
    color: var(--Gray);
    opacity: 1;
}

div.wpcf7-response-output {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    color: #ff5100;
    padding: 2px;
}

span.wpcf7-not-valid-tip {
    font-size: 13px;
}

.form-group .codedropz-upload-container {
    padding: 30px 20px;
}
.form-group .codedropz-upload-handler {
    border: 1px solid #E0E0E0;
    background: var(--white);
    border-radius: 4px;
    margin-bottom: 10px;
}

.form-group .codedropz-upload-inner,
.form-group .codedropz-upload-inner span {
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    color: var(--Gray);
}
.form-group .codedropz-upload-inner .codedropz-btn-wrap {
    display: inline-block;
}
.form-group .codedropz-upload-inner .cd-upload-btn {
    font-size: 16px;
    line-height: normal;
    color: var(--Deep-Teal);
}
.form-group .dnd-upload-counter {
    display: none;
}

.form-group label.required::after {
    content: '*';
    color: red;
    padding-left: 4px;
}

.refer-form-cf7 hr.divider {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.20);
    margin: 48px 0;
    border: none;
}
/*==== multistep Form ==== */
.ref-form {
    background: rgba(137, 184, 194, 0.06);
}
.cst-form .content {
    max-width: 1008px;
    margin: 0 auto;
}
.cf7mls_progress_bar {
    justify-content: space-between;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 24px;
}
.cf7mls_progress_bar li{
    width: 17%!important;
}
.cf7mls_progress_bar li .cf7_mls_count_step {
    padding: 14px 0 0 0;
    color: var(--white);
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li:before, .cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li:before {
    width: 36px;
    height: 36px;
    left: 0;
    right: 0;
    background-color: var(--Gray);
    opacity: 0.5;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li, .cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li {
    list-style-type: none;
    float: left;
    position: relative;
    margin: 0px;
    padding: 60px 0 0 0;
}
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical[data-id-form="465"] li.active:before {
    background: var(--Dark-Green) !important;
    opacity: 1;
}
.cf7mls_progress_bar li .cf7mls_progress_bar_title p{
    color: #BDBDBD;
}
#cf7mls-progress-bar .cf7mls_progress_bar li:nth-child(2) .cf7mls_progress_bar_title, 
.cf7mls_progress_bar li.current .cf7mls_progress_bar_title {
    font-weight: 600;
}
.cf7mls_progress_bar li .cf7mls_progress_bar_title {
    font-family: var(--font-poppins);
    font-size: 16px!important;
    line-height: 130%;
    font-weight: 600;
    margin: 16px 0 0 0;
    opacity: 0.5;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li:after,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li:after {
    background: #BDBDBD;
    z-index: 9999;
    width: 67.5px;
    top: 70px;
}
.cf7mls_progress_bar li.active p,
.cf7mls_progress_bar li.current p{
    opacity: 1;
}
.cf7mls_progress_bar li .cf7_mls_check {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
}
.app-form .cf7mls-btns {
    display: flex !important;
    justify-content: center;
    gap: 36px;
}
.cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button {
    padding: 18px 36px;
    border-radius: 8px;
    font-size: 18px;
    margin: 24px 0 0 0;
    float: none;
}
.cf7mls-btns .cf7mls_back.action-button {
    border: 2px solid var(--Bright-Aqua);
}
.cf7mls-btns .cf7mls_next.action-button {
    border: 2px solid var(--Dark-Green);
}

.ref-form .cf7mls-btns {
    display: flex !important;
    align-items: center;
    gap: 36px;
    justify-content: center;
}
.cf7mls_back.action-button {
    background-color: transparent;
    border: 2px solid #BDBDBD;
    border-radius: 8px;
    color: #9E9E9E;
    padding: 15px 24px;
}
.app-form .form-btn {
    position: relative;
    text-align: center;
    display: block;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    border-radius: 8px;
    padding: 18px 36px;
    float: none;
}
.app-form .wpcf7-spinner {
    position: absolute;
    top: 36px;
}
.refer-form-cf7 h3 {
    margin-top: 24px;
    margin-bottom: 48px;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.2px;
}

.refer-form-cf7 h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.2px;
}

/*======= Application Form ======= */
.form-wrapper {
    background-color: var(--Soft-Cloud);
}

.form-wrapper .app-form {
    max-width: 900px;
    margin: 0 auto;
}

/* ========= Inner Content Section ========= */
.single-post .section.inner-page2 {
    padding: 120px 0 64px 0;
}
.single-post .section.inner-page2 .content {
    max-width: 1024px;
    margin: 0 auto;
}
.section.inner-page2 .topCont {
    display: grid;
    grid-gap: 120px;
}
.single-post .section.inner-page2 .topCont {
    grid-gap: 64px;
}
.section.inner-page2 .fullWidth {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    text-align: left;
}
.section.inner-page2 .row.fullWidth {
    padding-top: 0;
}
 .section.inner-page2 iframe {
    max-width: 650px;
    margin: 0 auto;
    /* height: 440px !important; */
    border-radius: 16px;
}
 .section.inner-page2 .fullWidth h1.h2_looklike {
    text-align: center;
    font-family: var(--font-poppins);
    font-size: 68px;
    line-height: 78px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--Gray-01);
}
.section.inner-page2 .fullWidth {
    background-color: var(--light-gray);
}
 .section.inner-page2 .fullWidth h3, .section.inner-page2 h3 {
    font-size: 24px;
    margin-top: 0;
    color:  var(--Gray-01);
    margin-bottom: 10px;
}
 .section.inner-page2 .row {
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.section.inner-page2 .row h2 {
    font-size: 40px;
    line-height: 120%;
    color:  var(--Black);
}

.section.inner-page2 .row p:last-child {
    margin-bottom: 0;
}

.section.inner-page2 .row.image-left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
 }

.section.inner-page2 .row.image-right {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.section.inner-page2 .row .leftCont.float-right {
    text-align: center;
}
.section.inner-page2 .row .leftCont.float-left {
    text-align: center;
}
.section.inner-page2 .row .rightCont.float-right {
    text-align: left;
}
.section.inner-page2 .row .rightCont.float-left {
    text-align: left;
}
 .section.inner-page2 .row .leftCont.width50, .section.inner-page2 .row .rightCont.width50 {
    width: 47.4%;
}
 .section.inner-page2 .row .leftCont.width60, .section.inner-page2 .row .rightCont.width60 {
    width: 64%;
}
 .section.inner-page2 .row .leftCont.width40, .section.inner-page2 .row .rightCont.width40 {
    width: 31%;
}
 .section.inner-page2 .row.blockImg h3 {
    margin-top: 0;
    color: #274583;
    margin-bottom: 10px;
}
 .section.inner-page2 .row .imgBlock>div {
    display: inline-block;
    vertical-align: top;
}
 .section.inner-page2 .row .imgBlock.grid3>div.text h4 {
    font-weight: 600;
}
 .section.inner-page2 .row .imgBlock.grid3>div.text .img {
    margin-bottom: 20px;
}
.section.inner-page2 .row .imgBlock.grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.5rem;
}
 .section.inner-page2 .row .imgBlock.grid3 a>h4 {
    margin: 10px 0;
    font-size: 24px;
    color: #434244;
    font-weight: 400;
}
 .section.inner-page2 .row .box-grid {
    display: flex;
    flex-flow: row wrap;
}
 .section.inner-page2 .row .box-grid>div {
    display: inline-block;
    vertical-align: top;
}
 .section.inner-page2 .row .imgBlock.grid3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
}
 .section.inner-page2 .row .box-grid.grid-3>div .img {
    margin-bottom: 10px;
}
.section.inner-page2 .grid4-wrap .section-title p{
    max-width: 100%;
}
.section.inner-page2 .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 36px;
}
.section.inner-page2 .grid-5 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-gap: 36px;
}
.section.inner-page2 .grid-6 {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-gap: 36px;
}
.section.inner-page2 .grid-6 .grid h4,
.section.inner-page2 .grid-5 .grid h4,
.section.inner-page2 .grid-4 .grid h4 {
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
    color: var(--Twilight);
    margin-top: 24px;
    margin-bottom: 16px;
}

.pull-quote .quote-text {
    font-family: var(--font-alegreya);
    font-size: 64px;
    line-height: 110%;
    font-weight: 500;
    margin-bottom: 24px;
    color: var(--Deep-Teal);
}

.postid-888 .pull-quote .quote-text {
	font-size: 44px;
}

.pull-quote .quote-by {
    color: var(--Deep-Teal);
    margin-bottom: 0;
    font-weight: 700;
}

.pull-quote .quote-designation {
    color: var(--Deep-Teal);
    margin-bottom: 0;
    font-weight: 400;
}

.buttons-wrap .buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
}

/* ======== Safeguards Page ======== */
.sg-wrap .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 4rem;
}

.sg-wrap .grid h2 {
    font-size: 40px;
    letter-spacing: 0.2px;
    margin: 24px 0;
}

.sgl-wrap .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 3rem;
}

.kt-wrap .grid-4 {
    grid-gap: 2.25rem;
}

.sgl-wrap .grid h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font-poppins);
    margin: 24px 0 16px 0;
}

.meet-author .content {
    max-width: 1054px;
    padding: 0 15px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.65fr;
    grid-gap: 64px;
    align-items: center;
}

.meet-author h3 {
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-bottom: 36px;
}
.meet-author p {
    margin-bottom: 36px;
}

/* ========== About Page ========= */
.ts-wrap {
    background-color: var(--Soft-Cloud);
}
#team-slider {
    width: 82%;
    float: right;
}

#team-slider .card {
    width: 376px !important;
    border-radius: 16px;
    position: relative;
    transition: all linear 0.6s;
    overflow: hidden;
}

#team-slider .card .image a {
    display: block;
}

#team-slider .card .text {
    background: var(--white);
    padding: 36px 24px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

#team-slider .card h4 {
    font-size: 24px;
    line-height: 130%;
    color: var(--Black);
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
}

#team-slider .card p {
    color: var(--Black);
    margin-bottom: 10px;
}

/* ======= How it Works Page ======= */
.steps-wrap .grids-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 3rem;
}
.steps-wrap .grid {
    position: relative;
    background-color: var(--Soft-Cloud);
    border-radius: 16px;
    padding: 36px 16px;
}
.steps-wrap .grid span.tag {
    font-family: var(--font-poppins);
    font-size: 16px;
    line-height: 140%;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--Soft-Cloud);
    padding: 8px 18px;
    border-radius: 20px;
    background-color: var(--Bright-Aqua);
    display: inline-block;
    margin-bottom: 36px;
}

.steps-wrap .grid img {
    display: block;
    margin: 0 auto;
}

.steps-wrap .grid h4 {
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
    color: var(--Black);
    letter-spacing: 0.2px;
    margin-top: 36px;
    margin-bottom: 16px;
}

.steps-cta .bg-image {
    border-radius: 16px;
}

/* ======= What We Lend For Page ======= */
.wwlfp-wrap .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 3rem;
}

.wwlfp-wrap .card .image {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.wwlfp-wrap .card .text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.70);
    padding: 0 24px;
    text-align: center;
    display: grid;
    place-items: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.wwlfp-wrap .card h4 {
    font-size: 24px;
    line-height: 130%;
    color: var(--Black);
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 36px;
    letter-spacing: 0.2px;
}

.wwlfp-wrap .card p {
    color: var(--white);
    margin-bottom: 0;
    font-size: 20px;
}

.wwlfp-wrap .card:hover .text {
    opacity: 1;
}

/* ========== Resources Page ========= */
.page-template-resources .guide-section .container2 {
    max-width: 1450px;
}

.page-template-resources .guide-section .content {
    align-items: flex-end;
}

.page-template-resources .guide-text {
    max-width: 606px;
    width: 100%;
    padding: 130px 0;
}

.page-template-resources h1 {
    margin-bottom: 36px;
}

.page-template-resources .guide-text p {
    font-family: var(--font-alegreya);
    margin-bottom: 36px;
    font-weight: 700;
}
.page-template-resources .guide-image {
    margin-top: 0;
    margin-bottom: -62px;
}

.df-wrap .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 3rem;
}

.df-wrap .grid {
    position: relative;
    padding: 0px 24px 78px 24px;
    border-radius: 16px;
    background: var(--Soft-Cloud);
}
.df-wrap .grid h3 {
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: var(--Black);
    margin-top: 36px;
    margin-bottom: 16px;
}
.m-2{
    margin-top: 36px;
}
.df-wrap .grid .btn-wrap {
    position: absolute;
    bottom: 36px;
}
/* ========== Article Page ========= */
.section-blog  {
    position: relative;
    clear: both;
}
.section-blog .content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
}

.section-blog .content .post {
    position: relative;
    padding-bottom: 30px;
}
.publish-detail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}
.publish-detail span {
    display: block;
    font-family: var(--font-poppins);
    color: var(--Gray);
    font-size: 16px;
    line-height: 24px;
}
.section-blog .content .text {
    padding: 36px 24px 0 24px;
}
.section-blog .content .cont h4 {
    font-size: 24px;
    line-height: 130%;
    font-weight: 500;
    margin-bottom: 16px;
}
.section-blog .content .cont p {
    margin-bottom: 16px;
}
.section-blog .content .post .btn-wrap {
    position: absolute;
    bottom: 0;
}

.blog-nav .nav-links a,
.blog-nav .nav-links span.current,
.blog-nav .nav-links .prev,
.blog-nav .nav-links .next {
  font-weight: 700;
  color: var(--Black);
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 0;
  border-radius: 50%;
  padding: 10px 5px;
  font-size: 18px;
  line-height: 120%;
  margin: 0 3px;
}
.blog-nav .nav-links .prev.placeholder {
    color:  var(--Gray) !important;
    border: none;
    background-color: transparent;
}
.blog-nav .nav-links .prev,
.blog-nav .nav-links .next {
    color: var(--Black);
    border: none;
    background-color: transparent;
}
.nav-links a:hover,
.blog-nav .nav-links span.current {
  background-color: var(--Sunset-Coral);
  color: var(--white);
}

/* ===== Application Thank You ===== */
.appty-wrap {
    background-color: var(--Soft-Cloud);
}

.appty-wrap .content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.appty-wrap .content h2 {
    font-size: 64px;
    line-height: 110%;
    font-weight: 500;
}

.appty-wrap .content .btn-wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
}
/* ================================ */
/* ============ Footer =========== */
/* ================================ */
.site-footer {
    position: relative;
    background-color: var(--Dark-Green);
}

.site-footer .top-row {
    padding: 80px 0 48px 0;
}

.site-footer .top-row .content {
    display: flex;
    flex-direction: row;
    gap: 36px;
    justify-content: space-between;
}

.site-footer .top-row .left-wrap {
    max-width: 414px;
}

.site-footer .top-row .left-wrap .text p {
    font-family: var(--font-poppins);
    font-size: 18px;
    line-height: 140%;
    color: var(--Soft-Cloud);
    margin-bottom: 24px;
}

.site-footer .top-row .left-wrap .text span {
    display: block;
    color: var(--Soft-Cloud);
    font-size: 16px;
}

.site-footer .top-row .left-wrap .flex-div {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
}

.site-footer .top-row .left-wrap .flex-div .site-btn {
    font-weight: 700;
    font-size: 18px;
    padding: 12px 24px;
}

.site-footer .social-links ul {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.site-footer .social-links ul li {
    list-style: none;
}

.site-footer .social-links a {
    font-size: 18px;
    width: 35px;
    height: 35px;
    background-color: transparent;
    color: var(--Soft-Cloud);
    border-radius: 20px;
    text-align: center;
    padding: 3px;
    border: 2px solid var(--Soft-Cloud);
    opacity: 1;
}

.site-footer .social-links a:hover {
    color: var(--Sunset-Coral);
    border-color: var(--Sunset-Coral);
}

.site-footer .bottom-wrap .content {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 3.5rem;
}

.site-footer .contact-detail {
    min-width: 360px;
}

.site-footer a,
.site-footer p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0;
}

.site-footer .content h6 {
    font-family: var(--font-poppins);
    color: var(--Soft-Cloud);
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 251, 243, 0.30);
}

.site-footer .f-nav .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    align-items: start;
}

.site-footer .f-nav ul {
    display: grid;
    grid-gap: 16px;
}

.site-footer ul li {
    list-style: none;
}

.site-footer ul li a {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    display: block;
    color: var(--Soft-Cloud);
    transition: .3s all ease-in-out;
}

.site-footer ul li a:hover {
    transform: translateY(2px);
    color: var(--Sunset-Coral);
}

.site-footer .contact-detail .flex-div {
    display: flex;
    gap: 12px;
    margin-top: 24px;
    align-items: flex-start;
}

.site-footer .contact-detail .flex-div a,
.site-footer .contact-detail .flex-div p {
    color: var(--Soft-Cloud);
    font-size: 16px;
    line-height: 24px;
}

.site-footer .contact-detail .flex-div .address p {
    margin-bottom: 16px;
}

.site-footer .contact-detail .flex-div .address p:last-child {
    margin-bottom: 0;
}

.copyright p,
.copyright a {
    color: var(--Soft-Cloud);
    font-size: 14px;
}

.copyright a:hover {
    transform: translateY(2px);
}

.site-footer .bottom-row {
    border-top: 1px solid rgb(246 246 246 / 30%);
    padding: 48px 0;
}

.site-footer .top-border {
	margin: 20px 0 0 0;
	border-top: 1px solid rgb(246 246 246 / 30%);
	padding: 20px 0 0 0;
}

.site-footer .imp-info {
	padding: 0 0 48px 0;
}

.site-footer .bottom-row .flex-div {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 48px;
}

.site-footer .bottom-row .f-nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
}
.site-footer .bottom-row .f-nav ul li {
    position: relative;
    padding-right: 7px;
}
.site-footer .bottom-row .f-nav ul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    height: 10px;
    width: 1px;
    background-color: var(--Soft-Cloud);
}
.site-footer .bottom-row .f-nav ul li:last-child:after {
    content: none;
}
.site-footer .bottom-row .f-nav .divider {
    color: var(--Soft-Cloud);
}
.site-footer .bottom-row .f-nav a {
    color: var(--Soft-Cloud);
    font-size: 14px;
}

/* ================================ */
/* ========= Media Query ========== */
/* ================================ */
@media screen and (max-width: 1900px) {
    #resources,
    #wwlf-slider,
    #team-slider {
        width: 82%;
    }
}

@media screen and (max-width: 1800px) {
    #resources,
    #wwlf-slider,
    #team-slider {
        width: 84%;
    }
}

@media screen and (max-width: 1700px) {
    #resources,
    #wwlf-slider,
    #team-slider {
        width: 86%;
    }
}

@media screen and (max-width: 1600px) {
    #resources,
    #wwlf-slider,
    #team-slider {
        width: 88%;
    }
}

@media screen and (max-width: 1500px) {
    #resources,
    #wwlf-slider,
    #team-slider {
        width: 91%;
    }
}
@media screen and (max-width: 1400px) {
    #resources,
    #wwlf-slider,
    #team-slider {
        width: 94%;
    }
}
@media screen and (max-width: 1300px) {
    #resources,
    #wwlf-slider,
    #team-slider {
        width: 97%;
    }
}
@media screen and (max-width: 1200px) {
    .max-w-full {
        max-width: 100%;
    }
    .sm-custom > li {
        margin: 0 0 0 26px;
    }
    .sm-custom a {
        font-size: 16px;
    }
    #resources,
    #wwlf-slider,
    #team-slider {
        width: 100%;
        padding-left: 20px;
    }
}


@media screen and (max-width: 1100px) {
    #hero-slider .btn-wrap {
        margin-top: 36px;
    }
}
@media screen and (max-width: 1024px) {
    .max-w-full,
    .container {
        padding: 0 1.25rem;
    }
    .site-header .left-wrap {
        width: 222px;
    }
    .sm-custom>li {
        margin: 0 0 0 16px;
    }
    .la-wrap .flex-div {
        align-items: flex-start;
    }
    .why-wrap .grid-3 {
        grid-gap: 24px;
    }
    .cta-wrap .overlay,
    .quote-wrap .overlay {
        position: relative;
        background: var(--Deep-Teal);
        padding: 36px 0;
    }
    .cta-wrap .overlay .text,
    .quote-wrap .text {
        max-width: 100%;
    }
    .guide-text h2 {
        font-size: 54px;
    }
    .quote-wrap .text p {
        font-size: 24px;
    }
    .quote-wrap .text span.mt-36 {
        margin-top: 0;
    }
    .section.inner-page2 .topCont {
        grid-gap: 80px;
    }
    .section.inner-page2 .row h2, .section.inner-page2 .title h2 {
        font-size: 32px;
    }
    .pull-quote .quote-text {
        font-size: 50px;
    }
    .sg-wrap .grid-3 {
        grid-gap: 2.25rem;
    }
    .sgl-wrap .grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .steps-wrap .grids-3 {
        grid-gap: 2rem;
    }
    .wwlfp-wrap .grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .site-footer .bottom-wrap .content {
        grid-template-columns: 1fr;
        grid-gap: 2rem;
    }
}

@media screen and (max-width: 900px) {
    .slidebtn {
        display: block;
    }
    .sm-custom>li {
        margin-left: 0;
    }
    .sm-custom a {
        padding: 14px 20px;
    }
    #hero-slider .slider-content h1, .hero-wrapper h1 {
        font-size: 48px;
        margin-bottom: 24px;
    }
    .la-wrap .grid-2 {
        grid-template-columns: 1fr;
        grid-gap: 1.5rem;
    }
    .la-wrap .img-block{
        margin: 0 auto;
    }
    .calculator-wrap .grid-wrap {
        grid-template-columns: 1fr;
    }
    .calculator-wrap .image-section {
        display: none;
    }
    .why-wrap .grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .guide-section .content {
        flex-direction: column-reverse;
        align-items: self-start;
        padding: 48px 0;
    }
    .guide-image {
        margin-top: 0;
        max-width: 400px;
    }
    .page-template-resources .guide-section .content {
        align-items: flex-start;
    }
    .page-template-resources .guide-image {
        max-width: 500px;
        margin-bottom: 0;
    }
    .page-template-resources .guide-text {
        padding: 0;
        max-width: 100%;
    }
    .guide-text {
        padding: 0;
        max-width: 100%;
    }
	.guide-text h2 {
		font-size: 48px;
	}
    .cta-wrap .text h2,
    .appty-wrap .content h2 {
        font-size: 40px;
    }
    .guide-text h1 {font-size: 40px; margin-bottom: 20px}
    .guide-text h1 br, .guide-text p br {display: none;}
    .page-template-resources .guide-text p {margin-bottom: 20px;}
    .cta-wrap .text p {
        font-size: 18px;
    }
    .cta-wrap .text .btn-wrap {
        margin-top: 24px;
    }
    .faq-wrap .flex-div {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    #resources .owl-stage .owl-item:hover .box {
        width: 552px !important;
    }
    .section-blog .content {
        grid-template-columns: 1fr 1fr;
    }
    .contact-wrap .grid2 {
        grid-template-columns: 1fr;
        grid-gap: 12px;
    }
    .meet-author .content {
        grid-template-columns: 1fr;
    }
    .section.inner-page2 .row .leftCont.width50,
    .section.inner-page2 .row .rightCont.width50,
    .section.inner-page2 .row .leftCont.width60,
    .section.inner-page2 .row .rightCont.width60,
    .section.inner-page2 .row .leftCont.width40,
    .section.inner-page2 .row .rightCont.width40 {
        width: 100%;
    }
    .section.inner-page2 .row .leftCont.float-right,
    .section.inner-page2 .row .leftCont.float-left,
    .section.inner-page2 .row .rightCont.float-right,
    .section.inner-page2 .row .rightCont.float-left {
        margin-top: 15px;
    }
    .section.inner-page2 .row .imgBlock.grid2 {
        grid-template-columns: 1fr;
    }
    .section.inner-page2 .row .imgBlock.grid2>div,
    .section.inner-page2 .row .imgBlock.grid3>div {
        max-width: 450px;
        margin: 0 auto;
    }
    .section.inner-page2 .row .imgBlock.grid3 {
        grid-template-columns: 1fr;
    }
    .sg-wrap .grid-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .sg-wrap .grid-3 .grid {
        max-width: 450px;
        margin: 0 auto;
        text-align: center;
    }
    .sg-wrap .grid h2 {
        font-size: 32px;
        margin: 16px 0;
    }
    .site-footer .top-row .content {
        flex-direction: column;
    }
    .site-footer .top-row .right-wrap {
        max-width: 100%;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .pd-120 {padding: 48px 0;}
    .pd-100 {padding: 48px 0;}
    .pdb-100 {padding-bottom: 64px;}
    .pd-80 {padding: 40px 0;}
    .pd-60 {padding: 30px 0;}
    .pd-50 {padding: 25px 0;}
    .pd-40 {padding: 20px 0;}
    .pdb-120 {padding-bottom: 48px;}
    .pdt-100 {padding-top: 50px;}
    .pdt-60 {padding-top: 30px;}
    .pdb-40 {padding-bottom: 20px;}
    .pdb-60 {padding-bottom: 30px;}
    .mb-36 {margin-bottom: 24px;}
    .mt-36 {margin-top: 24px;}
    .mt-40 {margin-top: 20px;}
    .mt-60 {margin-top: 30px;}
    .mt-80 {margin-top: 40px;}
    .mt-100 {margin-top: 50px;}
    .visible-xs {display: block;}
    h1 {
        font-size: 46px;
        line-height: 120%;
    }
    h2 {
        font-size: 32px;
        line-height: 140%;
    }
    .section-title h2 {
        font-size: 36px;
        line-height: 120%;
    }
    .site-header .left-wrap {
        width: 199px;
    }
    .site-header .book-call {
        margin-left: 0;
    }
    #hero-slider .slider-content {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) -20.51%, rgba(0, 0, 0, 0.60) 67.29%);
    }
    #hero-slider .item .mobile-view {
        display: block;
        visibility: visible;
    }
    #hero-slider .item.bg-image {
        background-image: none !important;
    }
    #hero-slider .slider-content {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: grid;
        place-items: center;
        padding: 0;
    }
    #hero-slider .slider-content h1 br {
        display: none;
    }
    #hero-slider .btn-wrap {
        flex-direction: column;
        gap: 24px;
    }
    #hero-slider .btn-wrap a.site-btn {
        max-width: 246px;
    }
    .section-title h2,
    .wwa-wrap .text-block h2,
    .lr-block .text-block h2 {
        font-size: 32px;
    }
    .section-title h2 br,
    .wwa-wrap .text-block h2 br,
    .lr-block .text-block h2 br {
        display: none;
    }
    .calculator-wrap .left,
    .calculator-wrap .chat-form {
        padding: 36px 24px;
    }
    .why-wrap .grid-3 .grid {
        margin: 0 auto;
    }
    .why-wrap .grid-3.desktop-view {
        display: none;
    }
    .why-wrap .grid-3.mobile-view {
        display: block;
    }
	.cta-wrap img.desktop-view {
		display: none;
	}
	.cta-wrap img.mobile-view {
		display: block;
	}
	.page-template-front-page .cta-wrap .text .btn-wrap .site-btn.secondary-btn {
		display: none;
	}
    #resources, #wwlf-slider, #team-slider {
        padding-right: 20px;
    }
    #resources .box {
        width: 100% !important;
        height: auto;
    }
    #resources .owl-stage-outer {
        height: auto;
    }
    #resources .owl-stage .owl-item:hover .box {
        width: 100% !important;
    }
	.wwlf-wrap .section-title {
		text-align: left;
	}
    #wwlf-slider.desktop-view {
        display: none;
    }
    #wwlf-slider.mobile-view {
        display: grid;
        grid-gap: 48px;
    }
    #wwlf-slider .card {
        width: 100% !important;
    }
    .pull-quote .quote-text {
        font-size: 40px;
    }
    .pull-quote .quote-text br {
        display: none;
    }
    #team-slider .card {
        width: 100% !important;
        max-width: 376px;
        margin: 0 auto;
    }
    .sgl-wrap .grid-4 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .steps-wrap .grids-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .wwlfp-wrap .grid-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .wwlfp-wrap .grid-3 .card {
        max-width: 400px;
        margin: 0 auto;
    }
    .contact-wrap .grid2 .left-wrap h2 {
        margin-bottom: 24px;
        padding-top: 0;
        font-size: 32px;
    }
    .contact-wrap .form {
        padding: 30px 20px;
    }
    .section-blog .content {
        grid-template-columns: 1fr;
        grid-gap: 2rem;
    }
    .section-blog .content .post {
        max-width: 450px;
        margin: 0 auto;
        padding-bottom: 40px;
    }
	.form-group.grid_1-4,
    .form-group.grid-2,
    .form-group.grid-3,
	.form-group .grid-3,
    .form-group.grid-4,
    .form-group.grid-5 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .site-footer .top-row .right-wrap {
        flex-direction: column;
        gap: 36px;
    }
    .site-footer .top-row .right-wrap > div {
        width: 100%;
    }
    .site-footer .bottom-row .flex-div {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media screen and (max-width: 600px) {
    .site-header .top-row {
        flex-direction: column;
        justify-content: center;
    }
    .header-buttons {
        width: 100%;
    }
    .header-buttons a {
        flex: 1;
    }
    .la-wrap .btn-wrap {
        display: inline-flex;
        flex-direction: column;
        gap: 24px;
    }
	.cta-wrap .text .btn-wrap {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
	.wwlf-wrap .btn-wrap {
		flex-direction: column;
	}
	.wwlf-wrap .btn-wrap a {
		max-width: 240px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 500px) {
    .site-header .content {
        align-items: flex-start;
    }
    .appty-wrap .content .btn-wrap {
        display: inline-flex;
        flex-direction: column;
    }       
    .site-footer .bottom-wrap .right-wrap {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 390px) {
    .site-header .top-row > div > a {
        font-size: 14px;
    }
}

@media screen and (max-width: 350px) {
    #hero-slider .slider-content h1, .page-title h1 {
        font-size: 40px;
    }
    #hero-slider p {
        font-size: 22px;
    }
    #hero-slider .btn-wrap {
        gap: 5px;
        margin-top: 15px;
    }
    #hero-slider .btn-wrap a.site-btn {
        min-width: 135px;
        font-size: 16px;
    }
}